/* Shannon & Oscar — 14 & 15 September 2027 — Ballymagarvey Village */

@font-face { font-family: "Pinyon Script"; src: url("fonts/PinyonScript-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Marcellus"; src: url("fonts/Marcellus-400.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Jost"; src: url("fonts/Jost-400.woff2") format("woff2"); font-weight: 300 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Jost"; src: url("fonts/Jost-300i.woff2") format("woff2"); font-weight: 300 500; font-style: italic; font-display: swap; }

:root {
  --green: #2e3d2f;
  --green-deep: #182c20;
  --green-olive: #5f6f4c;
  --ivory: #f4f0e7;
  --ivory-deep: #e9e3d5;
  --ink: #1b1a17;
  --ink-soft: #5d5a4f;
  --on-green: #f4f0e7;
  --on-green-soft: #c9c3ad;
  --wax: #6e1f2b;
  --wax-deep: #4d131d;
  --brass: #b8924a;
  --brass-soft: #d6bc7e;
  --line: color-mix(in srgb, currentColor 22%, transparent);

  --script: "Pinyon Script", "Snell Roundhand", "Apple Chancery", cursive;
  --display: "Marcellus", "Cochin", "Times New Roman", serif;
  --sans: "Jost", "Avenir Next", "Helvetica Neue", Arial, sans-serif;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --dur: 900ms;

  --gutter: clamp(20px, 5vw, 56px);
  --pad-y: clamp(4.5rem, 9vw, 8rem);
  --measure: 62ch;

  color-scheme: light;
}

* { box-sizing: border-box; }

html {
  background: var(--green);
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  scrollbar-color: var(--brass) var(--green-deep);
  scrollbar-width: thin;
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1.0625rem;
  line-height: 1.65;
  caret-color: var(--wax);
  -webkit-font-smoothing: antialiased;
}

::selection { background: var(--wax); color: var(--ivory); }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--green-deep); }
::-webkit-scrollbar-thumb { background: var(--brass); border: 2px solid var(--green-deep); }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }
.band-green :focus-visible { outline-color: var(--brass-soft); }

a { color: inherit; text-decoration-color: var(--brass); text-underline-offset: 0.2em; text-decoration-thickness: 1px; }
a:hover { text-decoration-color: currentColor; }
p { margin: 0 0 1.15em; text-wrap: pretty; }
em { font-style: italic; }
strong { font-weight: 500; }
img { max-width: 100%; display: block; }
address { font-style: normal; }

.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.nowrap { white-space: nowrap; }
.tnum { font-variant-numeric: tabular-nums lining-nums; }

/* ---------- type voices ---------- */

.eyebrow {
  font-family: var(--sans); font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.28em; font-size: 0.7rem; line-height: 1.5;
  color: var(--green-olive);
  margin: 0 0 1.2rem;
}
.band-green .eyebrow { color: var(--brass-soft); }

.h2 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  line-height: 1.04; letter-spacing: -0.005em;
  margin: 0 0 1.4rem;
  text-wrap: balance;
}
.h2 em, .script { font-family: var(--script); font-style: normal; font-weight: 400; }
.h2 em { font-size: 1.1em; color: var(--wax); }
.band-green .h2 em { color: var(--brass-soft); }
.h3 {
  font-family: var(--display); font-weight: 400;
  font-size: clamp(1.4rem, 2.2vw, 1.85rem); line-height: 1.25;
  margin: 0 0 0.7rem;
}
.h4 {
  font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.74rem;
  margin: 0 0 0.5rem;
}
.lead { font-size: 1.25rem; line-height: 1.5; font-weight: 300; }
.muted { color: var(--ink-soft); }
.band-green .muted { color: var(--on-green-soft); }
.pull {
  font-family: var(--script); font-size: clamp(1.9rem, 3vw, 2.5rem); line-height: 1.2;
  color: var(--wax); margin: 1.6rem 0 1.8rem;
}
.band-green .pull { color: var(--brass-soft); }

.icon {
  width: 1.15em; height: 1.15em;
  fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linecap: round; stroke-linejoin: round;
  vertical-align: -0.2em; flex: none;
}
.clover { fill: currentColor; stroke: none; }

