/* ============================================================
   Vitality Care — Design System
   Warm editorial. Muted plum + sage + terracotta.
   ============================================================ */

:root {
  /* Default palette: Brand (logo-matched: teal wordmark, sage leaves, coral spine, gold face) */
  --bg: #f4ede1;
  --bg-mute: #ebe2d2;
  --bg-mauve: #d8e0d4;          /* soft sage wash */
  --bg-mauve-soft: #e7ebde;
  --bg-dark: #1d3a3c;
  --ink: #1d3a3c;
  --ink-soft: #4a6062;
  --ink-mute: #7a8c8d;
  --line: #d6cdbd;
  --line-strong: #b3a895;

  --primary: #246a6d;            /* logo teal */
  --primary-deep: #184e51;
  --secondary: #7a9670;          /* logo sage */
  --accent: #d56a5a;             /* logo coral */
  --accent-soft: #e9a195;
  --gold: #c89f6e;               /* logo gold */

  --max: 1180px;
  --gutter: clamp(18px, 4vw, 56px);

  --radius-sm: 6px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-soft: 0 1px 0 rgba(29, 58, 60, 0.06), 0 18px 40px -24px rgba(29, 58, 60, 0.20);

  --font-sans: "Manrope", ui-sans-serif, system-ui, -apple-system, "Helvetica Neue", sans-serif;
  --font-serif: "Instrument Serif", "Cormorant Garamond", Georgia, serif;
  --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, monospace;
}

/* Palette variants — toggled by tweaks */
[data-palette="brand"] {
  /* values above are the brand default */
}
[data-palette="sage"] {
  --bg: #f1ede2;
  --bg-mute: #e6dfcf;
  --bg-mauve: #c9d3bc;
  --bg-mauve-soft: #dde3d2;
  --primary: #5d6f55;
  --primary-deep: #44523f;
  --secondary: #9a8a6e;
  --accent: #c47553;
  --ink: #2a3127;
  --ink-soft: #56604f;
  --ink-mute: #7b8472;
  --bg-dark: #2a3127;
}
[data-palette="terra"] {
  --bg: #f5eee2;
  --bg-mute: #ecdfcb;
  --bg-mauve: #e7c4a8;
  --bg-mauve-soft: #f1d9c5;
  --primary: #a45a3a;
  --primary-deep: #7c4128;
  --secondary: #246a6d;
  --accent: #c89f6e;
  --ink: #322217;
  --ink-soft: #604838;
  --ink-mute: #8a7461;
  --bg-dark: #322217;
}
[data-palette="plum"] {
  --bg: #f3ede3;
  --bg-mute: #ebe2d4;
  --bg-mauve: #d9c8d2;
  --bg-mauve-soft: #e8dbe1;
  --bg-dark: #2a2334;
  --ink: #2a2334;
  --ink-soft: #574b65;
  --ink-mute: #7a6e87;
  --primary: #6b5b8a;
  --primary-deep: #4f4368;
  --secondary: #8a9a7b;
  --accent: #d4825c;
  --accent-soft: #e9b59a;
}

/* Reset / base */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100vw; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  font-feature-settings: "ss01", "cv11";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }

