/* ============================================================
   Henk & Emae · Wedding Website — shared styles
   ============================================================ */
:root {
  --ivory:    #FAF8F3;
  --cream:    #F5F0E6;
  --white:    #FFFFFF;
  --forest:   #2D4A2B;
  --olive:    #6B7A4F;
  --eucalypt: #7A9B76;
  --sage:     #9CAF88;
  --mint:     #C8D5B9;
  --burgundy: #800020;
  --wine:     #722F37;
  --bordeaux: #5C1A1B;
  --softburg: #8B3A3A;

  --serif:  "Cormorant Garamond", "Times New Roman", serif;
  --display:"Italiana", "Cormorant Garamond", serif;
  --body:   "Lora", Georgia, serif;

  --nav-h: 76px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--forest);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
h1, h2, h3, h4 {
  font-family: var(--serif);
  color: var(--forest);
  font-weight: 500;
  letter-spacing: 0.005em;
  margin: 0;
}

/* ---------- Sticky site navigation ---------- */
.nav {
  background: rgba(250,248,243,0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0 40px;
  height: var(--nav-h);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(45,74,43,0.10);
  position: sticky;
  top: 0;
  z-index: 50;
}
.nav-monogram {
  font-family: var(--display);
  font-size: 22px;
  letter-spacing: 0.4em;
  color: var(--forest);
  text-decoration: none;
}
.nav-monogram span { color: var(--burgundy); }
.nav ul {
  list-style: none;
  margin: 0; padding: 0;
  display: flex; gap: 28px;
}
.nav a.navlink {
  color: var(--forest);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 1px solid transparent;
  transition: border-color .2s, color .2s;
  white-space: nowrap;
}
.nav a.navlink:hover { border-bottom-color: var(--burgundy); }
.nav a.navlink.active { color: var(--burgundy); border-bottom-color: var(--burgundy); }

/* Mobile menu toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 26px; height: 2px;
  background: var(--forest);
  transition: transform .25s, opacity .25s;
}
.nav.open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- HERO ---------- */
.hero {
  position: relative;
  height: calc(100vh - var(--nav-h));
  min-height: 620px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  text-align: center;
}
.hero-img {
  position: absolute; inset: 0;
  background-image: url("images/couple-bw.jpg");
  background-size: cover;
  background-position: center 35%;
  filter: grayscale(100%) contrast(1.02);
}
.hero-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.05) 30%, rgba(0,0,0,0.05) 70%, rgba(0,0,0,0.45) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 0 24px; max-width: 760px; }
.hero-eyebrow {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  letter-spacing: 0.06em;
  margin-bottom: 28px;
  color: var(--ivory);
  opacity: 0.95;
}
.hero-names {
  font-family: var(--display);
  font-size: 120px;
  line-height: 0.95;
  letter-spacing: 0.02em;
  color: var(--ivory);
  text-shadow: 0 2px 30px rgba(0,0,0,0.35);
  font-weight: 400;
  margin: 0;
}
.hero-amp {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: 64px;
  color: var(--ivory);
  opacity: 0.92;
  margin: 6px 0;
}
.hero-rule { width: 80px; height: 1px; background: var(--ivory); margin: 38px auto 26px; opacity: 0.7; }
.hero-meta {
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--ivory);
  opacity: 0.95;
}
.hero-meta .dot { margin: 0 14px; opacity: 0.6; }
.hero-venue {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  margin-top: 12px;
  letter-spacing: 0.04em;
  color: var(--ivory);
  opacity: 0.85;
}

/* ---------- Section primitives ---------- */
section { padding: 110px 40px; }
.container { max-width: 1100px; margin: 0 auto; }
.container.narrow { max-width: 720px; }
.container.medium { max-width: 880px; }
.center { text-align: center; }

.eyebrow {
  font-family: var(--serif);
  font-style: italic;
  font-size: 17px;
  color: var(--burgundy);
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.section-title {
  font-family: var(--display);
  font-size: 60px;
  line-height: 1.05;
  color: var(--forest);
  margin-bottom: 18px;
  font-weight: 400;
}
.section-sub {
  font-family: var(--serif);
  font-style: italic;
  font-size: 21px;
  color: var(--olive);
  margin-bottom: 56px;
}
.ornament {
  display: flex; align-items: center; justify-content: center;
  gap: 18px; margin: 30px 0; color: var(--sage);
}
.ornament .line { width: 70px; height: 1px; background: currentColor; opacity: 0.6; }
.ornament svg { width: 26px; height: 26px; }

p { margin: 0 0 22px; }
p.lead { font-size: 19px; line-height: 1.8; }

.signoff {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--burgundy);
  margin-top: 36px;
}

