/* =========================================
   VITALIS HEALTH & PERFORMANCE
   Premium Concierge Wellness — Main Stylesheet
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Jost:wght@200;300;400;500;600&display=swap');

/* ── Custom Properties ── */
:root {
  --off-white: #F7F5F2;
  --sage: #5E6B5C;
  --sage-light: #8A9A87;
  --sage-dark: #3D4A3B;
  --sand: #E8E3D9;
  --sand-dark: #D4CEC3;
  --black: #1F1F1F;
  --black-light: #3A3A3A;
  --white: #FFFFFF;
  --muted: #6B6B6B;
  --muted-light: #9A9A9A;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Jost', system-ui, sans-serif;

  --nav-height: 90px;
  --section-pad: clamp(80px, 10vw, 140px);
  --container: 1200px;
  --container-wide: 1400px;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --duration: 600ms;

  --shadow-sm: 0 2px 20px rgba(31, 31, 31, 0.06);
  --shadow-md: 0 8px 40px rgba(31, 31, 31, 0.10);
  --shadow-lg: 0 20px 60px rgba(31, 31, 31, 0.14);
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-sans);
  background-color: var(--off-white);
  color: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
  cursor: none;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: var(--font-sans); cursor: none; border: none; background: none; }
ul, ol { list-style: none; }

/* ── Custom Cursor ── */
.cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  mix-blend-mode: normal;
}
.cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--sage);
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background 0.2s;
  pointer-events: none;
  z-index: 9999;
}
.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--sage);
  border-radius: 50%;
  position: fixed;
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--ease-out), height 0.3s var(--ease-out), opacity 0.3s;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.6;
}
.cursor-ring.hovering {
  width: 56px;
  height: 56px;
  opacity: 0.4;
  background: rgba(94, 107, 92, 0.06);
}
.cursor-dot.hovering {
  width: 8px;
  height: 8px;
  background: var(--sage-dark);
}
/* ── Cursor turns white on all sage/dark sections ──
   Covers: sage green backgrounds, black backgrounds, dark overlays.
   Uses CSS :has() — no JavaScript needed. */
/* ── Cursor turns white on all sage/dark sections & elements ── */
body:has(.founder-content:hover) .cursor-dot,
body:has(.founder-image:hover) .cursor-dot,
body:has(.process-section:hover) .cursor-dot,
body:has(.final-cta:hover) .cursor-dot,
body:has(.section-dark:hover) .cursor-dot,
body:has(.section-sage:hover) .cursor-dot,
body:has(.footer:hover) .cursor-dot,
body:has(.standards-content:hover) .cursor-dot,
body:has(.nad-card:hover) .cursor-dot,
body:has(.service-card-nad:hover) .cursor-dot,
body:has(.book-top-bar:hover) .cursor-dot,
body:has(.btn-primary:hover) .cursor-dot,
body:has(.menu-card-image:hover) .cursor-dot,
body:has(.mission-image:hover) .cursor-dot,
body:has(.cursor-invert:hover) .cursor-dot {
  background: var(--white);
}
body:has(.founder-content:hover) .cursor-ring,
body:has(.founder-image:hover) .cursor-ring,
body:has(.process-section:hover) .cursor-ring,
body:has(.final-cta:hover) .cursor-ring,
body:has(.section-dark:hover) .cursor-ring,
body:has(.section-sage:hover) .cursor-ring,
body:has(.footer:hover) .cursor-ring,
body:has(.standards-content:hover) .cursor-ring,
body:has(.nad-card:hover) .cursor-ring,
body:has(.service-card-nad:hover) .cursor-ring,
body:has(.book-top-bar:hover) .cursor-ring,
body:has(.btn-primary:hover) .cursor-ring,
body:has(.menu-card-image:hover) .cursor-ring,
body:has(.mission-image:hover) .cursor-ring,
body:has(.cursor-invert:hover) .cursor-ring {
  border-color: rgba(255, 255, 255, 0.65);
}
body:has(.founder-content:hover) .cursor-dot.hovering,
body:has(.founder-image:hover) .cursor-dot.hovering,
body:has(.process-section:hover) .cursor-dot.hovering,
body:has(.final-cta:hover) .cursor-dot.hovering,
body:has(.section-dark:hover) .cursor-dot.hovering,
body:has(.section-sage:hover) .cursor-dot.hovering,
body:has(.footer:hover) .cursor-dot.hovering,
body:has(.standards-content:hover) .cursor-dot.hovering,
body:has(.nad-card:hover) .cursor-dot.hovering,
body:has(.btn-primary:hover) .cursor-dot.hovering,
body:has(.menu-card-image:hover) .cursor-dot.hovering,
body:has(.mission-image:hover) .cursor-dot.hovering,
body:has(.cursor-invert:hover) .cursor-dot.hovering {
  background: rgba(255, 255, 255, 0.9);
}
body:has(.founder-content:hover) .cursor-ring.hovering,
body:has(.founder-image:hover) .cursor-ring.hovering,
body:has(.process-section:hover) .cursor-ring.hovering,
body:has(.final-cta:hover) .cursor-ring.hovering,
body:has(.section-dark:hover) .cursor-ring.hovering,
body:has(.section-sage:hover) .cursor-ring.hovering,
body:has(.footer:hover) .cursor-ring.hovering,
body:has(.standards-content:hover) .cursor-ring.hovering,
body:has(.nad-card:hover) .cursor-ring.hovering,
body:has(.btn-primary:hover) .cursor-ring.hovering,
body:has(.menu-card-image:hover) .cursor-ring.hovering,
body:has(.mission-image:hover) .cursor-ring.hovering,
body:has(.cursor-invert:hover) .cursor-ring.hovering {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}

/* ── Typography ── */
h1, h2, h3, h4, h5 {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.6rem, 2.5vw, 2.4rem); }
h4 { font-size: clamp(1.2rem, 1.8vw, 1.6rem); }
h5 { font-size: 1.1rem; }
p { font-size: clamp(0.95rem, 1.2vw, 1.05rem); line-height: 1.75; }
.eyebrow {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ── Layout Utilities ── */
.container { max-width: var(--container); margin: 0 auto; padding: 0 40px; }
.container-wide { max-width: var(--container-wide); margin: 0 auto; padding: 0 40px; }
.section { padding: var(--section-pad) 0; }
.section-alt { background: var(--sand); }
.section-dark { background: var(--black); color: var(--off-white); }
.section-sage { background: var(--sage); color: var(--off-white); }
.text-center { text-align: center; }
.text-sage { color: var(--sage); }
.text-muted { color: var(--muted); }
.serif { font-family: var(--font-serif); }
.italic { font-style: italic; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 0;
  transition: all 0.3s var(--ease-out);
  cursor: none;
  position: relative;
  overflow: hidden;
}
.btn-primary {
  background: var(--sage);
  color: var(--white);
}
.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--sage-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease-out);
}
.btn-primary:hover::before { transform: scaleX(1); }
.btn-primary span { position: relative; z-index: 1; }
.btn-primary svg { position: relative; z-index: 1; transition: transform 0.3s var(--ease-out); }
.btn-primary:hover svg { transform: translateX(4px); }

.btn-outline {
  background: transparent;
  color: var(--black);
  border: 1px solid var(--black);
}
.btn-outline:hover {
  background: var(--black);
  color: var(--white);
}
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.5);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--black);
}
.btn-text {
  padding: 0;
  color: var(--sage);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}