/* Typography */
h1, h2, h3, h4 { margin: 0; font-weight: 600; letter-spacing: -0.02em; line-height: 1.05; }
h1 { font-size: clamp(40px, 4.6vw, 62px); font-weight: 500; letter-spacing: -0.035em; line-height: 1.02; }
h2 { font-size: clamp(32px, 3.8vw, 56px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.05; }
h3 { font-size: clamp(22px, 2vw, 30px); font-weight: 600; letter-spacing: -0.02em; line-height: 1.15; }
h4 { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
p  { margin: 0; font-size: 17px; color: var(--ink-soft); line-height: 1.6; text-wrap: pretty; }
.lede { font-size: clamp(18px, 1.4vw, 22px); color: var(--ink-soft); line-height: 1.55; max-width: 56ch; }
.lede-accent {
  color: var(--primary);
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: 1.22em;
  line-height: 1;
}
.eyebrow {
  font-family: var(--font-mono);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }

/* Layout helpers */
.wrap { max-width: var(--max); margin: 0 auto; padding-inline: var(--gutter); }
.landing-shell {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 100svh;
}
@supports (min-height: 100dvh) {
  .landing-shell { min-height: 100dvh; }
}
.section { padding-block: clamp(56px, 7vw, 112px); position: relative; }
.section-tight { padding-block: clamp(32px, 4vw, 56px); }
.divider {
  height: 1px;
  background: linear-gradient(to right, transparent, var(--line-strong), transparent);
  opacity: 0.6;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.15s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--ink);
  color: var(--bg);
}
.btn-primary:hover { background: var(--primary-deep); transform: translateY(-1px); }
.btn-accent {
  background: var(--accent);
  color: #fff;
}
.btn-accent:hover { background: #b9683f; transform: translateY(-1px); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover { background: var(--ink); color: var(--bg); }
.btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: gap 0.2s ease;
}
.btn-link:hover { gap: 14px; }
.btn .arrow { transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

.button-row-offset {
  margin-top: 28px;
}

.section-title-offset {
  margin-top: 18px;
}

.price-unit {
  color: var(--ink-mute);
  font-size: 14px;
  font-weight: 500;
}

.member-note {
  margin-top: 4px;
  color: rgba(243, 237, 227, 0.55);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-align: center;
}

.step-link-bottom {
  margin-top: auto;
}

.faq-contact {
  margin-top: 0;
  text-align: center;
}

.inline-contact-link {
  border-bottom: 1px solid currentColor;
  color: var(--primary);
  font-weight: 600;
}

.accent-eyebrow {
  color: var(--accent-soft);
}

.cta-login {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

/* Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px) saturate(140%);
  background: color-mix(in oklab, var(--bg) 82%, transparent);
  border-bottom: 1px solid color-mix(in oklab, var(--line-strong) 35%, transparent);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0;
}
/* Brand lockup — uses the real logo PNG */
.brand-mark {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.brand-mark img {
  height: 132px;
  width: auto;
  display: block;
  margin-block: -18px;  /* visually trim the transparent padding inside the PNG */
}
.brand-mark--light img {
  /* Place logo on dark footer — drop on a light chip so the gold/coral read clean */
  background: var(--bg);
  border-radius: 10px;
  padding: 10px 14px;
  height: 152px;
}

/* About photo stack: badge below photo */
.about-photo-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.about-photo-stack .about-photo { width: 100%; }
.about-photo-stack .badge {
  background: var(--bg-mute);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 22px;
  font-size: 13px;
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.about-photo-stack .badge .dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--secondary) 30%, transparent);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 3px color-mix(in oklab, var(--secondary) 30%, transparent); }
  50%      { box-shadow: 0 0 0 6px color-mix(in oklab, var(--secondary) 12%, transparent); }
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 15px;
  color: var(--ink-soft);
  font-weight: 500;
  transition: color 0.15s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.patient-login {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  background: transparent;
  transition: all 0.18s ease;
}
.patient-login:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }
.patient-login .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--secondary);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--secondary) 30%, transparent);
}

/* HERO */
.hero {
  display: flex;
  align-items: center;
  padding-block: clamp(32px, 4vw, 56px);
}
.hero > .wrap { width: 100%; }

/* Hero V1: split */
.hero[data-variant="split"] .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(30px, 4vw, 64px);
  align-items: center;
}
.hero[data-variant="split"] .hero-image {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: var(--bg-mauve);
  position: relative;
  width: min(100%, 410px);
  justify-self: end;
}
.hero[data-variant="split"] .hero-image img {
  width: 100%; height: 100%; object-fit: cover; object-position: 58% 50%;
}

