/* ============================================================
   ALCHEMY VEIN SPECIALISTS — Master Stylesheet
   Design tokens, typography, and shared components.
   Edit tokens in :root to ripple changes across the whole site.
   ============================================================ */

/* ---------- 1. DESIGN TOKENS ---------- */
:root {
  /* Brand palette — institutional navy + restrained gold + cool neutrals */
  /* Primary tokens still named "burgundy" for compatibility; values are now navy. */
  --burgundy: #1F3F66;        /* softer steel-navy primary (was #0F2A4A) */
  --burgundy-deep: #142B47;   /* deep navy, still readable, not eye-stabby (was #061629) */
  --burgundy-soft: #4A6A95;   /* lighter navy for hovers/accents */
  --burgundy-tint: #ECF1F8;   /* very light navy wash */

  --gold: #A78440;            /* subtle warm accent, used sparingly */
  --gold-light: #C9A865;
  --gold-soft: #F1E8D2;

  --ink: #0F1419;             /* near-black slate for body */
  --ink-soft: #3D4A5C;        /* cool gray for paragraph text */
  --ink-muted: #7A8699;       /* muted cool gray for captions */

  --paper: #FFFFFF;           /* clean white background */
  --paper-warm: #F4F6FA;      /* light cool wash for alternating sections */
  --cream: #E8ECF2;
  --line: #DDE3EB;
  --line-soft: #EDF1F6;

  --white: #FFFFFF;

  /* Typography */
  --font-display: 'Cormorant Garamond', 'Times New Roman', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  /* Sizing & rhythm */
  --container: 1240px;
  --container-narrow: 940px;
  --radius-sm: 4px;
  --radius: 8px;
  --radius-lg: 18px;

  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(26, 26, 26, 0.04), 0 2px 6px rgba(26, 26, 26, 0.04);
  --shadow: 0 4px 12px rgba(26, 26, 26, 0.06), 0 12px 32px rgba(26, 26, 26, 0.06);
  --shadow-lg: 0 12px 36px rgba(26, 26, 26, 0.10), 0 32px 80px rgba(26, 26, 26, 0.08);

  --transition: 220ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

/* ---------- 2. RESET & BASE ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  max-width: 100vw;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-soft);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--burgundy); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--burgundy-deep); }
button { font: inherit; cursor: pointer; }

/* ---------- 3. TYPOGRAPHY ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin: 0 0 0.6em;
}
h1 { font-size: clamp(2.5rem, 5vw + 0.5rem, 4.5rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 3vw + 0.5rem, 3.25rem); font-weight: 400; }
h3 { font-size: clamp(1.5rem, 1.5vw + 0.75rem, 2rem); }
h4 { font-size: 1.35rem; font-family: var(--font-body); font-weight: 600; letter-spacing: -0.005em; }
h5 { font-size: 1.05rem; font-family: var(--font-body); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--burgundy); }

p { margin: 0 0 1.1em; }
p.lead { font-size: 1.2rem; line-height: 1.6; color: var(--ink-soft); }

.eyebrow {
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2em;
  display: inline-block;
}

/* Was: italic + burgundy emphasis. Removed for a cleaner, less editorial headline feel.
   Kept as a no-op so existing markup doesn't have to be touched across pages. */
.italic-flourish { font-style: normal; color: inherit; font-family: inherit; font-weight: inherit; }

/* ---------- 4. LAYOUT ---------- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 28px; }
.container--narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 28px; }
section { padding: clamp(56px, 6vw, 88px) 0; }
.section-tight { padding: clamp(40px, 4vw, 56px) 0; }

.grid { display: grid; gap: 32px; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

/* ---------- 5. NAV / HEADER ---------- */
.topbar {
  background: var(--burgundy-deep);
  color: var(--paper-warm);
  font-size: 0.85rem;
  letter-spacing: 0.02em;
}
.topbar__inner {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 28px;
  max-width: var(--container);
  margin: 0 auto;
}
.topbar__left, .topbar__right { gap: 28px; }
.topbar a { color: var(--paper-warm); }
.topbar a:hover { color: var(--gold-light); }
.topbar__left, .topbar__right { display: flex; gap: 24px; align-items: center; }
.topbar__sep { width: 1px; height: 12px; background: rgba(255,255,255,0.25); display: inline-block; }

/* Mobile topbar — hide the location list + hours (they're the longest strings
   and were causing horizontal overflow on narrow Android viewports). Keep
   the email on the right; it's the only actionable item. */
@media (max-width: 720px) {
  .topbar__inner { padding: 10px 20px; justify-content: flex-end; }
  .topbar__left { display: none; }
  .topbar__right { font-size: 0.82rem; }
}

header.site {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 247, 242, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 36px;
  padding: 12px 28px;
  max-width: var(--container);
  margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 16px; flex-shrink: 0; }
.brand img { height: 60px; width: auto; }
.brand__name {
  font-family: var(--font-display);
  font-size: 1.55rem;
  color: var(--ink);
  letter-spacing: 0.005em;
  font-weight: 500;
  line-height: 1.05;
  display: block;
}
/* Hide the small "Vascular & Vein Care" tag — the brand name says it.
   Keeping the markup so we don't have to touch every page. */
.brand__tag { display: none; }
.nav__links {
  display: flex; gap: 26px; align-items: center;
  list-style: none; padding: 0; margin: 0 auto;
}
.nav__links a {
  font-size: 0.92rem;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0.01em;
  position: relative;
  padding: 4px 0;
  white-space: nowrap;
  /* Unified display model — both single links and dropdown triggers use
     inline-flex with center alignment, so the SVG caret on dropdown
     triggers doesn't push those items off-baseline vs. static items. */
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.nav__links a:hover, .nav__links a.active { color: var(--burgundy); }
.nav__links a.active::after {
  content: "";
  position: absolute; bottom: -2px; left: 0; right: 0;
  height: 2px; background: var(--gold);
}
.nav__cta { display: flex; gap: 14px; align-items: center; flex-shrink: 0; }
.nav__phone { color: var(--burgundy); font-weight: 600; font-size: 0.95rem; letter-spacing: 0.01em; }

/* Dropdown menus on the desktop nav — centered under trigger with arrow + bridge.
   Trigger uses an SVG caret (clearer affordance than unicode ▾) at ~11×8px,
   colored with the brand burgundy so it reads as "has a menu". */
.nav__links .has-dropdown { position: relative; }
.nav__links .has-dropdown > a {
  display: inline-flex; align-items: center; gap: 7px;
}
.nav__links .has-dropdown > a .caret {
  width: 11px; height: 8px;
  color: var(--burgundy);
  opacity: 0.7;
  flex-shrink: 0;
  display: inline-block;
  transition: transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.nav__links .has-dropdown:hover > a,
.nav__links .has-dropdown:focus-within > a {
  color: var(--burgundy);
}
.nav__links .has-dropdown:hover > a .caret,
.nav__links .has-dropdown:focus-within > a .caret {
  transform: translateY(2px); opacity: 1;
}
.nav__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  list-style: none; margin: 0; padding: 12px 0;
  min-width: 280px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 22px 56px rgba(15, 42, 74, 0.15), 0 3px 8px rgba(15, 42, 74, 0.06);
  opacity: 0; visibility: hidden; pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 0.18s cubic-bezier(0.2, 0.7, 0.2, 1), visibility 0.18s cubic-bezier(0.2, 0.7, 0.2, 1);
  z-index: 60;
}
/* Small white arrow at top of dropdown, pointing at trigger */
.nav__dropdown::after {
  content: ""; position: absolute;
  top: -6px; left: 50%;
  width: 11px; height: 11px;
  background: var(--paper);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  transform: translateX(-50%) rotate(45deg);
}
/* Invisible bridge — covers the gap from trigger to dropdown so hover doesn't drop.
   Generous overlap: bridge is taller than the gap AND wider than the dropdown,
   so even slow-moving cursors stay in the hover chain. */
.nav__dropdown::before {
  content: ""; position: absolute;
  top: -18px; left: -24px; right: -24px; height: 18px;
}
.nav__links .has-dropdown:hover .nav__dropdown,
.nav__links .has-dropdown:focus-within .nav__dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav__dropdown li { padding: 0; border: none; }
.nav__dropdown a {
  display: block;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: 0;
  white-space: nowrap;
  transition: background 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), color 0.15s cubic-bezier(0.2, 0.7, 0.2, 1), padding-left 0.15s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.nav__dropdown a:hover {
  background: var(--paper-warm);
  color: var(--burgundy);
  padding-left: 28px;
}
/* Suppress the active-underline pseudo-element inside dropdowns — it conflicts with the panel */
.nav__dropdown a.active::after { content: none; }
.nav__dropdown a.active { color: var(--burgundy); background: var(--burgundy-tint); }

.nav__dropdown-sep {
  height: 1px; background: var(--line-soft);
  margin: 6px 16px; padding: 0 !important;
}
.nav__dropdown-sep a { display: none; }

/* ===== Hero — 2-column split variant (with provider photo) ===== */
.hero__inner.hero__inner--split {
  max-width: var(--container);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(36px, 4vw, 72px);
  align-items: center;
  text-align: left;
  padding: 0 28px;
}
.hero__inner--split .eyebrow { color: var(--gold); }
.hero__inner--split .hero__divider { margin: 0 0 24px; }
.hero__inner--split p.lead { margin: 0 0 32px; max-width: 580px; text-align: left; }
.hero__inner--split .hero__ctas { justify-content: flex-start; }
.hero__photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--paper-warm);
  aspect-ratio: 4 / 5;
  box-shadow: 0 26px 60px rgba(15, 42, 74, 0.18), 0 6px 16px rgba(15, 42, 74, 0.07);
}
.hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero__photo::after {
  content: ""; position: absolute; inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.4);
  pointer-events: none;
}
.hero__photo-caption {
  position: absolute; bottom: 18px; left: 18px; right: 18px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 0.86rem;
  color: var(--ink-soft);
  line-height: 1.45;
  box-shadow: 0 6px 16px rgba(15, 42, 74, 0.08);
}
.hero__photo-caption strong {
  display: block;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  margin-bottom: 2px;
  letter-spacing: 0;
}
@media (max-width: 900px) {
  .hero__inner.hero__inner--split {
    grid-template-columns: 1fr;
    text-align: center;
    max-width: var(--container-narrow);
  }
  .hero__inner--split .hero__divider { margin: 0 auto 24px; }
  .hero__inner--split p.lead { margin: 0 auto 32px; text-align: center; }
  .hero__inner--split .hero__ctas { justify-content: center; }
  .hero__photo { max-width: 360px; margin: 0 auto; aspect-ratio: 4 / 5; }
}