/* ---------- buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.7rem;
  font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.74rem; line-height: 1;
  padding: 1.05rem 1.9rem;
  border: 1px solid currentColor; background: transparent; color: inherit;
  text-decoration: none; cursor: pointer;
  transition: background 250ms var(--ease-out), color 250ms var(--ease-out), border-color 250ms var(--ease-out), transform 250ms var(--ease-out);
}
.btn:hover { background: var(--ink); border-color: var(--ink); color: var(--ivory); }
.band-green .btn:hover { background: var(--ivory); border-color: var(--ivory); color: var(--green); }
.btn:active { transform: translateY(1px); }
.btn-wax { background: var(--wax); border-color: var(--wax); color: var(--ivory); }
.btn-wax:hover, .band-green .btn-wax:hover { background: var(--wax-deep); border-color: var(--wax-deep); color: var(--ivory); }

/* ---------- navigation ---------- */

.site-nav {
  position: fixed; inset: 0 0 auto 0; z-index: 20;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.8rem var(--gutter);
  background: color-mix(in srgb, var(--green-deep) 86%, transparent);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--brass) 35%, transparent);
  color: var(--on-green);
  transform: translateY(-105%);
  transition: transform 500ms var(--ease-out);
}
.site-nav.is-visible { transform: translateY(0); }
.site-nav .brand {
  display: inline-flex; align-items: center; gap: 0.6rem; text-decoration: none;
  font-family: var(--display); font-size: 1.05rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--on-green);
}
.site-nav .brand .clover { width: 1rem; height: 1rem; color: var(--brass-soft); }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2rem; }
.site-nav ul a {
  font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.72rem;
  text-decoration: none; color: var(--on-green-soft); padding: 0.4rem 0; border-bottom: 1px solid transparent;
  transition: color 250ms var(--ease-out), border-color 250ms var(--ease-out);
}
.site-nav ul a:hover, .site-nav ul a[aria-current="true"] { color: var(--on-green); border-bottom-color: var(--brass); }
.nav-toggle {
  display: none; background: none; border: 1px solid color-mix(in srgb, var(--brass) 60%, transparent); color: var(--on-green);
  font: inherit; font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.72rem;
  padding: 0.55rem 0.9rem; cursor: pointer;
}
.site-nav .btn { padding: 0.7rem 1.2rem; font-size: 0.72rem; }
@media (max-width: 860px) {
  .site-nav { flex-wrap: wrap; }
  .nav-toggle { display: inline-block; }
  .site-nav ul { flex-basis: 100%; flex-direction: column; gap: 0; display: none; padding: 0.6rem 0 0.4rem; border-top: 1px solid color-mix(in srgb, var(--brass) 35%, transparent); margin-top: 0.6rem; }
  .site-nav.is-open ul { display: flex; }
  .site-nav ul a { display: block; padding: 0.7rem 0; font-size: 0.74rem; }
  .site-nav .btn { margin-left: auto; }
}

/* ---------- hero (unchanged) ---------- */