/* Hero V2: full-bleed photo with overlay */
.hero[data-variant="bleed"] .hero-grid {
  display: block;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: clamp(560px, 78vh, 760px);
  isolation: isolate;
}
.hero[data-variant="bleed"] .hero-image {
  position: absolute; inset: 0; z-index: 0;
}
.hero[data-variant="bleed"] .hero-image img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero[data-variant="bleed"] .hero-image::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(42, 35, 52, 0.62) 0%, rgba(42, 35, 52, 0.20) 50%, rgba(42, 35, 52, 0) 80%);
}
.hero[data-variant="bleed"] .hero-copy {
  position: relative; z-index: 1;
  padding: clamp(40px, 6vw, 80px);
  color: #fff;
  max-width: 760px;
}
.hero[data-variant="bleed"] .hero-copy h1,
.hero[data-variant="bleed"] .hero-copy .lede,
.hero[data-variant="bleed"] .hero-copy .eyebrow {
  color: #fff;
}
.hero[data-variant="bleed"] .hero-copy .lede { opacity: 0.92; }
.hero[data-variant="bleed"] .hero-copy .eyebrow::before { background: #fff; }
.hero[data-variant="bleed"] .hero-meta { color: rgba(255,255,255,0.85); border-color: rgba(255,255,255,0.25); }
.hero[data-variant="bleed"] .hero-meta strong { color: #fff; }

/* Hero V3: editorial — big type, photo strip below */
.hero[data-variant="editorial"] .hero-grid {
  display: block;
  text-align: center;
}
.hero[data-variant="editorial"] .hero-copy { max-width: 18ch; margin: 0 auto 56px; }
.hero[data-variant="editorial"] .hero-copy h1 { font-size: clamp(56px, 8vw, 130px); }
.hero[data-variant="editorial"] .hero-copy .lede { margin: 24px auto 28px; }
.hero[data-variant="editorial"] .hero-actions { justify-content: center; }
.hero[data-variant="editorial"] .hero-meta { display: none; }
.hero[data-variant="editorial"] .hero-image {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.hero[data-variant="editorial"] .hero-image .photo {
  border-radius: var(--radius);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--bg-mauve);
}
.hero[data-variant="editorial"] .hero-image .photo.tall { aspect-ratio: 3 / 4.6; align-self: center; }
.hero[data-variant="editorial"] .hero-image img { width: 100%; height: 100%; object-fit: cover; }

/* Shared hero copy */
.hero-copy { max-width: 620px; }
.hero-copy h1 { margin-top: 18px; margin-bottom: 22px; }
.hero-copy h1 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--primary); }
.hero-copy .lede {
  margin-bottom: 24px;
  max-width: 44ch;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-meta {
  margin-top: 28px;
  display: flex;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  color: var(--ink-soft);
}
.hero-meta strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 2px;
}

/* Marquee strip */
.marquee {
  background: var(--ink);
  color: var(--bg);
  padding: 14px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: scroll 38s linear infinite;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.marquee-track span { display: inline-flex; align-items: center; gap: 56px; }
.marquee-track span::after {
  content: "✻";
  color: var(--accent);
  margin-left: 56px;
}
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Mission / mauve mood section */
.mood {
  background: var(--bg-mauve);
}
.mood-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.mood-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: var(--bg-mauve-soft);
}
.mood-photo img { width: 100%; height: 100%; object-fit: cover; }
.mood h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--primary-deep); }
.mood p { color: var(--ink); }
.mood .lede { color: var(--ink); margin-top: 20px; margin-bottom: 28px; }

/* Section header */
.section-head {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(24px, 4vw, 80px);
  align-items: end;
  margin-bottom: clamp(32px, 4.2vw, 56px);
}
.section-head .head-meta { padding-top: 8px; }
.section-head h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--primary); }

/* Why grid */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.why-card {
  background: var(--bg);
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 210px;
  transition: background 0.2s ease;
}
.why-card:hover { background: var(--bg-mute); }
.why-card .num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--primary);
  text-transform: uppercase;
}
.why-card h3 { margin-bottom: 4px; }
.why-card p { font-size: 15px; }

