/* ==========================================================================
   Kāffi Arugam Bay — kaffi.css
   House system: Kāffi Ahangama (deep green + sand + amber, sentence case,
   pill buttons, rule-and-caps eyebrow). Arugam Bay content and photography.

   Deliberately NOT here, because neither sibling site has them:
   rotated "tray" label cards · ALL-CAPS display type · lingonberry red ·
   Martian Mono · square-cornered buttons.

   No inline styles anywhere. The CSP has no 'unsafe-inline'.
   ========================================================================== */

/* --------------------------------------------------------------- 1. Fonts */
/* Latin and Latin-Extended are separate files. The macron in "Kāffi" is
   U+0101 and lives in LATIN-EXT ONLY — ship latin alone and every wordmark
   falls back to a system font for that one glyph. */

@font-face {
  font-family: 'Familjen Grotesk';
  src: url('/assets/fonts/familjen-grotesk-latin-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Familjen Grotesk';
  src: url('/assets/fonts/familjen-grotesk-latin-ext-700.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/inter-tight-latin-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/inter-tight-latin-ext-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/inter-tight-latin-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('/assets/fonts/inter-tight-latin-ext-600.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* -------------------------------------------------------------- 2. Tokens */

:root {
  --pine: #123529;        /* header CTA, dark bands, primary text on sand */
  --pine-deep: #0C231B;   /* marquee band, footer */
  --sand: #F1EAE0;        /* page base */
  --shell: #FAF6F0;       /* cards, header, raised surfaces */
  --cream: #F5EFE6;       /* text on dark */
  --amber: #C9701B;       /* rules, dots, small accents on LIGHT (4.6:1 on sand) */
  --amber-lt: #E9A44E;    /* text on DARK only (5.9:1 on pine) */
  --amber-dk: #A2560F;    /* small text on LIGHT (4.6:1 on sand, 5.1:1 on shell) */
  --ink: #14140F;

  --ink-70: rgba(20, 20, 15, 0.72);
  --ink-38: rgba(20, 20, 15, 0.38);
  --ink-12: rgba(20, 20, 15, 0.13);
  --cream-92: rgba(245, 239, 230, 0.92);
  --cream-78: rgba(245, 239, 230, 0.78);
  --cream-35: rgba(245, 239, 230, 0.35);
  --cream-22: rgba(245, 239, 230, 0.22);
  --hero-text-shadow: 0 1px 2px rgba(12, 35, 27, 0.55); /* pine-deep */

  --f-display: 'Familjen Grotesk', 'Helvetica Neue', Arial, sans-serif;
  --f-body: 'Inter Tight', 'Helvetica Neue', Arial, sans-serif;

  --t-display: clamp(2.4rem, 5.4vw, 4.5rem);
  --t-h2: clamp(1.9rem, 3.6vw, 3.1rem);
  --t-h3: clamp(1.1rem, 1.5vw, 1.35rem);
  --t-lead: clamp(1.02rem, 1.25vw, 1.19rem);
  --t-label: 0.72rem;
  --t-hero-kicker: 0.8125rem; /* 13px at the 16px root */

  --wrap: 1280px;
  --gut: clamp(1.15rem, 4vw, 3rem);
  --band: clamp(4rem, 7vw, 7rem);
  --band-tight: clamp(2.5rem, 4vw, 3.5rem);
  --hdr: 78px;
  --hd-h: var(--hdr); /* sticky header: .header-in min-height */
  --mbar-h: 74px; /* sticky bottom bar; zeroed when the bar hides */
  --pill: 999px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

/* ---------------------------------------------------------------- 3. Base */

*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--hdr) + 20px);
}

body {
  margin: 0;
  background: var(--sand);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 1.0625rem;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
html.is-drawer-open,
html.is-drawer-open body {
  overflow: hidden;
  overscroll-behavior: none;
}
body.is-locked {
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
}

img, svg, video { display: block; max-width: 100%; }
img, video { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; border-radius: 4px; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

.skip-link {
  position: fixed; top: 0; left: 0; z-index: 200;
  transform: translateY(-105%);
  background: var(--pine); color: var(--cream);
  padding: 0.85rem 1.35rem; border-radius: 0 0 var(--pill) 0;
  font-weight: 600; font-size: 0.85rem; text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }

/* ---------------------------------------------------------- 4. Type roles */
/* Sentence case throughout. Both sibling sites set headlines in sentence
   case; uppercase display is what made v1 read as a different brand. */

.display {
  font-family: var(--f-display); font-weight: 700;
  font-size: var(--t-display); line-height: 1.03;
  letter-spacing: -0.024em; margin: 0; text-wrap: balance;
}
.h2 { font-size: var(--t-h2); }
h2, h3 { font-family: var(--f-display); font-weight: 700; margin: 0; }
h3, .h3 { font-size: var(--t-h3); line-height: 1.2; letter-spacing: -0.012em; }

p { margin: 0 0 1.05rem; }
p:last-child { margin-bottom: 0; }

.lead { font-size: var(--t-lead); line-height: 1.58; max-width: 46ch; }
.dim { color: var(--ink-70); }
.on-dark .dim, .on-pine .dim { color: var(--cream-78); }
.narrow { max-width: 40ch; }
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.6rem; }
.mt-4 { margin-top: 2.4rem; }

/* The family device: a short rule, then tracked caps. */
.eyebrow {
  display: flex; align-items: center; gap: 0.85rem;
  margin: 0 0 1.35rem;
  font-size: var(--t-label); font-weight: 600;
  letter-spacing: 0.19em; text-transform: uppercase;
  color: var(--ink-70);
}
.eyebrow::before {
  content: ''; width: 34px; height: 2px; flex: none; background: var(--amber);
}
.on-pine .eyebrow { color: var(--cream-78); }
.on-pine .eyebrow::before { background: var(--amber-lt); }

.caps {
  font-size: var(--t-label); font-weight: 600;
  letter-spacing: 0.17em; text-transform: uppercase;
}
.caps a { color: inherit; }

/* ------------------------------------------------------------- 5. Bands */

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gut); }
.band { padding-block: var(--band); }
.band-tight { padding-block: var(--band-tight); }

.on-sand { background: var(--sand); color: var(--ink); }
.on-shell { background: var(--shell); color: var(--ink); }
.on-cream { background: var(--cream); color: var(--ink); }
.on-pine { background: var(--pine); color: var(--cream); }
.on-pine a { color: var(--cream); }

.grid-2 { display: grid; gap: clamp(1.75rem, 3.5vw, 3.5rem); align-items: start; }
@media (min-width: 940px) {
  .grid-2 { grid-template-columns: 1fr 1fr; }
  .grid-2.is-wide { grid-template-columns: 1.35fr 0.85fr; }
}

.sec-head { display: grid; gap: clamp(1rem, 2.5vw, 2.5rem); align-items: end; margin-bottom: clamp(2rem, 3.5vw, 3rem); }
@media (min-width: 940px) { .sec-head { grid-template-columns: 1.2fr 0.8fr; } }

/* ------------------------------------------------------------ 6. Buttons */

.btn {
  --bg: transparent; --fg: var(--ink); --bd: currentColor;
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.85rem 1.5rem;
  background: var(--bg); color: var(--fg); border: 1.5px solid var(--bd);
  border-radius: var(--pill);
  font-weight: 600; font-size: 0.95rem; text-decoration: none; cursor: pointer;
  transition: transform 0.2s var(--ease), background-color 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}
.btn:hover { transform: translateY(-2px); }
.btn-ico { width: 18px; height: 18px; flex: none; }

.btn-solid { --bg: var(--pine); --fg: var(--cream); --bd: var(--pine); }
.btn-solid:hover { --bg: var(--pine-deep); --bd: var(--pine-deep); }

.btn-line { --bd: var(--ink-38); }
.btn-line:hover { --bg: var(--pine); --fg: var(--cream); --bd: var(--pine); }

/* Ghost/outline on a dark photographic hero. .btn-line itself is ink-on-light. */
.hero .btn-line { --fg: var(--cream); --bd: var(--cream); }
.hero .btn-line:hover { --bg: var(--cream); --fg: var(--pine); --bd: var(--cream); }
.hero .btn-solid { --bg: var(--cream); --fg: var(--pine); --bd: var(--cream); }
.hero .btn-solid:hover { --bg: var(--amber-lt); --fg: var(--pine-deep); --bd: var(--amber-lt); }

/* Mobile home CTA: compact pine pill. Hidden on desktop; shown inside max-width: 940px. */
.hero .hero-cta {
  --bg: var(--pine); --fg: var(--cream); --bd: var(--pine);
  display: none;
  width: fit-content;
  min-height: 44px;
  padding: 0.7rem 1.35rem;
}
.hero .hero-cta:hover { --bg: var(--pine-deep); --bd: var(--pine-deep); }

.on-pine .btn-solid { --bg: var(--cream); --fg: var(--pine); --bd: var(--cream); }
.on-pine .btn-solid:hover { --bg: var(--amber-lt); --fg: var(--pine-deep); --bd: var(--amber-lt); }
.on-pine .btn-line { --fg: var(--cream); --bd: var(--cream-22); }
.on-pine .btn-line:hover { --bg: var(--cream); --fg: var(--pine); --bd: var(--cream); }
/* .on-pine a { color: cream } would otherwise paint solid cream buttons cream-on-cream. */
.on-pine a.btn { color: var(--fg); }

.btn-row { display: flex; flex-wrap: wrap; gap: 0.7rem; }

/* Text link with arrow and underline — the sibling card affordance. */
.tlink {
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding-bottom: 0.35rem; border-bottom: 1.5px solid currentColor;
  font-weight: 600; text-decoration: none;
}
.tlink svg { width: 17px; height: 17px; transition: transform 0.25s var(--ease); }
.tlink:hover svg { transform: translateX(5px); }

