/* ==========================================================================
   Experience Health & Wellness Center — design system
   Coastal editorial: Fraunces display serif + Hanken Grotesk, navy ink on
   warm foam, sea-green accents, nautical contour texture.
   ========================================================================== */

:root {
  --navy-950: #0a1830;
  --navy-900: #10243f;
  --navy-800: #16345e;
  --navy-700: #1f4377;
  --green-600: #3f8f4c;
  --green-500: #4aa758;
  --green-300: #9ed4a6;
  --foam: #f8f6f0;
  --sand: #efeadf;
  --paper: #fffdf8;
  --ink: #142b4d;
  --ink-soft: rgba(20, 43, 77, 0.72);
  --line: rgba(20, 43, 77, 0.14);
  --display: "Bricolage Grotesque", "Hanken Grotesk", sans-serif;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Hanken Grotesk", -apple-system, sans-serif;
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-lg: 0 30px 60px -20px rgba(10, 24, 48, 0.35);
  --radius: 18px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--foam);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

/* Nautical contour texture — applied to light sections */
.restore, .visit {
  background-image:
    radial-gradient(ellipse 1200px 600px at 110% -10%, rgba(63, 143, 76, 0.06), transparent 60%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'%3E%3Cg fill='none' stroke='%23142b4d' stroke-opacity='0.045' stroke-width='1.2'%3E%3Cpath d='M-30 90 C90 30 180 140 320 80 S 520 120 540 60'/%3E%3Cpath d='M-30 170 C100 110 200 220 330 160 S 520 210 560 140'/%3E%3Cpath d='M-30 250 C90 195 190 300 320 240 S 520 290 560 220'/%3E%3Cpath d='M-30 330 C100 275 200 380 330 320 S 520 370 560 300'/%3E%3C/g%3E%3C/svg%3E");
}

.container { width: min(1180px, 92vw); margin-inline: auto; }

/* ---------- type ---------- */
h1, h2, h3 { font-family: var(--display); font-weight: 760; line-height: 0.98; letter-spacing: -0.028em; }
h1 { font-size: clamp(2.7rem, 8.5vw, 8rem); }
h2 { font-size: clamp(2.3rem, 5.2vw, 4.1rem); margin-bottom: 0.5em; }
h2 em, h1 em {
  font-family: var(--serif); font-style: italic; font-weight: 480;
  color: var(--green-600); letter-spacing: -0.01em; font-size: 1.02em;
}

.kicker {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--green-600); margin-bottom: 1rem; display: flex; align-items: center; gap: 0.75rem;
}
.kicker::before { content: ""; width: 2.2rem; height: 2px; background: var(--green-500); flex: none; }
.kicker-light { color: var(--green-300); }
.kicker-light::before { background: var(--green-300); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--sans); font-weight: 800; font-size: 1rem; letter-spacing: 0.01em;
  padding: 1.05rem 1.9rem; border-radius: 999px; text-decoration: none; white-space: nowrap;
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), background 0.25s;
  will-change: transform;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { transition: transform 0.3s var(--ease-out); }
.btn:hover svg { transform: translateX(4px); }
.btn-green { background: var(--green-600); color: #fff; box-shadow: 0 14px 30px -12px rgba(63, 143, 76, 0.6); }
.btn-green:hover { background: var(--green-500); }
.btn-navy, .btn-solid { background: var(--navy-800); color: #fff; box-shadow: 0 14px 30px -12px rgba(16, 36, 63, 0.5); }
.btn-navy:hover, .btn-solid:hover { background: var(--navy-700); }
.btn-ghost { color: #fff; border: 1.5px solid rgba(255, 255, 255, 0.55); backdrop-filter: blur(4px); }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }
.btn-outline { color: var(--navy-800); border: 1.5px solid var(--navy-800); }
.btn-outline:hover { background: var(--navy-800); color: #fff; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--navy-900); color: #fff; padding: 0.8rem 1.4rem; border-radius: 0 0 12px 0;
}
.skip-link:focus { left: 0; }

/* ---------- header (always solid & readable) ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: rgba(248, 246, 240, 0.97);
  /* NOTE: do NOT add backdrop-filter/filter/transform here. Any of those makes
     this header the containing block for the fixed mobile-nav overlay, which
     then collapses into the header bar instead of filling the viewport. */
  border-bottom: 1px solid var(--line);
  transition: box-shadow 0.4s, padding 0.4s;
  padding: 0.7rem 0;
}
.site-header.is-scrolled {
  box-shadow: 0 14px 40px -22px rgba(10, 24, 48, 0.4);
  padding: 0.45rem 0;
}
.header-inner {
  width: min(1320px, 94vw); margin-inline: auto;
  display: flex; align-items: center; gap: 1.5rem;
}
.brand img { width: clamp(110px, 12vw, 150px); height: auto; transition: width 0.4s var(--ease-out); }
.site-header.is-scrolled .brand img { width: 110px; }

.main-nav { display: flex; gap: 1.7rem; margin-inline: auto; }
.main-nav > a {
  font-size: 0.92rem; font-weight: 600; text-decoration: none; color: var(--ink);
  position: relative; padding: 0.3rem 0;
}
.main-nav > a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--green-500); transform: scaleX(0); transform-origin: right;
  transition: transform 0.35s var(--ease-out);
}
.main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-actions { display: flex; align-items: center; gap: 1.1rem; margin-left: auto; flex-wrap: nowrap; }
.header-phone {
  display: inline-flex; align-items: center; gap: 0.45rem; white-space: nowrap;
  font-weight: 700; font-size: 0.92rem; text-decoration: none; color: var(--ink);
}
.header-phone:hover { color: var(--green-600); }
.header-book { padding: 0.7rem 1.3rem; font-size: 0.88rem; }
.nav-cta-mobile { display: none; }

.nav-toggle {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px;
}
.nav-toggle span { width: 24px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: 0.3s var(--ease-out); }

/* ---------- hero (split: text on solid navy, photo beside) ---------- */
.hero {
  position: relative; color: #fff;
  background:
    radial-gradient(ellipse 900px 500px at 88% 0%, rgba(74, 167, 88, 0.14), transparent 55%),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='420' viewBox='0 0 420 420'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1.2'%3E%3Cpath d='M-30 90 C90 30 180 140 320 80 S 520 120 540 60'/%3E%3Cpath d='M-30 170 C100 110 200 220 330 160 S 520 210 560 140'/%3E%3Cpath d='M-30 250 C90 195 190 300 320 240 S 520 290 560 220'/%3E%3Cpath d='M-30 330 C100 275 200 380 330 320 S 520 370 560 300'/%3E%3C/g%3E%3C/svg%3E"),
    linear-gradient(165deg, var(--navy-900), var(--navy-950));
}
.hero-head { padding-top: clamp(8rem, 16vh, 11rem); }
.hero-kicker {
  display: flex; align-items: center; gap: 0.8rem;
  font-size: 0.82rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--green-300); margin-bottom: 1.6rem;
}
.stars { display: inline-flex; gap: 0.18rem; }
.stars svg { width: 17px; height: 17px; fill: #f5b50a; filter: drop-shadow(0 1px 4px rgba(245, 181, 10, 0.35)); }
.hero h1 { color: #fff; }
.hero h1 em { color: var(--green-300); }
.hero-top {
  display: grid; grid-template-columns: 1fr auto; align-items: end;
  gap: 2.5rem;
}
.hero-sub { font-size: 1.13rem; color: rgba(255, 255, 255, 0.88); margin: 2rem 0 3rem; }
.hero-sub strong { color: var(--green-300); letter-spacing: 0.08em; }
.hero-ctas { display: flex; flex-direction: column; align-items: stretch; gap: 0.8rem; padding-bottom: 0.6rem; }
.hero-ctas .btn { justify-content: center; }
@media (max-width: 1080px) {
  .hero-top { grid-template-columns: 1fr; gap: 1.8rem; }
  .hero-sub br { display: none; }
  .hero-ctas { flex-direction: row; flex-wrap: wrap; align-items: center; padding-bottom: 0; }
}

.hero-media { width: min(1400px, 96vw); margin-inline: auto; }
.hero-media-label {
  text-align: center; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--green-300); margin-bottom: 1rem;
}
.hero-media img {
  width: 100%; height: clamp(420px, 64vh, 720px);
  object-fit: cover; object-position: 50% 42%;
  border-radius: var(--radius); box-shadow: var(--shadow-lg);
}

.hero-foot {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  margin-top: 2.8rem; padding: 1.5rem 0 2.4rem; gap: 1rem;
}
.hero-stat { display: flex; flex-direction: column; gap: 0.1rem; }
.hero-stat strong { font-family: var(--display); font-size: 2.15rem; font-weight: 780; letter-spacing: -0.02em; color: #fff; }
.hero-stat span { font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255, 255, 255, 0.75); }

/* load-in animation */
.reveal-load { opacity: 0; transform: translateY(26px); animation: rise 1s var(--ease-out) forwards; animation-delay: var(--d, 0s); }
@keyframes rise { to { opacity: 1; transform: none; } }

/* ---------- scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.9s var(--ease-out), transform 0.9s var(--ease-out); }
.reveal.is-in { opacity: 1; transform: none; }

/* ---------- restore ---------- */
.restore { padding: clamp(4.5rem, 9vw, 8rem) 0; background-color: var(--foam); }
.restore-head { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 4vw, 3.5rem); align-items: center; margin-bottom: 3.2rem; }
.restore-lede { color: var(--ink-soft); font-size: 1.08rem; max-width: 48ch; margin-top: 1.1rem; }
.restore-head-video .yt-facade { aspect-ratio: 16 / 9; }
.lede-accent { display: block; margin-top: 0.6rem; font-weight: 700; color: var(--green-600); font-size: 0.92rem; }