/* ---------- Welcome ---------- */
.welcome { background: var(--ivory); }
.welcome p { font-size: 18px; }

/* ---------- Countdown ---------- */
.countdown-section { background: var(--cream); text-align: center; padding: 100px 40px; }
.countdown { display: flex; justify-content: center; gap: 50px; margin: 36px 0 28px; flex-wrap: wrap; }
.count-cell { text-align: center; }
.count-num {
  font-family: var(--display);
  font-size: 86px;
  color: var(--burgundy);
  line-height: 1;
  font-weight: 400;
  font-feature-settings: "lnum";
}
.count-label {
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--forest);
  margin-top: 12px;
}
.count-divider { color: var(--sage); font-family: var(--display); font-size: 56px; line-height: 1; align-self: flex-start; padding-top: 18px; }

/* ---------- CTA cards ---------- */
.cta-section { background: var(--ivory); padding: 110px 40px; }
.cta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 40px; }
.cta-card {
  background: var(--white);
  border: 1px solid rgba(45,74,43,0.10);
  padding: 44px 32px;
  text-align: center;
  transition: transform .25s ease, box-shadow .25s ease;
  position: relative;
}
.cta-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(156,175,136,0.35); pointer-events: none; }
.cta-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -30px rgba(45,74,43,0.4); }
.cta-num { font-family: var(--serif); font-style: italic; color: var(--burgundy); font-size: 16px; margin-bottom: 18px; }
.cta-card h3 { font-family: var(--display); font-size: 30px; margin-bottom: 14px; color: var(--forest); }
.cta-card p { font-size: 15px; color: var(--olive); margin-bottom: 28px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 30px;
  border: 1px solid var(--burgundy);
  color: var(--burgundy);
  background: transparent;
  transition: all .2s ease;
  cursor: pointer;
}
.btn:hover { background: var(--burgundy); color: var(--ivory); }
.btn-solid { background: var(--burgundy); color: var(--ivory); }
.btn-solid:hover { background: var(--bordeaux); }
.btn-ghost { border-color: var(--forest); color: var(--forest); }
.btn-ghost:hover { background: var(--forest); color: var(--ivory); }

/* ---------- Soft pre-footer ---------- */
.pre-footer { background: var(--forest); color: var(--cream); text-align: center; padding: 80px 40px; }
.pre-footer p { font-family: var(--serif); font-style: italic; font-size: 28px; color: var(--mint); margin: 0; }

/* ---------- Site footer ---------- */
.site-footer { background: var(--bordeaux); color: var(--cream); text-align: center; padding: 50px 30px; }
.site-footer .mono { font-family: var(--display); font-size: 28px; letter-spacing: 0.4em; margin-bottom: 14px; color: var(--ivory); }
.site-footer .footlinks { list-style: none; margin: 0 0 18px; padding: 0; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; }
.site-footer .footlinks a {
  color: var(--mint);
  text-decoration: none;
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.site-footer .footlinks a:hover { color: var(--ivory); }
.site-footer .small { font-family: var(--serif); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mint); opacity: 0.75; }
.site-footer .credit { font-family: var(--serif); font-size: 10px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--mint); opacity: 0.45; margin-top: 14px; }

/* ---------- Page banner ---------- */
.page-banner { background: var(--cream); padding: 80px 40px 60px; text-align: center; border-bottom: 1px solid rgba(45,74,43,0.10); }
.page-banner .section-title { margin-bottom: 6px; }
.page-banner .section-sub { margin-bottom: 0; font-size: 19px; }

/* ---------- Story ---------- */
.story-block { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-bottom: 100px; }
.story-block.reverse { direction: rtl; }
.story-block.reverse > * { direction: ltr; }
.story-block h2 { font-family: var(--display); font-size: 48px; color: var(--forest); margin-bottom: 20px; }
.story-block .eyebrow { margin-bottom: 8px; }
.story-img { aspect-ratio: 3/4; background-size: cover; background-position: center; border: 1px solid rgba(45,74,43,0.10); }
.story-img.couple { background-image: url("images/couple-bw.jpg"); filter: grayscale(20%); }