.btn-text:hover { border-color: var(--sage); }
.btn-text svg { transition: transform 0.3s var(--ease-out); }
.btn-text:hover svg { transform: translateX(4px); }

/* ── Navigation ── */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  transition: background 0.4s, box-shadow 0.4s, backdrop-filter 0.4s;
}
.nav.scrolled {
  background: rgba(247, 245, 242, 0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(31,31,31,0.06);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: none;
}
.nav-logo img {
  height: 88px;
  width: auto;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--black);
  position: relative;
  transition: color 0.2s;
  cursor: none;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 100%;
  height: 1px;
  background: var(--sage);
  transition: right 0.3s var(--ease-out);
}
.nav-links a:hover::after,
.nav-links a.active::after { right: 0; }
.nav-links a:hover, .nav-links a.active { color: var(--sage); }
.nav-cta { margin-left: 12px; }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: none;
  padding: 8px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--black);
  transition: all 0.3s;
}

/* Mobile Nav */
.nav-mobile {
  position: fixed;
  inset: 0;
  background: var(--off-white);
  z-index: 101;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s var(--ease-out), visibility 0.4s;
}
.nav-mobile.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nav-mobile > a {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 6vw, 3rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  cursor: none;
  color: var(--black);
  opacity: 0;
  transform: translateY(18px);
  transition: color 0.2s, opacity 0.3s, transform 0.3s;
}
.nav-mobile > a:hover { color: var(--sage); }
.nav-mobile.open > a:nth-child(2) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.06s, transform 0.5s var(--ease-out) 0.06s; }
.nav-mobile.open > a:nth-child(3) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.12s, transform 0.5s var(--ease-out) 0.12s; }
.nav-mobile.open > a:nth-child(4) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.18s, transform 0.5s var(--ease-out) 0.18s; }
.nav-mobile.open > a:nth-child(5) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.24s, transform 0.5s var(--ease-out) 0.24s; }
.nav-mobile.open > a:nth-child(6) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.30s, transform 0.5s var(--ease-out) 0.30s; }
.nav-mobile.open > a:nth-child(7) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.36s, transform 0.5s var(--ease-out) 0.36s; }
.nav-mobile.open > a:nth-child(8) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.42s, transform 0.5s var(--ease-out) 0.42s; }
.nav-mobile.open > a:nth-child(9) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.48s, transform 0.5s var(--ease-out) 0.48s; }
.nav-mobile.open > a:nth-child(n+10) { opacity: 1; transform: none; transition: color 0.2s, opacity 0.5s var(--ease-out) 0.54s, transform 0.5s var(--ease-out) 0.54s; }

/* ── Hero Section ── */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh; /* accounts for mobile browser chrome */
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #f0ede8; /* off-white placeholder while video loads */
}
.hero-bg img,
.hero-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.08);
  will-change: transform;
  animation: heroZoom 14s ease-out forwards, heroFade 0.8s ease forwards;
}
/* By default show desktop, hide mobile video */
.hero-video-mobile { display: none; }
.hero-video-desktop { display: block; }
@keyframes heroZoom {
  to { transform: scale(1); }
}
@keyframes heroFade {
  from { opacity: 0; }
  to   { opacity: 1; }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(247, 245, 242, 0.88) 0%,
    rgba(247, 245, 242, 0.65) 50%,
    rgba(247, 245, 242, 0.2) 100%
  );
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding-top: var(--nav-height);
}
.hero-eyebrow {
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.2s forwards;
}
.hero h1 {
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.35s forwards;
}
.hero-sub {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--black-light);
  max-width: 480px;
  margin-bottom: 44px;
  line-height: 1.8;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.5s forwards;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.65s forwards;
}
.hero-note {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.8s forwards;
}
.hero-note::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--sage);
  flex-shrink: 0;
}
.hero-scroll {
  position: absolute;
  bottom: 40px;
  right: 60px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: fadeIn 1s ease 1.2s forwards;
}
.hero-scroll span {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  writing-mode: vertical-rl;
}
.scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--sage), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}

/* ── Scroll Animations ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes fadeLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes fadeRight {
  from { opacity: 0; transform: translateX(30px); }
  to { opacity: 1; transform: translateX(0); }
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal-left.revealed { opacity: 1; transform: translateX(0); }
.reveal-right {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out);
}
.reveal-right.revealed { opacity: 1; transform: translateX(0); }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }
.reveal-delay-5 { transition-delay: 0.5s; }
.reveal-delay-6 { transition-delay: 0.6s; }

/* ── Section Divider ── */
.divider {
  width: 48px;
  height: 1px;
  background: var(--sage);
  margin: 20px 0;
}
.divider-center { margin: 20px auto; }

/* ── The Vitalis Difference ── */
.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--sand-dark);
  border: 1px solid var(--sand-dark);
  margin-top: 72px;
}
.difference-card {
  background: var(--off-white);
  padding: 48px 40px;
  transition: background 0.3s;
}
.difference-card:hover { background: var(--sand); }
.difference-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  color: var(--sage);
}
.difference-card h4 {
  font-size: 1.15rem;
  margin-bottom: 14px;
  font-weight: 500;
}
.difference-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.8;
}

/* ── Services Preview ── */
.services-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 72px;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.service-card {
  background: var(--white);
  border: 1px solid var(--sand-dark);
  padding: 36px 28px;
  transition: all 0.4s var(--ease-out);
  position: relative;
  overflow: hidden;
  cursor: none;
}
.service-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 2px;
  background: var(--sage);
  transition: right 0.4s var(--ease-out);
}
.service-card:hover::before { right: 0; }
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: transparent;
}
.service-price {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
}
.service-card h4 {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.service-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--sage);
  margin-bottom: 16px;
}
.service-card p {
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 28px;
}
.service-card-nad {
  background: var(--black);
  color: var(--off-white);
  border-color: var(--black);
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.service-card-nad .service-price { color: var(--sage-light); }
.service-card-nad p { color: rgba(247,245,242,0.65); }
.nad-tiers {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.nad-tier {
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  transition: border-color 0.2s;
}
.nad-tier:hover { border-color: rgba(255,255,255,0.3); }
.nad-tier-name {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage-light);
  margin-bottom: 4px;
}
.nad-tier-price {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 400;
}

/* ── Who We Serve ── */
.serve-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}
.serve-image {
  position: relative;
  overflow: hidden;
}
.serve-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.8s var(--ease-out);
}
.serve-image:hover img { transform: scale(1.02); }
.serve-content {
  background: var(--sand);
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.serve-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  margin-top: 36px;
}
.serve-item {
  padding: 22px 0;
  border-bottom: 1px solid var(--sand-dark);
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.88rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.serve-item:nth-last-child(-n+2) { border-bottom: none; }
.serve-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
}

/* ── Concierge Process ── */
.process-section { background: var(--black); color: var(--off-white); }
.process-header {
  max-width: 600px;
  margin: 0 auto 80px;
  text-align: center;
}
.process-header h2 { color: var(--off-white); }
.process-header p { color: rgba(247,245,242,0.6); }
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
}
.process-steps::before { display: none; }
.process-step {
  text-align: center;
  padding: 0 24px;
  position: relative;
}
.step-num {
  font-family: var(--font-serif);
  font-size: clamp(4.5rem, 6vw, 6.5rem);
  font-weight: 300;
  color: rgba(94,107,92,0.25);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  transition: color 0.4s var(--ease-out);
}
.process-step:hover .step-num {
  color: rgba(94,107,92,0.55);
}
.process-step h4 {
  font-size: 1.1rem;
  font-weight: 400;
  color: var(--off-white);
  margin-bottom: 12px;
}
.process-step p {
  font-size: 0.82rem;
  color: rgba(247,245,242,0.5);
  line-height: 1.7;
}

