/* =================================================================
   BESPOKE / 2026 — MODERN EDITION
   ================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght,SOFT@0,9..144,200..900,0..100;1,9..144,200..900,0..100&family=Geist:wght@100..900&family=Instrument+Serif:ital@0;1&display=swap');

/* Accessibility utilities ─────────────────────────────────────── */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:root {
  /* LINEN + BRONZE + DEEP SAGE — single source of truth.
     Brand sage #3A5C35, bronze #8A6A38, gold #B8914A. */
  --bg:        #FFFFFF;   /* pure white — rare, used for crisp surfaces */
  --bg-2:      #FAF7F1;   /* soft linen — dominant section background */
  --bg-3:      #F3EFE7;   /* warm cream — secondary card/section */
  --bg-4:      #EAEEE6;   /* sage pale — accent backgrounds */
  --cream:     #F4ECDD;   /* warm cream text/details on dark surfaces */

  --ink:       #1F1A14;   /* warm near-black — headlines */
  --ink-2:     #3A332B;   /* warm dark — body */
  --ink-3:     #6D6358;   /* warm muted — secondary */
  --mute:      #6D6358;

  --sage:      #3A5C35;
  --sage-mid:  #5A7E54;
  --sage-d:    #344F30;   /* dark sage — default dark surface (marquee, finder, bands) */
  --sage-dd:   #1A2618;   /* deepest sage — anchor surfaces (footer, flagship) */
  --sage-l:    #E8EDE4;

  --clay:      #8A6A38;
  --clay-d:    #6B5128;
  --clay-l:    #B8914A;

  --gold:      #B8914A;
  --gold-l:    #D4B47A;

  --rule:      #D8CFBE;                          /* warm hairline rule */
  --line:      rgba(74, 60, 40, 0.16);           /* bronze-tinted line */
  --line-soft: rgba(74, 60, 40, 0.08);
  --line-dk:   rgba(74, 60, 40, 0.20);

  --shadow-sm: 0 1px 2px rgba(20,20,20,0.025);
  --shadow-md: 0 1px 2px rgba(20,20,20,0.025), 0 8px 24px rgba(20,20,20,0.05);
  --shadow-lg: 0 1px 2px rgba(20,20,20,0.03),  0 16px 56px rgba(20,20,20,0.07);

  --display: 'Fraunces', 'Times New Roman', serif;
  --serif:   'Instrument Serif', 'Times New Roman', serif;
  --sans:    'Geist', system-ui, sans-serif;

  --gutter: clamp(24px, 4.5vw, 72px);
  --maxw: 1320px;

  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 22px;
  --r-xl: 30px;
  --r-pill: 999px;

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

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--bg-2);  /* linen base — warmth pervades */
  color: var(--ink-2);
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.68;
  letter-spacing: -0.005em;
  font-weight: 380;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "cv11", "kern";
  overflow-x: hidden;
}

::selection { background: var(--clay); color: var(--bg); }

img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

/* ===== global paper grain — warmer + more present ===== */
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 2000;
  opacity: 0.50; mix-blend-mode: multiply;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='420' height='420'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.45 0 0 0 0 0.38 0 0 0 0 0.26 0 0 0 0.22 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>"),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n2'><feTurbulence type='fractalNoise' baseFrequency='2.2' numOctaves='1'/><feColorMatrix values='0 0 0 0 0.28 0 0 0 0 0.22 0 0 0 0 0.14 0 0 0 0.12 0'/></filter><rect width='100%' height='100%' filter='url(%23n2)'/></svg>");
  background-size: 420px 420px, 180px 180px;
}

/* warm cream/bronze base wash (light mode) — no green tint */
html::before {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 60% 50% at 86% 3%, rgba(214, 184, 138, 0.13), transparent 60%),
    radial-gradient(ellipse 55% 52% at 6% 97%, rgba(244, 236, 221, 0.45), transparent 62%),
    radial-gradient(ellipse 40% 36% at 50% 50%, rgba(229, 207, 168, 0.10), transparent 60%);
}

/* ===== reusable texture utilities ===== */

/* warm linen weave — fine crosshatch + paper grain */
.tx-linen {
  position: relative;
}
.tx-linen::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.55;
  mix-blend-mode: multiply;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(74,60,40,0.05) 2px, rgba(74,60,40,0.05) 3px),
    repeating-linear-gradient(0deg,  transparent 0, transparent 2px, rgba(74,60,40,0.04) 2px, rgba(74,60,40,0.04) 3px),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='ln'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.32 0 0 0 0 0.26 0 0 0 0 0.18 0 0 0 0.10 0'/></filter><rect width='100%' height='100%' filter='url(%23ln)'/></svg>");
  background-size: 3px 3px, 3px 3px, 220px 220px;
  border-radius: inherit;
  z-index: 0;
}
.tx-linen > * { position: relative; z-index: 1; }

/* dark grain — for ink and sage-deep surfaces */
.tx-grain-dark {
  position: relative;
}
.tx-grain-dark::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.40;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320'><filter id='gd'><feTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.85 0 0 0 0 0.78 0 0 0 0 0.62 0 0 0 0.20 0'/></filter><rect width='100%' height='100%' filter='url(%23gd)'/></svg>");
  background-size: 320px 320px;
  border-radius: inherit;
  z-index: 0;
}
.tx-grain-dark > * { position: relative; z-index: 1; }

/* watercolor sage wash */
.tx-wash {
  position: relative;
}
.tx-wash::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.55;
  background-image:
    radial-gradient(ellipse 60% 40% at 15% 20%, rgba(184,205,179,0.32), transparent 60%),
    radial-gradient(ellipse 50% 60% at 85% 70%, rgba(229,207,168,0.22), transparent 60%),
    radial-gradient(ellipse 40% 30% at 50% 100%, rgba(90,126,84,0.20), transparent 60%);
  border-radius: inherit;
  z-index: 0;
}
.tx-wash > * { position: relative; z-index: 1; }

/* bronze foil gradient — for accent surfaces */
.tx-foil {
  background-image:
    linear-gradient(135deg,
      #E2C99A 0%,
      #B8914A 22%,
      #8A6A38 44%,
      #C9A876 62%,
      #B8914A 80%,
      #6B5128 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  transition: background-position .8s var(--ease);
}
.tx-foil:hover { background-position: 100% 50%; }

/* ===== type ===== */
h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.035em;
  font-variation-settings: "opsz" 144, "SOFT" 50, "wght" 300;
  color: var(--ink);
}

.s-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  color: var(--sage);              /* sage primary — was bronze */
  text-transform: uppercase;
}
.s-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--sage);
  display: inline-block;
}

/* bronze variant for occasional accent */
.s-eyebrow--bronze { color: var(--clay); }
.s-eyebrow--bronze::before { background: var(--clay); }

/* ===== nav ===== */
.nav {
  position: fixed;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  width: min(calc(100% - 28px), 1280px);
  padding: 10px 14px 10px 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: rgba(248, 244, 238, 0.85);   /* linen-tinted glass */
  backdrop-filter: blur(22px) saturate(1.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.6);
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  box-shadow: 0 1px 2px rgba(74,60,40,0.04), 0 8px 28px rgba(74,60,40,0.06);
}

.nav__brand {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 320;
  letter-spacing: -0.015em;
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 320;
  display: flex; align-items: center; gap: 10px;
  color: var(--ink);
}
.nav__brand::before {
  content: ""; width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--sage);
  display: inline-block;
}

.nav__menu {
  display: flex;
  gap: 28px;
  justify-self: center;
}
.nav__menu a {
  padding: 8px 0;
  font-size: 13.5px;
  font-weight: 450;
  letter-spacing: -0.005em;
  color: var(--ink-2);
  position: relative;
  transition: color .25s var(--ease);
}
.nav__menu a::after {
  content: "";
  position: absolute;
  left: 0; right: 100%;
  bottom: 4px; height: 1px;
  background: var(--clay);
  transition: right .35s var(--ease);
}
.nav__menu a:hover { color: var(--ink); }
.nav__menu a:hover::after { right: 0; }

.nav__cta {
  justify-self: end;
  display: flex; align-items: center; gap: 8px;
}

/* ===== buttons ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 13px 22px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: var(--r-sm);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background .35s var(--ease), color .35s var(--ease), border-color .35s var(--ease);
  text-decoration: none;
  white-space: nowrap;
}

.btn--primary {
  background: var(--sage-d);   /* dark sage — warmer than near-black ink */
  color: var(--bg-2);
  border-color: var(--sage-d);
}
.btn--primary:hover {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--bg-2);
  box-shadow: 0 6px 18px rgba(138, 106, 56, 0.20);
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--clay);   /* bronze rule — warmer than grey */
}
.btn--ghost:hover { background: var(--clay); color: var(--bg-2); border-color: var(--clay); }

.btn--clay {
  background: var(--clay);
  color: var(--bg);
  border-color: var(--clay);
}
.btn--clay:hover { background: var(--clay-d); border-color: var(--clay-d); }

.btn--lg { padding: 16px 26px; font-size: 13px; }
.btn--sm { padding: 10px 16px; font-size: 11.5px; }
.nav__call { gap: 8px; }
.nav__call svg { width: 14px; height: 14px; flex: 0 0 auto; }

.btn .arrow { transition: transform .35s var(--ease); font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 14px; }
.btn:hover .arrow { transform: translateX(4px); }

/* ===== HERO — split layout with portrait media on right ===== */
.hero {
  position: relative;
  min-height: 92vh;
  padding: 130px var(--gutter) 64px;
  display: grid;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.hero__main {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
  padding-top: 20px;
}

/* ===== hero portrait — video / image / styled fallback ===== */
.hero__media {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: var(--r-md);
  overflow: hidden;
  background: linear-gradient(135deg, var(--sage) 0%, var(--sage-d) 60%, var(--sage-dd) 100%);
  border: 1px solid rgba(58, 92, 53, 0.22);
  box-shadow: 0 1px 2px rgba(74,60,40,0.05), 0 16px 56px rgba(58, 92, 53, 0.18);
}

.hero__media video,
.hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
}

/* fallback portrait — visible when no img/video provided OR while video loads */
.hero__media .hero__media-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
}

/* bronze foil rule along the top of the media frame */
.hero__media::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #B8914A 30%, #8A6A38 50%, #B8914A 70%, transparent 100%);
  z-index: 3;
  opacity: 0.7;
}

/* small live indicator */
.hero__media-mark {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(248, 244, 238, 0.94);
  backdrop-filter: blur(12px) saturate(1.4);
  -webkit-backdrop-filter: blur(12px) saturate(1.4);
  border-radius: var(--r-pill);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage-d);
  border: 1px solid var(--rule);
}
.hero__media-mark::before {
  content: "";
  width: 7px; height: 7px;
  background: var(--clay);
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(175,133,65, 0.20);
  animation: pulse 2.6s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(175,133,65, 0.20); }
  50% { box-shadow: 0 0 0 8px rgba(175,133,65, 0.06); }
}

@media (max-width: 1000px) {
  .hero__main { grid-template-columns: 1fr; gap: 50px; }
  .hero__media { max-width: 520px; margin: 0 auto; aspect-ratio: 4 / 5; }
}

.hero__bg {
  position: absolute; inset: 0;
  z-index: 0; pointer-events: none;
}

.hero__bg .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
}
.hero__bg .orb--1 {
  width: 820px; height: 820px;
  background: radial-gradient(circle, #B9CDB3 0%, #8EA28C 40%, transparent 70%);
  top: -240px; right: -220px;
  opacity: 0.50;
  animation: float 32s ease-in-out infinite;
}
.hero__bg .orb--2 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, #E5CFA8, transparent 72%);
  bottom: -200px; left: -140px;
  opacity: 0.32;
  animation: float 38s ease-in-out infinite reverse;
}
.hero__bg .orb--3 {
  display: block;
  width: 460px; height: 460px;
  background: radial-gradient(circle, #C8D2C0, transparent 70%);
  bottom: 20%; left: 35%;
  opacity: 0.30;
  animation: float 40s ease-in-out infinite;
}

/* botanical sage sprig */
.hero__sprig {
  position: absolute;
  right: -2vw;
  top: 110px;
  height: 88vh;
  width: auto;
  z-index: 1;
  opacity: 0.55;
  pointer-events: none;
}
@media (max-width: 900px) {
  .hero__sprig { display: none; }
}

@keyframes float {
  0%, 100% { transform: translate(0,0) scale(1); }
  33%      { transform: translate(40px, -30px) scale(1.05); }
  66%      { transform: translate(-30px, 40px) scale(0.95); }
}

.hero__inner {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  padding-top: 30px;
}

.hero__title {
  font-family: var(--display);
  font-size: clamp(56px, 8.8vw, 156px);
  line-height: 0.94;
  letter-spacing: -0.045em;
  font-weight: 260;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 260;
  max-width: 18ch;
  color: var(--ink);
}

.hero__title em {
  font-style: italic;
  color: var(--sage);
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 260;
}

.hero__title .reveal-word {
  display: inline-block;
  overflow: hidden;            /* fallback for old browsers */
  overflow: clip;              /* clip but allow a margin so italic glyphs/commas aren't cut */
  overflow-clip-margin: 0.4em;
}
/* only italic words get extra right room so their slanted overhang doesn't
   touch the next word — keeps the non-italic line-fit unchanged */
.hero__title .reveal-word:has(em) { margin-right: 0.12em; }
.hero__title .reveal-word > span {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 1s cubic-bezier(.2,.8,.2,1);
}
.hero.in .hero__title .reveal-word > span { transform: translateY(0); }
.hero.in .hero__title .reveal-word:nth-child(1) > span { transition-delay: 0.05s; }
.hero.in .hero__title .reveal-word:nth-child(2) > span { transition-delay: 0.15s; }
.hero.in .hero__title .reveal-word:nth-child(3) > span { transition-delay: 0.25s; }
.hero.in .hero__title .reveal-word:nth-child(4) > span { transition-delay: 0.35s; }
.hero.in .hero__title .reveal-word:nth-child(5) > span { transition-delay: 0.45s; }
.hero.in .hero__title .reveal-word:nth-child(6) > span { transition-delay: 0.55s; }
.hero.in .hero__title .reveal-word:nth-child(7) > span { transition-delay: 0.65s; }
.hero.in .hero__title .reveal-word:nth-child(8) > span { transition-delay: 0.75s; }

.hero__sub {
  margin-top: 42px;
  max-width: 56ch;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-3);
  font-weight: 380;
  letter-spacing: -0.005em;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s 0.85s var(--ease), transform 1s 0.85s var(--ease);
}
.hero.in .hero__sub { opacity: 1; transform: translateY(0); }

.hero__cta {
  margin-top: 36px;
  display: flex; gap: 12px; flex-wrap: wrap;
  opacity: 0; transform: translateY(20px);
  transition: opacity 1s 1.0s cubic-bezier(.2,.8,.2,1), transform 1s 1.0s cubic-bezier(.2,.8,.2,1);
}
.hero.in .hero__cta { opacity: 1; transform: translateY(0); }
@media (max-width: 600px) {
  .hero__cta { flex-direction: column; align-items: stretch; }
  .hero__cta .btn { width: 100%; justify-content: center; }
}

.hero__walkin {
  margin-top: 22px;
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--sans); font-size: 13.5px; font-weight: 450;
  letter-spacing: 0.005em; line-height: 1.4; color: var(--cream);
  opacity: 0; transform: translateY(20px);
  transition: opacity 1s 1.18s cubic-bezier(.2,.8,.2,1), transform 1s 1.18s cubic-bezier(.2,.8,.2,1);
}
.hero.in .hero__walkin { opacity: 1; transform: translateY(0); }
.hero__walkin strong { color: #fff; font-weight: 600; }
.hero__walkin::before {
  content: ""; flex: none; width: 8px; height: 8px; border-radius: 999px;
  background: #8FBF8A; box-shadow: 0 0 0 4px rgba(143,191,138,0.22);
}

/* walk-in callout banner (products page, on light section bg) */
.walkin-note {
  max-width: var(--maxw); margin: 0 auto;
  display: flex; align-items: center; gap: 13px; flex-wrap: wrap;
  font-family: var(--sans); font-size: 15px; font-weight: 450; line-height: 1.5;
  color: var(--ink-2);
  background: var(--bg-2); border: 1px solid var(--rule); border-left: 3px solid #6Fa56A;
  border-radius: var(--r-md); padding: 17px 24px;
}
.walkin-note strong { color: var(--ink); font-weight: 600; }
.walkin-note__dot { flex: none; width: 9px; height: 9px; border-radius: 999px; background: #6Fa56A; box-shadow: 0 0 0 4px rgba(111,165,106,0.18); }

/* hero floating proof cards */
.hero__proof {
  position: relative;
  z-index: 2;
  max-width: var(--maxw);
  margin: 56px auto 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 14px;
  opacity: 0; transform: translateY(30px);
  transition: opacity 1s 1.2s cubic-bezier(.2,.8,.2,1), transform 1s 1.2s cubic-bezier(.2,.8,.2,1);
}
.hero.in .hero__proof { opacity: 1; transform: translateY(0); }

.proof {
  background: transparent;
  border: none;
  border-top: 1px solid var(--clay);   /* bronze rule — warmer */
  border-radius: 0;
  padding: 22px 0 0;
  box-shadow: none;
  transition: none;
}
.proof:hover { transform: none; box-shadow: none; }

.proof__num {
  font-family: var(--display);
  font-size: 44px;
  font-weight: 300;
  font-variation-settings: "opsz" 72, "SOFT" 50, "wght" 300;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.03em;
}
.proof__num em {
  font-style: italic;
  color: var(--clay);
  font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 300;
}
.proof__lbl {
  font-family: var(--display);
  font-style: italic;
  font-size: 14px;
  font-variation-settings: "opsz" 24, "SOFT" 100;
  color: var(--mute);
  margin-top: 10px;
  line-height: 1.5;
  max-width: 26ch;
}

@media (max-width: 900px) {
  .hero__proof { grid-template-columns: 1fr 1fr; }
}

/* ===== marquee ===== */
.marquee {
  border-top: 1px solid var(--sage-mid);
  border-bottom: 1px solid var(--sage-mid);
  padding: 26px 0;
  overflow: hidden;
  white-space: nowrap;
  background: var(--sage-l);   /* sage pale */
  position: relative;
}
.marquee::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--sage-l) 0%, transparent 8%, transparent 92%, var(--sage-l) 100%);
  z-index: 1;
}
.marquee__track {
  display: inline-block;
  animation: scrollx 80s linear infinite;
  padding-left: 100%;
}
.marquee__track span {
  font-family: var(--display);
  font-size: 22px;
  font-style: italic;
  color: var(--sage-d);
  margin: 0 36px;
  font-variation-settings: "opsz" 36, "SOFT" 100;
  font-weight: 340;
}
.marquee__track span.dot {
  color: var(--clay);
  font-style: normal;
  font-size: 7px;
  opacity: 0.65;
  vertical-align: middle;
  margin: 0 18px;
}

