:root {
  --forest: #241b36;
  --forest-deep: #151023;
  --ink: #29233a;
  --ink-soft: #5e5871;
  --paper: #fcfaf2;
  --white: #ffffff;
  --coral: #d9f267;
  --coral-dark: #b5d547;
  --coral-soft: #f1f8cd;
  --sage: #e3ebf0;
  --sand: #f3e8d9;
  --line: #dedbe4;
  --muted: #777184;
  --shadow: 0 24px 65px rgba(21, 16, 35, .22);
  --max: 1180px;
  --display: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", "Gill Sans", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.55; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; top: 8px; z-index: 30; padding: 10px 14px; border-radius: 6px; color: var(--forest); background: var(--coral); }
.skip-link:focus { left: 12px; }

.utility-bar { color: var(--forest); background: linear-gradient(90deg, var(--coral), #f2c889); font-size: .77rem; font-weight: 800; letter-spacing: .02em; }
.utility-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-inner strong { margin-right: 12px; font-weight: 950; letter-spacing: .08em; }
.utility-note { color: rgba(18, 51, 46, .7); }

.site-header { position: sticky; top: 0; z-index: 20; color: var(--white); background: rgba(18, 51, 46, .98); box-shadow: 0 4px 16px rgba(11, 34, 31, .16); }
.nav { min-height: 92px; display: flex; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-logo { width: 86px; height: 86px; display: block; flex: 0 0 auto; object-fit: contain; border: 2px solid var(--coral); border-radius: 12px; background: var(--white); }
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: .88rem; font-weight: 750; }
.nav-links a { color: rgba(255,255,255,.86); text-decoration: none; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--coral); }
.nav-cta, .button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-weight: 950; line-height: 1.05; white-space: nowrap; text-transform: uppercase; letter-spacing: .045em; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.nav-cta { color: var(--forest); background: var(--coral); font-size: .73rem; }
.nav-cta:hover, .nav-cta:focus-visible, .button-lime:hover, .button-lime:focus-visible { color: var(--forest); background: #edff9a; transform: translateY(-2px); box-shadow: 0 9px 22px rgba(217, 242, 103, .28); }
.nav-toggle { display: none; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: var(--white); background: transparent; cursor: pointer; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: var(--white); background: var(--forest-deep); }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(6, 24, 21, .98) 0%, rgba(6, 24, 21, .91) 33%, rgba(6, 24, 21, .58) 70%, rgba(6, 24, 21, .28) 100%); }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr); align-items: center; gap: clamp(36px, 6vw, 92px); padding: 72px 0 110px; }
.hero-copy { max-width: 660px; }
.hero-kicker, .section-kicker, .strip-eyebrow, .card-kicker, .callback-label { margin: 0 0 16px; color: var(--coral); font-size: .76rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.hero-kicker::before { content: ""; display: inline-block; width: 34px; height: 3px; margin: 0 10px 3px 0; border-radius: 99px; background: var(--coral); }
.hero-copy h1 { max-width: 100%; margin: 0 0 24px; overflow-wrap: anywhere; text-wrap: balance; font: 950 clamp(3.3rem, 7.3vw, 7.15rem)/.86 var(--display); letter-spacing: -.075em; text-transform: uppercase; }
.hero-copy h1 em, .callback-heading h2 em, .approach-copy h2 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 560px; margin: 0 0 30px; color: rgba(255,255,255,.83); font-size: clamp(1.05rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.button-lime { color: var(--forest); background: var(--coral); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.5); background: transparent; }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--forest); border-color: var(--coral); background: var(--coral); transform: translateY(-2px); }
.button-dark { color: var(--white); border-color: rgba(255,255,255,.4); background: transparent; }
.button-dark:hover, .button-dark:focus-visible { color: var(--forest); border-color: var(--coral); background: var(--coral); transform: translateY(-2px); }
.hero-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; color: rgba(255,255,255,.7); font-size: .77rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: #8cdda6; box-shadow: 0 0 0 5px rgba(140,221,166,.14); }
.proof-divider { color: var(--coral); }