.img-placeholder {
  width: 100%;
  aspect-ratio: 3/4;
  background:
    repeating-linear-gradient(45deg, rgba(156,175,136,0.18) 0 1px, transparent 1px 14px),
    var(--mint);
  border: 1px solid rgba(45,74,43,0.15);
  display: flex; align-items: center; justify-content: center;
  color: var(--forest);
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px;
}

/* ---------- Wedding info ---------- */
.info-anchors { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 28px; margin-top: 28px; }
.info-anchors a {
  font-family: var(--serif);
  font-size: 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--forest);
  text-decoration: none;
  border-bottom: 1px solid var(--sage);
  padding-bottom: 4px;
}
.info-anchors a:hover { color: var(--burgundy); border-bottom-color: var(--burgundy); }

.info-section { padding: 90px 40px; border-bottom: 1px solid rgba(45,74,43,0.08); scroll-margin-top: var(--nav-h); }
.info-section.alt { background: var(--cream); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; max-width: 1100px; margin: 0 auto; }
.info-section h2 { font-family: var(--display); font-size: 52px; color: var(--forest); margin-bottom: 24px; }
.info-section .when { font-family: var(--serif); font-size: 22px; color: var(--burgundy); margin-bottom: 6px; }
.info-section .where { font-family: var(--serif); font-style: italic; font-size: 19px; color: var(--forest); margin-bottom: 22px; }
.info-section .where strong { font-style: normal; font-weight: 500; }

/* Map mock */
.map-mock {
  aspect-ratio: 4/3;
  background:
    radial-gradient(ellipse at 60% 50%, rgba(128,0,32,0.08), transparent 50%),
    repeating-linear-gradient(0deg, rgba(45,74,43,0.06) 0 1px, transparent 1px 30px),
    repeating-linear-gradient(90deg, rgba(45,74,43,0.06) 0 1px, transparent 1px 30px),
    var(--mint);
  position: relative;
  border: 1px solid rgba(45,74,43,0.15);
}
.map-mock::before { content: ""; position: absolute; width: 110px; height: 60px; left: 25%; top: 35%; background: rgba(122,155,118,0.55); border-radius: 4px; transform: rotate(-12deg); }
.map-mock::after { content: ""; position: absolute; left: 0; right: 0; top: 60%; height: 14px; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.7) 20%, rgba(255,255,255,0.7) 80%, transparent 100%); transform: rotate(-3deg); }
.map-pin { position: absolute; left: 58%; top: 48%; width: 22px; height: 22px; background: var(--burgundy); border-radius: 50% 50% 50% 0; transform: translate(-50%, -100%) rotate(-45deg); box-shadow: 0 6px 14px rgba(128,0,32,0.4); }
.map-pin::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; background: var(--ivory); border-radius: 50%; }
.map-label { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); background: var(--ivory); border: 1px solid rgba(45,74,43,0.15); padding: 8px 16px; font-family: var(--serif); font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); white-space: nowrap; }

/* Dress code */
.dress-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.dress-card { text-align: center; }
.dress-card .img-placeholder { aspect-ratio: 3/4; }
.dress-card .dress-photo {
  width: 100%; aspect-ratio: 3/4;
  background-size: contain; background-repeat: no-repeat; background-position: center;
  background-color: var(--ivory);
  border: 1px solid rgba(45,74,43,0.12);
}
.dress-card .label { font-family: var(--serif); font-style: italic; color: var(--olive); font-size: 14px; margin-top: 12px; }

/* Swatches */
.swatches { display: flex; gap: 12px; margin: 18px 0 6px; }
.swatch { width: 44px; height: 44px; border: 1px solid rgba(45,74,43,0.2); position: relative; }
.swatch::after {
  content: attr(data-name);
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  margin-top: 8px; font-family: var(--serif); font-style: italic; font-size: 12px; color: var(--olive); white-space: nowrap;
}

/* Timeline */
.timeline { margin-top: 30px; border-top: 1px solid var(--mint); }
.timeline-row { display: grid; grid-template-columns: 160px 1fr; align-items: baseline; padding: 22px 0; border-bottom: 1px solid var(--mint); gap: 30px; }
.timeline-time { font-family: var(--display); font-size: 34px; color: var(--burgundy); line-height: 1; }
.timeline-event { font-family: var(--serif); font-size: 20px; color: var(--forest); }
.timeline-event small { display: block; font-family: var(--body); font-style: italic; color: var(--olive); font-size: 14px; margin-top: 4px; }