@keyframes scrollx {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

/* ===== section header ===== */
.section {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 56px var(--gutter);
  position: relative;
}

.s-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.s-head h2 {
  font-size: clamp(40px, 5.6vw, 92px);
  line-height: 0.96;
  font-weight: 260;
  font-variation-settings: "opsz" 144, "SOFT" 30, "wght" 260;
  letter-spacing: -0.04em;
  color: var(--ink);
}
.s-head h2 em {
  font-style: italic;
  color: var(--sage);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 260;
}
.s-head p {
  font-size: 17px;
  color: var(--mute);
  max-width: 44ch;
  justify-self: end;
  line-height: 1.65;
  font-weight: 380;
  font-style: italic;
  font-family: var(--display);
  font-variation-settings: "opsz" 24, "SOFT" 100;
}
.s-head .s-eyebrow { margin-bottom: 18px; }

@media (max-width: 900px) {
  .s-head { grid-template-columns: 1fr; gap: 16px; }
  .s-head p { justify-self: start; }
}

/* ============================================================
   HEADING REPERTOIRE — section-header variants for visual rhythm.
   Mix these with the default .s-head + the .s-head[data-wm] watermark
   so no two adjacent sections share a treatment.
   ============================================================ */

/* ORNAMENTAL MARK — outlined display glyph beside the heading (decorative, not a counter) */
.s-head--mark { grid-template-columns: auto 1fr; align-items: start; gap: clamp(28px, 4vw, 60px); }
.s-head--mark .s-head__mark {
  font-family: var(--display);
  font-size: clamp(86px, 11vw, 168px);
  line-height: 0.74;
  font-weight: 300;
  font-style: italic;
  font-variation-settings: "opsz" 144, "wght" 300, "SOFT" 60;
  letter-spacing: -0.02em;
  color: rgba(176,133,65,0.13);
  -webkit-text-stroke: 1.3px rgba(176,133,65,0.5);
  align-self: start;
  position: relative; top: -0.1em;
}
.s-head--mark > p { grid-column: 1 / -1; justify-self: start; text-align: left; margin-top: 16px; max-width: 64ch; }
@media (max-width: 900px) {
  /* Keep the mark INLINE with the heading (don't stack) — at smaller sizes
     a stacked 96px glyph above an h2 reads as a separate orphan element
     rather than a decorative companion to the heading. */
  .s-head--mark { grid-template-columns: auto 1fr; gap: clamp(16px, 3vw, 28px); }
  .s-head--mark .s-head__mark { font-size: 64px; }
}
@media (max-width: 600px) {
  .s-head--mark .s-head__mark { font-size: 48px; }
}

/* CENTERED + ORNAMENT — a "pause / breath" header */
.s-head--center { display: block; text-align: center; border-bottom: none; padding-bottom: 0; margin-bottom: 36px; }
.s-head--center .s-head__orn {
  display: block; width: 11px; height: 11px; margin: 0 auto 22px;
  transform: rotate(45deg); border: 1px solid var(--clay); position: relative;
}
.s-head--center .s-head__orn::before { content: ""; position: absolute; inset: 3px; background: var(--clay); opacity: 0.6; }
.s-head--center .s-eyebrow { display: inline-flex; justify-content: center; }
.s-head--center .s-eyebrow::before { display: none; }
.s-head--center h2 { max-width: 20ch; margin: 0 auto; }
.s-head--center > p { justify-self: center; text-align: center; max-width: 56ch; margin: 20px auto 0; }

/* FULL-WIDTH STATEMENT — one oversized line, deck beneath */
.s-head--statement { display: block; border-bottom: none; padding-bottom: 0; margin-bottom: 30px; }
.s-head--statement h2 { font-size: clamp(56px, 10vw, 150px); max-width: 16ch; }
.s-head--statement > p { max-width: 60ch; margin-top: 24px; justify-self: start; text-align: left; }

/* INLINE KICKER RULE — small heading + hairline running right */
.s-head--kicker { display: block; border-bottom: none; padding-bottom: 0; margin-bottom: 28px; }
.s-head--kicker .s-head__row { display: flex; align-items: baseline; gap: clamp(20px, 3vw, 44px); }
.s-head--kicker .s-head__row::after { content: ""; flex: 1 1 auto; height: 1px; background: var(--rule); position: relative; top: -0.32em; }
.s-head--kicker h2 { font-size: clamp(30px, 4.6vw, 62px); line-height: 1; white-space: nowrap; }
.s-head--kicker .s-eyebrow { margin-bottom: 14px; }
.s-head--kicker > p { max-width: 64ch; margin-top: 18px; justify-self: start; text-align: left; }
@media (max-width: 700px) {
  .s-head--kicker h2 { white-space: normal; }
  .s-head--kicker .s-head__row::after { display: none; }
}

/* TILE TAG — a "best for / explore" line that gives thin tiles substance.
   Variant-agnostic: inherits each tile's own text colour so it reads on
   light or dark tiles in either theme. */
.tile__tag {
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  font-family: var(--sans); font-size: 11.5px; font-weight: 500; line-height: 1.4;
  letter-spacing: 0.04em; color: inherit; opacity: 0.74;
}
.tile__tag strong { opacity: 1; color: var(--clay); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; font-size: 10.5px; margin-right: 8px; }
.tile--ink .tile__tag strong, .tile--sage .tile__tag strong { color: var(--clay-l); }

/* ===== bento services ===== */
.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 240px;
  gap: 12px;
}

.tile {
  position: relative;
  border-radius: var(--r-md);
  padding: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: background .45s var(--ease), border-color .45s var(--ease), box-shadow .45s var(--ease);
  border: 1px solid var(--rule);
  background: var(--bg-2);  /* default linen — was white */
  box-shadow: 0 1px 2px rgba(74,60,40,0.04);
}
.tile:hover {
  border-color: var(--clay);
  box-shadow: 0 4px 18px rgba(138, 106, 56, 0.10);
}

.tile__cat {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  align-self: flex-start;
  background: transparent !important;
  color: var(--clay) !important;
  display: inline-flex; align-items: center; gap: 10px;
}
.tile__cat::before {
  content: "";
  width: 18px; height: 1px;
  background: currentColor;
  display: inline-block;
}

.tile__t {
  font-family: var(--display);
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.02;
  font-weight: 280;
  font-variation-settings: "opsz" 72, "SOFT" 20, "wght" 280;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.tile__t em {
  font-style: italic;
  color: var(--sage);
  font-variation-settings: "opsz" 72, "SOFT" 80, "wght" 280;
}

.tile__d {
  font-size: 14px;
  line-height: 1.55;
  color: var(--mute);
  margin-top: 14px;
  max-width: 42ch;
}

.tile__arrow {
  position: absolute;
  bottom: 28px; right: 32px;
  width: auto; height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  display: inline-flex;
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 400;
  transform: none;
  transition: transform .45s var(--ease), color .45s var(--ease);
}
.tile:hover .tile__arrow {
  transform: translateX(6px);
  color: var(--clay);
}

/* tile color variants — restrained */
.tile--ink {
  background: var(--ink);
  color: var(--bg);
  border-color: var(--ink);
}
.tile--ink .tile__t { color: var(--bg); }
.tile--ink .tile__t em { color: var(--clay-l); }
.tile--ink .tile__cat { color: var(--clay-l) !important; }
.tile--ink .tile__d { color: rgba(255,255,255,0.65); }
.tile--ink .tile__arrow { color: var(--bg); }
.tile--ink:hover { background: #1F1F1F; border-color: #1F1F1F; }

.tile--sage {
  background: var(--sage-d);
  color: var(--bg-2);
  border-color: var(--sage-d);
}
.tile--sage .tile__t { color: var(--bg-2); }
.tile--sage .tile__t em { color: #C8D2C0; }
.tile--sage .tile__cat { color: #C8D2C0 !important; }
.tile--sage .tile__d { color: rgba(248,244,238,0.78); }
.tile--sage .tile__arrow { color: var(--bg-2); }
.tile--sage:hover { background: var(--sage); border-color: var(--sage); }

/* sage-pale tile — bright, on brand, low contrast */
.tile--paper {
  background: var(--sage-l);
  border-color: rgba(58, 92, 53, 0.22);
}
.tile--paper .tile__t em { color: var(--sage); }
.tile--paper .tile__cat { color: var(--sage) !important; }
.tile--paper:hover { border-color: var(--sage); }

.tile--clay,
.tile--gold {
  background: var(--bg-2);
  border-color: var(--rule);
  color: var(--ink);
}
.tile--clay .tile__cat,
.tile--gold .tile__cat { color: var(--clay) !important; }

.tile--cream { background: var(--bg-2); border-color: var(--rule); }   /* linen */
.tile--paper { background: var(--bg-3); border-color: rgba(58,92,53,0.18); }   /* sage pale */

/* linen weave on warm cards */
.tile--cream, .tile--paper, .tile--gold, .tile--clay {
  position: relative;
}
.tile--cream::before, .tile--paper::before, .tile--gold::before, .tile--clay::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(74,60,40,0.05) 2px, rgba(74,60,40,0.05) 3px),
    repeating-linear-gradient(0deg,  transparent 0, transparent 2px, rgba(74,60,40,0.04) 2px, rgba(74,60,40,0.04) 3px),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='ln'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.32 0 0 0 0 0.26 0 0 0 0 0.18 0 0 0 0.10 0'/></filter><rect width='100%' height='100%' filter='url(%23ln)'/></svg>");
  background-size: 3px 3px, 3px 3px, 220px 220px;
  border-radius: inherit;
  z-index: 0;
}
.tile > * { position: relative; z-index: 1; }

/* sage-pale variant uses a greener weave */
.tile--paper::before {
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(58,92,53,0.05) 2px, rgba(58,92,53,0.05) 3px),
    repeating-linear-gradient(0deg,  transparent 0, transparent 2px, rgba(58,92,53,0.04) 2px, rgba(58,92,53,0.04) 3px),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='lp'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.18 0 0 0 0 0.26 0 0 0 0 0.18 0 0 0 0.10 0'/></filter><rect width='100%' height='100%' filter='url(%23lp)'/></svg>");
  background-size: 3px 3px, 3px 3px, 220px 220px;
}

/* dark tiles get an overlay grain */
.tile--ink::before, .tile--sage::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.32;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280'><filter id='gd'><feTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.85 0 0 0 0 0.78 0 0 0 0 0.62 0 0 0 0.22 0'/></filter><rect width='100%' height='100%' filter='url(%23gd)'/></svg>");
  background-size: 280px 280px;
  border-radius: inherit;
  z-index: 0;
}

/* bento positions */
.t1  { grid-column: span 5; grid-row: span 2; } /* hero tile */
.t2  { grid-column: span 4; grid-row: span 1; }
.t3  { grid-column: span 3; grid-row: span 1; }
.t4  { grid-column: span 4; grid-row: span 1; }
.t5  { grid-column: span 3; grid-row: span 1; }
.t6  { grid-column: span 4; grid-row: span 2; }
.t7  { grid-column: span 4; grid-row: span 1; }
.t8  { grid-column: span 4; grid-row: span 1; }

@media (max-width: 1100px) {
  .bento { grid-template-columns: repeat(6, 1fr); grid-auto-rows: 200px; }
  .t1 { grid-column: span 6; }
  .t2, .t4, .t6, .t7, .t8 { grid-column: span 3; }
  .t3, .t5 { grid-column: span 3; }
  .t6 { grid-row: span 2; }
}
@media (max-width: 640px) {
  .bento { grid-template-columns: 1fr; grid-auto-rows: minmax(180px, auto); }
  .tile, .t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8 { grid-column: span 1; grid-row: span 1; }
}

/* tile decorative blobs — quieted, no scale */
.tile__blob { display: none; }

/* ===== treatment finder ===== */
.finder {
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--r-md);
  padding: 60px 56px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.finder::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(175,133,65, 0.22), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(90, 126, 84, 0.24), transparent 55%);
  pointer-events: none;
  z-index: 0;
}
.finder::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.32;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320'><filter id='gf'><feTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.85 0 0 0 0 0.78 0 0 0 0 0.62 0 0 0 0.22 0'/></filter><rect width='100%' height='100%' filter='url(%23gf)'/></svg>");
  background-size: 320px 320px;
  border-radius: inherit;
  z-index: 0;
}

.finder > * { position: relative; }

.finder h3 {
  font-size: clamp(34px, 4vw, 58px);
  line-height: 0.95;
  margin-bottom: 18px;
  font-weight: 320;
  letter-spacing: -0.03em;
  font-variation-settings: "opsz" 144, "SOFT" 30, "wght" 320;
}
.finder h3 em { font-style: italic; color: var(--clay-l); font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 320; }

.finder p { color: rgba(246,242,234,0.78); font-size: 16px; max-width: 44ch; margin-bottom: 28px; }

.finder__filters {
  display: flex; flex-wrap: wrap; gap: 8px;
}

.chip {
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 450;
  padding: 10px 18px;
  border-radius: var(--r-sm);
  border: 1px solid rgba(255,255,255,0.18);
  background: transparent;
  color: var(--bg);
  cursor: pointer;
  transition: background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);
  letter-spacing: -0.005em;
}
.chip:hover { border-color: rgba(255,255,255,0.42); }
.chip.is-on { background: var(--bg); border-color: var(--bg); color: var(--ink); }

.finder__panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--r-md);
  padding: 36px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

.finder__panel-t {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-l);
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.finder__results {
  display: grid;
  gap: 0;
}

.f-result {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 20px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-radius: 0;
  transition: padding-left .35s var(--ease);
  cursor: pointer;
}
.f-result:hover { padding-left: 6px; }
.f-result:last-child { border-bottom: none; }

.f-result__dot { display: none; }
.f-result--clay .f-result__dot,
.f-result--gold .f-result__dot,
.f-result--sage .f-result__dot { display: none; }

.f-result__t {
  font-family: var(--display);
  font-size: 21px;
  font-weight: 320;
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 320;
  letter-spacing: -0.015em;
  color: var(--bg);
}
.f-result__s {
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
  letter-spacing: -0.005em;
}

.f-result__arrow {
  font-size: 18px;
  color: rgba(255,255,255,0.4);
  transition: transform .35s var(--ease), color .35s var(--ease);
  font-weight: 400;
}
.f-result:hover .f-result__arrow { color: var(--clay-l); transform: translateX(4px); }

@media (max-width: 1000px) {
  .finder { grid-template-columns: 1fr; gap: 30px; padding: 40px 28px; }
}

/* ===== four-layer method ===== */
.layers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 30px;
  border-top: 1px solid var(--rule);
  border-left: 1px solid var(--rule);
}
.layer {
  padding: 36px 28px 32px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-2);
  transition: background .4s var(--ease);
}
.layer:hover { background: var(--bg-3); }

.layer__n {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.layer__n::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
}
.layer__name {
  font-family: var(--display);
  font-size: 32px;
  font-weight: 280;
  line-height: 1;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 72, "SOFT" 40, "wght" 280;
  color: var(--ink);
  margin-bottom: 14px;
}
.layer__name em { font-style: italic; color: var(--sage); font-variation-settings: "opsz" 72, "SOFT" 100, "wght" 280; }
.layer__d {
  font-size: 14px;
  line-height: 1.55;
  color: var(--mute);
  margin-bottom: 22px;
}
.layer__list {
  list-style: none;
  margin: auto 0 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--rule);
  display: grid;
  gap: 9px;
}
.layer__list li {
  font-size: 13px;
  color: var(--ink-2);
  padding-left: 18px;
  position: relative;
  line-height: 1.4;
}
.layer__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 8px;
  width: 9px; height: 1px;
  background: var(--clay);
}
.layer__list li strong { color: var(--ink); font-weight: 600; }
.layer__list li span { color: var(--mute); }
/* keyword marks woven into the layer copy — bold, no highlight */
.layer__d .kw {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 1000px) { .layers { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .layers { grid-template-columns: 1fr; } }

/* ===== method (4-step) ===== */
.method {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 24px;
}

.step {
  background: transparent;
  border-radius: 0;
  border-top: 1px solid var(--rule);
  padding: 36px 28px 0 0;
  position: relative;
  overflow: hidden;
  transition: none;
}
.step:hover { transform: none; }

.step__n {
  font-family: var(--display);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: var(--clay);
  font-style: normal;
  font-variation-settings: "opsz" 14, "SOFT" 0, "wght" 500;
  letter-spacing: 0.18em;
  margin-bottom: 36px;
  display: block;
  text-transform: uppercase;
}

.step__t {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 280;
  line-height: 1.1;
  margin-bottom: 14px;
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 280;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.step__d {
  font-size: 14px;
  color: var(--mute);
  line-height: 1.6;
  max-width: 32ch;
}

@media (max-width: 900px) {
  .method { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 540px) {
  .method { grid-template-columns: 1fr; }
}

/* ===== flagship feature ===== */
.flagship {
  background: var(--sage-d);
  color: var(--bg);
  border-radius: var(--r-md);
  margin: 0 auto;
  max-width: var(--maxw);
  padding: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.flagship::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(175,133,65, 0.28), transparent 60%),
    radial-gradient(ellipse 60% 60% at 10% 90%, rgba(185, 205, 179, 0.22), transparent 60%),
    radial-gradient(ellipse 40% 30% at 50% 50%, rgba(229, 207, 168, 0.10), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.flagship::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.36;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320'><filter id='gx'><feTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.85 0 0 0 0 0.80 0 0 0 0 0.62 0 0 0 0.22 0'/></filter><rect width='100%' height='100%' filter='url(%23gx)'/></svg>");
  background-size: 320px 320px;
  border-radius: inherit;
  z-index: 0;
}
.flagship > * { position: relative; z-index: 1; }

.flagship__visual {
  aspect-ratio: 4 / 5;
  border-radius: var(--r-md);
  background: linear-gradient(135deg, var(--sage) 0%, var(--sage-d) 60%, var(--sage-dd) 100%);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
}

.flagship__visual svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}

.flagship__copy h3 {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.96;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
  font-weight: 260;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 260;
  color: var(--bg);
}
.flagship__copy h3 em {
  font-style: italic;
  color: var(--clay-l);
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 260;
}

.flagship__copy p {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.72);
  max-width: 52ch;
  margin-bottom: 18px;
}

.flagship__specs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 40px 0;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
}