.hero {
  position: relative; min-height: 100svh;
  display: grid; grid-template-rows: 1fr auto;
  color: var(--on-green); isolation: isolate; overflow: hidden;
  background: var(--green);
}
.hero-photo { position: absolute; inset: 0; z-index: -2; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 62% 55%; }
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom, rgba(24, 44, 32, 0.15) 0%, rgba(24, 44, 32, 0.05) 35%, rgba(24, 44, 32, 0.55) 78%, var(--green) 100%);
}
.hero-inner { align-self: center; text-align: center; padding: clamp(5rem, 12vh, 8rem) var(--gutter) 2rem; }
.hero .names { display: block; width: min(92vw, 880px); height: auto; margin: 0 auto; overflow: visible; filter: drop-shadow(0 2px 14px rgba(24, 44, 32, 0.35)); }
.hero .names path { fill: var(--ivory); stroke: var(--ivory); stroke-width: 10; stroke-linecap: round; stroke-linejoin: round; paint-order: stroke fill; }
.hero .names.is-writing path {
  fill-opacity: 0; stroke-dashoffset: var(--len); stroke-dasharray: var(--len);
  animation: engrave 1100ms var(--ease-out) forwards, ink 700ms ease-out forwards;
  animation-delay: var(--delay), calc(var(--delay) + 650ms);
}
@keyframes engrave { to { stroke-dashoffset: 0; } }
@keyframes ink { to { fill-opacity: 1; } }
.hero-lede {
  margin: 1.8rem auto 0; max-width: 60ch;
  font-family: var(--display); text-transform: uppercase; letter-spacing: 0.26em;
  font-size: clamp(0.72rem, 1.6vw, 0.92rem); line-height: 1.9; text-wrap: balance;
}
.hero-lede .sep { color: var(--brass-soft); padding: 0 0.5em; }
.hero-foot { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; padding: 0 var(--gutter) 0; }
.scroll-cue { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--on-green-soft); text-decoration: none; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; }
.scroll-cue .icon { animation: nod 2.4s var(--ease-out) infinite; }
@keyframes nod { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(4px); } }
.reply-tab {
  position: relative; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 0 1.2rem;
  width: min(100%, 520px); margin: 0; padding: 1.1rem 1.4rem 1.6rem;
  background: var(--ivory); color: var(--ink); border: 1px solid var(--brass); border-bottom: 0;
  box-shadow: 0 -12px 34px -18px rgba(0, 0, 0, 0.5), inset 0 0 0 6px var(--ivory), inset 0 0 0 7px #d3c6a6;
  cursor: pointer; font: inherit; text-align: left;
  transition: transform 500ms var(--ease-out);
}
.reply-tab:hover { transform: translateY(-6px); }
.reply-tab .seal { grid-row: span 2; }
.reply-tab .caps { font-family: var(--display); text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.74rem; color: var(--ink-soft); }
.reply-tab .script { font-size: 1.9rem; color: var(--ink); line-height: 1.05; }
.seal {
  width: 56px; height: 56px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #8b2d3b, var(--wax) 55%, var(--wax-deep) 100%);
  box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.45), inset 0 1px 2px rgba(255, 255, 255, 0.25), inset 0 -2px 4px rgba(0, 0, 0, 0.3);
  color: color-mix(in srgb, var(--ivory) 80%, var(--wax)); display: grid; place-items: center; flex: none;
}
.seal .clover { width: 55%; height: 55%; }
@media (max-width: 720px) {
  .reply-tab { padding: 0.9rem 1rem 1.2rem; gap: 0 0.9rem; }
  .reply-tab .seal { width: 44px; height: 44px; }
  .reply-tab .caps { font-size: 0.72rem; letter-spacing: 0.16em; }
  .reply-tab .script { font-size: 1.45rem; }
}

/* ---------- bands & splits ---------- */

.band { position: relative; }
.band-ivory { background: var(--ivory); color: var(--ink); }
.band-green { background: var(--green); color: var(--on-green); }

.container { width: min(100% - 2 * var(--gutter), 1200px); margin-inline: auto; }
.container-wide { width: min(100% - 2 * var(--gutter), 1400px); margin-inline: auto; }
.pad { padding-block: var(--pad-y); }

/* photo half + content half */
.split { display: grid; grid-template-columns: 1fr 1fr; min-height: 100svh; }
.split-media { position: relative; min-height: 60vw; margin: 0; }
.split-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-media.sticky { position: sticky; top: 0; height: 100svh; min-height: 0; }
.split-body { display: flex; flex-direction: column; justify-content: center; padding: var(--pad-y) clamp(1.5rem, 6vw, 6rem); }
.split-body > .inner { max-width: var(--measure); }
.split.media-right .split-media { order: 2; }
.split.media-right .split-body { order: 1; }
@media (max-width: 900px) {
  .split { grid-template-columns: 1fr; min-height: 0; }
  .split-media, .split-media.sticky { position: relative; top: auto; height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .split.media-right .split-media { order: 1; }
  .split.media-right .split-body { order: 2; }
  .split-body { padding: clamp(3rem, 8vw, 5rem) var(--gutter); }
}

.hairline { border: 0; border-top: 1px solid var(--line); margin: 2rem 0; }

/* facts: label above value, hairline on top, columns */
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1.4rem 2rem; margin: 2rem 0 0; padding: 0; }
.facts > div { border-top: 1px solid var(--line); padding-top: 0.9rem; }
.facts dt { font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; color: var(--ink-soft); margin: 0 0 0.35rem; }
.band-green .facts dt { color: var(--on-green-soft); }
.facts dd { margin: 0; font-family: var(--display); font-size: 1.1rem; line-height: 1.35; }