/* ------------------------------------------------- 7. Header and drawer */

.progress {
  position: fixed; inset: 0 auto auto 0; height: 3px; width: 100%;
  transform: scaleX(0); transform-origin: 0 50%;
  background: var(--amber); z-index: 120; pointer-events: none;
}

.header {
  position: sticky; top: 0; z-index: 110;
  background: var(--sand);
  transition: box-shadow 0.3s var(--ease), background-color 0.3s var(--ease);
}
.header.is-stuck { background: var(--shell); box-shadow: 0 6px 26px rgba(20, 20, 15, 0.08); }
.header-in { min-height: var(--hdr); display: flex; align-items: center; gap: 1.25rem; }

.brand { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; margin-right: auto; }
.brand-mark { width: 46px; height: 46px; flex: none; --logo-bg: var(--pine); --logo-fg: var(--cream); }
.brand-mark.is-inv { --logo-bg: var(--cream); --logo-fg: var(--pine-deep); }
.brand-name { display: block; font-weight: 600; font-size: 1.02rem; letter-spacing: 0.02em; line-height: 1; }
.brand-sub { display: block; margin-top: 0.32rem; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-70); line-height: 1; }

.nav { display: none; gap: 1.6rem; }
@media (min-width: 1080px) { .nav { display: flex; } }
.nav-link { position: relative; font-size: 0.98rem; text-decoration: none; padding-block: 0.4rem; }
.nav-link::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0.1rem;
  height: 2px; background: var(--amber); transition: right 0.28s var(--ease);
}
.nav-link:hover::after, .nav-link.is-current::after { right: 0; }
.nav-link.is-current { font-weight: 600; }

.header .btn { display: none; }
@media (min-width: 700px) { .header .btn { display: inline-flex; } }

.burger {
  display: inline-grid; gap: 5px; width: 46px; height: 46px; padding: 13px 11px;
  align-content: center; background: none; border: 1.5px solid var(--ink-38);
  border-radius: var(--pill); cursor: pointer;
}
@media (min-width: 1080px) { .burger { display: none; } }
.burger span { display: block; height: 1.6px; background: var(--ink); transition: transform 0.28s var(--ease), opacity 0.2s; }
.burger[aria-expanded='true'] span:nth-child(1) { transform: translateY(6.6px) rotate(45deg); }
.burger[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded='true'] span:nth-child(3) { transform: translateY(-6.6px) rotate(-45deg); }

.drawer {
  --drawer-pad: max(var(--gut), 1.25rem);
  position: fixed; inset: 0; z-index: 130;
  width: 100%; max-width: 100%;
  background: var(--pine); color: var(--cream);
  padding: calc(var(--hdr) + 0.75rem) var(--drawer-pad) calc(1.75rem + env(safe-area-inset-bottom));
  display: grid; align-content: start; justify-items: stretch; gap: 0;
  transform: translateY(-100%); visibility: hidden;
  transition: transform 0.42s var(--ease-out), visibility 0s linear 0.42s;
  overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain;
  box-sizing: border-box;
}
.drawer.is-open { transform: translateY(0); visibility: visible; transition: transform 0.42s var(--ease-out); }
.drawer-close {
  position: absolute;
  top: max(0.85rem, env(safe-area-inset-top));
  right: var(--drawer-pad);
  width: 44px; height: 44px; min-width: 44px; min-height: 44px;
  display: grid; place-items: center;
  background: none; border: 1.5px solid var(--cream-35); border-radius: var(--pill);
  cursor: pointer; color: var(--cream); z-index: 2;
}
.drawer-close svg { display: block; stroke: currentColor; }
.drawer-nav {
  display: flex; flex-direction: column; align-items: stretch;
  gap: 0.875rem; /* 14px */
  min-width: 0; width: 100%;
}
.drawer-link {
  display: flex; align-items: center; justify-content: flex-start;
  width: 100%; min-height: 44px; box-sizing: border-box;
  font-family: var(--f-display); font-weight: 700;
  font-size: clamp(1.5rem, 6.2vw, 2.4rem); line-height: 1.15; letter-spacing: -0.02em;
  text-decoration: none; text-align: left;
  padding: 0.4rem 0;
  border: 0; border-bottom: 1px solid var(--cream-22);
  color: var(--cream); background: none;
}
.drawer-link.is-current { color: var(--amber-lt); }
.drawer-link:last-child { border-bottom: 0; }
.drawer-link:focus-visible { outline-offset: 3px; }
.drawer-foot {
  margin-top: 1.25rem; padding-top: 1.35rem;
  border-top: 1px solid var(--cream-22);
  display: grid; gap: 0.75rem; min-width: 0; width: 100%;
}
/* Beat .btn / .btn-solid / .on-pine a so pine-on-pine and ink-on-pine cannot win. */
.drawer .drawer-foot a.btn {
  display: inline-flex; width: 100%; max-width: 100%;
  justify-content: center; min-height: 44px;
  color: var(--fg); background: var(--bg); border-color: var(--bd);
}
.drawer .drawer-foot a.btn .btn-ico,
.drawer .drawer-foot a.btn svg {
  color: inherit; stroke: currentColor; flex: none;
}
.drawer .drawer-foot a.btn.btn-solid {
  --bg: var(--cream); --fg: var(--pine); --bd: var(--cream);
}
.drawer .drawer-foot a.btn.btn-solid:hover,
.drawer .drawer-foot a.btn.btn-solid:focus-visible {
  --bg: var(--amber-lt); --fg: var(--pine-deep); --bd: var(--amber-lt);
}
.drawer .drawer-foot a.btn.btn-line {
  --bg: transparent; --fg: var(--cream); --bd: var(--cream);
}
.drawer .drawer-foot a.btn.btn-line:hover,
.drawer .drawer-foot a.btn.btn-line:focus-visible {
  --bg: var(--cream); --fg: var(--pine); --bd: var(--cream);
}
@media (min-width: 1080px) {
  .drawer { display: none; }
}

.mbar {
  position: fixed; inset: auto 0 0 0; z-index: 100;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem;
  padding: 0.6rem var(--gut) calc(0.6rem + env(safe-area-inset-bottom));
  background: var(--shell); border-top: 1px solid var(--ink-12);
}
@media (min-width: 700px) {
  .mbar { display: none; }
  :root { --mbar-h: 0px; }
}
.mbar .btn { justify-content: center; padding-inline: 0.75rem; white-space: nowrap; }
@media (max-width: 359.98px) {
  .mbar .btn { font-size: 0.82rem; padding: 0.7rem 0.5rem; gap: 0.35rem; }
  .mbar .btn-ico { width: 16px; height: 16px; }
}
@media (max-width: 699.98px) { body { padding-bottom: var(--mbar-h); } }

/* -------------------------------------------------------------- 8. Splash */
/* Inactive until splash.js adds html.is-splash. If that script never runs,
   the overlay stays out of the way and the page is usable. */

.splash {
  display: none;
  pointer-events: none;
}
html.is-splash,
html.is-splash body {
  overflow: hidden;
  overscroll-behavior: none;
}
html.is-splash {
  background: var(--sand);
}
html.is-splash .splash {
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 300;
  width: 100%;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  padding:
    env(safe-area-inset-top)
    env(safe-area-inset-right)
    env(safe-area-inset-bottom)
    env(safe-area-inset-left);
  background: var(--sand);
  overflow: hidden;
  pointer-events: auto;
  opacity: 1;
}
html.is-splash .splash.is-leaving {
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms var(--ease);
}
.splash.is-done {
  display: none !important;
  pointer-events: none !important;
  visibility: hidden;
}

.splash-lockup {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(calc(100% - 2.5rem), 22rem);
  max-width: 100%;
  /* Optical centre: the kā mass sits slightly low in the SVG box, and the
     descriptor hangs below the mark. Nudge the lockup up a fraction. */
  transform: translateY(-3%);
}

.splash-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(12.25rem, 9.5rem + 10vw, 18.75rem);
  max-width: 100%;
}

.splash-mark {
  display: block;
  width: 100%;
  height: auto;
  color: var(--pine);
  opacity: 0;
  transform: translateY(6px);
}
html.is-splash .splash-mark {
  animation: splashMark 600ms var(--ease) 150ms forwards;
}
@keyframes splashMark {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.splash-rule {
  width: 38%;
  height: 1px;
  margin-top: 1.15rem;
  background: var(--amber);
  transform: scaleX(0);
  transform-origin: 50% 50%;
}
html.is-splash .splash-rule {
  animation: splashRule 600ms var(--ease) 450ms forwards;
}
@keyframes splashRule {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

.splash-sub {
  margin: 0.9rem 0 0;
  max-width: 100%;
  font-size: clamp(0.52rem, 0.46rem + 0.28vw, 0.64rem);
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.55;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  color: var(--pine);
  opacity: 0;
}
html.is-splash .splash-sub {
  animation: splashSub 550ms var(--ease) 650ms forwards;
}
@keyframes splashSub {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* --------------------------------------------------------------- 9. Hero */

/* Base = known-good overlay from before a0ee81e. Mobile overlay lives only
   inside max-width: 940px. Desktop polish lives only inside min-width: 941px. */
.hero {
  position: relative;
  overflow: clip;
  display: grid;
  background: var(--pine);
  color: var(--cream);
  min-height: calc(100vh - var(--hd-h));
}
@supports (min-height: 100svh) {
  .hero { min-height: calc(100svh - var(--hd-h)); }
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  float: none;
  max-width: none;
  aspect-ratio: auto;
  background: var(--pine-deep);
}
.hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom,
    color-mix(in srgb, var(--pine) 88%, transparent)   0%,
    color-mix(in srgb, var(--pine) 80%, transparent)  46%,
    color-mix(in srgb, var(--pine) 32%, transparent)  74%,
    color-mix(in srgb, var(--pine) 14%, transparent) 100%);
}
.hero-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 55%;
  display: block;
}
.hero-scrim { display: none; }
.hero-in {
  position: relative;
  z-index: 1;
  padding-block: clamp(1.5rem, 7vw, 6rem);
}
.hero-copy { max-width: 34rem; }
.hero .eyebrow {
  color: var(--cream);
  font-size: var(--t-hero-kicker);
  letter-spacing: 0.08em;
  text-shadow: var(--hero-text-shadow);
  display: block;
  line-height: 1.45;
  margin-block-end: 1.75rem;
}
.hero .eyebrow::before {
  background: var(--amber-lt);
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.85rem;
}
.hero-kicker-rule { display: none; }
.hero-kicker-lines { display: inline; }
.hero-kicker-lines span:first-child::after { content: '\00a0·\00a0'; }
.hero-h1 { max-width: 15ch; text-shadow: var(--hero-text-shadow); }
.hero-line { display: block; overflow: hidden; }
.hero-line > span { display: block; transform: translateY(105%); }
.js .hero-line > span { animation: lineUp 0.8s var(--ease-out) forwards; }
.js .hero-line:nth-child(1) > span { animation-delay: 0.9s; }
.js .hero-line:nth-child(2) > span { animation-delay: 1s; }
html:not(.js) .hero-line > span { transform: none; }
@keyframes lineUp { to { transform: translateY(0); } }
.hero-foot { display: none; }