/* ── Founder Section ── */
.founder-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 640px;
}
.founder-image {
  position: relative;
  overflow: hidden;
}
.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: grayscale(20%);
  transition: filter 0.4s;
}
.founder-image:hover img { filter: grayscale(0%); }
.founder-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, rgba(31,31,31,0.4), transparent);
}
.founder-content {
  background: var(--sage);
  color: var(--off-white);
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder-content .eyebrow { color: rgba(247,245,242,0.6); }
.founder-content h2 { color: var(--off-white); margin-bottom: 24px; }
.founder-content p { color: rgba(247,245,242,0.8); margin-bottom: 20px; font-size: 0.95rem; }
.founder-credentials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 36px;
}
.credential-tag {
  padding: 8px 18px;
  border: 1px solid rgba(247,245,242,0.25);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247,245,242,0.8);
}

/* ── Membership ── */
.membership-section { background: var(--off-white); }
.membership-card {
  background: var(--white);
  border: 1px solid var(--sand-dark);
  padding: 64px 56px;
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.membership-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--sage-dark), var(--sage), var(--sage-light));
}
.membership-badge {
  display: inline-block;
  padding: 8px 24px;
  border: 1px solid var(--sand-dark);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 32px;
}
.membership-card h2 { margin-bottom: 20px; }
.membership-card > p { color: var(--muted); max-width: 480px; margin: 0 auto 0; }
.membership-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 48px;
  text-align: left;
}
.membership-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 24px;
  background: var(--off-white);
}
.membership-feature svg { color: var(--sage); flex-shrink: 0; margin-top: 2px; }
.membership-feature-text h5 {
  font-size: 0.85rem;
  font-weight: 500;
  font-family: var(--font-sans);
  margin-bottom: 4px;
}
.membership-feature-text p { font-size: 0.78rem; color: var(--muted); line-height: 1.6; }

/* ── Homepage Membership Tier Preview — Editorial / Luxury ── */
.mtp-rule {
  width: 100%;
  height: 1px;
  background: var(--sand-dark);
  margin: 40px 0 0;
}
.mtp-rule + .membership-tiers-preview + .mtp-rule { margin: 0 0 40px; }
.membership-tiers-preview {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
}
.mtp-tier {
  padding: 36px 20px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-right: 1px solid var(--sand-dark);
  border-top: 3px solid var(--sand-dark);
}
.mtp-tier:last-child { border-right: none; }

/* Featured tier — sage top accent + warm sage wash */
.mtp-tier--featured {
  border-top-color: var(--sage);
  background: rgba(94, 107, 92, 0.06);
}

.mtp-label {
  font-size: 0.55rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--sage);
  margin-bottom: 4px;
  height: 14px;
}
.mtp-tier:not(.mtp-tier--featured) .mtp-label { visibility: hidden; }
.mtp-name {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  color: var(--black-light);
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.mtp-price {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 300;
  color: var(--black);
  line-height: 1;
  letter-spacing: -0.01em;
}
.mtp-tier--featured .mtp-price { color: var(--sage-dark); }
.mtp-period {
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-top: 6px;
}
.mtp-detail {
  font-size: 0.72rem;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.5;
}

@media (max-width: 640px) {
  /* Tighter rule margins inside the card on mobile */
  .mtp-rule { margin-top: 28px; }
  .mtp-rule + .membership-tiers-preview + .mtp-rule { margin-bottom: 28px; }

  .membership-tiers-preview { grid-template-columns: 1fr; }

  .mtp-tier {
    border-right: none;
    border-bottom: 1px solid var(--sand-dark);
    border-left: 2px solid transparent; /* reserve space; overridden for featured */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 20px 0 20px 12px;
    gap: 2px 12px;
  }
  .mtp-tier:last-child { border-bottom: none; }

  /* Featured tier — sage top accent + wash carried to mobile */
  .mtp-tier--featured {
    border-left-color: var(--sage);
    border-top-color: var(--sage);
    background: rgba(94, 107, 92, 0.06);
  }

  .mtp-label {
    width: 100%;
    text-align: left;
    height: auto;
    margin-bottom: 2px;
  }
  .mtp-tier:not(.mtp-tier--featured) .mtp-label { display: none; }

  /* Name: italic serif, flex-1 so it takes the left column */
  .mtp-name {
    font-size: 1rem;
    margin-bottom: 0;
    flex: 1;
    min-width: 0; /* prevents italic serif from overflowing flex container */
  }

  /* Price: bumped up from 2rem — keeps luxury weight on small screens */
  .mtp-price { font-size: 2.2rem; line-height: 1; }

  /* "per month" hidden on mobile — space is too tight */
  .mtp-period { display: none; }

  /* Detail: full-width beneath the name/price row */
  .mtp-detail { width: 100%; font-size: 0.7rem; margin-top: 4px; }

  .membership-card { padding: 44px 28px; }
}

/* ── Final CTA ── */
.final-cta {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.final-cta-bg {
  position: absolute;
  inset: 0;
}
.final-cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.final-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(31,31,31,0.85) 0%, rgba(31,31,31,0.6) 60%, rgba(94,107,92,0.4) 100%);
}
.final-cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  max-width: 640px;
  margin: 0 auto;
}
.final-cta-content .eyebrow { color: rgba(255,255,255,0.6); }
.final-cta-content h2 { color: var(--white); margin-bottom: 20px; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.final-cta-content p { color: rgba(255,255,255,0.7); margin-bottom: 44px; }

/* ── Footer ── */
.footer {
  background: var(--black);
  color: var(--off-white);
  padding: 72px 0 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 60px;
}
.footer-brand img { height: 40px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer-brand p { font-size: 0.85rem; color: rgba(247,245,242,0.5); line-height: 1.8; max-width: 280px; }
.footer-col h5 {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247,245,242,0.4);
  margin-bottom: 24px;
}
.footer-col a {
  display: block;
  font-size: 0.85rem;
  color: rgba(247,245,242,0.65);
  margin-bottom: 12px;
  transition: color 0.2s;
  cursor: none;
}
.footer-col a:hover { color: var(--off-white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p { font-size: 0.75rem; color: rgba(247,245,242,0.3); }
.footer-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(247,245,242,0.3);
}

/* ── Editorial Credit Line (replaces stats bar) ── */
.editorial-line {
  border-top: 1px solid var(--sand-dark);
  border-bottom: 1px solid var(--sand-dark);
  padding: 18px 0;
  background: var(--off-white);
}
.editorial-line-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1;
}
.editorial-line-text span { padding: 0 4px; }
.editorial-sep {
  color: var(--sage);
  font-size: 0.6rem;
  padding: 0 10px !important;
}
@media (max-width: 640px) {
  .editorial-line-text {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .editorial-sep { display: none; }
}

/* ── Scroll Progress Line ── */
.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 2px;
  height: 0%;
  background: var(--sage);
  z-index: 300;
  opacity: 0.7;
  pointer-events: none;
  transition: height 0.08s linear;
}

/* ── Nav Ghost CTA ── */
.btn-nav-ghost {
  background: transparent;
  color: var(--black);
  border: 1px solid rgba(31,31,31,0.3);
  font-size: 0.72rem;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 13px 28px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s var(--ease-out);
  cursor: none;
}
.btn-nav-ghost:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.btn-nav-ghost svg { transition: transform 0.3s var(--ease-out); }
.btn-nav-ghost:hover svg { transform: translateX(4px); }

/* ── Difference Section — Asymmetric ── */
.difference-layout {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 100px;
  align-items: start;
}
.difference-statement {
  position: sticky;
  top: 120px;
}
.difference-statement h2 { margin-top: 0; }
.difference-pull {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  color: var(--sage-dark);
  line-height: 1.5;
  padding-left: 20px;
  border-left: 2px solid var(--sage);
  margin-top: 44px;
}
.difference-cards-col { display: flex; flex-direction: column; gap: 1px; background: var(--sand-dark); border: 1px solid var(--sand-dark); }
.difference-card-hero {
  background: var(--black);
  padding: 52px 44px;
  color: var(--off-white);
}
.difference-card-hero .difference-icon { color: var(--sage-light); }
.difference-card-hero h4 { color: var(--off-white); font-size: 1.3rem; }
.difference-card-hero p { color: rgba(247,245,242,0.65); font-size: 0.9rem; }
.difference-card-hero:hover { background: var(--sage-dark); }
.difference-grid-small {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--sand-dark);
}

