/* ==========================================================================
   Chandler Pediatrics — single stylesheet
   Sections: tokens · reset · type · buttons · layout · header · hero ·
             trust · welcome · services · providers · testimonials ·
             social · cta · footer · interior pages · responsive
   ========================================================================== */

/* --- fonts (self-hosted, variable, latin subset) -------------------------- */
@font-face {
  font-family: 'Fredoka';
  src: url('../fonts/fredoka-latin-var.woff2') format('woff2-variations');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  src: url('../fonts/karla-latin-var.woff2') format('woff2-variations');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* --- tokens --------------------------------------------------------------- */
:root {
  --bg: oklch(98% 0.015 75);
  --bg-soft: oklch(95.5% 0.025 70);
  --card: oklch(99.2% 0.008 75);
  --border: oklch(89% 0.025 60);
  --fg: oklch(23% 0.02 40);
  --fg-muted: oklch(46% 0.02 45);
  --fg-soft: oklch(60% 0.02 45);

  --coral: oklch(68% 0.19 35);
  --coral-dark: oklch(56% 0.19 35);
  --coral-tint: oklch(93% 0.06 35);
  --teal: oklch(68% 0.16 195);
  --teal-dark: oklch(56% 0.16 195);
  --teal-tint: oklch(93% 0.05 195);
  --yellow: oklch(80% 0.15 95);
  --yellow-dark: oklch(60% 0.13 90);
  --yellow-tint: oklch(94% 0.06 95);
  --violet: oklch(62% 0.18 300);
  --violet-dark: oklch(50% 0.18 300);
  --violet-tint: oklch(93% 0.05 300);

  --ink: oklch(18% 0.018 40);
  --ink-2: oklch(28% 0.02 40);
  --on-ink: oklch(85% 0.01 60);
  --on-ink-dim: oklch(60% 0.02 55);

  --rainbow: linear-gradient(90deg, var(--coral) 0%, var(--yellow) 33%, var(--teal) 66%, var(--violet) 100%);
  --wrap: 1200px;
  --gutter: 32px;
  --radius: 20px;
  --tile-shadow: 0 8px 16px -8px oklch(30% 0.05 40 / 0.45);
  --quote-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 6C5.7 6 3 8.7 3 12v6h6v-6H6c0-1.7 1.3-3 3-3V6Zm10 0c-3.3 0-6 2.7-6 6v6h6v-6h-3c0-1.7 1.3-3 3-3V6Z'/%3E%3C/svg%3E");
}

/* Accent helper: every card/tile carries data-accent="coral|teal|yellow|violet" */
[data-accent='coral']  { --accent: var(--coral);  --accent-dark: var(--coral-dark);  --accent-tint: var(--coral-tint); }
[data-accent='teal']   { --accent: var(--teal);   --accent-dark: var(--teal-dark);   --accent-tint: var(--teal-tint); }
[data-accent='yellow'] { --accent: var(--yellow); --accent-dark: var(--yellow-dark); --accent-tint: var(--yellow-tint); }
[data-accent='violet'] { --accent: var(--violet); --accent-dark: var(--violet-dark); --accent-tint: var(--violet-tint); }

/* --- reset ---------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: 'Karla', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  /* Short pages (404, a thin service) would otherwise leave the footer
     stranded mid-screen with blank space beneath it. */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#main { flex: 1 0 auto; }
img, svg, video { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 {
  font-family: 'Fredoka', ui-rounded, system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 0;
  line-height: 1.15;
  text-wrap: balance;
}
p { margin: 0; text-wrap: pretty; }
ul, ol { margin: 0; padding: 0; }
/* The UA gives figure and blockquote 40px side margins, which silently
   narrows any card built on them inside a grid track. */
figure, blockquote, fieldset { margin: 0; }
a { color: var(--coral-dark); text-decoration: none; }
a:hover { color: var(--coral); }
:focus-visible { outline: 3px solid var(--coral-dark); outline-offset: 2px; border-radius: 4px; }
.screen-reader-text {
  position: absolute !important; width: 1px; height: 1px; overflow: hidden;
  clip-path: inset(50%); white-space: nowrap;
}
.skip-link:focus {
  position: fixed; top: 8px; left: 8px; z-index: 999; width: auto; height: auto;
  clip-path: none; background: #fff; padding: 12px 20px; border-radius: 8px;
  box-shadow: 0 4px 16px rgb(0 0 0 / .2); font-weight: 700;
}

/* --- shared pieces -------------------------------------------------------- */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
  font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--coral-dark); background: var(--coral-tint);
  padding: 6px 14px; border-radius: 100px;
}
.card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 100px; font-weight: 700; font-size: 15px;
  border: 1.5px solid transparent; cursor: pointer; text-align: center;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}
