/* ===========================================================
   Endurance Physical Therapy — shared design system
   =========================================================== */
:root {
  --paper: #FAF8F4;
  --paper-deep: #F2EEE6;
  --ink: #1C2B2E;
  --ink-muted: #5B6B6E;
  --teal: #4E848F;
  --teal-deep: #395F67;
  --teal-deeper: #2E4C53;
  --gold: #C89C54;
  --gold-pale: #EDC787;
  --maxw: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.tracked { letter-spacing: 0.12em; text-transform: uppercase; }

/* ---------- NAV ---------- */
nav.site-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 6vw;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(28,43,46,0.06);
  transition: background 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
}

/* Dynamic navs (transparent or blend-light) are taken out of flow so the section
   below them starts at the very top of the page and actually shows through */
nav.site-nav.nav--transparent, nav.site-nav.nav--blend-light {
  position: fixed;
  top: 0; left: 0; right: 0;
  width: 100%;
}

/* Transparent variant: blends into a dark/photo hero until the page is scrolled */
nav.site-nav.nav--transparent:not(.scrolled) {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
}
nav.site-nav.nav--transparent:not(.scrolled) .nav-links a { color: rgba(250,248,244,0.92); }
nav.site-nav.nav--transparent:not(.scrolled) .nav-links a:hover { color: var(--gold-pale); }
nav.site-nav.nav--transparent:not(.scrolled) .nav-phone { color: rgba(250,248,244,0.85); }
nav.site-nav.nav--transparent:not(.scrolled) .nav-cta { background: var(--gold); color: #1C2B2E; }
nav.site-nav.nav--transparent:not(.scrolled) .nav-cta:hover { background: var(--gold-pale); }
nav.site-nav.nav--transparent:not(.scrolled) .menu-toggle span { background: var(--paper); }
nav.site-nav.nav--transparent.open { background: rgba(250, 248, 244, 0.98); backdrop-filter: blur(6px); border-bottom-color: rgba(28,43,46,0.06); }
nav.site-nav.nav--transparent.open .nav-links a { color: var(--ink-muted); }
nav.site-nav.nav--transparent.open .nav-cta { background: var(--teal); color: var(--paper); }
nav.site-nav.nav--transparent.open .menu-toggle span { background: var(--ink); }

/* Light-blend variant: for pages whose header is already a light/cream background —
   just drop the fill + border at the top so nav and header merge, no text color change needed */
nav.site-nav.nav--blend-light:not(.scrolled) {
  background: transparent;
  backdrop-filter: none;
  border-bottom-color: transparent;
}
.wordmark {
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.22em;
  color: var(--teal);
}
.wordmark span { color: var(--gold); }
.nav-logo-link { display: flex; align-items: center; }
.nav-logo { height: 50px; width: auto; display: block; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-muted);
  transition: color 0.2s ease;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--teal); }
.nav-right { display: flex; align-items: center; gap: 22px; }
.nav-phone {
  font-size: 0.82rem;
  color: var(--ink-muted);
  white-space: nowrap;
}
.nav-cta {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--paper);
  background: var(--teal);
  padding: 11px 22px;
  border-radius: 2px;
  transition: background 0.25s ease;
  white-space: nowrap;
}
.nav-cta:hover { background: var(--teal-deep); }
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.menu-toggle span { width: 22px; height: 2px; background: var(--ink); }

/* ---------- HERO (home) ---------- */
.hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 6vw 60px;
}
.hero-ridge { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; max-width: 640px; }
.eyebrow { font-size: 0.72rem; font-weight: 500; color: var(--teal); margin-bottom: 22px; }

/* ---------- TAGLINE STRIP (Recover. Rebuild. Rise.) ---------- */
.tagline-strip { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.tagline-strip .word { font-size: 0.78rem; font-weight: 500; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); }
.tagline-strip .word.accent { color: var(--gold); }
.tagline-strip .sep { width: 14px; height: 1px; background: rgba(28,43,46,0.28); flex-shrink: 0; }
.tagline-strip--hero { margin: 20px 0 28px; }
.tagline-strip--hero .word { font-size: 0.92rem; }
.tagline-strip--page { margin-top: 18px; }
h1.display {
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0 0 26px 0;
  color: var(--ink);
}
h1.display .accent { color: var(--gold); }
.hero-sub { font-size: 1.05rem; color: var(--ink-muted); max-width: 480px; margin-bottom: 40px; }
.cta-row { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }

/* ---------- HERO PHOTO VARIANT ---------- */
/* Mobile-first: full-bleed cropped photo with a scrim for text legibility */
.hero--photo {
  background-image:
    linear-gradient(180deg, rgba(28,43,46,0.55) 0%, rgba(28,43,46,0.78) 55%, rgba(28,43,46,0.9) 100%),
    url('img/hero-lake.jpg');
  background-size: cover;
  background-position: 55% 8%;
}
.hero-photo-img { display: none; }
.hero--photo .eyebrow { color: var(--gold-pale); }
.hero--photo h1.display { color: #FAF8F4; }
.hero--photo h1.display .accent { color: var(--gold-pale); }
.hero--photo .hero-sub { color: rgba(250,248,244,0.88); }
.hero--photo .tagline-strip .word { color: rgba(250,248,244,0.92); }
.hero--photo .tagline-strip .word.accent { color: var(--gold-pale); }
.hero--photo .tagline-strip .sep { background: rgba(250,248,244,0.4); }
.hero--photo .btn-primary { background: var(--gold); color: #1C2B2E; }
.hero--photo .btn-primary:hover { background: var(--gold-pale); }
.hero--photo .btn-secondary { color: rgba(250,248,244,0.9); border-bottom-color: var(--gold-pale); }
.hero--photo .btn-secondary:hover { color: #FAF8F4; }

/* Desktop: letterboxed, whole photo (peak included) shown uncropped, right-aligned;
   text sits on solid brand color to the left instead of over the photo */
@media (min-width: 901px) {
  .hero--photo {
    background-image: none;
    background-color: var(--teal-deeper);
  }
  .hero-photo-img {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right center;
    z-index: 0;
  }
}
.btn-primary {
  background: var(--ink);
  color: var(--paper);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 2px;
  transition: background 0.25s ease, transform 0.25s ease;
  display: inline-block;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--teal-deep); transform: translateY(-1px); }
.btn-secondary {
  font-size: 0.85rem;
  color: var(--ink-muted);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 3px;
  transition: color 0.25s ease;
}
.btn-secondary:hover { color: var(--ink); }

/* ---------- PAGE HEADER (interior pages) ---------- */
.page-header {
  padding: 130px 6vw 70px;
  background: var(--paper-deep);
  text-align: left;
}
.page-header .section-inner { max-width: var(--maxw); margin: 0 auto; }
.page-header h1 {
  font-size: clamp(2.1rem, 4.4vw, 3rem);
  font-weight: 500;
  margin: 14px 0 16px 0;
  color: var(--ink);
}
.page-header p { color: var(--ink-muted); max-width: 560px; font-size: 1.02rem; margin: 0; }

/* ---------- PAGE HEADER PHOTO VARIANT ---------- */
.page-header--photo {
  position: relative;
  min-height: 46vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  padding: 110px 6vw 70px;
}
.page-header--photo::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(28,43,46,0.82) 0%, rgba(28,43,46,0.52) 45%, rgba(28,43,46,0.18) 100%);
}
.page-header--photo .section-inner { position: relative; z-index: 1; }
.page-header--photo .section-label { color: var(--gold-pale); }
.page-header--photo h1 { color: var(--paper); }
.page-header--photo p { color: rgba(250,248,244,0.88); }
.page-header--photo .tagline-strip .word { color: rgba(250,248,244,0.92); }
.page-header--photo .tagline-strip .word.accent { color: var(--gold-pale); }
.page-header--photo .tagline-strip .sep { background: rgba(250,248,244,0.4); }

.page-header--about { background-image: url('img/about-peak.jpg'); background-position: center 25%; }
.page-header--services { background-image: url('img/services-runner.jpg'); background-position: center 60%; }
.page-header--testimonials { background-image: url('img/testimonials-trail.jpg'); background-position: center 35%; }
.page-header--faqs { background-image: url('img/faqs-larch.jpg'); background-position: center 45%; }