.restore-rail { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.restore-item {
  display: grid; grid-template-columns: 5.5rem 1fr 3rem; align-items: center; gap: 1.6rem;
  width: 100%; text-align: left; background: none; border: 0; border-bottom: 1px solid var(--line);
  padding: 0; cursor: pointer; font: inherit; color: inherit;
  transition: background 0.3s;
}
.restore-item:hover { background: rgba(63, 143, 76, 0.05); }
.restore-letter {
  font-family: var(--display); font-size: clamp(3rem, 6vw, 4.8rem); font-weight: 800;
  color: var(--navy-800); padding: 0.55rem 0 0.55rem 0.8rem; line-height: 1; letter-spacing: -0.02em;
  transition: color 0.35s, transform 0.45s var(--ease-out);
}
.restore-item.is-open .restore-letter { color: var(--green-600); transform: translateX(6px) scale(1.08); }
.restore-body { padding: 1.1rem 0; }
.restore-title { display: block; font-weight: 700; font-size: 1.08rem; }
.restore-text {
  display: block; max-width: 56ch; color: var(--ink-soft); font-size: 0.99rem;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height 0.6s var(--ease-out), opacity 0.5s, margin 0.4s;
}
.restore-item.is-open .restore-text { max-height: 8rem; opacity: 1; margin-top: 0.35rem; }
.restore-index { font-size: 0.78rem; font-weight: 700; color: var(--ink-soft); letter-spacing: 0.1em; }
.restore-close {
  margin-top: 2.6rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 1.2rem 2.2rem;
}
.restore-close p {
  font-family: var(--serif); font-style: italic;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem); color: var(--navy-800);
}

/* ---------- pillars ---------- */
.pillars { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--sand); }
.pillar {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 4rem); align-items: center;
  margin-top: clamp(2.8rem, 6vw, 4.5rem);
}
.pillar:nth-child(odd) .pillar-media { order: 2; }
.pillar-media { position: relative; }
.pillar-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 3 / 2; object-fit: cover; }
.pillar-num {
  position: absolute; top: -1.8rem; left: -0.9rem;
  font-family: var(--display); font-size: clamp(3.6rem, 7.5vw, 5.8rem); font-weight: 800; letter-spacing: -0.03em;
  color: var(--green-600); text-shadow: 0 2px 0 var(--sand), 0 10px 30px rgba(10,24,48,0.18); line-height: 1;
}
.pillar:nth-child(odd) .pillar-num { left: auto; right: -0.9rem; }
.pillar-tag { font-family: var(--serif); font-style: italic; font-size: 1.15rem; color: var(--green-600); margin-bottom: 0.4rem; }
.pillar-copy h3 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 0.7rem; }
.pillar-copy > p:not(.pillar-tag) { color: var(--ink-soft); max-width: 46ch; }
.pillar-list {
  list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem; margin-top: 1.4rem; max-width: 33rem;
}
.pillar-list li {
  display: flex; align-items: center; gap: 0.55rem;
  font-size: 0.85rem; font-weight: 650; letter-spacing: 0.01em; white-space: nowrap;
  background: var(--paper); border: 1px solid var(--line); border-radius: 10px;
  padding: 0.65rem 0.8rem;
}
.pillar-list li::before {
  content: ""; flex: none; width: 7px; height: 7px; border-radius: 50%;
  background: var(--green-500); box-shadow: 0 0 0 3px rgba(74, 167, 88, 0.18);
}
@media (max-width: 480px) { .pillar-list { grid-template-columns: 1fr; } }

/* ---------- services ---------- */
.services { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--paper); }
.services-head { display: grid; grid-template-columns: 1fr 0.85fr; gap: 2.5rem; align-items: end; margin-bottom: 3rem; }
.services-lede { color: var(--ink-soft); }

.service-index { border-top: 1px solid var(--line); }
.service-row {
  position: relative;
  display: grid; grid-template-columns: 3.2rem 15rem 1fr auto; align-items: center; gap: 1.6rem;
  padding: 1.45rem 0.4rem; border-bottom: 1px solid var(--line); text-decoration: none;
  transition: background 0.3s, padding-left 0.4s var(--ease-out);
}
.service-row:hover { background: rgba(63, 143, 76, 0.045); padding-left: 1rem; }
.service-num { font-size: 0.8rem; font-weight: 700; color: var(--green-600); letter-spacing: 0.08em; }
.service-name { font-family: var(--display); font-size: clamp(1.25rem, 2.5vw, 1.75rem); font-weight: 680; letter-spacing: -0.015em; }
.service-desc { color: var(--ink-soft); font-size: 0.95rem; max-width: 52ch; }
.service-meta { display: flex; align-items: center; gap: 0.9rem; }
.service-arrow { font-size: 1.3rem; color: var(--green-600); transition: transform 0.35s var(--ease-out); }
.service-row:hover .service-arrow { transform: translateX(6px); }
.chip {
  font-size: 0.74rem; font-weight: 700; letter-spacing: 0.05em;
  border-radius: 999px; padding: 0.38rem 0.85rem; white-space: nowrap;
}
.chip-video { background: var(--navy-800); color: #fff; cursor: pointer; border: 0; transition: background 0.25s; }
.chip-video:hover { background: var(--green-600); }
.chip-story { background: var(--green-600); color: #fff; cursor: pointer; border: 0; transition: background 0.25s; }
.chip-story:hover { background: var(--green-500); }

.service-peek {
  position: absolute; right: 8%; top: 50%; width: 230px; aspect-ratio: 3/2; object-fit: cover;
  border-radius: 12px; box-shadow: var(--shadow-lg);
  opacity: 0; transform: translateY(-46%) rotate(-3deg) scale(0.92); pointer-events: none; z-index: 5;
  transition: opacity 0.35s, transform 0.5s var(--ease-out);
}
.service-row:hover .service-peek { opacity: 1; transform: translateY(-54%) rotate(-3deg) scale(1); }
.service-peek.is-portrait { width: 175px; aspect-ratio: 3/4; }

/* ---------- stories (dark) ---------- */
.stories {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  background:
    radial-gradient(ellipse 900px 480px at 85% -10%, rgba(74, 167, 88, 0.16), transparent 55%),
    linear-gradient(165deg, var(--navy-900), var(--navy-950));
  color: #fff;
}
.stories h2 { color: #fff; }
.stories h2 em { color: var(--green-300); }
.stories-head { display: grid; grid-template-columns: 1fr 0.8fr; gap: 2.5rem; align-items: end; margin-bottom: 3rem; }
.stories-lede { color: rgba(255, 255, 255, 0.78); }

.stories-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 1.6rem; }
.story-featured { grid-row: span 2; }
.story { display: flex; flex-direction: column; gap: 0.9rem; }
.yt-facade {
  position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer;
  aspect-ratio: 16 / 9; background: var(--navy-800); box-shadow: var(--shadow-lg);
}
.yt-facade img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.yt-facade:hover img { transform: scale(1.045); }
.yt-play {
  position: absolute; inset: 0; margin: auto; width: 64px; height: 64px;
  display: grid; place-items: center; border-radius: 50%;
  background: rgba(248, 246, 240, 0.92); color: var(--navy-900);
  transition: transform 0.4s var(--ease-out), background 0.3s;
}
.yt-facade:hover .yt-play { transform: scale(1.12); background: var(--green-500); color: #fff; }
.story figcaption strong { display: block; font-family: var(--display); font-size: 1.2rem; font-weight: 700; letter-spacing: -0.01em; }
.story figcaption span { font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-300); }
.story-blurb { margin-top: 0.6rem; color: rgba(255, 255, 255, 0.78); font-size: 0.97rem; max-width: 56ch; }

.stories-wall { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2.6rem; }
.story-pill {
  font: inherit; font-size: 0.84rem; font-weight: 600; color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07); border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px; padding: 0.55rem 1.1rem; cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.3s var(--ease-out);
}
.story-pill:hover { background: rgba(74, 167, 88, 0.25); border-color: var(--green-500); transform: translateY(-2px); }
.story-pill span { color: var(--green-300); font-size: 0.7rem; }

/* ---------- google reviews ---------- */
.reviews { padding: clamp(4rem, 8vw, 6.5rem) 0; background: #fff; }
.reviews-head { margin-bottom: 2.4rem; }

/* ---------- team ---------- */
.team { padding: clamp(4.5rem, 9vw, 8rem) 0; background: var(--foam); }
.team-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.team-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.team-copy > p { color: var(--ink-soft); max-width: 50ch; }
.team-copy blockquote {
  margin: 1.6rem 0; padding-left: 1.3rem; border-left: 3px solid var(--green-500);
  font-family: var(--serif); font-style: italic; font-size: 1.18rem; color: var(--navy-800);
}

/* ---------- community ---------- */
.community { padding: clamp(3.5rem, 7vw, 5.5rem) 0; background: var(--sand); overflow: hidden; }
.community-track {
  display: flex; gap: 1.2rem; padding-inline: 4vw;
  overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none;
}
.community-track::-webkit-scrollbar { display: none; }
.community-track img {
  flex: none; width: clamp(240px, 26vw, 360px); aspect-ratio: 3/2; object-fit: cover;
  border-radius: 14px; scroll-snap-align: center; box-shadow: 0 18px 40px -18px rgba(10, 24, 48, 0.3);
  transition: transform 0.5s var(--ease-out);
}
.community-track img:hover { transform: translateY(-6px) rotate(-0.5deg); }
.community-track img:nth-child(even) { transform: translateY(14px); }
.community-track img:nth-child(even):hover { transform: translateY(8px) rotate(0.5deg); }
.community-caption {
  text-align: center; margin-top: 2.4rem; font-size: 1.05rem; color: var(--ink-soft);
}
.community-caption em { font-family: var(--serif); color: var(--green-600); }

/* ---------- visit ---------- */
.visit { padding: clamp(4.5rem, 9vw, 8rem) 0; background-color: var(--foam); }
.visit-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.visit-copy > p { color: var(--ink-soft); max-width: 50ch; }
.visit-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.8rem; }
.visit-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4/3.4; object-fit: cover; }

