/* ============================================
   Brandon & Taylor — Mexico City 2027
   Palette from mood board:
   cream    #FAE9DA
   terracotta #B66A3C
   orange   #E96A1C
   plum     #7B2C3E
   olive    #706C4E
   forest   #4B5537
   ============================================ */

:root {
  --cream: #FAE9DA;
  --cream-deep: #F3DCC4;
  --terracotta: #B66A3C;
  --orange: #E96A1C;
  --plum: #7B2C3E;
  --plum-deep: #5E2130;
  --olive: #706C4E;
  --forest: #4B5537;
  --ink: #2E2418;
  --ink-soft: #5C4F3E;

  --serif: "Fraunces", Georgia, serif;
  --sans: "Karla", -apple-system, sans-serif;

  --max-w: 1080px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--cream);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

/* ---------- Typography ---------- */

h1, h2, h3, .serif {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 1.12;
  color: var(--ink);
}

.eyebrow {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 700;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(34px, 5vw, 52px);
  margin-bottom: 18px;
}

.section-title em,
h1 em {
  font-style: italic;
  color: var(--plum);
}

.lede {
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 58ch;
}

/* ---------- Nav ---------- */

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 233, 218, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(182, 106, 60, 0.25);
}

.topbar-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 24px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.monogram {
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  color: var(--plum);
  text-decoration: none;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
}

.nav-links li { flex-shrink: 0; }

.nav-links a {
  white-space: nowrap;
  font-size: 12.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
}

.nav-links a:hover { color: var(--orange); }

.nav-links a[aria-current="page"] {
  color: var(--plum);
  border-bottom-color: var(--orange);
}

.btn {
  display: inline-block;
  white-space: nowrap;
  font-family: var(--sans);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: transform .15s, background .2s, color .2s, box-shadow .2s;
}

.btn-primary {
  background: var(--plum);
  color: var(--cream);
}
.btn-primary:hover {
  background: var(--orange);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(233, 106, 28, 0.3);
}

.btn-outline {
  background: transparent;
  color: var(--plum);
  box-shadow: inset 0 0 0 2px var(--plum);
}
.btn-outline:hover {
  background: var(--plum);
  color: var(--cream);
}

.nav-links a.nav-rsvp {
  padding: 10px 22px;
  border-bottom: none;
  color: var(--cream);
  font-size: 12px;
}
.nav-links a.nav-rsvp:hover { color: var(--cream); }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 26px;
  color: var(--plum);
  cursor: pointer;
  line-height: 1;
}

/* ---------- Papel picado banner ---------- */

.picado { line-height: 0; overflow: hidden; }
.picado svg { width: 100%; min-width: 900px; height: 46px; display: block; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  overflow-x: clip;
  text-align: center;
  padding: 84px 24px 72px;
}

.hero-date-arc {
  font-size: 13px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--forest);
  margin-bottom: 26px;
}