.spec__lbl {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay-l);
  margin-bottom: 12px;
}
.spec__val {
  font-family: var(--display);
  font-size: 22px;
  font-weight: 320;
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 320;
  letter-spacing: -0.015em;
  color: var(--bg);
}

@media (max-width: 1000px) {
  .flagship { grid-template-columns: 1fr; padding: 40px; gap: 40px; }
  .flagship__visual { aspect-ratio: 16/10; }
}

/* ===== team ===== */
.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}
.team-grid--4 { grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 1100px) { .team-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .team-grid--4 { grid-template-columns: 1fr; } }

/* photo overlay — sits over the gradient SVG, beneath the text scrim */
.tm__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 1;
  filter: saturate(0.92) contrast(1.02);
}

.tm {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--bg-2);
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: flex-end;
  padding: 32px;
  cursor: pointer;
  transition: none;
  border: 1px solid var(--rule);
}
.tm:hover { transform: none; }

.tm__img {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(14,22,18,0.8) 100%);
  z-index: 1;
}

.tm__bg {
  position: absolute; inset: 0;
  z-index: 0;
}
.tm__bg svg { width: 100%; height: 100%; }

.tm__info {
  position: relative;
  z-index: 2;
  color: var(--bg);
}

.tm__name {
  font-family: var(--display);
  font-size: 30px;
  line-height: 1;
  font-weight: 280;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 72, "SOFT" 20, "wght" 280;
}
.tm__name em {
  font-style: italic;
  color: var(--clay-l);
  font-variation-settings: "opsz" 72, "SOFT" 80, "wght" 280;
}

.tm__role {
  font-size: 13px;
  color: rgba(246,242,234,0.8);
  margin-top: 4px;
}

.tm__bio {
  margin-top: 14px;
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(246,242,234,0.85);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .45s cubic-bezier(.2,.8,.2,1), opacity .35s;
}
.tm:hover .tm__bio { max-height: 220px; opacity: 1; }

@media (max-width: 900px) { .team-grid { grid-template-columns: 1fr; } }

/* ===== membership pricing ===== */
.tiers {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-top: 30px;
}

.tier {
  background: var(--bg-2);  /* linen — was white */
  border-radius: var(--r-lg);
  padding: 54px 42px 46px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid var(--rule);
  transition: border-color .4s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(74,60,40,0.05);
}
.tier:hover { border-color: var(--clay); box-shadow: 0 18px 44px rgba(138, 106, 56, 0.14); transform: translateY(-4px); }
/* full-width CTA pinned to the bottom of every tile */
.tier > .btn { width: 100%; justify-content: center; margin-top: 6px; }

/* tier feature — linen weave + bronze foil border + paper texture */
.tier--feature {
  background: var(--bg-2);
  border-color: var(--clay);
  color: var(--ink);
}
.tier--feature::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.40;
  mix-blend-mode: multiply;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(74,60,40,0.06) 2px, rgba(74,60,40,0.06) 3px),
    repeating-linear-gradient(0deg,  transparent 0, transparent 2px, rgba(74,60,40,0.05) 2px, rgba(74,60,40,0.05) 3px),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='ln2'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.32 0 0 0 0 0.26 0 0 0 0 0.18 0 0 0 0.10 0'/></filter><rect width='100%' height='100%' filter='url(%23ln2)'/></svg>");
  background-size: 3px 3px, 3px 3px, 220px 220px;
  z-index: 0;
}
/* top foil strip on feature tier */
.tier--feature::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #E2C99A 0%, #B8914A 30%, #8A6A38 50%, #C9A876 70%, #B8914A 100%);
  background-size: 200% 100%;
  animation: foil 12s linear infinite;
  z-index: 2;
}
.tier--feature > * { position: relative; z-index: 1; }
.tier--feature .tier__price { color: var(--ink); }
.tier--feature .tier__list li { color: var(--ink-2); }
.tier--feature .tier__list li::before { background: var(--clay); }

@keyframes foil {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.tier__badge {
  position: absolute;
  top: 28px; right: 38px;
  background: transparent;
  color: var(--clay);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0;
  border-radius: 0;
  z-index: 3;
  background: linear-gradient(135deg, #B8914A 0%, #8A6A38 50%, #C9A876 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: foil 12s linear infinite;
}

.tier__t {
  font-family: var(--display);
  font-size: clamp(29px, 2.2vw, 34px);
  font-weight: 280;
  margin-bottom: 10px;
  font-variation-settings: "opsz" 96, "SOFT" 20, "wght" 280;
  letter-spacing: -0.025em;
  color: var(--ink);
  line-height: 1.02;
}
.tier__t em { font-style: italic; color: var(--clay); font-variation-settings: "opsz" 96, "SOFT" 80, "wght" 280; }

.tier--feature .tier__t em { color: var(--clay); }

.tier__sub { font-size: 15.5px; color: var(--ink-3); margin-bottom: 32px; max-width: 36ch; line-height: 1.62; }
.tier--feature .tier__sub { color: var(--ink-2); }

.tier__price {
  font-family: var(--display);
  font-size: clamp(54px, 4.6vw, 64px);
  line-height: 1;
  font-weight: 280;
  margin-bottom: 6px;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 280;
  letter-spacing: -0.038em;
  color: var(--ink);
}
.tier__price span {
  font-family: var(--display);
  font-size: 15px;
  color: var(--ink-3);
  font-weight: 380;
  font-style: italic;
  letter-spacing: 0;
  margin-left: 4px;
}
.tier--feature .tier__price span { color: var(--ink-3); }

.tier__list {
  list-style: none;
  margin: 32px 0 34px;
  padding: 30px 0 0;
  display: grid; gap: 14px;
  flex-grow: 1;
  border-top: 1px solid var(--rule);
}
.tier__list li {
  font-size: 15px;
  color: var(--ink-2);
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
  letter-spacing: -0.005em;
}
.tier__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 11px;
  width: 16px; height: 1px;
  background: var(--clay);
}
/* "Great for" label — reads as an eyebrow, not a bulleted list item */
.tier__list li.tier__list-h {
  padding-left: 0;
  margin-bottom: 4px;
  font-family: var(--sans);
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay);
}
.tier__list li.tier__list-h::before { display: none; }
.tier--feature .tier__list li.tier__list-h { color: var(--clay); }

/* medication toggle (semaglutide / tirzepatide live price swap) */
.med-toggle-wrap { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin: 0 0 30px; }
.med-toggle-label { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3); }
.med-toggle { display: inline-flex; gap: 4px; padding: 4px; border: 1px solid var(--rule); border-radius: 999px; background: var(--bg-2); }
.med-toggle button {
  font-family: var(--sans); font-size: 13px; font-weight: 500; letter-spacing: 0.01em;
  padding: 9px 22px; border: none; border-radius: 999px; background: transparent;
  color: var(--ink-3); cursor: pointer; transition: background .25s var(--ease), color .25s var(--ease);
}
.med-toggle button:hover { color: var(--ink); }
.med-toggle button.is-active { background: var(--clay); color: var(--bg); }
/* the live amount keeps the big price typography despite the generic .tier__price span rule */
.tier__price .tier__amt {
  font-family: var(--display); font-size: 52px; font-weight: 280; font-style: normal;
  color: var(--ink); letter-spacing: -0.035em; margin-left: 0;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 280;
}

/* collapse to one column on mobile — !important beats the per-page inline grid-template-columns */
@media (max-width: 900px) { .tiers { grid-template-columns: 1fr !important; max-width: 460px; margin-left: auto; margin-right: auto; } }

/* ===== pricing tables ===== */
.ptable {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8px;
  background: var(--bg-2);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  overflow: hidden;
}
.ptable thead th {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--clay);
  text-align: left;
  padding: 18px 24px;
  border-bottom: 1px solid var(--rule);
  background: var(--bg-3);
}
.ptable thead th:not(:first-child) { text-align: right; }
.ptable tbody td {
  padding: 18px 24px;
  border-bottom: 1px solid var(--rule);
  font-size: 15px;
  color: var(--ink-2);
  vertical-align: baseline;
}
.ptable tbody tr:last-child td { border-bottom: none; }
.ptable tbody td:first-child {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 360;
  color: var(--ink);
  font-variation-settings: "opsz" 36, "SOFT" 40, "wght" 360;
}
.ptable tbody td:first-child small {
  display: block;
  font-family: var(--sans);
  font-size: 12.5px;
  font-weight: 400;
  color: var(--mute);
  margin-top: 3px;
  letter-spacing: 0;
}
.ptable tbody td:not(:first-child) {
  text-align: right;
  font-family: var(--display);
  font-size: 18px;
  color: var(--ink);
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 340;
}
.ptable tbody td .per { font-family: var(--sans); font-size: 12px; color: var(--mute); }
.ptable tbody tr:hover { background: var(--bg-3); }

.pnote {
  font-size: 13.5px;
  color: var(--mute);
  margin-top: 16px;
  line-height: 1.6;
  font-style: italic;
  font-family: var(--display);
  font-variation-settings: "opsz" 24, "SOFT" 100;
}

@media (max-width: 640px) {
  .ptable thead th, .ptable tbody td { padding: 13px 14px; font-size: 13px; }
  .ptable tbody td:first-child { font-size: 16px; }
  .ptable tbody td:not(:first-child) { font-size: 15px; }
}

/* ===== testimonials ===== */
.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
  margin-top: 30px;
}

.tst {
  background: var(--bg-3);   /* warm cream — was linen */
  border-radius: var(--r-md);
  padding: 40px 34px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border: 1px solid var(--rule);
  transition: border-color .35s var(--ease), box-shadow .35s var(--ease);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(74,60,40,0.04);
}
.tst::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(74,60,40,0.05) 2px, rgba(74,60,40,0.05) 3px),
    repeating-linear-gradient(0deg,  transparent 0, transparent 2px, rgba(74,60,40,0.04) 2px, rgba(74,60,40,0.04) 3px),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='ln3'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.32 0 0 0 0 0.26 0 0 0 0 0.18 0 0 0 0.10 0'/></filter><rect width='100%' height='100%' filter='url(%23ln3)'/></svg>");
  background-size: 3px 3px, 3px 3px, 220px 220px;
  z-index: 0;
}
.tst > * { position: relative; z-index: 1; }
.tst:hover { transform: none; border-color: var(--clay); box-shadow: 0 4px 18px rgba(138, 106, 56, 0.10); }

.tst__stars {
  display: flex;
  gap: 3px;
  color: var(--clay);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.tst__quote {
  font-family: var(--display);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 320;
  letter-spacing: -0.02em;
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 320;
  flex-grow: 1;
  color: var(--ink);
}
.tst__quote em {
  font-style: italic;
  color: var(--sage);
  font-variation-settings: "opsz" 36, "SOFT" 80, "wght" 320;
}

.tst__cite {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.tst__av {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sage-mid), var(--sage));
  flex-shrink: 0;
}
.tst__av--2 { background: linear-gradient(135deg, var(--clay-l), var(--clay)); }
.tst__av--3 { background: linear-gradient(135deg, var(--gold-l), var(--gold)); }

.tst__who { font-size: 13.5px; line-height: 1.3; }
.tst__who strong { display: block; font-weight: 550; color: var(--ink); }
.tst__who small { color: var(--ink-3); font-size: 12px; }

@media (max-width: 900px) { .testimonials { grid-template-columns: 1fr; } }

/* ===== visit ===== */
.visit {
  background: var(--sage-l);                       /* sage pale */
  border: 1px solid rgba(58, 92, 53, 0.22);        /* sage-tinted border */
  border-radius: var(--r-md);
  margin: 0 auto;
  max-width: var(--maxw);
  padding: 60px 56px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(58, 92, 53, 0.05), 0 8px 28px rgba(58, 92, 53, 0.08);
}

/* sage + bronze atmospheric glow inside the visit panel */
.visit::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  display: block;
  background:
    radial-gradient(ellipse 55% 60% at 92% 12%, rgba(175,133,65, 0.14), transparent 60%),
    radial-gradient(ellipse 50% 55% at 8% 88%, rgba(90, 126, 84, 0.14), transparent 60%);
  z-index: 0;
}

/* sage-tinted weave texture overlay */
.visit::after {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(58,92,53,0.05) 2px, rgba(58,92,53,0.05) 3px),
    repeating-linear-gradient(0deg,  transparent 0, transparent 2px, rgba(58,92,53,0.04) 2px, rgba(58,92,53,0.04) 3px);
  background-size: 3px 3px, 3px 3px;
  z-index: 0;
}

.visit > * { position: relative; z-index: 1; }

/* bronze foil rule along the top edge of the visit panel */
.visit::before {
  background:
    radial-gradient(ellipse 55% 60% at 92% 12%, rgba(175,133,65, 0.14), transparent 60%),
    radial-gradient(ellipse 50% 55% at 8% 88%, rgba(90, 126, 84, 0.14), transparent 60%),
    linear-gradient(90deg, transparent 0%, rgba(175,133,65, 0.50) 20%, rgba(138, 106, 56, 0.65) 50%, rgba(175,133,65, 0.50) 80%, transparent 100%) top / 100% 2px no-repeat;
}
.visit > * { position: relative; }

.visit h3 {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 320;
  margin-bottom: 18px;
  font-variation-settings: "opsz" 144, "SOFT" 30, "wght" 320;
}
.visit h3 em { font-style: italic; color: var(--clay); font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 320; }

.visit p {
  font-size: 16.5px; line-height: 1.5;
  color: var(--ink-3);
  max-width: 46ch;
  margin-bottom: 28px;
}

.visit__cta { display: flex; gap: 10px; flex-wrap: wrap; }

.visit__sheet {
  background: var(--bg-2);                  /* linen against the warm cream parent */
  border-radius: var(--r-md);
  padding: 40px;
  border: 1px solid rgba(58, 92, 53, 0.18); /* sage-tinted border */
  position: relative;
  overflow: hidden;
}
.visit__sheet::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: multiply;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 2px, rgba(74,60,40,0.05) 2px, rgba(74,60,40,0.05) 3px),
    repeating-linear-gradient(0deg,  transparent 0, transparent 2px, rgba(74,60,40,0.04) 2px, rgba(74,60,40,0.04) 3px),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='ln4'><feTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.32 0 0 0 0 0.26 0 0 0 0 0.18 0 0 0 0.10 0'/></filter><rect width='100%' height='100%' filter='url(%23ln4)'/></svg>");
  background-size: 3px 3px, 3px 3px, 220px 220px;
  z-index: 0;
}
.visit__sheet > * { position: relative; z-index: 1; }

.visit__leaf {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 56px;
  height: 56px;
  opacity: 0.55;
  z-index: 1;
  pointer-events: none;
}

.v-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  align-items: baseline;
  gap: 16px;
}
.v-row:last-child { border-bottom: none; }
.v-row dt {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay);
}
.v-row dd {
  font-family: var(--display);
  font-size: 17px;
  font-weight: 380;
  color: var(--ink);
  font-variation-settings: "opsz" 36, "SOFT" 30;
}
.v-row dd small {
  display: block;
  font-family: var(--sans);
  font-size: 13px;
  color: var(--ink-3);
  margin-top: 2px;
}

@media (max-width: 1000px) {
  .visit { grid-template-columns: 1fr; padding: 36px; gap: 36px; }
}

/* ===== footer ===== */
.footer {
  background: var(--sage-d);        /* sage-deep — on brand, much warmer than ink */
  color: var(--bg-2);
  padding: 80px var(--gutter) 36px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.42;
  mix-blend-mode: overlay;
  background-image:
    radial-gradient(ellipse 60% 50% at 20% 0%, rgba(175,133,65,0.22), transparent 60%),
    radial-gradient(ellipse 50% 60% at 90% 100%, rgba(184,205,179,0.25), transparent 60%),
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='320' height='320'><filter id='gf2'><feTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.85 0 0 0 0 0.82 0 0 0 0 0.62 0 0 0 0.22 0'/></filter><rect width='100%' height='100%' filter='url(%23gf2)'/></svg>");
  background-size: auto, auto, 320px 320px;
  display: block;
}
.footer > * { position: relative; z-index: 1; }

.footer__inner {
  max-width: var(--maxw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.9fr 1fr 1fr 1fr 1fr;
  gap: 44px;
  margin-bottom: 56px;
}

/* brand block: NAP + hours + booking CTA */
.footer__nap {
  font-style: normal;
  display: grid; gap: 9px;
  margin-top: 22px;
  font-size: 13.5px;
}
.footer__nap a { color: rgba(255,255,255,0.72); transition: color .25s var(--ease); letter-spacing: -0.005em; }
.footer__nap a:hover { color: var(--clay-l); }
.footer__hours { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,0.55); letter-spacing: 0.01em; }
.footer__hours span { color: rgba(255,255,255,0.82); font-weight: 500; }
.footer__cta { margin-top: 22px; }
.footer__bar-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer__bar-links a { color: inherit; transition: color .25s var(--ease); }
.footer__bar-links a:hover { color: var(--clay-l); }
@media (max-width: 1100px) {
  .footer__inner { grid-template-columns: 1.4fr 1fr 1fr; }
}