.visit-details {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.6rem;
  border-top: 1px solid var(--line); padding-top: 1.8rem;
}
.visit-details h4 { font-size: 0.8rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--green-600); margin-bottom: 0.7rem; }
.visit-details address { font-style: normal; font-weight: 600; }
.visit-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.3rem; }
.visit-hours { list-style: none; font-size: 0.88rem; }
.visit-hours li { display: flex; gap: 0.8rem; padding: 0.18rem 0; color: var(--ink-soft); }
.visit-hours span { font-weight: 700; color: var(--ink); width: 2.6rem; flex: none; }

/* ---------- stub pages ---------- */
.page-stub { padding: clamp(10rem, 22vh, 14rem) 0 clamp(5rem, 12vh, 9rem); }
.page-stub h1 { margin-bottom: 0.4em; }
.stub-note { color: var(--ink-soft); font-size: 1.1rem; max-width: 44ch; }
.stub-note a { color: var(--green-600); font-weight: 700; }

/* ---------- video modal ---------- */
.video-modal { position: fixed; inset: 0; z-index: 150; display: none; }
.video-modal.is-open { display: block; }
.video-modal-backdrop { position: absolute; inset: 0; background: rgba(10, 24, 48, 0.85); backdrop-filter: blur(6px); }
.video-modal-box {
  position: absolute; inset: 0; margin: auto; width: min(960px, 92vw); height: fit-content;
  animation: rise 0.45s var(--ease-out);
}
.video-modal-frame { aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: #000; }
.video-modal-frame iframe { width: 100%; height: 100%; border: 0; }
.video-modal-close {
  position: absolute; top: -2.8rem; right: 0; font-size: 1.9rem; line-height: 1;
  background: none; border: 0; color: #fff; cursor: pointer; padding: 0.2rem 0.5rem;
}

/* image lightbox */
.img-modal { position: fixed; inset: 0; z-index: 150; display: none; }
.img-modal.is-open { display: block; }
.img-modal-backdrop { position: absolute; inset: 0; background: rgba(10, 24, 48, 0.85); backdrop-filter: blur(6px); }
.img-modal-box {
  position: absolute; inset: 0; margin: auto; width: fit-content; height: fit-content;
  max-width: 92vw; animation: rise 0.45s var(--ease-out);
}
.img-modal-box img {
  display: block; max-width: 92vw; max-height: 86vh; width: auto; height: auto;
  border-radius: var(--radius); box-shadow: var(--shadow-lg); background: #fff;
}
.img-modal-close {
  position: absolute; top: -2.8rem; right: 0; font-size: 1.9rem; line-height: 1;
  background: none; border: 0; color: #fff; cursor: pointer; padding: 0.2rem 0.5rem;
}

/* ---------- footer ---------- */
.site-footer { background: var(--navy-950); color: rgba(255, 255, 255, 0.82); position: relative; }
.footer-wave { color: var(--navy-950); margin-top: -1px; transform: translateY(-99%); position: absolute; top: 0; left: 0; right: 0; }
.footer-wave svg { display: block; width: 100%; height: 70px; }
.footer-inner {
  width: min(1180px, 92vw); margin-inline: auto;
  display: grid; grid-template-columns: 1.4fr 0.9fr 1.1fr 1fr; gap: 2.5rem;
  padding: 4.5rem 0 2.5rem;
}
.footer-brand img { width: 190px; opacity: 0.95; }
.footer-mantra { font-family: var(--serif); font-style: italic; font-size: 1.12rem; color: #fff; margin-top: 1.2rem; }
.footer-social { display: flex; gap: 0.9rem; margin-top: 1.4rem; }
.footer-social a {
  display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25); color: #fff; transition: background 0.25s, border-color 0.25s;
}
.footer-social a:hover { background: var(--green-600); border-color: var(--green-600); }
.footer-col h4 { font-size: 0.78rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green-300); margin-bottom: 1rem; }
.footer-col a { display: block; color: rgba(255, 255, 255, 0.82); text-decoration: none; padding: 0.22rem 0; font-size: 0.94rem; }
.footer-col a:hover { color: #fff; }
.footer-col address { font-style: normal; font-size: 0.94rem; line-height: 1.7; }
.footer-note { font-size: 0.82rem; color: rgba(255, 255, 255, 0.55); }
.footer-phone { display: inline-block; font-weight: 700; color: #fff !important; margin-top: 0.6rem; }
/* Office hours — compact list folded into the "Visit Us" column (no full-width
   band). Hours are condensed and consecutive same-hour days merged in PHP. */
.footer-hours { margin-top: 1.5rem; }
.footer-hours h5 {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--green-300); margin: 0 0 0.55rem; font-weight: 700;
}
.footer-hours ul { list-style: none; display: grid; gap: 0.2rem; font-size: 0.84rem; max-width: 16rem; }
.footer-hours li { display: flex; justify-content: space-between; gap: 0.9rem; color: rgba(255, 255, 255, 0.6); }
.footer-hours .fh-day { font-weight: 700; color: #fff; flex: none; }
.footer-hours .fh-time { text-align: right; }
/* Legal links row */
.footer-legal {
  width: min(1180px, 92vw); margin-inline: auto;
  display: flex; flex-wrap: wrap; gap: 0.35rem 1.4rem;
  padding: 1.4rem 0; border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
}
.footer-legal a { color: rgba(255, 255, 255, 0.6); text-decoration: none; }
.footer-legal a:hover { color: #fff; }
.footer-base {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  width: min(1180px, 92vw); margin-inline: auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
  padding: 1.4rem 0 1.8rem; font-size: 0.82rem; color: rgba(255, 255, 255, 0.55);
}
.footer-tag { font-family: var(--serif); font-style: italic; }

/* ---------- responsive ---------- */
@media (max-width: 1080px) {
  .service-row { grid-template-columns: 2.4rem 12rem 1fr auto; gap: 1rem; }
  .service-peek { display: none; }
}

/* NOTE: the mobile-nav overlay block lives AFTER the desktop dropdown rules
   (search "Mobile nav overlay") so its equal-specificity rules win at <=1200px.
   Putting it here instead let the later desktop ".nav-sub{visibility:hidden}"
   override it, which silently broke the mobile submenus. */

@media (max-width: 900px) {
  .restore-head, .services-head, .stories-head { grid-template-columns: 1fr; gap: 1.6rem; }
  .pillar, .team-grid, .visit-grid { grid-template-columns: 1fr; }
  .pillar:nth-child(odd) .pillar-media { order: 0; }
  .pillar-num { left: 0.6rem !important; right: auto !important; top: -1.2rem; }
  .stories-grid { grid-template-columns: 1fr; }
  .hero-head { padding-top: 6.5rem; }
  /* stack the headline and CTAs (they sit side-by-side on desktop) */
  .hero-top { grid-template-columns: 1fr; gap: 1.4rem; }
  .hero-ctas { flex-direction: row; flex-wrap: wrap; }
  .hero-ctas .btn { flex: 1 1 auto; }
  .hero-row { margin: 1.8rem 0 2.2rem; }
  .hero-media img { height: clamp(300px, 48vh, 460px); }
  .hero-foot { grid-template-columns: repeat(2, 1fr); }
  .service-row { grid-template-columns: 2.2rem 1fr auto; }
  .service-desc { display: none; }
  .restore-item { grid-template-columns: 3.6rem 1fr; gap: 1rem; }
  .restore-index { display: none; }
  .restore-letter { padding-left: 0.2rem; }
}

/* Only drop the book button on small phones; phone link stays. */
@media (max-width: 600px) {
  .header-book { display: none; }
}
@media (max-width: 380px) {
  .header-phone span, .header-phone { font-size: 0.85rem; }
}

/* ==========================================================================
   Dropdown navigation
   ========================================================================== */
.nav-list { display: flex; flex-wrap: nowrap; gap: 0.3rem; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; flex: 0 0 auto; }
.nav-top {
  display: inline-flex; align-items: center; gap: 0.3rem; white-space: nowrap;
  font-size: 0.92rem; font-weight: 600; text-decoration: none; color: var(--ink);
  padding: 0.55rem 0.7rem; border-radius: 8px; transition: background 0.2s, color 0.2s;
}
.nav-top:hover { color: var(--green-600); background: rgba(63, 143, 76, 0.07); }
.nav-caret { opacity: 0.6; transition: transform 0.3s var(--ease-out); }
.nav-item.has-sub:hover .nav-caret, .nav-item.has-sub:focus-within .nav-caret { transform: rotate(180deg); }
.nav-sub-toggle { display: none; }

.nav-sub {
  position: absolute; top: 100%; left: 0; z-index: 50;
  min-width: 16rem; margin: 0; padding: 0.5rem; list-style: none;
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  box-shadow: var(--shadow-lg);
  opacity: 0; visibility: hidden; transform: translateY(8px);
  transition: opacity 0.25s, transform 0.25s var(--ease-out), visibility 0.25s;
}
.nav-item.has-sub:hover .nav-sub, .nav-item.has-sub:focus-within .nav-sub {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.nav-sub a {
  display: block; padding: 0.6rem 0.85rem; border-radius: 8px;
  font-size: 0.9rem; font-weight: 600; text-decoration: none; color: var(--ink);
  transition: background 0.18s, color 0.18s, padding-left 0.25s var(--ease-out);
}
.nav-sub a:hover { background: rgba(63, 143, 76, 0.08); color: var(--green-600); padding-left: 1.1rem; }

/* ==========================================================================
   Mobile nav overlay (hamburger). Declared AFTER the desktop dropdown rules so
   its equal-specificity rules win at <=1200px. White full-screen sheet, dark
   text, logo + close kept visible on top, tap-to-expand accordion submenus.
   ========================================================================== */
@media (max-width: 1200px) {
  .main-nav {
    position: fixed; inset: 0; background: #fff;
    flex-direction: column; justify-content: flex-start; align-items: center; gap: 0;
    padding: 5.75rem 1.5rem 2.5rem; overflow-y: auto;
    opacity: 0; pointer-events: none; transition: opacity 0.3s; z-index: 90;
  }
  .main-nav.is-open { opacity: 1; pointer-events: auto; }
  /* keep the logo (left) and hamburger/X (right) visible ABOVE the white overlay */
  .brand, .header-actions { position: relative; z-index: 101; }
  .nav-cta-mobile { display: block; margin-top: 1.75rem; }
  .nav-toggle { display: flex; z-index: 101; }
  .nav-toggle span { background: var(--ink); }
  .nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

  .nav-list { flex-direction: column; gap: 0; width: min(92vw, 24rem); }
  .nav-item { width: 100%; border-bottom: 1px solid var(--line); position: relative; }
  .nav-top { color: var(--ink) !important; font-family: var(--serif); font-size: 1.45rem; font-weight: 440; padding: 1rem 0; justify-content: center; }
  .nav-caret { display: none; }
  .nav-sub-toggle {
    display: block; position: absolute; top: 0; right: 0; width: 3.8rem; height: 3.6rem;
    background: none; border: 0; cursor: pointer;
  }
  .nav-sub-toggle::before, .nav-sub-toggle::after {
    content: ""; position: absolute; top: 50%; left: 50%; background: var(--green-600); border-radius: 2px; transition: transform 0.3s;
  }
  .nav-sub-toggle::before { width: 15px; height: 2.6px; transform: translate(-50%, -50%); }
  .nav-sub-toggle::after { width: 2.6px; height: 15px; transform: translate(-50%, -50%); }
  .nav-item.sub-open .nav-sub-toggle::after { transform: translate(-50%, -50%) scaleY(0); }
  .nav-sub {
    position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none;
    background: transparent; border: 0; min-width: 0; padding: 0 0 0.7rem;
    max-height: 0; overflow: hidden; transition: max-height 0.4s var(--ease-out);
  }
  .nav-item.sub-open .nav-sub { max-height: 32rem; }
  .nav-sub a { color: var(--ink-soft); text-align: center; font-size: 1.02rem; padding: 0.55rem 0; }
  .nav-sub a:hover { color: var(--green-600); padding-left: 0; background: none; }
}

/* ==========================================================================
   Inner content-page template
   ========================================================================== */
.page-content, .page-stub-wrap { background: var(--foam); }

.page-hero {
  position: relative; color: #fff;
  background:
    radial-gradient(ellipse 900px 500px at 88% 0%, rgba(74, 167, 88, 0.14), transparent 55%),
    linear-gradient(165deg, var(--navy-900), var(--navy-950));
}
.page-hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center; padding-top: clamp(7.5rem, 13vh, 9.5rem); padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.page-hero-grid.is-solo { grid-template-columns: 1fr; max-width: 50rem; }
.page-hero h1 { color: #fff; font-size: clamp(2.6rem, 5.5vw, 4.6rem); }
.page-hero-sub { margin-top: 1.2rem; font-size: 1.18rem; color: rgba(255, 255, 255, 0.88); max-width: 38rem; }
.page-hero-ctas { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.page-hero-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 3/2; object-fit: cover; width: 100%; }
.page-hero-media.is-portrait img { aspect-ratio: 3/4; object-position: center top; width: 100%; max-width: 470px; margin-inline: auto; }

/* 3-up giving photo band under the hero */
.give-gallery { padding: 2.2rem 0 0; }
.give-gallery-row { display: grid; grid-template-columns: 1fr 1fr 1fr 2fr; gap: 0.9rem; align-items: start; }
.give-gallery-row figure { margin: 0; }
.give-gallery-row img { display: block; width: 100%; height: auto; border-radius: var(--radius); box-shadow: var(--shadow-lg); }
.give-gallery-row figcaption { margin-top: 0.5rem; font-size: 0.8rem; font-weight: 600; color: var(--ink-soft); text-align: center; }
@media (max-width: 760px) { .give-gallery-row { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .give-gallery-row { grid-template-columns: 1fr; gap: 0.7rem; } }

.crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem; font-size: 0.82rem; margin-bottom: 1.4rem; color: rgba(255, 255, 255, 0.6); }
.crumbs a { color: rgba(255, 255, 255, 0.82); text-decoration: none; }
.crumbs a:hover { color: var(--green-300); }
.crumbs .crumb-current { color: #fff; font-weight: 600; }
.crumbs-dark { color: var(--ink-soft); }
.crumbs-dark a { color: var(--ink); }
.crumbs-dark a:hover { color: var(--green-600); }
.crumbs-dark .crumb-current { color: var(--ink); }

.container.narrow { width: min(780px, 92vw); }

.content-intro { padding: clamp(3rem, 6vw, 4.5rem) 0 1rem; }
.content-intro .container { font-size: 1.3rem; line-height: 1.6; color: var(--ink); font-family: var(--serif); font-weight: 380; }
.content-intro p + p { margin-top: 1rem; }

.content-video { padding: 2rem 0; }
.content-video .yt-facade { aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); cursor: pointer; position: relative; background: var(--navy-800); }

.content-blocks { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.content-block { max-width: 780px; margin: 0 auto; }
.content-block + .content-block { margin-top: clamp(2.5rem, 5vw, 4rem); }
.content-block.has-media {
  max-width: none; display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(1.6rem, 4vw, 3.5rem); align-items: center;
}
.content-block.has-media:nth-of-type(even) .content-block-media { order: 2; }
.content-block-media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 3/2; object-fit: cover; }
.content-block-copy h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 0.6em; }
.content-block-copy p { color: var(--ink-soft); }
.content-block-copy p + p { margin-top: 0.9rem; }

.check-list { list-style: none; margin-top: 1.3rem; display: grid; gap: 0.7rem; }
.check-list li { position: relative; padding-left: 2rem; color: var(--ink); }
.check-list li::before {
  content: ""; position: absolute; left: 0; top: 0.15rem; width: 1.3rem; height: 1.3rem;
  border-radius: 50%; background: rgba(63, 143, 76, 0.14);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%233f8f4c' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}

.content-pillar { padding: clamp(2rem, 4vw, 3rem) 0; }
.content-pillar .container {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center;
  background: var(--sand); border-radius: var(--radius); padding: clamp(2rem, 4vw, 3rem);
}
.content-pillar-letter {
  font-family: var(--serif); font-style: italic; font-weight: 350;
  font-size: clamp(5rem, 12vw, 9rem); line-height: 0.8; color: var(--green-600);
}
.content-pillar h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.content-pillar p { color: var(--ink-soft); max-width: 52ch; margin-top: 0.4rem; }
.pillar-link { display: inline-block; margin-top: 1rem; font-weight: 700; color: var(--green-600); text-decoration: none; }
.pillar-link:hover { text-decoration: underline; }

.content-testimonial { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.ct-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 2rem; align-items: center; margin-top: 1rem; }
.ct-grid .yt-facade { aspect-ratio: 16/9; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); cursor: pointer; position: relative; background: var(--navy-800); }
.ct-grid blockquote { font-family: var(--serif); font-style: italic; font-size: clamp(1.3rem, 2.6vw, 1.8rem); line-height: 1.3; color: var(--navy-800); }
.ct-grid cite { display: block; margin-top: 1rem; font-family: var(--sans); font-style: normal; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-600); }

.content-faq { padding: clamp(3rem, 6vw, 5rem) 0; }
.content-faq h2 { margin-bottom: 1.6rem; }
.faq-list { display: grid; gap: 0.8rem; }
.faq-item { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 1.1rem 1.3rem; font-weight: 700; font-size: 1.05rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-mark { position: relative; flex: none; width: 16px; height: 16px; }
.faq-mark::before, .faq-mark::after { content: ""; position: absolute; background: var(--green-600); border-radius: 2px; transition: transform 0.3s var(--ease-out); }
.faq-mark::before { top: 7px; left: 0; width: 16px; height: 2.5px; }
.faq-mark::after { left: 7px; top: 0; width: 2.5px; height: 16px; }
.faq-item[open] .faq-mark::after { transform: scaleY(0); }
.faq-answer { padding: 0 1.3rem 1.2rem; color: var(--ink-soft); }
.faq-answer p + p { margin-top: 0.7rem; }
.faq-answer .check-list { margin-top: 0.7rem; }
.faq-group + .faq-group { margin-top: 2.8rem; }
.faq-group-title {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem); letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--navy-800); margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--line);
}

/* Affiliations / credentials strip (homepage) */
.affiliations { padding: clamp(2.8rem, 5vw, 4rem) 0; background: var(--foam); border-top: 1px solid var(--line); }
/* On the homepage this strip sits directly above the footer, whose 70px wave
   rises up and visually eats the bottom padding. Add the wave's height back so
   the gap below the logos matches the gap above the label. */
.affiliations.is-home { padding-bottom: calc(clamp(2.8rem, 5vw, 4rem) + 70px); }
.affiliations-label {
  text-align: center; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: 1.8rem;
}
.affiliations-grid {
  list-style: none; display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;
  gap: clamp(0.8rem, 2.6vw, 2.4rem); margin: 0;
}
.affiliations-grid li { flex: 0 1 auto; min-width: 0; }
.affiliations-grid img {
  display: block; width: auto; max-width: 100%; height: clamp(38px, 5.4vw, 72px); object-fit: contain;
}
.affiliations.is-solo .affiliations-grid { flex-wrap: wrap; }
.affiliations.is-solo img { height: clamp(70px, 9vw, 104px); }
.affiliations.is-sponsors .affiliations-grid { flex-wrap: wrap; gap: clamp(1.6rem, 4vw, 3rem); }
.affiliations.is-sponsors img { height: clamp(56px, 7vw, 84px); }
.office-tour-desk { padding-top: clamp(1.5rem, 4vw, 2.5rem); }
.office-tour-desk img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: block; }