.hero h1 {
  font-size: clamp(52px, 9vw, 108px);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.hero .amp {
  display: block;
  font-style: italic;
  font-size: 0.42em;
  color: var(--orange);
  margin: 6px 0;
}

.hero-sub {
  margin-top: 28px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(19px, 2.6vw, 26px);
  color: var(--ink-soft);
}

.hero-cta { margin-top: 38px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.hero-flowers {
  position: absolute;
  pointer-events: none;
  opacity: 0.9;
}
.hero-flowers.left  { left: -30px; top: 40px; width: 190px; transform: rotate(-8deg); }
.hero-flowers.right { right: -30px; bottom: -10px; width: 210px; transform: scaleX(-1) rotate(-6deg); }

/* ---------- Countdown ---------- */

.countdown {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(14px, 5vw, 54px);
  padding: 34px 20px;
  background: var(--plum);
  color: var(--cream);
}

.count-unit { text-align: center; min-width: 52px; }

.count-num {
  font-family: var(--serif);
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  color: var(--cream);
}

.count-label {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-top: 8px;
  color: var(--cream-deep);
  opacity: 0.85;
}

/* ---------- Sections ---------- */

.section {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 88px 24px;
}

.section-tight { padding-top: 56px; padding-bottom: 56px; }

.band {
  background: var(--cream-deep);
}
.band-plum { background: var(--plum); }
.band-plum h2, .band-plum h3, .band-plum p { color: var(--cream); }
.band-plum .eyebrow { color: var(--cream-deep); }
.band-forest { background: var(--forest); }
.band-forest h2, .band-forest h3, .band-forest p { color: var(--cream); }
.band-forest .eyebrow { color: var(--cream-deep); }

.divider-bloom {
  display: flex;
  justify-content: center;
  padding: 8px 0 0;
}

/* ---------- Two-column ---------- */

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ---------- Cards ---------- */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 28px;
  margin-top: 44px;
}

.card {
  background: #FFF8F0;
  border: 1px solid rgba(182, 106, 60, 0.25);
  border-radius: 18px;
  padding: 32px 30px;
  transition: transform .2s, box-shadow .2s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(94, 33, 48, 0.12);
}

.card h3 { font-size: 24px; margin-bottom: 8px; }

.card .meta {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--terracotta);
  margin-bottom: 14px;
}

.card p { color: var(--ink-soft); font-size: 15.5px; }

.card .card-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  font-size: 14px;
  color: var(--plum);
  text-decoration: none;
  border-bottom: 2px solid var(--orange);
  padding-bottom: 2px;
}
.card .card-link:hover { color: var(--orange); }

.price-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(112, 108, 78, 0.15);
  color: var(--forest);
  margin-bottom: 12px;
}

/* ---------- Schedule / timeline ---------- */

.timeline {
  margin-top: 48px;
  display: grid;
  gap: 0;
}

.tl-item {
  display: grid;
  grid-template-columns: 130px 40px 1fr;
  gap: 0 22px;
  position: relative;
}

.tl-time {
  text-align: right;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: var(--plum);
  padding-top: 2px;
}

.tl-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tl-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--orange);
  border: 3px solid var(--cream);
  box-shadow: 0 0 0 2px var(--terracotta);
  flex-shrink: 0;
  margin-top: 7px;
}

.tl-line {
  width: 2px;
  flex: 1;
  background: rgba(182, 106, 60, 0.4);
}

.tl-item:last-child .tl-line { display: none; }

.tl-body { padding-bottom: 44px; }
.tl-body h3 { font-size: 23px; }
.tl-body .tl-loc {
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--olive);
  margin: 4px 0 8px;
}
.tl-body p { color: var(--ink-soft); font-size: 15.5px; max-width: 54ch; }

.tl-day {
  font-family: var(--serif);
  font-size: 30px;
  margin: 40px 0 26px;
  color: var(--forest);
}
.tl-day:first-of-type { margin-top: 0; }

/* ---------- Attire palette ---------- */

.palette-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin: 40px 0 10px;
}

.swatch {
  border-radius: 14px;
  aspect-ratio: 3 / 4;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(46, 36, 24, 0.08);
  transition: transform .2s;
}
.swatch:hover { transform: translateY(-5px); }

.swatch span {
  position: absolute;
  bottom: 10px;
  left: 0; right: 0;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 248, 240, 0.95);
}
.swatch.light span { color: var(--ink-soft); }

/* ---------- Do / Don't lists ---------- */

.dd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 40px;
}

.dd-col {
  border-radius: 18px;
  padding: 30px;
}
.dd-col.yes { background: rgba(75, 85, 55, 0.1); border: 1px solid rgba(75, 85, 55, 0.3); }
.dd-col.no  { background: rgba(123, 44, 62, 0.08); border: 1px solid rgba(123, 44, 62, 0.25); }