@media (max-width: 700px) {
  .page-header--photo { min-height: 38vh; padding: 100px 6vw 60px; }
  .page-header--photo::before {
    background: linear-gradient(180deg, rgba(28,43,46,0.55) 0%, rgba(28,43,46,0.8) 60%, rgba(28,43,46,0.92) 100%);
  }
}

/* ---------- SECTION shell ---------- */
section { padding: 120px 6vw; }
.section-inner { max-width: var(--maxw); margin: 0 auto; }
.section-label { font-size: 0.7rem; font-weight: 500; color: var(--gold); margin-bottom: 14px; }
h2.section-title {
  font-size: clamp(1.7rem, 3.4vw, 2.3rem);
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 20px 0;
  max-width: 640px;
}
.section-intro { color: var(--ink-muted); max-width: 560px; font-size: 1rem; margin-bottom: 0; }

/* ---------- JOURNEY (signature scroll element) ---------- */
.journey { background: var(--paper-deep); }
.journey-grid { display: grid; grid-template-columns: 44px 1fr; gap: 0 48px; margin-top: 70px; }
.journey-rail { position: relative; width: 2px; background: rgba(28,43,46,0.1); justify-self: center; border-radius: 1px; }
.journey-rail-fill { position: absolute; left: 0; top: 0; width: 100%; height: 0%; background: var(--gold); border-radius: 1px; transition: height 0.15s ease-out; }
.journey-stages { display: flex; flex-direction: column; gap: 90px; }
.stage { position: relative; opacity: 0.35; transform: translateX(6px); transition: opacity 0.5s ease, transform 0.5s ease; }
.stage.in-view { opacity: 1; transform: translateX(0); }
.stage-dot {
  position: absolute; left: -70px; top: 6px; width: 11px; height: 11px; border-radius: 50%;
  background: var(--paper-deep); border: 2px solid rgba(28,43,46,0.25);
  transition: border-color 0.4s ease, background 0.4s ease;
}
.stage.in-view .stage-dot { border-color: var(--gold); background: var(--gold); }
.stage-num { font-size: 0.7rem; letter-spacing: 0.14em; color: var(--gold); font-weight: 500; margin-bottom: 10px; }
.stage h3 { font-size: 1.5rem; font-weight: 500; margin: 0 0 12px 0; color: var(--ink); }
.stage p { color: var(--ink-muted); max-width: 500px; margin: 0; font-size: 0.98rem; }

/* ---------- WHY LIST ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 40px; margin-top: 56px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; padding: 4px 0; }
.why-item .mark { color: var(--gold); font-size: 1.1rem; line-height: 1.4; flex-shrink: 0; }
.why-item p { margin: 0; color: var(--ink-muted); font-size: 0.98rem; }
.why-item strong { color: var(--ink); font-weight: 500; }

/* ---------- QUOTE ---------- */
.quote-block { background: var(--teal-deeper); color: var(--paper); text-align: center; }
.quote-block blockquote {
  margin: 0 auto; max-width: 780px; font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 400; line-height: 1.55; font-style: normal;
}
.quote-block cite {
  display: block; margin-top: 26px; font-style: normal; font-size: 0.78rem;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-pale);
}

/* ---------- ABOUT ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 70px; align-items: start; }
.monogram {
  width: 150px; height: 150px; border-radius: 50%; background: var(--teal);
  display: flex; align-items: center; justify-content: center; font-size: 2.4rem;
  font-weight: 500; color: var(--paper); letter-spacing: 0.04em; margin-bottom: 24px;
}
.monogram span { color: var(--gold-pale); }
.about-photo-frame {
  width: 100%; max-width: 320px; border-radius: 6px; overflow: hidden; margin-bottom: 28px;
  box-shadow: 0 24px 50px -28px rgba(28,43,46,0.4); border: 6px solid var(--paper);
  outline: 1px solid rgba(28,43,46,0.08);
}
.about-photo-frame img { width: 100%; height: auto; display: block; }
.about-meta { color: var(--ink-muted); font-size: 0.9rem; margin-bottom: 24px; }
.credential-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.credential-list li {
  font-size: 0.8rem; color: var(--teal); font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; padding-left: 18px; position: relative;
}
.credential-list li::before { content: ""; position: absolute; left: 0; top: 8px; width: 8px; height: 1px; background: var(--gold); }
.about-bio h3 { font-size: 1.1rem; font-weight: 500; margin: 40px 0 12px; color: var(--ink); }
.about-bio h3:first-child { margin-top: 0; }
.about-bio p { color: var(--ink-muted); max-width: 600px; margin: 0; }
.about-bio p + p { margin-top: 14px; }
.about-bio .fine { font-size: 0.85rem; color: var(--ink-muted); margin-top: 14px; }
.about-bio .fine strong { color: var(--ink); font-weight: 500; }

/* ---------- VISIT / SERVICE CARDS ---------- */
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 56px; }
.visit-card {
  background: var(--paper-deep); border-radius: 4px; padding: 34px 28px;
  border-top: 2px solid var(--gold);
}
.visit-card h3 { font-size: 1.1rem; font-weight: 500; margin: 0 0 12px; color: var(--ink); }
.visit-card p { color: var(--ink-muted); font-size: 0.92rem; margin: 0; }