/* SoftWave: trusted-by strip + vs-devices comparison */
.sw-trusted { padding: clamp(2.5rem, 5vw, 4rem) 0; background: var(--foam); }
.sw-trusted-panel {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem;
  margin-top: 1.5rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem 2rem; align-items: center;
}
.sw-trusted-panel img { width: 100%; height: auto; max-height: 70px; object-fit: contain; }
.sw-trusted-note { text-align: center; font-size: 0.76rem; color: var(--ink-soft); margin-top: 1rem; }
.sw-compare { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.sw-compare-fig { margin-top: 1.6rem; cursor: zoom-in; }
.sw-compare-fig img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: block; }
.sw-compare-fig figcaption { text-align: center; font-size: 0.82rem; color: var(--ink-soft); margin-top: 0.6rem; }
@media (max-width: 640px) { .sw-trusted-panel { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; } }

/* Weight Loss: eBook CTA + testimonial gallery + partner */
.wl-ebook { padding: clamp(2rem, 4vw, 3rem) 0; }
.wl-ebook-card {
  background: linear-gradient(165deg, var(--navy-900), var(--navy-950)); color: #fff;
  border-radius: var(--radius); padding: clamp(1.8rem, 4vw, 2.8rem); box-shadow: var(--shadow-lg);
}
.wl-ebook-card .kicker { color: var(--green-300); }
.wl-ebook-card .kicker::before { background: var(--green-300); }
.wl-ebook-card h2 { color: #fff; }
.wl-ebook-card h2 em { color: var(--green-300); }
.wl-ebook-card p { color: rgba(255, 255, 255, 0.82); max-width: 52ch; margin: 0.6rem 0 1.4rem; }
.wl-ebook-card.has-qr { display: flex; gap: 2rem; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.wl-ebook-card.has-qr .wl-ebook-copy { flex: 1 1 300px; }
.wl-ebook-qr { text-align: center; flex: 0 0 auto; }
.wl-ebook-qr img { width: 160px; height: 160px; border-radius: 12px; background: #fff; padding: 8px; display: block; }
.wl-ebook-qr span { display: block; font-size: 0.8rem; color: rgba(255, 255, 255, 0.8); margin-top: 0.5rem; letter-spacing: 0.04em; }
.wl-stories { padding: clamp(2.5rem, 5vw, 4rem) 0; background: var(--foam); }
.wl-gallery {
  margin-top: 1.8rem; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem;
}
.wl-gallery .wl-card {
  width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 12px; cursor: zoom-in;
  box-shadow: var(--shadow-lg); transition: transform 0.3s var(--ease-out); background: #fff;
}
.wl-gallery .wl-card:hover { transform: translateY(-4px); }
.wl-partner { padding: clamp(2.5rem, 5vw, 4rem) 0; text-align: center; }
.wl-partner-text { color: var(--ink-soft); max-width: 46ch; margin: 0.6rem auto 1.4rem; }
.wl-partner-logo { width: min(420px, 80%); height: auto; margin: 0 auto; }
@media (max-width: 900px) { .wl-gallery { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .wl-gallery { grid-template-columns: repeat(2, 1fr); } }

/* Newsletter rack (old-school issue selection: cover + month label) */
.news-rack-section { padding: clamp(2.5rem, 5vw, 4rem) 0; }
.news-rack { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: clamp(1.6rem, 4vw, 2.6rem); }
.news-item { text-decoration: none; display: flex; flex-direction: column; align-items: center; gap: 0.9rem; }
.news-cover {
  position: relative; display: block; width: 100%; aspect-ratio: 750 / 1031; border-radius: 8px; overflow: hidden;
  border: 1px solid var(--line); background: #fff;
  box-shadow: 0 18px 34px -16px rgba(10, 24, 48, 0.42), 0 2px 0 0 rgba(20, 43, 77, 0.06);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.news-item:hover .news-cover { transform: translateY(-6px); box-shadow: 0 28px 46px -16px rgba(10, 24, 48, 0.5); }
.news-cover img { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.news-cover-open {
  position: absolute; inset: 0; display: grid; place-items: center;
  background: rgba(16, 36, 63, 0.45); opacity: 0; transition: opacity 0.3s var(--ease-out);
}
.news-cover-open span {
  background: var(--green-600); color: #fff; font-weight: 700; font-size: 0.85rem; letter-spacing: 0.06em;
  text-transform: uppercase; padding: 0.55rem 1.3rem; border-radius: 999px;
}
.news-item:hover .news-cover-open, .news-item:focus-visible .news-cover-open { opacity: 1; }
.news-month { font-family: var(--serif); font-size: 1.15rem; font-weight: 460; color: var(--navy-800); letter-spacing: -0.01em; }

/* Contrast Haven: benefits grid + membership pricing (cold plunge page) */
.ch-benefits { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--foam); }
.ch-benefits-head { max-width: 46rem; margin-bottom: clamp(1.8rem, 4vw, 2.8rem); }
.ch-benefits-head h2 em { color: var(--green-600); font-style: italic; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.benefit-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.6rem 1.7rem; position: relative;
}
.benefit-card h3 {
  font-family: var(--serif); font-weight: 460; font-size: 1.3rem; color: var(--navy-800);
  margin-bottom: 0.5rem; letter-spacing: -0.01em;
}
.benefit-card p { color: var(--ink-soft); font-size: 0.99rem; margin: 0; }

.ch-pricing { padding: clamp(3rem, 6vw, 5rem) 0; }
.ch-pricing-head { text-align: center; max-width: 42rem; margin: 0 auto clamp(1.8rem, 4vw, 2.8rem); }
.ch-pricing-head h2 em { color: var(--green-600); font-style: italic; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; align-items: stretch; }
.price-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.8rem 1.7rem; display: flex; flex-direction: column;
}
.price-card.is-feature { border-color: var(--green-500); box-shadow: var(--shadow-lg); }
.price-tag-label { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green-600); }
.price-card h3 { font-family: var(--serif); font-weight: 480; font-size: 1.45rem; color: var(--navy-800); margin: 0.3rem 0 0.6rem; }
.price-amount { font-size: 2.1rem; font-weight: 800; color: var(--ink); line-height: 1; letter-spacing: -0.02em; }
.price-amount span { font-size: 1rem; font-weight: 600; color: var(--ink-soft); }
.price-was { font-size: 0.9rem; color: var(--ink-soft); margin-top: 0.3rem; }
.price-card > p { color: var(--ink-soft); font-size: 0.97rem; margin-top: 0.9rem; }
.price-perk { margin-top: 0.9rem; font-size: 0.92rem; color: var(--green-600); font-weight: 600; }
.price-note { text-align: center; color: var(--ink-soft); font-size: 0.9rem; margin-top: 1.4rem; }
@media (max-width: 720px) {
  .benefit-grid, .price-grid { grid-template-columns: 1fr; }
}

.content-cta {
  margin-top: clamp(2rem, 5vw, 4rem); padding: clamp(3.5rem, 7vw, 5.5rem) 0; text-align: center;
  background:
    radial-gradient(ellipse 800px 400px at 50% 0%, rgba(74, 167, 88, 0.16), transparent 60%),
    linear-gradient(165deg, var(--navy-900), var(--navy-950));
  color: #fff;
}
.content-cta h2 { color: #fff; max-width: 18ch; margin: 0 auto 0.6em; }
.content-cta h2 em { color: var(--green-300); }
.content-cta p { color: rgba(255, 255, 255, 0.82); max-width: 52ch; margin: 0 auto 1.8rem; }
.content-cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.btn-outline-light { color: #fff; border: 1.5px solid rgba(255, 255, 255, 0.55); }
.btn-outline-light:hover { background: rgba(255, 255, 255, 0.12); border-color: #fff; }

/* ---- Care hub (4 Pillars overview) grid ---- */
.care-hub { padding: clamp(3rem, 6vw, 5rem) 0; }
.care-pillar-group { margin-top: clamp(2.5rem, 5vw, 4rem); }
.care-pillar-group > h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); display: flex; align-items: baseline; gap: 0.8rem; }
.care-pillar-group > h2 .cp-letter { font-family: var(--serif); font-style: italic; color: var(--green-600); font-size: 1.3em; }
.care-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.2rem; margin-top: 1.4rem; }
.care-card {
  display: flex; flex-direction: column; overflow: hidden; text-decoration: none; color: inherit;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out), border-color 0.3s;
}
.care-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: transparent; }
.care-card-img { display: block; aspect-ratio: 16 / 10; overflow: hidden; background: var(--sand); }
.care-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-out); }
.care-card:hover .care-card-img img { transform: scale(1.06); }
.care-card-body { padding: 1.3rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.care-card h3 { font-family: var(--serif); font-weight: 480; font-size: 1.3rem; margin-bottom: 0.4rem; }
.care-card p { color: var(--ink-soft); font-size: 0.95rem; flex: 1; }
.care-card .care-arrow { display: inline-block; margin-top: 0.9rem; color: var(--green-600); font-weight: 700; }

@media (max-width: 900px) {
  .page-hero-grid, .content-block.has-media, .ct-grid { grid-template-columns: 1fr; }
  .content-block.has-media:nth-of-type(even) .content-block-media { order: 0; }
  .content-pillar .container { grid-template-columns: 1fr; text-align: center; }
  .content-pillar-letter { justify-self: center; }
}

/* highlighted new-patient offer callout inside content blocks */
.offer-note {
  margin-top: 1.2rem; padding: 1rem 1.2rem; border-radius: 12px;
  background: rgba(63, 143, 76, 0.09); border: 1px solid rgba(63, 143, 76, 0.25);
  color: var(--ink); font-size: 1rem;
}
.offer-note strong { color: var(--green-600); }

/* ---- Team page ---- */
.team-bios { padding: clamp(3rem, 6vw, 5rem) 0; }
.team-bio {
  display: grid; grid-template-columns: 320px 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center;
}
.team-bio + .team-bio { margin-top: clamp(2.5rem, 5vw, 4rem); padding-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line); }
/* alternating rows: swap the TRACK widths too, so the photo column stays 320px
   on whichever side it sits (order alone would drop it into the wide 1fr track). */
