/* ============================================================
   WILDING — a seasonal floral studio
   Cormorant Garamond (couture serif) × Mulish (humanist sans)
   Herbarium cream · botanical green-ink · seasonal accent drift
   ============================================================ */

:root {
  /* base palette */
  --cream:      #f4efe3;
  --cream-2:    #ece2cf;
  --paper:      #fbf7ec;
  --ink:        #24281d;   /* body text — deep warm green-black */
  --ink-2:      #52543f;   /* muted body (≥4.5:1 on cream) */
  --mute:       #6f705a;   /* decorative / hairline labels only */
  --line:       rgba(36,40,29,.13);
  --line-2:     rgba(36,40,29,.22);
  --green-ink:  #283128;   /* primary dark */
  --green-2:    #323d31;
  --aubergine:  #2a1f2a;   /* deepest section */
  --aubergine-2:#3a2a39;

  /* on-dark */
  --on-dark:      #f1ead8;
  --on-dark-mute: #c9bfa9;
  --on-dark-line: rgba(241,234,216,.16);

  /* seasonal accent — driven by JS scroll drift (default = spring rose).
     Triad deepened so the lightest stop still clears 3:1 for display type on cream. */
  --accent-rgb: 178,95,90;
  --accent: rgb(178,95,90);
  --rose:  #c07d78;
  --olive: #6f7552;
  --ochre: #b8853f;
  /* stable dark label tones for small text on cream (accent drifts → can't carry small type) */
  --label-warm:  #8a4f49;   /* rose-brown — 5.5:1 on cream */
  --label-olive: #565b3d;   /* deep botanical — 6:1 on cream */

  --gutter: clamp(20px, 5vw, 84px);
  --maxw: 1280px;
  --r: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: 'Mulish', system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-weight: 400;
  line-height: 1.62;
  font-size: clamp(15px, 1.02vw, 17px);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(var(--accent-rgb), .24); color: var(--green-ink); }

.skip {
  position: fixed; top: 10px; left: 10px; z-index: 200;
  background: var(--green-ink); color: var(--on-dark);
  padding: 10px 16px; border-radius: 8px; font-size: 13px; font-weight: 600;
  transform: translateY(-160%); transition: transform .2s ease;
}
.skip:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--green-ink); outline-offset: 3px; border-radius: 3px; }

/* ---------- shared type atoms ---------- */
.kicker {
  font-size: 12px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase;
  color: var(--ink-2); display: inline-flex; align-items: center; gap: .7em; line-height: 1;
}
.kicker--ondark, .kicker--hero { color: var(--on-dark-mute); }
.kicker--onlight { color: var(--ink-2); }
.kicker__sep { opacity: .5; }
/* engraved seed mark — a botanical bud, not a geometric dot */
.dot {
  width: 10px; height: 13px; flex: none;
  background: var(--accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.2C15.1 6.9 15.5 13 12 21.4 8.5 13 8.9 6.9 12 2.2Z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.2C15.1 6.9 15.5 13 12 21.4 8.5 13 8.9 6.9 12 2.2Z'/%3E%3C/svg%3E") no-repeat center / contain;
  transform: translateY(-.5px);
  transition: background .3s ease;
}

em { font-style: italic; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55em;
  font-family: 'Mulish', sans-serif; font-weight: 600; font-size: 14px; letter-spacing: .01em;
  padding: 15px 26px; border-radius: 999px; cursor: pointer;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), background .3s ease, color .3s ease, box-shadow .3s ease, border-color .3s ease;
  will-change: transform;
}
.btn--solid {
  background: var(--green-ink); color: var(--on-dark); border: 1px solid var(--green-ink);
  box-shadow: 0 12px 30px -14px rgba(40,49,40,.7);
}
.btn--solid:hover { background: var(--green-2); box-shadow: 0 18px 40px -14px rgba(40,49,40,.85); }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.btn--ghost:hover { border-color: var(--green-ink); background: rgba(40,49,40,.04); }
.btn--line {
  background: transparent; color: var(--green-ink); border: 1px solid var(--green-ink);
  padding: 13px 24px;
}
.btn--line:hover { background: var(--green-ink); color: var(--on-dark); }
.btn--wide { width: 100%; justify-content: center; padding: 17px 26px; }
.btn span[aria-hidden] { transition: transform .3s ease; }
.btn--ghost:hover span[aria-hidden] { transform: translateY(3px); }
.btn--line:hover span[aria-hidden] { transform: translateX(4px); }

/* ============================================================
   REVEAL SYSTEM — visible by default; hidden only when JS+motion
   ============================================================ */
