/* ==========================================================================
   Sophie & Rebecca — concierge site — Hampton Manor, 28 November 2026
   --------------------------------------------------------------------------
   Everything here derives from Kleurschema.jpeg: the four wedding colours,
   its warm linen ground rather than a white one, its warm-brown text, and
   its materials row — VELVET · LINEN · SILK · BRASS · WOOD — which become
   the five texture classes below. No texture images; all of it is layered
   gradients over a shared SVG noise, which is what stops a fill reading as
   flat paint.
   ========================================================================== */

:root {
  /* the four wedding colours, exactly as specified */
  --red:      #7B1E2B;
  --navy:     #071E3D;
  --peach:    #F2B79A;
  --yellow:   #F7E199;

  /* brass, in three tones, so it can be brushed */
  --brass:    #B08D57;
  --brass-lt: #E4C98A;
  --brass-dk: #8A6A3A;

  /* the moodboard's ground: warm linen and taupe, not white */
  --linen:    #CBB9A0;
  --linen-lt: #E6DCCB;
  --cream:    #FBF6EC;
  --cream-hi: #FFFDF8;
  --wood:     #5C463A;

  /* warm brown text, as the moodboard sets it — not navy */
  --ink:      #3B2B23;
  --muted:    #6E5B4F;
  --muted-lt: #97897C;

  --red-dk:   #5E1620;
  --navy-dk:  #04152B;

  --line:      rgba(59, 43, 35, .16);
  --line-soft: rgba(59, 43, 35, .09);

  --serif: "Cormorant Garamond", Garamond, Georgia, "Times New Roman", serif;
  --sans:  "Gill Sans MT", "Gill Sans", "Jost", Corbel, "Segoe UI", sans-serif;

  --wrap: 1220px;
  --r: 2px;
  --r-lg: 4px;

  --sh-sm: 0 1px 2px rgba(59,43,35,.06), 0 6px 18px rgba(59,43,35,.06);
  --sh-md: 0 2px 8px rgba(59,43,35,.07), 0 22px 54px rgba(59,43,35,.11);
  --sh-lg: 0 40px 90px rgba(20,12,8,.34);

  --ease: cubic-bezier(.22,.61,.36,1);

  /* brushed brass: a metallic base with a whisper of brushing over it.
     Hard 1px stripes read as corduroy at small sizes, so keep it subtle. */
  --brass-fill:
    repeating-linear-gradient(101deg,
      rgba(255,255,255,.13) 0 1px,
      rgba(0,0,0,.06) 1px 3px,
      rgba(255,255,255,.06) 3px 4px,
      rgba(0,0,0,.035) 4px 7px),
    linear-gradient(138deg, #CBA96D 0%, var(--brass) 44%, #8E6E3F 100%);

  /* a tapered brass hairline, for rules */
  --brass-hair: linear-gradient(90deg,
    rgba(176,141,87,0) 0%, var(--brass) 14%,
    var(--brass-lt) 50%, var(--brass) 86%, rgba(176,141,87,0) 100%);

  /* shared fibre noise — the base layer under every texture */
  --noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ============================================================ MATERIALS = */
/* Each class paints itself; `--c` overrides the base colour where useful.  */

.velvet, .linen, .silk, .wood, .sunlight { position: relative; isolation: isolate; }

/* -- VELVET: deep pile. Sheen through the middle, crushed nap, dark edges - */
.velvet {
  background-color: var(--red-dk);
  background-image:
    radial-gradient(120% 90% at 50% 18%, rgba(190,76,86,.42) 0%, rgba(190,76,86,0) 62%),
    radial-gradient(90% 70% at 88% 96%, rgba(123,30,43,.7) 0%, rgba(123,30,43,0) 70%),
    repeating-linear-gradient(94deg,
      rgba(255,255,255,.014) 0 3px, rgba(0,0,0,.022) 3px 9px),
    linear-gradient(168deg, #8A2331 0%, var(--red-dk) 58%, #3F0E16 100%);
}
.velvet::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background-image: var(--noise);
  background-size: 160px 160px;
  opacity: .16;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* -- LINEN: woven weft. Two crossed threads plus slub ------------------- */
.linen {
  background-color: var(--linen-lt);
  background-image:
    repeating-linear-gradient(90deg,
      rgba(255,253,248,.2) 0 1px, rgba(92,70,58,.028) 1px 4px),
    repeating-linear-gradient(0deg,
      rgba(255,253,248,.15) 0 1px, rgba(92,70,58,.022) 1px 4px),
    linear-gradient(150deg, #EFE7D9 0%, var(--linen-lt) 52%, #DACDB8 100%);
}
.linen::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background-image: var(--noise);
  background-size: 130px 130px;
  opacity: .1;
  pointer-events: none;
}

/* navy linen, for the documents section */
.section--navy.linen,
.linen--navy {
  background-color: var(--navy);
  background-image:
    repeating-linear-gradient(90deg,
      rgba(255,255,255,.03) 0 1px, rgba(0,0,0,.07) 1px 4px),
    repeating-linear-gradient(0deg,
      rgba(255,255,255,.022) 0 1px, rgba(0,0,0,.055) 1px 4px),
    linear-gradient(158deg, #0C2B52 0%, var(--navy) 55%, var(--navy-dk) 100%);
}

/* -- SILK: satin. Uneven ripple, soft specular falloff ------------------ */
.silk {
  background-color: var(--peach);
  background-image:
    linear-gradient(104deg,
      rgba(255,255,255,.62) 0%, rgba(255,255,255,0) 17%,
      rgba(158,84,62,.14) 34%, rgba(255,255,255,.44) 47%,
      rgba(255,255,255,0) 61%, rgba(158,84,62,.12) 76%,
      rgba(255,255,255,.34) 89%, rgba(255,255,255,0) 100%),
    linear-gradient(196deg, #F8D2BE 0%, var(--peach) 46%, #E2A288 100%);
}
.silk::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background-image: var(--noise);
  background-size: 200px 200px;
  opacity: .07;
  pointer-events: none;
}

/* -- BRASS: brushed metal. For hairlines, rules and small marks --------- */
.brass {
  background-color: var(--brass);
  background-image: var(--brass-fill);
}

/* a rule is a hairline, so it gets the tapered gradient, not the brushing —
   repeating stripes on a 2px-tall element just look like dashes */
.rule--brass {
  background-color: transparent;
  background-image: var(--brass-hair);
  height: 1.5px;
}

/* -- WOOD: grain, with a little warp ----------------------------------- */
.wood {
  background-color: var(--wood);
  background-image:
    repeating-linear-gradient(88deg,
      rgba(0,0,0,.16) 0 2px, rgba(255,255,255,.035) 2px 3px,
      rgba(0,0,0,.09) 3px 7px, rgba(255,255,255,.02) 7px 9px),
    radial-gradient(140% 60% at 18% 40%, rgba(150,106,70,.4) 0%, rgba(150,106,70,0) 60%),
    linear-gradient(172deg, #6B5343 0%, var(--wood) 60%, #3E2E25 100%);
}
.wood::after {
  content: "";
  position: absolute; inset: 0; z-index: -1;
  background-image: var(--noise);
  background-size: 180px 180px;
  opacity: .13;
  pointer-events: none;
}

/* -- SUNLIGHT: the lemon yellow, as light rather than cloth ------------- */
.sunlight {
  background-color: var(--yellow);
  background-image:
    radial-gradient(75% 70% at 32% 26%, rgba(255,255,255,.75) 0%, rgba(255,255,255,0) 66%),
    linear-gradient(160deg, #FDF3CC 0%, var(--yellow) 58%, #E9CE77 100%);
}

/* --------------------------------------------------------------- reset -- */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 300;
  line-height: 1.72;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
body.is-locked { overflow: hidden; }

img { max-width: 100%; display: block; }
address { font-style: normal; }
figure { margin: 0; }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: .002em;
  margin: 0;
}

p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

a { color: var(--red); text-underline-offset: 3px; }
a:hover { color: var(--red-dk); }

:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

/* ------------------------------------------------------------ helpers -- */

.container { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 30px; }
.container--narrow { max-width: 840px; }

/* the moodboard sets every label in widely-tracked caps */
.eyebrow {
  font-family: var(--sans);
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--brass-dk);
  margin: 0 0 1rem;
}
.label-caps {
  display: block;
  font-size: .64rem;
  font-weight: 500;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: var(--muted-lt);
  margin-bottom: .55rem;
}

.rule {
  display: block;
  width: 74px; height: 2px;
  border: 0; border-radius: 2px;
  margin: 1.5rem 0;
}
.section-head--center .rule { margin-inline: auto; }

.section-title { font-size: clamp(2.3rem, 5vw, 3.7rem); color: var(--ink); }

.lede {
  font-family: var(--serif);
  font-size: clamp(1.22rem, 1.9vw, 1.5rem);
  line-height: 1.55;
  font-weight: 300;
  color: var(--muted);
  max-width: 56ch;
}
.section-head--center .lede { margin-inline: auto; }

.sourceline {
  margin-top: 2.5rem; padding-top: 1.1rem;
  border-top: 1px solid var(--line-soft);
  font-size: .76rem; letter-spacing: .04em;
  color: var(--muted-lt);
}
.sourceline a { color: var(--muted); }
.sourceline strong { font-weight: 500; color: var(--muted); }

.tbc {
  display: inline-block;
  font-family: var(--sans);
  font-size: .68em; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--red);
  background: rgba(123,30,43,.07);
  border: 1px dashed rgba(123,30,43,.34);
  border-radius: 100px;
  padding: .3em .95em .34em;
  vertical-align: .12em;
  white-space: nowrap;
}

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

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--sans);
  font-size: .76rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  text-decoration: none;
  padding: 1.1em 2.2em;
  border: 1px solid transparent; border-radius: var(--r);
  cursor: pointer;
  transition: transform .3s var(--ease), background .3s var(--ease),
              color .3s var(--ease), border-color .3s var(--ease);
}
.btn:hover { transform: translateY(-1px); }

.btn--brass {
  color: #34240F;
  background-color: var(--brass);
  background-image: var(--brass-fill);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35);
}
.btn--brass:hover { color: #241708; filter: brightness(1.08); }

.btn--wine { background: var(--red); color: var(--cream-hi); }
.btn--wine:hover { background: var(--red-dk); color: var(--cream-hi); }

.btn--line { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--line:hover { background: var(--ink); color: var(--cream-hi); border-color: var(--ink); }

.btn--block { width: 100%; }
.btn--sm { padding: .9em 1.6em; font-size: .7rem; }

/* --------------------------------------------------- framed portraits -- */
/* The engagement photograph is a close-up phone snap, so it is framed and
   kept small on purpose rather than blown up full-bleed.                  */

.portrait {
  position: relative;
  padding: 7px;
  background-color: var(--brass);
  background-image: var(--brass-fill);
  box-shadow: var(--sh-md);
}
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.portrait--sm { width: 116px; aspect-ratio: 4/5; margin-bottom: 2rem; }
.portrait--sm img { aspect-ratio: 4/5; }
.portrait--md { width: min(300px, 100%); aspect-ratio: 4/5; margin-top: 2.5rem; }
.portrait--md img { aspect-ratio: 4/5; }
.portrait figcaption {
  position: absolute; top: 100%; left: 0; right: 0;
  font-size: .64rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--muted-lt);
  padding-top: .95rem;
  text-align: center;
}
/* room for the caption that now hangs below the frame */
.portrait--md { margin-bottom: 3rem; }

/* ---------------------------------------------------------- figures --- */

.figure { position: relative; box-shadow: var(--sh-md); }
.figure img { width: 100%; height: 100%; object-fit: cover; }
.figure--tall { height: 100%; min-height: 380px; }
.figure figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 2.4rem 1.5rem 1.1rem;
  font-size: .66rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: rgba(255,253,248,.94);
  background: linear-gradient(transparent, rgba(30,14,10,.78));
}