.team-bio:nth-child(even) { grid-template-columns: 1fr 320px; }
.team-bio:nth-child(even) .team-bio-photo { order: 2; }
.team-bio-photo img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.team-bio-name { font-family: var(--serif); font-weight: 480; font-size: clamp(1.6rem, 3vw, 2.2rem); line-height: 1.05; }
.team-bio-role { display: block; margin-top: 0.3rem; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-600); }
.team-bio-body { margin-top: 1rem; color: var(--ink-soft); }
.team-bio-body p + p { margin-top: 0.8rem; }
.bio-pending { font-style: italic; }

.team-staff { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--sand); }
.team-staff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1.4rem; margin-top: 2rem; }
.staff-card { text-align: center; }
.staff-card img { border-radius: 14px; box-shadow: 0 14px 30px -16px rgba(10,24,48,0.35); aspect-ratio: 4/5; object-fit: cover; width: 100%; }
.staff-card strong { display: block; margin-top: 0.8rem; font-family: var(--serif); font-weight: 480; font-size: 1.1rem; }
.staff-card span { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-600); }

/* ---- Office tour gallery ---- */
.gallery { padding: clamp(3rem, 6vw, 5rem) 0; }
.gallery-grid { columns: 3 260px; column-gap: 1rem; }
.gallery-grid img {
  width: 100%; margin-bottom: 1rem; border-radius: 14px; break-inside: avoid;
  box-shadow: 0 16px 36px -18px rgba(10,24,48,0.3); transition: transform 0.5s var(--ease-out);
}
.gallery-grid img:hover { transform: translateY(-4px) scale(1.01); }