.gsap-ready .reveal { opacity: 0; }
.gsap-ready .reveal-img { opacity: 0; }
.gsap-ready .reveal-img img { transform: scale(1.06); }
.gsap-ready .reveal-line > span { display: block; overflow: hidden; }
.gsap-ready .reveal-line > span > * { display: block; transform: translateY(112%); }
.reveal-img img { transition: none; }
.rw { display: inline-block; overflow: hidden; padding-block: .06em .16em; margin-block: -.06em -.16em; vertical-align: top; }
.rw__i { display: inline-block; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-img, .reveal-line > span > * { opacity: 1 !important; transform: none !important; }
  .reveal-img img { transform: none !important; }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 18px var(--gutter);
  transition: background .4s ease, box-shadow .4s ease, padding .4s ease, backdrop-filter .4s ease;
}
.nav.is-stuck {
  background: rgba(244,239,227,.86); backdrop-filter: blur(14px) saturate(1.1);
  box-shadow: 0 1px 0 var(--line); padding-top: 12px; padding-bottom: 12px;
}
.nav__brand { display: inline-flex; align-items: center; gap: .55em; }
.nav__mark { color: var(--accent); display: inline-flex; transition: color .3s ease; }
.nav__word {
  font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 25px;
  letter-spacing: .06em; color: var(--green-ink); line-height: 1;
}
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { font-size: 14px; font-weight: 500; color: var(--ink-2); position: relative; transition: color .25s ease; }
.nav__links a:not(.nav__links-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px;
  background: var(--accent); transition: right .3s cubic-bezier(.2,.8,.2,1);
}
.nav__links a:hover { color: var(--green-ink); }
.nav__links a:hover::after { right: 0; }
.nav__links-cta { display: none; }
.nav__cta {
  font-size: 13px; font-weight: 600; color: var(--green-ink);
  border: 1px solid var(--line-2); padding: 10px 18px; border-radius: 999px;
  transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
}
.nav__cta:hover { background: var(--green-ink); color: var(--on-dark); border-color: var(--green-ink); }
.nav__toggle { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: grid; grid-template-columns: 1.05fr .95fr; align-items: center;
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(120px, 16vh, 190px) var(--gutter) clamp(60px, 9vh, 96px);
  overflow: hidden;
  isolation: isolate;
}
/* layer 1 — cream wash + botanical corner glow */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(60% 60% at 88% 6%, rgba(var(--accent-rgb), .10), transparent 62%),
    radial-gradient(58% 60% at 4% 96%, rgba(111,117,82,.10), transparent 60%),
    linear-gradient(180deg, var(--paper), var(--cream) 42%, var(--cream-2));
}
/* layer 2 — faint engraved botanical arc, top-right */
.hero::after {
  content: ""; position: absolute; z-index: -1; top: -8%; right: -6%;
  width: 46vw; height: 46vw; max-width: 620px; max-height: 620px; pointer-events: none;
  opacity: .62;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%23283128' stroke-width='1.1' stroke-opacity='0.16' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M200 380 C200 300 200 230 200 170'/%3E%3Cpath d='M200 250 C150 235 115 200 126 165 C136 135 178 155 200 210'/%3E%3Cpath d='M200 220 C252 205 292 168 280 132 C270 104 226 126 200 180'/%3E%3Cpath d='M204 168 C172 156 148 128 159 102 C169 82 197 100 204 138'/%3E%3Cpath d='M206 150 C244 138 270 108 258 82 C248 62 220 82 206 120'/%3E%3Cellipse cx='214' cy='60' rx='18' ry='28' transform='rotate(-16 214 60)'/%3E%3Cellipse cx='192' cy='54' rx='16' ry='25'/%3E%3Cellipse cx='172' cy='64' rx='17' ry='26' transform='rotate(15 172 64)'/%3E%3Ccircle cx='193' cy='74' r='7'/%3E%3C/svg%3E") no-repeat center / contain;
}
.hero__petals {
  position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; pointer-events: none;
}
.hero__inner { position: relative; z-index: 2; max-width: 620px; }
.hero__media {
  position: relative; z-index: 0; align-self: stretch;
  min-height: 62vh; border-radius: var(--r) var(--r) 60px var(--r);
  overflow: hidden; box-shadow: 0 40px 80px -40px rgba(40,49,40,.5);
}
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__scrim {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(200deg, transparent 55%, rgba(40,33,32,.16));
}
.kicker--hero { margin-bottom: 22px; }
.hero__title {
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: clamp(52px, 8.4vw, 118px); line-height: .96; letter-spacing: -.01em;
  color: var(--green-ink);
}
.hero__title em { color: var(--accent); transition: color .3s ease; }
.hero__lede {
  margin: 26px 0 0; max-width: 46ch; font-size: clamp(16px, 1.25vw, 19px);
  color: var(--ink-2); line-height: 1.68;
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero__now {
  display: flex; flex-wrap: wrap; align-items: baseline; gap: .5em 1em;
  margin-top: 38px; padding-top: 22px; border-top: 1px solid var(--line);
  font-size: 14px;
}
.hero__now-label {
  font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--label-warm);
}
.hero__now-list { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 19px; color: var(--ink); letter-spacing: .01em; }