/* ===== Credentials / Accreditation badges ===== */
.credentials {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center;
  margin: 28px auto 0; max-width: 880px;
}
.credential {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px 8px 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 100px;
  font-size: 0.78rem;
  color: var(--ink-soft);
  letter-spacing: 0.02em;
  font-weight: 500;
}
.credential__abbr {
  display: inline-block;
  font-weight: 700;
  color: var(--burgundy);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  padding: 2px 8px;
  background: var(--burgundy-tint);
  border-radius: 100px;
}

/* ===== "Am I a candidate?" symptom checklist section ===== */
.candidate {
  background:
    radial-gradient(circle at 88% 15%, rgba(167, 132, 64, 0.07), transparent 55%),
    var(--paper-warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.candidate__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(40px, 4vw, 72px);
  align-items: center;
}
.candidate__list {
  list-style: none; padding: 0; margin: 24px 0 0;
}
.candidate__list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line-soft);
  font-size: 1rem;
  color: var(--ink);
}
.candidate__list li:last-child { border-bottom: none; }
.candidate__list svg {
  flex-shrink: 0;
  width: 22px; height: 22px;
  color: var(--burgundy);
  margin-top: 3px;
}
.candidate__right { display: flex; flex-direction: column; gap: 20px; }
.candidate__photo {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: var(--paper-warm);
  box-shadow: 0 14px 36px rgba(15, 42, 74, 0.10), 0 2px 6px rgba(15, 42, 74, 0.05);
}
.candidate__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.candidate__card {
  background: var(--paper);
  padding: clamp(28px, 3vw, 40px);
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: 0 14px 36px rgba(15, 42, 74, 0.07), 0 2px 6px rgba(15, 42, 74, 0.04);
  text-align: center;
}
.candidate__card .eyebrow { color: var(--gold); }
.candidate__card h3 {
  color: var(--burgundy);
  margin: 6px 0 14px;
  font-size: clamp(1.4rem, 1.5vw + 0.8rem, 1.85rem);
}
.candidate__card p { color: var(--ink-soft); margin-bottom: 24px; }
.candidate__card .btn { width: 100%; justify-content: center; }
.candidate__card-foot {
  margin-top: 18px;
  font-size: 0.82rem;
  color: var(--ink-muted);
}
.candidate__card-foot a { color: var(--burgundy); font-weight: 600; }
@media (max-width: 880px) {
  .candidate__grid { grid-template-columns: 1fr; }
  /* Center the symptom-section photo on mobile + cap its width so it
     doesn't span edge-to-edge and the drop-shadow has room to render
     symmetrically without being clipped at the viewport right edge. */
  .candidate__photo {
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    /* Reduce horizontal blur so the shadow doesn't visually clip
       against the viewport when overflow-x: hidden is active. */
    box-shadow: 0 10px 28px rgba(15, 42, 74, 0.10), 0 2px 6px rgba(15, 42, 74, 0.05);
  }
}