@media (max-width: 760px) {
  .team-bio, .team-bio:nth-child(even) { grid-template-columns: 1fr; }
  .team-bio:nth-child(even) .team-bio-photo { order: 0; }
  .team-bio-photo { max-width: 320px; }
}

/* ---- Resources (newsletters / events) ---- */
.resource-list { padding: clamp(3rem, 6vw, 5rem) 0; }
.resource-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.4rem; }
.resource-card {
  display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 1.6rem; transition: transform 0.35s var(--ease-out), box-shadow 0.35s var(--ease-out);
}
.resource-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.resource-date { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-600); }
.resource-card h3 { font-family: var(--serif); font-weight: 480; font-size: 1.35rem; margin: 0.4rem 0 0.6rem; }
.resource-card p { color: var(--ink-soft); font-size: 0.95rem; flex: 1; }
.resource-actions { display: flex; gap: 0.8rem; margin-top: 1.2rem; }
.resource-actions a { font-weight: 700; font-size: 0.9rem; text-decoration: none; color: var(--green-600); }
.resource-actions a:hover { text-decoration: underline; }

.event-card { display: grid; grid-template-columns: auto 1fr; gap: 1.4rem; align-items: start; }
.event-when {
  text-align: center; background: var(--navy-900); color: #fff; border-radius: 12px; padding: 0.8rem 1rem; min-width: 4.5rem;
}
.event-when .ev-month { font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--green-300); }
.event-when .ev-day { font-family: var(--serif); font-size: 1.9rem; line-height: 1; }