.dd-col h3 { font-size: 21px; margin-bottom: 14px; }
.dd-col.yes h3 { color: var(--forest); }
.dd-col.no h3 { color: var(--plum); }

.dd-col ul { list-style: none; }
.dd-col li {
  padding: 8px 0 8px 30px;
  position: relative;
  color: var(--ink-soft);
  font-size: 15.5px;
  border-bottom: 1px dashed rgba(92, 79, 62, 0.2);
}
.dd-col li:last-child { border-bottom: none; }
.dd-col li::before {
  position: absolute;
  left: 0;
  font-weight: 700;
}
.dd-col.yes li::before { content: "✓"; color: var(--forest); }
.dd-col.no li::before { content: "✕"; color: var(--plum); }

/* ---------- Info rows (travel) ---------- */

.info-rows { margin-top: 44px; display: grid; gap: 22px; }

.info-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  align-items: start;
  background: #FFF8F0;
  border: 1px solid rgba(182, 106, 60, 0.25);
  border-radius: 18px;
  padding: 28px 30px;
}

.info-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(233, 106, 28, 0.14);
  font-size: 26px;
}

.info-row h3 { font-size: 21px; margin-bottom: 6px; }
.info-row p { color: var(--ink-soft); font-size: 15.5px; }
.info-row a { color: var(--plum); font-weight: 700; }

/* ---------- FAQ ---------- */

.faq-list { margin-top: 40px; }

.faq-item {
  border-bottom: 1px solid rgba(182, 106, 60, 0.3);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 4px;
  font-family: var(--serif);
  font-size: 21px;
  color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: "+";
  font-size: 26px;
  color: var(--orange);
  transition: transform .2s;
  flex-shrink: 0;
}
.faq-item[open] summary::after { transform: rotate(45deg); }

.faq-item .faq-a {
  padding: 0 4px 26px;
  color: var(--ink-soft);
  max-width: 65ch;
}

/* ---------- RSVP form ---------- */

.rsvp-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.rsvp-card {
  background: #FFF8F0;
  border: 1px solid rgba(182, 106, 60, 0.3);
  border-radius: 22px;
  padding: 44px 40px;
  margin-top: 40px;
}

.form-group { margin-bottom: 26px; }

.form-group label {
  display: block;
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--ink-soft);
  margin-bottom: 9px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group select,
.form-group textarea {
  width: 100%;
  font-family: var(--sans);
  font-size: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1.5px solid rgba(112, 108, 78, 0.45);
  background: var(--cream);
  color: var(--ink);
  transition: border-color .2s, box-shadow .2s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(233, 106, 28, 0.18);
}

.choice-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.choice {
  position: relative;
}
.choice input { position: absolute; opacity: 0; }
.choice label {
  display: block;
  text-align: center;
  padding: 18px 12px;
  border-radius: 14px;
  border: 2px solid rgba(112, 108, 78, 0.4);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all .2s;
  margin-bottom: 0;
}
.choice input:checked + label {
  border-color: var(--plum);
  background: var(--plum);
  color: var(--cream);
}
.choice input:focus-visible + label {
  box-shadow: 0 0 0 3px rgba(233, 106, 28, 0.35);
}

.rsvp-error {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(123, 44, 62, 0.1);
  border: 1px solid rgba(123, 44, 62, 0.4);
  color: var(--plum-deep);
  font-size: 15px;
  text-align: center;
}

.rsvp-success {
  text-align: center;
  padding: 30px 10px;
}
.rsvp-success h3 { font-size: 32px; margin: 18px 0 10px; }
.rsvp-success p { color: var(--ink-soft); }

.hidden { display: none !important; }

/* ---------- Tile strip / footer ---------- */

.tile-strip {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  height: 16px;
}
.tile-strip div:nth-child(4n+1) { background: var(--terracotta); }
.tile-strip div:nth-child(4n+2) { background: var(--orange); }
.tile-strip div:nth-child(4n+3) { background: var(--plum); }
.tile-strip div:nth-child(4n+4) { background: var(--forest); }