/* ================================================================= GATE = */

.gate {
  position: fixed; inset: 0; z-index: 100;
  display: grid; grid-template-columns: 1.1fr 1fr;
  background: var(--red-dk);
  animation: fade .7s var(--ease) both;
}
.gate.is-leaving { animation: fadeOut .55s var(--ease) both; }
@keyframes fade    { from { opacity: 0 } to { opacity: 1 } }
@keyframes fadeOut { to { opacity: 0; visibility: hidden } }

.gate__media { position: relative; overflow: hidden; }
.gate__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 62%; }
.gate__media-veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(80% 60% at 30% 30%, rgba(123,30,43,.3) 0%, rgba(123,30,43,0) 70%),
    linear-gradient(90deg, rgba(20,12,8,.42) 0%, rgba(20,12,8,.06) 45%, rgba(94,22,32,.5) 100%);
}

.gate__panel {
  display: flex; align-items: center; justify-content: center;
  padding: 3rem 2rem; overflow-y: auto;
}
.gate__panel-inner { width: 100%; max-width: 392px; color: rgba(255,253,248,.9); }

.gate__brand {
  font-family: var(--serif);
  font-size: clamp(1.9rem, 2.6vw, 2.35rem);
  font-weight: 300;
  color: var(--cream-hi);
  margin: 0 0 .7rem;
}
.gate__brand em { font-style: italic; color: var(--peach); }