.resource-empty {
  text-align: center; padding: clamp(2.5rem, 6vw, 4.5rem); background: var(--paper);
  border: 1px dashed var(--line); border-radius: var(--radius);
}
.resource-empty svg { color: var(--green-500); margin-bottom: 1rem; }
.resource-empty h3 { font-family: var(--serif); font-weight: 480; font-size: 1.5rem; margin-bottom: 0.4rem; }
.resource-empty p { color: var(--ink-soft); max-width: 44ch; margin: 0 auto; }

/* ---- Contact page ---- */
.contact-section { padding: clamp(3rem, 6vw, 5rem) 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-info h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.contact-detail { margin-top: 1.6rem; }
.contact-detail h4 { font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-600); margin-bottom: 0.4rem; }
.contact-detail address { font-style: normal; font-weight: 600; }
.contact-detail a { color: var(--ink); text-decoration: none; font-weight: 700; }
.contact-detail a:hover { color: var(--green-600); }
.contact-hours { list-style: none; font-size: 0.92rem; }
.contact-hours li { display: flex; gap: 0.8rem; padding: 0.2rem 0; color: var(--ink-soft); }
.contact-hours span { font-weight: 700; color: var(--ink); width: 3rem; flex: none; }
.contact-map { margin-top: 2rem; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.contact-map iframe { display: block; width: 100%; height: 300px; border: 0; }

.contact-form { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem, 4vw, 2.4rem); box-shadow: var(--shadow-lg); }
.contact-form h2 { font-size: clamp(1.5rem, 2.6vw, 1.9rem); margin-bottom: 0.4rem; }
.field { margin-top: 1.1rem; }
.field label { display: block; font-size: 0.85rem; font-weight: 700; margin-bottom: 0.4rem; }
.field input, .field textarea, .field select {
  width: 100%; font: inherit; padding: 0.8rem 0.95rem; border: 1px solid var(--line); border-radius: 10px;
  background: var(--foam); color: var(--ink); transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(74,167,88,0.15);
}
.field textarea { min-height: 130px; resize: vertical; }
.field-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { margin-top: 1.2rem; font-size: 0.85rem; color: var(--ink-soft); }
.form-alert { padding: 0.9rem 1.1rem; border-radius: 10px; margin-bottom: 1.2rem; font-weight: 600; }
.form-alert.ok { background: rgba(63,143,76,0.12); color: var(--green-600); border: 1px solid rgba(63,143,76,0.3); }
.form-alert.err { background: rgba(190,60,60,0.1); color: #a83232; border: 1px solid rgba(190,60,60,0.3); }

/* SMS / text-message consent opt-in (TCPA compliant, never pre-checked) */
.field-consent { margin-top: 1.3rem; }
.consent-check { display: flex; align-items: flex-start; gap: 0.7rem; cursor: pointer; }
.consent-check input[type="checkbox"] {
  width: 1.15rem; height: 1.15rem; margin-top: 0.15rem; flex: none; padding: 0;
  accent-color: var(--green-600); cursor: pointer;
}
.consent-check span { font-size: 0.82rem; color: var(--ink-soft); line-height: 1.5; }
.consent-check a { color: var(--green-600); font-weight: 700; }

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

/* ---------- New Patient Special ---------- */
/* hero keeps the standard navy .page-hero background (white copy + a solid white
   price card on top); no background override here, or the white text goes invisible. */
.special-stars { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; }
.special-stars .stars { display: inline-flex; }
.special-stars .stars svg { width: 18px; height: 18px; fill: #f5b301; }
/* price block lives in the copy column on a solid card (never over the photo) */
.special-price {
  display: flex; align-items: center; gap: 1.1rem; margin: 1.7rem 0 0.2rem;
  padding: 1rem 1.3rem; background: var(--paper); border: 1px solid var(--line);
  border-radius: 14px; box-shadow: var(--shadow-lg); width: fit-content; max-width: 100%;
}
.special-price-amount { font-family: var(--display); font-weight: 800; font-size: clamp(2.4rem, 5vw, 3.2rem); color: var(--green-600); line-height: 1; }
.special-price-note { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.4; }

/* "What's included" — editorial numbered rows, not flat boxes */
.special-included { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--paper); }
.special-included-head { max-width: 60ch; margin-bottom: clamp(2rem, 5vw, 3rem); }
.special-included-head h2 { font-size: clamp(1.9rem, 4vw, 3rem); margin: 0.5rem 0 0.8rem; }
.special-included-head p { color: var(--ink-soft); font-size: 1.08rem; max-width: 52ch; }
.nps-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.6rem, 4vw, 3rem) clamp(2rem, 6vw, 4.5rem); }
.nps-item { display: flex; gap: 1.2rem; align-items: flex-start; padding-top: 1.4rem; border-top: 2px solid var(--line); }
.nps-num { font-family: var(--serif); font-style: italic; font-weight: 600; font-size: clamp(2.2rem, 4vw, 2.8rem); color: var(--green-300); line-height: 0.9; flex: none; }
.nps-item h3 { font-size: 1.2rem; margin-bottom: 0.35rem; }
.nps-item p { color: var(--ink-soft); font-size: 0.98rem; }

/* reassurance band */
.special-reassure { background: var(--navy-900); color: #fff; padding: clamp(3rem, 7vw, 5rem) 0; text-align: center; }
.special-reassure h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin: 0.4rem 0 0.9rem; color: #fff; }
.special-reassure em { color: var(--green-300); }
.special-reassure p { color: rgba(255, 255, 255, 0.8); font-size: 1.08rem; max-width: 56ch; margin-inline: auto; }

/* claim form section */
.special-form-section { padding: clamp(3.5rem, 8vw, 6rem) 0; background: var(--foam); scroll-margin-top: 90px; }
.special-info h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); margin: 0.3rem 0 0.6rem; }
.special-info-lead { color: var(--ink-soft); font-size: 1.05rem; max-width: 42ch; }
.special-checklist { list-style: none; margin: 1.6rem 0; display: grid; gap: 0.7rem; }
.special-checklist li { display: flex; align-items: center; gap: 0.7rem; font-weight: 600; color: var(--ink); }
.special-checklist svg { color: var(--green-600); flex: none; }
.special-phone { font-family: var(--display); font-weight: 800; font-size: 1.5rem; color: var(--ink); text-decoration: none; }
.special-phone:hover { color: var(--green-600); }
.special-form-card { align-self: start; }
.field-opt { font-weight: 500; color: var(--ink-soft); }
@media (max-width: 820px) { .nps-grid { grid-template-columns: 1fr; } }

/* ---------- legal / policy pages ---------- */
.legal-hero { padding: clamp(7rem, 14vh, 10rem) 0 clamp(1.5rem, 4vw, 2.5rem); background: var(--foam); }
.legal-hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); margin-top: 0.6rem; }
.legal-updated { color: var(--ink-soft); font-size: 0.92rem; margin-top: 0.6rem; }
.legal-body { padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(4rem, 9vw, 7rem); }
.legal-prose { font-size: 1.02rem; color: var(--ink-soft); }
.legal-prose h2 { font-size: clamp(1.3rem, 2.6vw, 1.7rem); color: var(--ink); margin: 2.2rem 0 0.7rem; }
.legal-prose h3 { font-size: 1.08rem; color: var(--ink); margin: 1.6rem 0 0.4rem; }
.legal-prose p { margin-bottom: 1rem; line-height: 1.75; }
.legal-prose ul { margin: 0 0 1.2rem 1.2rem; }
.legal-prose li { margin-bottom: 0.45rem; line-height: 1.7; }
.legal-prose strong { color: var(--ink); }
.legal-prose a { color: var(--green-600); font-weight: 600; }
.legal-note { background: var(--sand); border-left: 3px solid var(--green-600); padding: 1rem 1.2rem; border-radius: 8px; margin-bottom: 1.8rem; font-size: 0.95rem; color: var(--ink); }