.footer__brand {
  font-family: var(--display);
  font-size: 64px;
  line-height: 0.92;
  font-weight: 280;
  letter-spacing: -0.04em;
  margin-bottom: 26px;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 280;
}
.footer__brand em {
  font-style: italic;
  color: var(--clay-l);
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 280;
}

.footer__motto {
  font-family: var(--display);
  font-style: italic;
  font-size: 22px;
  font-weight: 340;  /* lifted from 280 — extra-light italics fade into the noise overlay */
  letter-spacing: -0.01em;
  line-height: 1;
  /* Cream-gold — the warm-cream token (--cream #F4ECDD) brightened
     slightly toward gold so it reads as a brand accent rather than plain
     white. ~7:1 contrast on sage-d, well above WCAG AAA. */
  color: #F0DCAE;
  margin: -10px 0 18px;
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 280;
}

.footer__tag {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  max-width: 36ch;
  line-height: 1.6;
}

.footer__col h4 {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-l);
  margin-bottom: 22px;
}

.footer__col ul { list-style: none; padding: 0; display: grid; gap: 12px; }
.footer__col a {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  transition: color .25s var(--ease);
  letter-spacing: -0.005em;
}
.footer__col a:hover { color: var(--clay-l); }

.footer__bar {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-top: 36px;
  border-top: 1px solid rgba(255,255,255,0.10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: rgba(255,255,255,0.42);
}

@media (max-width: 900px) {
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer__bar { flex-direction: column; gap: 16px; }
}

/* ===== mobile footer redesign (<=600px) =====
   On phone the desktop footer is 1600px+ tall — brand block + 4 link
   columns × 6-9 links each. Mobile patients don't browse a footer
   directory; they look for phone, address, hours, then a book button.
   So on phone we:
     - Float the brand block to the top, full-width
     - Drop the long company-summary paragraph (duplicates the about page)
     - Tighten logo and NAP type
     - Stack the 4 link columns into a 2x2 grid with smaller link type
     - Hold the social row + CTA at meaningful size — they're the action */
@media (max-width: 600px) {
  .footer { padding: 44px var(--gutter) 28px; margin-top: 0; }
  .footer__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "brand brand"
      "col3 col4";
    gap: 24px 20px;
    margin-bottom: 28px;
  }
  .footer__inner > :nth-child(1) { grid-area: brand; }
  /* Treatment directories (Aesthetics, Longevity) hidden on phone —
     duplicated in burger menu and on category pages. Cuts the footer
     in half without losing access or SEO link equity. */
  .footer__inner > :nth-child(2),
  .footer__inner > :nth-child(3) { display: none; }
  .footer__inner > :nth-child(4) { grid-area: col3; }
  .footer__inner > :nth-child(5) { grid-area: col4; }

  /* Drop Memberships / Bank / Beam links on phone — they're not what
     mobile users come to the footer for. Gift Cards, Products,
     Financing stay (and the heading becomes "Shop" to match). */
  .footer__inner > :nth-child(4) ul > li:nth-child(-n+3) { display: none; }
  .footer__inner > :nth-child(4) h4 { font-size: 0; line-height: 1; }
  .footer__inner > :nth-child(4) h4::before {
    content: "Shop";
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  /* Brand block: shrink the logo, drop the marketing paragraph */
  .footer__brand img { max-width: 180px; }
  .footer__tag { display: none; }
  .footer__motto { font-size: 17px; margin: 10px 0 14px; }
  .footer__nap { font-size: 13.5px; gap: 5px; margin-top: 12px; }
  .footer__hours { margin-top: 10px; font-size: 12.5px; }
  .footer__cta { margin-top: 16px; width: 100%; text-align: center; justify-content: center; }
  .footer__social { margin-top: 18px; gap: 14px; }

  /* Link columns: 4 → 2x2 grid, tight type, tight gaps */
  .footer__col h4 {
    font-size: 11px;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
  }
  .footer__col ul { gap: 6px; }
  .footer__col a { font-size: 13.5px; line-height: 1.4; }

  /* Bar: smaller type, tighter */
  .footer__bar { padding-top: 24px; font-size: 11px; gap: 12px; text-align: center; align-items: center; }
  .footer__bar-links { justify-content: center; gap: 14px; }

  /* Comparison tables (.cmp-row) — daxxify/letybo/journal pages used
     inline 3-col grids that crushed on phone. Override to stack each
     row vertically, clean up the borders that were column dividers. */
  .cmp-row {
    grid-template-columns: 1fr !important;
  }
  .cmp-row > div {
    border-left: 0 !important;
    border-top: 1px solid var(--rule);
    padding: 14px 20px !important;
  }
  .cmp-row > div:first-child {
    border-top: 0;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--clay);
    font-weight: 600 !important;
    padding-top: 18px !important;
    padding-bottom: 8px !important;
    background: transparent !important;
  }
}

/* ===== reveal ===== */
.reveal {
  opacity: 0; transform: translateY(28px);
  transition: opacity .9s cubic-bezier(.2,.8,.2,1), transform .9s cubic-bezier(.2,.8,.2,1);
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal--d1 { transition-delay: .08s; }
.reveal--d2 { transition-delay: .16s; }
.reveal--d3 { transition-delay: .24s; }
.reveal--d4 { transition-delay: .32s; }
.reveal--d5 { transition-delay: .40s; }

/* ============================================================
   TREATMENT DETAIL PAGE
   ============================================================ */

.t-hero {
  /* Full-viewport-width hero with viewport-aware padding so the
     centered content area is still capped at --maxw. Body-comp
     established this pattern; defaults apply to all .t-hero pages.
     Default visual is cream bg + ink text; pages with a real photo
     opt into the dark-bleed treatment via inline !important. */
  position: relative;
  min-height: 86vh;
  padding-top: 200px;
  padding-bottom: 80px;
  padding-left: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));
  padding-right: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto;
  gap: 70px;
  align-items: end;
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
.t-hero > div:not(.t-hero__bg):not(.t-spec) { grid-column: 1; grid-row: 1; }
.t-hero > .t-spec { grid-column: 2; grid-row: 1; }

.t-hero__bg {
  position: absolute; inset: 0;
  z-index: 0; pointer-events: none;
}
.t-hero__bg .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.28;
}
.t-hero__bg .orb--g {
  width: 600px; height: 600px;
  background: radial-gradient(circle, #B9CDB3, transparent 70%);
  top: -180px; right: -150px;
}
.t-hero__bg .orb--b {
  width: 460px; height: 460px;
  background: radial-gradient(circle, #E5CFA8, transparent 72%);
  bottom: -200px; left: -120px;
  opacity: 0.22;
}

.t-hero > *:not(.t-hero__bg) { position: relative; z-index: 1; }

.t-hero__crumb {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.t-hero__crumb a { color: var(--mute); transition: color .25s var(--ease); }
.t-hero__crumb a:hover { color: var(--ink); }
.t-hero__crumb span { color: var(--rule); }

.t-hero h1 {
  font-size: clamp(48px, 7vw, 116px);
  line-height: 0.96;
  letter-spacing: -0.04em;
  font-weight: 260;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 260;
  color: var(--ink);
  margin-bottom: clamp(22px, 2.4vw, 34px);   /* tight line-height was colliding with the tagline */
}
.t-hero h1 em {
  font-style: italic;
  color: var(--sage);
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 260;
}

.t-hero__tagline {
  font-family: var(--display);
  font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.4;
  font-weight: 320;
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 320;
  letter-spacing: -0.02em;
  color: var(--ink-2);
  margin-bottom: 36px;
}
.t-hero__tagline em {
  font-style: italic;
  color: var(--clay);
  font-variation-settings: "opsz" 36, "SOFT" 80, "wght" 320;
}

.t-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }

/* spec card on hero right */
.t-spec {
  background: var(--bg-2);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 34px 34px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(74,60,40,0.05), 0 22px 48px rgba(74,60,40,0.09);
}
/* animated bronze foil accent across the top — turns a plain box into a "spec plate" */
.t-spec::after {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 2;
  background: linear-gradient(90deg, #E2C99A 0%, #B8914A 30%, #8A6A38 50%, #C9A876 70%, #B8914A 100%);
  background-size: 200% 100%;
  animation: foil 12s linear infinite;
}
.t-spec > * { position: relative; z-index: 1; }

.t-spec__t {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--clay);
  margin-bottom: 6px;
}

.t-spec dl {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0;
  row-gap: 0;
}
.t-spec dt {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
}
.t-spec dd {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 340;
  color: var(--ink);
  font-variation-settings: "opsz" 36, "SOFT" 30, "wght" 340;
  letter-spacing: -0.015em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding: 14px 0;
  border-top: 1px solid var(--rule);
}
.t-spec dd em { font-style: italic; color: var(--clay-l); }

@media (max-width: 900px) {
  .t-hero { grid-template-columns: 1fr; padding-top: 140px; padding-bottom: 60px; gap: 40px; }
}

/* ===== generic content slabs — now warmly atmospheric ===== */
.slab {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 90px var(--gutter);
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: 70px;
  position: relative;
}

/* atmospheric sage + bronze glows behind every slab — full-bleed even past max-width */
.slab::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 92% 15%, rgba(90, 126, 84, 0.16), transparent 60%),
    radial-gradient(ellipse 60% 55% at 8% 85%, rgba(184, 205, 179, 0.28), transparent 60%),
    radial-gradient(ellipse 30% 30% at 50% 50%, rgba(175,133,65, 0.07), transparent 60%);
  z-index: 0;
}
.slab > * { position: relative; z-index: 1; }

.slab__side .s-eyebrow { margin-bottom: 18px; display: inline-flex; }
.slab__side h2 {
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 300;
  font-variation-settings: "opsz" 96, "SOFT" 40, "wght" 300;
  color: var(--ink);
}
.slab__side h2 em {
  font-style: italic;
  color: var(--sage);
  font-variation-settings: "opsz" 96, "SOFT" 100, "wght" 300;
}

.slab__body { font-size: 17.5px; line-height: 1.7; color: var(--ink-2); font-weight: 400; }
.slab__body p { margin-bottom: 22px; max-width: 64ch; }
.slab__body p:last-child { margin-bottom: 0; }
.slab__body em { font-style: italic; color: var(--clay); }
.slab__body strong { font-weight: 550; color: var(--ink); }

@media (max-width: 1000px) {
  .slab { grid-template-columns: 1fr; gap: 32px; padding: 100px var(--gutter); }
}

/* tighten a section that sits directly under a full-bleed photo band */
.section--afterband { padding-top: clamp(40px, 5vw, 64px); }

/* ===== "Who it helps" — editorial index: oversized gold-foil numerals
   hanging in the margin, large display text, full-width hairline rules ===== */
.ideal-list {
  list-style: none; margin: 0 auto; padding: 0; counter-reset: ind;
  max-width: 1080px; display: block;
}
.ideal-list li {
  position: relative; counter-increment: ind;
  display: grid; grid-template-columns: clamp(80px, 8vw, 122px) 1fr;
  align-items: center; gap: clamp(20px, 3vw, 46px);
  padding: clamp(20px, 2.5vw, 32px) 4px;
  border-top: 1px solid var(--rule);
  font-family: var(--display); font-size: clamp(21px, 2.5vw, 30px); font-weight: 330;
  font-variation-settings: "opsz" 72, "SOFT" 50, "wght" 330;
  letter-spacing: -0.02em; line-height: 1.12; color: var(--ink);
  transition: padding-left .45s var(--ease), color .35s var(--ease);
}
.ideal-list li:last-child { border-bottom: 1px solid var(--rule); }
.ideal-list li::before {
  content: counter(ind, decimal-leading-zero);
  font-family: var(--display); font-weight: 200;
  font-size: clamp(48px, 5.6vw, 86px); line-height: 0.76;
  font-variation-settings: "opsz" 144, "SOFT" 0, "wght" 200;
  letter-spacing: -0.04em;
  background: linear-gradient(140deg, #EBCF98 0%, #C9A15B 48%, #8A6A38 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.ideal-list li:hover { padding-left: 20px; color: var(--clay); }

@media (max-width: 640px) { .ideal-list li { grid-template-columns: 1fr; gap: 6px; } }

/* "Who it helps" laid directly on the photo band (heading + indications over the image) */
.imgband--head { min-height: 0; padding: clamp(66px, 8vw, 112px) 0; }
.imgband--head .imgband__veil {
  background:
    linear-gradient(100deg, rgba(13,20,11,0.93) 0%, rgba(13,20,11,0.85) 44%, rgba(13,20,11,0.50) 68%, rgba(13,20,11,0.12) 90%),
    linear-gradient(300deg, rgba(180,138,74,0.30) 0%, transparent 52%);
}
.band-list {
  list-style: none; margin: 32px 0 0; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 17px 52px;
  max-width: 720px;
}
.band-list li {
  position: relative; padding-left: 26px;
  font-family: var(--display); font-size: clamp(17px, 1.55vw, 20px); font-weight: 340;
  font-variation-settings: "opsz" 36, "SOFT" 50, "wght" 340;
  letter-spacing: -0.01em; line-height: 1.34; color: var(--cream);
}
.band-list li::before {
  content: ""; position: absolute; left: 0; top: 0.6em;
  width: 7px; height: 7px; border-radius: 999px;
  background: var(--clay-l);
  box-shadow: 0 0 0 4px rgba(201,161,91,0.18);
}
@media (max-width: 700px) { .band-list { grid-template-columns: 1fr; gap: 13px; } }

/* ===== benefits & results — outcome-focused conversion block ===== */
.benefits__lead {
  font-family: var(--display); font-style: italic;
  font-size: clamp(19px, 2vw, 23px); line-height: 1.5;
  color: var(--ink-2); max-width: 60ch; margin-bottom: 30px;
  font-variation-settings: "opsz" 28, "SOFT" 80;
}
.benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.benefit {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 90% 80% at 0% 0%, rgba(90,126,84,0.12), transparent 60%),
    radial-gradient(ellipse 70% 60% at 100% 100%, rgba(201,161,91,0.10), transparent 60%),
    repeating-linear-gradient(90deg, transparent 0 2px, rgba(74,60,40,0.035) 2px 3px),
    linear-gradient(160deg, var(--bg) 0%, var(--bg-3) 150%);
  border: 1px solid var(--rule);
  border-radius: var(--r-lg);
  padding: 34px 30px 30px;
  transition: border-color .4s var(--ease), box-shadow .4s var(--ease), transform .4s var(--ease);
  box-shadow: 0 1px 2px rgba(74,60,40,0.05);
}
.benefit:hover { border-color: var(--clay); box-shadow: 0 20px 46px rgba(74,60,40,0.15); transform: translateY(-4px); }
/* large faint numeral watermark behind the content (distinct from the indications' foil numerals) */
.benefit__n {
  position: absolute; top: -18px; right: 14px; z-index: 0;
  font-family: var(--display); font-weight: 300;
  font-size: 120px; line-height: 1;
  font-variation-settings: "opsz" 144, "SOFT" 0, "wght" 300;
  color: rgba(138,106,56,0.09);
  -webkit-text-stroke: 1px rgba(138,106,56,0.10);
  pointer-events: none; user-select: none;
}
.benefit h3, .benefit p { position: relative; z-index: 1; }
.benefit h3 {
  font-family: var(--display); font-size: 23px; font-weight: 350;
  letter-spacing: -0.02em; line-height: 1.08;
  font-variation-settings: "opsz" 48, "SOFT" 40, "wght" 350;
  color: var(--ink); margin-bottom: 11px;
}
.benefit h3 em { font-style: italic; color: var(--clay-l); }
.benefit p { font-size: 14.5px; line-height: 1.62; color: var(--ink-3); }
@media (max-width: 860px) { .benefits { grid-template-columns: 1fr !important; } }

/* ===== related treatments — now sits in a sage-pale band ===== */
.related {
  background: linear-gradient(158deg, var(--sage-d) 0%, var(--sage-dd) 100%);
  padding: clamp(64px, 8vw, 100px) var(--gutter);
  margin-top: 40px;
  margin-bottom: 64px;   /* separate the band from the visit/contact block below */
  border-top: 1px solid rgba(201, 161, 91, 0.22);
  border-bottom: 1px solid rgba(201, 161, 91, 0.22);
  position: relative;
  overflow: hidden;
}
.related::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 65% at 90% 4%, rgba(201,161,91, 0.20), transparent 60%),
    radial-gradient(ellipse 50% 60% at 4% 98%, rgba(150,178,128, 0.13), transparent 60%);
}
.related > .related__head,
.related > .related__grid {
  position: relative;
  max-width: var(--maxw);
  margin: 0 auto;
}

.related__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 44px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(244, 236, 221, 0.16);
}
.related__head h2 {
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 280;
  font-variation-settings: "opsz" 96, "SOFT" 20, "wght" 280;
  color: var(--cream);   /* cream on the deep-sage band */
}
.related__head h2 em {
  font-style: italic;
  color: #E7C68D;   /* bright gold accent — reads on deep sage in both themes */
  font-variation-settings: "opsz" 96, "SOFT" 80, "wght" 280;
}
.related .s-eyebrow { color: #D4B47A; }
.related__head p {
  color: #DDD4C2;
  font-size: 17px;
  font-weight: 380;
  line-height: 1.65;
  max-width: 44ch;
  align-self: end;
}

.related__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

/* base r-card: light-adaptive surface (used standalone, e.g. visit.html contact cards) */
.r-card {
  background: var(--bg-2);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  transition: border-color .4s var(--ease), box-shadow .4s var(--ease), background .4s var(--ease), transform .4s var(--ease);
  box-shadow: 0 1px 2px rgba(74,60,40,0.05);
}
.r-card:hover {
  border-color: var(--clay);
  box-shadow: 0 14px 36px rgba(74,60,40,0.12);
  transform: translateY(-3px);
}
.r-card::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-image:
    repeating-linear-gradient(90deg, transparent 0, transparent 3px, rgba(74,60,40,0.035) 3px, rgba(74,60,40,0.035) 4px);
  z-index: 0;
}
.r-card > * { position: relative; z-index: 1; }