.scrollcue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); z-index: 3; width: 22px; height: 34px; border: 1px solid var(--line-2); border-radius: 12px; }
.scrollcue span { position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; margin-left: -1.5px; border-radius: 2px; background: var(--accent); animation: cue 1.7s ease-in-out infinite; }
@keyframes cue { 0%,100% { opacity: 0; transform: translateY(0); } 40% { opacity: 1; } 70% { opacity: 0; transform: translateY(11px); } }
@media (prefers-reduced-motion: reduce) { .scrollcue span { animation: none; opacity: .8; } }

/* ============================================================
   ETHOS — the manifesto (word reveal + self-drawing botanical)
   ============================================================ */
.ethos {
  position: relative; overflow: hidden;
  padding: clamp(90px, 15vh, 180px) var(--gutter);
  text-align: center;
  background: linear-gradient(180deg, var(--cream-2), var(--cream) 60%);
}
.ethos::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(48% 60% at 50% 30%, rgba(var(--accent-rgb), .08), transparent 60%);
}
.ethos__botanical {
  position: absolute; left: 50%; top: -30px; transform: translateX(-50%);
  width: clamp(170px, 23vw, 270px); height: auto; color: var(--olive); opacity: .78; z-index: 0;
}
.ethos__botanical .draw { stroke-width: 1.1; }
.ethos__eyebrow, .ethos__lead, .ethos__sign { position: relative; z-index: 1; }
.ethos__eyebrow {
  justify-content: center; margin: 0 auto 28px;
  font-size: 12px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--ink-2);
  display: inline-flex; align-items: center; gap: .7em;
}
.ethos__lead {
  max-width: 20ch; margin: 0 auto;
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: clamp(30px, 5vw, 62px); line-height: 1.14; letter-spacing: -.005em; color: var(--green-ink);
}
.ethos__sign {
  margin-top: 40px; font-size: 12px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-2);
  display: flex; align-items: center; justify-content: center; gap: .7em;
}

/* ============================================================
   IN SEASON — editorial asymmetric board
   ============================================================ */
.inseason {
  position: relative; overflow: hidden;
  padding: clamp(80px, 12vh, 150px) var(--gutter) clamp(90px, 14vh, 170px);
  background: var(--cream);
}
.inseason::before {
  content: ""; position: absolute; z-index: 0; top: 8%; right: -4%; width: 40vw; max-width: 460px; height: 60%; pointer-events: none; opacity: .6;
  background: radial-gradient(60% 50% at 70% 20%, rgba(111,117,82,.09), transparent 62%);
}
.inseason__head {
  position: relative; z-index: 1; display: grid; grid-template-columns: auto 1fr; align-items: end;
  gap: 10px 40px; max-width: var(--maxw); margin: 0 auto clamp(46px, 7vh, 84px);
}
.inseason__title {
  grid-row: 1 / span 2; font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: clamp(38px, 6vw, 80px); line-height: .98; color: var(--green-ink);
}
.inseason__title em { color: var(--accent); transition: color .3s ease; }
.kicker--onlight { align-self: end; }
.inseason__note { align-self: end; justify-self: start; max-width: 40ch; color: var(--ink-2); font-size: clamp(15px,1.1vw,17px); grid-column: 2; }

.board {
  position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.28fr 1fr; gap: clamp(22px, 3vw, 48px); align-items: start;
}
.board__item { position: relative; }
.board__item--wide { margin-top: clamp(40px, 9vh, 120px); }
.board__item:last-child { margin-top: clamp(18px, 4vh, 54px); }
.board__media {
  position: relative; overflow: hidden; border-radius: var(--r); background: var(--cream-2);
  box-shadow: 0 26px 54px -34px rgba(40,49,40,.55);
}
.board__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
  background: linear-gradient(180deg, transparent 62%, rgba(40,33,32,.14));
}
.board__item--tall .board__media { aspect-ratio: 4 / 5; }
.board__item--wide .board__media { aspect-ratio: 6 / 5; }
.board__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.board__item:hover .board__media img { transform: scale(1.045); }
.board__meta { display: grid; grid-template-columns: auto 1fr; gap: 2px 16px; padding: 20px 4px 0; }
.board__idx {
  grid-row: 1 / span 3; font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: 30px; color: var(--accent); line-height: 1; padding-top: 4px; transition: color .3s ease;
}
.board__name { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(24px,2.2vw,32px); color: var(--green-ink); line-height: 1.05; }
.board__latin { font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--label-olive); margin-top: 5px; }
.board__desc { color: var(--ink-2); font-size: 14.5px; margin-top: 10px; max-width: 34ch; }