/* ---------- blog ---------- */
.blog-list-section { padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(4rem, 9vw, 7rem); }
.blog-search { position: relative; max-width: 26rem; margin-bottom: 1.1rem; }
.blog-search svg { position: absolute; left: 0.95rem; top: 50%; transform: translateY(-50%); color: var(--ink-soft); pointer-events: none; }
.blog-search input {
  width: 100%; font: inherit; font-size: 0.95rem; padding: 0.72rem 1rem 0.72rem 2.7rem;
  border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.blog-search input::placeholder { color: var(--ink-soft); }
.blog-search input:focus { outline: none; border-color: var(--green-500); box-shadow: 0 0 0 3px rgba(74, 167, 88, 0.15); }
.blog-filter { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-bottom: clamp(1.8rem, 3.5vw, 2.6rem); }
.blog-chip {
  font: inherit; font-size: 0.85rem; font-weight: 700; cursor: pointer; line-height: 1;
  padding: 0.55rem 1.05rem; border-radius: 999px; border: 1px solid var(--line);
  background: var(--paper); color: var(--ink-soft); transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.blog-chip:hover { color: var(--green-600); border-color: var(--green-300); }
.blog-chip.is-active { background: var(--navy-900); color: #fff; border-color: var(--navy-900); }
.blog-noresults { color: var(--ink-soft); font-size: 1.05rem; padding: 1rem 0; }
.blog-card-tag {
  align-self: flex-start; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.07em;
  text-transform: uppercase; color: var(--green-600);
  background: rgba(63, 143, 76, 0.1); padding: 0.28rem 0.65rem; border-radius: 999px;
}
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.2rem); }
.blog-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; text-decoration: none; color: inherit; box-shadow: 0 18px 40px -28px rgba(10, 24, 48, 0.4); transition: transform 0.3s var(--ease-out), box-shadow 0.3s; }
.blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.blog-card-media { aspect-ratio: 16/9; overflow: hidden; display: block; background: var(--sand); }
.blog-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease-out); }
.blog-card:hover .blog-card-media img { transform: scale(1.04); }
.blog-card-body { padding: 1.3rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.blog-card-date { font-size: 0.78rem; color: var(--ink-soft); font-weight: 600; }
.blog-card h2 { font-size: 1.18rem; line-height: 1.25; color: var(--ink); }
.blog-card-excerpt { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.55; }
.blog-card-cta { margin-top: auto; padding-top: 0.4rem; display: inline-flex; align-items: center; gap: 0.4rem; font-weight: 700; font-size: 0.9rem; color: var(--green-600); }
.blog-empty { color: var(--ink-soft); font-size: 1.1rem; }
/* single post */
.blog-featured { margin-top: clamp(1.5rem, 4vw, 2.5rem); }
.blog-featured img { border-radius: var(--radius); box-shadow: var(--shadow-lg); aspect-ratio: 16/9; object-fit: cover; width: 100%; }
.blog-body { padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(1rem, 3vw, 2rem); }
.blog-prose { font-size: 1.06rem; color: var(--ink-soft); }
.blog-prose > p:first-child { font-size: 1.18rem; color: var(--ink); }
.blog-prose h2 { font-size: clamp(1.4rem, 2.8vw, 1.9rem); color: var(--ink); margin: 2rem 0 0.7rem; }
.blog-prose h3 { font-size: 1.18rem; color: var(--ink); margin: 1.6rem 0 0.4rem; }
.blog-prose p { margin-bottom: 1.1rem; line-height: 1.8; }
.blog-prose ul, .blog-prose ol { margin: 0 0 1.3rem 1.3rem; }
.blog-prose li { margin-bottom: 0.5rem; line-height: 1.7; }
.blog-prose strong { color: var(--ink); }
.blog-prose a { color: var(--green-600); font-weight: 600; }
.blog-prose img { max-width: 100%; height: auto; border-radius: 12px; margin: 1.5rem 0; }
.blog-back { padding-bottom: clamp(2.5rem, 6vw, 4rem); }
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* ---- Patient Stories: uniform video grid (all testimonials) ---- */
.vstory-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.5rem; margin-top: 2rem; }
.vstory .yt-facade { aspect-ratio: 16/9; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow-lg); cursor: pointer; position: relative; background: var(--navy-800); }
.vstory figcaption { margin-top: 0.8rem; }
.vstory figcaption strong { display: block; font-family: var(--serif); font-weight: 480; font-size: 1.08rem; line-height: 1.25; color: var(--navy-900); }
.vstory figcaption span { display: block; margin-top: 0.2rem; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--green-600); }

/* ---- Footer: Basch Solutions credit + mantra link ---- */
.footer-mantra a { color: #fff; text-decoration: none; border-bottom: 1px solid var(--green-300); transition: color 0.2s; }
.footer-mantra a:hover { color: var(--green-300); }
.footer-credit { display: inline-flex; align-items: center; gap: 0.55rem; text-decoration: none; opacity: 0.65; transition: opacity 0.25s; }
.footer-credit:hover { opacity: 1; }
.footer-credit span { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.footer-credit img { width: 96px; height: auto; display: block; }

/* Footer responsive stacking: keep TWO columns on mobile (brand spans both). */
@media (max-width: 820px) {
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.2rem 1.5rem; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 480px) {
  .footer-inner { gap: 1.8rem 1.2rem; padding: 3.5rem 0 2rem; }
  .footer-col h4 { margin-bottom: 0.7rem; }
}

/* Care page: service links inside each editorial pillar block */
.pillar-services { list-style: none; margin-top: 1.4rem; border-top: 1px solid var(--line); }
.pillar-services li { border-bottom: 1px solid var(--line); }
.pillar-services a {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 0.8rem 0.2rem; font-weight: 700; font-size: 1.02rem; color: var(--ink); text-decoration: none;
  transition: color 0.2s, padding-left 0.3s var(--ease-out);
}
.pillar-services a:hover { color: var(--green-600); padding-left: 0.5rem; }
.pillar-services a::after { content: "\2192"; color: var(--green-600); font-weight: 700; transition: transform 0.3s var(--ease-out); }
.pillar-services a:hover::after { transform: translateX(4px); }

/* ---- Global typography polish: prevent short orphan lines ----
   `balance` evens line lengths so headings/leads never drop a 1-3 word last
   line (e.g. a lone "best."). Applied to headings + short lead paragraphs. */
h1, h2, h3, .page-hero-sub, .hero-sub, .special-info-lead, .special-included-head p,
.content-intro .container, .pillar-copy p, .blog-card h2, .blog-card-excerpt,
.content-cta p, .special-reassure p, .legal-hero h1 { text-wrap: balance; }
/* longer body prose: keep `pretty` (balance only handles short blocks) */
.blog-prose p, .legal-prose p, .content-block-copy p { text-wrap: pretty; }
.page-hero-grid.is-solo { max-width: 54rem; }   /* a touch wider so hero copy doesn't orphan */

/* ---- Conditions: engaging photo tiles (3-up) ---- */
.cond-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2.5rem; }
.cond-tile {
  position: relative; display: block; overflow: hidden; border-radius: var(--radius);
  aspect-ratio: 4 / 5; box-shadow: var(--shadow-lg); text-decoration: none; isolation: isolate;
}
.cond-tile img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease-out); }
.cond-tile:hover img { transform: scale(1.07); }
.cond-tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, var(--navy-950) 6%, rgba(10,24,48,0.78) 26%, rgba(10,24,48,0.1) 58%, transparent 78%);
}
.cond-tile-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; padding: 1.5rem 1.5rem 1.6rem; color: #fff; }
.cond-tile h3 { color: #fff; font-size: clamp(1.35rem, 2.3vw, 1.7rem); margin-bottom: 0.35rem; }
.cond-tile p { color: rgba(255,255,255,0.85); font-size: 0.92rem; line-height: 1.45; margin-bottom: 0.8rem; }
.cond-tile-cta {
  display: inline-flex; align-items: center; gap: 0.45rem;
  font-weight: 800; font-size: 0.82rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-300);
}
.cond-tile-cta svg { transition: transform 0.3s var(--ease-out); }
.cond-tile:hover .cond-tile-cta svg { transform: translateX(5px); }
.cond-tile:hover .cond-tile-cta { color: #fff; }
@media (max-width: 900px) { .cond-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .cond-grid { grid-template-columns: 1fr; } }

/* Interior page hero: on mobile show only a single Request button UNDER the photo
   (the phone number already lives in the sticky header). */
.page-hero-cta-mobile { display: none; }
@media (max-width: 900px) {
  .page-hero .hero-ctas-desktop { display: none; }
  .page-hero-cta-mobile { display: inline-flex; margin-top: 1.6rem; }
}