.r-card__cat {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clay);
  display: inline-flex; align-items: center; gap: 10px;
}
.r-card__cat::before { content: ""; width: 18px; height: 1px; background: currentColor; }

.r-card__t {
  font-family: var(--display);
  font-size: 26px;
  font-weight: 280;
  line-height: 1.05;
  font-variation-settings: "opsz" 72, "SOFT" 20, "wght" 280;
  letter-spacing: -0.02em;
  margin-top: 12px;
  color: var(--ink);
}
.r-card__t em { font-style: italic; color: var(--clay); font-variation-settings: "opsz" 72, "SOFT" 80, "wght" 280; }

.r-card__d { font-size: 15px; color: var(--ink-3); margin-top: 12px; line-height: 1.62; }

.r-card__arrow {
  align-self: flex-end;
  margin-top: 18px;
  font-size: 18px;
  color: var(--ink-3);
  transition: transform .35s var(--ease), color .35s var(--ease);
}
.r-card:hover .r-card__arrow { transform: translateX(6px); color: var(--clay); }

/* r-cards INSIDE the deep-sage cross-sell band → cream-on-sage glass */
.related .r-card { background: rgba(244,236,221,0.045); border-color: rgba(244,236,221,0.14); box-shadow: 0 1px 2px rgba(0,0,0,0.12); }
.related .r-card:hover { border-color: #C9A15B; background: rgba(244,236,221,0.085); box-shadow: 0 0 0 1px rgba(201,161,91,0.25), 0 18px 42px rgba(0,0,0,0.34); }
.related .r-card::before { opacity: 0.5; mix-blend-mode: screen; background-image: repeating-linear-gradient(90deg, transparent 0, transparent 3px, rgba(244,236,221,0.022) 3px, rgba(244,236,221,0.022) 4px); }
.related .r-card__cat { color: #D4B47A; }
.related .r-card__t { color: var(--cream); }
.related .r-card__t em { color: #E7C68D; }
.related .r-card__d { color: #C9C0AE; }
.related .r-card__arrow { color: #E7DECB; }
.related .r-card:hover .r-card__arrow { color: #E7C68D; }

@media (max-width: 900px) {
  .related__head { grid-template-columns: 1fr; }
  .related__grid { grid-template-columns: 1fr; }
}

/* ============================================================
   CATEGORY LANDING PAGE
   ============================================================ */

.cat-hero {
  /* Full-viewport-width hero — same body-comp pattern as .t-hero.
     Default visual is cream bg + ink text; pages with a real photo
     opt into the dark-bleed treatment via inline !important. */
  position: relative;
  min-height: 86vh;
  padding-top: 200px;
  padding-bottom: 80px;
  padding-left: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));
  padding-right: max(var(--gutter), calc((100vw - var(--maxw)) / 2 + var(--gutter)));
  max-width: none;
  margin: 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 80px;
  row-gap: 18px;
  align-content: end;
  align-items: end;
  border-bottom: 1px solid var(--rule);
  overflow: hidden;
}
/* Bg has no grid placement — see .t-hero comment above.
   H1 wrapper sits col-1 row-1, lead stacks directly under it col-1 row-2.
   align-content:end on the grid clusters both rows at the bottom of the
   right side stays clear for the photo subject. */
.cat-hero > div:has(> h1) { grid-column: 1; grid-row: 1; max-width: 720px; }
.cat-hero > .cat-hero__lead { grid-column: 1; grid-row: 2; max-width: 56ch; }
.cat-hero > [class*="orb"]:not(.cat-hero__bg [class*="orb"]) {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.cat-hero__bg {
  /* See .t-hero__bg comment */
  position: absolute; inset: 0;
  z-index: 0;
}
.cat-hero__bg .orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.28;
}
.cat-hero__bg .orb--1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, #B9CDB3, transparent 70%);
  top: -200px; right: -200px;
}
.cat-hero__bg .orb--2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, #E5CFA8, transparent 70%);
  bottom: -160px; left: -120px;
  opacity: 0.22;
}
.cat-hero > *:not(.cat-hero__bg) { position: relative; z-index: 1; }

.cat-hero__crumb {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-bottom: 28px;
}
.cat-hero__crumb a { color: var(--mute); transition: color .25s var(--ease); }
.cat-hero__crumb a:hover { color: var(--ink); }
.cat-hero__crumb span { color: var(--rule); margin: 0 12px; }

.cat-hero h1 {
  font-size: clamp(44px, 6.4vw, 108px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 260;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 260;
  color: var(--ink);
  max-width: 18ch;
}
.cat-hero h1 em {
  font-style: italic;
  color: var(--sage);
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 260;
}

.cat-hero__lead {
  font-family: var(--display);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.5;
  font-weight: 320;
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 320;
  letter-spacing: -0.015em;
  color: var(--ink-2);
  max-width: 50ch;
}
.cat-hero__lead em { font-style: italic; color: var(--clay); }

/* category service grid */
.cat-grid {
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 90px var(--gutter);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14px;
}

/* ============================================================
   ABOUT PAGE — letter + portraits + values
   ============================================================ */

.letter {
  max-width: 760px;
  margin: 0 auto;
  padding: 120px var(--gutter);
  font-family: var(--display);
  font-size: clamp(19px, 1.4vw, 22px);
  line-height: 1.65;
  font-weight: 360;
  color: var(--ink-2);
  font-variation-settings: "opsz" 36, "SOFT" 20, "wght" 360;
  letter-spacing: -0.01em;
}
.letter__head {
  text-align: center;
  margin-bottom: 44px;
}
.letter__head h2 {
  font-size: clamp(40px, 5.4vw, 80px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 260;
  font-variation-settings: "opsz" 144, "SOFT" 20, "wght" 260;
  margin-top: 14px;
}
.letter__head h2 em { font-style: italic; color: var(--sage); font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 260; }
.letter__body p { margin-bottom: 26px; max-width: none; }
.letter__body p:first-of-type::first-letter {
  font-family: var(--display);
  font-size: 5.2em;
  line-height: 0.82;
  float: left;
  margin: 12px 18px 0 0;
  color: var(--clay);
  font-weight: 200;
  font-variation-settings: "opsz" 144, "SOFT" 80, "wght" 220;
}
.letter__body em { font-style: italic; color: var(--clay); }
.letter__sig {
  margin-top: 56px;
  font-family: var(--display);
  font-style: italic;
  font-size: 20px;
  color: var(--ink);
  font-variation-settings: "opsz" 36, "SOFT" 80, "wght" 360;
}
.letter__sig small {
  display: block;
  font-family: var(--sans);
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mute);
  margin-top: 6px;
}

/* ===== tablet — stack the two-column heroes ===== */
@media (max-width: 1000px) {
  .cat-hero,
  .t-hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .cat-hero > div:not(.cat-hero__bg),
  .cat-hero > .cat-hero__lead,
  .t-hero > div:not(.t-hero__bg):not(.t-spec),
  .t-hero > .t-spec {
    grid-column: 1;
  }
  .cat-hero > .cat-hero__lead { grid-row: 2; }
  .t-hero > .t-spec { grid-row: 2; }
}

/* ===== mobile ===== */
@media (max-width: 900px) {
  .nav { grid-template-columns: 1fr auto; gap: 12px; padding: 8px 8px 8px 18px; }
  .related__grid { grid-template-columns: 1fr; }
  .cat-grid { grid-template-columns: 1fr; }
}

/* ===== phone (<=600px) — tighten vertical rhythm =====
   At desktop the hero anchors content to the bottom of an 86vh box,
   which on a 375x812 phone leaves a screenful of dead space above the
   breadcrumb. On phone we let content size the hero and shrink padding;
   section spacing also drops from 100px → 56px so the page reads at the
   density a phone wants instead of desktop's editorial breathing room.

   padding-top must clear the fixed nav: nav is position:fixed, top:64px,
   height:62px → bottom at 126px (with hellobar). 140px gives 14px breathing
   below the nav. */
@media (max-width: 600px) {
  .cat-hero,
  .t-hero {
    min-height: 0;
    /* default (hellobar dismissed): nav at top:14/bottom:76 → 12px breathing */
    padding-top: 88px;
    padding-bottom: 44px;
    gap: 22px;
    align-content: start;
    row-gap: 14px;
  }
  /* hellobar present: nav shifts to top:76/bottom:138 → bump padding to keep
     the same ~12px breathing room below the nav capsule */
  html.has-hellobar .cat-hero,
  html.has-hellobar .t-hero {
    padding-top: 150px;
  }
  .section { padding-top: 36px; padding-bottom: 36px; }
  .section--afterband { padding-top: 20px; }

  /* s-head also has internal margin-bottom of 52px on desktop — too much air
     between the heading and the content it introduces on phone. Tighten. */
  .s-head { margin-bottom: 28px; padding-bottom: 14px; }
  .s-head--kicker { margin-bottom: 24px; }

  /* At-a-glance is a desktop-sidebar pattern (.t-spec sits in col 2 of the
     hero grid). On phones it stacks below the H1 as a dark card sitting on
     top of any photo bg, which looks like clutter — and every fact inside
     is duplicated in the body sections below. Hide it. */
  .t-spec { display: none; }
}

/* ============================================================
   ⬤  WARM SAGE COMPONENTS — surfaces, nav, tiles, bands
   Tokens live in the single :root at the top of this file.
   ============================================================ */

body { background: var(--bg-2); color: var(--ink-2); }

/* ---- nav ---- */
.nav {
  background: rgba(248, 244, 238, 0.82);
  border-color: var(--rule);
  box-shadow: 0 1px 2px rgba(74,60,40,0.06), 0 8px 24px rgba(74,60,40,0.07);
}
.nav__brand { color: var(--ink); }
.nav__brand::before { background: var(--clay); box-shadow: 0 0 12px rgba(205,167,110,0.6); }
.nav__menu a { color: var(--ink-2); }
.nav__menu a:hover { color: var(--ink); }
.nav__phone { color: var(--ink-3); }

/* ---- buttons (primary = bronze, glows gold on hover) ---- */
.btn--primary { background: var(--clay); color: var(--cream); border-color: var(--clay); }
.btn--primary:hover { background: var(--clay-d); border-color: var(--clay-d); color: var(--cream); box-shadow: 0 2px 8px rgba(74,60,40,0.10), 0 10px 28px rgba(74,60,40,0.18); }
.btn--ghost { color: var(--ink); border-color: var(--clay); background: transparent; }
.btn--ghost:hover { background: var(--clay); color: var(--cream); border-color: var(--clay); }
.btn--clay { background: var(--clay); color: var(--cream); border-color: var(--clay); }
.btn--clay:hover { background: var(--clay-d); border-color: var(--clay-d); color: var(--cream); box-shadow: 0 2px 8px rgba(74,60,40,0.10), 0 10px 28px rgba(74,60,40,0.18); }
::selection { background: var(--clay); color: #FFFFFF; }

/* ---- marquee ---- */
.marquee { background: var(--bg-2); border-color: var(--line); }
.marquee__track span { color: var(--ink-2); }
.marquee__track span.dot { color: var(--clay); }
.marquee::before { background: linear-gradient(90deg, var(--bg-2) 0%, transparent 8%, transparent 92%, var(--bg-2) 100%); }

/* ---- bento tiles ---- */
.tile { background: var(--bg-2); border-color: var(--rule); box-shadow: var(--shadow-sm); }
.tile--cream { background: var(--bg-2); }
.tile--paper { background: var(--bg-3); border-color: rgba(161,182,151,0.18); }
.tile--clay, .tile--gold { background: var(--bg-3); border-color: var(--rule); }
.tile:hover { border-color: var(--clay); box-shadow: 0 0 0 1px rgba(205,167,110,0.35), 0 14px 40px rgba(0,0,0,0.45); }
.tile__t { color: var(--ink); }
.tile__t em { color: var(--clay-l); }
.tile__d { color: var(--ink-3); }
.tile__arrow { color: var(--ink-2); }
.tile:hover .tile__arrow { color: var(--clay-l); }
.tile__cat { color: var(--clay) !important; }

/* dark feature tiles (ink/sage) → deepest surface, gold accents */
.tile--ink, .tile--sage { background: var(--sage-d); border-color: rgba(205,167,110,0.22); }
.tile--ink .tile__t, .tile--sage .tile__t { color: var(--ink); }
.tile--ink .tile__t em, .tile--sage .tile__t em { color: var(--clay-l); }
.tile--ink .tile__d, .tile--sage .tile__d { color: var(--ink-3); }
.tile--ink .tile__cat, .tile--sage .tile__cat { color: var(--clay-l) !important; }
.tile--ink .tile__arrow, .tile--sage .tile__arrow { color: var(--ink); }
.tile--ink:hover, .tile--sage:hover { background: var(--sage-dd); border-color: var(--clay); }
.tile--ink::before, .tile--sage::before { opacity: 0.16; }

/* ---- four-layer cards ---- */
.layers { border-color: var(--rule); }
.layer { background: var(--bg-2); border-color: var(--rule); }
.layer:hover { background: var(--bg-3); }
.layer__name { color: var(--ink); }
.layer__name em { color: var(--clay-l); }
.layer__d { color: var(--ink-3); }
.layer__list { border-color: var(--rule); }
.layer__list li { color: var(--ink-2); }

/* ---- method steps ---- */
.step { border-color: var(--rule); }
.step__t { color: var(--ink); }
.step__d { color: var(--ink-3); }

/* ---- finder ---- */
.finder { background: var(--sage-d); }
.chip { color: var(--ink); border-color: rgba(244,236,221,0.20); }
.chip:hover { border-color: rgba(244,236,221,0.45); }
.chip.is-on { background: var(--clay-l); border-color: var(--clay-l); color: var(--sage-dd); }
.f-result__t { color: var(--ink); }

/* ---- flagship ---- */
.flagship { color: var(--ink-2); }
.flagship__copy h3 { color: var(--ink); }
.flagship__copy h3 em { color: var(--clay-l); }
.spec__val { color: var(--ink); }
.flagship__visual { border-color: rgba(205,167,110,0.25); }

/* ---- pricing tables ---- */
.ptable { background: var(--bg-2); border-color: var(--rule); }
.ptable thead th { background: var(--bg-3); color: var(--clay-l); border-color: var(--rule); }
.ptable tbody td { color: var(--ink-2); border-color: var(--rule); }
.ptable tbody td:first-child { color: var(--ink); }
.ptable tbody td:not(:first-child) { color: var(--ink); }
.ptable tbody tr:hover { background: var(--bg-3); }

/* ---- membership tiers ---- */
.tier { background: var(--bg-2); border-color: var(--rule); box-shadow: var(--shadow-sm); }
.tier:hover { border-color: var(--clay); box-shadow: 0 0 0 1px rgba(205,167,110,0.3), 0 14px 40px rgba(0,0,0,0.42); }
/* featured tier rests with a neutral border — the gold top-strip + badge mark it as
   featured; bronze border is reserved for the hover state like every other tile */
.tier--feature { background: var(--bg-3); border-color: var(--rule); }
.tier--feature:hover { border-color: var(--clay); }
.tier__t { color: var(--ink); }
.tier__t em { color: var(--clay-l); }
.tier--feature .tier__t em { color: var(--clay-l); }
.tier__sub { color: var(--ink-3); }
.tier--feature .tier__sub { color: var(--ink-3); }
.tier__price { color: var(--ink); }
.tier--feature .tier__price { color: var(--ink); }
.tier__list { border-color: var(--rule); }
.tier__list li { color: var(--ink-2); }
.tier--feature .tier__list li { color: var(--ink-2); }

/* ---- testimonials ---- */
.tst { background: var(--bg-2); border-color: var(--rule); box-shadow: var(--shadow-sm); }
.tst:hover { border-color: var(--clay); box-shadow: 0 0 0 1px rgba(205,167,110,0.3), 0 14px 40px rgba(0,0,0,0.42); }
.tst__quote { color: var(--ink); }
.tst__quote em { color: var(--clay-l); }
.tst__who strong { color: var(--ink); }
.tst__who small { color: var(--mute); }

/* ---- related cards: now a deep-sage band in BOTH themes (cream/gold text,
   glass cards). See base .related / .r-card — no per-theme override needed. ---- */

/* ---- ideal list ---- */
.ideal-list li { color: var(--ink); border-color: var(--rule); }

/* ---- detail hero spec card ---- */
/* "At a glance" → bold dark clinical data-plate (contrasts the light hero; lifts on dark) */
.t-spec {
  background: linear-gradient(158deg, var(--sage-d) 0%, var(--sage-dd) 100%);
  border-color: rgba(201,161,91,0.32);
  box-shadow: 0 2px 8px rgba(0,0,0,0.22), 0 28px 58px rgba(15,20,10,0.22);
}
.t-spec__t { color: var(--clay-l); }
.t-brand { border-bottom-color: rgba(244,236,221,0.16); }
.t-spec dt { color: rgba(244,236,221,0.52); border-top-color: rgba(244,236,221,0.12); }
.t-spec dd { color: var(--cream); border-top-color: rgba(244,236,221,0.12); }
.t-spec dd em { color: var(--clay-l); font-style: normal; }
/* Hero DEFAULT is cream bg + ink text. The structural layout
   (full-bleed, tall 86vh, viewport padding, lead-stacked-under-h1)
   stays the same — only the visual changes. Pages with a real
   photo (e.g. body-composition.html) opt back into the dark
   bleed treatment via inline !important overrides. */
.t-hero__bg, .cat-hero__bg { display: none; }
.t-hero h1 { color: var(--ink); }
.t-hero h1 em { color: var(--clay-l); }
.t-hero__tagline { color: var(--ink-2); }
.t-hero__tagline em { color: var(--clay-l); }
.t-hero__crumb { color: var(--mute); }
.t-hero__crumb a { color: var(--mute); }
.t-hero__crumb a:hover { color: var(--ink); }
.t-hero__crumb span { color: var(--rule); }

.cat-hero h1 { color: var(--ink); }
.cat-hero h1 em { color: var(--clay-l); }
.cat-hero__lead { color: var(--ink-2); }
.cat-hero__lead em { color: var(--clay-l); }
.cat-hero__crumb { color: var(--mute); }
.cat-hero__crumb a { color: var(--mute); }
.cat-hero__crumb a:hover { color: var(--ink); }
.cat-hero__crumb span { color: var(--rule); }

/* ---- letter (about) ---- */
.letter { color: var(--ink-2); }
.letter__head h2 em { color: var(--clay-l); }
.letter__body p:first-of-type::first-letter { color: var(--clay-l); }
.letter__sig { color: var(--ink); }

/* ---- visit panel ---- */
.visit { background: var(--bg-3); border-color: rgba(205,167,110,0.22); box-shadow: var(--shadow-md); }
.visit__sheet { background: var(--bg-2); border-color: var(--rule); }
.v-row { border-color: var(--rule); }
.v-row dd { color: var(--ink); }
.v-row dd small { color: var(--ink-3); }

/* ---- section heads + slabs ---- */
.s-head { border-color: rgba(175,133,65, 0.34); }   /* bronze divider rule */
.s-head h2 { color: var(--ink); }
.s-head h2 em { color: var(--clay-l); }
.s-head p { color: var(--ink-3); }
.slab { border-color: var(--rule); }
.slab__side h2 { color: var(--ink); }
.slab__side h2 em { color: var(--clay-l); }
.slab__body { color: var(--ink-2); }
.slab__body strong { color: var(--ink); }
.slab__body em { color: var(--clay-l); }

/* eyebrows + headings glow warmly */
.s-eyebrow { color: var(--clay); }
.s-eyebrow::before { background: var(--clay); }
.hero__title { color: var(--ink); }
.hero__title em { color: var(--clay-l); }
.hero__sub { color: var(--ink-3); }
.proof__num { color: var(--ink); }
.proof__num em { color: var(--clay-l); }
.proof { border-color: var(--clay); }

/* ---- footer ---- */
.footer { background: var(--sage-d); color: var(--ink-2); }
.footer__brand { color: var(--ink); }
.footer__brand em { color: var(--clay-l); }
.footer__tag { color: var(--ink-3); }
.footer__col a { color: var(--ink-2); }
.footer__col a:hover { color: var(--clay-l); }
.footer__bar { color: var(--ink-3); border-color: var(--rule); }

/* ---- hero media frame glows ---- */
.hero__media { border-color: rgba(205,167,110,0.25); box-shadow: 0 2px 8px rgba(0,0,0,0.3), 0 24px 64px rgba(0,0,0,0.4); }
.hero__media-mark { background: rgba(248,244,238,0.90); color: var(--ink); border-color: var(--rule); }

/* ---- brand logo (replaces text wordmark) ---- */
.nav__brand::before { display: none; }
.nav__brand { gap: 0; }
.nav__brand img { height: 27px; width: auto; display: block; }
.footer__brand img { height: 54px; width: auto; display: block; margin-bottom: 14px; }
@media (max-width: 900px) { .nav__brand img { height: 23px; } }

/* ---- shop / products ---- */
.shop-cols {
  columns: 260px;
  column-gap: 14px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.brand-card {
  break-inside: avoid;
  background: var(--bg-2);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  padding: 28px 26px;
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
}
.brand-card__name {
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--clay-l);
  margin-bottom: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid var(--rule);
}
.prod {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 14px;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.4;
}
.prod + .prod { border-top: 1px solid var(--line-soft); }
.prod__name { color: var(--ink-2); }
.prod__price {
  font-family: var(--display);
  font-size: 16px;
  font-weight: 360;
  color: var(--ink);
  font-variation-settings: "opsz" 36, "SOFT" 30;
  white-space: nowrap;
}
@media (max-width: 760px) { .shop-cols { columns: 2; } }
@media (max-width: 460px) { .shop-cols { columns: 1; } }

/* ---- brand wall (styled wordmarks; swap for real logo <img> later) ---- */
.brandwall {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  max-width: var(--maxw);
  margin: 0 auto;
}
@media (max-width: 1000px) { .brandwall { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 720px)  { .brandwall { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 460px)  { .brandwall { grid-template-columns: repeat(2, 1fr); } }
.brandwall__item {
  background: var(--bg-3);
  border: 1px solid var(--rule);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
  min-height: 132px;
  text-align: center;
  transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.brandwall__item:hover { border-color: var(--clay); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.35); }
.brandwall__item span {
  font-family: var(--display);
  font-size: 19px;
  font-weight: 360;
  letter-spacing: 0.02em;
  color: var(--ink-2);
  font-variation-settings: "opsz" 36, "SOFT" 30;
  transition: color .35s var(--ease);
}
.brandwall__item:hover span { color: var(--clay-l); }
.brandwall__item span em { font-style: italic; color: var(--clay); }
.brandwall__item img { max-height: 50px; max-width: 144px; width: auto; }

/* ===== vendor summary cards (products page — no pricing) ===== */
.vendors { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: var(--maxw); margin: 0 auto; }
@media (max-width: 880px) { .vendors { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .vendors { grid-template-columns: 1fr; } }
.vendor {
  display: flex; flex-direction: column;
  padding: 28px 28px 24px;
  border: 1px solid var(--rule); border-radius: var(--r-lg);
  background: linear-gradient(160deg, var(--bg), var(--bg-3));
  box-shadow: 0 1px 2px rgba(74,60,40,0.05);
  text-decoration: none;
  transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
a.vendor:hover { border-color: var(--clay); transform: translateY(-4px); box-shadow: 0 18px 42px rgba(74,60,40,0.13); }
.vendor__cat { font-family: var(--sans); font-size: 10.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); }
.vendor__name { font-family: var(--display); font-size: 25px; font-weight: 300; letter-spacing: -0.02em; line-height: 1.05; color: var(--ink); margin-top: 8px; font-variation-settings: "opsz" 48, "SOFT" 20, "wght" 300; }
.vendor__name em { font-style: italic; color: var(--clay); }
.vendor__d { font-size: 14px; line-height: 1.55; color: var(--ink-3); margin-top: 12px; flex-grow: 1; }
.vendor__go { margin-top: 20px; display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--clay); }
.vendor__go .arrow { transition: transform .3s var(--ease); }
a.vendor:hover .vendor__go .arrow { transform: translateX(5px); }
.vendor__instore { margin-top: 20px; font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); display: inline-flex; align-items: center; gap: 8px; }
.vendor__instore::before { content: ""; width: 14px; height: 1px; background: var(--rule); }
/* brand logo: real wordmark on a subtle light swatch sized to fit (wide, never forced square); reads in both themes */
.vendor__logo {
  align-self: flex-start;
  display: inline-flex; align-items: center;
  padding: 11px 16px; margin-bottom: 18px;
  background: var(--bg-3); border: 1px solid var(--rule); border-radius: 8px;
}
.vendor__logo img { max-height: 24px; max-width: 150px; width: auto; height: auto; object-fit: contain; display: block; }

/* compact inline brand strip for treatment/category pages */
.brandstrip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.brandstrip span {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 8px 15px;
  border: 1px solid var(--rule);
  border-radius: var(--r-pill);
  transition: color .3s var(--ease), border-color .3s var(--ease);
}
.brandstrip span:hover { color: var(--clay-l); border-color: var(--clay); }

/* ---- brand logo badge atop the treatment spec card ---- */
.t-brand {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--rule);
  display: flex;
  align-items: center;
}
.t-brand img {
  max-height: 40px;
  max-width: 160px;
  width: auto;
  background: var(--bg-3);
  border-radius: 10px;
  padding: 11px 15px;
}

/* pavise: supplied as a white logo — recolor to black for the white tile */
.brandwall__item img[src*="pavise"], .brandwall__item img[src*="skinbetter"], .t-brand img[src*="pavise"], .t-brand img[src*="skinbetter"] { filter: brightness(0); }

/* ============================================================
   ⬤  "WHO IT HELPS" FEATURE PANEL  (.slab--ideal)
   Turns the ideal-for list into a bold, centered, contained
   feature band that anchors every treatment page.
   ============================================================ */
.slab--ideal {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 161, 91, 0.42);
  border-radius: var(--r-lg);
  width: calc(100% - 2 * var(--gutter));
  max-width: 1180px;
  margin: 60px auto 76px;
  padding: clamp(52px, 6vw, 88px) clamp(28px, 5vw, 80px);
  background:
    radial-gradient(ellipse 70% 95% at 50% -12%, rgba(205, 167, 110, 0.22), transparent 60%),
    radial-gradient(ellipse 95% 70% at 50% 118%, rgba(161, 182, 151, 0.16), transparent 60%),
    linear-gradient(158deg, var(--sage-d) 0%, var(--sage-dd) 100%);
  box-shadow: 0 1px 0 rgba(244, 236, 221, 0.08) inset, 0 0 0 1px rgba(201,161,91,0.16), 0 38px 90px rgba(0, 0, 0, 0.45);
}
/* the generic slab glow is replaced by this panel's own gradient */
.slab--ideal::before { display: none; }

.slab--ideal .slab__side { margin-bottom: 46px; }
.slab--ideal .slab__side .s-eyebrow { margin-bottom: 20px; }
.slab--ideal .slab__side h2 {
  font-size: clamp(42px, 5.6vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.038em;
}
.slab--ideal .slab__body { font-size: inherit; }

.slab--ideal .ideal-list {
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
.slab--ideal .ideal-list li {
  background: rgba(244, 236, 221, 0.04);
  border-color: rgba(205, 167, 110, 0.22);
  font-size: 18.5px;
  padding: 24px 26px;
}
.slab--ideal .ideal-list li:hover {
  border-color: var(--clay);
  background: rgba(205, 167, 110, 0.11);
}

@media (max-width: 920px) {
  .slab--ideal .ideal-list { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .slab--ideal { padding: 46px 22px; margin: 44px auto 52px; }
  .slab--ideal .ideal-list { grid-template-columns: 1fr; }
}

/* —— elevate "Who it helps" into a featured panel (both themes) —— */
/* animated gold foil strip across the top signals a key/featured section */
.slab--ideal::after {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 3px; z-index: 3;
  background: linear-gradient(90deg, #E2C99A 0%, #B8914A 30%, #8A6A38 50%, #C9A876 70%, #B8914A 100%);
  background-size: 200% 100%;
  animation: foil 12s linear infinite;
  pointer-events: none;
}
/* eyebrow becomes a gold pill badge */
.slab--ideal .slab__side .s-eyebrow {
  display: inline-flex; align-items: center;
  padding: 7px 17px;
  border: 1px solid rgba(201,161,91,0.45);
  border-radius: 999px;
  background: rgba(201,161,91,0.10);
  color: var(--clay-l);
}
.slab--ideal .slab__side .s-eyebrow::before { display: none; }
/* each indication gets a gold check badge instead of a faint dash */
.slab--ideal .ideal-list li::before {
  content: "\2713";   /* ✓ */
  flex-shrink: 0;
  width: 22px; height: 22px; margin-top: 0;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px;
  background: rgba(201,161,91,0.16);
  border: 1px solid rgba(201,161,91,0.50);
  color: var(--clay-l);
  font-family: var(--sans); font-size: 11px; font-weight: 700; line-height: 1;
}
.slab--ideal .ideal-list li {
  align-items: center;
  background: rgba(244,236,221,0.05);
  border-color: rgba(201,161,91,0.22);
}
.slab--ideal .ideal-list li:hover {
  background: rgba(201,161,91,0.12);
  border-color: var(--clay);
}
/* cream/gold text on the inverted sage panel (both themes) */
.slab--ideal .slab__side h2 { color: var(--cream); }
.slab--ideal .slab__side h2 em { color: #E7C68D; }
.slab--ideal .slab__body,
.slab--ideal .ideal-list li { color: var(--cream); }

/* ============================================================
   ⬤  PRIMARY NAVIGATION — dropdown menu + mobile drawer
   Makes every treatment page reachable from the header.
   ============================================================ */
.nav__check { display: none; }
.nav__burger { display: none; }

.nav__menu { display: flex; gap: 24px; justify-self: center; align-items: center; }

.nav__group { position: relative; display: flex; align-items: center; }
.nav__link {
  position: relative;
  display: inline-flex; align-items: center; gap: 5px;
  padding: 8px 0;
  font-size: 13.5px; font-weight: 450; letter-spacing: -0.005em;
  color: var(--ink-2); white-space: nowrap;
  transition: color .25s var(--ease);
}
.nav__link:hover { color: var(--ink); }
.nav__menu a::after { display: none; }   /* drop the old underline animation */
/* crisp CSS chevron (the ▾ glyph rendered too small even at large sizes) */
.nav__caret {
  display: inline-block; width: 8px; height: 8px; font-size: 0;
  margin-left: 8px; position: relative; top: -2px;
  border-right: 1.7px solid var(--clay-l);
  border-bottom: 1.7px solid var(--clay-l);
  transform: rotate(45deg);
  opacity: 0.9;
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.nav__group:hover .nav__link { color: var(--ink); }
.nav__group:hover .nav__caret { transform: rotate(225deg); opacity: 1; }
/* no persistent underline under pillar links — the caret + hover color is the cue */
.nav__group--mega > .nav__link::after,
.nav__group:has(.nav__panel) > .nav__link::after { display: none !important; }

/* dropdown panel */
.nav__panel {
  position: absolute; top: calc(100% + 16px); left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 248px; padding: 12px;
  background: var(--bg-2);
  border: 1px solid var(--rule); border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .24s var(--ease), transform .24s var(--ease);
  z-index: 130;
}
.nav__panel::before { content: ""; position: absolute; top: -18px; left: 0; right: 0; height: 18px; }
.nav__group:hover .nav__panel {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav__panel-all {
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
  padding: 8px 14px 12px; margin-bottom: 6px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--clay-l); border-bottom: 1px solid var(--rule);
}
.nav__panel-all .arrow { transition: transform .3s var(--ease); }
.nav__panel-all:hover .arrow { transform: translateX(4px); }
.nav__panel-grid { display: grid; grid-template-columns: 1fr; gap: 1px; }
.nav__panel-grid.is-2col { grid-template-columns: 1fr 1fr; }
.nav__panel .nav__panel-grid a {
  display: block; padding: 9px 14px; border-radius: 11px;
  font-size: 14px; font-weight: 440; color: var(--ink-2); white-space: nowrap;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.nav__panel .nav__panel-grid a:hover { background: var(--bg-3); color: var(--ink); }
.nav__panel.is-2col, .nav__panel:has(.is-2col) { min-width: 392px; }

/* mobile-only links live inside the menu, hidden on desktop */
.nav__mob-tel, .nav__mob-book { display: none; }

/* ---- mobile drawer (<= 900px) ---- */
@media (max-width: 900px) {
  .nav__cta { display: none; }   /* phone + book move into the drawer */
  .nav__burger {
    display: flex; flex-direction: column; gap: 5px;
    justify-self: end; align-items: center; justify-content: center;
    width: 44px; height: 44px; padding: 0;
    background: transparent; border: 1px solid var(--rule); border-radius: 50%;
    cursor: pointer;
  }
  .nav__burger span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease), opacity .2s var(--ease); }
  .nav__check:checked ~ .nav__burger span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav__check:checked ~ .nav__burger span:nth-child(2) { opacity: 0; }
  .nav__check:checked ~ .nav__burger span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

  .nav__menu {
    display: none;
    position: absolute; top: calc(100% + 12px); left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg-2); border: 1px solid var(--rule); border-radius: 20px;
    padding: 10px; max-height: 76vh; overflow-y: auto;
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.55);
  }
  .nav__check:checked ~ .nav__menu { display: flex; }
  .nav__group { width: 100%; flex-direction: column; align-items: stretch; }
  .nav__link { justify-content: space-between; width: 100%; padding: 13px 12px; font-size: 16px; border-bottom: 1px solid var(--rule); }
  /* caret = accordion indicator on mobile */
  .nav__caret { display: inline-block; margin-top: 0; }
  .nav__group.is-open > .nav__link .nav__caret { transform: rotate(225deg); }
  .nav__group.is-open > .nav__link { color: var(--ink); }

  /* accordion: panels collapsed by default; tap a section to expand (others close)
     NB: no :has() in this selector — an unsupported :has() would invalidate the whole
     rule on older mobile browsers and the panel would fall back to desktop absolute
     positioning (off-screen). Force in-flow with !important to be bulletproof. */
  .nav__panel {
    position: static !important; left: auto !important; right: auto !important;
    transform: none !important; width: auto !important; min-width: 0 !important; max-width: none !important;
    visibility: visible; pointer-events: auto;
    padding: 0 0 0 8px;
    background: transparent; border: none; box-shadow: none;
    max-height: 0; overflow: hidden; opacity: 0;
    transition: max-height .4s var(--ease), opacity .3s var(--ease), padding .3s var(--ease);
  }
  .nav__group.is-open > .nav__panel { max-height: 2000px; opacity: 1; padding: 2px 0 14px 8px; }
  .nav__panel::before { display: none; }
  .nav__panel-all { padding: 12px 12px 8px; border-bottom: none; }
  .nav__panel-grid, .nav__panel-grid.is-2col { grid-template-columns: 1fr; }
  .nav__panel .nav__panel-grid a { font-size: 15px; padding: 10px 12px; }

  .nav__mob-tel {
    display: block; text-align: center; margin-top: 12px;
    font-family: var(--display); font-size: 18px; color: var(--ink); letter-spacing: 0.02em;
  }
  .nav__mob-book {
    display: inline-flex; justify-content: center; align-items: center; gap: 8px;
    margin: 12px 4px 4px; padding: 14px 20px;
    background: var(--clay); color: var(--cream); border-radius: var(--r-sm);
    font-family: var(--sans); font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase;
  }
}

/* ============================================================
   ⬤  EDITORIAL LAYER — imagery · texture · depth · warmth
   Breaks up flat color fields: full-bleed duotone image bands,
   photographic service tiles, oversized watermark headings,
   a recurring bronze "ribbon" motif, and layered section depth.
   ============================================================ */

/* —— oversized watermark behind section headings —— */
.s-head { position: relative; }
.s-head > div, .s-head > p { position: relative; z-index: 1; }
.s-head[data-wm]::before {
  content: attr(data-wm);
  position: absolute;
  left: -0.04em; top: 50%;
  transform: translateY(-58%);
  z-index: 0;
  font-family: var(--display);
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 0, "wght" 300;
  font-size: clamp(110px, 20vw, 300px);
  line-height: 0.8;
  letter-spacing: -0.05em;
  white-space: nowrap;
  color: rgba(244, 236, 221, 0.07);
  -webkit-text-stroke: 1px rgba(244, 236, 221, 0.085);
  pointer-events: none;
  user-select: none;
}
/* light mode: a faint warm-ink watermark reads on linen (cream would vanish) */
.s-head[data-wm]::before {
  color: rgba(58, 51, 43, 0.06);
  -webkit-text-stroke: 1px rgba(58, 51, 43, 0.09);
}
@media (max-width: 900px) { .s-head[data-wm]::before { display: none; } }

/* —— full-bleed duotone image band —— */
.imgband {
  position: relative;
  width: 100%;
  min-height: clamp(420px, 62vh, 660px);
  display: grid;
  align-items: center;
  overflow: hidden;
  margin: 0;
  isolation: isolate;
}
.imgband__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: grayscale(0.42) brightness(0.76) contrast(1.04) sepia(0.10);
  transform: scale(1.03);
  transition: transform 1.2s var(--ease);
}
.imgband.in .imgband__img { transform: scale(1); }
.imgband__veil {
  position: absolute; inset: 0; z-index: 1;
  /* hold the left copy column dark for the headline, then clear to the right so
     the photo reads — same approach as the hero scrim */
  background:
    linear-gradient(100deg,
      rgba(13,20,11,0.82) 0%,
      rgba(13,20,11,0.64) 40%,
      rgba(13,20,11,0.26) 62%,
      rgba(13,20,11,0.00) 84%),
    linear-gradient(180deg, rgba(13,20,11,0.06) 0%, rgba(13,20,11,0.10) 45%, rgba(13,20,11,0.52) 100%),
    linear-gradient(300deg, rgba(180,138,74,0.28) 0%, transparent 50%);
}
.imgband__grain { position: absolute; inset: 0; z-index: 2; opacity: 0.5; mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='300'><filter id='g'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.96 0 0 0 0 0.92 0 0 0 0 0.82 0 0 0 0.45 0'/></filter><rect width='100%25' height='100%25' filter='url(%23g)'/></svg>");
  background-size: 300px 300px; pointer-events: none; }
.imgband__inner {
  position: relative; z-index: 3;
  max-width: var(--maxw); width: 100%;
  margin: 0 auto; padding: 0 var(--gutter);
}
.imgband__line {
  font-family: var(--display);
  font-size: clamp(34px, 5vw, 78px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 300;
  font-variation-settings: "opsz" 144, "SOFT" 40, "wght" 300;
  color: var(--ink);
  max-width: 18ch;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}
.imgband__line em { font-style: italic; color: var(--clay-l);
  font-variation-settings: "opsz" 144, "SOFT" 100, "wght" 300; }
.imgband .s-eyebrow { color: var(--clay-l); margin-bottom: 22px; }
.imgband__sub { margin-top: 24px; max-width: 46ch; font-size: 17px; line-height: 1.65;
  color: var(--ink-2); font-family: var(--display); font-style: italic;
  font-variation-settings: "opsz" 24, "SOFT" 100; }

/* —— photographic service tiles (bento) —— */
.tile--photo .tile__img {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.34) brightness(0.66) contrast(1.05);
  transition: transform .7s var(--ease), filter .7s var(--ease);
}
.tile--photo:hover .tile__img { transform: scale(1.07); filter: grayscale(0.18) brightness(0.76) contrast(1.05); }
.tile--photo::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  /* clear at the top (photo shows), darken toward the title/desc zone below */
  background:
    linear-gradient(180deg,
      rgba(13,20,11,0.10) 0%,
      rgba(13,20,11,0.22) 32%,
      rgba(13,20,11,0.54) 55%,
      rgba(13,20,11,0.76) 100%),
    linear-gradient(120deg, rgba(48,78,46,0.30) 0%, transparent 58%);
}
.tile--photo > * { position: relative; z-index: 2; }
.tile--photo .tile__t, .tile--photo .tile__arrow { color: var(--ink) !important; }
.tile--photo .tile__t em { color: var(--clay-l) !important; }
.tile--photo .tile__d { color: rgba(244,236,221,0.82) !important; }
.tile--photo .tile__cat { color: var(--clay-l) !important; }
.tile--photo:hover { border-color: var(--clay); box-shadow: 0 18px 50px rgba(0,0,0,0.5); }

/* —— flagship visual → photographic, framed, with ribbon —— */
.flagship__visual { position: relative; overflow: hidden; border-radius: var(--r-lg);
  border: 1px solid rgba(205,167,110,0.28); box-shadow: 0 30px 70px rgba(0,0,0,0.45); isolation: isolate; }
.flagship__visual .flagship__photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
  filter: grayscale(0.4) brightness(0.7) contrast(1.05);
}
.flagship__visual::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(180deg, transparent 30%, rgba(13,20,11,0.55) 100%),
    linear-gradient(120deg, rgba(48,78,46,0.34), transparent 55%),
    radial-gradient(ellipse 70% 50% at 70% 18%, rgba(231,198,141,0.20), transparent 60%);
}
.flagship__visual .ribbon { position: absolute; z-index: 2; inset: auto; left: auto; bottom: auto; right: -5%; top: 7%; width: 62%; height: auto; opacity: 0.85; pointer-events: none; }
.flagship__vcap { position: absolute; z-index: 2; left: 26px; bottom: 22px; right: 26px;
  font-family: var(--display); font-style: italic; color: var(--clay-l); font-size: 15px;
  font-variation-settings: "opsz" 24, "SOFT" 100; }
.flagship__vcap small { display:block; font-style: normal; font-family: var(--sans);
  letter-spacing: 0.22em; text-transform: uppercase; font-size: 10px; color: var(--ink-3); margin-top: 6px; }

/* —— recurring ribbon motif divider —— */
.ribbon-rule { display: block; width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 var(--gutter); }
.ribbon-rule svg { width: 100%; height: 26px; display: block; opacity: 0.55; }

@media (max-width: 900px) {
  .imgband { min-height: 380px; }
  .imgband__line { font-size: clamp(30px, 8vw, 44px); }
}

/* ============================================================
   ⬤  HERO — full-bleed practice photo with directional scrim
   Image spans the whole hero; dark behind the copy (left),
   clear and very visible where there's no text (right).
   ============================================================ */
.hero__bgimg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 72% 50%;
  z-index: 0;
  /* warm duotone so any photo reads on-palette (sage/bronze), kept brighter
     so the image stays visible behind the lighter scrim */
  filter: grayscale(0.42) brightness(0.98) contrast(1.04) sepia(0.15) saturate(0.94);
}
.hero__scrim {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  /* lighter wash: enough behind the copy column on the left for the cream
     headline, then clears quickly to the right so the photo shows through */
  background:
    linear-gradient(100deg,
      rgba(16,24,13,0.78) 0%,
      rgba(16,24,13,0.64) 42%,
      rgba(16,24,13,0.40) 58%,
      rgba(16,24,13,0.12) 75%,
      rgba(16,24,13,0.00) 90%),
    linear-gradient(0deg, rgba(16,24,13,0.48) 0%, rgba(16,24,13,0.00) 24%),
    radial-gradient(ellipse 56% 48% at 88% 22%, rgba(214,170,110,0.16), transparent 60%);
}
/* keep the copy comfortably inside the dark zone */
.hero__sub { max-width: 44ch; }

/* relocated "now booking" pill — floats over the visible image */
.hero__mark {
  position: absolute; z-index: 3;
  right: var(--gutter); top: 124px;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px;
  background: rgba(16,24,13,0.50);
  backdrop-filter: blur(12px) saturate(1.4);
  -webkit-backdrop-filter: blur(12px) saturate(1.4);
  border: 1px solid rgba(231,198,141,0.40);
  border-radius: var(--r-pill);
  font-family: var(--sans); font-size: 11px; font-weight: 500;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink);
}
.hero__mark::before {
  content: ""; width: 7px; height: 7px;
  background: var(--clay); border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(205,167,110,0.18);
  animation: pulse 2.6s ease-in-out infinite;
}