/* Services + Membership */
.services {
  background: var(--bg-mute);
}
.services-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}
.service-list { display: flex; flex-direction: column; gap: 0; }
.service-row {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line-strong);
  align-items: start;
}
.service-row:last-child { border-bottom: 1px solid var(--line-strong); }
.service-row .num {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--ink-mute);
  padding-top: 4px;
}
.service-row .body h4 { margin-bottom: 8px; font-size: 22px; font-weight: 600; }
.service-row .body p { font-size: 15px; }
.service-row .tags { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.service-row .tag {
  font-size: 12px;
  padding: 4px 10px;
  background: var(--bg);
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  color: var(--ink-soft);
}

/* Membership card */
.member-card {
  background: var(--ink);
  color: var(--bg);
  border-radius: var(--radius-lg);
  padding: 34px 30px;
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  isolation: isolate;
}
.member-card::before {
  content: none;
}
.member-card .eyebrow { color: var(--accent-soft); }
.member-card .eyebrow::before { background: var(--accent-soft); }
.member-card .price {
  display: flex; align-items: baseline; gap: 6px;
  font-family: var(--font-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(58px, 5.4vw, 72px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--bg);
}
.member-card .price .currency { font-size: 32px; }
.member-card .price .per { font-family: var(--font-sans); font-style: normal; font-size: 16px; color: var(--accent-soft); margin-left: 4px; font-weight: 500; }
.member-card h3 { color: var(--bg); font-size: 24px; font-weight: 500; letter-spacing: -0.02em; }
.member-card p { color: rgba(243, 237, 227, 0.75); }
.member-card ul { list-style: none; padding: 0; margin: 8px 0 0; display: flex; flex-direction: column; gap: 10px; }
.member-card li {
  font-size: 14px;
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(243, 237, 227, 0.92);
}
.member-card li::before {
  content: "";
  width: 14px; height: 14px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--accent);
  flex: none;
}
.member-card .btn-accent { margin-top: 12px; justify-content: center; }

/* Split quote */
.quote-section {
  background:
    linear-gradient(135deg, rgba(29, 58, 60, 0.98), rgba(35, 50, 48, 0.96));
  color: var(--bg);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.quote-section .quote-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  gap: clamp(32px, 5vw, 64px);
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
}
.quote-copy {
  max-width: 760px;
  text-align: left;
}
.quote-section .eyebrow { color: var(--accent-soft); }
.quote-section .eyebrow::before { background: var(--accent-soft); }
.quote-section h2 {
  color: var(--bg);
  font-size: clamp(38px, 4.6vw, 68px);
  margin-block: 24px 30px;
}
.quote-section h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--accent-soft); }
.quote-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 2 / 3;
  box-shadow: 0 28px 70px -34px rgba(0, 0, 0, 0.68);
}
.quote-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* About / Jess */
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.about-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--bg-mauve);
  position: relative;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about-body h2 { margin-bottom: 24px; }
.about-body h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--primary); }
.about-body .signature {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 36px;
  color: var(--primary);
  margin-top: 28px;
  letter-spacing: -0.01em;
}
.about-body p + p { margin-top: 18px; }
.creds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.creds .cred .label {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--ink-mute);
  margin-bottom: 6px;
}
.creds .cred .val { font-size: 15px; color: var(--ink); font-weight: 600; }

/* How it works */
.steps {
  background: var(--bg-mauve-soft);
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.step {
  background: var(--bg);
  padding: 30px 28px 34px;
  border-radius: var(--radius-lg);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  min-height: 230px;
}
.step .step-num {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 64px;
  line-height: 0.8;
  color: var(--primary);
  letter-spacing: -0.03em;
}
.step h3 { font-size: 22px; }
.step p { font-size: 15px; }

/* FAQ */
#faq {
  padding-block: clamp(48px, 5vw, 76px);
}
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 36px);
  align-items: start;
}
.faq-head {
  text-align: center;
}
.faq-head .eyebrow {
  justify-content: center;
}
.faq-head .section-title-offset {
  font-size: clamp(30px, 3vw, 42px);
  white-space: nowrap;
}
.faq-list {
  column-count: 2;
  column-gap: clamp(32px, 5vw, 72px);
  border-top: none;
}
.faq-item {
  break-inside: avoid;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.015em;
  color: var(--ink);
}
.faq-q .plus {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  position: relative;
  flex: none;
  transition: background 0.2s ease, transform 0.3s ease;
}
.faq-q .plus::before, .faq-q .plus::after {
  content: "";
  position: absolute;
  background: var(--ink);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.faq-q .plus::before { width: 12px; height: 1.5px; }
.faq-q .plus::after { width: 1.5px; height: 12px; }
.faq-item[data-open="true"] .faq-q .plus { background: var(--ink); }
.faq-item[data-open="true"] .faq-q .plus::before,
.faq-item[data-open="true"] .faq-q .plus::after { background: var(--bg); }
.faq-item[data-open="true"] .faq-q .plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}
.faq-item[data-open="true"] .faq-a {
  max-height: 600px;
  opacity: 1;
  padding-bottom: 18px;
}
.faq-a p { font-size: 15px; padding-right: 24px; }