/* Stay list */
.stay-list { margin-top: 30px; display: grid; gap: 24px; }
.stay-item { background: var(--ivory); border: 1px solid rgba(45,74,43,0.12); padding: 28px 30px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.stay-item h4 { font-family: var(--display); font-size: 26px; margin-bottom: 6px; color: var(--forest); }
.stay-item .meta { font-family: var(--serif); font-style: italic; color: var(--olive); font-size: 15px; }
.stay-item .dist { font-family: var(--serif); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--burgundy); text-align: right; }

/* ---------- RSVP ---------- */
.rsvp-card { background: var(--white); border: 1px solid rgba(45,74,43,0.10); padding: 60px 70px; margin-top: 30px; position: relative; }
.rsvp-card::before { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(156,175,136,0.4); pointer-events: none; }
.rsvp-deadline { text-align: center; font-family: var(--serif); font-size: 16px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--burgundy); background: rgba(128,0,32,0.06); padding: 14px 20px; margin: 24px 0 36px; }
.typeform-mock { border: 1px solid rgba(45,74,43,0.15); padding: 50px 30px; text-align: center; background: var(--cream); }
.form-row { display: grid; gap: 18px; margin-bottom: 22px; text-align: left; }
.form-row.two { grid-template-columns: 1fr 1fr; }
.form-row label { display: block; font-family: var(--serif); font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--forest); margin-bottom: 6px; }
.form-row input, .form-row select, .form-row textarea { width: 100%; padding: 12px 14px; background: var(--ivory); border: 1px solid rgba(45,74,43,0.2); font-family: var(--body); font-size: 16px; color: var(--forest); }
.hp-field { display: none; }
.radio-row { display: flex; gap: 14px; margin-top: 8px; }
.radio-input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.radio-pill { display: inline-block; padding: 10px 22px; border: 1px solid var(--sage); font-family: var(--serif); font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); cursor: pointer; background: var(--ivory); transition: all .15s; }
.radio-input:checked + .radio-pill { background: var(--forest); color: var(--ivory); border-color: var(--forest); }
.radio-input:focus-visible + .radio-pill { outline: 2px solid var(--burgundy); outline-offset: 2px; }
.typeform-tag { font-family: var(--serif); font-style: italic; color: var(--olive); font-size: 14px; margin-top: 18px; }
.rsvp-section { padding: 80px 40px; }
.rsvp-actions { margin-top: 30px; display: flex; justify-content: space-between; align-items: center; gap: 20px; max-width: 520px; margin-left: auto; margin-right: auto; }
.rsvp-actions .typeform-tag { margin-top: 0; }

/* ---------- Registry ---------- */
.registry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 40px; }
.reg-card { background: var(--white); border: 1px solid rgba(45,74,43,0.10); padding: 42px 32px; text-align: center; position: relative; }
.reg-card .icon { width: 56px; height: 56px; margin: 0 auto 18px; color: var(--burgundy); }
.reg-card h3 { font-family: var(--display); font-size: 26px; margin-bottom: 10px; }
.reg-card p { font-size: 15px; color: var(--olive); margin-bottom: 24px; }
.bank-details { background: var(--cream); padding: 14px 18px; margin: 18px 0 22px; text-align: left; font-family: var(--serif); font-size: 14px; color: var(--forest); line-height: 1.7; }
.bank-details span { color: var(--olive); font-style: italic; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 40px; }
.faq-item { border-bottom: 1px solid rgba(45,74,43,0.15); padding: 22px 4px; cursor: pointer; }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-family: var(--serif); font-size: 22px; color: var(--forest); }
.faq-q .toggle { font-family: var(--display); font-size: 26px; color: var(--burgundy); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .toggle { transform: rotate(45deg); }
.faq-a { font-size: 16px; color: var(--olive); max-height: 0; overflow: hidden; transition: max-height .3s ease, margin .3s ease; }
.faq-item.open .faq-a { max-height: 400px; margin-top: 14px; }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 40px; }
.gallery .tile { aspect-ratio: 1/1; background-size: cover; background-position: center; cursor: pointer; overflow: hidden; transition: transform .3s; }
.gallery .tile:hover { transform: scale(1.02); }
.gallery .tile.tall { grid-row: span 2; aspect-ratio: 1/2; }
.gallery .tile.wide { grid-column: span 2; aspect-ratio: 2/1; }
.gallery .tile.bw { filter: grayscale(100%); }