@media (max-width: 1000px) {
  .hero__bgimg { object-position: 64% 50%; }
  .hero__scrim {
    background:
      linear-gradient(180deg, rgba(16,24,13,0.42) 0%, rgba(16,24,13,0.60) 55%, rgba(16,24,13,0.82) 100%),
      radial-gradient(ellipse 80% 40% at 70% 16%, rgba(214,170,110,0.14), transparent 62%);
  }
  .hero__sub { max-width: 60ch; }
  .hero__mark { display: none; }
}

/* ============================================================
   ⬤  MEGA MENU — Aesthetics & Longevity pillars
   Multi-column dropdown with sub-grouped service lists.
   ============================================================ */
.nav__mega-col { min-width: 0; }
.nav__mega-all {
  display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 6px 12px 10px; margin-bottom: 6px;
  font-family: var(--sans);
  font-size: 12px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--clay-l); border-bottom: 1px solid var(--rule);
  white-space: nowrap;
}
.nav__mega-all .arrow { transition: transform .3s var(--ease); }
.nav__mega-all:hover .arrow { transform: translateX(4px); }
.nav__mega-grp { margin-bottom: 8px; }
.nav__mega-grp:last-child { margin-bottom: 0; }
.nav__mega-h {
  display: block; padding: 6px 12px 3px;
  font-family: var(--sans); font-size: 10px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-3);
}
.nav__panel--mega a:not(.nav__mega-all) {
  display: block; padding: 7px 12px; border-radius: 10px;
  font-size: 13.5px; font-weight: 440; color: var(--ink-2); white-space: nowrap;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.nav__panel--mega a:not(.nav__mega-all):hover { background: var(--bg-3); color: var(--ink); }

@media (min-width: 901px) {
  .nav__panel--mega {
    left: 0; right: auto;
    transform: translateY(6px);
    width: max-content; max-width: min(92vw, 880px);
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(var(--mega-cols, 2), minmax(168px, 1fr));
    gap: 2px 30px;
  }
  .nav__group--mega:hover .nav__panel--mega { transform: translateY(0); }
  /* NOTE: never set overflow on .nav__panel--mega — it clips the ::before
     hover-bridge and the panel slams shut the instant the cursor leaves the
     link. The compact two-pillar layout below keeps the panel short enough
     to fit the viewport without scrolling. */

  /* ---- full-width Aesthetics mega: spans the whole nav bar ---- */
  .nav__group--full { position: static; }      /* anchor the panel to .nav, not the link */
  .nav__panel--mega.nav__panel--full {
    top: calc(100% + 10px);
    left: 8px; right: 8px;
    width: auto; min-width: 0; max-width: none;
    padding: 24px 8px;
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
  }
  /* each pillar (Injectables / Lasers & Skin) sits in its own bay with a soft divider */
  .nav__panel--full .nav__mega-col { padding: 0 30px; }
  .nav__panel--full .nav__mega-col + .nav__mega-col { border-left: 1px solid var(--rule); }
  /* reflow each pillar's groups into two short sub-columns so the panel stays compact */
  .nav__panel--full .nav__mega-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 26px;
    align-content: start;
  }
  .nav__panel--full .nav__mega-col > .nav__mega-all { grid-column: 1 / -1; }
  /* generous, full-width hover-bridge so the cursor never falls into a dead gap */
  .nav__panel--mega::before { top: -26px; height: 26px; }
}
@media (max-width: 900px) {
  .nav__panel--mega { display: block; }
  .nav__mega-all { border-bottom: none; padding-top: 10px; }
  .nav__mega-grp { padding-left: 6px; }
}