/* ===== Real Outcomes / Before–After teaser ===== */
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 22px;
  margin-top: 44px;
}
.outcome-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.outcome-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(15, 42, 74, 0.10);
}
.outcome-card__visual {
  aspect-ratio: 5 / 3;
  background:
    linear-gradient(135deg, var(--paper-warm) 0%, var(--paper-warm) 50%, var(--cream) 50%, var(--cream) 100%);
  position: relative;
  display: flex; align-items: center; justify-content: center;
}
.outcome-card__visual::before {
  content: ""; position: absolute;
  left: 50%; top: 8%; bottom: 8%;
  width: 1px; background: rgba(31, 63, 102, 0.18);
  transform: translateX(-50%);
}
.outcome-card__visual-label {
  position: absolute; bottom: 14px;
  font-size: 0.66rem; letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}
.outcome-card__visual-label--before { left: 18px; }
.outcome-card__visual-label--after { right: 18px; color: var(--burgundy); }
.outcome-card__visual-icon {
  width: 36px; height: 36px;
  color: var(--ink-muted);
  opacity: 0.4;
}
.outcome-card__body { padding: 22px 24px; }
.outcome-card__body h4 { color: var(--ink); margin: 0 0 6px; font-size: 1.05rem; }
.outcome-card__body p { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }
.outcomes-note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--ink-muted);
  margin: 36px auto 0;
  max-width: 620px;
  font-style: italic;
}

/* ===== Slim Locations band (replaces the full 3-card section on homepage) ===== */
.locations-band {
  padding: 28px 0;
  background: var(--paper-warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.locations-band__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; flex-wrap: wrap;
}
.locations-band__eyebrow {
  display: block;
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--gold); font-weight: 700;
  margin-bottom: 6px;
}
.locations-band p {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1vw + 0.9rem, 1.55rem);
  color: var(--ink);
  line-height: 1.2;
}
.locations-band .link-arrow { flex-shrink: 0; }

/* ===== Merged candidate-and-conditions section: conditions sub-block ===== */
.candidate__conditions {
  margin-top: clamp(40px, 4vw, 64px);
  padding-top: clamp(28px, 3vw, 44px);
  border-top: 1px solid var(--line-soft);
}
.candidate__conditions-head {
  text-align: center;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  font-weight: 700;
  font-family: var(--font-body);
  margin: 0 0 24px;
}
.candidate__conditions-cta {
  text-align: center;
  margin-top: 28px;
}
/* Icon in each condition card */
.candidate__conditions .card {
  text-align: center;
  position: relative;
  padding-top: 32px;
}
.condition-icon {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--burgundy-tint);
  color: var(--burgundy);
  margin: 0 auto 16px;
}
.condition-icon svg { width: 30px; height: 30px; }

/* ===== Compact page-hero modifier (less vertical padding) ===== */
.page-hero--compact {
  padding: clamp(44px, 6vw, 68px) 0 clamp(28px, 4vw, 44px);
}