.upload-cta { margin-top: 90px; background: var(--cream); padding: 70px 40px; text-align: center; border: 1px solid rgba(45,74,43,0.10); }
.upload-cta h3 { font-family: var(--display); font-size: 42px; margin-bottom: 14px; }
.qr-placeholder { display: inline-flex; align-items: center; gap: 22px; margin-top: 26px; background: var(--ivory); padding: 16px 22px; border: 1px solid rgba(45,74,43,0.15); }
.qr-box {
  width: 80px; height: 80px;
  background: conic-gradient(from 0deg, var(--forest) 0 25%, transparent 0 50%, var(--forest) 0 75%, transparent 0), var(--ivory);
  background-size: 16px 16px;
  border: 6px solid var(--ivory);
  outline: 2px solid var(--forest);
  position: relative;
}
.qr-box::after { content: ""; position: absolute; inset: 30%; background: var(--ivory); border: 4px solid var(--forest); }
.qr-text { text-align: left; font-family: var(--serif); font-style: italic; color: var(--olive); font-size: 14px; }
.qr-text strong { display: block; font-style: normal; color: var(--forest); font-size: 16px; letter-spacing: 0.06em; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(45,74,43,0.92);
  display: none;
  align-items: center; justify-content: center;
  z-index: 200;
  padding: 40px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 88vh; box-shadow: 0 30px 80px rgba(0,0,0,0.5); }
.lightbox .close { position: absolute; top: 24px; right: 32px; color: var(--ivory); font-family: var(--serif); font-size: 40px; cursor: pointer; line-height: 1; }

/* ---------- Responsive ---------- */
@media (max-width: 880px) {
  .nav { padding: 0 22px; }
  .nav-toggle { display: flex; }
  .nav ul {
    position: absolute;
    top: var(--nav-h); left: 0; right: 0;
    background: var(--ivory);
    flex-direction: column;
    gap: 0;
    border-bottom: 1px solid rgba(45,74,43,0.12);
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
  }
  .nav.open ul { max-height: 480px; }
  .nav ul li { width: 100%; text-align: center; border-top: 1px solid rgba(45,74,43,0.08); }
  .nav a.navlink { display: block; padding: 16px 0; border-bottom: none; }
  .nav a.navlink.active { border-bottom: none; }

  .hero { height: calc(100vh - var(--nav-h)); min-height: 520px; }
  .hero-names { font-size: 72px; }
  .hero-amp { font-size: 42px; }
  .hero-meta { font-size: 14px; letter-spacing: 0.22em; }
  .section-title { font-size: 42px; }
  section { padding: 70px 24px; }
  .cta-grid, .registry-grid { grid-template-columns: 1fr; }
  .info-grid, .story-block { grid-template-columns: 1fr; gap: 36px; }
  .story-block.reverse { direction: ltr; }
  .dress-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .countdown { gap: 22px; }
  .count-num { font-size: 60px; }
  .count-divider { display: none; }
  .timeline-row { grid-template-columns: 100px 1fr; gap: 16px; }
  .timeline-time { font-size: 24px; }
  .rsvp-section { padding: 56px 14px; }
  .rsvp-card { padding: 28px 16px; }
  .typeform-mock { padding: 32px 16px; }
  .rsvp-deadline { font-size: 13px; letter-spacing: 0.12em; padding: 12px 14px; }
  .form-row.two { grid-template-columns: 1fr; }
  .radio-row { flex-direction: column; gap: 12px; }
  .radio-pill { width: 100%; text-align: center; padding: 14px 18px; letter-spacing: 0.12em; }
  .rsvp-actions { flex-direction: column; align-items: stretch; gap: 16px; margin-top: 26px; }
  .rsvp-actions .typeform-tag { text-align: center; }
  .rsvp-actions .btn { width: 100%; text-align: center; }
  .stay-item { grid-template-columns: 1fr; gap: 10px; }
  .stay-item .dist { text-align: left; }
}

/* FAQ accordion */
.faq-item { border-bottom: 1px solid rgba(45,74,43,0.12); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; width: 100%;
  background: none; border: none; cursor: pointer; padding: 24px 0; gap: 16px; text-align: left;
  font-family: var(--display); font-size: 24px; color: var(--forest);
}
.faq-q:hover { color: var(--burgundy); }
.faq-chevron { width: 22px; height: 22px; flex-shrink: 0; transition: transform .25s ease; }
.faq-q[aria-expanded="true"] .faq-chevron { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; padding: 0 0;
}
.faq-a p { font-family: var(--body); font-size: 16.5px; line-height: 1.7; color: #444; padding-bottom: 24px; margin: 0; }