/* Mobile-only */
@media (max-width: 940px) {
  .hero {
    overflow: hidden;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--hd-h) - var(--mbar-h));
  }
  @supports (min-height: 100svh) {
    .hero { min-height: calc(100svh - var(--hd-h) - var(--mbar-h)); }
  }
  @supports (min-height: 100dvh) {
    .hero { min-height: calc(100dvh - var(--hd-h) - var(--mbar-h)); }
  }
  .hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    flex: none;
  }
  .hero-media::after { content: none; }
  .hero-media picture {
    display: block;
    position: absolute;
    inset: 0;
  }
  .hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 38%;
    display: block;
  }
  .hero-scrim {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(180deg,
      rgba(12, 35, 27, 0.70) 0%,
      rgba(12, 35, 27, 0.42) 28%,
      rgba(12, 35, 27, 0.34) 52%,
      rgba(12, 35, 27, 0.58) 78%,
      rgba(12, 35, 27, 0.82) 100%);
  }
  .hero-in {
    --hero-pad: 20px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    box-sizing: border-box;
    min-height: 0;
    padding-block: var(--hero-pad);
  }
  .hero-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
    margin-top: clamp(2.25rem, 11vh, 5.25rem);
    max-width: 34rem;
  }
  .hero .eyebrow {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0;
    color: rgba(245, 239, 230, 0.88);
    font-size: 0.6875rem;
    letter-spacing: 0.14em;
    text-shadow: none;
  }
  .hero .eyebrow::before { content: none; }
  .hero-kicker-rule {
    display: block;
    width: 28px;
    height: 2px;
    flex: none;
    margin-top: 0.45em;
    background: var(--amber-lt);
  }
  .hero-kicker-lines {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
  }
  .hero-kicker-lines span:first-child::after { content: none; }
  .hero-h1 {
    font-size: clamp(2.05rem, 8.6vw, 2.4rem);
    line-height: 1.12;
    letter-spacing: -0.024em;
    text-shadow: none;
  }
  .hero .hero-sub {
    margin: 0;
    max-width: 32ch;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--cream-92);
    text-shadow: none;
  }
  .hero .hero-cta { display: inline-flex; }
  .hero .hero-actions,
  .hero .hero-meta { display: none; }
  .hero-foot {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: auto;
    padding-top: 1.25rem;
    color: rgba(245, 239, 230, 0.85);
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .hero-foot-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    column-gap: 1rem;
    row-gap: 0.25rem;
    margin: 0;
  }
}
@media (max-width: 940px) and (max-height: 680px) {
  .hero-copy { margin-top: 0.85rem; gap: 0.6rem; }
  .hero-h1 { font-size: clamp(1.85rem, 7.5vw, 2.15rem); }
}

/* Desktop-only — restored from a0ee81e^ */
@media (min-width: 941px) {
  .hero {
    display: block;
    position: relative;
    overflow: clip;
    min-height: calc(100vh - var(--hd-h));
  }
  @supports (min-height: 100svh) {
    .hero { min-height: calc(100svh - var(--hd-h)); }
  }
  .hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 100%;
  }
  .hero-media picture {
    position: absolute;
    inset: 0;
  }
  .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 42% 36%;
    filter: saturate(1.06) contrast(1.05);
  }
  .hero-media::after {
    content: '';
    background:
      linear-gradient(to right,
        color-mix(in srgb, var(--pine) 92%, transparent)    0px,
        color-mix(in srgb, var(--pine) 82%, transparent)  680px,
        color-mix(in srgb, var(--pine) 30%, transparent)  880px,
        color-mix(in srgb, var(--pine)  0%, transparent) 1100px),
      linear-gradient(to top,
        color-mix(in srgb, var(--pine) 38%, transparent)   0%,
        color-mix(in srgb, var(--pine)  0%, transparent)  30%);
  }
  .hero-scrim,
  .hero-foot,
  .hero .hero-cta { display: none; }
  .hero-in {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    justify-items: start;
    flex: none;
    padding-block: clamp(1.5rem, 7vw, 6rem);
  }
  .hero-in > *,
  .hero-in > .hero-h1,
  .hero-copy { max-width: 34rem; }
  .hero-copy {
    display: block;
    margin-top: 0;
    gap: 0;
  }
  .hero .hero-actions,
  .hero .hero-meta { display: flex; }
}
@media (min-width: 1600px) {
  .hero-media::after {
    background:
      linear-gradient(to right,
        color-mix(in srgb, var(--pine) 92%, transparent)    0px,
        color-mix(in srgb, var(--pine) 82%, transparent)  920px,
        color-mix(in srgb, var(--pine) 30%, transparent) 1120px,
        color-mix(in srgb, var(--pine)  0%, transparent) 1340px),
      linear-gradient(to top,
        color-mix(in srgb, var(--pine) 38%, transparent)   0%,
        color-mix(in srgb, var(--pine)  0%, transparent)  30%);
  }
}

/* Inner-page actions / meta (visit, cakes). Not the home overlay. */
.hero-sub { margin-top: 1.4rem; color: var(--cream-92); max-width: 44ch; text-shadow: var(--hero-text-shadow); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 2rem; }
@media (max-width: 479px) {
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; justify-content: center; }
}
.hero-meta {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0;
  margin: 2.25rem 0 0; padding: 0; list-style: none; color: var(--cream);
}
.hero-meta li {
  font-size: var(--t-hero-kicker); font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  text-shadow: var(--hero-text-shadow);
}
.hero-meta li + li {
  border-left: 1px solid var(--cream-35);
  margin-left: 1.15rem; padding-left: 1.15rem;
}
.hero-meta a { color: inherit; text-decoration: underline; text-underline-offset: 0.18em; }

/* Compact page hero for inner pages */
.phero {
  --hero-scrim-strength: 1; /* overlay guard — type sits on the photograph */
  position: relative; isolation: isolate; color: var(--cream); background: var(--pine); overflow: hidden;
}
.phero-bg { position: absolute; inset: 0; z-index: -2; }
.phero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.phero::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(100deg,
    rgba(12, 35, 27, calc(0.92 * var(--hero-scrim-strength))) 0%,
    rgba(12, 35, 27, calc(0.66 * var(--hero-scrim-strength))) 55%,
    rgba(12, 35, 27, calc(0.35 * var(--hero-scrim-strength))) 100%);
}
.phero-in { padding-block: clamp(3rem, 6vw, 5.5rem); }
.phero .eyebrow { color: var(--cream-78); }
.phero .eyebrow::before { background: var(--amber-lt); }

/* Compact inner heroes that still leave the food readable */
.phero-menu .phero-in {
  min-height: clamp(420px, 40vw, 560px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(2.1rem, 4.2vw, 3.4rem);
}
@media (min-width: 900px) {
  .phero-menu .phero-in {
    min-height: clamp(520px, 40vw, 560px);
  }
}
.phero-menu .phero-bg img {
  object-fit: cover;
  object-position: 48% 72%;
}
.phero-menu::after {
  background: linear-gradient(105deg,
    rgba(12, 35, 27, 0.74) 0%,
    rgba(12, 35, 27, 0.46) 48%,
    rgba(12, 35, 27, 0.20) 100%);
}

/* Cakes: visit-style full-bleed photograph with left overlay. */
.phero-cake .phero-bg img {
  object-fit: cover;
  object-position: 52% 28%;
}
.phero-cake::after {
  background: linear-gradient(90deg,
    rgba(7, 35, 27, 0.94) 0%,
    rgba(7, 35, 27, 0.82) 36%,
    rgba(7, 35, 27, 0.35) 68%,
    rgba(7, 35, 27, 0.12) 100%);
}
@media (min-width: 900px) {
  .phero-cake .phero-in {
    min-height: 508px;
  }
}
@media (max-width: 699.98px) {
  .phero-cake::after {
    background: linear-gradient(90deg,
      rgba(7, 35, 27, 0.92) 0%,
      rgba(7, 35, 27, 0.72) 42%,
      rgba(7, 35, 27, 0.28) 72%,
      rgba(7, 35, 27, 0.10) 100%);
  }
  .phero-cake .phero-bg img {
    object-position: 54% 26%;
  }
}

/* Phone CTA on the cakes hero: cream ghost on pine. Beats .on-pine a / .btn --fg. */
.phero-cake a.btn-line {
  --bg: transparent;
  --fg: var(--cream);
  --bd: rgba(245, 239, 230, 0.65);
  color: var(--cream) !important;
  background: transparent;
  border-color: rgba(245, 239, 230, 0.65);
}
.phero-cake a.btn-line svg,
.phero-cake a.btn-line .btn-ico {
  color: currentColor;
  stroke: currentColor;
}
.phero-cake a.btn-line:hover,
.phero-cake a.btn-line:focus-visible {
  --bg: var(--cream);
  --fg: var(--pine);
  --bd: var(--cream);
  color: var(--pine) !important;
  background: var(--cream);
  border-color: var(--cream);
}
.phero-cake a.btn-line:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}