/* ===== Split page-hero — text on left, image on right (for physicians page) ===== */
.page-hero--split { text-align: left; padding: clamp(56px, 7vw, 96px) 0 clamp(48px, 6vw, 72px); }
.page-hero--split > .container {
  max-width: var(--container);
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(36px, 4vw, 72px);
  align-items: center;
}
.page-hero--split p {
  margin: 0; max-width: 540px;
  font-size: 1.1rem; color: var(--ink-soft);
}
.page-hero--split .eyebrow { color: var(--gold); }
.page-hero__photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: var(--paper-warm);
  box-shadow: 0 22px 56px rgba(15, 42, 74, 0.16), 0 6px 16px rgba(15, 42, 74, 0.07);
}
.page-hero__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
@media (max-width: 900px) {
  .page-hero--split { text-align: center; }
  .page-hero--split > .container {
    grid-template-columns: 1fr; max-width: var(--container-narrow);
  }
  .page-hero--split p { margin: 0 auto; }
  .page-hero__photo { max-width: 420px; margin: 0 auto; }
}

/* ===== Physician-page card icon (gradient pill, 48px) ===== */
.physician-card-icon {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 48px; height: 48px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--burgundy-tint), var(--gold-soft));
  color: var(--burgundy);
  margin-bottom: 14px;
}
.physician-card-icon svg { width: 26px; height: 26px; }

/* ===== Service-card tech-vibe enhancements ===== */
.service-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), border-color 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.service-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--burgundy), var(--gold));
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 42, 74, 0.12), 0 4px 10px rgba(15, 42, 74, 0.06);
  border-color: var(--burgundy-soft);
}
.service-card:hover::before { opacity: 1; }
.service-card__image {
  background: linear-gradient(135deg, var(--burgundy-tint), var(--paper-warm));
  color: var(--burgundy);
  padding: 28px;
  display: flex;
  align-items: center; justify-content: center;
}
.service-card__image svg { width: 52px; height: 52px; }

/* ===== Cosmetic-treatment cards (services/cosmetic.html) — small illustrated header ===== */
.cosmetic-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
  display: flex; flex-direction: column;
}
.cosmetic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(15, 42, 74, 0.12), 0 4px 10px rgba(15, 42, 74, 0.06);
}
.cosmetic-card__visual {
  height: 140px;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  color: var(--burgundy);
  overflow: hidden;
}
.cosmetic-card__visual--neuro { background: linear-gradient(135deg, #F0E6D8, #FAE0D5); }
.cosmetic-card__visual--filler { background: linear-gradient(135deg, var(--burgundy-tint), #E8DAEB); }
.cosmetic-card__visual--needle { background: linear-gradient(135deg, var(--paper-warm), #F1E8D2); }
.cosmetic-card__visual svg { width: 58px; height: 58px; }
.cosmetic-card__body {
  padding: 28px 28px 32px;
  flex: 1;
  display: flex; flex-direction: column;
}
.cosmetic-card__body h5 {
  color: var(--gold);
  margin-bottom: 8px;
}
.cosmetic-card__body h3 {
  font-size: 1.4rem;
  margin-bottom: 14px;
  color: var(--ink);
}
.cosmetic-card__body p { color: var(--ink-soft); margin-bottom: 14px; }
.cosmetic-card__areas {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line-soft);
  font-size: 0.86rem;
  color: var(--ink-muted);
}

/* ===== Slim physician redirect band (for partner-physician traffic on the patient homepage) ===== */
.physician-band {
  background: var(--burgundy-tint);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.physician-band__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
}
.physician-band__text { flex: 1 1 480px; min-width: 0; }
.physician-band__eyebrow {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 4px;
}
.physician-band__text p {
  margin: 0; font-size: 0.95rem; color: var(--ink-soft); line-height: 1.5;
}
.physician-band__text strong { color: var(--burgundy); font-weight: 600; }
.physician-band .link-arrow { flex-shrink: 0; }

/* ===== Careers page ===== */
.job-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 3vw, 40px);
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(15, 42, 74, 0.03);
  transition: box-shadow 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.job-card:hover {
  box-shadow: 0 14px 36px rgba(15, 42, 74, 0.08);
  transform: translateY(-2px);
}
.job-card__head {
  display: flex; justify-content: space-between; align-items: flex-start;
  gap: 20px; flex-wrap: wrap;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-soft);
}
.job-card__title { flex: 1 1 auto; min-width: 0; }
.job-card__title h3 { margin-bottom: 6px; color: var(--ink); }
.job-card__meta {
  display: flex; flex-wrap: wrap; gap: 12px;
  font-size: 0.8rem; color: var(--ink-muted);
  letter-spacing: 0.04em;
}
.job-card__meta span {
  display: inline-flex; align-items: center; gap: 5px;
}
.job-card__type {
  display: inline-block;
  padding: 6px 14px;
  background: var(--burgundy-tint);
  color: var(--burgundy);
  font-size: 0.74rem; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  border-radius: 100px;
  flex-shrink: 0;
}
.job-card h4 {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-muted);
  margin: 22px 0 10px;
  font-family: var(--font-body);
  font-weight: 600;
}
.job-card h4:first-of-type { margin-top: 0; }
.job-card p { color: var(--ink-soft); margin-bottom: 12px; }
.job-card ul { padding-left: 22px; margin-bottom: 6px; }
.job-card ul li { padding: 4px 0; color: var(--ink-soft); }
.job-card__actions {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line-soft);
  display: flex; gap: 14px; flex-wrap: wrap;
}

/* Mobile nav */
.nav__toggle { display: none; background: none; border: 0; padding: 8px; cursor: pointer; }
.nav__toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: var(--transition); }

@media (max-width: 980px) {
  .nav__links, .nav__cta .btn { display: none; }
  .nav__toggle { display: block; }
  .nav__phone { font-size: 0.9rem; }
  /* Bigger tap target — 44×44px minimum per touch ergonomics. */
  .nav__toggle { padding: 12px 10px; }
  .nav__toggle span { width: 26px; height: 2px; margin: 6px 0; }
}