/* ---------- CARE TEASER (condensed areas-of-care, used on Home) ---------- */
.care-teaser-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 50px; }
@media (max-width: 900px) { .care-teaser-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .care-teaser-grid { grid-template-columns: 1fr; } }

/* ---------- SERVICES (dark) ---------- */
.services { background: var(--teal-deeper); color: var(--paper); }
.services .section-label { color: var(--gold-pale); }
.services h2.section-title { color: var(--paper); }
.services .section-intro { color: rgba(250,248,244,0.72); }
.service-list { margin-top: 60px; border-top: 1px solid rgba(250,248,244,0.16); }
.service-row { display: flex; align-items: baseline; justify-content: space-between; padding: 28px 0; border-bottom: 1px solid rgba(250,248,244,0.16); }
.service-row h4 { font-size: 1.15rem; font-weight: 500; margin: 0; }
.service-row p { margin: 6px 0 0 0; color: rgba(250,248,244,0.62); font-size: 0.9rem; max-width: 460px; }
.service-row .service-mark { font-size: 0.72rem; letter-spacing: 0.12em; color: var(--gold-pale); white-space: nowrap; padding-left: 24px; }

/* ---------- CONDITION TAGS ---------- */
.condition-tags { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 44px; }
.condition-tags span {
  padding: 10px 20px; background: var(--paper-deep); border: 1px solid rgba(28,43,46,0.1);
  border-radius: 999px; font-size: 0.86rem; color: var(--ink-muted); white-space: nowrap;
}

/* ---------- PRICING ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 50px; }
.price-card { background: var(--paper-deep); border-radius: 4px; padding: 34px 30px; }
.price-card h3 { font-size: 1.1rem; font-weight: 500; margin: 0 0 10px; }
.price-card p { color: var(--ink-muted); font-size: 0.92rem; margin: 0 0 18px; }
.price-card .amount { font-size: 1.5rem; font-weight: 500; color: var(--teal-deep); margin-bottom: 18px; }
.policy-box { margin-top: 50px; padding: 30px; background: var(--paper-deep); border-left: 3px solid var(--gold); border-radius: 2px; }
.policy-box h3 { font-size: 0.95rem; font-weight: 500; margin: 0 0 10px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--teal-deep); }
.policy-box p { color: var(--ink-muted); font-size: 0.92rem; margin: 0; }

/* ---------- VISIT INFO STRIP ---------- */
.info-strip { background: var(--teal); color: var(--paper); }
.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.info-grid .label { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-pale); margin-bottom: 10px; }
.info-grid .value { font-size: 1rem; }
.info-grid a:hover { color: var(--gold-pale); }
.map-embed-frame { margin-top: 44px; border-radius: 6px; overflow: hidden; border: 1px solid rgba(250,248,244,0.25); }
.map-embed-frame iframe { width: 100%; height: 320px; border: 0; display: block; }
@media (max-width: 700px) { .map-embed-frame iframe { height: 240px; } }

/* ---------- TESTIMONIALS ---------- */
.testimonial-grid { display: flex; flex-direction: column; gap: 0; margin-top: 56px; }
.testimonial-card { padding: 42px 0; border-bottom: 1px solid rgba(28,43,46,0.1); }
.testimonial-card:first-child { padding-top: 0; }
.testimonial-card h3 { font-size: 1.05rem; font-weight: 500; margin: 0 0 14px; color: var(--teal-deep); }
.testimonial-card p { color: var(--ink-muted); font-size: 0.98rem; margin: 0; max-width: 760px; }
.leave-review { text-align: center; margin-top: 60px; }