/* CTA */
.cta {
  background: var(--primary);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(40px, 5.5vw, 72px);
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta::before {
  content: "✻";
  position: absolute;
  top: -32px; right: 12px;
  font-size: 220px;
  color: var(--accent);
  opacity: 0.18;
  font-family: serif;
  line-height: 1;
}
.cta h2 { color: #fff; font-size: clamp(34px, 4vw, 56px); }
.cta h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; color: var(--accent-soft); }
.cta p { color: rgba(255,255,255,0.85); margin-top: 16px; }
.cta .cta-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.cta .cta-actions .btn { justify-content: center; padding: 18px 28px; font-size: 16px; }
.cta .cta-actions .btn-accent:hover { background: #b9683f; }
.cta .cta-actions .micro {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  text-align: center;
  margin-top: 4px;
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
}

/* Footer */
footer {
  background: var(--ink);
  color: var(--bg);
  padding-block: 64px 32px;
}
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 44px;
}
.foot-brand p { color: rgba(243,237,227,0.7); margin-top: 18px; max-width: 36ch; font-size: 15px; }
.foot-col h4 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(243,237,227,0.5);
  margin-bottom: 16px;
  font-weight: 500;
}
.foot-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.foot-col a { color: rgba(243,237,227,0.85); font-size: 15px; transition: color 0.15s ease; }
.foot-col a:hover { color: var(--accent-soft); }
.foot-bottom {
  border-top: 1px solid rgba(243,237,227,0.12);
  padding-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px 32px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(243,237,227,0.55);
  font-family: var(--font-mono);
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.copyright-notice { max-width: 840px; }
.footer-context { white-space: nowrap; }

/* Mobile */
@media (max-width: 900px) {
  :root { --gutter: 20px; }
  h1 { font-size: clamp(40px, 9vw, 56px); }
  h2 { font-size: clamp(30px, 7vw, 46px); }
  p { font-size: 16px; }
  .lede { font-size: 17px; }
  .section { padding-block: 52px; }
  .section-tight,
  .hero { padding-block: 38px 48px; }
  .nav-inner { padding-block: 2px; gap: 12px; flex-wrap: nowrap; }
  .nav .brand-mark {
    flex: 0 1 auto;
    align-items: flex-start;
    width: min(48vw, 172px);
    height: 64px;
    min-width: 0;
    overflow: hidden;
  }
  .nav .brand-mark img {
    height: 103px !important;
    width: auto;
    max-width: none;
    margin-block: 0 !important;
    flex: none;
    object-fit: contain;
    transform: translateY(-23px);
  }
  .nav-links { display: none; }
  .nav-actions { flex: none; gap: 8px; }
  .nav-actions .patient-login { display: none; }   /* keep Join CTA on mobile */
  .nav-actions .btn { padding: 10px 14px; font-size: 13px; }
  .marquee-track { animation-duration: 12.67s; }

  .hero[data-variant="split"] .hero-grid,
  .mood-inner,
  .about-grid,
  .services-grid,
  .faq-grid,
  .cta { grid-template-columns: 1fr; }
	  .why-grid,
	  .steps-grid { grid-template-columns: 1fr; }
	  .section-head { grid-template-columns: 1fr; }
	  .foot-grid { grid-template-columns: 1fr 1fr; }
  .hero[data-variant="split"] .hero-grid { gap: 28px; }
  .hero[data-variant="split"] .hero-image,
  .mood-photo { aspect-ratio: 16 / 10; }
  .mood-inner,
  .about-grid,
  .services-grid,
  .faq-grid { gap: 32px; }
  .section-head { gap: 18px; margin-bottom: 28px; }
  .why-card {
    min-height: auto;
    padding: 24px 22px;
  }
  .services-grid { align-items: stretch; }
  .service-row {
    grid-template-columns: 56px 1fr;
    gap: 14px;
    padding: 18px 0;
  }
  .service-row .body h4 { font-size: 20px; }
  .service-row .tags { margin-top: 10px; }
  .member-card {
    position: static;
    padding: 28px 24px;
    gap: 14px;
  }
  .member-card .price { font-size: 60px; }
  .member-card::before { width: 180px; height: 180px; }
	  .hero[data-variant="bleed"] .hero-grid { min-height: 540px; }
	  .hero[data-variant="bleed"] .hero-copy { padding: 32px 24px; }
	  .hero[data-variant="editorial"] .hero-image { grid-template-columns: 1fr; }
  .hero-copy h1 { margin-top: 16px; margin-bottom: 18px; }
  .hero-copy .lede { margin-bottom: 22px; }
  .hero-meta {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 26px;
    padding-top: 18px;
  }

	  /* Tame oversized type slightly on small screens */
	  .quote-section .quote-inner { grid-template-columns: 1fr; }
	  .quote-copy { text-align: center; margin-inline: auto; }
	  .quote-section h2 { font-size: clamp(32px, 8vw, 56px); }
  .quote-photo {
	    width: min(100%, 420px);
	    margin-inline: auto;
	  }
  .about-photo-stack { gap: 14px; }
  .about-photo {
    max-width: 520px;
    margin-inline: auto;
  }
  .steps-grid { gap: 16px; margin-top: 28px; }
  .step {
    min-height: auto;
    padding: 24px 22px 28px;
  }
  .step .step-num { font-size: 48px; }
  .faq-q {
    padding: 16px 0;
    font-size: 17px;
  }
  .faq-head .section-title-offset { white-space: normal; }
  .faq-list { column-count: 1; }
  .faq-a p {
    font-size: 15px;
    padding-right: 0;
  }
  .cta {
    padding: 32px 26px;
    gap: 22px;
  }
  .cta::before { display: none; }
  .cta .cta-actions .btn {
    padding: 15px 20px;
    font-size: 15px;
  }
  footer { padding-block: 52px 30px; }
  .foot-grid { gap: 28px; margin-bottom: 36px; }

	  /* Footer logo chip */
	  .brand-mark--light img { height: 104px !important; padding: 8px 12px !important; }
}

@media (max-width: 520px) {
  .nav-inner { gap: 8px; }
  .section { padding-block: 44px; }
  .section-tight,
  .hero { padding-block: 32px 42px; }
  .hero[data-variant="split"] .hero-grid { gap: 24px; }
  .hero[data-variant="split"] .hero-image,
  .mood-photo { aspect-ratio: 16 / 11; }
  .hero-meta {
    display: grid;
    grid-template-columns: 1fr;
  }
  .hero-actions .btn {
    flex: 1 1 auto;
    justify-content: center;
  }
  .mood-inner,
  .about-grid,
  .services-grid,
  .faq-grid { gap: 26px; }
  .section-head { margin-bottom: 24px; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-context { white-space: normal; }
  .why-card { padding: 22px 20px; }
  .service-row { grid-template-columns: 60px 1fr; gap: 12px; }
  .member-card { padding: 26px 22px; }
  .member-card .price { font-size: 56px; }
  .member-card .price .per { font-size: 14px; }
  .quote-section h2 { font-size: clamp(30px, 8vw, 42px); }
  .quote-photo { width: min(100%, 340px); }
  .about-photo { max-width: 340px; }
  .creds { grid-template-columns: 1fr; gap: 12px; }
  .faq-q { gap: 16px; }
  .cta {
    padding: 28px 22px;
    border-radius: var(--radius);
  }
  .cta h2 { font-size: clamp(30px, 8vw, 40px); }
  .hero-meta strong { font-size: 18px; }
}