/* ============================================================
   ⬤  PILLAR DIRECTORY — sorted service columns (Aesthetics / Longevity)
   ============================================================ */
.dir {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 36px 30px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.dir__col h4 {
  font-family: var(--sans);
  font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--clay); margin: 0 0 10px; padding-bottom: 12px;
  border-bottom: 1px solid rgba(175,133,65,0.34);
}
.dir__col a {
  display: block; padding: 9px 0;
  font-family: var(--display); font-size: 18px; font-weight: 340;
  font-variation-settings: "opsz" 36, "SOFT" 40, "wght" 340;
  letter-spacing: -0.01em; color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
  transition: color .25s var(--ease), padding-left .25s var(--ease);
}
.dir__col a:last-child { border-bottom: none; }
.dir__col a:hover { color: var(--clay-l); padding-left: 7px; }

/* two/three big discipline tiles on pillar pages */
.pillars { display: grid; gap: 14px; max-width: var(--maxw); margin: 0 auto; }
.pillars--2 { grid-template-columns: 1fr 1fr; }
.pillars--3 { grid-template-columns: 1fr 1fr 1fr; }
.pillars .tile { min-height: 360px; }
@media (max-width: 860px) { .pillars--2, .pillars--3 { grid-template-columns: 1fr; } }

/* PDF badge on the downloads page */
.dir__col a .dl-pdf {
  font-family: var(--sans); font-size: 9px; font-weight: 600; letter-spacing: 0.1em;
  color: var(--clay); border: 1px solid rgba(175,133,65,0.45); border-radius: 4px;
  padding: 1px 5px; margin-left: 8px; vertical-align: middle;
}
.dir__col a:hover .dl-pdf { color: var(--clay-l); border-color: var(--clay-l); }

/* recurring membership promo band */
.memberband { max-width: var(--maxw); margin: 0 auto 64px; padding: 0 var(--gutter); }
.memberband__inner {
  background: linear-gradient(110deg, var(--sage-d) 0%, var(--sage-d) 100%);
  border: 1px solid rgba(175,133,65,0.30); border-radius: var(--r-lg);
  padding: clamp(28px,4vw,44px) clamp(28px,5vw,56px);
  display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between;
  position: relative; overflow: hidden;
}
.memberband__inner::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 50% 80% at 92% 10%, rgba(201,161,91,0.16), transparent 60%);
}
.memberband__t {
  font-family: var(--display); font-size: clamp(25px,3.3vw,38px); font-weight: 300;
  letter-spacing: -0.03em; color: var(--ink); margin-top: 8px; line-height: 1.05; max-width: 22ch;
}
.memberband__t em { font-style: italic; color: var(--clay-l); }
.memberband > * , .memberband__inner > * { position: relative; z-index: 1; }

/* ---- grouped "ways to continue" offers band (membership / financing / shop) ---- */
/* related band already adds 64px below it, the footer adds 60px above it — keep
   the offers padding modest so the tiles don't float in excess whitespace. */
.offers-sec { padding-top: clamp(32px, 4vw, 44px); padding-bottom: clamp(36px, 4vw, 48px); }
.offers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.offer {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 34px 30px 28px;
  min-height: 290px;
  border-radius: var(--r-lg);
  border: 1px solid var(--rule);
  background: linear-gradient(160deg, var(--bg) 0%, var(--bg-3) 100%);
  box-shadow: 0 1px 2px rgba(74,60,40,0.05);
  transition: transform .42s var(--ease), box-shadow .42s var(--ease), border-color .42s var(--ease);
}
.offer::before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
}
.offer::after {
  content: "";
  position: absolute; left: 0; top: 0; right: 0; height: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform .5s var(--ease);
}
.offer > * { position: relative; z-index: 1; }
.offer:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(58,92,53,0.16); }
.offer:hover::after { transform: scaleX(1); }

.offer--member::before { background: radial-gradient(ellipse 62% 55% at 86% 0%, rgba(58,92,53,0.16), transparent 62%); }
.offer--member:hover { border-color: var(--sage); }
.offer--member::after { background: var(--sage); }
.offer--member .offer__glyph { color: var(--sage); }
.offer--member .offer__go { color: var(--sage); }

.offer--finance::before { background: radial-gradient(ellipse 62% 55% at 86% 0%, rgba(184,145,74,0.18), transparent 62%); }
.offer--finance:hover { border-color: var(--clay); }
.offer--finance::after { background: var(--clay); }
.offer--finance .offer__glyph { color: var(--clay); }
.offer--finance .offer__go { color: var(--clay); }

.offer--shop::before { background: radial-gradient(ellipse 62% 55% at 86% 0%, rgba(201,161,91,0.18), transparent 62%); }
.offer--shop:hover { border-color: var(--clay-l); }
.offer--shop::after { background: var(--clay-l); }
.offer--shop .offer__glyph { color: var(--clay-l); }
.offer--shop .offer__go { color: var(--clay-l); }

.offer__glyph { width: 36px; height: 36px; margin-bottom: 22px; }
.offer__glyph svg { width: 100%; height: 100%; display: block; stroke: currentColor; fill: none; }
.offer__k {
  font-family: var(--sans);
  font-size: 11px; font-weight: 500; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--ink-3);
}
.offer__t {
  font-family: var(--display);
  font-size: clamp(23px, 2.3vw, 29px);
  font-weight: 300; line-height: 1.05; letter-spacing: -0.025em;
  font-variation-settings: "opsz" 72, "SOFT" 30, "wght" 300;
  color: var(--ink);
  margin-top: 11px;
}
.offer__t em {
  font-style: italic; color: var(--clay-l);
  font-variation-settings: "opsz" 72, "SOFT" 80, "wght" 300;
}
.offer__d {
  font-size: 13.5px; line-height: 1.6; color: var(--ink-3);
  margin-top: 13px; max-width: 30ch;
}
.offer__go {
  margin-top: auto; padding-top: 24px;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-size: 12px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.offer__go .arrow { transition: transform .35s var(--ease); }
.offer:hover .offer__go .arrow { transform: translateX(6px); }
@media (max-width: 860px) { .offers { grid-template-columns: 1fr; } }

/* FAQ blocks */
.faq { max-width: 860px; margin: 0 auto; }
.faq__item { border-top: 1px solid var(--rule); padding: 28px 0; }
.faq__item:last-child { border-bottom: 1px solid var(--rule); }
.faq__q {
  font-family: var(--display); font-size: clamp(20px,2.4vw,26px); font-weight: 360;
  font-variation-settings: "opsz" 40,"SOFT" 40,"wght" 360; letter-spacing: -0.02em;
  color: var(--ink); margin: 0 0 12px; line-height: 1.2;
}
.faq__a { font-size: 16px; line-height: 1.7; color: var(--ink-2); max-width: 70ch; margin: 0; }
.faq__a a { color: var(--clay-l); text-decoration: underline; text-underline-offset: 3px; }

/* ============================================================
   ⬤  THE JOURNAL — index cards + long-form article prose
   ============================================================ */
.j-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: var(--maxw); margin: 0 auto; }
@media (max-width: 900px) { .j-grid { grid-template-columns: 1fr; } }
.j-card {
  display: flex; flex-direction: column; text-decoration: none;
  background: var(--bg-2); border: 1px solid var(--rule); border-radius: var(--r-lg);
  padding: 32px 30px;
  transition: border-color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.j-card:hover { border-color: var(--clay); transform: translateY(-3px); box-shadow: 0 18px 44px rgba(0,0,0,0.42); }
.j-card__cat { font-family: var(--sans); font-size: 11px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); margin-bottom: 16px; }
.j-card__t { font-family: var(--display); font-size: 24px; font-weight: 340; letter-spacing: -0.02em; line-height: 1.14; color: var(--ink); margin-bottom: 13px; }
.j-card__t em { font-style: italic; color: var(--clay-l); }
.j-card__x { font-size: 14.5px; line-height: 1.6; color: var(--ink-3); margin-bottom: 20px; flex: 1; }
.j-card__more { font-family: var(--sans); font-size: 11.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--clay-l); }