/* ============================================================
   STEM — full-bleed dark macro moment
   ============================================================ */
.stem {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: stretch;
  min-height: 92svh; background: var(--green-ink); color: var(--on-dark); overflow: hidden;
}
.stem__media { position: relative; overflow: hidden; }
.stem__media img { width: 100%; height: 100%; object-fit: cover; min-height: 340px; }
.stem__scrim { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 40%, rgba(40,49,40,.72)); }
.stem__copy {
  position: relative; display: flex; flex-direction: column; justify-content: center;
  padding: clamp(48px, 9vh, 120px) clamp(28px, 6vw, 92px);
}
.stem__copy::before {
  content: ""; position: absolute; left: clamp(28px,6vw,92px); top: 12%; width: 1px; height: 76%;
  background: linear-gradient(180deg, transparent, var(--on-dark-line) 20%, var(--on-dark-line) 80%, transparent);
}
.stem .kicker--ondark { margin-bottom: 26px; padding-left: 26px; }
.stem__line {
  padding-left: 26px;
  font-family: 'Cormorant Garamond', serif; font-weight: 500;
  font-size: clamp(28px, 3.6vw, 52px); line-height: 1.2; letter-spacing: -.005em; color: var(--on-dark);
  max-width: 20ch;
}

/* ============================================================
   RITUAL — the studio / almanac
   ============================================================ */
.ritual {
  position: relative; overflow: hidden;
  padding: clamp(84px, 13vh, 160px) var(--gutter);
  background: linear-gradient(180deg, var(--cream), var(--cream-2));
  display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(36px, 6vw, 96px); align-items: start;
  max-width: calc(var(--maxw) + var(--gutter) * 2); margin: 0 auto;
}
/* engraved anchor sprig — same botanical family, mirrored, bottom-left */
.ritual::after {
  content: ""; position: absolute; z-index: 0; left: -5%; bottom: -7%;
  width: 38vw; max-width: 440px; height: 38vw; max-height: 440px;
  pointer-events: none; opacity: .5; transform: scaleX(-1);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%23283128' stroke-width='1.1' stroke-opacity='0.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M200 380 C200 300 200 230 200 170'/%3E%3Cpath d='M200 250 C150 235 115 200 126 165 C136 135 178 155 200 210'/%3E%3Cpath d='M200 220 C252 205 292 168 280 132 C270 104 226 126 200 180'/%3E%3Cpath d='M204 168 C172 156 148 128 159 102 C169 82 197 100 204 138'/%3E%3Cellipse cx='214' cy='60' rx='18' ry='28' transform='rotate(-16 214 60)'/%3E%3Cellipse cx='192' cy='54' rx='16' ry='25'/%3E%3Cellipse cx='172' cy='64' rx='17' ry='26' transform='rotate(15 172 64)'/%3E%3Ccircle cx='193' cy='74' r='7'/%3E%3C/svg%3E") no-repeat center / contain;
}
.ritual__intro { position: sticky; top: 96px; z-index: 1; }
.almanac { z-index: 1; }
.ritual__title { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(38px, 5.4vw, 74px); line-height: .98; color: var(--green-ink); margin-top: 18px; }
.ritual__title em { color: var(--accent); transition: color .3s ease; }
.ritual__note { color: var(--ink-2); margin-top: 18px; max-width: 38ch; font-size: clamp(15px,1.1vw,17px); }
.ritual__media { margin-top: 30px; border-radius: var(--r); overflow: hidden; box-shadow: 0 30px 60px -38px rgba(40,49,40,.55); aspect-ratio: 3 / 2; }
.ritual__media img { width: 100%; height: 100%; object-fit: cover; }

.almanac { list-style: none; position: relative; }
.almanac__row {
  display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start;
  padding: clamp(26px, 4vh, 42px) 0 clamp(26px, 4vh, 42px) 22px;
  border-top: 1px solid var(--line); position: relative;
}
.almanac__row:last-child { border-bottom: 1px solid var(--line); }
.almanac__row::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: var(--accent); transform: scaleY(0); transform-origin: top; transition: transform .5s cubic-bezier(.2,.8,.2,1);
}
.almanac__row:hover::before { transform: scaleY(1); }
.almanac__no {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(30px, 3vw, 44px); color: var(--accent); line-height: 1; min-width: 1.6em; transition: color .3s ease;
}
.almanac__h { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(23px, 2.1vw, 30px); color: var(--green-ink); line-height: 1.1; }
.almanac__p { color: var(--ink-2); margin-top: 8px; max-width: 48ch; font-size: clamp(14.5px,1.05vw,16px); }