.gate__meta {
  display: flex; align-items: center; gap: .85rem;
  font-size: .66rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: rgba(228,201,138,.9);
  padding-bottom: 2.3rem; margin-bottom: 2.3rem;
  border-bottom: 1px solid rgba(228,201,138,.26);
}
.gate__meta-sep, .hero__meta-sep, .footer__sep {
  display: inline-block; width: 4px; height: 4px;
  border-radius: 50%; background: var(--peach);
}

.gate__title {
  font-size: clamp(2.6rem, 4.4vw, 3.4rem);
  color: var(--cream-hi);
  margin-bottom: 1rem;
}
.gate__copy {
  font-family: var(--serif);
  font-size: 1.16rem; line-height: 1.6;
  color: rgba(255,253,248,.78);
  margin-bottom: 2.3rem;
}
.gate__foot {
  margin-top: 1.7rem;
  font-size: .8rem; line-height: 1.6;
  color: rgba(255,253,248,.56);
}

.field { margin-bottom: 1.15rem; }
.field label {
  display: block;
  font-size: .64rem; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase;
  color: rgba(228,201,138,.88);
  margin-bottom: .55rem;
}
.field input {
  width: 100%;
  font-family: var(--serif);
  font-size: 1.28rem; font-weight: 400;
  color: var(--cream-hi);
  padding: .8rem 1rem;
  background: rgba(255,253,248,.07);
  border: 1px solid rgba(228,201,138,.3);
  border-radius: var(--r);
  transition: background .25s var(--ease), border-color .25s var(--ease);
}
.field input:focus {
  outline: none;
  background: rgba(255,253,248,.13);
  border-color: var(--brass-lt);
}
.gate form .btn { margin-top: 1.5rem; }

.gate__error[hidden] { display: none; }
.gate__error {
  display: block;
  margin: 1.2rem 0 0; padding: .9rem 1.1rem;
  font-size: .87rem; line-height: 1.55;
  color: #FFE9D8;
  background: rgba(0,0,0,.26);
  border-left: 2px solid var(--peach);
  animation: nudge .4s var(--ease);
}
@keyframes nudge {
  0%,100% { transform: translateX(0) }
  25% { transform: translateX(-4px) }
  75% { transform: translateX(4px) }
}

/* ================================================================== SITE = */

.site { animation: fade .9s var(--ease) both; }

/* ---------------------------------------------------------------- nav -- */
/* Deliberately louder than v1: larger labels, brass active marker.       */

.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(251,246,236,.93);
  backdrop-filter: blur(16px) saturate(1.4);
  border-bottom: 1px solid transparent;
  transition: border-color .35s var(--ease), box-shadow .35s var(--ease);
}
.nav.is-stuck { border-bottom-color: var(--line-soft); box-shadow: 0 2px 24px rgba(59,43,35,.07); }

.nav__inner {
  max-width: var(--wrap); margin: 0 auto; padding: 0 30px;
  height: 80px; display: flex; align-items: center; gap: 1.6rem;
}
.nav__brand {
  font-family: var(--serif);
  font-size: 1.44rem; font-weight: 400;
  color: var(--ink); text-decoration: none;
  white-space: nowrap; flex-shrink: 0;
}
.nav__brand em { font-style: italic; color: var(--red); }

.nav__nav { margin-inline: auto; }
.nav__links {
  display: flex; align-items: center; gap: 1.7rem;
  list-style: none; margin: 0; padding: 0;
}
.nav__links a {
  position: relative; display: block;
  font-size: .74rem; font-weight: 500;
  letter-spacing: .17em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  padding: .45rem 0;
  transition: color .25s var(--ease);
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; border-radius: 2px;
  background-color: var(--brass);
  background-image: var(--brass-fill);
  transition: width .32s var(--ease);
}
.nav__links a:hover, .nav__links a.is-current { color: var(--red); }
.nav__links a:hover::after, .nav__links a.is-current::after { width: 100%; }

.nav__actions { display: flex; align-items: center; gap: .9rem; flex-shrink: 0; }