.article__head { max-width: 760px; margin: 0 auto; padding: clamp(120px,15vh,168px) var(--gutter) 0; }
.article__title { font-family: var(--display); font-size: clamp(34px,5vw,62px); font-weight: 280; line-height: 1.02; letter-spacing: -0.035em; color: var(--ink); margin: 16px 0 0; }
.article__title em { font-style: italic; color: var(--clay-l); }
.article__meta { font-family: var(--sans); font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-3); margin-top: 24px; padding-bottom: 28px; border-bottom: 1px solid rgba(201,161,91,0.34); }
.article__meta b { color: var(--clay); font-weight: 600; }
.article { max-width: 760px; margin: 40px auto 0; padding: 0 var(--gutter); }
.prose { font-size: 17.5px; line-height: 1.75; color: var(--ink-2); }
.prose p { margin: 0 0 24px; }
.prose h2 { font-family: var(--display); font-size: clamp(25px,3vw,33px); font-weight: 320; letter-spacing: -0.025em; color: var(--ink); margin: 46px 0 16px; line-height: 1.12; }
.prose h2 em, .prose h3 em { font-style: italic; color: var(--clay-l); }
.prose h3 { font-family: var(--display); font-size: 21px; font-weight: 380; color: var(--ink); margin: 32px 0 10px; }
.prose ul { margin: 0 0 24px; padding-left: 0; list-style: none; }
.prose li { position: relative; padding-left: 26px; margin-bottom: 11px; }
.prose li::before { content: ""; position: absolute; left: 0; top: 13px; width: 14px; height: 1px; background: var(--clay); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--clay-l); text-decoration: underline; text-underline-offset: 3px; }
.prose blockquote { margin: 32px 0; padding: 4px 0 4px 28px; border-left: 2px solid var(--clay); font-family: var(--display); font-style: italic; font-size: 22px; line-height: 1.4; color: var(--ink); }
.article__foot { max-width: 760px; margin: 44px auto 64px; padding: 32px var(--gutter) 0; border-top: 1px solid var(--rule); display: flex; flex-wrap: wrap; gap: 12px; }

/* ============================================================
   ⬤  PHOTOGRAPHIC HERO for category + treatment pages
   (brings cat-hero / t-hero up to the homepage's photo treatment)
   ============================================================ */
/* PROMOTED FROM body-composition.html INLINE OVERRIDES — that page
   established the "clear photo with side-only scrim" treatment that
   makes the hero feel present and atmospheric rather than dim. The
   defaults used to crush the photo to a dark wash with a heavy
   3-layer scrim. These rules now apply globally to every .cat-hero
   and .t-hero so the whole site's heroes match the gold standard. */
.cat-hero__photo, .t-hero__photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
  object-position: 50% 50%;
  filter: grayscale(0.42) brightness(0.98) contrast(1.04) sepia(0.15) saturate(0.94);
}
.cat-hero__scrim, .t-hero__scrim {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    linear-gradient(100deg,
      rgba(16,24,13,0.78) 0%,
      rgba(16,24,13,0.64) 42%,
      rgba(16,24,13,0.40) 58%,
      rgba(16,24,13,0.10) 78%,
      rgba(16,24,13,0.00) 100%);
}
/* keep all hero content above the photo */
.cat-hero > div:not(.cat-hero__bg), .cat-hero > .cat-hero__lead { position: relative; z-index: 1; }

/* footer social links */
.footer__social { display: flex; gap: 12px; margin-top: 22px; }
.footer__social a {
  display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  border: 1px solid var(--rule); border-radius: 50%; color: var(--ink-2);
  transition: color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);
}
.footer__social a:hover { color: var(--sage-dd); background: var(--clay-l); border-color: var(--clay-l); transform: translateY(-2px); }
.footer__social svg { width: 17px; height: 17px; display: block; }

/* header social links (desktop right cluster + mobile drawer) */
.nav__social { display: flex; align-items: center; gap: 15px; margin-right: 10px; flex-shrink: 0; }
.nav__social a { color: var(--ink-2); display: inline-flex; flex: 0 0 auto; transition: color .2s var(--ease), transform .2s var(--ease); }
.nav__social a:hover { color: var(--clay-l); transform: translateY(-1px); }
.nav__social svg { width: 17px; height: 17px; flex: 0 0 auto; display: block; }
@media (max-width: 1240px) { .nav__social { display: none; } }   /* hide when the bar gets tight */
.nav__mob-social { display: none; }
@media (max-width: 900px) {
  .nav__mob-social {
    display: flex; justify-content: center; gap: 22px; margin-top: 18px; padding-top: 18px;
    border-top: 1px solid var(--rule);
  }
  .nav__mob-social a { color: var(--ink-2); display: inline-flex; }
  .nav__mob-social svg { width: 21px; height: 21px; display: block; }
}

/* ============================================================
   ⬤  BEFORE & AFTER gallery
   ============================================================ */
.ba-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: var(--maxw); margin: 0 auto; }
@media (max-width: 760px) { .ba-grid { grid-template-columns: 1fr; } }
.ba-card { background: var(--bg-2); border: 1px solid var(--rule); border-radius: var(--r-lg); padding: 14px; transition: border-color .35s var(--ease); }
.ba-card:hover { border-color: var(--clay); }
.ba-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.ba-img {
  position: relative; aspect-ratio: 4 / 5; border-radius: 12px; overflow: hidden;
  background: linear-gradient(160deg, var(--bg-3), var(--sage-d));
  display: flex; align-items: center; justify-content: center;
}
.ba-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.ba-img::before {
  content: attr(data-label); position: absolute; top: 10px; left: 10px; z-index: 2;
  font-family: var(--sans); font-size: 10px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink); background: rgba(16,24,13,0.62); backdrop-filter: blur(6px);
  padding: 4px 9px; border-radius: 999px;
}
.ba-ph { font-family: var(--display); font-style: italic; color: var(--ink-3); font-size: 13px; z-index: 0; }
.ba-card__t { font-family: var(--display); font-size: 20px; font-weight: 360; letter-spacing: -0.02em; color: var(--ink); margin: 16px 4px 3px; }
.ba-card__t em { font-style: italic; color: var(--clay-l); }


/* nav wordmark — show ink wordmark, hide cream wordmark */
.nav__brand img.nav__logo--dark { display: none; }
.nav__brand img.nav__logo--light { display: block; }

/* --- inverted deep-sage panels: components that stay dark and need cream text --- */
/* footer */
.footer { color: #E1D8C5; }
.footer__brand { color: var(--cream); }
.footer__tag { color: #B9B19C; }
.footer__col a { color: #D8CFBC; }
.footer__col a:hover { color: var(--clay-l); }
.footer__bar { color: #A7A089; }
.footer__social a { color: #D8CFBC; }
.footer__nap a { color: #D8CFBC; }
.footer__hours { color: #B9B19C; }
.footer__hours span { color: var(--cream); }
.footer__bar-links a { color: #A7A089; }
/* dark feature tiles (deep-sage accent tiles) */
.tile--ink .tile__t,
.tile--sage .tile__t { color: var(--cream); }
.tile--ink .tile__d,
.tile--sage .tile__d { color: #C9C1AC; }
.tile--ink .tile__arrow,
.tile--sage .tile__arrow { color: #E1D8C5; }
/* photographic tiles (image + dark scrim) always read cream */
.tile--photo .tile__t,
.tile--photo .tile__arrow { color: var(--cream) !important; }
/* deep-sage placeholder behind the scrim so no-image tiles stay legible */
.tile--photo { background-color: var(--sage-d); }

/* hero sits on a dark photo + literal dark scrim in both themes → cream text */
.hero__mark { color: var(--cream); }
.hero__title { color: var(--cream); }
.hero__sub { color: #D8CFBC; }
.hero__cta .btn--ghost { color: var(--cream); border-color: rgba(231,198,141,0.55); }
.hero__cta .btn--ghost:hover { background: var(--clay); border-color: var(--clay); color: var(--sage-dd); }
/* hero proof stats sit over the dark hero photo → cream, not dark */
.proof__num { color: var(--cream); }
.proof__lbl { color: #C9C1AC; }

/* full-bleed duotone image bands keep a dark base + cream text */
.imgband { background-color: var(--sage-d); }
.imgband__line { color: var(--cream); }
.imgband__sub { color: #E7DECB; }

/* flagship feature band is deep sage in both themes → cream text */
.flagship { color: #E1D8C5; }
.flagship__copy h3 { color: var(--cream); }
.flagship .spec__val { color: var(--cream); }

/* treatment finder is a deep-sage panel → cream text + chips */
.finder h3 { color: var(--cream); }
.finder .f-result__t { color: var(--cream); }
.chip { color: #E7DECB; }
/* recurring membership promo band */
.memberband__t { color: var(--cream); }
/* warm the section atmospherics in light mode — kill the sage-green washes */
.slab::before {
  background:
    radial-gradient(ellipse 55% 50% at 92% 15%, rgba(175, 133, 65, 0.08), transparent 60%),
    radial-gradient(ellipse 60% 55% at 8% 85%, rgba(244, 236, 221, 0.42), transparent 60%),
    radial-gradient(ellipse 30% 30% at 50% 50%, rgba(175, 133, 65, 0.05), transparent 60%);
}
.flagship::before {
  background:
    radial-gradient(ellipse 70% 50% at 90% 10%, rgba(214,184,138, 0.20), transparent 60%),
    radial-gradient(ellipse 60% 60% at 10% 90%, rgba(244,236,221,0.18), transparent 60%);
}

.memberband .s-eyebrow { color: #D4B47A; }

/* "Who it helps" is a deliberately INVERTED feature panel — deep forest sage in
   both themes so it pops against the linen page (light) and lifts off the
   near-black page (dark). Cream text + gold accents. See base .slab--ideal. */
.slab--ideal { box-shadow: 0 0 0 1px rgba(138,106,56,0.16), 0 30px 70px rgba(74,60,40,0.22); }

/* inline-styled deep-sage CTA bands (membership / gift-cards / financing): the
   inline text uses var(--ink) which flips dark in light mode. These bands stay
   deep sage in BOTH themes, so force cream/gold text (overrides the inline). */
.ctaband h3 { color: var(--cream) !important; }
.ctaband p { color: #DCD3C0 !important; }
.ctaband .s-eyebrow { color: #D4B47A !important; }
.ba-card__d { font-family: var(--sans); font-size: 12px; letter-spacing: 0.04em; color: var(--ink-3); margin: 0 4px 6px; }

/* ============================================================
   ◯  NAV "NOW" PILL — top-level entry to /now.html
   Clean bronze chip, sized to sit comfortably against the
   chevroned dropdown items beside it. No dot, no uppercase
   crammed-letter-spacing crowding the word.
   ============================================================ */
.nav__link--now {
  display: inline-flex; align-items: center;
  padding: 7px 18px 9px !important;
  border-radius: 999px;
  background: var(--clay) !important;
  border: none;
  color: var(--cream) !important;
  font-family: var(--sans);
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1;
  transition: background .25s var(--ease), transform .2s var(--ease), box-shadow .25s var(--ease);
}
.nav__link--now:hover {
  background: var(--clay-d) !important;
  color: var(--cream) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(74,60,40,0.18);
}

/* ============================================================
   ◯  HELLOBAR — site-wide thin "Now at Bespoke" strip
   Fixed at top of viewport, dismissible (localStorage),
   shifts the floating nav down via html.has-hellobar.
   ============================================================ */
.hellobar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: linear-gradient(90deg, var(--sage-dd) 0%, var(--sage-d) 100%);
  color: var(--cream);
  padding: 10px 48px 10px clamp(20px, 4vw, 40px);
  font-family: var(--display);
  font-size: 14.5px; line-height: 1.35;
  font-weight: 400;
  font-variation-settings: "opsz" 24, "wght" 400, "SOFT" 50;
  letter-spacing: 0.005em;
  text-align: center;
  border-bottom: 1px solid rgba(212,180,122,0.20);
  box-shadow: 0 1px 6px rgba(0,0,0,0.22);
}
.hellobar.is-dismissed { display: none; }
/* Persist dismissal across page loads — head script adds
   .hellobar-dismissed to <html> when localStorage flag is set. Without
   this rule the hellobar would re-render at default block on re-visit
   even though the nav stays at no-hellobar position (top:14px), causing
   the hellobar to overlap and cover the nav burger/menu. */
html.hellobar-dismissed .hellobar { display: none; }
.hellobar__link { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
.hellobar__link:hover { color: #E7C68D; }
.hellobar__link:hover .hellobar__msg em { color: #E7C68D; }
.hellobar__kicker {
  font-family: var(--sans);
  font-size: 10.5px; font-style: normal; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #D4B47A;
  margin-right: 14px;
}
.hellobar__msg em { font-style: italic; color: #E7C68D; font-variation-settings: "opsz" 24, "wght" 420, "SOFT" 100; }
.hellobar__close {
  position: absolute; top: 50%; right: 14px;
  transform: translateY(-50%);
  background: transparent; border: none;
  color: rgba(236,227,208,0.5);
  font-size: 22px; line-height: 1; font-family: var(--sans);
  cursor: pointer; padding: 4px 10px;
  transition: color .2s var(--ease);
}
.hellobar__close:hover { color: var(--cream); }
/* shift the floating nav down when hellobar is present (set via inline head script) */
html.has-hellobar .nav { top: calc(14px + 36px); }
@media (max-width: 700px) {
  .hellobar { font-size: 12px; padding: 8px 40px 8px 16px; text-align: left; }
  .hellobar__kicker { display: block; margin-right: 0; margin-bottom: 2px; }
  /* Hellobar on mobile measures ~69px (kicker on its own line + 2-line
     wrapping msg + padding). Was 64px — left a 5px overlap with the nav. */
  html.has-hellobar .nav { top: calc(14px + 62px); }
}

/* ============================================================
   ◯  NOWBAND — site-wide editorial band before the footer
   Catches scrollers. Points to /now.html.
   ============================================================ */
.nowband {
  background: linear-gradient(135deg, var(--sage-d) 0%, var(--sage-dd) 100%);
  color: #E7DECB;
  padding: clamp(56px, 8vw, 96px) clamp(20px, 4vw, 40px);
  position: relative;
}
.nowband__inner {
  max-width: var(--maxw); margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.nowband__visual { position: relative; }
.nowband__img {
  width: 100%; aspect-ratio: 4 / 3;
  object-fit: cover; display: block;
  border-radius: var(--r-lg);
  box-shadow: 0 24px 60px rgba(0,0,0,0.40);
}
.nowband__copy .s-eyebrow { color: #D4B47A; margin-bottom: 18px; }
.nowband__copy .s-eyebrow::before { background: #D4B47A; }
.nowband__t {
  font-family: var(--display);
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.12; font-weight: 280;
  font-variation-settings: "opsz" 96, "SOFT" 30;
  letter-spacing: -0.022em;
  color: var(--cream);
  margin: 0 0 18px;
}
.nowband__t em { font-style: italic; color: #E7C68D; font-variation-settings: "opsz" 96, "SOFT" 100; }
.nowband__d {
  font-size: 16px; line-height: 1.55;
  color: #C5BCA8;
  max-width: 52ch;
  margin: 0 0 28px;
}
@media (max-width: 800px) {
  .nowband__inner { grid-template-columns: 1fr; }
  .nowband__visual { max-width: 480px; margin: 0 auto; }
}

/* ============================================================
   MOBILE POLISH — site-wide fixes for narrow viewports
   ============================================================ */

/* 1) Hellobar: keep the trailing arrow on the same line as its preceding word */
.hellobar__msg { text-wrap: pretty; }
.hellobar__msg em { white-space: nowrap; }

@media (max-width: 600px) {
  /* 2) Breadcrumb: tighten so it doesn't wrap awkwardly into 2-3 lines on mobile */
  .t-hero__crumb,
  .cat-hero__crumb {
    font-size: 10px;
    letter-spacing: 0.10em;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }
  .t-hero__crumb span,
  .cat-hero__crumb span { margin: 0; }

  /* Hellobar: shrink + allow message to fold cleanly */
  .hellobar { padding: 8px 36px 8px 12px; font-size: 12.5px; line-height: 1.4; }
}

/* Boulevard Self-Booking overlay: tried to override their
   [header-picture] gradient via parent CSS — confirmed unreachable.
   Their overlay renders in either an iframe or a closed shadow root,
   neither of which is reachable from this stylesheet. Override
   removed (was dead code). Current banner asset is
   boulevard-banner-textured.svg (herringbone on pure black) —
   Boulevard's gradient still composites on top at the opaque
   corner, but the herringbone reads cleanly across the rest. */