/* ---------- FAQ ACCORDION ---------- */
.faq-list { margin-top: 56px; display: flex; flex-direction: column; gap: 4px; }
.faq-item { border-bottom: 1px solid rgba(28,43,46,0.12); }
.faq-item summary {
  cursor: pointer; padding: 24px 0; font-size: 1.02rem; font-weight: 500; color: var(--ink);
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; font-size: 1.4rem; font-weight: 300; color: var(--gold); flex-shrink: 0;
  transition: transform 0.25s ease;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item .faq-body { padding: 0 0 26px; color: var(--ink-muted); font-size: 0.96rem; }
.faq-item .faq-body ul { margin: 0; padding-left: 20px; }
.faq-item .faq-body li { margin-bottom: 8px; }

/* ---------- CTA BAND ---------- */
.cta-band { background: var(--paper-deep); text-align: center; }
.cta-band h2 { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 500; margin: 0 0 22px; }
.cta-band .cta-row { justify-content: center; }

/* ---------- MID-PAGE VIDEO BREAK ---------- */
.video-feature { width: 100%; overflow: hidden; line-height: 0; position: relative; background: var(--ink); }
.video-feature video { width: 100%; height: 64vh; object-fit: cover; display: block; }
@media (max-width: 700px) {
  .video-feature video { height: 42vh; }
}

/* ---------- FEATURE PHOTO (framed, natural aspect, paired with text) ---------- */
.feature-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.feature-photo-grid.reverse { grid-template-columns: 1fr 1fr; }
.feature-photo-grid.reverse .feature-photo-frame { order: -1; }
.feature-photo-frame {
  border-radius: 6px; overflow: hidden; box-shadow: 0 24px 50px -28px rgba(28,43,46,0.35);
  border: 6px solid var(--paper); outline: 1px solid rgba(28,43,46,0.08);
  max-width: 380px; max-height: 320px; margin: 0 auto;
}
.feature-photo-frame img, .feature-photo-frame video { width: 100%; height: 100%; object-fit: cover; display: block; }
.feature-photo-grid .cta-row { justify-content: flex-start; }
@media (max-width: 860px) {
  .feature-photo-grid, .feature-photo-grid.reverse { grid-template-columns: 1fr; }
  .feature-photo-grid.reverse .feature-photo-frame { order: 0; }
}

/* ---------- PATIENT EDUCATION ARTICLES ---------- */
.article-eyebrow { font-size: 0.72rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--teal); margin-bottom: 10px; }
.article-body { max-width: 720px; }
.article-body h2 { font-size: 1.4rem; font-weight: 500; margin: 48px 0 16px; color: var(--ink); }
.article-body h2:first-child { margin-top: 0; }
.article-body p { color: var(--ink-muted); margin: 0 0 16px; }
.article-body ul, .article-body ol { color: var(--ink-muted); margin: 0 0 16px; padding-left: 22px; }
.article-body li { margin-bottom: 8px; }
.article-body strong { color: var(--ink); font-weight: 500; }
.article-body .fine { font-size: 0.9rem; font-style: italic; }
.article-callout { background: var(--paper-deep); border-left: 3px solid var(--gold); border-radius: 2px; padding: 26px 28px; margin: 32px 0; }
.article-callout p, .article-callout li { color: var(--ink); }
.article-callout p:last-child, .article-callout ul:last-child, .article-callout ol:last-child { margin-bottom: 0; }
.article-bottom-line { background: var(--teal-deeper); color: var(--paper); border-radius: 6px; padding: 32px 36px; margin: 44px 0 0; font-size: 1.05rem; line-height: 1.6; }
.article-bottom-line strong { color: var(--gold-pale); }
.article-figure { margin: 40px 0; border-radius: 6px; overflow: hidden; border: 1px solid rgba(28,43,46,0.08); background: var(--paper); }
.article-figure img { width: 100%; display: block; }
.article-figure figcaption { padding: 14px 18px; font-size: 0.85rem; color: var(--ink-muted); background: var(--paper-deep); font-style: italic; }
.article-related { margin-top: 60px; padding-top: 40px; border-top: 1px solid rgba(28,43,46,0.1); }
.article-related h3 { font-size: 0.9rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--teal-deep); margin: 0 0 18px; }
.article-related ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.article-related a { color: var(--teal-deep); font-size: 0.98rem; border-bottom: 1px solid var(--gold); padding-bottom: 2px; }
.article-related a:hover { color: var(--teal); }
.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin: 24px 0 32px; }
.article-grid-3 { grid-template-columns: repeat(3, 1fr); }
.article-grid-4 { grid-template-columns: repeat(2, 1fr); }
.article-grid-cell { background: var(--paper-deep); border-radius: 4px; padding: 22px 24px; }
.article-grid-cell p:first-child { margin-bottom: 10px; }
.article-grid-cell p:first-child strong { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal-deep); }
.article-grid-cell ul, .article-grid-cell ol { margin: 0; padding-left: 18px; }
.article-grid-cell ul li, .article-grid-cell ol li { margin-bottom: 6px; font-size: 0.94rem; }
.article-grid-cell p:last-child { margin-bottom: 0; }
@media (max-width: 640px) { .article-grid, .article-grid-3, .article-grid-4 { grid-template-columns: 1fr; } }