.callback-card { align-self: center; padding: clamp(24px, 3.4vw, 40px); border-radius: 26px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.callback-heading h2 { margin: 0 0 8px; font: 950 clamp(2.2rem, 4.2vw, 4.2rem)/.86 var(--display); letter-spacing: -.075em; }
.callback-heading p:last-child { max-width: 330px; margin: 0 0 23px; color: var(--muted); font-size: .9rem; }
.callback-label { margin-bottom: 10px; color: var(--coral-dark); font-size: .68rem; }
.form-progress { display: flex; gap: 6px; margin-bottom: 16px; }
.form-progress span { height: 4px; flex: 1; border-radius: 99px; background: #e4ebe7; }
.form-progress span.active { background: var(--coral); }
.form-step { display: none; margin: 0; padding: 0; border: 0; }
.form-step.active { display: grid; gap: 13px; }
.form-step legend { width: 100%; margin-bottom: 2px; padding: 0; color: var(--ink); font-size: .8rem; font-weight: 950; letter-spacing: .04em; text-transform: uppercase; }
.field { display: grid; gap: 5px; }
.field label { color: var(--ink-soft); font-size: .74rem; font-weight: 850; }
.field label span { color: var(--muted); font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 11px 13px; border: 1px solid #d2ded9; border-radius: 8px; color: var(--ink); background: #fbfdfb; outline: none; }
.field textarea { min-height: 84px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #8d9a96; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--coral-dark); box-shadow: 0 0 0 3px rgba(217,242,103,.22); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field-full { grid-column: 1 / -1; }
.form-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 17px; }
.form-actions .button { min-height: 44px; padding-inline: 17px; font-size: .7rem; }
.button-back { color: var(--ink-soft); border-color: #d2ded9; background: transparent; }
.button-back:hover, .button-back:focus-visible { background: var(--sage); }
.form-message { min-height: 22px; margin: 15px 0 0; color: var(--muted); font-size: .73rem; }
.form-consent { margin-top: 2px; }
.checkbox-field { display: flex; align-items: flex-start; gap: 9px; color: var(--ink-soft) !important; font-size: .71rem !important; font-weight: 650 !important; line-height: 1.35; }
.checkbox-field input { width: 18px; height: 18px; min-height: 18px; flex: 0 0 auto; margin: 1px 0 0; accent-color: var(--coral-dark); }
.success-message { padding: 17px; border-radius: 12px; color: var(--ink); background: var(--coral-soft); font-size: .85rem; }
.success-message span { color: var(--muted); }
.hero-wave, .section-wave { position: absolute; right: -3%; bottom: -1px; left: -3%; height: 54px; background: var(--paper); clip-path: polygon(0 55%, 5% 67%, 12% 58%, 20% 76%, 31% 61%, 41% 71%, 52% 50%, 63% 73%, 72% 60%, 82% 78%, 91% 55%, 100% 70%, 100% 100%, 0 100%); }

.intro-strip { padding: 52px 0 58px; color: var(--white); background: var(--forest); }
.intro-strip-inner { display: grid; grid-template-columns: .55fr 1.2fr 1fr; align-items: center; gap: 28px; }
.strip-eyebrow { margin: 0; color: var(--coral); font-size: .68rem; }
.intro-strip h2 { margin: 0; font: 950 clamp(1.9rem, 3.1vw, 3.2rem)/.95 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.intro-strip p:last-child { margin: 0; color: rgba(255,255,255,.72); }

section { position: relative; padding: clamp(76px, 9vw, 120px) 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading h2, .approach-copy h2, .simple-path-grid h2, .faq-section h2, .final-cta h2, .legal-page h1 { margin: 0 0 14px; font: 950 clamp(2.25rem, 4.9vw, 5rem)/.9 var(--display); letter-spacing: -.07em; text-transform: uppercase; }
.section-heading p:last-child, .approach-copy > p, .simple-path-grid > div > p:last-child, .faq-grid > div > p { margin: 0; color: rgba(255,255,255,.75); font-size: 1.03rem; }
.section-heading-light h2 { color: var(--white); }
.section-heading-light .section-kicker { color: var(--coral); }

.services-section { color: var(--white); background: var(--coral-dark); padding-bottom: 128px; overflow: hidden; }
.services-section::before { content: ""; position: absolute; inset: 0; opacity: .17; background: repeating-linear-gradient(135deg, transparent 0 70px, rgba(255,255,255,.34) 71px 73px, transparent 74px 150px); pointer-events: none; }
.services-section > .container { position: relative; z-index: 1; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card { min-height: 262px; display: flex; flex-direction: column; padding: 27px; border-radius: 20px; color: var(--ink); background: var(--white); box-shadow: 0 9px 0 rgba(36, 27, 54, .13); }
.service-number { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: var(--white); background: var(--forest); font: 950 .78rem/1 var(--display); }
.service-card h3 { margin: 28px 0 8px; font: 950 1.58rem/.97 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.service-card a { margin-top: auto; padding-top: 20px; color: var(--coral-dark); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.service-card a span { font-size: 1rem; }
.section-link-light { position: relative; z-index: 1; margin: 28px 0 0; text-align: right; }
.section-link-light a { color: var(--forest); font-size: .75rem; font-weight: 950; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.section-link-light a:hover, .section-link-light a:focus-visible { color: var(--white); }
.section-wave { background: var(--forest); }

.starting-points { background: var(--paper); }
.starting-points .section-heading h2 { color: var(--forest); }
.starting-points .section-heading p:last-child { color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.article-card { min-height: 270px; display: flex; flex-direction: column; padding: 25px; border-radius: 19px; color: var(--ink); background: var(--sand); box-shadow: 0 5px 0 rgba(36,27,54,.1); }
.article-card .eyebrow { margin: 0 0 14px; color: var(--coral-dark); font-size: .67rem; font-weight: 950; letter-spacing: .15em; text-transform: uppercase; }
.article-card h2 { margin: 0 0 10px; color: var(--forest); font: 950 1.44rem/.98 var(--display); letter-spacing: -.045em; text-transform: uppercase; }
.article-card p { margin: 0; color: var(--muted); font-size: .89rem; }
.article-card a { margin-top: auto; padding-top: 20px; color: var(--coral-dark); font-size: .72rem; font-weight: 950; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.article-card a::after { content: " ↗"; }

.approach-section { color: var(--white); background: var(--forest); }
.approach-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 8vw, 110px); align-items: start; }
.approach-copy { position: sticky; top: 126px; }
.approach-copy h2 { margin-bottom: 22px; }
.approach-copy > p { max-width: 420px; margin-bottom: 28px; }
.approach-list { display: grid; }
.approach-list article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.22); }
.approach-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.approach-list article > span { color: var(--coral); font: 950 1.25rem/1 var(--display); }
.approach-list h3 { margin: 0 0 6px; font: 950 1.18rem/1.04 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.approach-list p { margin: 0; color: rgba(255,255,255,.67); }
.approach-image-wrap { position: relative; z-index: 1; display: flex; justify-content: flex-end; margin-top: 56px; }
.approach-image { width: min(360px, 46vw); height: 190px; object-fit: cover; object-position: right center; border-radius: 18px; opacity: .72; mix-blend-mode: screen; }

.coverage-section { padding-bottom: 124px; color: var(--ink); background: var(--sage); overflow: hidden; }
.coverage-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(-30deg, transparent 0 90px, rgba(18,51,46,.18) 92px 95px, transparent 96px 185px); pointer-events: none; }
.coverage-section > .container { position: relative; z-index: 1; }
.coverage-heading { max-width: 660px; }
.coverage-heading h2 { color: var(--forest); }
.coverage-heading .section-kicker { color: var(--coral-dark); }
.coverage-heading p:last-child { color: rgba(18,51,46,.72); }
.coverage-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); overflow: hidden; border-radius: 27px; color: var(--ink); background: var(--white); box-shadow: 0 12px 0 rgba(18,51,46,.12); }
.coverage-card { padding: clamp(26px, 4vw, 47px); }
.coverage-card .card-kicker { color: var(--coral-dark); }
.coverage-card h3 { margin: 0 0 25px; color: var(--forest); font: 950 clamp(1.8rem, 3vw, 3rem)/.93 var(--display); letter-spacing: -.06em; text-transform: uppercase; }
.coverage-accordion { margin-bottom: 24px; }
.coverage-accordion details { border-top: 1px solid var(--line); }
.coverage-accordion details:last-child { border-bottom: 1px solid var(--line); }
.coverage-accordion summary { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 14px; cursor: pointer; list-style: none; font-size: .82rem; font-weight: 950; letter-spacing: .035em; text-transform: uppercase; }
.coverage-accordion summary::-webkit-details-marker { display: none; }
.coverage-accordion summary::after { content: "+"; color: var(--coral-dark); font-size: 1.45rem; font-weight: 400; }
.coverage-accordion details[open] summary::after { content: "−"; }
.coverage-accordion p { margin: 0 0 16px; color: var(--muted); font-size: .85rem; }
.coverage-map { position: relative; min-height: 430px; overflow: hidden; background: #d7e4dc; }
.coverage-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 430px; display: block; border: 0; }
.map-overlay { position: absolute; right: 18px; bottom: 18px; z-index: 2; display: grid; gap: 4px; padding: 12px 14px; border-radius: 9px; color: var(--forest); background: rgba(255,255,255,.94); box-shadow: 0 4px 16px rgba(18,51,46,.18); pointer-events: none; }
.map-overlay strong { font: 950 .77rem/1 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.map-overlay a { width: max-content; color: var(--coral-dark); font-size: .67rem; font-weight: 950; letter-spacing: .04em; pointer-events: auto; text-decoration: none; text-transform: uppercase; }
.map-overlay a:hover, .map-overlay a:focus-visible { color: var(--forest); }

.simple-path-section { background: var(--paper); }
.simple-path-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 8vw, 110px); }
.simple-path-grid h2 { color: var(--forest); }
.simple-path-grid > div > p:last-child { max-width: 370px; color: var(--muted); }
.simple-path-list { display: grid; }
.simple-path-list article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.simple-path-list article:last-child { border-bottom: 1px solid var(--line); }
.simple-path-list strong { color: var(--coral-dark); font: 950 1.3rem/1 var(--display); }
.simple-path-list h3 { margin: 0 0 5px; color: var(--forest); font: 950 1.15rem/1.03 var(--display); letter-spacing: -.02em; text-transform: uppercase; }
.simple-path-list p { margin: 0; color: var(--muted); }

.faq-section { color: var(--white); background: var(--forest-deep); }
.faq-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 8vw, 110px); }
.faq-grid h2 { color: var(--white); }
.faq-grid .section-kicker { color: var(--coral); }
.faq-list details { border-top: 1px solid rgba(255,255,255,.22); }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.22); }
.faq-list summary { min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 950 1rem/1.15 var(--display); letter-spacing: -.01em; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font: 400 1.7rem/1 var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 650px; margin: 0 0 18px; color: rgba(255,255,255,.69); }

.final-cta { color: var(--forest); background: var(--coral); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.final-cta .section-kicker { color: var(--forest); }
.final-cta h2 { max-width: 650px; }
.final-cta p:last-child { max-width: 530px; margin: 0; color: rgba(18,51,46,.72); font-size: 1.04rem; }
.final-cta .button-dark { color: var(--white); border-color: var(--forest); background: var(--forest); }
.final-cta .button-dark:hover, .final-cta .button-dark:focus-visible { color: var(--forest); background: var(--white); }

.site-footer { padding: 72px 0 94px; color: var(--white); background: var(--forest); }
.footer-top { display: grid; grid-template-columns: 1.45fr 1fr 1fr; gap: 42px; }
.footer-brand { margin-bottom: 16px; }
.footer-top > div:first-child > p { max-width: 320px; margin: 0; color: rgba(255,255,255,.66); font-size: .89rem; }
.footer-phone { display: inline-block; margin-top: 14px; color: var(--coral); font-size: .82rem; font-weight: 900; letter-spacing: .04em; text-decoration: none; }
.footer-phone:hover, .footer-phone:focus-visible { color: var(--white); }
.footer-top h3 { margin: 0 0 15px; color: var(--coral); font-size: .73rem; letter-spacing: .17em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { color: rgba(255,255,255,.72); font-size: .87rem; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--coral); }
.footer-note { margin: 44px 0 0; padding-top: 19px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.52); font-size: .74rem; }
.mobile-bar { display: none; }

.legal-page { min-height: 65vh; padding: clamp(70px, 10vw, 130px) 0; }
.legal-page .section-kicker { color: var(--coral-dark); }
.legal-page h1, .legal-page h2 { color: var(--forest); }
.legal-page h2 { margin-top: 44px; font: 950 1.9rem/.95 var(--display); letter-spacing: -.05em; text-transform: uppercase; }
.legal-page p { max-width: 720px; color: var(--muted); }

:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
@media (max-width: 980px) {
  .nav-links { display: none; position: absolute; top: 86px; right: 24px; left: 24px; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: var(--forest); box-shadow: var(--shadow); }
  .nav-links[data-open="true"] { display: flex; }
  .nav-links a { padding: 12px; }
  .nav-toggle { display: grid; margin-left: auto; }
  .nav-cta { margin-left: 0; }
  .hero-grid, .coverage-panel, .approach-grid, .simple-path-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 76px 0 120px; }
  .hero-copy h1 { font-size: clamp(3rem, 10vw, 6.5rem); }
  .callback-card { max-width: 620px; width: 100%; }
  .approach-copy { position: static; }
  .coverage-map { min-height: 360px; }
  .coverage-map iframe { min-height: 360px; }
  .intro-strip-inner { grid-template-columns: 1fr 1.4fr; }
  .intro-strip-inner > p:last-child { grid-column: 2; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
}
@media (max-width: 680px) {
  .container { width: min(var(--max), calc(100% - 30px)); }
  .utility-inner { min-height: 37px; flex-wrap: wrap; justify-content: flex-start; gap: 6px 12px; font-size: .66rem; }
  .utility-note { display: none; }
  .nav { min-height: 84px; gap: 12px; }
  .brand-logo { width: 64px; height: 64px; border-radius: 9px; }
  .nav-cta { margin-left: auto; min-height: 42px; padding: 0 13px; font-size: .64rem; }
  .hero { min-height: auto; }
  .hero-grid { padding: 60px 0 96px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 14vw, 5.2rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-proof { font-size: .65rem; gap: 7px; }
  .callback-card { padding: 23px 18px; border-radius: 20px; }
  .callback-heading h2 { font-size: 2.6rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .intro-strip { padding: 40px 0 46px; }
  .intro-strip-inner { display: block; }
  .intro-strip h2 { margin: 12px 0; font-size: 2.1rem; }
  .services-grid, .article-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 220px; }
  .coverage-panel { border-radius: 20px; }
  .coverage-card { padding: 24px 19px 28px; }
  .coverage-map { min-height: 290px; }
  .coverage-map iframe { min-height: 290px; }
  .approach-image { width: min(360px, 82vw); }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .final-cta .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 30px 22px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .site-footer { padding-bottom: 100px; }
  .mobile-bar { position: fixed; z-index: 19; right: 0; bottom: 0; left: 0; display: flex; gap: 9px; padding: 9px 12px; background: rgba(21,16,35,.97); box-shadow: 0 -8px 20px rgba(21,16,35,.16); }
  .mobile-bar a { min-height: 43px; flex: 1; display: grid; place-items: center; border-radius: 999px; color: var(--forest); background: var(--coral); font-size: .67rem; font-weight: 950; letter-spacing: .04em; text-align: center; text-decoration: none; text-transform: uppercase; }
  .mobile-bar a:first-child { color: var(--white); background: var(--coral-dark); }
  .legal-page { padding: 65px 0 90px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