/* Phone CTA on the visit hero: cream ghost on the photograph.
   Beats .btn --fg (ink) and .on-pine a so the label stays visible. */
.phero-visit .hero-actions a.btn.btn-line {
  --bg: transparent;
  --fg: var(--cream);
  --bd: rgba(245, 239, 230, 0.65);
  color: var(--cream) !important;
  background: transparent;
  border-color: rgba(245, 239, 230, 0.65);
}
.phero-visit .hero-actions a.btn.btn-line svg,
.phero-visit .hero-actions a.btn.btn-line .btn-ico {
  color: currentColor;
  stroke: currentColor;
}
.phero-visit .hero-actions a.btn.btn-line:hover,
.phero-visit .hero-actions a.btn.btn-line:focus-visible {
  --bg: var(--cream);
  --fg: var(--pine);
  --bd: var(--cream);
  color: var(--pine) !important;
  background: var(--cream);
  border-color: var(--cream);
}
.phero-visit .hero-actions a.btn.btn-line:focus,
.phero-visit .hero-actions a.btn.btn-line:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 3px;
}
@media (max-width: 699.98px) {
  .phero-menu .phero-in {
    min-height: 380px;
  }
}

/* ----------------------------------------------------------- 10. Marquee */

.marquee-wrap { background: var(--pine-deep); color: var(--cream); overflow: hidden; padding-block: clamp(1.5rem, 3vw, 2.4rem); }
.marquee { display: flex; width: max-content; }
.js .marquee {
  animation-name: slideL;
  animation-duration: 52s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.js .marquee-b {
  animation-name: slideR;
  animation-duration: 58s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.js .marquee-wrap:hover .marquee,
.js .marquee-wrap:focus-within .marquee {
  animation-play-state: paused !important;
}
.marquee-wrap:focus-visible { outline-offset: -3px; }
.marquee-row {
  display: flex; align-items: center; gap: 1.6rem; padding-right: 1.6rem;
  font-family: var(--f-display); font-weight: 700;
  font-size: clamp(1.5rem, 3.2vw, 2.6rem); letter-spacing: -0.02em; white-space: nowrap;
}
.marquee-b .marquee-row { color: var(--amber-lt); }
.marquee-row span::after {
  content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%;
  background: currentColor; opacity: 0.55; margin-left: 1.6rem; vertical-align: middle;
}
.marquee-gap { height: 0.75rem; }
@keyframes slideL { to { transform: translateX(-50%); } }
@keyframes slideR { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* -------------------------------------------------------------- 11. Stats */

.stats { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--ink-12); }
@media (min-width: 820px) { .stats { grid-template-columns: repeat(4, 1fr); } }
.stat { padding: clamp(1.5rem, 3vw, 2.4rem) clamp(1rem, 2vw, 1.75rem); border-bottom: 1px solid var(--ink-12); border-right: 1px solid var(--ink-12); }
.stat:nth-child(2n) { border-right: 0; }
@media (min-width: 820px) { .stat:nth-child(2n) { border-right: 1px solid var(--ink-12); } .stat:last-child { border-right: 0; } }
.stat-num { font-family: var(--f-display); font-weight: 700; font-size: clamp(2.1rem, 4vw, 3.1rem); line-height: 1; letter-spacing: -0.03em; margin: 0; }
.stat-lbl { margin: 0.55rem 0 0; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.19em; text-transform: uppercase; color: var(--ink-70); }

.imgmissing {
  display: block; width: 100%; aspect-ratio: inherit; min-height: 180px;
  background: repeating-linear-gradient(45deg, rgba(201,112,27,0.14) 0 12px, rgba(201,112,27,0.05) 12px 24px);
  border: 1.5px dashed var(--amber);
}

/* ------------------------------------------------------- 12. Media, cards */

.media { position: relative; overflow: hidden; border-radius: 14px; background: rgba(20,20,15,0.07); }
.media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.media:hover img { transform: scale(1.04); }
.media-por { aspect-ratio: 4 / 5; }
.media-sq { aspect-ratio: 1 / 1; }
.media-wide { aspect-ratio: 3 / 2; }
.media-tall { aspect-ratio: 3 / 4; }
.media-fit {
  aspect-ratio: auto;
  overflow: visible;
  background: var(--pine-deep);
}
.media-fit img {
  width: 100%;
  height: auto;
  object-fit: unset;
}
.media-fit:hover img { transform: none; }

.mcap { margin: 0.7rem 0 0; font-weight: 600; font-size: 0.95rem; }
.mcap-sub { margin: 0.15rem 0 0; font-size: 0.9rem; color: var(--ink-70); }

/* Image-backed cards — the sibling "three reasons" pattern */
.cards { display: grid; gap: clamp(0.9rem, 1.8vw, 1.4rem); }
@media (min-width: 820px) { .cards-2 { grid-template-columns: repeat(2, 1fr); } }
.card {
  position: relative; isolation: isolate; overflow: hidden; border-radius: 16px;
  min-height: 340px; display: grid; align-content: end; gap: 0.6rem;
  padding: clamp(1.35rem, 2.4vw, 1.9rem);
  color: var(--cream); background: var(--pine);
}
.card-bg { position: absolute; inset: 0; z-index: -2; }
.card-bg img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s var(--ease); }
.card::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(12,35,27,0.25) 0%, rgba(12,35,27,0.72) 58%, rgba(12,35,27,0.92) 100%); }
.card:hover .card-bg img { transform: scale(1.05); }
.card p { color: var(--cream-78); margin: 0; }
.card .tlink { margin-top: 0.6rem; justify-self: start; }

/* --------------------------------------------------------- 13. Mosaic, rail */

.mosaic { display: grid; gap: clamp(0.9rem, 1.8vw, 1.4rem); }
@media (min-width: 820px) {
  .mosaic-2 { grid-template-columns: repeat(12, 1fr); align-items: start; }
  .mosaic-2 > *:nth-child(1) { grid-column: 1 / 7; }
  .mosaic-2 > *:nth-child(2) { grid-column: 7 / 13; margin-top: clamp(1.5rem, 4vw, 3.5rem); }
  .mosaic-3 { grid-template-columns: repeat(12, 1fr); align-items: start; }
  .mosaic-3 > *:nth-child(1) { grid-column: 1 / 6; }
  .mosaic-3 > *:nth-child(2) { grid-column: 6 / 13; margin-top: clamp(1.5rem, 4vw, 3.5rem); }
  .mosaic-3 > *:nth-child(3) { grid-column: 2 / 9; }
  .mosaic-4 { grid-template-columns: repeat(12, 1fr); align-items: start; }
  .mosaic-4 > *:nth-child(1) { grid-column: 1 / 7; }
  .mosaic-4 > *:nth-child(2) { grid-column: 7 / 13; margin-top: clamp(1.5rem, 4vw, 3.5rem); }
  .mosaic-4 > *:nth-child(3) { grid-column: 2 / 7; }
  .mosaic-4 > *:nth-child(4) { grid-column: 7 / 12; }
}

.rail-outer { position: relative; }
.rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(215px, 62vw);
  gap: clamp(0.8rem, 1.6vw, 1.25rem);
  overflow-x: auto; scroll-snap-type: x mandatory;
  scroll-padding-left: var(--gut); padding-inline: var(--gut); padding-bottom: 1.1rem;
}
.rail > * { scroll-snap-align: start; }
@media (min-width: 620px) { .rail { grid-auto-columns: minmax(215px, 34vw); } }
@media (min-width: 1080px) {
  .rail {
    grid-auto-columns: minmax(0, 1fr); overflow-x: visible; padding-bottom: 0;
    max-width: var(--wrap); margin-inline: auto;
  }
}
.rail-nav { display: flex; gap: 0.5rem; margin-top: 0.4rem; padding-inline: var(--gut); }
@media (min-width: 1080px) { .rail-nav { display: none; } }
.rail-btn { width: 46px; height: 46px; display: grid; place-items: center; background: none; border: 1.5px solid var(--ink-38); border-radius: var(--pill); cursor: pointer; }
.rail-btn[disabled] { opacity: 0.3; cursor: default; }

/* --------------------------------------------- 13b. Counter editorial grid */

.counter {
  padding-block: clamp(2.35rem, 4.2vw, 3.6rem) clamp(1.6rem, 3vw, 2.35rem);
  overflow-x: clip;
}
.counter .sec-head.counter-head {
  gap: clamp(0.75rem, 1.6vw, 1.35rem);
  margin-bottom: clamp(1.05rem, 1.8vw, 1.55rem);
}
.counter-head .h2 { max-width: 14ch; min-width: 0; }
.counter-head .mt-3 { margin-top: 0.95rem; }

.counter-grid {
  display: grid;
  grid-template-columns: 6.6fr 2.7fr 2.7fr; /* 12-col: 55% + 22.5% + 22.5% */
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.4rem;
  min-height: clamp(480px, 52vw, 620px);
  min-width: 0;
}

.counter-cell {
  position: relative;
  margin: 0;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  background: var(--pine-deep);
}
.counter-feat { grid-column: 1; grid-row: 1 / 3; }
.counter-02 { grid-column: 2; grid-row: 1; }
.counter-03 { grid-column: 3; grid-row: 1; }
.counter-04 { grid-column: 2 / 4; grid-row: 2; }