/* On narrow phones, shrink the brand and tighten nav padding so the row
   fits without overflowing. Keep the brand name visible (it's the
   practice identity) but at a smaller size. */
@media (max-width: 540px) {
  .container, .container--narrow { padding: 0 20px; }
  .nav { padding: 10px 16px; gap: 12px; }
  .brand { gap: 10px; }
  .brand img { height: 44px; }
  .brand__name { font-size: 1.05rem; line-height: 1.1; }
  .nav__phone { font-size: 0.82rem; }
}
/* Drop the phone number from the nav at really narrow widths — the FAB
   call button covers it. */
@media (max-width: 380px) {
  .nav__phone { display: none; }
}

.mobile-menu {
  display: none;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 16px 28px 28px;
  box-shadow: 0 14px 36px rgba(15, 42, 74, 0.08);
}
.mobile-menu.open { display: block; }
.mobile-menu ul { list-style: none; padding: 0; margin: 0; }
.mobile-menu li {
  padding: 0;
  border-bottom: 1px solid var(--line-soft);
}
.mobile-menu a {
  color: var(--ink); font-weight: 500;
  display: block;
  padding: 16px 4px;
  font-size: 1.02rem;
  /* Full-width tap area — easier to hit on touch */
}
.mobile-menu a:hover { color: var(--burgundy); background: var(--paper-warm); }
.mobile-menu__section {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  padding: 20px 0 6px !important;
  border-bottom: none !important;
  font-weight: 700;
}
.mobile-menu__section:first-child { padding-top: 4px !important; }
@media (max-width: 540px) {
  .mobile-menu { padding: 14px 20px 24px; }
}

/* ---------- 6. BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  transition: all var(--transition);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
.btn--primary { background: var(--burgundy); color: var(--white); }
.btn--primary:hover { background: var(--burgundy-deep); color: var(--white); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn--ghost { background: transparent; color: var(--burgundy); border-color: var(--burgundy); }
.btn--ghost:hover { background: var(--burgundy); color: var(--white); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold-light); color: var(--ink); }
.btn--inverse { background: var(--white); color: var(--burgundy); }
.btn--inverse:hover { background: var(--paper-warm); }
.btn--small { padding: 10px 20px; font-size: 0.78rem; }
.btn .arrow { transition: transform var(--transition); }
.btn:hover .arrow { transform: translateX(4px); }

.link-arrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--burgundy);
}
.link-arrow:hover .arrow { transform: translateX(4px); }
.link-arrow .arrow { transition: transform var(--transition); }

/* ---------- 7. HERO ---------- */
.hero {
  position: relative;
  background:
    radial-gradient(circle at 82% 18%, rgba(167, 132, 64, 0.10), transparent 50%),
    radial-gradient(circle at 12% 88%, rgba(31, 63, 102, 0.08), transparent 50%),
    var(--paper);
  padding: clamp(72px, 10vw, 124px) 0 clamp(72px, 9vw, 112px);
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
/* Decorative concentric rings removed for a calmer hero. */
.hero__decor { display: none; }
.hero__inner { position: relative; max-width: var(--container-narrow); margin: 0 auto; padding: 0 28px; text-align: center; }
.hero h1 { color: var(--ink); margin-bottom: 24px; }
.hero h1 em { font-style: italic; color: var(--burgundy); }
.hero p.lead { font-size: clamp(1.05rem, 1vw + 0.8rem, 1.3rem); color: var(--ink-soft); max-width: 680px; margin: 0 auto 36px; }
.hero__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero__divider {
  width: 60px; height: 1px; background: var(--gold);
  margin: 0 auto 24px;
}

/* Page hero (sub-pages) — more compact */
.page-hero {
  background:
    radial-gradient(circle at 90% 10%, rgba(184, 146, 74, 0.08), transparent 50%),
    var(--paper-warm);
  padding: clamp(72px, 9vw, 110px) 0 clamp(56px, 7vw, 84px);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.page-hero h1 { font-size: clamp(2.2rem, 4vw + 0.5rem, 3.6rem); margin-bottom: 18px; }
.page-hero p { max-width: 640px; margin: 0 auto; font-size: 1.1rem; color: var(--ink-soft); }
.page-hero .eyebrow { color: var(--gold); }

/* ---------- 8. STATS BAND ---------- */
.stats {
  background: var(--burgundy-deep);
  color: var(--paper-warm);
  padding: clamp(36px, 4vw, 52px) 0;
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: ""; position: absolute; top: -100px; right: -100px;
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(201, 168, 101, 0.12), transparent 70%);
  pointer-events: none;
}
.stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
.stat { text-align: center; padding: 12px 24px; border-right: 1px solid rgba(255,255,255,0.12); }
.stat:last-child { border-right: 0; }
.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 400;
  color: var(--gold-light);
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.stat__num em { font-style: normal; font-size: 0.6em; vertical-align: top; }
.stat__label {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--paper-warm);
  opacity: 0.85;
}
@media (max-width: 720px) {
  .stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 20px; }
  .stat:last-child { border-bottom: 0; }
}

/* ---------- 9. SECTION HEADERS ---------- */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 44px; }
.section-head h2 { margin-bottom: 14px; }
.section-head p { font-size: 1.05rem; color: var(--ink-soft); margin: 0; }
.section-head--left { text-align: left; margin-left: 0; }