.langswitch {
  display: inline-flex; padding: 2px;
  border: 1px solid var(--line); border-radius: 100px;
  background: rgba(255,253,248,.6);
}
.langswitch__btn {
  font-family: var(--sans);
  font-size: .66rem; font-weight: 500; letter-spacing: .12em;
  color: var(--muted);
  background: none; border: 0; border-radius: 100px;
  padding: .45em .9em; cursor: pointer;
  transition: background .25s var(--ease), color .25s var(--ease);
}
.langswitch__btn.is-active { background: var(--red); color: var(--cream-hi); }

.nav__signout {
  font-family: var(--sans);
  font-size: .66rem; font-weight: 500;
  letter-spacing: .15em; text-transform: uppercase;
  color: var(--muted-lt);
  background: none; border: 0; padding: .4rem; cursor: pointer;
}
.nav__signout:hover { color: var(--red); }

.nav__toggle {
  display: none; flex-direction: column; justify-content: center; gap: 4px;
  width: 44px; height: 44px; padding: 0 10px;
  background: none; border: 1px solid var(--line); border-radius: var(--r);
  cursor: pointer;
}
.nav__toggle span { display: block; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s var(--ease); }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }

/* --------------------------------------------------------------- hero -- */

.hero {
  position: relative;
  min-height: min(100vh, 900px);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  padding: 7rem 30px 4.5rem;
  overflow: hidden;
  background: var(--navy-dk);
}
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 58%; }
.hero__veil {
  position: absolute; inset: 0;
  background-color: transparent;
  background-image:
    radial-gradient(90% 70% at 50% 40%, rgba(94,22,32,.36) 0%, rgba(94,22,32,0) 72%),
    linear-gradient(to bottom, rgba(20,12,8,.62) 0%, rgba(20,12,8,.3) 42%, rgba(20,12,8,.82) 100%);
}
.hero__veil::after { opacity: .1; }

.hero__inner { position: relative; max-width: 900px; }

.hero__greeting {
  min-height: 1.2em;
  font-size: .72rem; font-weight: 500;
  letter-spacing: .34em; text-transform: uppercase;
  color: var(--brass-lt);
  margin: 0 0 1.7rem;
}
.hero__names {
  font-size: clamp(3rem, 8.4vw, 6.6rem);
  font-weight: 300; line-height: 1.02;
  color: var(--cream-hi);
  text-shadow: 0 2px 40px rgba(20,12,8,.5);
}
.hero__names em { font-style: italic; color: var(--peach); }
.hero__sub {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.25rem, 2.3vw, 1.65rem);
  font-weight: 300;
  color: rgba(255,253,248,.84);
  margin: 1.4rem 0 1.9rem;
}
.hero__meta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem;
  font-size: .72rem; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase;
  color: rgba(255,253,248,.9);
  margin: 0;
}

.countdown {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(1.4rem, 4.6vw, 3.4rem);
  margin-top: 3.4rem; padding-top: 2.6rem;
  border-top: 1px solid rgba(228,201,138,.3);
}
.countdown__unit { display: flex; flex-direction: column; gap: .5rem; min-width: 64px; }
.countdown__num {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  font-weight: 300; line-height: 1;
  color: var(--cream-hi);
  font-variant-numeric: tabular-nums;
}
.countdown__label {
  font-size: .62rem; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--brass-lt);
}

.hero__down {
  display: inline-block; margin-top: 3rem;
  font-size: .68rem; font-weight: 500;
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--cream-hi); text-decoration: none;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(228,201,138,.55);
}
.hero__down::after { content: " ↓"; }
.hero__down:hover { color: var(--peach); border-bottom-color: var(--peach); }

/* ----------------------------------------------------------- sections -- */

.section { padding: clamp(4.5rem, 9vw, 8rem) 0; }
.section--cream { background: var(--cream); }
.section--navy { color: rgba(255,253,248,.86); }
.section--navy .section-title, .section--navy h3 { color: var(--cream-hi); }
.section--navy .eyebrow { color: var(--brass-lt); }
.section--navy .lede { color: rgba(255,253,248,.76); }
.section--navy .sourceline { border-top-color: rgba(255,253,248,.16); color: rgba(255,253,248,.54); }
.section--navy .sourceline a, .section--navy .sourceline strong { color: rgba(255,253,248,.76); }

.section-head { margin-bottom: 3.4rem; max-width: 64ch; }
.section-head--center { text-align: center; margin-inline: auto; }

.reveal { opacity: 0; transform: translateY(22px); }
.reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}

/* ------------------------------------------------------ concierge desk -- */

.desk__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.desk__card {
  position: relative;
  display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 300px;
  padding: 2rem 1.9rem 1.8rem;
  overflow: hidden;
  border-radius: var(--r-lg);
  text-decoration: none;
  box-shadow: var(--sh-md);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.desk__card:hover { transform: translateY(-5px); box-shadow: var(--sh-lg); }
/* ::before is the first child in the box tree, so without explicit z-index
   the <img> paints on top of the gradient and hides it entirely. */
.desk__card img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease);
}
.desk__card:hover img { transform: scale(1.055); }
.desk__card::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  /* steep: enough to read the label, but the top half of the photograph
     stays bright — the pictures are meant to be the lush part. */
  background:
    linear-gradient(to top,
      rgba(18,9,6,.94) 0%, rgba(18,9,6,.76) 15%,
      rgba(18,9,6,.32) 34%, rgba(18,9,6,.05) 56%, rgba(18,9,6,0) 100%),
    linear-gradient(to top, rgba(94,22,32,.2) 0%, rgba(94,22,32,0) 38%);
}
.desk__card::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; z-index: 3;
  background-color: var(--brass);
  background-image: var(--brass-fill);
  transform: scaleX(0); transform-origin: left;
  transition: transform .45s var(--ease);
}
.desk__card:hover::after { transform: scaleX(1); }