.counter-shot {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.counter-shot picture {
  position: absolute;
  inset: 0;
  display: block;
}
.counter-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform-origin: center;
  transition: transform 1.15s var(--ease);
}
.counter-img-01 { object-position: 40% 36%; }
.counter-img-02 { object-position: 52% 38%; }
.counter-img-03 { object-position: 50% 28%; }
.counter-img-04 { object-position: 38% 42%; }

.counter-cap {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.28rem 0.55rem;
  margin: 0;
  padding: 0.5rem 0.7rem 0.55rem;
  background: var(--cream);
  border-top: 2px solid transparent;
  color: var(--ink);
  transition: border-color 0.55s var(--ease), color 0.55s var(--ease);
}
.counter-n {
  flex: none;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  color: var(--amber);
  line-height: 1.2;
  transition: color 0.55s var(--ease);
}
.counter-name {
  font-weight: 600;
  font-size: clamp(0.84rem, 1.05vw, 0.95rem);
  line-height: 1.25;
  min-width: 0;
}

@media (max-width: 1079.98px) and (min-width: 700px) {
  .counter-grid { grid-template-columns: 6.2fr 2.9fr 2.9fr; }
}

@media (max-width: 939.98px) {
  .counter-grid { min-height: clamp(400px, 58vw, 520px); }
  .counter-cap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .counter-cell:hover .counter-img { transform: scale(1.025); }
  .counter-cell:hover .counter-cap { border-top-color: var(--amber); }
  .counter-cell:hover .counter-n { color: var(--amber-dk); }
}

@media (max-width: 699.98px) {
  .counter-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto;
    min-height: 0;
    gap: 0.35rem;
  }
  .counter-feat {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }
  .counter-02,
  .counter-03 {
    grid-row: auto;
    aspect-ratio: 4 / 5;
  }
  .counter-02 { grid-column: 1; }
  .counter-03 { grid-column: 2; }
  .counter-04 {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 3 / 2;
  }
  .counter-cap { padding: 0.48rem 0.62rem 0.52rem; }
  .counter-name { font-size: 0.86rem; }
}

@media (max-width: 359.98px) {
  .counter-grid { grid-template-columns: minmax(0, 1fr); }
  .counter-02,
  .counter-03,
  .counter-04 {
    grid-column: 1;
    aspect-ratio: 4 / 5;
  }
}

/* --------------------------------------------- 13c. Coffee / matcha diptych */

.bar {
  background: var(--pine);
  color: var(--cream);
  padding: clamp(2.35rem, 4.2vw, 3.6rem) 0 0;
  overflow-x: clip;
}
.bar-intro {
  display: grid;
  gap: clamp(0.75rem, 1.6vw, 1.35rem);
  align-items: end;
  margin-bottom: clamp(1.1rem, 1.9vw, 1.6rem);
  min-width: 0;
}
.bar-intro .mt-3 { margin-top: 0.95rem; }
.bar-intro .h2 { max-width: 16ch; min-width: 0; }
.bar-intro .lead { color: var(--cream-78); }
@media (min-width: 940px) {
  .bar-intro { grid-template-columns: 1.2fr 0.8fr; }
}

.diptych {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  position: relative;
  min-width: 0;
}
.diptych-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-width: 0;
  min-height: 480px;
  height: clamp(480px, 48vw, 640px);
  background: var(--pine-deep);
}
.diptych::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--amber-lt);
  pointer-events: none;
}
.diptych-panel picture {
  position: absolute;
  inset: 0;
  display: block;
}
.diptych-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform-origin: center;
  transition: transform 1.6s var(--ease);
}
.diptych-img-matcha { object-position: 48% 40%; }
.diptych-img-coffee { object-position: 50% 52%; }
.diptych-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(12, 35, 27, 0.28);
  pointer-events: none;
}
.diptych-copy {
  position: absolute;
  z-index: 1;
  left: clamp(1rem, 2.8vw, 2rem);
  right: clamp(1rem, 2.8vw, 2rem);
  bottom: clamp(1rem, 2.6vw, 1.75rem);
  margin: 0;
}
.diptych-label {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(2.35rem, 6.4vw, 5.1rem);
  letter-spacing: -0.03em;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--cream);
  text-shadow: var(--hero-text-shadow);
}
.diptych-line {
  margin: 0.42rem 0 0;
  font-size: clamp(0.88rem, 1.15vw, 1.02rem);
  line-height: 1.35;
  color: var(--cream-92);
  text-shadow: var(--hero-text-shadow);
}

@media (hover: hover) and (pointer: fine) {
  .diptych-panel:hover .diptych-img { transform: scale(1.02); }
}

@media (max-width: 699.98px) {
  .diptych { grid-template-columns: minmax(0, 1fr); }
  .diptych-panel {
    min-height: 360px;
    height: 360px;
  }
  .diptych::after {
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 1px;
  }
  .diptych-label { font-size: clamp(2.2rem, 12vw, 3.1rem); }
}

/* --------------------------------------------- 13d. Whole cakes editorial */

.cakes-sec {
  background: var(--pine);
  color: var(--cream);
  padding-block: clamp(2.35rem, 4.2vw, 3.6rem) clamp(1.6rem, 3vw, 2.35rem);
  overflow-x: clip;
}
.cakes-sec .btn { border-radius: 0; }
.cakes-head {
  display: grid;
  gap: clamp(0.75rem, 1.6vw, 1.35rem);
  align-items: end;
  margin-bottom: clamp(1.05rem, 1.8vw, 1.55rem);
  min-width: 0;
}
.cakes-head .h2,
.space-head .h2,
.visit-loc .h2,
.faq-intro .h2 {
  overflow-wrap: break-word;
}
.cakes-head .h2 { max-width: 14ch; min-width: 0; }
.cakes-actions { margin-top: 0.95rem; }
@media (min-width: 940px) {
  .cakes-head { grid-template-columns: 1.2fr 0.8fr; }
}

.cakes-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.45rem;
  align-items: start;
  min-width: 0;
}
.cakes-stack { display: contents; }
.cake-feat { grid-column: 1; }
.cake-02 { grid-column: 2; }
.cake-03 { grid-column: 2; }
.cake-04 { grid-column: 1; }

.cake-cell {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  background: var(--pine-deep);
}
.cake-shot {
  display: block;
  background: var(--pine-deep);
}
.cake-shot picture { display: block; }
.cake-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: unset;
  display: block;
}

.cake-cap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.28rem 0.55rem;
  margin: 0;
  padding: 0.5rem 0.7rem 0.55rem;
  background: var(--cream);
  color: var(--ink);
  transition: color 0.25s var(--ease);
}
.cake-n {
  flex: none;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  color: var(--amber);
  line-height: 1.2;
}
.cake-name {
  font-weight: 600;
  font-size: clamp(0.84rem, 1.05vw, 0.95rem);
  line-height: 1.25;
  min-width: 0;
  transition: color 0.25s var(--ease);
}
@media (hover: hover) and (pointer: fine) {
  .cake-cell:hover .cake-name,
  .cake-cell:focus-within .cake-name { color: var(--amber-dk); }
}

@media (max-width: 699.98px) {
  .cakes-grid { grid-template-columns: minmax(0, 1fr); }
  .cake-feat,
  .cake-02,
  .cake-03,
  .cake-04 { grid-column: 1; }
}

@media (max-width: 359.98px) {
  .cakes-head .h2 { font-size: clamp(1.55rem, 9.5vw, 1.9rem); }
}

/* --------------------------------------------- 13d2. Whole-cakes regulars */

.reg-sec { overflow-x: clip; }
.reg-grid {
  display: grid;
  gap: max(24px, clamp(1.75rem, 3.2vw, 3.25rem));
  align-items: center;
  min-width: 0;
}
.reg-copy { min-width: 0; }
.reg-copy .h2 { max-width: 12ch; }

.reg-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-auto-flow: column;
  column-gap: clamp(0.9rem, 2vw, 1.75rem);
  list-style: none;
  padding: 0;
  margin: 1.7rem 0 0;
}
.reg-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: baseline;
  column-gap: 0.55rem;
  margin: 0;
  padding: 0.62rem 0 0.58rem;
  border-bottom: 1px solid var(--cream-22);
}
.reg-n {
  flex: none;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  color: var(--amber-lt);
  line-height: 1.25;
}
.reg-name {
  min-width: 0;
  color: var(--cream);
  font-weight: 600;
  font-size: clamp(0.86rem, 1.05vw, 0.98rem);
  line-height: 1.3;
  overflow-wrap: break-word;
}

.reg-photos { min-width: 0; }
.reg-photo {
  margin: 0;
  min-width: 0;
}
.reg-shot {
  display: block;
  overflow: visible;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.reg-shot picture { display: block; }
.reg-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform-origin: center;
  transition: transform 0.7s var(--ease);
}

.reg-cap {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  margin: 0.45rem 0 0;
  padding: 0;
  background: none;
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.reg-cap-n {
  font-family: var(--f-display);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--amber-lt);
}
.reg-cap-sep { color: var(--cream-78); }

@media (hover: hover) and (pointer: fine) {
  .reg-photo:hover .reg-img { transform: scale(1.015); }
}

@media (min-width: 700px) {
  .reg-grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
  .reg-photo {
    width: 73%;
    margin-left: auto;
  }
  .reg-cap { justify-content: flex-end; }
}

@media (max-width: 699.98px) {
  .reg-grid { align-items: start; }
  .reg-photo { width: 100%; }
}