/* ── Testimonials ── */
.testimonials-section {
  background: var(--off-white);
  padding: var(--section-pad) 0;
  border-top: 1px solid var(--sand-dark);
  border-bottom: 1px solid var(--sand-dark);
}
.testimonials-intro {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--muted);
  text-align: center;
  margin-bottom: 64px;
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.testimonial { position: relative; }
.testimonial-mark {
  display: block;
  font-family: var(--font-serif);
  font-size: 4rem;
  line-height: 0.7;
  color: var(--sage);
  opacity: 0.25;
  margin-bottom: 20px;
  font-weight: 300;
}
.testimonial-quote {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: var(--black);
  line-height: 1.8;
  margin-bottom: 28px;
}
.testimonial-author {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 500;
}

/* ── Footer Crown ── */
.footer-crown {
  padding: 80px 40px 64px;
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-crown img {
  height: 90px;
  width: auto;
  filter: brightness(0) invert(1);
  margin: 0 auto 28px;
  opacity: 1;
}
.footer-crown-tagline {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  color: rgba(247,245,242,0.35);
  letter-spacing: 0.02em;
}
.footer-grid-slim {
  grid-template-columns: repeat(3, 1fr) !important;
  max-width: 680px;
  margin: 0 auto 60px !important;
}

/* ── Page Hero (inner pages) ── */
.page-hero {
  padding-top: calc(var(--nav-height) + 80px);
  padding-bottom: 80px;
  background: var(--sand);
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  right: -100px;
  top: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(94,107,92,0.12);
  pointer-events: none;
}
.page-hero-inner {
  max-width: 640px;
}
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.page-hero p { color: var(--muted); max-width: 480px; margin-top: 20px; }

/* ── IV Therapy Menu Page ── */
.menu-section { padding: var(--section-pad) 0; }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-top: 64px;
}
.menu-card {
  background: var(--white);
  border: 1px solid var(--sand-dark);
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  transition: box-shadow 0.4s var(--ease-out), transform 0.4s var(--ease-out);
  cursor: none;
}
.menu-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.menu-card-image {
  height: 260px;
  overflow: hidden;
  position: relative;
}
.menu-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-out);
}
.menu-card:hover .menu-card-image img { transform: scale(1.06); }
.menu-card-body { padding: 40px 36px; }
.menu-card-price {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 500;
  margin-bottom: 10px;
}
.menu-card h3 {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
.menu-card .service-tagline {
  font-size: 0.9rem;
  margin-bottom: 18px;
}
.menu-card > .menu-card-body > p {
  font-size: 0.88rem;
  color: var(--muted);
  margin-bottom: 28px;
}
.menu-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--sand);
}
.menu-detail-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-bottom: 8px;
  font-weight: 500;
}
.menu-detail-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.menu-detail-list li {
  font-size: 0.82rem;
  color: var(--black-light);
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu-detail-list li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
}
.menu-card-footer {
  padding: 20px 36px;
  background: var(--off-white);
  border-top: 1px solid var(--sand);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nad-card {
  background: var(--black);
  color: var(--off-white);
  grid-column: span 2;
}
.nad-card .menu-card-body { padding: 52px 48px; }
.nad-card .menu-card-price { color: var(--sage-light); }
.nad-card h3 { color: var(--off-white); font-size: 2rem; }
.nad-card .service-tagline { color: rgba(247,245,242,0.5); }
.nad-card > .menu-card-body > p { color: rgba(247,245,242,0.6); }
.nad-tiers-full {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 32px;
}
.nad-tier-full {
  padding: 24px 20px;
  border: 1px solid rgba(255,255,255,0.1);
  transition: all 0.3s;
}
.nad-tier-full:hover {
  border-color: rgba(94,107,92,0.5);
  background: rgba(94,107,92,0.08);
}
.nad-tier-full .nad-tier-name {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage-light);
  margin-bottom: 6px;
}
.nad-tier-full .nad-tier-mg {
  font-size: 0.8rem;
  color: rgba(247,245,242,0.4);
  margin-bottom: 12px;
}
.nad-tier-full .nad-tier-price {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  color: var(--off-white);
}

/* Add-ons section */
.addons-section { background: var(--sand); }
.addons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.addon-group { }
.addon-group-title {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--sand-dark);
}
.addon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(212,206,195,0.5);
  font-size: 0.88rem;
}
.addon-item:last-child { border-bottom: none; }
.addon-price {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: var(--sage);
}