/* ---------- RESOURCE CARDS (patient education hub) ---------- */
.resource-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 56px; }
.resource-card { background: var(--paper-deep); border-radius: 4px; padding: 34px 30px; border-top: 2px solid var(--gold); display: flex; flex-direction: column; }
.resource-card .article-eyebrow { margin-bottom: 12px; }
.resource-card h3 { font-size: 1.2rem; font-weight: 500; margin: 0 0 12px; color: var(--ink); }
.resource-card p { color: var(--ink-muted); font-size: 0.94rem; margin: 0 0 22px; flex-grow: 1; }
.resource-card a.btn-secondary { align-self: flex-start; }
@media (max-width: 700px) { .resource-grid { grid-template-columns: 1fr; } }

/* ---------- FOOTER ---------- */
footer.site-footer { background: var(--teal); color: var(--paper); padding: 100px 6vw 50px; }
.footer-inner { max-width: var(--maxw); margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 50px; }
.footer-word { font-size: 1.5rem; font-weight: 500; letter-spacing: 0.16em; margin-bottom: 16px; }
.footer-word span { color: var(--gold-pale); }
.footer-logo { height: 44px; width: auto; margin-bottom: 18px; }
.footer-tagline {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  font-size: 0.76rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(250,248,244,0.85); margin-bottom: 30px;
}
.footer-tagline .accent { color: var(--gold-pale); }
.footer-tagline .sep { width: 14px; height: 1px; background: rgba(250,248,244,0.35); flex-shrink: 0; }
.footer-contact p, .footer-links p { margin: 0 0 12px 0; color: rgba(250,248,244,0.85); font-size: 0.92rem; }
.footer-contact a:hover, .footer-links a:hover { color: var(--gold-pale); }
.footer-links h4, .footer-contact h4 { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-pale); margin: 0 0 18px; font-weight: 500; }
.footer-links ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-links a { font-size: 0.92rem; color: rgba(250,248,244,0.85); }
.footer-bottom {
  max-width: var(--maxw); margin: 70px auto 0; padding-top: 24px; border-top: 1px solid rgba(250,248,244,0.16);
  font-size: 0.7rem; letter-spacing: 0.08em; color: rgba(250,248,244,0.5);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .nav-links, .nav-phone { display: none; }
  .menu-toggle { display: flex; }
  nav.site-nav.open .nav-links {
    display: flex; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper);
    flex-direction: column; align-items: flex-start; gap: 18px; padding: 26px 6vw;
    border-top: 1px solid rgba(28,43,46,0.06); border-bottom: 1px solid rgba(28,43,46,0.06);
  }
  .why-grid, .visit-grid, .pricing-grid, .info-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 24px 1fr; gap: 0 24px; }
  .stage-dot { left: -40px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }
  section { padding: 90px 6vw; }
  .service-row { flex-direction: column; align-items: flex-start; gap: 6px; }
  .service-row .service-mark { padding-left: 0; }
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