/* ============================================================
   EVENTS / WEDDINGS
   ============================================================ */
.events {
  position: relative; overflow: hidden;
  padding: clamp(84px, 13vh, 160px) var(--gutter);
  background: var(--cream);
  display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(34px, 5vw, 84px); align-items: center;
  max-width: calc(var(--maxw) + var(--gutter) * 2); margin: 0 auto;
}
.events::before {
  content: ""; position: absolute; z-index: 0; inset: clamp(28px,5vh,70px) calc(var(--gutter) * .4);
  border-radius: 26px; pointer-events: none;
  background: radial-gradient(60% 60% at 10% 8%, rgba(var(--accent-rgb),.09), transparent 60%);
}
.events__media { position: relative; z-index: 1; border-radius: var(--r) 60px var(--r) var(--r); overflow: hidden; box-shadow: 0 34px 66px -38px rgba(40,49,40,.55); aspect-ratio: 10 / 7; }
.events__media img { width: 100%; height: 100%; object-fit: cover; }
.events__copy { position: relative; z-index: 1; }
.events__title { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(36px, 5vw, 68px); line-height: 1; color: var(--green-ink); margin-top: 18px; }
.events__title em { color: var(--accent); transition: color .3s ease; }
.events__lede { color: var(--ink-2); margin-top: 20px; max-width: 44ch; font-size: clamp(15px,1.1vw,17px); }
.events__list { list-style: none; margin: 30px 0 32px; }
.events__list li { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line); }
.events__list li:last-child { border-bottom: 1px solid var(--line); }
.events__k { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 20px; color: var(--green-ink); }
.events__v { font-size: 13.5px; color: var(--ink-2); text-align: right; }

/* ============================================================
   GALLERY — magazine collage
   ============================================================ */
.gallery {
  position: relative; overflow: hidden;
  padding: clamp(80px, 12vh, 150px) var(--gutter) clamp(90px, 14vh, 170px);
  background: linear-gradient(180deg, var(--cream-2), var(--cream));
}
.gallery__head { max-width: var(--maxw); margin: 0 auto clamp(38px, 6vh, 64px); display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.gallery__title { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(34px, 5vw, 68px); line-height: .98; color: var(--green-ink); }
.gallery__title em { color: var(--accent); transition: color .3s ease; }
.gallery__grid {
  max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(6, 1fr); grid-auto-rows: clamp(90px, 12vw, 160px);
  gap: clamp(14px, 1.6vw, 22px);
}
.gallery__fig { position: relative; overflow: hidden; border-radius: var(--r); background: var(--cream-2); box-shadow: 0 22px 46px -32px rgba(40,49,40,.5); }
.gallery__fig img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.8,.2,1); }
.gallery__fig:hover img { transform: scale(1.05); }
.gallery__fig--a { grid-column: span 2; grid-row: span 3; }
.gallery__fig--b { grid-column: span 2; grid-row: span 2; }
.gallery__fig--c { grid-column: span 2; grid-row: span 3; }
.gallery__fig--d { grid-column: span 2; grid-row: span 2; }
.gallery__fig--e { grid-column: span 4; grid-row: span 2; }

/* plate captions */
.gallery__cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; pointer-events: none;
  display: flex; align-items: flex-end; justify-content: space-between; gap: 12px;
  padding: clamp(14px, 1.4vw, 20px) clamp(14px, 1.4vw, 20px) clamp(13px, 1.3vw, 18px);
  color: var(--on-dark);
  background: linear-gradient(to top, rgba(24,20,18,.82), rgba(24,20,18,.34) 52%, transparent);
}
.gallery__cap-no {
  font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 500;
  font-size: clamp(18px, 1.7vw, 24px); line-height: 1; color: rgba(241,234,216,.9);
}
.gallery__cap-line { display: flex; flex-direction: column; align-items: flex-end; text-align: right; gap: 3px; }
.gallery__cap-name { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: clamp(16px, 1.5vw, 21px); line-height: 1; color: var(--on-dark); }
.gallery__cap-season { font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; color: rgba(241,234,216,.9); }

/* the plate stays printed like a monograph label; a whisper lift + deeper
   scrim on hover/focus is the only motion — content is never hidden. */
@media (hover: hover) and (pointer: fine) {
  .gallery__cap-no, .gallery__cap-line { transition: transform .5s cubic-bezier(.2,.8,.2,1); }
  .gallery__cap { transition: background .5s ease; }
  .gallery__fig:hover .gallery__cap-no,
  .gallery__fig:hover .gallery__cap-line,
  .gallery__fig:focus-within .gallery__cap-no,
  .gallery__fig:focus-within .gallery__cap-line { transform: translateY(-2px); }
  .gallery__fig:hover .gallery__cap,
  .gallery__fig:focus-within .gallery__cap {
    background: linear-gradient(to top, rgba(24,20,18,.88), rgba(24,20,18,.4) 54%, transparent);
  }
}
@media (prefers-reduced-motion: reduce) {
  .gallery__cap-no, .gallery__cap-line { transition: none; transform: none !important; }
}