@media (max-width: 359.98px) {
  .reg-list {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}

/* --------------------------------------------- 13e. Café space diptych */

.space-sec { overflow-x: clip; }
.space-sec .btn { border-radius: 0; }
.space-intro {
  padding-block: clamp(1.85rem, 3.2vw, 2.55rem) clamp(0.95rem, 1.6vw, 1.25rem);
}
.space-head {
  display: grid;
  gap: clamp(0.75rem, 1.6vw, 1.35rem);
  align-items: end;
  min-width: 0;
}
.space-head .h2 { max-width: 16ch; min-width: 0; }
.space-link { margin-top: 0.95rem; }
@media (min-width: 940px) {
  .space-head { grid-template-columns: 1.2fr 0.8fr; }
}

.space-diptych {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  min-width: 0;
}
.space-panel {
  position: relative;
  margin: 0;
  overflow: hidden;
  min-width: 0;
  min-height: 560px;
  height: clamp(560px, 52vw, 680px);
  background: var(--pine-deep);
}
.space-panel picture {
  position: absolute;
  inset: 0;
  display: block;
}
.space-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform-origin: center;
  transition: transform 1.15s var(--ease);
}
.space-img-upstairs { object-position: 38% 42%; }
.space-img-cup { object-position: 78% 70%; }
.space-cap {
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  bottom: 0;
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin: 0;
  padding: 0.42rem 0.7rem 0.45rem;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-shadow: none;
}
.space-n {
  font-family: var(--f-display);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--amber);
}
.space-sep { color: var(--ink-70); }

@media (hover: hover) and (pointer: fine) {
  .space-panel:hover .space-img { transform: scale(1.02); }
}

@media (max-width: 699.98px) {
  .space-diptych { grid-template-columns: minmax(0, 1fr); }
  .space-panel {
    min-height: 320px;
    height: 360px;
  }
  .space-img-cup { object-position: 72% 68%; }
}

/* --------------------------------------------- 13f. Reviews editorial */

.reviews-sec { overflow-x: clip; }
.reviews-sec .btn { border-radius: 0; }
.reviews-split {
  display: grid;
  grid-template-columns: minmax(0, 38fr) minmax(0, 62fr);
  min-width: 0;
}
.reviews-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 4.5vw, 3.5rem) clamp(1.35rem, 3.2vw, 2.75rem);
  min-width: 0;
}
.reviews-score-h {
  display: grid;
  gap: 0.55rem;
  margin: 0;
}
.reviews-num {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(5rem, 10vw, 8.25rem);
  line-height: 0.85;
  letter-spacing: -0.05em;
}
.reviews-lbl {
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: 0.19em;
  text-transform: uppercase;
  color: var(--cream-78);
}
.reviews-stars {
  margin: 1.15rem 0 0;
  color: var(--amber-lt);
  font-size: 1.05rem;
  letter-spacing: 0.28em;
}
.reviews-rank {
  margin: 1.25rem 0 0;
  max-width: 32ch;
  color: var(--cream-78);
  font-size: 0.98rem;
  line-height: 1.5;
}
.reviews-link { margin: 1.35rem 0 0; }

.reviews-field {
  min-width: 0;
  padding: clamp(0.5rem, 1.5vw, 1rem) 0;
}
.rev-quotes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-width: 0;
  height: 100%;
}
.rev-quote {
  position: relative;
  margin: 0;
  padding: clamp(1.25rem, 2.4vw, 1.85rem) clamp(1.2rem, 2.2vw, 1.75rem)
           clamp(1.35rem, 2.6vw, 1.9rem);
  display: grid;
  align-content: start;
  gap: 0.85rem;
  border-bottom: 1px solid var(--ink-12);
  min-width: 0;
}
.rev-quote:nth-child(odd) { border-right: 1px solid var(--ink-12); }
.rev-quote:nth-child(n+3) { border-bottom: 0; }
.rev-mark {
  position: absolute;
  top: 0.35rem;
  left: 0.85rem;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(3.6rem, 6vw, 5.2rem);
  line-height: 1;
  color: var(--amber);
  opacity: 0.45;
  pointer-events: none;
}
.rev-quote p {
  position: relative;
  margin: 1.1rem 0 0;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.02rem, 1.35vw, 1.18rem);
  line-height: 1.34;
  letter-spacing: -0.015em;
}
.rev-src {
  position: relative;
  margin: 0;
  font-size: 0.85rem;
  color: var(--ink-70);
  font-style: normal;
}
.rev-src cite { font-style: normal; font-weight: 600; color: var(--ink); }

@media (max-width: 699.98px) {
  .reviews-split { grid-template-columns: minmax(0, 1fr); }
  .reviews-score { padding-block: clamp(1.75rem, 4vw, 2.4rem); }
  .reviews-num { font-size: clamp(4.2rem, 18vw, 6.2rem); }
}

@media (max-width: 699.98px) {
  .reviews-field {
    padding: 0 0 1.25rem;
  }
  .rev-quotes {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(78%, 280px);
    grid-template-columns: none;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: var(--gut);
    padding-inline: var(--gut);
    -webkit-overflow-scrolling: touch;
  }
  .rev-quote {
    scroll-snap-align: start;
    border-right: 1px solid var(--ink-12);
    border-bottom: 0;
    min-height: 100%;
  }
  .rev-quote:nth-child(odd) { border-right: 1px solid var(--ink-12); }
  .rev-quote:last-child { border-right: 1px solid var(--ink-12); }
}

/* --------------------------------------------- 13g. Visit hub + hours */

.visit-hub { overflow-x: clip; }
.visit-hub .btn,
.hours-band .btn { border-radius: 0; }
.visit-top {
  padding-block: clamp(2.1rem, 3.6vw, 3rem) clamp(1.35rem, 2.4vw, 1.85rem);
}
.visit-row {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: clamp(1.1rem, 2.4vw, 2rem);
  align-items: start;
  min-width: 0;
}
.visit-loc { min-width: 0; }
.visit-loc .h2 { max-width: 14ch; }
.visit-addr {
  display: grid;
  gap: 0.2rem;
  margin: 1.05rem 0 0;
  font-style: normal;
}
.visit-actions { margin-top: 1.15rem; }
.visit-map {
  min-width: 0;
  min-height: 440px;
  height: 100%;
}

.hours-band {
  padding-block: clamp(1.35rem, 2.4vw, 1.9rem) clamp(1.6rem, 2.8vw, 2.2rem);
  border-top: 1px solid var(--ink-12);
}
.hours-season {
  margin: 0 0 0.85rem;
  font-size: var(--t-label);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-70);
}
.hours-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid var(--ink-12);
}
.hours-day {
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0.85rem 0.7rem 0.95rem;
  border-top: 2px solid transparent;
  border-right: 1px solid var(--ink-12);
  border-bottom: 1px solid var(--ink-12);
  min-width: 0;
}
.hours-day.is-today {
  border-top-color: var(--amber);
  background: rgba(201, 112, 27, 0.12);
}
.hours-name {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-70);
}
.hours-day.is-today .hours-name { color: var(--ink); }
.hours-time {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 0.92rem;
  white-space: nowrap;
}
.hours-note {
  margin: 0.85rem 0 0;
  max-width: none;
  color: var(--ink-70);
  font-size: 0.92rem;
}

@media (max-width: 939.98px) and (min-width: 700px) {
  .hours-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .hours-day:nth-child(4) { border-right: 0; }
}
@media (max-width: 699.98px) {
  .visit-row { grid-template-columns: minmax(0, 1fr); }
  .visit-map { min-height: 320px; }
}

@media (min-width: 940px) {
  .hours-day:last-child { border-right: 0; }
}

@media (max-width: 699.98px) {
  .hours-strip {
    grid-template-columns: minmax(0, 1fr);
    border-left: 0;
  }
  .hours-day {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-right: 0;
  }
  .hours-day:nth-child(4) { border-right: 0; }
}

/* --------------------------------------------- 13h. FAQ split accordion */

.faq-sec { overflow-x: clip; }
.faq-sec .btn { border-radius: 0; }
.faq-split {
  display: grid;
  grid-template-columns: minmax(0, 35fr) minmax(0, 65fr);
  min-width: 0;
  align-items: stretch;
}
.faq-intro {
  padding: clamp(2rem, 4.2vw, 3.4rem) clamp(1.35rem, 3vw, 2.6rem)
           clamp(2.2rem, 4.4vw, 3.6rem);
  min-width: 0;
}
.faq-intro .h2 { max-width: 12ch; }
.faq-contact {
  margin-top: 1.35rem;
  max-width: 28ch;
  color: var(--cream-78);
}
.faq-intro a {
  color: var(--cream);
  text-underline-offset: 0.18em;
}
.faq-list {
  min-width: 0;
  padding: clamp(0.35rem, 1.2vw, 0.7rem) clamp(1.15rem, 3vw, 2.4rem)
           clamp(0.6rem, 1.6vw, 1rem);
}
.faq { border-top: 1px solid var(--ink-12); }
.faq-item { border-bottom: 1px solid var(--ink-12); }
.faq-sum {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.85rem 1rem;
  padding: 1.15rem 0.15rem;
  cursor: pointer;
  list-style: none;
}
.faq-sum::-webkit-details-marker { display: none; }
.faq-n {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  color: var(--amber);
}
.faq-q {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  letter-spacing: -0.015em;
  line-height: 1.25;
  overflow-wrap: break-word;
}
.faq-ico {
  position: relative;
  width: 1.05rem;
  height: 1.05rem;
  flex: none;
  transition: transform 0.35s var(--ease);
}
.faq-ico::before,
.faq-ico::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--amber);
  transform: translate(-50%, -50%);
}
.faq-ico::before { width: 14px; height: 1.5px; }
.faq-ico::after { width: 1.5px; height: 14px; }
.faq-item[open] .faq-ico { transform: rotate(45deg); }
.faq-sum:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
}
.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s var(--ease);
}
.faq-item:not([open]) > .faq-panel,
.faq-item[open] > .faq-panel {
  display: grid;
}
.faq-item[open] .faq-panel { grid-template-rows: 1fr; }
.faq-panel-inner { overflow: hidden; min-height: 0; }
.faq-body {
  padding: 0 0 1.35rem;
  max-width: 58ch;
  color: var(--ink-70);
}