.desk__body { position: relative; z-index: 2; }
.desk__n {
  display: block;
  font-size: .66rem; font-weight: 600;
  letter-spacing: .26em;
  color: var(--brass-lt);
  margin-bottom: .55rem;
  text-shadow: 0 1px 6px rgba(20,10,7,.8);
}
.desk__name {
  font-family: var(--serif);
  font-size: 2rem; font-weight: 400; line-height: 1.1;
  color: var(--cream-hi);
  margin-bottom: .35rem;
  text-shadow: 0 2px 14px rgba(20,10,7,.75);
}
.desk__why {
  font-size: .88rem; line-height: 1.5;
  color: rgba(255,253,248,.9);
  margin: 0;
  text-shadow: 0 1px 8px rgba(20,10,7,.7);
}

/* --------------------------------------------------------- itinerary -- */

.itin { background: var(--cream); }
.itin__grid {
  display: grid; grid-template-columns: .85fr 1.15fr;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}
.itin__head .portrait--md { margin-inline: 0; }

.checklist { list-style: none; margin: 0; padding: 0; counter-reset: c; }
.checklist__item {
  display: grid; grid-template-columns: 46px 1fr;
  gap: 1.5rem; align-items: start;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--line-soft);
}
.checklist__item:first-child { padding-top: 0; }
.checklist__item:last-child { border-bottom: 0; }

.checklist__n {
  display: grid; place-items: center;
  width: 46px; height: 46px;
  font-family: var(--serif);
  font-size: 1.22rem;
  color: #34240F;
  border-radius: 50%;
  background-color: var(--brass);
  background-image: var(--brass-fill);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4), var(--sh-sm);
}
.checklist__label {
  font-family: var(--serif);
  font-size: 1.62rem; font-weight: 400;
  margin-bottom: .3rem;
}
.checklist__label a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--brass); }
.checklist__label a:hover { color: var(--red); border-bottom-color: var(--red); }
.checklist__detail { font-size: .92rem; color: var(--muted); margin: 0; }
.checklist__tag {
  display: inline-block; margin-left: .7rem;
  font-family: var(--sans);
  font-size: .58rem; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--red); background: rgba(123,30,43,.08);
  border-radius: 100px; padding: .3em .8em .34em;
  vertical-align: .3em;
}

/* --------------------------------------------------------------- day -- */

.day__grid {
  display: grid; grid-template-columns: 1.25fr .75fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: stretch;
}
.timeline { list-style: none; margin: 0; padding: 0; }
.timeline__item {
  display: grid; grid-template-columns: 104px 1fr;
  gap: 1.6rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--line-soft);
}
.timeline__item:first-child { padding-top: 0; }
.timeline__item:last-child { border-bottom: 0; }
.timeline__time {
  font-family: var(--serif);
  font-size: 1.4rem; color: var(--red);
  text-align: right; padding-top: .1rem;
  font-variant-numeric: tabular-nums;
}
.timeline__body { position: relative; padding-left: 2rem; }
.timeline__body::before {
  content: ""; position: absolute; left: 0; top: .6em;
  width: 9px; height: 9px; border-radius: 50%;
  background-color: var(--brass);
  background-image: var(--brass-fill);
  z-index: 1;
}
.timeline__item:not(:last-child) .timeline__body::after {
  content: ""; position: absolute; left: 4px; top: 1.6em;
  width: 1px; height: calc(100% + 1.5rem);
  background: linear-gradient(var(--brass), rgba(176,141,87,.12));
}
.timeline__title { font-size: 1.62rem; margin-bottom: .25rem; }
.timeline__desc { font-size: .93rem; color: var(--muted); margin: 0; }

/* -------------------------------------------------------------- band -- */

.band { position: relative; height: clamp(240px, 38vw, 420px); overflow: hidden; }
.band img { width: 100%; height: 100%; object-fit: cover; }
.band__veil {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(94,22,32,.62) 0%, rgba(20,12,8,.34) 52%, rgba(7,30,61,.56) 100%);
}
.band__quote {
  position: absolute; inset: 0; margin: 0;
  display: grid; place-items: center;
  font-family: var(--serif); font-style: italic; font-weight: 300;
  font-size: clamp(1.6rem, 4.2vw, 3rem);
  color: var(--cream-hi);
  letter-spacing: .01em;
  text-shadow: 0 2px 30px rgba(20,12,8,.5);
  padding: 0 1.5rem; text-align: center;
}

/* ------------------------------------------------------------- venue -- */

.venue__grid {
  display: grid; grid-template-columns: 1.1fr .9fr;
  gap: clamp(2rem, 5vw, 4rem); align-items: start;
}
.venue__intro {
  font-family: var(--serif);
  font-size: clamp(1.28rem, 2.1vw, 1.58rem);
  line-height: 1.55; font-weight: 300;
  color: var(--ink);
  margin-bottom: 2.2rem;
}
.venue__address {
  padding: 1.7rem 1.9rem;
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  border-left: 3px solid var(--red);
  box-shadow: var(--sh-sm);
}
.venue__address address {
  font-family: var(--serif);
  font-size: 1.24rem; line-height: 1.5;
}
.venue__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem; }

.venue__facts {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 3.4rem;
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  box-shadow: var(--sh-sm);
}
.venue__fact { padding: 1.5rem 1.7rem; border-right: 1px solid var(--line-soft); }
.venue__fact:last-child { border-right: 0; }
.venue__fact-value { font-family: var(--serif); font-size: 1.46rem; line-height: 1.16; }
.venue__fact-detail { font-size: .8rem; color: var(--muted); margin-top: .25rem; }

