:root {
  --ink: #17231f;
  --muted: #5b6963;
  --green: #103f36;
  --green-dark: #082c26;
  --green-soft: #dce9e3;
  --paper: #fcfbf8;
  --warm: #f2eee6;
  --white: #fff;
  --coral: #df5b45;
  --coral-dark: #b94332;
  --line: #d7ddd9;
  --focus: #f3a93f;
  --shadow: 0 22px 60px rgba(16, 63, 54, .16);
  --radius: 8px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 17px/1.6 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 3px; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 760px; margin-bottom: 22px; font-size: 68px; letter-spacing: -.025em; }
h2 { margin-bottom: 18px; font-size: 46px; letter-spacing: -.02em; }
h3 { margin-bottom: 10px; font-size: 20px; }
p { margin-top: 0; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; color: var(--white); background: var(--green-dark); border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(252, 251, 248, .95); border-bottom: 1px solid rgba(16, 63, 54, .13); backdrop-filter: blur(12px); }
.header-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--white); background: var(--green); border-radius: 50%; }
.brand-mark svg { width: 23px; fill: currentColor; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 17px; line-height: 1.1; }
.brand small { margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 1; }
.site-nav { display: flex; align-items: center; gap: 22px; font-size: 14px; font-weight: 700; }
.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--coral-dark); }
.site-nav a[aria-current="page"] { color: var(--coral-dark); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.header-phone { display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; line-height: 1.2; }
.header-phone span { color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.header-phone strong { margin-top: 4px; font-size: 17px; }

.hero { overflow: hidden; background: linear-gradient(90deg, rgba(16,63,54,.05) 1px, transparent 1px) 0 0/78px 78px, var(--warm); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: 70px; padding-block: 66px 76px; }
.eyebrow, .kicker { margin: 0 0 14px; color: var(--coral-dark); font-size: 13px; font-weight: 850; letter-spacing: .035em; line-height: 1.3; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 9px; height: 9px; flex: 0 0 auto; background: #37a66e; border-radius: 50%; box-shadow: 0 0 0 5px rgba(55,166,110,.14); }
.hero-lead { max-width: 700px; margin-bottom: 24px; color: #3e5049; font-size: 21px; line-height: 1.55; }
.hero-points { display: grid; gap: 9px; margin: 0 0 30px; padding: 0; list-style: none; }
.hero-points li { position: relative; padding-left: 28px; font-weight: 650; }
.hero-points li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: var(--radius); font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, color .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 10px 24px rgba(223,91,69,.24); }
.button-primary:hover { background: var(--coral-dark); }
.button-ghost { color: var(--green); border-color: var(--green); }
.button-ghost:hover { color: var(--white); background: var(--green); }
.button-light { color: var(--green-dark); background: var(--white); }
.button-light:hover { background: var(--warm); }
.microcopy { margin: 14px 0 0; color: var(--muted); font-size: 13px; }
.hero-media { position: relative; margin: 0; }
.hero-media::before { content: ""; position: absolute; inset: -28px 34px 38px -34px; border: 1px solid rgba(16,63,54,.26); border-radius: var(--radius); }
.hero-media img { position: relative; z-index: 1; width: 100%; height: auto; aspect-ratio: 20/9; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.hero-media figcaption { position: absolute; right: -20px; bottom: 26px; z-index: 2; min-width: 210px; padding: 18px 20px; color: var(--white); background: var(--green); border-radius: var(--radius); }
.hero-media figcaption strong, .hero-media figcaption span { display: block; }
.hero-media figcaption strong { font-size: 26px; }
.hero-media figcaption span { margin-top: 2px; font-size: 12px; opacity: .82; }

.emergency { color: var(--white); background: var(--green-dark); }
.emergency-row { min-height: 138px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 22px; padding-block: 24px; }
.emergency-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 2px solid var(--coral); border-radius: 50%; color: #ff9d8c; font-size: 25px; font-weight: 800; }
.emergency h2 { margin-bottom: 5px; font-family: inherit; font-size: 18px; }
.emergency p { max-width: 820px; margin-bottom: 0; color: #d8e2de; font-size: 14px; line-height: 1.5; }
.emergency a { color: #ffd6ce; font-size: 15px; font-weight: 800; white-space: nowrap; }

.section { padding-block: 94px; }
.section-tint { background: var(--warm); }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading > p:last-child { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 19px; }
.section-heading.compact { margin-bottom: 36px; }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.intro-copy { max-width: 680px; padding-top: 7px; color: var(--muted); font-size: 18px; }
.intro-copy p:last-child { margin-bottom: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); margin-top: 54px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid article { min-height: 220px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.benefit-grid article > span { display: block; margin-bottom: 30px; color: var(--coral-dark); font-size: 12px; font-weight: 850; }
.benefit-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { min-height: 258px; padding: 30px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .18s ease; }
.service-item:hover { background: #f6f8f6; }
.service-number { display: block; margin-bottom: 30px; color: var(--coral-dark); font-size: 13px; font-weight: 850; }
.service-item p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.section-note { margin: 20px 0 0; padding: 16px 18px; color: var(--green-dark); background: var(--green-soft); border-left: 4px solid var(--green); font-size: 14px; }

.team-teaser { padding-block: 64px; color: var(--white); background: var(--green); }
.team-teaser-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 60px; align-items: center; }
.team-teaser h2 { margin-bottom: 12px; font-size: 40px; }
.team-teaser p:not(.kicker) { max-width: 700px; margin-bottom: 0; color: #d8e4df; }
.team-teaser .button { min-width: 230px; }

.team-page-hero { min-height: 610px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(16,63,54,.05) 1px, transparent 1px) 0 0/78px 78px, var(--warm); }
.team-page-hero-grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(350px,.65fr); gap: 88px; align-items: center; padding-block: 58px; }
.team-page-hero h1 { max-width: 780px; }
.team-page-lead { max-width: 700px; margin-bottom: 30px; color: #3f5049; font-size: 20px; }
.team-stats { margin: 0; color: var(--white); background: var(--green); }
.team-stats div { min-height: 128px; display: grid; grid-template-columns: 150px minmax(0,1fr); align-items: center; padding: 20px 28px; border-bottom: 1px solid rgba(255,255,255,.2); }
.team-stats div:last-child { border-bottom: 0; }
.team-stats dt { font-family: Georgia,serif; font-size: 35px; font-weight: 700; }
.team-stats dd { margin: 0; color: #d8e4df; font-size: 14px; }
.team { background: var(--paper); }
.team-directory { background: var(--paper); }
.team-heading { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.72fr); gap: 90px; align-items: end; margin-bottom: 42px; }
.team-heading h2 { max-width: 740px; margin-bottom: 0; }
.team-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 16px; }
.team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: start; }
.doctor-card { min-height: 390px; display: flex; flex-direction: column; padding: 26px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.doctor-card:hover { transform: translateY(-3px); border-color: #b8c6bf; box-shadow: 0 15px 36px rgba(16,63,54,.1); }
.doctor-header { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 16px; align-items: center; margin-bottom: 22px; }
.doctor-avatar { display: grid; place-items: center; width: 58px; height: 58px; color: var(--white); background: var(--green); border-radius: 50%; font-family: Georgia,serif; font-size: 20px; font-weight: 700; }
.doctor-card:nth-child(3n+2) .doctor-avatar { background: var(--coral-dark); }
.doctor-card:nth-child(3n+3) .doctor-avatar { color: var(--green-dark); background: var(--green-soft); }
.doctor-role { margin: 0 0 5px; color: var(--coral-dark); font-size: 11px; font-weight: 850; line-height: 1.25; text-transform: uppercase; }
.doctor-header h3 { margin: 0; font-size: 19px; }
.doctor-facts { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 18px; }
.doctor-facts span { padding: 5px 8px; color: var(--green-dark); background: var(--green-soft); border-radius: 4px; font-size: 12px; font-weight: 750; }
.doctor-summary { margin-bottom: 16px; color: #354740; font-size: 15px; font-weight: 650; }
.doctor-region { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.doctor-region strong { color: var(--ink); }
.doctor-details { margin-top: auto; border-top: 1px solid var(--line); }
.doctor-details summary { position: relative; min-height: 48px; display: flex; align-items: center; padding: 12px 34px 12px 0; cursor: pointer; color: var(--coral-dark); font-size: 14px; font-weight: 800; list-style: none; }
.doctor-details summary::-webkit-details-marker { display: none; }
.doctor-details summary::after { content: "+"; position: absolute; right: 4px; color: var(--coral-dark); font-size: 22px; font-weight: 400; }
.doctor-details[open] summary::after { content: "−"; }
.doctor-details p { margin: 3px 0 0; padding-bottom: 4px; color: var(--muted); font-size: 13px; line-height: 1.55; }

.symptoms-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 90px; }
.symptoms-heading > p:not(.kicker) { color: var(--muted); }
.text-link { color: var(--coral-dark); font-weight: 800; }
.symptom-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.symptom-list li { position: relative; min-height: 124px; display: flex; align-items: center; padding: 24px 24px 24px 56px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); font-weight: 700; }
.symptom-list li::before { content: "!"; position: absolute; left: 24px; display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral-dark); font-size: 13px; font-weight: 900; }

.audience { color: var(--white); background: var(--green); }
.kicker-light { color: #ffb7aa; }
.audience-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.audience-grid article { min-height: 190px; padding: 26px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); }
.audience-grid span { color: #ffb7aa; font-family: Georgia,serif; font-size: 32px; }
.audience-grid p { margin: 32px 0 0; color: #dce6e2; font-size: 15px; }

.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 28px 26px 28px 0; border-bottom: 1px solid var(--line); }
.steps li:nth-child(3n+2), .steps li:nth-child(3n+3) { padding-left: 26px; border-left: 1px solid var(--line); }
.steps > li > span { display: grid; place-items: center; width: 38px; height: 38px; color: var(--white); background: var(--coral); border-radius: 50%; font-weight: 850; }
.steps h3 { font-size: 18px; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; }

.areas-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.84fr); gap: 86px; align-items: start; }
.large-copy { max-width: 650px; color: #43524c; font-size: 20px; }
.area-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.area-list span { padding: 8px 12px; background: var(--white); border: 1px solid #cbd5d0; border-radius: 4px; font-size: 14px; font-weight: 700; }
.area-details { color: var(--white); background: var(--green); }
.area-details article { padding: 24px 28px; border-bottom: 1px solid rgba(255,255,255,.22); }
.area-details article:last-child { border-bottom: 0; }
.area-details p { margin-bottom: 7px; color: #ffb7aa; font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.area-details h3 { margin-bottom: 7px; font-size: 23px; }
.area-details span { color: #d6e3de; font-size: 14px; }

.price-section { color: var(--white); background: var(--green); }
.price-grid { display: grid; grid-template-columns: minmax(0,.9fr) minmax(460px,1.1fr); gap: 88px; align-items: center; }
.price-copy p:not(.kicker) { max-width: 570px; color: #d6e3de; font-size: 18px; }
.price-copy .button { margin-top: 12px; }
.price-table { color: var(--ink); background: var(--white); border-radius: var(--radius); }
.price-table > div { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.price-table strong { color: var(--green-dark); text-align: right; }
.price-table > p { margin: 0; padding: 18px 22px; color: var(--muted); font-size: 13px; }

.prepare-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); gap: 90px; align-items: center; }
.food-note { display: grid; grid-template-columns: 74px 1fr; gap: 16px; max-width: 650px; margin-top: 24px; padding: 17px 18px; background: var(--green-soft); border-left: 4px solid var(--green); }
.food-note strong { color: var(--green-dark); }
.food-note span { color: #43524c; font-size: 14px; }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; display: grid; grid-template-columns: 150px minmax(0,1fr); gap: 18px; padding: 18px 0 18px 30px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--coral-dark); font-weight: 900; }
.check-list span { color: var(--muted); font-size: 15px; }

.faq-grid { display: grid; grid-template-columns: minmax(300px,.7fr) minmax(0,1.3fr); gap: 86px; }
.faq-grid > div:first-child > p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid #cfd6d2; }
.faq-list details { border-bottom: 1px solid #cfd6d2; }
.faq-list summary { position: relative; padding: 21px 44px 21px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 16px; right: 8px; color: var(--coral-dark); font-size: 27px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin-bottom: 21px; color: var(--muted); font-size: 15px; }

.final-cta { padding-block: 64px; color: var(--white); background: var(--coral); }
.final-cta-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 48px; align-items: center; }
.final-cta h2 { max-width: 760px; margin: 0; font-size: 37px; }
.final-cta .kicker { color: #ffe5df; }
.final-cta a { padding: 16px 20px; color: var(--coral-dark); background: var(--white); border-radius: var(--radius); font-size: 20px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.site-footer { padding-block: 46px 34px; color: #dbe4e0; background: #061f19; }
.footer-row { display: grid; grid-template-columns: .8fr .8fr 1.4fr; gap: 54px; align-items: start; }
.site-footer strong, .site-footer a { color: var(--white); }
.site-footer p { margin: 8px 0 0; font-size: 13px; }
.footer-note { line-height: 1.6; }
.mobile-call { display: none; }

.directory-hero { min-height: 430px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(16,63,54,.05) 1px, transparent 1px) 0 0/78px 78px, var(--warm); }
.directory-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) 270px; gap: 70px; align-items: center; padding-block: 72px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { color: var(--green); }
.directory-hero h1 { margin-bottom: 15px; }
.directory-count { margin: 0; color: var(--muted); font-size: 18px; font-weight: 700; }
.directory-symbol, .service-symbol { display: grid; place-items: center; aspect-ratio: 1; color: var(--white); background: var(--green); border-radius: 50%; font-family: Georgia,serif; font-size: 112px; font-weight: 700; box-shadow: 18px 18px 0 var(--green-soft); }
.directory-list { padding-block: 84px 96px; }
.directory-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.directory-card { position: relative; min-height: 164px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px 58px 24px 24px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-decoration: none; transition: color .18s ease, background .18s ease; }
.directory-card:hover { color: var(--white); background: var(--green); }
.directory-card:focus-visible { z-index: 1; }
.directory-number { color: var(--coral-dark); font-size: 12px; font-weight: 850; }
.directory-card:hover .directory-number { color: #ffb7aa; }
.directory-card h2 { margin: 30px 0 0; font-family: inherit; font-size: 19px; line-height: 1.25; letter-spacing: 0; }
.directory-arrow { position: absolute; right: 23px; bottom: 22px; color: var(--coral-dark); font-size: 24px; }
.directory-card:hover .directory-arrow { color: #ffb7aa; transform: translateX(3px); }
.directory-cta { color: var(--white); background: var(--coral); }
.directory-cta-row { min-height: 124px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.directory-cta-row strong { font-family: Georgia,serif; font-size: 29px; }
.directory-cta-row a { padding: 13px 18px; color: var(--coral-dark); background: var(--white); border-radius: var(--radius); font-size: 18px; font-weight: 850; text-decoration: none; }
.compact-footer { padding-block: 38px 30px; }

.service-shell { min-height: calc(100vh - 76px - 178px); }
.service-placeholder { min-height: calc(100vh - 76px - 178px); display: flex; align-items: center; overflow: hidden; background: linear-gradient(90deg, rgba(16,63,54,.05) 1px, transparent 1px) 0 0/78px 78px, var(--warm); }
.service-placeholder-grid { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 80px; align-items: center; padding-block: 90px; }
.service-placeholder h1 { max-width: 800px; }
.service-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.service-symbol { font-size: 128px; }

@media (max-width: 1040px) {
  .site-nav { display: none; }
  h1 { font-size: 54px; }
  h2 { font-size: 40px; }
  .hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.78fr); gap: 48px; }
  .benefit-grid, .audience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-heading { gap: 52px; }
  .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-page-hero-grid { grid-template-columns: minmax(0,1fr) 330px; gap: 52px; }
  .intro-grid, .symptoms-grid { gap: 52px; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .directory-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .directory-hero-grid, .service-placeholder-grid { grid-template-columns: minmax(0,1fr) 210px; gap: 50px; }
  .areas-grid, .price-grid, .prepare-grid, .faq-grid { gap: 50px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 72px; font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-row { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand small, .header-phone span { display: none; }
  .header-phone strong { margin: 0; font-size: 14px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-block: 42px 52px; }
  .hero-copy { order: 1; }
  .hero-media { order: 2; }
  h1 { font-size: 41px; }
  h2 { font-size: 34px; }
  .hero-lead { font-size: 18px; }
  .hero-actions .button { flex: 1 1 170px; }
  .hero-media::before { display: none; }
  .hero-media figcaption { right: 9px; bottom: -18px; min-width: 186px; }
  .emergency-row { grid-template-columns: auto 1fr; gap: 16px; }
  .emergency-row > a { grid-column: 2; }
  .section { padding-block: 68px; }
  .intro-grid, .symptoms-grid, .areas-grid, .price-grid, .prepare-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }
  .team-heading, .team-grid { grid-template-columns: 1fr; gap: 20px; }
  .team-heading { margin-bottom: 34px; }
  .doctor-card { min-height: 0; padding: 23px; }
  .team-teaser-grid, .team-page-hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .team-teaser { padding-block: 52px; }
  .team-teaser h2 { font-size: 33px; }
  .team-teaser .button { width: 100%; }
  .team-page-hero { min-height: 0; }
  .team-page-hero-grid { padding-block: 54px 66px; }
  .team-page-lead { font-size: 18px; }
  .team-stats div { min-height: 96px; grid-template-columns: 120px minmax(0,1fr); padding: 16px 20px; }
  .team-stats dt { font-size: 29px; }
  .benefit-grid, .audience-grid, .service-grid, .symptom-list { grid-template-columns: 1fr; }
  .benefit-grid article, .audience-grid article, .service-item { min-height: 0; padding: 25px; }
  .benefit-grid article > span, .service-number { margin-bottom: 18px; }
  .audience-grid p { margin-top: 22px; }
  .symptom-list li { min-height: 0; padding-block: 21px; }
  .steps { grid-template-columns: 1fr; border-top: 0; }
  .steps li, .steps li:nth-child(3n+2), .steps li:nth-child(3n+3) { padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; }
  .price-table > div { align-items: flex-start; }
  .food-note { grid-template-columns: 1fr; gap: 4px; }
  .check-list li { grid-template-columns: 1fr; gap: 3px; }
  .final-cta-row { grid-template-columns: 1fr; gap: 24px; }
  .final-cta h2 { font-size: 31px; }
  .final-cta a { text-align: center; }
  .footer-row { grid-template-columns: 1fr; gap: 24px; }
  .directory-hero { min-height: 0; }
  .directory-hero-grid, .service-placeholder-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 52px 62px; }
  .directory-symbol, .service-symbol { width: 118px; grid-row: 1; justify-self: end; font-size: 50px; box-shadow: 10px 10px 0 var(--green-soft); }
  .directory-hero-grid > div:first-child, .service-placeholder-grid > div:first-child { grid-row: 2; }
  .directory-list { padding-block: 58px 72px; }
  .directory-grid { grid-template-columns: 1fr; }
  .directory-card { min-height: 128px; }
  .directory-card h2 { margin-top: 22px; font-size: 18px; }
  .directory-cta-row { min-height: 150px; flex-direction: column; align-items: stretch; justify-content: center; gap: 16px; }
  .directory-cta-row strong { font-size: 27px; }
  .directory-cta-row a { text-align: center; }
  .service-shell, .service-placeholder { min-height: calc(100vh - 68px); }
  .service-actions .button { flex: 1 1 180px; }
  .mobile-call { position: fixed; z-index: 40; left: 0; right: 0; bottom: 0; min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 10px 18px calc(10px + env(safe-area-inset-bottom)); color: var(--white); background: var(--coral-dark); box-shadow: 0 -8px 30px rgba(23,35,31,.22); text-decoration: none; }
  .mobile-call span { font-size: 13px; font-weight: 800; }
  .mobile-call strong { font-size: 15px; white-space: nowrap; }
}

@media (max-width: 400px) {
  .brand strong { font-size: 15px; }
  .header-phone strong { font-size: 13px; }
  h1 { font-size: 37px; }
  h2 { font-size: 31px; }
  .price-table > div { display: grid; gap: 4px; }
  .price-table strong { text-align: left; }
  .mobile-call { padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  .site-header, .mobile-call, .hero-actions, .final-cta { display: none !important; }
  body { color: #000; background: #fff; }
  .section { padding-block: 30px; }
}