/* ── About Page ── */
.mission-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.mission-text h2 { margin-bottom: 24px; }
.mission-text p { color: var(--muted); margin-bottom: 20px; }
.mission-image {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.mission-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission-image-accent {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 200px;
  height: 200px;
  border: 1px solid var(--sage);
  pointer-events: none;
}
.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 64px;
}
.value-card {
  padding: 40px 32px;
  border-left: 2px solid var(--sage);
  transition: background 0.3s;
}
.value-card:hover { background: var(--sand); }
.value-num {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  color: rgba(94,107,92,0.2);
  line-height: 1;
  margin-bottom: 16px;
}
.value-card h4 { margin-bottom: 14px; font-weight: 500; }
.value-card p { font-size: 0.88rem; color: var(--muted); }
.standards-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 500px;
}
.standards-image {
  position: relative;
  overflow: hidden;
}
.standards-image img { width: 100%; height: 100%; object-fit: cover; }
.standards-content {
  background: var(--sage);
  color: var(--off-white);
  padding: 72px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.standards-content .eyebrow { color: rgba(247,245,242,0.5); }
.standards-content h2 { color: var(--off-white); margin-bottom: 32px; }
.standards-list { display: flex; flex-direction: column; gap: 20px; }
.standard-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.standard-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(247,245,242,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.standard-check svg { width: 10px; height: 10px; color: var(--off-white); }
.standard-item p { font-size: 0.88rem; color: rgba(247,245,242,0.75); line-height: 1.7; }

/* ── Service Areas ── */
.areas-map-section {
  background: var(--sand);
  padding: var(--section-pad) 0;
}
.areas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.areas-visual {
  position: relative;
  height: 500px;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.map-placeholder {
  text-align: center;
}
.map-circle {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid var(--sage);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.map-circle::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(94,107,92,0.3);
}
.map-circle::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(94,107,92,0.1);
  border: 1px solid rgba(94,107,92,0.4);
}
.map-center {
  position: relative;
  z-index: 1;
  text-align: center;
}
.map-center-text {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  color: var(--sage-dark);
}
.areas-content h2 { margin-bottom: 24px; }
.areas-content p { color: var(--muted); margin-bottom: 28px; }
.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}
.area-tag {
  padding: 8px 20px;
  background: var(--white);
  border: 1px solid var(--sand-dark);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  color: var(--black-light);
  transition: all 0.2s;
}
.area-tag:hover { background: var(--sage); color: var(--white); border-color: var(--sage); }
.travel-fee-note {
  margin-top: 48px;
  padding: 28px 32px;
  background: var(--white);
  border-left: 3px solid var(--sage);
}
.travel-fee-note h5 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.travel-fee-note p { font-size: 0.85rem; color: var(--muted); }

/* ── Fee Tiers (map section) ── */
.fee-tiers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--sand-dark);
}
.fee-tier {
  background: var(--off-white);
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.fee-range {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.fee-bar {
  width: 100%;
  height: 3px;
  border-radius: 2px;
}
.fee-bar-included { background: var(--sage); }
.fee-bar-1 { background: linear-gradient(to right, var(--sage), #8A9A87); }
.fee-bar-2 { background: linear-gradient(to right, #8A9A87, #b5c0b3); }
.fee-bar-3 { background: #d4d9d3; }
.fee-price {
  font-family: var(--font-serif);
  font-size: clamp(1.6rem, 2.2vw, 2rem);
  font-weight: 400;
  color: var(--black);
  line-height: 1;
}
.fee-price.fee-included { color: var(--sage); }
.fee-price.fee-contact {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  color: var(--muted);
}
.fee-label {
  font-size: 0.75rem;
  color: var(--muted);
  letter-spacing: 0.04em;
}
/* Leaflet tooltip override */
.map-tooltip {
  font-family: var(--font-sans);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--black);
  color: var(--off-white);
  border: none;
  border-radius: 2px;
  padding: 6px 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.map-tooltip::before { border-top-color: var(--black) !important; }
@media (max-width: 768px) {
  .fee-tiers { grid-template-columns: repeat(2, 1fr); }
  #vitalis-map { height: 380px !important; }
}
@media (max-width: 480px) {
  .fee-tiers { grid-template-columns: 1fr; }
}

/* ── FAQ ── */
.faq-grid {
  max-width: 780px;
  margin: 64px auto 0;
}
.faq-item {
  border-bottom: 1px solid var(--sand-dark);
}
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
  text-align: left;
  cursor: none;
  transition: color 0.2s;
}
.faq-question:hover { color: var(--sage); }
.faq-question h4 {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
  padding-right: 24px;
}
.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: var(--sage);
  transition: transform 0.3s var(--ease-out);
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s var(--ease-out), padding 0.3s;
}
.faq-item.open .faq-answer { max-height: 500px; }
.faq-answer p {
  padding-bottom: 16px;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.85;
}
.faq-cta {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  text-decoration: none;
  margin-bottom: 28px;
  transition: color 0.2s, gap 0.2s;
  gap: 6px;
}
.faq-cta:hover { color: var(--sage-dark); gap: 10px; }

/* ── Newsletter Inline Capture ── */
.nl-inline {
  background: var(--black);
  padding: 80px 40px;
  text-align: center;
}
.nl-inline-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 16px;
}
.nl-inline h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 400;
  color: var(--off-white);
  margin-bottom: 12px;
  line-height: 1.15;
}
.nl-inline h2 em { color: var(--off-white); }
.nl-inline p {
  font-size: 0.88rem;
  color: rgba(247,245,242,0.5);
  max-width: 420px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.nl-inline-form {
  display: flex;
  max-width: 480px;
  margin: 0 auto;
  gap: 0;
}
.nl-inline-input {
  flex: 1;
  padding: 14px 20px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  background: rgba(247,245,242,0.07);
  border: 1px solid rgba(247,245,242,0.15);
  border-right: none;
  color: var(--off-white);
  outline: none;
  transition: border-color 0.2s;
}
.nl-inline-input::placeholder { color: rgba(247,245,242,0.3); }
.nl-inline-input:focus { border-color: var(--sage); }
.nl-inline-btn {
  padding: 14px 24px;
  background: var(--sage);
  color: var(--off-white);
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.nl-inline-btn:hover { background: var(--sage-dark); }
.nl-inline-fine {
  font-size: 0.68rem;
  color: rgba(247,245,242,0.22);
  margin-top: 16px;
}
.nl-inline-success {
  color: var(--sage);
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.1rem;
  margin-top: 8px;
}
@media (max-width: 540px) {
  .nl-inline-form { flex-direction: column; }
  .nl-inline-input { border-right: 1px solid rgba(247,245,242,0.15); border-bottom: none; }
  .nl-inline-btn { width: 100%; }
}

/* ── Contact ── */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  min-height: 80vh;
}
.contact-info {
  background: var(--sand);
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-info h2 { margin-bottom: 16px; }
.contact-info > p { color: var(--muted); margin-bottom: 52px; }
.contact-details { display: flex; flex-direction: column; gap: 36px; }
.contact-detail h5 {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
  font-weight: 500;
}
.contact-detail a, .contact-detail p {
  font-size: 0.95rem;
  color: var(--black);
  transition: color 0.2s;
}
.contact-detail a:hover { color: var(--sage); }
.contact-form-section {
  background: var(--white);
  padding: 80px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-form-section h3 { font-size: 1.6rem; margin-bottom: 36px; }
.form-group { margin-bottom: 28px; }
.form-group label {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
  font-weight: 500;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--sand-dark);
  background: var(--off-white);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--black);
  outline: none;
  transition: border-color 0.2s;
  border-radius: 0;
  appearance: none;
  cursor: none;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus { border-color: var(--sage); }
.form-group textarea { height: 120px; resize: none; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-note { font-size: 0.75rem; color: var(--muted); margin-top: 12px; }

/* ── Book Page ── */
.book-section {
  padding: var(--section-pad) 0;
  min-height: 80vh;
}
.book-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.book-info h2 { margin-bottom: 20px; }
.book-info p { color: var(--muted); margin-bottom: 32px; font-size: 0.9rem; }
.book-info-items { display: flex; flex-direction: column; gap: 20px; }
.book-info-item { display: flex; gap: 14px; align-items: flex-start; }
.book-info-item svg { color: var(--sage); flex-shrink: 0; margin-top: 2px; }
.book-info-item p { font-size: 0.85rem; color: var(--muted); }
.booking-embed {
  background: var(--white);
  border: 1px solid var(--sand-dark);
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.booking-placeholder { text-align: center; padding: 60px 40px; }
.booking-placeholder h3 { font-size: 1.6rem; margin-bottom: 16px; }
.booking-placeholder p { color: var(--muted); margin-bottom: 36px; }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .difference-layout { grid-template-columns: 1fr; gap: 56px; }
  .difference-statement { position: static; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-grid-slim { max-width: 100% !important; }
  .difference-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card-nad { grid-column: span 2; }
  .menu-grid { grid-template-columns: 1fr; }
  .nad-card { grid-column: span 1; }
  .nad-tiers-full { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .book-layout { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  :root { --nav-height: 68px; }
  .container { padding: 0 24px; }
  .container-wide { padding: 0 24px; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  .services-intro { grid-template-columns: 1fr; gap: 40px; }
  .serve-section { grid-template-columns: 1fr; }
  .serve-image { height: auto; aspect-ratio: 2/3; }
  .serve-image img { height: 100%; object-fit: cover; object-position: center top; }
  .serve-content { padding: 52px 28px; }
  .process-steps { grid-template-columns: 1fr; gap: 48px; }
  .process-steps::before { display: none; }
  .founder-section { grid-template-columns: 1fr; }
  .founder-image { height: 500px; }
  .founder-content { padding: 60px 40px; }
  .mission-section { grid-template-columns: 1fr; gap: 48px; }
  .values-grid { grid-template-columns: 1fr; }
  .standards-section { grid-template-columns: 1fr; }
  .standards-image { height: 400px; }
  .areas-grid { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-info { padding: 60px 32px; }
  .contact-form-section { padding: 60px 32px; }
}

@media (max-width: 640px) {
  .testimonials-grid { grid-template-columns: 1fr; }
  .difference-grid-small { grid-template-columns: 1fr; }
  .footer-crown { padding: 60px 24px 48px; }
  .footer-grid-slim { grid-template-columns: 1fr 1fr !important; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card-nad { grid-column: span 1; grid-template-columns: 1fr; }
  .nad-tiers { grid-template-columns: 1fr 1fr; }
  .difference-grid { grid-template-columns: 1fr; }
  .serve-list { grid-template-columns: 1fr; }
  .membership-features { grid-template-columns: 1fr; }
  .menu-details { grid-template-columns: 1fr; }
  .nad-tiers-full { grid-template-columns: 1fr 1fr; }
  .addons-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-scroll { display: none; }
  body { cursor: auto; }
  .cursor-dot, .cursor-ring { display: none; }

  /* ── Hero Mobile — True Cinematic Full-Bleed (9:16 portrait video) ── */
  .hero {
    flex-direction: column;
    align-items: stretch;
    min-height: 100svh;
    justify-content: flex-end;
  }

  /* Switch videos */
  .hero-video-desktop { display: none; }
  .hero-video-mobile  { display: block; }

  .hero-bg {
    position: absolute;
    inset: 0;
    background: var(--black);
  }

  /* 9:16 video fills portrait frame perfectly — no letterboxing */
  .hero-bg video,
  .hero-bg img {
    object-fit: cover;
    object-position: center center;
    transform: scale(1);
    animation: none;
  }

  /* Overlay: transparent at top, strong at bottom for text */
  .hero-overlay {
    display: block;
    background: linear-gradient(
      to top,
      rgba(20, 20, 20, 0.88) 0%,
      rgba(20, 20, 20, 0.50) 35%,
      rgba(20, 20, 20, 0.10) 65%,
      rgba(20, 20, 20, 0.30) 100%
    );
  }

  .hero .container-wide {
    position: relative;
    background: transparent;
    padding: 0 28px 52px;
    z-index: 2;
  }

  .hero-content {
    padding-top: 0;
    max-width: 100%;
  }

  /* Light text on dark overlay */
  .hero-eyebrow { margin-bottom: 14px; color: rgba(247,245,242,0.6); }
  .hero h1 {
    font-size: clamp(2.4rem, 10vw, 3rem);
    margin-bottom: 14px;
    color: var(--off-white);
  }
  .hero-sub {
    margin-bottom: 28px;
    font-size: 0.95rem;
    color: rgba(247, 245, 242, 0.78);
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    width: 100%;
  }
  .hero-actions .btn { justify-content: center; width: 100%; }
  .hero-actions .btn-outline {
    color: var(--white);
    border-color: rgba(255,255,255,0.45);
  }
  .hero-note {
    margin-top: 20px;
    color: rgba(247, 245, 242, 0.45);
  }
  .hero-note::before { background: rgba(247, 245, 242, 0.25); }
}

/* ── Most Requested Badge ── */
.drip-popular-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  background: var(--sage);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 5px 12px;
}
.service-card-popular {
  border-color: var(--sage) !important;
}
.service-card-popular::before { right: 0 !important; }
.service-popular-label {
  display: inline-block;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  background: rgba(94,107,92,0.08);
  padding: 3px 9px;
  margin-left: 8px;
  vertical-align: middle;
}

/* ── Modal Add-On Upsell ── */
.drip-modal-addons {
  background: var(--sand);
  padding: 14px 20px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.drip-modal-addon-text { display: flex; flex-direction: column; gap: 3px; }
.drip-modal-addon-eyebrow {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-light);
  font-weight: 500;
}
.drip-modal-addon-name { font-size: 0.85rem; color: var(--black); }
.drip-modal-addon-price {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  color: var(--sage);
  flex-shrink: 0;
}

/* ── Discovery Call Strip ── */
.discovery-strip {
  background: var(--sand);
  border-top: 1px solid var(--sand-dark);
  padding: 36px 0;
}
.discovery-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.discovery-strip-text p:first-child {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  color: var(--black);
  margin-bottom: 4px;
}
.discovery-strip-text p:last-child {
  font-size: 0.82rem;
  color: var(--muted);
}

/* ── IV Drip Carousel ── */
.drip-carousel-section {
  padding: var(--section-pad) 0;
  background: var(--off-white);
  overflow: hidden;
}
.drip-carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 52px;
}
.drip-carousel-arrows {
  display: flex;
  gap: 12px;
  padding-bottom: 6px;
}
.drip-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid var(--sand-dark);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  transition: all 0.3s var(--ease-out);
  color: var(--black);
  flex-shrink: 0;
}
.drip-arrow:hover { background: var(--black); color: var(--white); border-color: var(--black); }
.drip-arrow:disabled { opacity: 0.2; pointer-events: none; }

.drip-carousel-viewport { width: 100%; overflow: hidden; }
.drip-carousel-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-left: max(40px, calc(50vw - 580px));
  padding-right: max(40px, calc(50vw - 580px));
  padding-bottom: 4px;
}
.drip-carousel-track::-webkit-scrollbar { display: none; }

.drip-card {
  flex: 0 0 340px;
  scroll-snap-align: start;
  cursor: none;
  position: relative;
  overflow: hidden;
}
.drip-card-image {
  position: relative;
  aspect-ratio: 5/4;
  overflow: hidden;
}
.drip-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s var(--ease-out);
}
.drip-card:hover .drip-card-image img { transform: scale(1.05); }
.drip-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,20,20,0.9) 0%, rgba(20,20,20,0.4) 45%, rgba(20,20,20,0.05) 75%);
}
.drip-card-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 28px 32px;
  color: var(--off-white);
}
.drip-card-price {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247,245,242,0.92);
  margin-bottom: 8px;
}
.drip-card-content h3 {
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  font-weight: 400;
  color: var(--off-white);
  margin-bottom: 6px;
  line-height: 1.1;
}
.drip-card-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(247,245,242,0.6);
  margin-bottom: 18px;
  line-height: 1.4;
}
.drip-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--off-white);
  border-bottom: 1px solid rgba(247,245,242,0.3);
  padding-bottom: 2px;
  transition: border-color 0.25s, gap 0.25s var(--ease-out);
}
.drip-card:hover .drip-card-cta { border-color: var(--off-white); gap: 14px; }