footer {
  background: var(--plum-deep);
  color: var(--cream-deep);
  text-align: center;
  padding: 60px 24px 48px;
}

footer .monogram { font-size: 34px; color: var(--cream); }

footer .foot-date {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  opacity: 0.8;
}

footer .foot-nav {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  list-style: none;
}
footer .foot-nav a {
  color: var(--cream-deep);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}
footer .foot-nav a:hover { color: var(--orange); }

/* ---------- Full-bleed photo band ---------- */

.photo-band {
  position: relative;
  margin: 0;
  height: clamp(400px, 64vh, 640px);
  overflow: hidden;
  background: linear-gradient(160deg, var(--terracotta), var(--plum) 55%, var(--forest));
}

.photo-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  /* light warm grade; the film shot is already hazy, so lift contrast rather than fade it */
  filter: saturate(1.05) contrast(1.12) sepia(0.07);
}

/* warm palette wash so the photo sits inside the site's color world */
.photo-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top,
      rgba(94, 33, 48, 0.85) 0%,
      rgba(94, 33, 48, 0.45) 20%,
      rgba(94, 33, 48, 0.04) 48%,
      rgba(233, 106, 28, 0.10) 100%);
  pointer-events: none;
}

.photo-band figcaption {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 0 24px 40px;
  text-align: center;
  color: var(--cream);
}

.photo-band .photo-eyebrow {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cream-deep);
  margin-bottom: 12px;
}

.photo-band .photo-line {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(23px, 3.4vw, 38px);
  line-height: 1.2;
  color: var(--cream);
  text-shadow: 0 2px 18px rgba(46, 24, 16, 0.5);
}

.photo-band .photo-credit {
  margin-top: 12px;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cream-deep);
  opacity: 0.85;
}

/* when the photo file isn't present, hide the broken img and show the palette panel */
.photo-band.no-photo img { display: none; }
.photo-band.no-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 18% 78%, rgba(75, 85, 55, 0.55) 0 22%, transparent 23%),
    radial-gradient(circle at 82% 82%, rgba(112, 108, 78, 0.5) 0 20%, transparent 21%),
    radial-gradient(circle at 50% 30%, rgba(250, 233, 218, 0.22) 0 14%, transparent 15%);
}

/* ---------- Themed cursors: marigold blooms ---------- */