.venue__highlights {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1.3rem; margin-top: 1.3rem;
}
.hl {
  padding: 1.7rem 1.6rem;
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  border-top: 3px solid var(--peach);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.hl:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.hl__tag {
  display: block;
  font-size: .6rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass-dk); margin-bottom: .6rem;
}
.hl__name { font-size: 1.38rem; margin-bottom: .45rem; }
.hl__desc { font-size: .87rem; color: var(--muted); margin: 0; }

/* ------------------------------------------------------------ travel -- */

.travel__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.tcard {
  display: flex; flex-direction: column;
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.tcard:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.tcard__top {
  padding: 1.9rem 1.9rem 1.5rem;
  border-bottom: 1px solid var(--line-soft);
}
.tcard__icon {
  width: 46px; height: 46px; margin-bottom: 1.1rem;
  color: var(--red);
}
.tcard__icon svg { width: 100%; height: 100%; stroke-width: 1.2; }
.tcard__label {
  font-size: .66rem; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--brass-dk); margin-bottom: .5rem;
}
.tcard__route { font-family: var(--serif); font-size: 1.62rem; line-height: 1.16; }
.tcard__route .arrow { color: var(--peach); }

.tcard__stats { display: flex; gap: 1.9rem; padding: 1.3rem 1.9rem; background: var(--cream); }
.tcard__stat-v { font-family: var(--serif); font-size: 1.26rem; color: var(--red); }
.tcard__body { padding: 1.6rem 1.9rem; }
.tcard__detail { font-size: .9rem; color: var(--muted); }

.proscons { padding: 0 1.9rem 1.9rem; margin-top: auto; }
.proscons ul { list-style: none; margin: .5rem 0 1.1rem; padding: 0; }
.proscons ul:last-child { margin-bottom: 0; }
.proscons li {
  position: relative; padding-left: 1.5rem; margin-bottom: .45rem;
  font-size: .87rem; line-height: 1.5; color: var(--muted);
}
.proscons li::before { position: absolute; left: 0; top: -.05em; font-size: 1.1em; }
.pros li::before { content: "+"; color: #4F7A57; }
.cons li::before { content: "–"; color: var(--red); }

.arrival {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem;
  margin-top: 3.6rem; padding-top: 3rem;
  border-top: 1px solid var(--line);
}
.arrival__item { padding-left: 1.5rem; border-left: 3px solid var(--peach); }
.arrival__title { font-size: 1.34rem; margin-bottom: .45rem; }
.arrival__body { font-size: .9rem; color: var(--muted); margin: 0; }

/* --------------------------------------------------------- documents -- */

.docs__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 1.8rem; align-items: start; }
.docs__side { display: grid; gap: 1.8rem; }

.alert {
  padding: 2.3rem 2.4rem;
  background: rgba(255,253,248,.07);
  border: 1px solid rgba(242,183,154,.34);
  border-left: 3px solid var(--peach);
}
.alert__title { font-size: 1.85rem; margin-bottom: .85rem; }
.alert__body { font-size: .98rem; color: rgba(255,253,248,.82); }
.alert ul { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.alert li {
  position: relative; padding-left: 1.7rem; margin-bottom: .65rem;
  font-size: .91rem; line-height: 1.56; color: rgba(255,253,248,.78);
}
.alert li::before {
  content: ""; position: absolute; left: 0; top: .6em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--peach);
}
.alert .btn { margin-top: 1.8rem; }

.mini {
  padding: 1.8rem 1.9rem;
  background: rgba(255,253,248,.055);
  border: 1px solid rgba(255,253,248,.14);
}
.mini__title { font-size: 1.34rem; margin-bottom: .5rem; }
.mini__body { font-size: .9rem; color: rgba(255,253,248,.76); margin: 0; }

/* -------------------------------------------------------------- stay -- */

.notice {
  display: flex; gap: 1.3rem; align-items: flex-start;
  padding: 1.7rem 1.9rem; margin-bottom: 3rem;
  background: var(--cream-hi);
  border: 1px solid rgba(176,141,87,.36);
  border-left: 3px solid var(--brass);
  box-shadow: var(--sh-sm);
}
.notice__title {
  font-size: .66rem; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--brass-dk); margin-bottom: .5rem;
}
.notice__body { font-size: .96rem; color: var(--muted); margin: 0; }

.subgroup { margin-bottom: 3.2rem; }
.subgroup:last-of-type { margin-bottom: 0; }
.subgroup__title {
  font-family: var(--sans);
  font-size: .74rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted-lt);
  padding-bottom: 1rem; margin-bottom: 1.8rem;
  border-bottom: 1px solid var(--line-soft);
}
.stay__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }

.scard {
  display: flex; flex-direction: column;
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.scard:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.scard__media { aspect-ratio: 16/10; overflow: hidden; }
.scard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.scard:hover .scard__media img { transform: scale(1.05); }
.scard__body { padding: 1.6rem 1.7rem; display: flex; flex-direction: column; flex: 1; }
.scard__tag {
  align-self: flex-start;
  font-size: .6rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--red); background: rgba(123,30,43,.07);
  border-radius: 100px; padding: .32em .9em .36em;
  margin-bottom: .9rem;
}
.scard__name { font-size: 1.5rem; margin-bottom: .5rem; }
.scard__desc { font-size: .89rem; color: var(--muted); margin-bottom: 1.2rem; }
.scard__foot {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  margin-top: auto; padding-top: 1rem;
  border-top: 1px solid var(--line-soft);
}
.scard__dist { font-size: .74rem; letter-spacing: .1em; color: var(--muted-lt); }
.scard__link {
  font-size: .7rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--red); text-decoration: none; white-space: nowrap;
}
.scard__link:hover { text-decoration: underline; }

/* ------------------------------------------------------------- dress -- */