.drip-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
  padding: 0 40px;
}
.drip-dot {
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background: var(--sand-dark);
  border: none;
  cursor: none;
  padding: 0;
  transition: all 0.35s var(--ease-out);
}
.drip-dot.active { background: var(--sage); width: 22px; }

/* ── NAD+ Section (standalone) ── */
.nad-section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ── Drip Modal ── */
.drip-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20,20,20,0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s var(--ease-out), visibility 0.4s;
}
.drip-modal-overlay.open { opacity: 1; visibility: visible; }
.drip-modal {
  background: var(--off-white);
  max-width: 920px;
  width: 100%;
  max-height: 90vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  transform: translateY(24px) scale(0.98);
  transition: transform 0.4s var(--ease-out);
  overflow: hidden;
}
.drip-modal-overlay.open .drip-modal { transform: translateY(0) scale(1); }
.drip-modal-image { position: relative; overflow: hidden; min-height: 480px; }
.drip-modal-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.drip-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 36px;
  height: 36px;
  background: rgba(247,245,242,0.92);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: none;
  transition: background 0.2s;
}
.drip-modal-close:hover { background: var(--white); }
.drip-modal-body {
  padding: 48px 44px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 90vh;
}
.drip-modal-price {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 12px;
}
.drip-modal-body h2 { font-size: clamp(2rem, 3vw, 2.8rem); margin-bottom: 8px; }
.drip-modal-tagline {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--sage);
  margin-bottom: 20px;
}
.drip-modal-body > p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 28px;
}
.drip-modal-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid var(--sand-dark);
  border-bottom: 1px solid var(--sand-dark);
  margin-bottom: 28px;
}
.drip-modal-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-light);
  margin-bottom: 12px;
  font-weight: 500;
}
.drip-modal-list { display: flex; flex-direction: column; gap: 7px; list-style: none; }
.drip-modal-list li {
  font-size: 0.85rem;
  color: var(--black-light);
  display: flex;
  align-items: center;
  gap: 9px;
}
.drip-modal-list li::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--sage);
  flex-shrink: 0;
}
.drip-modal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 4px;
}
.drip-modal-duration { font-size: 0.75rem; color: var(--muted); }

