:root {
  --ink: #083a4a;
  --ink-deep: #042631;
  --ink-soft: #16596a;
  --aqua: #78ead2;
  --aqua-deep: #087a70;
  --aqua-pale: #e6f8f3;
  --orange: #ff7a3d;
  --orange-dark: #ce4d16;
  --paper: #f4f8f7;
  --white: #fff;
  --muted: #526d75;
  --line: #ccddda;
  --warning: #fff5d6;
  --shadow: 0 22px 62px rgba(5, 44, 56, .13);
  --shadow-small: 0 8px 24px rgba(5, 44, 56, .09);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 2rem));
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8rem; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.65; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img, video { max-width: 100%; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { margin-bottom: 1.25rem; font-size: clamp(2.7rem, 6.8vw, 6.4rem); line-height: .94; letter-spacing: -.062em; }
h2 { margin-bottom: 1.1rem; font-size: clamp(2rem, 4.4vw, 4rem); line-height: 1.02; letter-spacing: -.045em; }
h3 { margin-bottom: .7rem; font-size: clamp(1.2rem, 2vw, 1.55rem); line-height: 1.18; letter-spacing: -.02em; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
[hidden] { display: none !important; }

.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; left: 1rem; top: -6rem; padding: .8rem 1rem; border-radius: 10px; background: var(--white); color: var(--ink); font-weight: 900; box-shadow: var(--shadow); }
.skip-link:focus { top: 1rem; }

.preview-banner { position: relative; z-index: 90; padding: .65rem 1rem; background: #fee796; color: #4f3500; text-align: center; font-size: .86rem; font-weight: 900; }
.topbar { display: flex; justify-content: center; gap: 2rem; padding: .45rem 1rem; background: var(--ink-deep); color: #cce8e9; font-size: .75rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.site-header { position: sticky; z-index: 60; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .75rem max(1rem, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(5, 44, 56, .1); background: rgba(244, 248, 247, .94); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: .72rem; text-decoration: none; }
.brand img { flex: 0 0 auto; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: .98rem; }
.brand small { margin-top: .28rem; color: var(--muted); font-size: .68rem; font-weight: 750; letter-spacing: .035em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: clamp(.8rem, 2.2vw, 1.6rem); font-size: .88rem; font-weight: 800; }
.desktop-nav a, .site-footer a { text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--aqua-deep); }
.header-call { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .66rem 1rem; border-radius: 999px; background: var(--orange); color: #2d160c; font-size: .86rem; font-weight: 950; text-decoration: none; box-shadow: 0 10px 22px rgba(255, 122, 61, .2); }
.menu-toggle { display: none; min-width: 48px; min-height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--ink); font-weight: 900; }
.mobile-drawer { position: fixed; z-index: 100; inset: 0 0 0 auto; display: flex; width: min(92vw, 420px); flex-direction: column; gap: 1.4rem; padding: 1.2rem; background: var(--ink-deep); color: var(--white); box-shadow: -20px 0 80px rgba(0, 0, 0, .28); }
.mobile-drawer::before { content: ""; position: fixed; z-index: -1; inset: 0 min(92vw, 420px) 0 0; background: rgba(1, 20, 26, .56); }
.mobile-drawer__head { display: flex; align-items: center; justify-content: space-between; }
.mobile-drawer__head button { min-height: 44px; padding: .5rem .85rem; border: 1px solid #46717a; border-radius: 999px; background: transparent; color: var(--white); }
.mobile-drawer nav { display: grid; gap: .35rem; }
.mobile-drawer nav a { padding: .8rem 0; border-bottom: 1px solid #31545c; color: var(--white); font-size: 1.15rem; font-weight: 850; text-decoration: none; }

.breadcrumbs { padding-block: .85rem; font-size: .8rem; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: .35rem; color: #90a8ad; }
.breadcrumbs a { font-weight: 750; }

.eyebrow { margin: 0 0 .9rem; color: var(--aqua-deep); font-size: .73rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.lede { max-width: 690px; margin-bottom: 1.4rem; color: #d6ecee; font-size: clamp(1.02rem, 1.7vw, 1.28rem); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; margin-top: 1.5rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .7rem 1.08rem; border: 1px solid transparent; border-radius: 999px; font-weight: 900; line-height: 1.2; text-align: center; text-decoration: none; }
.button--primary { background: var(--orange); color: #2b150b; }
.button--primary:hover { background: #ff8e57; }
.button--secondary { border-color: var(--line); background: var(--white); color: var(--ink); }
.button--ghost { border-color: rgba(255, 255, 255, .38); color: var(--white); }
.button--light { background: var(--white); color: var(--ink); }
.text-link { color: var(--aqua-deep); font-weight: 900; }

.hero, .service-hero { position: relative; display: grid; min-height: 640px; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; width: 100%; max-width: none; padding: clamp(4rem, 8vw, 7.5rem) max(1rem, calc((100vw - 1180px) / 2)); overflow: hidden; background: radial-gradient(circle at 76% 18%, rgba(120, 234, 210, .18), transparent 27%), linear-gradient(135deg, var(--ink-deep) 0, var(--ink) 62%, #126172 100%); color: var(--white); }
.hero::after, .service-hero::after { content: ""; position: absolute; right: -11vw; bottom: -24vw; width: 42vw; aspect-ratio: 1; border: 1px solid rgba(120, 234, 210, .22); border-radius: 50%; pointer-events: none; }
.hero__copy, .service-hero__copy { position: relative; z-index: 2; }
.hero .eyebrow, .service-hero .eyebrow { color: var(--aqua); }
.trust-list { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; padding: 0; margin: 1.6rem 0 0; color: #cbe3e5; font-size: .86rem; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: .4rem; color: var(--aqua); font-weight: 950; }
.media-frame { position: relative; margin: 0; }
.media-frame picture, .media-frame img { display: block; width: 100%; }
.media-frame img { height: auto; border-radius: 28px 28px 108px 28px; background: #0d5465; object-fit: cover; box-shadow: 0 28px 78px rgba(0, 0, 0, .28); }
.media-frame figcaption { position: absolute; right: .8rem; bottom: .8rem; padding: .46rem .72rem; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; background: rgba(4, 38, 49, .88); color: var(--white); font-size: .73rem; font-weight: 850; }
.hero__media img { aspect-ratio: 16 / 10; }
.service-hero__media img { aspect-ratio: 4 / 3; }
.hero-signal { display: grid; gap: .25rem; max-width: 640px; margin-top: 1.35rem; padding: .9rem 1rem; border-left: 3px solid var(--aqua); background: rgba(255, 255, 255, .08); }
.hero-signal span { color: #cbe3e5; font-size: .88rem; }

.section { padding-block: clamp(4.5rem, 8vw, 8rem); }
.section--tight { padding-block: clamp(3rem, 6vw, 5rem); }
.section--ink { width: 100%; max-width: none; padding-inline: 0; background: var(--ink-deep); color: var(--white); }
.section--ink .eyebrow { color: var(--aqua); }
.section--soft { width: 100%; max-width: none; padding-inline: 0; background: var(--aqua-pale); }
.section--region { width: 100%; max-width: none; padding-inline: 0; background: linear-gradient(110deg, #fce8dc, #fff7ed); }
.section-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: end; margin-bottom: 2.3rem; }
.section-heading > div { max-width: 760px; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); }

.symptom-selector { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.symptom-selector button { min-height: 150px; padding: 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); color: var(--ink); text-align: left; box-shadow: var(--shadow-small); cursor: pointer; }
.symptom-selector button:hover, .symptom-selector button[aria-pressed="true"] { border-color: var(--aqua-deep); background: var(--aqua-pale); transform: translateY(-2px); }
.symptom-selector strong, .symptom-selector span { display: block; }
.symptom-selector strong { margin-bottom: .65rem; font-size: 1.18rem; }
.symptom-selector span { color: var(--muted); }
.selector-result { margin-top: 1rem; padding: 1rem 1.2rem; border-radius: 16px; background: var(--ink); color: var(--white); }
.selector-result a { color: var(--aqua); font-weight: 900; }

.group-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.group-card { overflow: hidden; border: 1px solid #2a5b66; border-radius: 30px; background: #0c4452; }
.group-card .media-frame img { aspect-ratio: 16 / 9; border-radius: 0; box-shadow: none; }
.group-card > div:last-child { padding: clamp(1.4rem, 3vw, 2.2rem); }
.group-card p:not(.eyebrow) { color: #d2e6e8; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.service-card { display: flex; min-height: 285px; flex-direction: column; padding: 1.45rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }
.service-card__group { width: fit-content; margin-bottom: 1rem; padding: .3rem .56rem; border-radius: 999px; background: var(--aqua-pale); color: var(--aqua-deep); font-size: .72rem; font-weight: 900; }
.service-card h3 a { text-decoration: none; }
.service-card p { color: var(--muted); }
.service-card .text-link { margin-top: auto; }

.comparison-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.comparison-grid article { padding: 1.35rem; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.comparison-grid span { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 1.1rem; border-radius: 50%; background: var(--ink); color: var(--aqua); font-weight: 950; }
.comparison-grid p { color: var(--muted); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; padding: 0; margin: 2rem 0 0; list-style: none; counter-reset: step; }
.timeline li { position: relative; display: grid; gap: .45rem; padding: 4rem 1.2rem 1.2rem; border-top: 2px solid var(--aqua-deep); background: var(--white); box-shadow: var(--shadow-small); }
.timeline li::before { counter-increment: step; content: "0" counter(step); position: absolute; top: .8rem; left: 1.2rem; color: var(--aqua-deep); font-weight: 950; }
.timeline span { color: var(--muted); }
.split, .two-column { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.three-column { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.three-column article { padding: 1.35rem; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.stat-card { display: grid; padding: 2rem; border-radius: 26px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.stat-card strong { color: var(--aqua); font-size: clamp(4rem, 10vw, 7rem); line-height: 1; }
.stat-card span { font-size: 1.15rem; font-weight: 900; }
.stat-card small { margin-top: .8rem; color: #cce1e3; }
.check-list { display: grid; gap: .55rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.5rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--aqua-deep); font-weight: 950; }
.scope-card { padding: clamp(1.5rem, 4vw, 2.4rem); border: 1px solid #f0bd9f; border-radius: 24px; background: #fff6ef; }
.scope-card li::marker { color: var(--orange-dark); }

.intent-band { padding-block: 1.2rem; background: var(--aqua-pale); }
.intent-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.intent-grid article { padding: 1.3rem; border-radius: 20px; background: var(--white); box-shadow: var(--shadow-small); }
.intent-grid article > span { color: var(--aqua-deep); font-size: .72rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.intent-grid h2 { margin: .5rem 0 1rem; font-size: 1.35rem; letter-spacing: -.02em; }
.intent-grid ul, .intent-grid ol { padding-left: 1.2rem; margin-bottom: 0; color: var(--muted); }
.phone-flow { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 2rem; align-items: center; padding-block: 2.4rem; }
.phone-flow h2 { margin: 0; font-size: clamp(1.5rem, 3vw, 2.4rem); }
.phone-flow ol { display: flex; gap: .8rem; padding: 0; list-style: none; counter-reset: flow; }
.phone-flow li { display: grid; max-width: 110px; gap: .3rem; color: var(--muted); font-size: .78rem; }
.phone-flow li::before { counter-increment: flow; content: counter(flow); display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: var(--ink); color: var(--aqua); font-weight: 950; }
.service-layout { display: grid; grid-template-columns: 190px minmax(0, 1fr) 250px; gap: clamp(1.2rem, 3.2vw, 3rem); align-items: start; padding-block: clamp(4rem, 7vw, 7rem); }
.content-nav { position: sticky; top: 7rem; display: grid; gap: .5rem; padding: 1rem; border-left: 2px solid var(--line); font-size: .78rem; }
.content-nav strong { margin-bottom: .4rem; font-size: .9rem; }
.content-nav a { color: var(--muted); text-decoration: none; }
.content-nav a:hover { color: var(--aqua-deep); }
.longform { min-width: 0; }
.content-section { padding-block: 1.8rem 3.2rem; border-bottom: 1px solid var(--line); }
.content-section:first-child { padding-top: 0; }
.content-section > h2 { font-size: clamp(1.8rem, 3.8vw, 3.1rem); }
.content-section > p, .content-section > ul { max-width: 760px; color: var(--muted); }
.short-answer { color: var(--ink) !important; font-size: 1.15rem; font-weight: 750; }
.method-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-block: 1.5rem; }
.method-grid article { padding: 1.15rem; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.method-grid p { color: var(--muted); }
.method-grid small { display: block; padding-top: .8rem; border-top: 1px solid var(--line); color: var(--ink-soft); }
.scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.5rem; }
.scope-grid article { padding: 1.35rem; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.scope-grid .scope-card { background: #fff6ef; }
.contact-aside { position: sticky; top: 7rem; padding: 1.3rem; border-radius: 22px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.contact-aside h2 { font-size: 1.75rem; }
.contact-aside p:not(.eyebrow), .contact-aside small { color: #cce1e3; }
.contact-aside .button { width: 100%; }
.contact-aside small { display: block; margin-top: 1rem; font-size: .72rem; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.related-grid a { display: grid; gap: .4rem; padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); text-decoration: none; }
.related-grid span { color: var(--muted); font-size: .84rem; }
.region-note { padding: 1.2rem; border-radius: 18px; background: var(--aqua-pale); }

.faq-list { display: grid; gap: .7rem; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.faq-list summary { min-height: 54px; padding: 1rem 3rem 1rem 1rem; font-weight: 850; cursor: pointer; }
.faq-list details p, .faq-list details > a { margin: 0; padding: 0 1rem 1rem; color: var(--muted); }
.faq-group { padding-block: 2rem; }
.faq-group h2 { font-size: clamp(1.8rem, 4vw, 3.2rem); }
.topic-nav { position: sticky; z-index: 20; top: 5.7rem; display: flex; gap: .5rem; padding: .6rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .95); }
.topic-nav a { padding: .55rem .85rem; border-radius: 999px; font-weight: 800; text-decoration: none; }
.topic-nav a:hover { background: var(--aqua-pale); }

.district-filter { max-width: 640px; margin-bottom: 1.5rem; }
.district-filter label { display: block; margin-bottom: .4rem; font-weight: 850; }
.district-filter > div { display: flex; gap: .5rem; }
.district-filter input { width: 100%; min-height: 48px; padding: .7rem .9rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); }
.district-filter button { min-height: 48px; padding-inline: 1rem; border: 1px solid var(--line); border-radius: 12px; background: var(--white); color: var(--ink); font-weight: 850; }
.district-filter p { min-height: 1.5rem; margin: .5rem 0 0; color: var(--muted); font-size: .85rem; }
.district-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.district-grid article { padding: 1rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.district-grid h3 { font-size: 1.05rem; }
.district-grid p { color: var(--muted); font-size: .82rem; }
.status-chip { display: inline-flex; padding: .28rem .52rem; border-radius: 999px; background: var(--warning); color: #5f4700; font-size: .68rem; font-weight: 900; }

.notice { margin-bottom: 2rem; padding: 1.1rem 1.2rem; border-left: 4px solid var(--aqua-deep); border-radius: 12px; background: var(--aqua-pale); }
.notice p { margin: .35rem 0 0; }
.notice--warning { border-color: #c28a00; background: var(--warning); color: #513a00; }
.prose-card { max-width: 850px; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-small); }
.prose-card p { color: var(--muted); }
.big-phone { color: var(--orange-dark); font-size: clamp(2rem, 6vw, 4rem); font-weight: 950; letter-spacing: -.05em; text-decoration: none; }
.empty-state { padding: clamp(1.5rem, 5vw, 3rem); border: 1px dashed #9fb9b6; border-radius: 22px; background: var(--white); text-align: center; }
.empty-state p { color: var(--muted); }
.error-page { min-height: 60vh; padding-block: clamp(5rem, 10vw, 10rem); }
.error-page h1 { max-width: 850px; color: var(--ink); }
.error-page > p:not(.eyebrow) { color: var(--muted); font-size: 1.15rem; }

.prefooter { display: grid; grid-template-columns: 1.3fr auto; gap: 2rem; align-items: center; margin-bottom: clamp(3rem, 7vw, 6rem); padding: clamp(1.6rem, 5vw, 3.5rem); border-radius: 30px; background: var(--ink); color: var(--white); }
.prefooter h2 { font-size: clamp(2rem, 4.5vw, 3.8rem); }
.prefooter p:not(.eyebrow) { max-width: 730px; color: #cce1e3; }
.site-footer { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; padding: 3.5rem max(1rem, calc((100vw - 1180px) / 2)) 7rem; background: var(--ink-deep); color: #d9ebec; }
.footer-brand { display: inline-block; margin-bottom: .8rem; color: var(--white); font-size: 1.3rem; font-weight: 950; }
.site-footer p { max-width: 480px; color: #9fc1c5; }
.site-footer nav { display: grid; align-content: start; gap: .4rem; }
.site-footer nav strong { margin-bottom: .5rem; color: var(--aqua); }
.site-footer a:hover { color: var(--aqua); }
.site-footer small { grid-column: 1 / -1; padding-top: 1.5rem; border-top: 1px solid #31545c; color: #91b3b8; }
.fixed-actions { display: none; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .header-call { margin-left: auto; }
  .service-layout { grid-template-columns: minmax(0, 1fr) 240px; }
  .content-nav { display: none; }
  .comparison-grid, .district-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .hero, .service-hero { min-height: auto; grid-template-columns: 1fr; gap: 2.5rem; padding-block: 4rem; }
  .hero h1, .service-hero h1 { max-width: 760px; }
  .hero__media img, .service-hero__media img { max-height: 520px; aspect-ratio: 16 / 10; }
  .section-heading { display: grid; align-items: start; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-grid, .timeline { grid-template-columns: repeat(2, 1fr); }
  .symptom-selector, .intent-grid, .three-column { grid-template-columns: 1fr; }
  .group-grid { grid-template-columns: 1fr; }
  .phone-flow { grid-template-columns: 1fr; }
  .phone-flow ol { flex-wrap: wrap; }
  .service-layout { grid-template-columns: 1fr; }
  .contact-aside { position: static; order: 2; }
  .content-nav + .longform { order: 1; }
  .split, .two-column { grid-template-columns: 1fr; }
  .prefooter { grid-template-columns: 1fr; margin-bottom: 0; border-radius: 0; }
  .site-footer { grid-template-columns: 1.4fr 1fr; }
  .site-footer > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 1.25rem, 1180px); }
  html { scroll-padding-top: 6.4rem; }
  .topbar { justify-content: space-between; gap: .5rem; font-size: .62rem; }
  .topbar span:last-child { text-align: right; }
  .site-header { padding: .62rem .7rem; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: .86rem; }
  .brand small { display: none; }
  .header-call { display: none; }
  .hero, .service-hero { padding-inline: .7rem; padding-top: 3rem; }
  .hero h1, .service-hero h1 { font-size: clamp(2.55rem, 13.5vw, 4.25rem); }
  .lede { font-size: 1rem; }
  .hero .actions, .service-hero .actions { display: grid; grid-template-columns: 1fr; }
  .hero .button, .service-hero .button { width: 100%; }
  .hero__media img, .service-hero__media img { aspect-ratio: 4 / 5; border-radius: 20px 20px 68px 20px; }
  .trust-list { display: grid; }
  .section { padding-block: 4rem; }
  .service-grid, .comparison-grid, .timeline, .method-grid, .scope-grid, .related-grid, .district-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .intent-band { padding-block: .7rem; }
  .intent-grid { width: calc(100% - 1.25rem); }
  .phone-flow { padding-block: 2rem; }
  .phone-flow ol { display: grid; grid-template-columns: repeat(3, 1fr); }
  .topic-nav { top: 4.6rem; overflow-x: auto; border-radius: 14px; }
  .topic-nav a { white-space: nowrap; }
  .district-filter > div { display: grid; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 7.8rem; }
  .site-footer > div:first-child, .site-footer small { grid-column: 1; }
  .fixed-actions { position: fixed; z-index: 70; right: max(.6rem, env(safe-area-inset-right)); bottom: max(.55rem, env(safe-area-inset-bottom)); left: max(.6rem, env(safe-area-inset-left)); display: flex; gap: .45rem; padding: .45rem; border: 1px solid #31545c; border-radius: 999px; background: rgba(4, 38, 49, .96); box-shadow: 0 12px 38px rgba(0, 0, 0, .32); }
  .fixed-actions a { display: flex; min-height: 48px; flex: 1; align-items: center; justify-content: center; border-radius: 999px; font-size: .84rem; font-weight: 950; text-decoration: none; }
  .fixed-actions__phone { background: var(--orange); color: #2b150b; }
  .fixed-actions__whatsapp { background: var(--aqua); color: var(--ink-deep); }
}

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

@media print {
  .topbar, .site-header, .preview-banner, .fixed-actions, .mobile-drawer, .prefooter { display: none !important; }
  body { background: #fff; color: #000; }
  .hero, .service-hero { min-height: 0; padding: 2rem 0; background: #fff; color: #000; }
  .lede { color: #222; }
}