/* photo grid */
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(0.75rem, 1.6vw, 1.5rem); }
.photo-grid img { width: 100%; height: auto; object-fit: cover; aspect-ratio: 3 / 4; }
@media (max-width: 700px) { .photo-grid { grid-template-columns: 1fr 1fr; } .photo-grid > :last-child { grid-column: 1 / -1; } .photo-grid > :last-child img { aspect-ratio: 4 / 3; } }

/* actions */
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.6rem; margin-top: 2rem; }
.actions .note { font-size: 0.86rem; color: var(--ink-soft); }
.band-green .actions .note { color: var(--on-green-soft); }

/* ---------- registration (entrance, additive only) ---------- */

@media (prefers-reduced-motion: no-preference) {
  .js:not(.static) .reg.is-in .split-body > .inner > *,
  .js:not(.static) .reg.is-in .stagger > * { animation: settle var(--dur) var(--ease-out) both; }
  .js:not(.static) .reg.is-in .split-body > .inner > *:nth-child(2), .js:not(.static) .reg.is-in .stagger > *:nth-child(2) { animation-delay: 90ms; }
  .js:not(.static) .reg.is-in .split-body > .inner > *:nth-child(3), .js:not(.static) .reg.is-in .stagger > *:nth-child(3) { animation-delay: 180ms; }
  .js:not(.static) .reg.is-in .split-body > .inner > *:nth-child(n+4), .js:not(.static) .reg.is-in .stagger > *:nth-child(n+4) { animation-delay: 270ms; }
}
@keyframes settle { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

/* ---------- dialog: the reply card ---------- */

dialog.rsvp-dialog {
  border: 0; padding: 0; width: min(96vw, 720px); max-height: min(92svh, 900px);
  background: var(--ivory); color: var(--ink); margin: auto; overflow: hidden;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.6);
}
dialog.rsvp-dialog::backdrop { background: color-mix(in srgb, var(--green-deep) 82%, transparent); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
dialog.rsvp-dialog[open] { animation: slide-out 600ms var(--ease-out); }
@keyframes slide-out { from { transform: translateY(48px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.dialog-head { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; padding: 1.3rem 1.5rem 1.1rem; border-bottom: 1px solid var(--line); }
.dialog-head .eyebrow { margin: 0 0 0.2rem; }
.dialog-head .title { font-family: var(--display); font-size: 1.5rem; line-height: 1.3; }
.dialog-close { background: none; border: 1px solid var(--line); color: var(--ink); width: 2.5rem; height: 2.5rem; display: grid; place-items: center; cursor: pointer; border-radius: 50%; transition: background 250ms var(--ease-out), color 250ms var(--ease-out); }
.dialog-close:hover { background: var(--wax); color: var(--ivory); border-color: var(--wax); }
.dialog-body { background: var(--ivory); }
.dialog-body:has(iframe) { height: min(72svh, 760px); }
.dialog-body iframe { display: block; width: 100%; height: 100%; border: 0; background: #fff; }
.dialog-body .pending { display: grid; place-content: center; text-align: center; gap: 0.8rem; padding: 3rem 2rem; color: var(--ink-soft); }
.dialog-body .pending .title { font-family: var(--display); font-size: 2rem; color: var(--ink); }
.dialog-body .pending p { max-width: 36ch; margin: 0 auto; }

/* ---------- section styles (appended per section) ---------- */

/* intro */
.intro { display: grid; gap: clamp(2.5rem, 5vw, 4rem); }
.intro-head { max-width: 40ch; }
.intro-head .h2 { margin-bottom: 1rem; }
.intro-head .lead { margin: 0; color: var(--on-green-soft); }
.intro-summary {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem clamp(1.5rem, 4vw, 3.5rem);
}
.intro-summary li {
  display: grid; grid-template-columns: auto 1fr; grid-template-rows: auto auto; column-gap: 1rem;
  border-top: 1px solid var(--line); padding-top: 1.3rem;
}
.intro-summary .icon { grid-row: span 2; width: 2rem; height: 2rem; stroke-width: 1.3; color: var(--brass-soft); margin-top: 0.15rem; }
.intro-label { font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; color: var(--on-green-soft); margin-bottom: 0.35rem; }
.intro-value { font-family: var(--display); font-size: 1.15rem; line-height: 1.4; }
.intro-cta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1.2rem 2rem; border-top: 1px solid var(--line); padding-top: 2rem; }
.intro-cta .actions { margin-top: 0; }
.intro-more { display: inline-flex; align-items: center; gap: 0.5rem; text-decoration: none; font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.2em; font-size: 0.72rem; color: var(--on-green-soft); }
.intro-more:hover { color: var(--on-green); }
.intro-more .icon { transform: rotate(-90deg); transition: transform 250ms var(--ease-out); }
.intro-more:hover .icon { transform: rotate(-90deg) translateY(3px); }
@media (max-width: 900px) { .intro-summary { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .intro-summary { grid-template-columns: 1fr; gap: 1.4rem; } }

/* story */
.story-prose p:not(.pull) { font-size: 1.1rem; }
.story-prose .pull { margin: 2rem 0; }
.story-photos { padding-block: clamp(1rem, 3vw, 2rem) var(--pad-y); }

/* ---------- celebrations ---------- */
/* ---------- celebrations (green band, two-day programme) ---------- */

.tl-intro { max-width: var(--measure); }
.tl-intro .lead { margin-bottom: 1.2em; }
.tl-intro p:last-child { margin-bottom: 0; }

/* programme: stacked on mobile, two columns with one vertical hairline from 900px */
.tl-programme { display: grid; grid-template-columns: 1fr; margin-top: clamp(3rem, 6vw, 5rem); }
.tl-day { min-width: 0; }
.tl-day + .tl-day { border-top: 1px solid var(--line); margin-top: 2.75rem; padding-top: 2.75rem; }
.tl-day-label { margin-bottom: 1rem; }
.tl-day .h3 { margin-bottom: 1rem; }
.tl-kicker { font-style: italic; font-size: 1.2rem; line-height: 1.45; color: var(--on-green-soft); margin: 0 0 1.1em; }
.tl-day > p:last-child { margin-bottom: 0; }
.tl-after { margin-top: 2rem; }

/* facts as a vertical list: icon + label left, value right, hairline between rows */
.tl-facts.facts { display: block; margin: 2rem 0 0; }
.tl-facts.facts > div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 1.25rem; padding: 0.85rem 0; border-top: 1px solid var(--line); }
.tl-facts.facts > div:last-child { border-bottom: 1px solid var(--line); }
.tl-facts.facts dt { display: flex; align-items: center; gap: 0.6rem; margin: 0; white-space: nowrap; }
.tl-facts.facts dt .icon { width: 1.05rem; height: 1.05rem; color: var(--brass-soft); }
.tl-facts.facts dd { margin: 0; text-align: right; color: var(--on-green); font-size: 1.05rem; text-wrap: balance; }

@media (min-width: 900px) {
  .tl-programme { grid-template-columns: 1fr 1fr; }
  .tl-day { padding-right: clamp(2rem, 5vw, 5rem); }
  .tl-day + .tl-day { border-top: 0; margin-top: 0; padding-top: 0; border-left: 1px solid var(--line); padding-right: 0; padding-left: clamp(2rem, 5vw, 5rem); }
}

/* full-bleed photo strip with a small caption over a soft scrim */
.tl-strip { position: relative; margin: clamp(4rem, 8vw, 7rem) 0 0; height: clamp(260px, 62vw, 440px); overflow: hidden; }
.tl-strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.tl-strip::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(24, 44, 32, 0.62) 0%, rgba(24, 44, 32, 0.22) 30%, rgba(24, 44, 32, 0) 55%); }
.tl-strip figcaption { position: absolute; left: var(--gutter); bottom: clamp(1rem, 2.4vw, 1.8rem); z-index: 1; margin: 0; font-family: var(--sans); font-weight: 400; font-size: 0.8rem; letter-spacing: 0.12em; line-height: 1; color: var(--ivory); }
@media (min-width: 900px) {
  .tl-strip { height: clamp(40vh, 32vw, 640px); }
}

/* closing block, centred */
.tl-close { text-align: center; max-width: 54ch; margin: clamp(3.5rem, 7vw, 6rem) auto 0; }
.tl-close .pull { margin: 0 0 0.5rem; }
.tl-close-line { font-family: var(--display); font-size: clamp(1.6rem, 3vw, 2.4rem); line-height: 1.15; letter-spacing: 0.01em; margin: 0 0 1.6rem; text-wrap: balance; }
.tl-close p:last-child { margin-bottom: 0; }

/* ---------- travel ---------- */
/* ---------- travel & stay (ivory band, sticky photo split + at-a-glance row) ---------- */

.tr-body .lead { margin-bottom: 1.2em; }
.tr-body .hairline { margin: 2.4rem 0; }

.tr-block .h4 { margin-bottom: 1rem; }
.tr-block p:last-child { margin-bottom: 0; }

.tr-address { font-family: var(--display); font-size: 1.15rem; line-height: 1.5; margin: 0 0 1.4rem; }
.tr-actions.actions { margin-top: 0; margin-bottom: 1.6rem; }

.tr-final.pull { margin: 2.6rem 0 0; text-wrap: balance; }

/* at a glance: four hairline-topped items, two per row on small screens */
.tr-glance { padding-block: clamp(3rem, 6vw, 5rem) var(--pad-y); }
.tr-glance > .eyebrow { margin-bottom: 1.6rem; }
.tr-glance-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.2rem clamp(1.25rem, 3vw, 3rem); margin: 0; padding: 0; list-style: none; }
.tr-glance-item { min-width: 0; border-top: 1px solid var(--line); padding-top: 1.2rem; }
.tr-glance-item > .icon { display: block; width: 1.6rem; height: 1.6rem; margin: 0 0 0.9rem; color: var(--green-olive); }
.tr-glance-item .h4 { margin-bottom: 0.45rem; }
.tr-glance-item p { margin: 0; font-size: 0.98rem; line-height: 1.55; color: var(--ink-soft); }
@media (min-width: 900px) {
  .tr-glance-grid { grid-template-columns: repeat(4, 1fr); }
}

/* ---------- faq ---------- */
/* ---------- faq ---------- */

.faq-list { margin-top: 2.4rem; border-bottom: 1px solid var(--line); }

.faq-item { border-top: 1px solid var(--line); }
.faq-item summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1.5rem;
  list-style: none; cursor: pointer;
  padding: 1.15rem 0;
  font-family: var(--sans); font-weight: 400; font-size: 1.05rem; line-height: 1.4;
  color: var(--ink);
  transition: color 250ms var(--ease-out);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }
.faq-q { text-wrap: pretty; }
.faq-plus {
  width: 1.25rem; height: 1.25rem; margin-top: 0.15em;
  color: var(--green-olive);
  transition: transform 350ms var(--ease-out), color 250ms var(--ease-out);
}
.faq-item summary:hover .faq-plus { color: var(--wax); }
.faq-item summary:hover .faq-q { text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 0.22em; text-decoration-thickness: 1px; }
.faq-item[open] .faq-plus { transform: rotate(45deg); color: var(--wax); }
.faq-item[open] summary:hover .faq-q { text-decoration: none; }

.faq-a { padding: 0.2rem 0 1.4rem; max-width: 56ch; color: var(--ink); }
.faq-a p { margin-bottom: 1em; }
.faq-a > :last-child { margin-bottom: 0; }
.faq-a em { color: var(--ink); }

.faq-address { margin: 0 0 1em; line-height: 1.55; }

/* dress-code swatches: small round dots with labels, no boxes */
.faq-swatches {
  list-style: none; margin: 0.2rem 0 1.4rem; padding: 0;
  display: flex; flex-wrap: wrap; gap: 0.7rem 1.4rem;
}
.faq-swatches li {
  display: inline-flex; align-items: center; gap: 0.55rem;
  font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.18em; font-size: 0.72rem; line-height: 1;
  color: var(--ink-soft);
}
.faq-dot {
  width: 1.05rem; height: 1.05rem; border-radius: 50%; flex: none;
  background: var(--faq-c);
}