/* ============================================================
   ENQUIRE — deep aubergine
   ============================================================ */
.enquire {
  position: relative; overflow: hidden;
  padding: clamp(84px, 13vh, 170px) var(--gutter);
  background: linear-gradient(160deg, var(--aubergine-2), var(--aubergine) 60%);
  color: var(--on-dark);
}
.enquire::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .8;
  background:
    radial-gradient(50% 50% at 82% 8%, rgba(var(--accent-rgb), .16), transparent 60%),
    radial-gradient(46% 46% at 6% 96%, rgba(111,117,82,.14), transparent 60%);
}
.enquire::after {
  content: ""; position: absolute; z-index: 0; right: -4%; bottom: -8%; width: 42vw; max-width: 520px; height: 42vw; max-height: 520px; pointer-events: none; opacity: .7;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 400' fill='none' stroke='%23f1ead8' stroke-width='1' stroke-opacity='0.09'%3E%3Cpath d='M200 380 C200 300 200 230 200 170'/%3E%3Cpath d='M200 250 C150 235 115 200 126 165 C136 135 178 155 200 210'/%3E%3Cpath d='M200 220 C252 205 292 168 280 132 C270 104 226 126 200 180'/%3E%3Cellipse cx='214' cy='60' rx='18' ry='28' transform='rotate(-16 214 60)'/%3E%3Cellipse cx='192' cy='54' rx='16' ry='25'/%3E%3Cellipse cx='172' cy='64' rx='17' ry='26' transform='rotate(15 172 64)'/%3E%3C/svg%3E") no-repeat center / contain;
}
.enquire__inner { position: relative; z-index: 1; max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 6vw, 88px); align-items: start; }
.enquire__title { font-family: 'Cormorant Garamond', serif; font-weight: 500; font-size: clamp(34px, 4.6vw, 62px); line-height: 1.02; color: var(--on-dark); margin-top: 18px; }
.enquire__title em { color: var(--rose); }
.enquire__note { color: var(--on-dark-mute); margin-top: 20px; max-width: 42ch; }
.enquire__facts { list-style: none; margin-top: 34px; }
.enquire__facts li { padding: 14px 0; border-top: 1px solid var(--on-dark-line); font-size: 14.5px; color: var(--on-dark-mute); }
.enquire__facts li:last-child { border-bottom: 1px solid var(--on-dark-line); }
.enquire__facts span { display: block; font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--rose); margin-bottom: 3px; }

.enquire__form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; background: rgba(255,255,255,.04); border: 1px solid var(--on-dark-line); border-radius: 18px; padding: clamp(22px, 3vw, 34px); backdrop-filter: blur(4px); }
.field { display: flex; flex-direction: column; gap: 7px; grid-column: 1 / -1; }
.field--half { grid-column: span 1; }
.field label { font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--on-dark-mute); }
.field input, .field textarea {
  font-family: 'Mulish', sans-serif; font-size: 15px; color: var(--on-dark);
  background: rgba(255,255,255,.05); border: 1px solid var(--on-dark-line); border-radius: 10px;
  padding: 13px 14px; width: 100%; transition: border-color .25s ease, background .25s ease;
}
.field textarea { resize: vertical; min-height: 84px; }
.field input::placeholder, .field textarea::placeholder { color: rgba(241,234,216,.5); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--rose); background: rgba(255,255,255,.08); }
.enquire__form .btn--wide { grid-column: 1 / -1; margin-top: 4px; background: var(--on-dark); color: var(--green-ink); border-color: var(--on-dark); }
.enquire__form .btn--wide:hover { background: #fff; }
.enquire__ok { grid-column: 1 / -1; font-size: 14px; color: var(--rose); }
.enquire__alt { grid-column: 1 / -1; font-size: 13.5px; color: var(--on-dark-mute); }
.enquire__alt a { color: var(--on-dark); border-bottom: 1px solid var(--rose); padding-bottom: 1px; }

/* ============================================================
   FOOTER
   ============================================================ */
.foot { background: var(--green-ink); color: var(--on-dark); padding: clamp(56px, 8vh, 88px) var(--gutter) 34px; }
.foot__top { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-bottom: 40px; border-bottom: 1px solid var(--on-dark-line); }
.foot__brand { display: inline-flex; align-items: center; gap: .5em; font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 30px; letter-spacing: .05em; color: var(--on-dark); }
.foot__brand .nav__mark { color: var(--rose); }
.foot__tag { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 22px; color: var(--on-dark-mute); }
.foot__cols { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; padding: 44px 0; }
.foot__col { display: flex; flex-direction: column; gap: 12px; }
.foot__h { font-size: 11px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--on-dark-mute); margin-bottom: 4px; }
.foot__col a { font-size: 15px; color: var(--on-dark); opacity: .82; transition: opacity .2s ease, color .2s ease; width: fit-content; }
.foot__col a:hover { opacity: 1; color: var(--rose); }
.foot__base { max-width: var(--maxw); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 26px; border-top: 1px solid var(--on-dark-line); font-size: 13px; color: var(--on-dark-mute); }
.foot__weebie a { color: var(--on-dark); border-bottom: 1px solid var(--rose); padding-bottom: 1px; font-weight: 600; }