/* ---------- 10. CARDS ---------- */
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  transition: all var(--transition);
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--gold-light); }
.card__icon {
  width: 56px; height: 56px;
  margin-bottom: 24px;
  color: var(--burgundy);
  display: flex; align-items: center; justify-content: center;
  background: var(--burgundy-tint);
  border-radius: 50%;
}
.card__icon svg { width: 28px; height: 28px; }
.card h3 { font-size: 1.6rem; margin-bottom: 12px; color: var(--ink); }
.card p { margin-bottom: 20px; }
.card__link { color: var(--burgundy); font-weight: 600; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; }

/* Service card variant — featured */
.service-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all var(--transition);
  display: flex; flex-direction: column;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--burgundy-soft); }
.service-card__image {
  height: 168px;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(255,255,255,0.5), transparent 60%),
    linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-deep) 100%);
  position: relative;
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.service-card__image::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 80% 110%, rgba(201, 168, 101, 0.18), transparent 45%),
    radial-gradient(circle at 0% 0%, rgba(255,255,255,0.10), transparent 50%);
}
.service-card__image::after {
  content: ""; position: absolute; right: -40px; bottom: -40px;
  width: 200px; height: 200px;
  border: 1px solid rgba(201, 168, 101, 0.35);
  border-radius: 50%;
  pointer-events: none;
}
.service-card__image svg { width: 72px; height: 72px; color: var(--gold-light); opacity: 0.95; position: relative; z-index: 1; }
.service-card__body { padding: 30px 28px; flex: 1; display: flex; flex-direction: column; }
.service-card__body h3 { font-size: 1.5rem; }
.service-card__body p { flex: 1; }

/* ---------- 11. FEATURE / SPLIT ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}
.split--reverse .split__media { order: 2; }
.split__media img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.split__media--bordered {
  position: relative;
  padding: 18px;
}
.split__media--bordered::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 36px; bottom: 36px;
  border: 1px solid var(--gold);
  border-radius: var(--radius-lg);
  z-index: 0;
}
.split__media--bordered img { position: relative; z-index: 1; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
}

/* ---------- 12. FORM ---------- */
.form { display: grid; gap: 20px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .form__row { grid-template-columns: 1fr; } }
.form label { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; display: block; }
.form input, .form select, .form textarea {
  width: 100%;
  padding: 14px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font: inherit;
  color: var(--ink);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form input:focus, .form select:focus, .form textarea:focus {
  outline: none;
  border-color: var(--burgundy);
  box-shadow: 0 0 0 3px var(--burgundy-tint);
}
.form textarea { min-height: 140px; resize: vertical; }
.form__note { font-size: 0.85rem; color: var(--ink-muted); }

/* ---------- 13. ACCORDION (FAQ) ---------- */
.accordion { border-top: 1px solid var(--line); }
.accordion__item { border-bottom: 1px solid var(--line); }
.accordion__btn {
  width: 100%; text-align: left;
  padding: 24px 56px 24px 0;
  background: transparent; border: 0;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  cursor: pointer;
}
.accordion__btn:hover { color: var(--burgundy); }
.accordion__btn::after {
  content: "+";
  position: absolute;
  right: 8px; top: 50%; transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--gold);
  font-family: var(--font-body);
  font-weight: 300;
  transition: transform var(--transition);
}
.accordion__item.open .accordion__btn::after { content: "−"; }
.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 320ms ease;
}
.accordion__panel-inner { padding: 0 0 28px; max-width: 760px; }
.accordion__panel ul { padding-left: 20px; }
.accordion__panel li { margin-bottom: 8px; }

/* ---------- 14. LOCATION CARDS ---------- */
.location-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  display: flex; flex-direction: column;
  transition: all var(--transition);
}
.location-card:hover { box-shadow: var(--shadow); border-color: var(--gold-light); transform: translateY(-3px); }
.location-card__city {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}
.location-card__name { font-family: var(--font-display); font-size: 1.7rem; color: var(--ink); margin-bottom: 16px; }
.location-card__addr { font-style: normal; color: var(--ink-soft); margin-bottom: 24px; line-height: 1.7; }
.location-card__actions { margin-top: auto; display: flex; gap: 16px; flex-wrap: wrap; }
.location-card__actions a { font-size: 0.85rem; font-weight: 600; letter-spacing: 0.04em; }

/* ---------- 15. TESTIMONIAL ---------- */
.testimonial {
  background: var(--paper-warm);
  border-radius: var(--radius-lg);
  padding: clamp(40px, 5vw, 64px);
  text-align: center;
  position: relative;
}
.testimonial::before {
  content: "“";
  font-family: var(--font-display);
  font-size: 8rem;
  color: var(--gold);
  position: absolute;
  top: -8px; left: 28px;
  line-height: 1;
  opacity: 0.5;
}
.testimonial blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2vw + 0.6rem, 1.9rem);
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  line-height: 1.4;
  margin: 0 0 24px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial cite { font-style: normal; color: var(--burgundy); font-size: 0.85rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 600; }