.dress__panel {
  text-align: center;
  padding: clamp(2.6rem, 6vw, 4.4rem) clamp(1.5rem, 5vw, 4rem);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-md);
  margin-bottom: 3.4rem;
}
.dress__label {
  font-family: var(--serif);
  font-size: clamp(2.3rem, 5.4vw, 3.6rem);
  font-weight: 300; line-height: 1.12;
  color: #5E1620;
  margin-bottom: 1.1rem;
}
.dress__label .tbc {
  font-size: .3em; letter-spacing: .2em;
  background: rgba(94,22,32,.09);
  border-color: rgba(94,22,32,.4);
  color: #5E1620;
  vertical-align: .4em;
}
.dress__summary {
  font-family: var(--serif);
  font-size: clamp(1.14rem, 1.8vw, 1.34rem);
  line-height: 1.6; font-weight: 300;
  color: #6B3226;
  max-width: 62ch; margin-inline: auto;
}

.dress__notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-bottom: 3.8rem; }
.dnote {
  padding: 1.9rem;
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  text-align: center;
  box-shadow: var(--sh-sm);
}
.dnote__title { font-size: 1.36rem; margin-bottom: .6rem; }
.dnote__body { font-size: .88rem; color: var(--muted); margin: 0; }

.palette {
  padding: clamp(2rem, 5vw, 3rem);
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  text-align: center;
  box-shadow: var(--sh-sm);
}
.palette__intro {
  font-family: var(--serif);
  font-size: 1.2rem; font-weight: 300;
  color: var(--muted);
  max-width: 58ch; margin: 0 auto 2.4rem;
}
.palette__row {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: clamp(1.4rem, 4.4vw, 3rem);
  list-style: none; margin: 0; padding: 0;
}
.palette__row li { display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.swatch {
  width: clamp(64px, 10vw, 92px);
  height: clamp(64px, 10vw, 92px);
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(59,43,35,.14), var(--sh-sm);
}
/* the swatch textures take their own colour from --c */
.swatch.velvet, .swatch.linen, .swatch.silk, .swatch.sunlight { background-color: var(--c); }
.swatch.velvet {
  background-image:
    radial-gradient(70% 60% at 38% 26%, rgba(255,255,255,.3) 0%, rgba(255,255,255,0) 62%),
    repeating-linear-gradient(94deg, rgba(255,255,255,.05) 0 2px, rgba(0,0,0,.08) 2px 5px);
}
.swatch.linen {
  background-image:
    repeating-linear-gradient(90deg, rgba(255,255,255,.12) 0 1px, rgba(0,0,0,.1) 1px 3px),
    repeating-linear-gradient(0deg, rgba(255,255,255,.09) 0 1px, rgba(0,0,0,.08) 1px 3px);
}
.swatch.silk {
  background-image: linear-gradient(104deg,
    rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 22%,
    rgba(158,84,62,.16) 44%, rgba(255,255,255,.5) 58%,
    rgba(255,255,255,0) 78%, rgba(158,84,62,.12) 100%);
}
.swatch.sunlight {
  background-image: radial-gradient(70% 66% at 34% 26%, rgba(255,255,255,.8) 0%, rgba(255,255,255,0) 66%);
}
.swatch__name { font-family: var(--serif); font-size: 1.12rem; }
.swatch__hex {
  font-size: .62rem; letter-spacing: .14em;
  color: var(--muted-lt); font-variant-numeric: tabular-nums;
}
.swatch__mat {
  font-size: .58rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass-dk);
}

/* ----------------------------------------------------------- explore -- */

.filters { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 2.3rem; }
.chip {
  font-family: var(--sans);
  font-size: .7rem; font-weight: 500;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted);
  background: rgba(255,253,248,.55);
  border: 1px solid var(--line); border-radius: 100px;
  padding: .66em 1.4em; cursor: pointer;
  transition: all .25s var(--ease);
}
.chip:hover { border-color: var(--red); color: var(--red); }
.chip.is-active { background: var(--red); border-color: var(--red); color: var(--cream-hi); }

.explore__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.ecard {
  display: flex; flex-direction: column;
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--sh-sm);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.ecard:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.ecard.is-hidden { display: none; }
.ecard__media { aspect-ratio: 16/10; overflow: hidden; }
.ecard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.ecard:hover .ecard__media img { transform: scale(1.05); }
.ecard__body { padding: 1.5rem 1.6rem; }
.ecard__tag {
  display: inline-block;
  font-size: .6rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--brass-dk); margin-bottom: .55rem;
}
.ecard__name { font-size: 1.44rem; margin-bottom: .45rem; }
.ecard__desc { font-size: .88rem; color: var(--muted); margin: 0; }

/* ----------------------------------------------------------- contact -- */

.contact__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.6rem; }
.ccard {
  display: flex; flex-direction: column;
  padding: 2.2rem;
  background: var(--cream-hi);
  border: 1px solid var(--line-soft);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-sm);
}
.ccard__role {
  font-size: .64rem; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase;
  color: var(--brass-dk); margin-bottom: .8rem;
}
.ccard__name { font-size: 1.72rem; margin-bottom: .5rem; }
.ccard__note { font-size: .91rem; color: var(--muted); margin-bottom: 1.5rem; }
.ccard__lines { margin-top: auto; display: grid; gap: .55rem; }
.ccard__line {
  display: flex; align-items: center; gap: .7rem;
  font-size: .97rem; color: var(--ink); text-decoration: none;
}
.ccard__line svg { width: 17px; height: 17px; stroke-width: 1.4; color: var(--red); flex-shrink: 0; }
a.ccard__line:hover { color: var(--red); }

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