.btn-lg { padding: 15px 28px; font-size: 16px; }
.btn-primary { background: var(--coral); color: #fff; }
.btn-primary:hover { background: var(--coral-dark); color: #fff; }
.btn-outline { background: transparent; border-color: var(--fg); color: var(--fg); }
.btn-outline:hover { background: var(--fg); color: var(--bg); }
.btn-outline-light { background: transparent; border-color: oklch(70% 0.02 55); color: oklch(95% 0.01 60); }
.btn-outline-light:hover { background: oklch(95% 0.01 60); color: var(--fg); }

.badge {
  display: inline-flex; align-items: center; font-size: 11px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; padding: 4px 10px;
  border-radius: 100px; color: #fff; background: var(--accent, var(--coral));
}
/* Whole-card links.
   One real anchor, named by the card's heading, whose ::after covers the
   card. Keeps a single tab stop and one entry in a screen reader's link
   list, with no nested anchors and no JavaScript. Anything else that must
   stay clickable inside such a card needs position:relative and a z-index
   above 1. */
.card--linked { position: relative; }
.card-link { color: inherit; }
.card-link:hover { color: inherit; }
.card-link::after {
  content: ''; position: absolute; inset: 0; z-index: 1;
  border-radius: inherit;
}
.card--linked { transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.card--linked:hover { transform: translateY(-3px); box-shadow: 0 14px 28px -18px oklch(30% 0.05 40 / .6); }
.card--linked:hover .link-arrow { color: var(--coral); }
.card--linked:hover .link-arrow svg { transform: translateX(3px); }
/* Focus lands on the invisible overlay, so draw the ring on the card. */
.card--linked:focus-within { outline: 3px solid var(--coral-dark); outline-offset: 2px; }
.card-link:focus-visible { outline: none; }

.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 700; }
.link-arrow { color: var(--coral-dark); }
.link-arrow svg { transition: transform .15s ease; }
a.link-arrow:hover svg { transform: translateX(3px); }

.section { padding-block: 88px; }
.section-head { max-width: 640px; display: flex; flex-direction: column; gap: 16px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(28px, 3.2vw, 36px); }
.section-head p { font-size: 16px; color: var(--fg-muted); }
.section-head strong { color: var(--fg); font-weight: 700; }
.band { background: var(--bg-soft); border-block: 1px solid var(--border); }

/* --- header --------------------------------------------------------------- */
.site-header { background: #fff; border-bottom: 1px solid var(--border); }
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding-block: 16px;
}
.site-logo img { height: 34px; width: auto; }
.site-logo .site-title { font-family: 'Fredoka', sans-serif; font-size: 20px; color: var(--fg); font-weight: 600; }

.nav-main ul { display: flex; align-items: center; gap: 24px; list-style: none; }
.nav-main a {
  font-weight: 600; font-size: 15px; color: var(--fg-muted);
  padding: 6px 2px; border-bottom: 2px solid transparent; white-space: nowrap; display: block;
}
.nav-main a:hover { color: var(--fg); }
.nav-main .current-menu-item > a,
.nav-main .current_page_item > a,
.nav-main .current-menu-ancestor > a { color: var(--fg); border-bottom-color: var(--coral); }

.header-actions { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.header-phone { display: flex; align-items: center; gap: 7px; font-weight: 700; font-size: 15px; color: var(--fg); }
.header-phone:hover { color: var(--coral-dark); }

.nav-toggle {
  display: none; background: none; border: 0; padding: 8px; margin: -8px;
  color: var(--fg); cursor: pointer;
}
.rainbow { height: 10px; background: var(--rainbow); }

/* --- hero ----------------------------------------------------------------- */
.hero { position: relative; overflow: hidden; background: var(--bg); }
.hero__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero__scrim {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,
    oklch(98% 0.015 75 / .97) 0%, oklch(98% 0.015 75 / .94) 34%,
    oklch(98% 0.015 75 / .6) 56%, oklch(98% 0.015 75 / .2) 72%,
    oklch(98% 0.015 75 / .05) 100%);
}
.hero__inner {
  position: relative; display: flex; align-items: center; gap: 64px;
  padding-block: 84px 96px; min-height: 520px;
}
.hero__copy { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.hero__copy h1 { font-size: clamp(32px, 4.2vw, 46px); line-height: 1.1; }
.hero__copy .lede { font-size: 17.5px; line-height: 1.6; color: var(--fg-muted); max-width: 500px; }
.hero__copy .lede strong { color: var(--fg); font-weight: 700; }
.hero__actions { display: flex; align-items: center; gap: 16px; margin-top: 8px; flex-wrap: wrap; }
.hero__aside { flex: 0 0 440px; position: relative; min-height: 360px; }
.hero__stat {
  position: absolute; right: 0; top: 0; max-width: 260px;
  padding: 20px 24px; display: flex; align-items: center; gap: 14px;
  box-shadow: 0 16px 40px oklch(30% 0.02 40 / .14);
}
.hero__stat-icon {
  width: 44px; height: 44px; border-radius: 12px; background: var(--coral);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff;
}
.hero__stat-value { font-family: 'Fredoka', sans-serif; font-weight: 600; font-size: 17px; }
.hero__stat-label { font-size: 13px; color: var(--fg-muted); }

/* --- trust bar ------------------------------------------------------------ */
.trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; padding-block: 32px; }
.trust__item { display: flex; align-items: center; gap: 12px; font-weight: 700; font-size: 15px; }
.trust__item svg { flex-shrink: 0; color: var(--coral-dark); }

/* --- welcome -------------------------------------------------------------- */
.welcome { display: grid; grid-template-columns: 1.25fr 1fr; gap: 48px; align-items: center; padding-block: 88px 24px; }
.welcome__copy { display: flex; flex-direction: column; gap: 18px; }
.welcome__copy h2 { font-size: clamp(26px, 3vw, 34px); }
.welcome__copy p { font-size: 16px; line-height: 1.65; color: var(--fg-muted); }
.welcome__copy strong { color: var(--fg); font-weight: 700; }
.welcome__quote {
  background: var(--coral-tint); border-radius: 24px; padding: 36px;
  display: flex; flex-direction: column; gap: 16px;
}
.welcome__quote p { font-family: 'Fredoka', sans-serif; font-weight: 500; font-size: 20px; line-height: 1.4; }

/* --- services ------------------------------------------------------------- */
.services__featured { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-bottom: 24px; }
.service-feature {
  padding: 30px; display: flex; flex-direction: column; gap: 14px;
  border-color: var(--accent-tint); background: color-mix(in oklab, var(--accent-tint) 28%, var(--card));
}
.service-feature__top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.service-feature__icon {
  width: 56px; height: 56px; border-radius: 16px; background: var(--accent);
  display: flex; align-items: center; justify-content: center; color: #fff; box-shadow: var(--tile-shadow);
}
.service-feature h3 { font-size: 20px; }
.service-feature p { font-size: 14.5px; line-height: 1.6; color: var(--fg-muted); }

.services__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.tile {
  display: flex; flex-direction: column; background: var(--card);
  border: 1px solid var(--border); border-radius: 22px; overflow: hidden;
  color: var(--fg); transition: transform .18s ease, box-shadow .18s ease;
}
a.tile:hover { color: var(--fg); transform: translateY(-3px); box-shadow: 0 14px 28px -18px oklch(30% 0.05 40 / .6); }
.tile__photo { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.tile__body { padding: 18px 20px 22px; display: flex; flex-direction: column; gap: 10px; }
.tile__head { display: flex; align-items: center; gap: 10px; }
.tile__icon {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0; color: #fff;
  background: var(--accent); display: flex; align-items: center; justify-content: center;
  box-shadow: var(--tile-shadow);
}
.tile h3 { font-size: 17px; line-height: 1.2; }
.tile p { font-size: 14px; line-height: 1.5; color: var(--fg-muted); }

/* --- providers ------------------------------------------------------------ */
.providers__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.provider { padding: 16px 16px 28px; display: flex; flex-direction: column; gap: 18px; }
.provider__photo {
  width: 100%; aspect-ratio: 1 / 1; border-radius: 16px; object-fit: cover;
  box-shadow: 0 6px 0 var(--accent);
}
.provider__body { display: flex; flex-direction: column; gap: 14px; padding-inline: 12px; flex: 1; }
.provider h3 { font-size: 20px; }
.provider__cred { font-size: 13.5px; color: var(--fg-muted); margin-top: 2px; }
.provider p { font-size: 14px; line-height: 1.6; color: var(--fg-muted); }
.provider .link-arrow { font-size: 14px; margin-top: auto; }

/* --- testimonials --------------------------------------------------------- */
.testimonials__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.quote { padding: 28px; display: flex; flex-direction: column; gap: 16px; position: relative; overflow: hidden; }
.quote__mark { color: var(--accent); }
.quote blockquote { margin: 0; }
.quote p { font-size: 15px; line-height: 1.6; }
/* The quote text leads, so leftover space falls at the foot of the card as
   padding rather than opening a hole under the quote mark. */
.quote cite { font-style: normal; font-size: 13.5px; color: var(--fg-soft); margin-top: auto; padding-top: 8px; }
.quote figcaption { margin-top: auto; }

/* Shorter quotes are set larger so every card carries a similar weight. */
.quote--lg p { font-size: 17px; line-height: 1.55; }
.quote--xl p { font-family: 'Fredoka', ui-rounded, system-ui, sans-serif; font-weight: 500; font-size: 21px; line-height: 1.4; }
/* An oversized closing mark absorbs the remaining space on the shortest ones. */
.quote--xl::after {
  content: '';
  position: absolute; right: -14px; bottom: -26px;
  width: 104px; height: 104px; pointer-events: none;
  background: var(--accent); opacity: .1;
  -webkit-mask: var(--quote-mask) center / contain no-repeat;
  mask: var(--quote-mask) center / contain no-repeat;
}

/* --- social --------------------------------------------------------------- */
.social { background: var(--bg-soft); padding-block: 80px 96px; overflow: hidden; }
.social__inner { display: flex; flex-direction: column; gap: 44px; }
.social__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.social__intro { max-width: 520px; display: flex; flex-direction: column; gap: 14px; }
.social__intro h2 { font-size: clamp(26px, 3vw, 32px); }
.social__intro p { font-size: 16px; color: var(--fg-muted); }
.social__pills { display: flex; gap: 12px; flex-wrap: wrap; padding-bottom: 6px; }
.social-pill {
  display: inline-flex; align-items: center; gap: 10px; padding: 7px 18px 7px 7px;
  border-radius: 100px; background: var(--card); border: 1px solid var(--border);
  color: var(--fg); font-weight: 700; font-size: 14.5px; white-space: nowrap;
}
.social-pill:hover { border-color: var(--fg); color: var(--fg); }
.social-pill__icon {
  width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.social-pill__meta { display: flex; flex-direction: column; line-height: 1.15; }
.social-pill__handle { font-size: 12px; font-weight: 500; color: var(--fg-soft); }

/* auto-fit so one or two active networks still fill the row */
.social__cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; padding-bottom: 10px; }
.social-card {
  display: flex; flex-direction: column; overflow: hidden; color: var(--fg);
  box-shadow: 0 8px 0 var(--accent);
  transition: transform .25s cubic-bezier(.2, .7, .3, 1), box-shadow .25s cubic-bezier(.2, .7, .3, 1);
}
.social-card:hover,
.social-card:focus-visible {
  color: var(--fg);
  transform: translateY(-6px);
  box-shadow: 0 14px 0 var(--accent), 0 22px 34px -20px oklch(30% 0.05 40 / .55);
}
/* The oversized watermark drifts in and brightens as the card lifts. */
.social-card__ghost { transition: transform .45s cubic-bezier(.2, .7, .3, 1), opacity .25s ease; }
.social-card:hover .social-card__ghost { transform: translate(-6px, 6px) rotate(-8deg) scale(1.06); opacity: .32; }
/* The icon tile rises slightly further than the card. */
.social-card__icon { transition: transform .25s cubic-bezier(.2, .7, .3, 1); }
.social-card:hover .social-card__icon { transform: translateY(-4px) scale(1.04); }
/* The button fills toward its darker tone and nudges its arrow. */
.social-card .btn { transition: background-color .2s ease, gap .2s ease; }
.social-card:hover .btn { background: var(--accent-dark); gap: 12px; }
.social-card__banner { background: var(--accent-tint); height: 128px; position: relative; overflow: hidden; }
.social-card__ghost { position: absolute; right: -18px; top: -22px; color: var(--accent); opacity: .22; }
.social-card__body { position: relative; flex: 1; padding: 46px 28px 30px; display: flex; flex-direction: column; gap: 14px; }
.social-card__icon {
  position: absolute; left: 28px; top: -32px; width: 64px; height: 64px; border-radius: 18px;
  background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: var(--tile-shadow);
}
.social-card h3 { font-size: 22px; }
.social-card__handle { font-size: 14.5px; color: var(--fg-soft); }
.social-card p { font-size: 15px; line-height: 1.6; color: var(--fg-muted); }
.social-card .btn { background: var(--accent); color: #fff; align-self: flex-start; padding: 10px 20px; font-size: 14px; margin-top: auto; }

/* --- CTA ------------------------------------------------------------------ */
.cta { background: var(--fg); padding-block: 72px; }
.cta__inner { max-width: 720px; margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 20px; }
.cta h2 { font-size: clamp(26px, 3vw, 34px); color: var(--bg); }
.cta p { font-size: 17px; color: oklch(80% 0.02 55); }
.cta__actions { display: flex; gap: 16px; margin-top: 8px; flex-wrap: wrap; justify-content: center; }

/* --- footer --------------------------------------------------------------- */
.site-footer { background: var(--ink); padding: 64px var(--gutter) 28px; color: var(--on-ink); }
.site-footer__grid { max-width: var(--wrap); margin-inline: auto; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.site-footer__logo { display: inline-flex; background: #fff; padding: 8px 12px; border-radius: 10px; margin-bottom: 16px; }
.site-footer__logo img { height: 26px; width: auto; }
.site-footer__about { font-size: 14px; line-height: 1.6; color: oklch(65% 0.02 55); max-width: 280px; }
.site-footer h2 {
  font-family: 'Karla', sans-serif; font-weight: 700; font-size: 13px; letter-spacing: .04em;
  text-transform: uppercase; color: var(--on-ink-dim); margin-bottom: 16px;
}
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.site-footer a { color: var(--on-ink); font-size: 14.5px; }
.site-footer a:hover { color: #fff; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 36px; height: 36px; border-radius: 50%; background: var(--ink-2);
  display: flex; align-items: center; justify-content: center; color: var(--on-ink);
}
.footer-social a:hover { background: var(--coral); color: #fff; }
.footer-contact { display: flex; flex-direction: column; gap: 13px; font-size: 14px; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { flex-shrink: 0; margin-top: 2px; color: var(--on-ink-dim); }
.footer-hours { display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
.footer-hours div { display: flex; justify-content: space-between; gap: 12px; }
.footer-hours .is-closed { color: oklch(65% 0.02 55); }
.site-footer__bottom {
  max-width: var(--wrap); margin: 44px auto 0; padding-top: 22px;
  border-top: 1px solid var(--ink-2); display: flex; justify-content: space-between;
  gap: 16px; flex-wrap: wrap; font-size: 13px; color: oklch(55% 0.02 55);
}

/* --- interior pages ------------------------------------------------------- */
.page-hero { background: var(--bg-soft); border-bottom: 1px solid var(--border); padding-block: 56px; }
.page-hero h1 { font-size: clamp(30px, 4vw, 42px); }
.page-hero p { margin-top: 12px; font-size: 17px; color: var(--fg-muted); max-width: 640px; }
.entry { padding-block: 56px 88px; }
.entry__body { max-width: 760px; }
.entry__body > * + * { margin-top: 1.1em; }
.entry__body h2 { font-size: 28px; margin-top: 1.6em; }
.entry__body h3 { font-size: 22px; margin-top: 1.4em; }
.entry__body ul, .entry__body ol { padding-left: 1.3em; }
.entry__body li + li { margin-top: .4em; }
.entry__body img { border-radius: var(--radius); }
.entry__body blockquote {
  margin: 0; padding: 20px 24px; background: var(--coral-tint);
  border-radius: 16px; font-family: 'Fredoka', sans-serif; font-size: 19px; line-height: 1.45;
}
.entry__media { border-radius: var(--radius); overflow: hidden; margin-bottom: 32px; }

/* --- team member bio ------------------------------------------------------ */
.bio__name { font-size: clamp(30px, 4vw, 42px); margin-top: 14px; }
.bio__cred { margin-top: 8px; font-size: 16px; color: var(--fg-muted); }
.entry__body--bio { margin-top: 32px; max-width: 660px; }
.entry__body--bio > * + * { margin-top: 1.35em; }
/* The opening paragraph carries the page, so it is set larger than the rest. */
.entry__body--bio > p:first-child { font-size: 19px; line-height: 1.65; color: var(--fg-muted); }
.entry__body--bio > p:first-child strong { color: var(--fg); }
.entry__body--bio blockquote {
  margin-block: 1.6em; padding: 24px 28px; background: var(--accent-tint);
  border-radius: 20px; color: var(--fg);
}
.entry__aside .card.bio__facts { gap: 0; }
.bio__facts h2 {
  font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--fg-soft); margin-bottom: 14px;
}
.bio__facts dl { margin: 0; display: flex; flex-direction: column; gap: 14px; }
.bio__facts dt { font-size: 12.5px; letter-spacing: .04em; text-transform: uppercase; color: var(--fg-soft); }
.bio__facts dd { margin: 2px 0 0; font-size: 15px; line-height: 1.45; font-weight: 700; }
.bio__facts dl > div + div { border-top: 1px solid var(--border); padding-top: 14px; }
.entry__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.entry__aside { position: sticky; top: 24px; display: flex; flex-direction: column; gap: 16px; }
.entry__aside .card { padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.archive-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
.pagination { display: flex; gap: 8px; margin-top: 40px; flex-wrap: wrap; }
.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px;
  padding-inline: 12px; border-radius: 100px; border: 1px solid var(--border);
  background: var(--card); color: var(--fg); font-weight: 700;
}
.pagination .page-numbers.current { background: var(--coral); border-color: var(--coral); color: #fff; }

/* --- interior page furniture ---------------------------------------------- */
.page-hero--wash {
  border-bottom: 0;
  background:
    radial-gradient(1000px 420px at 15% -20%, var(--coral-tint), transparent 60%),
    radial-gradient(800px 420px at 95% -10%, var(--teal-tint), transparent 55%),
    var(--bg);
}
.page-hero--wash-warm {
  background:
    radial-gradient(1000px 420px at 15% -20%, var(--coral-tint), transparent 60%),
    radial-gradient(800px 420px at 95% -10%, var(--yellow-tint), transparent 55%),
    var(--bg);
}
.page-hero__copy { max-width: 680px; display: flex; flex-direction: column; gap: 16px; }
.page-hero__copy .eyebrow { align-self: flex-start; }
.page-hero__copy p { font-size: 16.5px; line-height: 1.6; color: var(--fg-muted); margin: 0; }
.page-hero__copy strong { color: var(--fg); font-weight: 700; }

.section-rule { font-size: 26px; margin-bottom: 22px; }

.crumbs { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--fg-soft); }
.crumbs a { color: var(--fg-muted); font-weight: 600; }

.strip { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 64px; flex-wrap: wrap; }
.strip h2 { font-size: 26px; margin-bottom: 8px; }
.strip p { font-size: 15px; color: var(--fg-muted); }
.strip .btn { flex-shrink: 0; }

/* Prose rendered from the editor inside a card. */
.prose > * + * { margin-top: 10px; }
.prose p { font-size: 15px; line-height: 1.65; color: var(--fg-muted); }
.prose strong { color: var(--fg); font-weight: 700; }
.prose h2 { font-size: 20px; margin-top: 18px; }
.prose h3 { font-size: 17px; margin-top: 14px; }
.prose ul, .prose ol { padding-left: 1.25em; }
.prose li { font-size: 15px; line-height: 1.6; color: var(--fg-muted); }
.prose li + li { margin-top: 4px; }
.prose--sm p, .prose--sm li { font-size: 14.5px; }

/* --- services archive ------------------------------------------------------ */
.service-feature--lg { padding: 32px; }
.service-feature--lg h3 { font-size: 22px; }
.service-feature--lg .service-feature__icon { width: 60px; height: 60px; border-radius: 17px; }

.svc-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.svc {
  background: var(--card); border: 1px solid var(--border); border-radius: 22px;
  overflow: hidden; display: flex; flex-direction: column;
}
.svc-photo-link { display: block; overflow: hidden; }
.svc.card--linked:hover { border-color: var(--accent); }
.svc-photo { width: 100%; height: 220px; object-fit: cover; transition: transform .4s cubic-bezier(.2,.7,.3,1); }
.svc:hover .svc-photo { transform: scale(1.03); }
.svc-head {
  display: flex; align-items: center; gap: 16px; padding: 20px 28px;
  background: var(--accent-tint);
}
.svc-head h3 { font-size: 22px; flex: 1; min-width: 0; }
.svc-icon {
  width: 52px; height: 52px; border-radius: 16px; flex-shrink: 0; color: #fff;
  background: var(--accent); display: flex; align-items: center; justify-content: center;
  box-shadow: var(--tile-shadow);
}
.svc-body { display: flex; flex-direction: column; gap: 14px; padding: 22px 28px 28px; flex: 1; }
.svc-body .link-arrow { margin-top: auto; font-size: 14.5px; }

/* --- program page (single service) ----------------------------------------- */
.program-hero { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; padding-block: 56px 64px; }
.program-hero__copy { display: flex; flex-direction: column; gap: 18px; }
.program-hero__copy h1 { font-size: clamp(30px, 4vw, 44px); line-height: 1.08; }
.program-hero__copy .lede { font-size: 17px; line-height: 1.6; color: var(--fg-muted); }
.program-hero__copy .lede strong { color: var(--fg); font-weight: 700; }
.program-hero__actions { display: flex; align-items: center; gap: 14px; margin-top: 6px; flex-wrap: wrap; }
.program-hero__photo {
  width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 28px;
  box-shadow: 14px 14px 0 var(--accent-tint);
}

.cards-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.icon-card { padding: 30px; display: flex; flex-direction: column; gap: 16px; }
.icon-card__icon {
  width: 56px; height: 56px; border-radius: 16px; color: #fff; background: var(--accent);
  display: flex; align-items: center; justify-content: center; box-shadow: var(--tile-shadow);
}
.icon-card h3 { font-size: 20px; }
.icon-card p { font-size: 15px; line-height: 1.65; color: var(--fg-muted); }

.note {
  margin-top: 24px; background: var(--yellow-tint); border-radius: 20px;
  padding: 22px 26px; display: flex; gap: 16px; align-items: flex-start;
}
.note svg { flex-shrink: 0; margin-top: 2px; color: var(--yellow-dark); }
.note p { font-size: 15px; line-height: 1.6; }
.note strong { font-weight: 700; }

.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; align-items: center; padding-block: 72px; }
.split__photo { width: 100%; aspect-ratio: 10 / 7; object-fit: cover; border-radius: 28px; box-shadow: -14px 14px 0 var(--teal-tint); }
.split__copy { display: flex; flex-direction: column; gap: 18px; }
.split__copy h2 { font-size: clamp(24px, 2.8vw, 32px); line-height: 1.15; }
.split__copy p { font-size: 16px; line-height: 1.65; color: var(--fg-muted); }
.eyebrow--teal { background: var(--teal-tint); color: var(--teal-dark); }
.eyebrow--accent { background: var(--accent-tint); color: var(--accent-dark); }

.step { padding: 28px; display: flex; flex-direction: column; gap: 12px; }
.step__n { font-family: 'Fredoka', sans-serif; font-weight: 700; font-size: 40px; line-height: 1; color: var(--accent); }
.step h3 { font-size: 19px; }
.step p { font-size: 15px; line-height: 1.6; color: var(--fg-muted); }

.related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.related { padding: 22px 24px; display: flex; align-items: center; gap: 16px; color: var(--fg); transition: transform .2s ease, border-color .2s ease; }
.related:hover { color: var(--fg); transform: translateX(3px); border-color: var(--accent); }
.related__icon { width: 44px; height: 44px; border-radius: 13px; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.related__title { font-weight: 700; font-size: 16px; }
.related__sub { font-size: 14px; color: var(--fg-muted); }

.panel-cta { padding-block: 48px 80px; }

/* --- not found ------------------------------------------------------------ */
/* Scoped to the 404 so the short page sits centred between header and
   footer rather than riding up against the nav. */
.error404 #main { display: flex; flex-direction: column; }
.nf-page { flex: 1 0 auto; display: flex; align-items: center; }
.nf { width: 100%; padding-block: 72px 96px; display: flex; flex-direction: column; align-items: center; text-align: center; }
.nf__mark {
  display: flex; align-items: center; gap: 10px; margin: 0;
  font-family: 'Fredoka', sans-serif; font-weight: 600; line-height: 1;
  font-size: clamp(62px, 11vw, 96px); color: var(--coral);
}
/* The middle zero is a face rather than a digit, which keeps the page warm
   instead of clinical. */
.nf__mark-o {
  width: .86em; height: .86em; border-radius: 50%;
  background: var(--teal-tint); color: var(--teal-dark);
  display: flex; align-items: center; justify-content: center;
}
.nf h1 { font-size: clamp(28px, 4vw, 40px); margin-top: 30px; }
.nf__lede { margin-top: 14px; font-size: 17px; line-height: 1.6; color: var(--fg-muted); max-width: 540px; }
.nf__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.nf__links { width: 100%; max-width: 720px; margin-top: 64px; text-align: left; }
.nf__links h2 {
  font-size: 13px; letter-spacing: .06em; text-transform: uppercase;
  color: var(--fg-soft); text-align: center; margin-bottom: 20px;
}
.panel-cta__inner {
  background: var(--fg); border-radius: 28px; padding: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.panel-cta h2 { font-size: clamp(24px, 2.6vw, 30px); color: var(--bg); }
.panel-cta p { font-size: 16px; color: oklch(75% 0.02 55); margin-top: 8px; }

/* --- about & providers ------------------------------------------------------ */
.page-hero--wash-cool {
  border-bottom: 0;
  background:
    radial-gradient(1000px 420px at 90% -20%, var(--violet-tint), transparent 55%),
    radial-gradient(800px 420px at 10% -10%, var(--coral-tint), transparent 55%),
    var(--bg);
}

.office-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.office-strip__photo { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; border-radius: 20px; }
.office-strip__caption { font-size: 13.5px; color: var(--fg-soft); margin-top: 14px; }

.news-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; flex-wrap: wrap; }
.news-head h2 { font-size: 24px; }
.news-head span { font-size: 13.5px; color: var(--fg-soft); }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.news { background: var(--accent-tint); border-radius: 20px; padding: 26px; display: flex; gap: 18px; align-items: flex-start; }
.news__icon {
  width: 48px; height: 48px; border-radius: 14px; background: #fff; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; color: var(--accent-dark);
}
.news__body { display: flex; flex-direction: column; gap: 6px; }
.news__kicker { font-size: 11.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--accent-dark, var(--fg-soft)); }
.news h3 { font-size: 18px; }
.news p { font-size: 14.5px; line-height: 1.6; color: var(--fg-muted); }
.news--empty {
  background: transparent; border: 1.5px dashed var(--border);
  flex-direction: column; justify-content: center; gap: 8px;
}
.news--empty .news__kicker { color: var(--fg-soft); }
.news--empty p { color: var(--fg-soft); }

.bios { padding: 0 var(--gutter) 96px; display: flex; flex-direction: column; gap: 24px; }
.bio { padding: 36px; display: flex; gap: 44px; align-items: flex-start; }
.bio__photo {
  width: 240px; height: 240px; border-radius: 28px; object-fit: cover; flex-shrink: 0;
  box-shadow: 12px 12px 0 var(--accent-tint);
}
.bio__body { min-width: 0; }
.bio h3 { font-size: 26px; }
.bio__role { font-size: 15px; color: var(--coral-dark); font-weight: 700; margin: 6px 0 16px; }
.bio__prose { max-width: 720px; }
.bio__prose > * + * { margin-top: 14px; }
.bio__prose p { font-size: 16px; line-height: 1.7; color: var(--fg-muted); }
.bio__prose strong { color: var(--fg); font-weight: 700; }

.staff-head { display: flex; align-items: center; gap: 12px; margin-bottom: 40px; color: var(--coral-dark); }
.staff-head h2 { font-size: 26px; color: var(--fg); }
.staff-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.staff { padding: 22px; text-align: center; }
.staff__photo {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 12px;
  object-fit: cover; display: block;
}
.staff__initials {
  width: 56px; height: 56px; border-radius: 50%; margin: 0 auto 12px;
  background: var(--accent-tint); color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Fredoka', sans-serif; font-weight: 600;
}
.staff__name { font-weight: 700; font-size: 14.5px; }
.staff__role { font-size: 13px; color: var(--fg-muted); margin-top: 2px; }

/* --- contact ---------------------------------------------------------------- */
.page-hero--wash-sun {
  border-bottom: 0;
  background:
    radial-gradient(1000px 420px at 12% -20%, var(--yellow-tint), transparent 55%),
    radial-gradient(800px 420px at 95% -10%, var(--coral-tint), transparent 55%),
    var(--bg);
}
.card-title { font-size: 18px; margin-bottom: 6px; }
.card-title--icon { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--coral-dark); }
.card-title--icon h3 { font-size: 18px; color: var(--fg); }

.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; align-items: start; padding-block: 48px 24px; }
.info-row { display: flex; gap: 14px; align-items: flex-start; padding-top: 18px; }
.info-row__icon {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  background: var(--accent-tint); color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
}
.info-row__label { font-weight: 700; font-size: 14.5px; }
.info-row__value { font-size: 14.5px; color: var(--fg-muted); margin-top: 2px; }
.info-row__value a { color: var(--fg-muted); }
.info-row__value a:hover { color: var(--coral-dark); }

.hrow { display: flex; justify-content: space-between; gap: 16px; font-size: 14.5px; padding: 7px 0; border-bottom: 1px solid var(--border); }
.hrow:last-child { border-bottom: 0; }
.hrow span:first-child { color: var(--fg-muted); }
.hrow span:last-child { font-weight: 700; }
.hrow--closed span { color: var(--fg-soft); font-weight: 400; }

/* A signpost, not a call to action: the header already has a portal button,
   so this sits quietly between the contact details and the message form. */
.portal-strip {
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
  margin-block: 8px 0; padding: 22px 28px;
  background: var(--teal-tint); border-radius: 20px;
}
.portal-strip__icon {
  width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0;
  background: #fff; color: var(--teal-dark);
  display: flex; align-items: center; justify-content: center;
}
.portal-strip__copy { flex: 1 1 320px; min-width: 0; }
.portal-strip h2 { font-size: 18px; }
.portal-strip p { font-size: 14.5px; line-height: 1.6; color: var(--fg-muted); margin-top: 4px; }
.portal-strip .btn { flex-shrink: 0; border-color: var(--teal-dark); color: var(--teal-dark); }
.portal-strip .btn:hover { background: var(--teal-dark); color: #fff; }

.form-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 24px; align-items: stretch; padding-block: 24px 96px; scroll-margin-top: 24px; }
.form-intro { font-size: 14px; line-height: 1.55; color: var(--fg-muted); margin-bottom: 22px; }
.form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 16px; }
.form-fields p { margin: 0; }
.form-fields__full { grid-column: 1 / -1; }
.label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 6px; }
.input {
  width: 100%; padding: 11px 14px; border-radius: 12px;
  border: 1px solid var(--border); background: var(--bg);
  font-family: inherit; font-size: 14.5px; color: var(--fg);
}
.input:focus { outline: none; border-color: var(--coral); box-shadow: 0 0 0 3px var(--coral-tint); }
textarea.input { resize: vertical; min-height: 110px; }
.form-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; flex-wrap: wrap; }
.form-actions span { font-size: 12.5px; color: var(--fg-soft); }
.form-note { padding: 12px 16px; border-radius: 12px; font-size: 14.5px; margin-bottom: 18px; }
.form-note--ok { background: var(--teal-tint); color: var(--teal-dark); }
.form-note--bad { background: var(--coral-tint); color: var(--coral-dark); }

.map-frame { border-radius: 20px; overflow: hidden; min-height: 280px; border: 1px solid var(--border); }
.map-frame iframe { width: 100%; height: 100%; min-height: 280px; border: 0; display: block; }
.map-placeholder {
  border: 1.5px dashed var(--border); border-radius: 20px; min-height: 280px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; background: var(--bg-soft); text-align: center; padding: 24px;
  color: var(--fg-soft); font-size: 14px;
}

/* --- testimonials page ------------------------------------------------------ */
.page-hero--wash-mint {
  border-bottom: 0;
  background:
    radial-gradient(1000px 420px at 90% -20%, var(--teal-tint), transparent 55%),
    radial-gradient(800px 420px at 8% -10%, var(--yellow-tint), transparent 55%),
    var(--bg);
}

.reasons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.reason { padding: 24px; display: flex; gap: 14px; align-items: flex-start; }
.reason__icon {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  background: var(--accent-tint); color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
}
.reason h3 { font-size: 15.5px; margin-bottom: 4px; }
.reason p { font-size: 13.5px; line-height: 1.55; color: var(--fg-muted); }

/* Masonry-ish flow so uneven quote lengths do not leave gaps. */
.quote-columns { columns: 3; column-gap: 20px; }
.quote-card {
  padding: 24px; margin-bottom: 20px; break-inside: avoid;
  display: flex; flex-direction: column; gap: 12px;
}
.quote-card__mark { color: var(--accent); }
.quote-card p { font-size: 14.5px; line-height: 1.6; }
.quote-card.quote--lg p { font-size: 16px; line-height: 1.55; }
.quote-card.quote--xl p { font-family: 'Fredoka', ui-rounded, system-ui, sans-serif; font-weight: 500; font-size: 19px; line-height: 1.4; }
.quote-card cite { font-style: normal; font-size: 13px; color: var(--fg-soft); }

/* --- patient info ----------------------------------------------------------- */
.page-hero--wash-plum {
  border-bottom: 0;
  background:
    radial-gradient(1000px 420px at 12% -20%, var(--violet-tint), transparent 55%),
    radial-gradient(800px 420px at 95% -10%, var(--yellow-tint), transparent 55%),
    var(--bg);
}
.forms-section { max-width: 1000px; margin-inline: auto; padding: 24px var(--gutter); }
.forms-section h2 { font-size: 24px; margin-bottom: 6px; }
.forms-section__intro { font-size: 14.5px; color: var(--fg-muted); margin-bottom: 22px; }
.forms-list { display: flex; flex-direction: column; gap: 12px; }
.form-row {
  display: flex; align-items: center; gap: 14px; padding: 16px 20px;
  border: 1px solid var(--border); border-radius: 14px; background: var(--card);
  color: var(--fg); transition: border-color .18s ease, transform .18s ease;
}
a.form-row:hover { color: var(--fg); border-color: var(--accent); transform: translateX(3px); }
.form-row__icon {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  background: var(--accent-tint); color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
}
.form-row__label { font-size: 14.5px; font-weight: 600; flex: 1 1 0; min-width: 0; }
.form-row__note { font-weight: 400; color: var(--fg-muted); }
.dl-pill {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700;
  color: var(--accent-dark); background: var(--accent-tint);
  padding: 6px 12px; border-radius: 100px; flex-shrink: 0; white-space: nowrap;
}

.policy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }

.res-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.res-head h3 { font-size: 16.5px; }
.res-head__icon {
  width: 36px; height: 36px; border-radius: 11px; flex-shrink: 0;
  background: var(--accent-tint); color: var(--accent-dark);
  display: flex; align-items: center; justify-content: center;
}
.res-head__icon--white { background: #fff; }
.res-link {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  font-size: 14.5px; font-weight: 600; color: var(--fg);
  padding: 10px 0; border-bottom: 1px solid var(--border);
}
.res-link:last-of-type { border-bottom: none; }
.res-link:hover { color: var(--coral-dark); }
.res-note { font-size: 12.5px; color: var(--fg-soft); margin-top: 12px; }
.poison { padding: 26px; background: var(--accent-tint); border: none; }
.poison__number {
  display: block; font-family: 'Fredoka', sans-serif; font-weight: 600;
  font-size: 26px; color: var(--fg); margin-bottom: 6px;
}
.poison__number:hover { color: var(--accent-dark); }
.poison p { font-size: 14px; line-height: 1.55; color: var(--fg-muted); }

/* --- responsive ----------------------------------------------------------- */
@media (max-width: 1080px) {
  .services__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .site-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .entry__layout { grid-template-columns: 1fr; }
  /* Stacked, the portrait and the call button belong above the bio rather
     than buried under six paragraphs of it. */
  .entry__aside { position: static; order: -1; }
  .entry__aside .provider__photo { max-width: 320px; }
}

@media (max-width: 900px) {
  :root { --gutter: 20px; }
  .nav-toggle { display: inline-flex; }
  .nav-main {
    display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 20;
    background: #fff; border-bottom: 1px solid var(--border);
    box-shadow: 0 12px 24px -16px oklch(30% 0.05 40 / .5);
  }
  .site-header { position: relative; }
  .site-header.is-open .nav-main { display: block; }
  .nav-main ul { flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 16px; }
  .nav-main a { padding: 14px 0; border-bottom: 1px solid var(--border); border-left: 2px solid transparent; }
  .nav-main li:last-child a { border-bottom: 0; }
  .header-phone span { display: none; }

  .hero__inner { flex-direction: column; align-items: flex-start; gap: 32px; padding-block: 48px 56px; min-height: 0; }
  .hero__photo { object-position: 70% center; }
  .hero__scrim {
    background: linear-gradient(180deg,
      oklch(98% 0.015 75 / .96) 0%, oklch(98% 0.015 75 / .92) 55%,
      oklch(98% 0.015 75 / .55) 78%, oklch(98% 0.015 75 / .2) 100%);
  }
  .hero__aside { flex: none; min-height: 0; width: 100%; }
  .hero__stat { position: static; max-width: none; }
  .hero__actions .btn { flex: 1 1 auto; }

  .trust__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
  .welcome { grid-template-columns: 1fr; gap: 28px; padding-block: 56px 16px; }
  .section { padding-block: 56px; }
  .services__featured { grid-template-columns: 1fr; }
  .services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .providers__grid, .testimonials__grid, .social__cards { grid-template-columns: 1fr; }
  .svc-grid, .cards-3, .related-grid, .news-grid, .office-strip { grid-template-columns: 1fr; }
  .contact-grid, .form-grid { grid-template-columns: 1fr; }
  .portal-strip { align-items: flex-start; }
  .portal-strip .btn { width: 100%; }
  .reasons { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .quote-columns { columns: 2; }
  .policy-grid { grid-template-columns: 1fr; }
  .staff-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-hero, .split { grid-template-columns: 1fr; gap: 32px; padding-block: 40px 48px; }
  .split__photo { order: 2; }
  .bio { flex-direction: column; gap: 24px; padding: 24px; }
  .bio__photo { width: 180px; height: 180px; box-shadow: 8px 8px 0 var(--accent-tint); }
  .panel-cta__inner { padding: 36px 28px; }
  .strip { padding-block: 44px; }
  .social { padding-block: 48px 56px; }
  .social__head { flex-direction: column; align-items: flex-start; gap: 20px; }
}

@media (max-width: 560px) {
  .services__grid { grid-template-columns: 1fr; }
  .staff-grid { grid-template-columns: 1fr; }
  .form-fields { grid-template-columns: 1fr; }
  .reasons { grid-template-columns: 1fr; }
  .quote-columns { columns: 1; }
  .form-row { flex-wrap: wrap; }
  .form-row__label { flex-basis: 100%; order: 3; }
  .program-hero__actions .btn, .strip .btn, .panel-cta .btn { width: 100%; }
  .trust__grid { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .cta__actions { flex-direction: column; align-items: stretch; width: 100%; }
  .site-footer__bottom { flex-direction: column; gap: 8px; }
}

/* --- print ---------------------------------------------------------------- */
@media print {
  .site-header, .site-footer, .cta, .social, .rainbow, .nav-toggle { display: none !important; }
  body { background: #fff; }
}