@media (prefers-reduced-motion: no-preference) {
  .faq-item[open] .faq-a { animation: faq-reveal 450ms var(--ease-out) both; }
}
@keyframes faq-reveal { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .faq-list { margin-top: 2rem; }
  .faq-item summary { padding: 1rem 0; font-size: 1rem; gap: 1rem; }
}

/* ---------- rsvp ---------- */
/* ---------- rsvp ---------- */


.rsvp-body { padding: 0 0 var(--pad-y); }

/* centred emotional opener */
.rsvp-intro { text-align: center; max-width: var(--measure); margin-inline: auto; }
.rsvp-intro .lead { margin-bottom: 1.6rem; }
.rsvp-intro .rsvp-actions { flex-direction: column; justify-content: center; gap: 1.1rem; margin-top: 2.4rem; }
.rsvp-intro .rsvp-actions .note { margin: 0; }

/* explanatory columns: hairline on top, label + paragraphs, no boxes */
.rsvp-grid {
  display: grid; gap: 2.4rem clamp(2rem, 4vw, 4rem);
  margin-top: clamp(4rem, 7vw, 6rem);
}
.rsvp-grid-3 { grid-template-columns: repeat(3, 1fr); }
.rsvp-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 900px; margin-inline: auto; }
.rsvp-col { border-top: 1px solid var(--line); padding-top: 1.4rem; }
.rsvp-col .h4 { color: var(--brass-soft); margin-bottom: 1rem; text-wrap: balance; }
.rsvp-col p { font-size: 1rem; line-height: 1.6; }
.rsvp-col > :last-child { margin-bottom: 0; }