@media (max-width: 900px) {
  .drip-card { flex: 0 0 300px; }
  .nad-section-inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 640px) {
  .drip-card { flex: 0 0 280px; }
  .drip-card-image { aspect-ratio: 4/5; }
  .drip-carousel-header { flex-direction: column; align-items: flex-start; gap: 24px; }
  /* Mobile modal: the OVERLAY scrolls; modal sits in normal flow at natural height.
     This is the only scroll pattern iOS Safari handles reliably. */
  .drip-modal-overlay {
    padding: 0;
    display: block;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
    overscroll-behavior: contain;
  }
  .drip-modal {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: none;
    overflow: visible;
    transform: none !important;
    transition: none;
  }
  .drip-modal-image { display: none; }
  .drip-modal-body { padding: 48px 28px 56px; overflow: visible; max-height: none; }
  .drip-modal-close { position: fixed; top: 16px; right: 16px; }
  .drip-modal-details { grid-template-columns: 1fr; }
}

/* ── Newsletter Popup ── */
.nl-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 900;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.nl-backdrop--visible { opacity: 1; }

.nl-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  width: min(480px, calc(100vw - 40px));
  background: var(--off-white);
  z-index: 901;
  padding: 52px 48px 44px;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.nl-popup--visible {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.nl-close {
  position: absolute;
  top: 18px;
  right: 20px;
  background: none;
  border: none;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--muted);
  cursor: pointer;
  padding: 4px 8px;
  transition: color 0.2s;
}
.nl-close:hover { color: var(--black); }

.nl-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 14px;
}

.nl-heading {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--black);
  margin-bottom: 16px;
}
.nl-heading em { font-style: italic; color: var(--black); }

.nl-subhead {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 24px;
}

.nl-offer {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  background: var(--sand);
  border-left: 3px solid var(--sage);
  margin-bottom: 24px;
}
.nl-offer-number {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  color: var(--sage);
}
.nl-offer-number sup {
  font-size: 1.2rem;
  vertical-align: super;
}
.nl-offer-text {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.5;
}

.nl-input {
  display: block;
  width: 100%;
  padding: 13px 18px;
  font-family: var(--font-sans);
  font-size: 0.85rem;
  background: var(--white);
  border: 1px solid rgba(31,31,31,0.2);
  outline: none;
  color: var(--black);
  box-sizing: border-box;
  transition: border-color 0.2s;
  margin-bottom: 20px;
}
.nl-input:focus { border-color: var(--sage); }
.nl-input::placeholder { color: rgba(31,31,31,0.35); }

/* Consent checkboxes */
.nl-consents {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 6px;
}
.nl-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.nl-checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.nl-checkmark {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(31,31,31,0.25);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  transition: border-color 0.2s, background 0.2s;
}
.nl-checkbox:checked + .nl-checkmark {
  background: var(--sage);
  border-color: var(--sage);
}
.nl-checkbox:checked + .nl-checkmark::after {
  content: '';
  display: block;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg) translate(-1px, -1px);
}
.nl-consent-label:hover .nl-checkmark { border-color: var(--sage); }
.nl-consent-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.nl-consent-text strong {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--black);
  letter-spacing: 0.01em;
}
.nl-consent-text span {
  font-size: 0.72rem;
  color: var(--muted);
  line-height: 1.55;
}

.nl-submit {
  display: block;
  width: 100%;
  padding: 14px;
  margin-top: 18px;
  background: var(--sage);
  color: var(--off-white);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}
.nl-submit:hover { background: var(--sage-dark); }

.nl-error {
  font-size: 0.75rem;
  color: #b94a4a;
  margin-top: 8px;
  min-height: 1em;
}

.nl-fine {
  font-size: 0.72rem;
  color: rgba(31,31,31,0.38);
  margin-top: 14px;
  line-height: 1.6;
  text-align: center;
}
.nl-text-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: inherit;
  color: var(--sage);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-family: inherit;
}
.nl-text-btn:disabled { color: var(--muted); cursor: default; }

.nl-dismiss {
  display: block;
  margin: 14px auto 0;
  background: none;
  border: none;
  font-family: var(--font-sans);
  font-size: 0.72rem;
  color: var(--muted);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.nl-dismiss:hover { color: var(--black); }

/* Confirmation / Already states */
.nl-success {
  text-align: center;
  padding: 12px 0;
}
.nl-success-icon {
  font-size: 1.8rem;
  color: var(--sage);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

/* Mobile */
@media (max-width: 540px) {
  .nl-popup { padding: 44px 24px 36px; }
  .nl-offer-number { font-size: 2.4rem; }
}

/* ── Performance ── */
.hero-bg video { will-change: transform; }
.reveal, .reveal-left, .reveal-right { will-change: opacity, transform; }
.reveal.revealed, .reveal-left.revealed, .reveal-right.revealed { will-change: auto; }
.serve-image img, .founder-image img, .final-cta-bg img { will-change: transform; }

/* Defer paint cost on below-fold sections */
.section:not(:first-of-type),
.serve-section,
.process-section,
.founder-section,
.testimonials-section,
.membership-section,
.final-cta,
.footer {
  content-visibility: auto;
  contain-intrinsic-size: 0 600px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ── Availability Grid (contact page) ── */
.avail-grid { width: 100%; border-collapse: collapse; margin-top: 10px; }
.avail-row { display: grid; grid-template-columns: 80px 1fr 1fr; gap: 0; padding: 8px 0; border-bottom: 1px solid var(--sand); font-size: 0.78rem; color: var(--black-light); }
.avail-row:last-child { border-bottom: none; }
.avail-header { font-size: 0.65rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 500; padding-bottom: 6px; }

/* ═══════════════════════════════════════════
   MEMBERSHIP PAGE
   ═══════════════════════════════════════════ */

/* Hero */
.mem-hero {
  position: relative;
  padding: clamp(100px, 14vw, 160px) 24px clamp(80px, 10vw, 120px);
  text-align: center;
  overflow: hidden;
}
.mem-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
/* picture element must also fill the container */
.mem-hero-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mem-hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.mem-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(20,20,20,0.72) 0%,
    rgba(20,20,20,0.58) 50%,
    rgba(20,20,20,0.75) 100%
  );
}
.mem-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 640px;
  margin: 0 auto;
}
.mem-hero h1 { color: var(--off-white); font-size: clamp(2.8rem, 6vw, 5rem); margin-bottom: 20px; text-shadow: 0 2px 20px rgba(0,0,0,0.4); }
.mem-hero-sub { color: rgba(247,245,242,0.82); font-size: clamp(0.95rem, 2vw, 1.1rem); line-height: 1.7; margin-bottom: 32px; text-shadow: 0 1px 8px rgba(0,0,0,0.5); }