@media (hover: hover) and (pointer: fine) {
  body {
    cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%3Ccircle%20cx%3D%2213.0%22%20cy%3D%2213.0%22%20r%3D%227.1%22%20fill%3D%22none%22%20stroke%3D%22%23FAE9DA%22%20stroke-width%3D%221.2%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%2217.4%22%20cy%3D%2213.0%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2216.1%22%20cy%3D%2216.1%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2213.0%22%20cy%3D%2217.4%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%229.9%22%20cy%3D%2216.1%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%228.6%22%20cy%3D%2213.0%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%229.9%22%20cy%3D%229.9%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2213.0%22%20cy%3D%228.6%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2216.1%22%20cy%3D%229.9%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2215.8%22%20cy%3D%2214.6%22%20r%3D%223.4%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2213.0%22%20cy%3D%2216.2%22%20r%3D%223.4%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2214.6%22%20r%3D%223.4%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2210.2%22%20cy%3D%2211.4%22%20r%3D%223.4%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2213.0%22%20cy%3D%229.8%22%20r%3D%223.4%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2215.8%22%20cy%3D%2211.4%22%20r%3D%223.4%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2213.0%22%20cy%3D%2213.0%22%20r%3D%223.4%22%20fill%3D%22%237B2C3E%22%2F%3E%3C%2Fsvg%3E") 13 13, auto;
  }

  a, button, summary, .card, .swatch,
  label[for], input[type="radio"], input[type="checkbox"], select {
    cursor: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ccircle%20cx%3D%2216.0%22%20cy%3D%2216.0%22%20r%3D%228.9%22%20fill%3D%22none%22%20stroke%3D%22%23FAE9DA%22%20stroke-width%3D%221.6%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%2221.5%22%20cy%3D%2216.0%22%20r%3D%225.2%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2219.9%22%20cy%3D%2219.9%22%20r%3D%225.2%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2216.0%22%20cy%3D%2221.5%22%20r%3D%225.2%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2212.1%22%20cy%3D%2219.9%22%20r%3D%225.2%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2216.0%22%20r%3D%225.2%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2212.1%22%20cy%3D%2212.1%22%20r%3D%225.2%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2216.0%22%20cy%3D%2210.5%22%20r%3D%225.2%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2219.9%22%20cy%3D%2212.1%22%20r%3D%225.2%22%20fill%3D%22%23E96A1C%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2218.0%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2216.0%22%20cy%3D%2220.0%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2218.0%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2212.5%22%20cy%3D%2214.0%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2216.0%22%20cy%3D%2212.0%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2214.0%22%20r%3D%224.2%22%20fill%3D%22%23B66A3C%22%2F%3E%3Ccircle%20cx%3D%2216.0%22%20cy%3D%2216.0%22%20r%3D%224.2%22%20fill%3D%22%237B2C3E%22%2F%3E%3C%2Fsvg%3E") 16 16, pointer;
  }

  input[type="text"], input[type="email"], textarea {
    cursor: text;
  }
}

/* ---------- El Ángel illustration animations ---------- */

.sunrays {
  transform-box: fill-box;
  transform-origin: center;
  animation: sunspin 48s linear infinite;
}
@keyframes sunspin {
  to { transform: rotate(360deg); }
}

.angel-glow {
  animation: angelglow 4.5s ease-in-out infinite;
}
@keyframes angelglow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(250, 233, 218, 0)); }
  50% { filter: drop-shadow(0 0 9px rgba(250, 233, 218, 0.9)); }
}

.petal {
  transform-box: fill-box;
  transform-origin: center;
  animation-name: petalfall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes petalfall {
  0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
  8%   { opacity: 0.9; }
  85%  { opacity: 0.9; }
  100% { transform: translateY(300px) rotate(200deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .sunrays, .angel-glow, .petal { animation: none; }
}

/* ---------- Reveal animation ---------- */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in {
  opacity: 1;
  transform: none;
}

/* ---------- Page hero (subpages) ---------- */

.page-hero {
  text-align: center;
  padding: 72px 24px 56px;
}
.page-hero h1 {
  font-size: clamp(40px, 6.5vw, 68px);
  font-weight: 400;
}

/* ---------- Responsive ---------- */

@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: 40px; }
  .dd-grid { grid-template-columns: 1fr; }
  .palette-row { grid-template-columns: repeat(3, 1fr); }
  .hero-flowers.left { width: 120px; left: -40px; }
  .hero-flowers.right { width: 130px; right: -40px; }

  .nav-toggle { display: block; }
  .nav-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 0; right: 0;
    background: var(--cream);
    flex-direction: column;
    padding: 24px;
    gap: 18px;
    border-bottom: 1px solid rgba(182, 106, 60, 0.3);
    box-shadow: 0 20px 40px rgba(46, 36, 24, 0.12);
  }
  .nav-links.open { display: flex; }
}

@media (max-width: 400px) {
  .hero-flowers { display: none; }
  .count-num { font-size: 30px; }
  .count-label { letter-spacing: 0.14em; }
}

@media (max-width: 560px) {
  .tl-item { grid-template-columns: 76px 32px 1fr; gap: 0 12px; }
  .tl-time { font-size: 16px; }
  .choice-row { grid-template-columns: 1fr; }
  .info-row { grid-template-columns: 1fr; }
}