/* close */
.rsvp-close { text-align: center; margin-top: clamp(4rem, 7vw, 6rem); }
.rsvp-close .pull { max-width: 22ch; margin-inline: auto; margin-bottom: 2rem; }

@media (max-width: 900px) {
  .rsvp-grid-3, .rsvp-grid-2 { grid-template-columns: 1fr; gap: 2rem; }
  .rsvp-grid { margin-top: 3.5rem; }
}
@media (max-width: 700px) {
  .rsvp-body { padding-top: 2.5rem; }
}

/* ---------- footer ---------- */
/* ---------- footer ---------- */

.site-foot {
  background: var(--green-deep); color: var(--on-green);
  border-top: 1px solid color-mix(in srgb, var(--brass) 35%, transparent);
  padding: clamp(3.5rem, 7vw, 5.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  text-align: center;
}
.site-foot-inner { display: flex; flex-direction: column; align-items: center; }
.site-foot-clover { width: 1.6rem; height: 1.6rem; color: var(--brass-soft); margin-bottom: 1.2rem; }
.site-foot-names {
  font-family: var(--display); font-size: 1.6rem; line-height: 1.2; letter-spacing: 0.16em; text-transform: uppercase;
  margin: 0 0 1.1rem; text-wrap: balance;
}
.site-foot-line {
  font-family: var(--sans); font-weight: 500; text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; line-height: 1.9;
  color: var(--on-green-soft); margin: 0; text-wrap: balance;
}

/* rsvp strip flush with the section top */
#rsvp.pad { padding-top: 0; }

/* anchored sections clear the fixed nav */
section[id] { scroll-margin-top: 4.5rem; }

/* review fixes */
.icon.heart { width: 0.9em; height: 0.9em; vertical-align: -0.08em; }
.story-line { margin: 2rem 0 1.4rem; }
.rsvp-close-line { max-width: 24ch; margin-inline: auto; margin-bottom: 1.6rem; font-size: clamp(1.6rem, 2.6vw, 2.2rem); }
.tr-glance { padding: 0.4rem 0 0.6rem; }
.tr-glance-title { margin-bottom: 1.2rem; }
.tr-glance .tr-glance-grid { grid-template-columns: 1fr 1fr; }
@media (max-width: 480px) { .hero-lede .sep-mid { display: none; } }