/* ---------- 16. TRUST STRIP / DIFFERENTIATORS ---------- */
.trust-strip {
  background: var(--white);
  padding: 38px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
.trust-item {
  display: flex; align-items: center; gap: 16px;
  padding: 8px 24px;
  border-right: 1px solid var(--line);
}
.trust-item:last-child { border-right: 0; }
.trust-item__icon {
  flex-shrink: 0;
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  color: var(--burgundy);
  background: var(--burgundy-tint);
  border-radius: 50%;
}
.trust-item__icon svg { width: 20px; height: 20px; }
.trust-item__text { display: flex; flex-direction: column; line-height: 1.3; }
.trust-item__title {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.005em;
}
.trust-item__sub {
  font-size: 0.78rem;
  color: var(--ink-muted);
  letter-spacing: 0.02em;
  margin-top: 2px;
}
@media (max-width: 980px) {
  .trust-strip__inner { grid-template-columns: repeat(2, 1fr); gap: 0; }
  .trust-item { padding: 16px 20px; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(1), .trust-item:nth-child(2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 540px) {
  .trust-strip__inner { grid-template-columns: 1fr; }
  .trust-item { border-right: 0 !important; padding: 14px 20px; }
  .trust-item:not(:last-child) { border-bottom: 1px solid var(--line); }
}

/* ---------- 17. CTA STRIP ---------- */
.cta-strip {
  background: linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-deep) 100%);
  color: var(--paper-warm);
  text-align: center;
  padding: clamp(56px, 6vw, 80px) 0;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: ""; position: absolute; top: -200px; left: -200px;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(184, 146, 74, 0.15), transparent 70%);
  pointer-events: none;
}
.cta-strip h2 { color: var(--white); margin-bottom: 18px; }
.cta-strip p { font-size: 1.1rem; max-width: 580px; margin: 0 auto 32px; opacity: 0.92; }
.cta-strip__btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ---------- 18. FOOTER ---------- */
footer.site {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.85);
  padding: 72px 0 36px;
  font-size: 1rem;
  line-height: 1.7;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 48px;
  max-width: var(--container);
  margin: 0 auto 48px;
  padding: 0 28px;
}
.footer__brand img { height: 96px; margin-bottom: 20px; filter: brightness(0) invert(1); }
.footer__brand p { color: rgba(255, 255, 255, 0.78); font-size: 0.95rem; max-width: 340px; }
footer.site h5 {
  color: var(--gold-light);
  margin-bottom: 20px;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
footer.site ul { list-style: none; padding: 0; margin: 0; }
footer.site li { margin-bottom: 12px; color: rgba(255, 255, 255, 0.85); }
footer.site a { color: rgba(255, 255, 255, 0.88); text-decoration: none; }
footer.site a:hover { color: var(--gold-light); }
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px;
  max-width: var(--container);
  margin: 0 auto;
  padding-left: 28px; padding-right: 28px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}
footer.site .footer__bottom-links a { color: rgba(255, 255, 255, 0.85); margin-left: 0; }
footer.site .footer__bottom-links a + a { margin-left: 18px; position: relative; }
footer.site .footer__bottom-links a + a::before { content: "·"; position: absolute; left: -12px; opacity: 0.5; color: rgba(255,255,255,0.5); }
footer.site .footer__bottom-links a:hover { color: var(--gold-light); }
@media (max-width: 880px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 540px) {
  .footer__grid { grid-template-columns: 1fr; }
}

/* ---------- 19. PROVIDER PROFILE ---------- */
.provider-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: stretch;
}
.provider-card__media {
  background: var(--paper-warm);
  position: relative;
  min-height: 480px;
}
.provider-card__media img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
}
.provider-card__body { padding: clamp(32px, 4vw, 56px); display: flex; flex-direction: column; justify-content: center; }
.provider-card__creds { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.cred-pill {
  display: inline-block;
  padding: 5px 12px;
  background: var(--burgundy-tint);
  color: var(--burgundy);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 999px;
}
@media (max-width: 880px) {
  .provider-card { grid-template-columns: 1fr; }
  .provider-card__media { min-height: 380px; }
}

/* ---------- 20. PROCEDURE LIST (services pages) ---------- */
.procedure {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  padding: 36px 0;
  border-bottom: 1px solid var(--line);
}
.procedure:last-child { border-bottom: 0; }
.procedure h3 { color: var(--burgundy); margin-bottom: 8px; font-size: 1.65rem; }
.procedure__brand {
  font-family: var(--font-body);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 18px;
  display: block;
}
.procedure__meta { display: flex; flex-direction: column; gap: 12px; }
.procedure__meta-item { display: flex; flex-direction: column; gap: 2px; }
.procedure__meta-label { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-muted); font-weight: 600; }
.procedure__meta-value { color: var(--ink); font-weight: 500; }
@media (max-width: 720px) {
  .procedure { grid-template-columns: 1fr; gap: 16px; }
  .procedure__meta { flex-direction: row; flex-wrap: wrap; gap: 24px; }
}

/* ---------- 21. UTILITIES ---------- */
.bg-cream { background: var(--paper-warm); }
.bg-white { background: var(--white); }
.bg-ink { background: var(--ink); color: var(--paper-warm); }
.bg-ink h2, .bg-ink h3 { color: var(--white); }
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.divider-gold { width: 60px; height: 1px; background: var(--gold); margin: 24px auto; }
.divider-gold--left { margin-left: 0; }

/* fade-in on scroll — content is always visible by default; the .in class
   is added by JS for elements that should animate in. We never start
   invisible, so if JS doesn't run for any reason, content still shows. */
.reveal { transition: opacity 700ms ease, transform 700ms ease; }

/* ---------- 22. FLOATING PHONE (mobile) ---------- */
.fab-call {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 18px;
  background: var(--burgundy);
  color: var(--white);
  width: 56px; height: 56px;
  border-radius: 50%;
  align-items: center; justify-content: center;
  box-shadow: var(--shadow-lg);
  z-index: 60;
}
.fab-call:hover { background: var(--burgundy-deep); color: var(--white); }
@media (max-width: 720px) { .fab-call { display: flex; } }

/* ---------- 23. PAGE: CONDITIONS LIST ---------- */
.condition-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}
.condition-row:last-child { border-bottom: 0; }
.condition-row h3 { font-size: 1.8rem; margin-bottom: 8px; }
.condition-row__tag { color: var(--gold); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; }