/* ============================================================
   SEASON SPINE — fixed year-progress indicator (desktop only)
   Built in JS (motion path only) → absent in reduced-motion / no-GSAP
   ============================================================ */
.spine {
  position: fixed; right: 20px; top: 50%; transform: translateY(-50%);
  z-index: 60; display: none; align-items: stretch; gap: 11px; pointer-events: none;
  opacity: 0; transition: opacity .6s ease;
}
.spine.is-in { opacity: 1; }
.spine__labels { display: flex; flex-direction: column; justify-content: space-between; height: 200px; }
.spine__label {
  writing-mode: vertical-rl; text-orientation: mixed;
  font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: var(--mute); line-height: 1; opacity: .62; transition: color .3s ease, opacity .3s ease;
}
.spine__label.is-active { color: var(--accent); opacity: 1; }
.spine__track { position: relative; width: 2px; height: 200px; background: var(--line-2); border-radius: 2px; }
.spine__fill {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  background: var(--accent); transform: scaleY(0); transform-origin: top; border-radius: 2px; will-change: transform;
}
.spine__marker {
  position: absolute; left: 50%; top: 0; width: 9px; height: 12px; margin-left: -4.5px;
  background: var(--accent); will-change: transform;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.2C15.1 6.9 15.5 13 12 21.4 8.5 13 8.9 6.9 12 2.2Z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2.2C15.1 6.9 15.5 13 12 21.4 8.5 13 8.9 6.9 12 2.2Z'/%3E%3C/svg%3E") no-repeat center / contain;
}
@media (min-width: 1200px) { .spine { display: flex; } }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; gap: 40px; min-height: auto; padding-top: clamp(110px,15vh,150px); }
  .hero__media { min-height: 52vh; order: 2; }
  .hero__inner { order: 1; max-width: none; }
  .ritual { grid-template-columns: 1fr; gap: 30px; }
  .ritual__intro { position: static; }
  .events { grid-template-columns: 1fr; }
  .events__media { order: 2; }
  .enquire__inner { grid-template-columns: 1fr; }
  .stem { grid-template-columns: 1fr; }
  .stem__media { min-height: 46vh; }
  .stem__copy::before { display: none; }
  .gallery__fig--e { grid-column: span 6; }
}

@media (max-width: 780px) {
  .nav__links {
    position: fixed; inset: 0 0 auto 0; z-index: 90;
    flex-direction: column; align-items: flex-start; gap: 4px;
    padding: 92px var(--gutter) 26px;
    background: rgba(244,239,227,.97); backdrop-filter: blur(16px);
    box-shadow: 0 20px 40px -20px rgba(40,49,40,.4);
    transform: translateY(-100%); transition: transform .42s cubic-bezier(.4,0,.1,1); visibility: hidden;
  }
  .nav.is-open .nav__links { transform: translateY(0); visibility: visible; }
  .nav__links a { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--green-ink); padding: 9px 0; }
  .nav__links a::after { display: none; }
  .nav__links-cta { display: block !important; color: var(--accent) !important; }
  .nav__cta { display: none; }
  .nav__toggle {
    display: inline-flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px; padding: 0 11px; z-index: 95;
    background: none; border: none; cursor: pointer;
  }
  .nav__toggle span { display: block; height: 1.6px; width: 100%; background: var(--green-ink); border-radius: 2px; transition: transform .3s ease, opacity .2s ease; }
  .nav.is-open .nav__toggle span:first-child { transform: translateY(3.3px) rotate(45deg); }
  .nav.is-open .nav__toggle span:last-child { transform: translateY(-3.3px) rotate(-45deg); }

  .inseason__head { grid-template-columns: 1fr; }
  .inseason__title { grid-row: auto; }
  .inseason__note { grid-column: 1; }
  .board { grid-template-columns: 1fr; gap: 40px; }
  .board__item--wide, .board__item:last-child { margin-top: 0; }
  .board__item--wide .board__media { aspect-ratio: 5 / 4; }

  .gallery__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: clamp(120px, 34vw, 190px); }
  .gallery__fig--a { grid-column: span 2; grid-row: span 2; }
  .gallery__fig--b { grid-column: span 1; grid-row: span 1; }
  .gallery__fig--c { grid-column: span 1; grid-row: span 2; }
  .gallery__fig--d { grid-column: span 1; grid-row: span 1; }
  .gallery__fig--e { grid-column: span 2; grid-row: span 1; }

  .enquire__form { grid-template-columns: 1fr; }
  .field--half { grid-column: 1 / -1; }
  .foot__cols { grid-template-columns: 1fr 1fr; gap: 26px; }
}