@media (max-width: 699.98px) {
  .faq-split { grid-template-columns: minmax(0, 1fr); }
  .faq-intro { padding-bottom: 1.6rem; }
}

@media (max-width: 359.98px) {
  .faq-q { font-size: 0.98rem; }
  .faq-sum { gap: 0.65rem; }
}

/* ------------------------------------------------------- 14. Ritual split */

.ritual { background: var(--pine); color: var(--cream); overflow-x: clip; }
.ritual-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-width: 0;
}
.ritual-shot {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--pine-deep);
  min-width: 0;
}
.ritual-shot picture {
  position: absolute;
  inset: 0;
}
.ritual-img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 48% 38%;
}
.ritual-cap {
  position: absolute;
  z-index: 1;
  left: clamp(0.9rem, 2.8vw, 1.35rem);
  bottom: clamp(0.85rem, 2.4vw, 1.25rem);
  margin: 0;
  max-width: calc(100% - 2rem);
  color: var(--amber-lt);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-shadow: var(--hero-text-shadow);
}
.ritual-copy {
  min-width: 0;
  padding: 2rem var(--gut) 2.15rem;
}
.ritual-copy .eyebrow { margin-bottom: 1.05rem; }
.ritual-copy .h2 { max-width: 16ch; }
.ritual-lead {
  margin-top: 1.15rem;
  max-width: 36ch;
  font-size: clamp(0.98rem, 1.15vw, 1.08rem);
  line-height: 1.52;
}
.ritual-facts {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  margin: 1.45rem 0 0;
  border-top: 1px solid var(--cream-22);
}
.ritual .fact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 0.75rem;
  align-items: start;
  min-width: 0;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--cream-22);
}
.ritual .fact-ico {
  grid-row: 1;
  width: 22px;
  height: 22px;
  margin-top: 0.12rem;
  transition: transform 0.28s var(--ease);
}
.ritual .fact dt {
  grid-column: 2;
  margin: 0;
  font-size: 1.08rem;
  letter-spacing: -0.018em;
  line-height: 1.2;
  transition: color 0.28s var(--ease);
}
.ritual .fact dd {
  grid-column: 2;
  margin: 0.28rem 0 0;
  font-size: 0.88rem;
  line-height: 1.42;
}
@media (hover: hover) and (pointer: fine) {
  .ritual .fact:hover .fact-ico { transform: translateY(-2px); }
  .ritual .fact:hover dt { color: var(--amber-lt); }
}

@media (min-width: 940px) {
  .ritual-split {
    grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
    align-items: stretch;
  }
  .ritual-shot {
    aspect-ratio: auto;
    min-height: 100%;
    height: auto;
    align-self: stretch;
  }
  .ritual-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(2.15rem, 4.4vw, 4.35rem) clamp(1.4rem, 4.2vw, 3.75rem)
             clamp(2.25rem, 4.6vw, 4.5rem) clamp(1.3rem, 3.6vw, 3.25rem);
  }
  .ritual-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ritual .fact {
    padding: 1.05rem 0 1.15rem;
  }
  .ritual .fact:nth-child(odd) {
    padding-right: 1.15rem;
    border-right: 1px solid var(--cream-22);
  }
  .ritual .fact:nth-child(even) {
    padding-left: 1.15rem;
  }
}

/* ------------------------------------------------------- 14b. Facts, quotes */

.facts { display: grid; gap: 1.6rem; margin: 0; }
@media (min-width: 700px) { .facts:not(.ritual-facts) { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.fact-ico { width: 26px; height: 26px; color: var(--amber); }
.on-pine .fact-ico { color: var(--amber-lt); }
.fact dt { font-family: var(--f-display); font-weight: 700; font-size: 1.05rem; margin: 0.65rem 0 0.35rem; }
.fact dd { margin: 0; color: var(--ink-70); }
.on-pine .fact dd { color: var(--cream-78); }

.pills { display: flex; flex-wrap: wrap; gap: 0.55rem; padding: 0; margin: 0; list-style: none; }
.pill { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.5rem 0.95rem; border: 1.5px solid var(--ink-12); border-radius: var(--pill); font-size: 0.9rem; }
.on-pine .pill { border-color: var(--cream-22); }

.quotes { display: grid; gap: clamp(1rem, 2vw, 1.5rem); }
@media (min-width: 700px) { .quotes { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1080px) { .quotes { grid-template-columns: repeat(4, 1fr); } }
.quote { background: var(--shell); border-radius: 16px; padding: clamp(1.25rem, 2vw, 1.6rem); display: grid; align-content: start; gap: 0.75rem; }
.on-pine .quote { background: rgba(245, 239, 230, 0.07); }
.quote-stars { color: var(--amber-dk); font-size: 0.85rem; letter-spacing: 0.2em; margin: 0; }
.on-pine .quote-stars { color: var(--amber-lt); }
.quote p { font-family: var(--f-display); font-weight: 700; font-size: 1.05rem; line-height: 1.34; letter-spacing: -0.01em; margin: 0; }
.quote-src { margin: 0; font-size: 0.85rem; color: var(--ink-70); }
.on-pine .quote-src { color: var(--cream-78); }

/* --------------------------------------------------------- 15. Menu page */

html:has(.mnav) {
  --mnav-h: 56px;
  /* Offset lives on .mcat scroll-margin-top so padding and margin do not stack. */
  scroll-padding-top: 0;
}

.mnav {
  position: sticky;
  top: var(--hdr);
  z-index: 90;
  background: var(--sand);
  border-bottom: 1px solid var(--ink-12);
}
.mnav-in {
  display: flex;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--gut);
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
}
.mnav-in::-webkit-scrollbar { display: none; }
.mnav-link {
  flex: 1 1 0;
  min-width: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.4rem;
  padding: 0.62rem 0.7rem 0.58rem;
  border-top: 3px solid transparent;
  border-right: 1px solid var(--ink-12);
  text-decoration: none;
  color: var(--ink);
  background: transparent;
  white-space: nowrap;
}
.mnav-link:last-child { border-right: 0; }
.mnav-n {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  color: var(--amber-dk);
  line-height: 1.2;
}
.mnav-t {
  font-weight: 600;
  font-size: clamp(0.78rem, 0.95vw, 0.92rem);
  line-height: 1.25;
}
.mnav-link:hover:not(.is-active) { background: var(--shell); }
.mnav-link.is-active {
  background: var(--pine);
  color: var(--cream);
  border-top-color: var(--amber-lt);
}
.mnav-link.is-active .mnav-n { color: var(--amber-lt); }
.mnav-link:focus-visible { outline-offset: -3px; z-index: 1; }

@media (max-width: 899.98px) {
  html:has(.mnav) { --mnav-h: 52px; }
  .mnav-in {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding-inline: var(--gut);
  }
  .mnav-in::-webkit-scrollbar { display: none; }
  .mnav-link {
    flex: none;
    scroll-snap-align: start;
    min-width: 11.25rem;
    border-right: 1px solid var(--ink-12);
  }
}

.mcat {
  scroll-margin-top: calc(var(--hdr) + var(--mnav-h, 56px) + 20px);
  padding-block: clamp(1.85rem, 3.2vw, 2.6rem);
}
.mcat-head { margin-bottom: 1.15rem; max-width: 46ch; }
.mcat-num {
  margin: 0 0 0.4rem;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  font-variant-numeric: tabular-nums;
  color: var(--amber-dk);
}
.mcat-head .h2 { max-width: none; overflow: visible; }
.mcat-lead { margin-top: 0.7rem; overflow-wrap: break-word; }

.mgrid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2.1rem;
  row-gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  .mgrid { grid-template-columns: 1fr 1fr; }
}

.mitem {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem 1rem;
  align-items: baseline;
  padding: 0.78rem 0.1rem;
  border-bottom: 1px solid var(--ink-12);
}
.mitem-copy { min-width: 0; }
.mname {
  font-weight: 600;
  margin: 0;
  overflow-wrap: break-word;
}
.mnote {
  margin: 0.22rem 0 0;
  font-size: 0.9rem;
  color: var(--ink-70);
  overflow-wrap: break-word;
}
.mprice {
  margin: 0;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--ink-70);
  white-space: nowrap;
  justify-self: end;
}

@media (hover: hover) and (pointer: fine) {
  .mitem:hover,
  .mitem:focus-within {
    background: rgba(18, 53, 41, 0.05);
  }
}

.mknow {
  background: var(--pine);
  color: var(--cream);
  padding-block: clamp(2.15rem, 4.2vw, 3.1rem);
  overflow-x: clip;
}
.mknow .wrap { min-width: 0; }
.mknow .eyebrow {
  color: var(--cream-78);
  margin-bottom: 1.05rem;
}
.mknow .eyebrow::before { background: var(--amber-lt); }
.mknow-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.mknow-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  min-width: 0;
  padding: 0.65rem 0;
  border-bottom: 1px solid var(--cream-22);
}
.mknow-item:last-child { border-bottom: 0; }
.mknow-ico {
  flex: none;
  width: 26px;
  height: 26px;
  color: var(--amber-lt);
}
.mknow-copy { min-width: 0; }
.mknow-h {
  margin: 0;
  min-width: 0;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--cream);
  overflow-wrap: break-word;
}
.mknow-d {
  margin: 0.22rem 0 0;
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--cream-78);
  overflow-wrap: break-word;
}
.mknow-note {
  margin: 1.05rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid var(--cream-22);
  color: var(--cream-78);
  font-size: 0.9rem;
  line-height: 1.5;
  overflow-wrap: break-word;
}