/* Editorial medical illustration block — tasteful, on-brand */
.condition-row__visual {
  width: 100%;
  aspect-ratio: 4 / 3;
  background:
    radial-gradient(ellipse at 30% 30%, rgba(255,255,255,0.6), transparent 60%),
    linear-gradient(140deg, var(--paper-warm) 0%, var(--cream) 100%);
  border-radius: var(--radius-lg);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 22px;
  padding: 28px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
  color: var(--burgundy);
}
.condition-row__visual::after {
  content: ""; position: absolute; right: -30px; bottom: -30px;
  width: 130px; height: 130px;
  border: 1px solid rgba(167,132,64,0.30);
  border-radius: 50%;
  pointer-events: none;
}
.condition-row__visual svg { width: 78%; height: 78%; max-width: 180px; max-height: 180px; position: relative; z-index: 1; }
.condition-row__visual .acc { stroke: var(--gold); }
.condition-row__visual .acc-fill { fill: var(--gold); stroke: var(--gold); opacity: 0.85; }

@media (max-width: 720px) {
  .condition-row { grid-template-columns: 1fr; gap: 16px; }
  .condition-row__visual { aspect-ratio: 16 / 9; max-width: 320px; }
}

/* ---------- 24A. PULL QUOTE — editorial moment between text sections ---------- */
.pullquote {
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 80px) 28px;
  text-align: center;
  position: relative;
}
.pullquote::before, .pullquote::after {
  content: "";
  display: block;
  width: 80px; height: 1px;
  background: var(--gold);
  margin: 0 auto;
  opacity: 0.6;
}
.pullquote::before { margin-bottom: 32px; }
.pullquote::after { margin-top: 32px; }
.pullquote blockquote {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2vw + 0.8rem, 2.1rem);
  line-height: 1.4;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  margin: 0;
  letter-spacing: -0.005em;
}
.pullquote blockquote em { color: var(--burgundy); font-style: italic; }
.pullquote cite {
  display: block;
  margin-top: 22px;
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-muted);
  font-weight: 600;
}

/* ---------- 24B. SECTION-NUMBER ORNAMENT — gives sections an architectural anchor ---------- */
.section-num {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--gold);
  letter-spacing: 0.04em;
  display: inline-block;
  margin-bottom: 8px;
}

/* ---------- 24C. INSURANCE STRIP — accepted carriers ---------- */
.insurance-strip {
  padding: clamp(40px, 5vw, 64px) 0;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.insurance-strip__head {
  text-align: center;
  margin-bottom: 28px;
}
.insurance-strip__head .eyebrow { color: var(--gold); }
.insurance-strip__head p {
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--ink-muted);
  margin: 0;
}
.insurance-grid {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
.insurance-logo {
  flex: 1 1 auto;
  min-width: 160px;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 22px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  color: var(--ink);
  border-right: 1px solid var(--line);
  white-space: nowrap;
  transition: opacity var(--transition);
}
.insurance-logo:last-child { border-right: 0; }
.insurance-logo:hover { opacity: 0.85; }

/* Uniform monogram badge — institutional navy across all carriers.
   Brand-specific color modifiers retained but currently unused; swap real logos in via <img> when ready. */
.insurance-logo__mark {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 6px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--gold-light);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
  background: var(--burgundy);
  border: 1px solid var(--burgundy-deep);
}
/* Modifier classes kept for future use; currently inert (all inherit base) */
.insurance-logo__mark--carefirst,
.insurance-logo__mark--aetna,
.insurance-logo__mark--cigna,
.insurance-logo__mark--united,
.insurance-logo__mark--medicare,
.insurance-logo__mark--humana { /* intentionally empty — all use base navy */ }
.insurance-strip__note {
  text-align: center;
  font-size: 0.85rem;
  color: var(--ink-muted);
  margin-top: 24px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 720px) {
  .insurance-logo { border-right: 0; flex: 0 0 50%; padding: 12px 16px; border-bottom: 1px solid var(--line-soft); }
  .insurance-logo:nth-last-child(-n+2) { border-bottom: 0; }
}

/* ---------- 24D. TESTIMONIAL CAROUSEL — multiple quotes ---------- */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  transition: all var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow); border-color: var(--gold-light); }
.testimonial-card::before {
  content: "\201C";
  position: absolute;
  top: -4px; left: 22px;
  font-family: var(--font-display);
  font-size: 5rem;
  color: var(--gold);
  opacity: 0.45;
  line-height: 1;
}
.testimonial-card blockquote {
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.55;
  font-style: italic;
  color: var(--ink);
  margin: 0 0 22px;
  position: relative;
  z-index: 1;
}
.testimonial-card cite {
  font-style: normal;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--burgundy);
}
.testimonial-card__sub {
  display: block;
  font-size: 0.78rem;
  color: var(--ink-muted);
  letter-spacing: 0.06em;
  font-weight: 500;
  text-transform: none;
  margin-top: 4px;
}

/* ---------- 24E. MAP EMBED ---------- */
.location-card iframe {
  width: 100%;
  height: 180px;
  border: 0;
  border-radius: var(--radius);
  margin-bottom: 18px;
  filter: grayscale(0.2) contrast(0.95);
  transition: filter var(--transition);
}
.location-card:hover iframe { filter: grayscale(0) contrast(1); }

/* ---------- 25. MISC ---------- */
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  padding: 6px 14px;
  background: var(--cream);
  color: var(--ink);
  font-size: 0.82rem;
  border-radius: 999px;
}
.checklist { list-style: none; padding: 0; }
.checklist li { padding-left: 32px; position: relative; margin-bottom: 14px; }
.checklist li::before {
  content: "";
  position: absolute; left: 0; top: 8px;
  width: 18px; height: 10px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: rotate(-45deg);
}