.faq { border-top: 1px solid var(--line-soft); }
.faq__item { border-bottom: 1px solid var(--line-soft); }
.faq__q {
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem;
  width: 100%;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.44rem); font-weight: 400;
  text-align: left; color: var(--ink);
  background: none; border: 0; padding: 1.6rem 0; cursor: pointer;
}
.faq__q:hover { color: var(--red); }
.faq__icon { position: relative; flex-shrink: 0; width: 16px; height: 16px; }
.faq__icon::before, .faq__icon::after {
  content: ""; position: absolute; top: 50%; left: 0;
  width: 100%; height: 1.5px; background: var(--brass-dk);
  transition: transform .32s var(--ease);
}
.faq__icon::after { transform: rotate(90deg); }
.faq__q[aria-expanded="true"] .faq__icon::after { transform: rotate(0); }
.faq__a { overflow: hidden; height: 0; transition: height .36s var(--ease); }
.faq__a-inner { padding: 0 3rem 1.8rem 0; font-size: .98rem; color: var(--muted); max-width: 68ch; }

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

.footer { padding: 5rem 0 4rem; text-align: center; color: rgba(255,253,248,.78); }
.footer__names {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.4vw, 2.9rem); font-weight: 300;
  color: var(--cream-hi); margin-bottom: 1rem;
}
.footer__names em { font-style: italic; color: var(--peach); }
.footer__meta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: .9rem;
  font-size: .68rem; font-weight: 500;
  letter-spacing: .24em; text-transform: uppercase;
  color: rgba(255,253,248,.62);
  margin-bottom: 2.4rem;
}
.footer__top {
  display: inline-block;
  font-size: .66rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--brass-lt); text-decoration: none;
  padding-bottom: 4px; border-bottom: 1px solid rgba(228,201,138,.45);
}
.footer__top:hover { color: var(--peach); border-bottom-color: var(--peach); }

/* --------------------------------------------------------------- fab -- */

.fab {
  position: fixed; right: 24px; bottom: 24px; z-index: 55;
  display: inline-flex; align-items: center; gap: .5em;
  font-size: .66rem; font-weight: 500;
  letter-spacing: .2em; text-transform: uppercase;
  color: #34240F; text-decoration: none;
  padding: 1em 1.6em;
  border-radius: 100px;
  background-color: var(--brass);
  background-image: var(--brass-fill);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.4), var(--sh-md);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;
}
.fab.is-on { opacity: 1; visibility: visible; transform: none; }
.fab::before { content: "↑"; }

/* ========================================================= responsive = */

@media (max-width: 1180px) {
  .nav__links { gap: 1.15rem; }
  .nav__links a { font-size: .69rem; letter-spacing: .12em; }
  .venue__facts, .venue__highlights { grid-template-columns: repeat(2, 1fr); }
  .venue__fact:nth-child(2) { border-right: 0; }
  .venue__fact:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
}

@media (max-width: 1000px) {
  .desk__grid, .travel__cards, .stay__grid, .explore__grid { grid-template-columns: repeat(2, 1fr); }
  .itin__grid, .day__grid, .venue__grid, .docs__grid { grid-template-columns: 1fr; }
  .figure--tall { min-height: 320px; }
}

/* The menu collapses earlier than the rest of the layout: eight labels plus
   the language switch stop fitting at about 1070px. */
@media (max-width: 1080px) {
  .nav__toggle { display: flex; }
  .nav__signout { display: none; }
  .nav__nav { margin: 0; }
  .nav__actions { margin-left: auto; }
  .nav__links {
    position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--sh-md);
    padding: .5rem 30px 1.4rem;
    display: none;
  }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 1rem 0; border-bottom: 1px solid var(--line-soft); font-size: .76rem; }
  .nav__links a::after { display: none; }

}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .nav__inner { height: 68px; }
  .gate { grid-template-columns: 1fr; }
  .gate__media { display: none; }

  .dress__notes, .arrival, .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16.5px; }
  .container, .nav__inner { padding-inline: 20px; }

  .hero { min-height: auto; padding: 5rem 20px 3.5rem; }
  .countdown { gap: 1.2rem 1.9rem; margin-top: 2.6rem; padding-top: 2rem; }

  .desk__grid, .travel__cards, .stay__grid, .explore__grid { grid-template-columns: 1fr; }
  .venue__facts, .venue__highlights { grid-template-columns: 1fr; }
  .venue__fact { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .venue__fact:last-child { border-bottom: 0; }

  .timeline__item { grid-template-columns: 1fr; gap: .3rem; }
  .timeline__time { text-align: left; }
  .timeline__body { padding-left: 0; }
  .timeline__body::before, .timeline__body::after { display: none; }

  .checklist__item { grid-template-columns: 36px 1fr; gap: 1.1rem; }
  .checklist__n { width: 36px; height: 36px; font-size: 1.02rem; }
  .checklist__label { font-size: 1.36rem; }

  .alert, .notice { padding: 1.6rem 1.4rem; }
  .notice { flex-direction: column; gap: .5rem; }
  .faq__a-inner { padding-right: 1rem; }
  .fab { right: 16px; bottom: 16px; padding: .9em 1.3em; }
}

/* ------------------------------------------------------ preferences --- */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    transition-duration: .001ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .gate, .nav, .fab, .langswitch, .nav__signout,
  .hero__media, .hero__veil, .countdown, .hero__down, .band { display: none !important; }
  .site { display: block !important; }
  body { background: #fff; font-size: 11pt; color: #000; }
  .section { padding: 1.4rem 0; break-inside: avoid; }
  .hero { min-height: auto; background: #fff; padding: 0 0 1.5rem; }
  .hero__names, .hero__sub, .hero__meta, .hero__greeting { color: #000; text-shadow: none; }
  .section--navy, .linen, .velvet, .wood, .silk { background: #fff !important; color: #000 !important; }
  .section--navy .section-title, .alert__title, .mini__title, .footer__names { color: #000 !important; }
  .alert__body, .alert li, .mini__body, .footer__meta { color: #333 !important; }
  .desk__card, .tcard, .scard, .ecard, .hl { break-inside: avoid; box-shadow: none; }
  .desk__card img, .scard__media, .ecard__media { display: none; }
  a { color: #000; text-decoration: none; }
}