@media (min-width: 600px) and (max-width: 999.98px) {
  .mknow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mknow-item {
    padding: 0.75rem 1.15rem;
    border-bottom: 1px solid var(--cream-22);
    border-right: 1px solid var(--cream-22);
  }
  .mknow-item:nth-child(odd) { padding-left: 0; }
  .mknow-item:nth-child(2n) { border-right: 0; padding-right: 0; }
  .mknow-item:nth-child(n+3) { border-bottom: 0; }
  .mknow-item:last-child { border-bottom: 0; }
}
@media (min-width: 1000px) {
  .mknow-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .mknow-item {
    padding: 0.35rem 1.25rem 0.35rem 0;
    border-bottom: 0;
    border-right: 1px solid var(--cream-22);
  }
  .mknow-item:nth-child(odd) { padding-left: 0; }
  .mknow-item:nth-child(2n) {
    border-right: 1px solid var(--cream-22);
    padding-right: 1.25rem;
  }
  .mknow-item:nth-child(n+3) { border-bottom: 0; }
  .mknow-item:last-child { border-right: 0; padding-right: 0; }
}

.chips { position: sticky; top: var(--hdr); z-index: 90; background: var(--sand); padding-block: 0.9rem; border-bottom: 1px solid var(--ink-12); }
.chips-in { display: flex; gap: 0.5rem; overflow-x: auto; scrollbar-width: none; }
.chips-in::-webkit-scrollbar { display: none; }
.chip { display: inline-flex; flex: none; padding: 0.55rem 1.05rem; border: 1.5px solid var(--ink-12); border-radius: var(--pill); background: var(--shell); font-size: 0.9rem; font-weight: 600; text-decoration: none; }
.chip:hover { border-color: var(--pine); }

.mgroup { padding-block: clamp(2rem, 4vw, 3rem); border-bottom: 1px solid var(--ink-12); }
.mgroup-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 0.75rem; margin-bottom: 1.5rem; }
.mfrom { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--pine); background: rgba(18, 53, 41, 0.09); padding: 0.4rem 0.85rem; border-radius: var(--pill); }
.mlist { margin: 0; display: grid; gap: 0; }
.mrow { display: flex; align-items: baseline; gap: 0.9rem; padding-block: 0.85rem; border-bottom: 1px solid var(--ink-12); }
.mrow:last-child { border-bottom: 0; }
.mdot { flex: 1; border-bottom: 1px dotted var(--ink-38); transform: translateY(-0.25rem); }
.mtag { display: inline-block; margin-left: 0.5rem; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber-dk); }

/* Numbered process — a real sequence, so the numbers carry information */
.steps { display: grid; gap: clamp(1.5rem, 3vw, 2.5rem); counter-reset: step; }
@media (min-width: 780px) { .steps { grid-template-columns: repeat(3, 1fr); } }
.step { border-top: 2px solid var(--amber); padding-top: 1.1rem; }
.step-n { display: block; font-family: var(--f-display); font-weight: 700; font-size: 2.4rem; line-height: 1; letter-spacing: -0.03em; color: var(--amber); }
.on-pine .step { border-top-color: var(--amber-lt); }
.on-pine .step-n { color: var(--amber-lt); }
.step h3 { margin: 0.75rem 0 0.4rem; }
.step p { margin: 0; color: var(--ink-70); }
.on-pine .step p { color: var(--cream-78); }

/* ------------------------------------------------------- 16. Hours, map */

.hours { width: 100%; border-collapse: collapse; }
.hours caption { text-align: left; font-size: 0.66rem; font-weight: 600; letter-spacing: 0.19em; text-transform: uppercase; color: var(--ink-70); padding-bottom: 0.85rem; }
.hours th, .hours td { padding: 0.72rem 0.6rem; border-bottom: 1px solid var(--ink-12); text-align: left; font-weight: 400; }
.hours td { text-align: right; font-variant-numeric: tabular-nums; }
.hours tr.is-today { background: rgba(201, 112, 27, 0.14); }
.hours tr.is-today th { font-weight: 600; }

.mapfacade {
  position: relative; min-height: 360px; height: 100%;
  display: grid; place-content: center;
  gap: 0.9rem; text-align: center; padding: 1.75rem 1.5rem;
  background: var(--pine); color: var(--cream); overflow: hidden;
}
.mapfacade svg { width: 42px; height: 42px; margin-inline: auto; color: var(--amber-lt); }
.mapfacade-name { font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; margin: 0; }
.mapfacade-note { margin: 0; font-size: 0.85rem; color: var(--cream-78); max-width: 32ch; margin-inline: auto; }
.mapfacade .btn { justify-self: center; border-radius: 0; }
.mapfacade .btn-map {
  --bg: var(--cream); --fg: var(--pine); --bd: var(--cream);
}
.mapfacade .btn-map:hover {
  --bg: var(--amber-lt); --fg: var(--pine-deep); --bd: var(--amber-lt);
}
.mapfacade iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* --------------------------------------------------------- 17. Video band */

.vband { position: relative; overflow: hidden; background: var(--pine-deep); color: var(--cream); }
.vband-media video, .vband-media img { width: 100%; height: min(76svh, 720px); object-fit: cover; }
.vband::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(12,35,27,0.42) 0%, rgba(12,35,27,0.05) 38%, rgba(12,35,27,0.78) 100%); }
.vband-in { position: absolute; inset: auto 0 0 0; z-index: 2; padding-block: clamp(1.75rem, 3.5vw, 3rem); }
.vband .display { font-size: clamp(1.9rem, 4.4vw, 3.6rem); max-width: 20ch; }
.vband-lead { max-width: 40ch; margin-top: 1rem; color: var(--cream-78); }
.vband-ctrl {
  position: absolute; z-index: 3; top: 1.1rem; right: 1.1rem;
  display: inline-flex; align-items: center; gap: 0.5rem;
  padding: 0.6rem 1rem; border-radius: var(--pill);
  background: rgba(12,35,27,0.6); color: var(--cream);
  border: 1.5px solid var(--cream-22); font-size: 0.82rem; font-weight: 600; cursor: pointer;
}
.vband-ctrl svg { width: 13px; height: 13px; }
.vband-ctrl .ico-play { display: none; }
.vband-ctrl[aria-pressed='true'] .ico-play { display: block; }
.vband-ctrl[aria-pressed='true'] .ico-pause { display: none; }

/* ----------------------------------------------------------- 18. Reveal */

.js .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js .reveal-d1 { transition-delay: 0.07s; }
.js .reveal-d2 { transition-delay: 0.14s; }
.js .reveal-d3 { transition-delay: 0.21s; }

/* ----------------------------------------------------------- 19. Footer */

.footer { background: var(--pine-deep); color: var(--cream); padding-block: clamp(3rem, 5vw, 4.5rem) 2rem; }
.footer a { color: var(--cream); text-decoration: none; }
.footer a:hover { text-decoration: underline; }
.footer-grid { display: grid; gap: 2.5rem; }
@media (min-width: 880px) { .footer-grid { grid-template-columns: 1.5fr 0.8fr 1fr 1fr; } }
.footer .brand-sub { color: var(--amber-lt); }
.footer h2 { font-size: 0.66rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--amber-lt); margin-bottom: 1rem; font-family: var(--f-body); }
.footer-nav, .footer-nap, .footer-hours { display: grid; gap: 0.55rem; }
.footer-nap { font-style: normal; }
.footer-hours .lo { color: var(--cream-78); }
.footer-social { display: flex; gap: 0.6rem; margin-top: 1.5rem; }
.footer-social a { width: 44px; height: 44px; display: grid; place-items: center; border: 1.5px solid var(--cream-22); border-radius: var(--pill); }
.footer-social svg { width: 18px; height: 18px; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; justify-content: space-between;
  margin-top: clamp(2.5rem, 4vw, 3.5rem); padding-top: 1.5rem;
  border-top: 1px solid var(--cream-22); font-size: 0.85rem; color: var(--cream-78);
}

/* ---------------------------------------------- 19b. Story origin chapters */

.origin-heritage.band { padding-bottom: var(--band-tight); }
.origin-now.band { padding-top: var(--band-tight); }

.origin-break { padding-block: 0; }
.origin-rule {
  height: 1px;
  background: var(--amber);
}

.origin-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3.25rem);
  align-items: start;
  min-width: 0;
}

.origin-shot {
  margin: 0;
  min-width: 0;
}
.origin-shot picture { display: block; }
.origin-shot img {
  width: 100%;
  height: auto;
  object-fit: unset;
}

.origin-cap {
  margin: 0.65rem 0 0;
  max-width: 42ch;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: var(--ink-70);
}

.origin-copy { min-width: 0; }
.origin-copy .h2 { overflow-wrap: break-word; }
.origin-copy .lead { max-width: 42ch; }
.origin-p {
  margin-top: 1.05rem;
  max-width: 42ch;
  font-size: 1.02rem;
  line-height: 1.62;
}
.origin-link { margin-top: 1.6rem; }

@media (min-width: 700px) {
  .origin-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: clamp(2rem, 4vw, 4.25rem);
    align-items: start;
  }
  .origin-grid-rev {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
  .origin-grid-rev .origin-shot { order: 2; }
  .origin-grid-rev .origin-copy { order: 1; }
}

/* ------------------------------------------------------ 20. Reduced motion */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.001ms !important; animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  .js .marquee, .js .marquee-b { animation: none; }
  .js .hero-line > span { transform: none; }
  .js .reveal { opacity: 1; transform: none; }
  .media:hover img, .card:hover .card-bg img, .ritual .fact:hover .fact-ico,
  .counter-cell:hover .counter-img, .diptych-panel:hover .diptych-img,
  .space-panel:hover .space-img,
  .reg-photo:hover .reg-img { transform: none; }
  .faq-ico, .faq-item[open] .faq-ico, .faq-panel { transition: none !important; }
  html.is-splash .splash-mark,
  html.is-splash .splash-rule,
  html.is-splash .splash-sub {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  html.is-splash .splash-rule { transform: scaleX(1) !important; }
  html.is-splash .splash.is-leaving {
    transition: none !important;
    opacity: 1;
  }
}