@media (max-width: 460px) {
  .hero__title { font-size: clamp(44px, 13vw, 66px); }
  .hero__cta .btn { width: 100%; justify-content: center; }
  .foot__cols { grid-template-columns: 1fr; }
  .foot__top { flex-direction: column; gap: 10px; }
}

/* ============================================================
   ENTRANCE — "The Arbour" (drawn line-vines part to reveal)
   Occludes the hero with an opaque cream curtain; never sets the
   hero to opacity:0 (LCP-safe). Shows only when JS arms it.
   ============================================================ */
.entrance { display: none; }
.entrance-armed .entrance {
  display: block; position: fixed; inset: 0; z-index: 300;
  overflow: hidden; pointer-events: none;
}
.entrance__wing {
  position: absolute; top: 0; bottom: 0; width: 50.5vw; overflow: hidden;
  background:
    radial-gradient(120% 82% at 50% 100%, rgba(var(--accent-rgb), .07), transparent 60%),
    linear-gradient(178deg, var(--paper), var(--cream) 55%, var(--cream-2));
  will-change: transform;
}
.entrance__wing--l { left: 0; }
.entrance__wing--r { right: 0; }
.entrance__vine { position: absolute; inset: 0; width: 100%; height: 100%; }
.entrance__wing--r .entrance__vine { transform: scaleX(-1); transform-origin: center; }
.entrance__stroke {
  fill: none; stroke: var(--green-ink); stroke-opacity: .5;
  stroke-width: 1.6px; stroke-linecap: round; stroke-linejoin: round;
}
.entrance__leaf { stroke-opacity: .4; }
.entrance__bud  { stroke: var(--accent); stroke-opacity: .62; }
.entrance__seam {
  position: absolute; left: 50%; top: 0; bottom: 0; width: 1px; margin-left: -.5px;
  background: linear-gradient(180deg, transparent, rgba(var(--accent-rgb), .5) 28%, rgba(var(--accent-rgb), .5) 72%, transparent);
  opacity: 0;
}

/* ============================================================
   HERO BLOOM — signature line-flower (draws + morphs on scroll).
   Sits low-left, behind the copy, as a living botanical motif.
   ============================================================ */
.hero__bloom {
  position: absolute; z-index: 0; pointer-events: none;
  left: clamp(-14px, 0.4vw, 10px); bottom: 0;
  width: clamp(96px, 11vw, 150px); height: auto;
}
.hero__bloom-stem path { fill: none; stroke: var(--green-ink); stroke-opacity: .5; stroke-width: 1.5px; }
.hero__flower { fill: none; stroke: var(--accent); stroke-opacity: .9; stroke-width: 1.6px; }
.hero__petals-lines path { fill: none; stroke: var(--accent); stroke-opacity: .6; stroke-width: 1.3px; }
@media (max-width: 780px) {
  .hero__bloom { left: auto; right: 8px; bottom: auto; top: 10px; width: clamp(74px, 20vw, 104px); opacity: .9; }
}

/* ============================================================
   IN SEASON — cards lift with a subtle stem-sway on hover
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  .board__item { transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; transform-origin: 50% 100%; }
  .board__item:hover { transform: translateY(-8px) rotate(-.7deg); }
  .board__item:nth-child(even):hover { transform: translateY(-8px) rotate(.7deg); }
}

/* ============================================================
   ALMANAC — a climbing vine draws itself alongside the ritual list
   ============================================================ */
.almanac__vine {
  position: absolute; z-index: 0; pointer-events: none;
  left: -16px; top: 8px; bottom: 8px; width: 42px;
  color: var(--olive); opacity: .5;
}
.almanac__vine .draw { stroke-width: 1.6px; }
.almanac__row { z-index: 1; }
@media (max-width: 900px) { .almanac__vine { display: none; } }

@media (prefers-reduced-motion: reduce) {
  /* the entrance never shows; florals rest in their final drawn state */
  .entrance { display: none !important; }
  .board__item { transition: none !important; transform: none !important; }
}