/* Nav on dark hero (membership page) — light text, dark bg */
.nav--on-dark .nav-logo img                     { filter: brightness(0) invert(1); opacity: 0.9; }
.nav--on-dark .nav-links a                      { color: var(--off-white); }
.nav--on-dark .nav-hamburger span               { background: var(--off-white); }
.nav--on-dark .btn-nav-ghost                    { color: var(--off-white); border-color: rgba(247,245,242,0.45); }
.nav--on-dark .btn-nav-ghost:hover              { background: var(--off-white); color: var(--black); border-color: var(--off-white); }
.nav--on-dark.scrolled {
  background: rgba(20, 20, 20, 0.90);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}
.nav--on-dark.scrolled .nav-links a             { color: var(--off-white); }
.nav--on-dark.scrolled .nav-links a:hover       { color: #8fa68d; }
.nav--on-dark.scrolled .nav-hamburger span      { background: var(--off-white); }
.nav--on-dark.scrolled .btn-nav-ghost           { color: var(--off-white); border-color: rgba(247,245,242,0.45); }
.nav--on-dark.scrolled .btn-nav-ghost:hover     { background: var(--off-white); color: var(--black); border-color: var(--off-white); }

/* Value Bar */
.mem-value-bar {
  background: var(--sage-dark);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.mem-value-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(247,245,242,0.8);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
.mem-value-item svg { color: var(--sage-light); flex-shrink: 0; }
.mem-value-sep { color: rgba(247,245,242,0.25); font-size: 0.6rem; }

/* Tiers Section */
.mem-tiers { background: var(--off-white); padding: clamp(80px, 10vw, 120px) 24px; }
.mem-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}

/* Card Base */
.mem-card {
  background: var(--white);
  border: 1px solid var(--sand-dark);
  padding: 44px 36px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mem-card-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 500;
  margin-bottom: 20px;
}
.mem-card-price { display: flex; align-items: baseline; gap: 4px; margin-bottom: 6px; }
.mem-price-amount { font-family: var(--font-serif); font-size: 3.2rem; font-weight: 300; color: var(--black); line-height: 1; }
.mem-price-period { font-size: 0.78rem; color: var(--muted); letter-spacing: 0.06em; }
.mem-card-save { font-size: 0.72rem; color: var(--sage); font-weight: 500; margin-bottom: 28px; }
.mem-card-divider { height: 1px; background: var(--sand); margin-bottom: 28px; }
.mem-features {
  list-style: none;
  padding: 0; margin: 0 0 36px;
  display: flex; flex-direction: column; gap: 12px;
  flex: 1;
}
.mem-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.82rem; color: var(--black-light); line-height: 1.5;
}
.mem-features li svg { flex-shrink: 0; margin-top: 2px; color: var(--sage); }
.mem-feature-muted { color: var(--muted-light) !important; }
.mem-feature-muted svg { color: var(--sand-dark) !important; }
.mem-cta { width: 100%; justify-content: center; }
.mem-card-footnote {
  font-size: 0.68rem;
  color: var(--muted-light);
  line-height: 1.6;
  margin-top: 16px;
  text-align: center;
  font-style: italic;
}
.mem-card-badge {
  position: absolute;
  top: -14px; left: 50%;
  transform: translateX(-50%);
  background: var(--sage);
  color: var(--off-white);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 16px;
  white-space: nowrap;
}

/* Featured Card */
.mem-card--featured {
  background: var(--black);
  border-color: var(--black);
  transform: translateY(-12px);
  box-shadow: 0 32px 80px rgba(31,31,31,0.18);
}
.mem-card--featured .mem-card-eyebrow { color: rgba(247,245,242,0.6); }
.mem-card--featured .mem-price-amount { color: var(--off-white); }
.mem-card--featured .mem-price-period { color: rgba(247,245,242,0.4); }
.mem-card--featured .mem-features li { color: rgba(247,245,242,0.85); }
.mem-card--featured .mem-features li svg { color: var(--sage-light); }

/* How It Works Steps */
.mem-steps { display: flex; flex-direction: column; gap: 0; }
.mem-step {
  display: flex; gap: 40px; align-items: flex-start;
  padding: 36px 0;
  border-bottom: 1px solid rgba(247,245,242,0.07);
}
.mem-step:last-child { border-bottom: none; }
.mem-step-num {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 300;
  color: var(--sage);
  line-height: 1;
  flex-shrink: 0;
  width: 64px;
}
.mem-step-body h4 { color: var(--off-white); font-size: 1.15rem; margin-bottom: 10px; font-weight: 400; }
.mem-step-body p { color: rgba(247,245,242,0.5); font-size: 0.88rem; line-height: 1.8; margin: 0; }

/* Responsive */
@media (max-width: 900px) {
  .mem-cards { grid-template-columns: 1fr; gap: 20px; }
  .mem-card--featured { transform: none; }
  .mem-value-sep { display: none; }
}
@media (max-width: 640px) {
  /* Full-screen hero on mobile — portrait image fills beautifully */
  .mem-hero {
    min-height: 100svh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: calc(var(--nav-height) + 24px) 24px 48px;
  }
  .mem-hero-inner {
    width: 100%;
    text-align: center;
  }
  /* Tighten type for small screens */
  .mem-hero h1 { font-size: clamp(2.2rem, 8vw, 2.8rem); }
  .mem-hero-sub { font-size: 0.95rem; }

  /* Value bar: 2-column grid on mobile */
  .mem-value-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 12px;
    padding: 20px 20px;
  }
  .mem-value-sep { display: none; }
  .mem-value-item {
    font-size: 0.68rem;
    gap: 6px;
  }
  .mem-value-item svg { width: 16px; height: 16px; }

  /* Cards: give them visible structure on mobile */
  .mem-card {
    border: 1px solid var(--sand-dark);
    background: var(--white);
    border-radius: 2px;
    padding: 36px 24px 32px;
  }
  .mem-card--featured {
    background: var(--black);
    border-color: var(--black);
  }
}
@media (max-width: 540px) {
  .mem-step { gap: 24px; }
  .mem-step-num { font-size: 2rem; width: 44px; }
}

/* ── Nav Login link ── */
.nav-links .nav-login {
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-links .nav-login::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: currentColor;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><path d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/></svg>') no-repeat center / contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2"><path d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/></svg>') no-repeat center / contain;
}
.nav-links .nav-login:hover { color: var(--sage); }
