:root {
  --ink: #071c3b;
  --ink-2: #0d2a55;
  --orange: #ff6417;
  --orange-dark: #d9460b;
  --paper: #ffffff;
  --mist: #f2f6fa;
  --line: #d8e1ea;
  --muted: #536476;
  --sky: #dbeaff;
  --shadow: 0 18px 55px rgba(7, 28, 59, 0.12);
  --radius: 10px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif; line-height: .98; letter-spacing: -.02em; }
h1 { font-size: clamp(3.5rem, 7vw, 6.8rem); text-transform: uppercase; }
h2 { font-size: clamp(2.5rem, 5vw, 4.25rem); text-transform: uppercase; }
h3 { font-size: 1.65rem; }
em { color: var(--orange); font-style: normal; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 880px; margin-inline: auto; }
.sr-only { position: absolute; 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; left: 1rem; top: -4rem; background: var(--orange); color: white; padding: .75rem 1rem; z-index: 1000; }
.skip-link:focus { top: 1rem; }

.topbar { background: var(--orange); color: white; font-size: .85rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; }
.topbar a { text-decoration: none; }
.site-header { background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(7, 28, 59, .1); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; text-transform: uppercase; }
.brand img { width: 54px; height: 54px; border-radius: 8px; box-shadow: 0 8px 20px rgba(7, 28, 59, .16); }
.brand span { display: grid; line-height: .9; }
.brand strong { font-family: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif; font-size: 1rem; letter-spacing: .11em; }
.brand b { font-family: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif; font-size: 1.55rem; letter-spacing: .015em; }
.nav { display: flex; align-items: center; gap: 1.35rem; font-weight: 650; font-size: .93rem; }
.nav > a { text-decoration: none; }
.nav > a:not(.button):hover, .nav > a:not(.button):focus-visible { color: var(--orange-dark); }
.nav .lang-switch { padding: .28rem .55rem; border: 1px solid var(--line); border-radius: 999px; font-weight: 800; }
.nav-toggle { display: none; border: 0; background: transparent; padding: .65rem; }
.nav-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; background: var(--ink); margin: 5px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 52px; padding: .8rem 1.25rem; border-radius: 6px; background: var(--orange); color: white; border: 2px solid var(--orange); font-weight: 800; text-decoration: none; line-height: 1.1; cursor: pointer; box-shadow: 0 9px 20px rgba(217, 70, 11, .2); transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--orange-dark); border-color: var(--orange-dark); box-shadow: 0 13px 24px rgba(217, 70, 11, .26); }
.button--small { min-height: 42px; padding: .55rem .85rem; }
.button--ghost { color: var(--ink); background: transparent; border-color: var(--ink); box-shadow: none; }
.button--ghost:hover, .button--ghost:focus-visible { background: var(--ink); color: white; border-color: var(--ink); }
.button--light { background: white; color: var(--ink); border-color: white; box-shadow: none; }
.button--light:hover, .button--light:focus-visible { background: var(--sky); border-color: var(--sky); color: var(--ink); }
.button--outline-light { background: transparent; color: white; border-color: rgba(255,255,255,.7); box-shadow: none; }
.button--outline-light:hover, .button--outline-light:focus-visible { background: white; color: var(--ink); border-color: white; }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; }

.eyebrow { display: flex; align-items: center; gap: .65rem; margin-bottom: 1.1rem; color: var(--orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 36px; height: 3px; background: currentColor; transform: skewX(-22deg); }
.eyebrow--light { color: #ff8b4e; }

.hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #edf5ff 0%, #fff 48%, #f2f6fa 100%); }
.hero::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 12px; background: var(--orange); }
.hero__grid { min-height: 670px; display: grid; grid-template-columns: 1.07fr .93fr; align-items: stretch; }
.hero__copy { padding: clamp(4.5rem, 8vw, 7rem) 3.5rem 4.5rem 0; align-self: center; }
.hero h1 { max-width: 790px; margin-bottom: 1.35rem; }
.hero__lede { max-width: 650px; color: var(--muted); font-size: 1.16rem; }
.hero .actions { margin-top: 2rem; }
.proof-list { list-style: none; display: flex; flex-wrap: wrap; gap: .85rem 1.2rem; margin: 2rem 0 0; padding: 0; color: var(--muted); font-size: .88rem; }
.proof-list li { display: inline-flex; align-items: center; gap: .5rem; }
.proof-list li::before { content: ""; width: 8px; height: 8px; background: var(--orange); border-radius: 50%; }
.hero__media { position: relative; min-height: 100%; margin: 0; background: var(--ink); overflow: hidden; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,28,59,.22), transparent 30%); pointer-events: none; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media figcaption { position: absolute; z-index: 2; right: .75rem; bottom: .65rem; padding: .25rem .45rem; color: rgba(255,255,255,.78); background: rgba(7,28,59,.55); font-size: .66rem; border-radius: 3px; }

.trust-strip { background: var(--ink); color: white; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { min-height: 98px; display: flex; flex-direction: column; justify-content: center; padding: 1.1rem 1.8rem; border-right: 1px solid rgba(255,255,255,.15); }
.trust-grid div:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.trust-grid strong { color: #ff8b4e; font-family: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif; font-size: 1.45rem; text-transform: uppercase; }
.trust-grid span { color: rgba(255,255,255,.75); font-size: .83rem; }

.section { padding: clamp(4.75rem, 8vw, 7.5rem) 0; }
.section--mist { background: var(--mist); }
.section--ink { background: var(--ink); color: white; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: end; margin-bottom: 2.2rem; }
.section-heading h2 { margin: 0; }
.section-heading p { color: var(--muted); margin: 0; }
.section--ink p { color: rgba(255,255,255,.72); }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.1rem; }
.service-card { position: relative; min-height: 300px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card::after { content: ""; position: absolute; right: 0; bottom: 0; width: 46px; height: 7px; background: var(--orange); }
.service-card:hover { transform: translateY(-4px); border-color: rgba(255,100,23,.5); box-shadow: var(--shadow); }
.service-card__icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 2.2rem; color: var(--orange); background: #fff0e8; border-radius: 7px; }
.service-card__icon svg, .service-hero__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: .75rem; text-transform: uppercase; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-card a { display: inline-block; margin-top: .5rem; color: var(--orange-dark); font-weight: 750; text-decoration: none; }

.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.pricing-grid h2 { margin-bottom: 1.25rem; }
.pricing-grid .button { margin-top: 1rem; }
.price-factors { border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); padding: 2rem; }
.price-factors h3 { color: #ff8b4e; text-transform: uppercase; }
.price-factors ul { list-style: none; padding: 0; margin: 1.2rem 0; }
.price-factors li { display: flex; gap: 1rem; align-items: center; padding: .85rem 0; border-top: 1px solid rgba(255,255,255,.12); }
.price-factors li span { color: #ff8b4e; font: 700 .8rem Inter, ui-sans-serif, system-ui, sans-serif; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.2rem; counter-reset: step; }
.steps article { position: relative; min-height: 245px; padding: 2rem; background: var(--mist); border-top: 5px solid var(--ink); }
.steps article > span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 3rem; background: var(--orange); color: white; border-radius: 50%; font-weight: 800; }
.steps h3 { text-transform: uppercase; }
.steps p { color: var(--muted); }

.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem 1.5rem; list-style: none; padding: 0; margin-top: 2rem; }
.check-list li { position: relative; padding-left: 1.8rem; font-weight: 650; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-dark); font-weight: 900; }
.notice { padding: 2rem; background: white; border-left: 7px solid var(--orange); box-shadow: var(--shadow); }
.notice h3 { margin-bottom: .5rem; text-transform: uppercase; }
.notice p { color: var(--muted); }

.area-chips { display: flex; flex-wrap: wrap; gap: .75rem; margin: 2rem 0; }
.area-chips span { padding: .8rem 1rem; border: 1px solid var(--line); border-radius: 999px; background: var(--mist); font-weight: 700; }
.text-link { color: var(--orange-dark); font-weight: 800; text-decoration: none; }

.quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.quote-layout--light { color: var(--ink); }
.quote-layout--light .quote-form { color: var(--ink); background: var(--mist); }
.direct-contact { display: grid; gap: .75rem; margin-top: 2rem; }
.direct-contact a { color: white; text-decoration: none; font-weight: 700; overflow-wrap: anywhere; }
.direct-contact small { display: block; color: #ff8b4e; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.quote-form { display: grid; gap: 1rem; padding: clamp(1.5rem, 4vw, 2.5rem); background: white; color: var(--ink); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.quote-form label { display: grid; gap: .35rem; font-size: .85rem; font-weight: 750; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; padding: .8rem .85rem; border: 1px solid #b8c5d1; border-radius: 5px; background: white; color: var(--ink); font: inherit; font-size: 1rem; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { outline: 3px solid rgba(255,100,23,.24); border-color: var(--orange); }
.quote-form textarea { resize: vertical; }
.form-note { margin: 0; color: var(--muted) !important; font-size: .78rem; }
.form-status { min-height: 1.5rem; margin: 0; color: var(--orange-dark) !important; font-size: .85rem; font-weight: 700; }

.faq-shell { max-width: 850px; }
.faq { margin-top: 2rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { position: relative; padding: 1.25rem 3rem 1.25rem 0; cursor: pointer; list-style: none; font-family: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif; font-size: 1.45rem; font-weight: 700; text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .4rem; color: var(--orange); font-size: 1.8rem; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--muted); padding-right: 3rem; }

.final-cta { padding: 3rem 0; background: var(--orange); color: white; }
.final-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.final-cta h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4rem); }
.final-cta p { margin: .5rem 0 0; }

.page-hero { padding: clamp(5rem, 10vw, 8rem) 0; color: white; background: radial-gradient(circle at 83% 20%, #173f76 0, transparent 29%), var(--ink); }
.page-hero--compact { padding-block: 4.5rem; }
.page-hero h1 { margin-bottom: 1.2rem; }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.74); font-size: 1.12rem; }
.page-hero .actions, .page-hero > .shell > .button { margin-top: 1.6rem; }
.service-hero { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; }
.service-hero__icon { display: grid; place-items: center; width: 190px; height: 190px; color: #ff8b4e; border: 2px solid rgba(255,255,255,.2); transform: rotate(-4deg); }
.service-hero__icon svg { width: 90px; height: 90px; stroke-width: 1.2; transform: rotate(4deg); }

.content-panel { margin-top: 3rem; padding: 2rem; background: var(--mist); border-left: 7px solid var(--orange); }
.content-panel h2 { margin-bottom: .75rem; font-size: 2.4rem; }
.content-panel p { max-width: 780px; color: var(--muted); }
.service-map { margin: 0 0 2.5rem; padding: clamp(1rem, 3vw, 1.8rem); background: var(--mist); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(7, 28, 59, .08); }
.service-map__heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 1.2rem; }
.service-map__heading .eyebrow { margin-bottom: .7rem; }
.service-map__heading h2 { max-width: 720px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.3rem); }
.service-map__key { display: flex; align-items: center; flex: 0 0 auto; gap: .6rem; padding: .65rem .8rem; background: white; border: 1px solid var(--line); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.service-map__key i { width: 21px; height: 15px; background: rgba(255, 100, 23, .28); border: 2px solid var(--orange); }
.service-map__viewport { overflow-x: auto; overscroll-behavior-inline: contain; }
.service-map__graphic { display: block; width: 100%; height: auto; overflow: hidden; background: #cde9f6; border: 1px solid #b9d9e7; border-radius: 7px; }
.service-map__graphic text { font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.map-ocean { fill: #cde9f6; }
.map-land { fill: #f8faf5; stroke: #8ea18f; stroke-width: 2; }
.map-service { fill: rgba(255, 100, 23, .2); stroke: var(--orange); stroke-width: 3; stroke-linejoin: round; }
.map-coronado-land { fill: rgba(255, 100, 23, .2); stroke: var(--orange); stroke-width: 2; }
.map-bay, .map-lake { fill: #9ed7eb; stroke: #5da9c6; stroke-width: 2; }
.map-road path { fill: none; stroke: #fff; stroke-width: 8; stroke-linecap: round; filter: drop-shadow(0 1px 1px rgba(7, 28, 59, .22)); }
.map-road path + text, .map-road text { fill: var(--ink); font-size: 18px; font-weight: 900; paint-order: stroke; stroke: white; stroke-width: 5px; stroke-linejoin: round; }
.map-road--boundary path { stroke: var(--orange); stroke-width: 10; }
.map-road--boundary text { fill: white; stroke: var(--orange-dark); stroke-width: 7px; font-size: 22px; }
.map-cities circle { fill: var(--ink); stroke: white; stroke-width: 3; }
.map-cities text { fill: var(--ink); font-size: 19px; font-weight: 800; paint-order: stroke; stroke: rgba(255,255,255,.96); stroke-width: 5px; stroke-linejoin: round; }
.map-city--featured circle { fill: #317b99; stroke-width: 4; }
.map-city--featured text { fill: #145b77; font-size: 22px; font-weight: 900; }
.map-city--home circle { fill: var(--orange); stroke-width: 4; }
.map-city--home text { fill: var(--orange-dark); font-size: 22px; font-weight: 900; }
.map-water-label { fill: #317b99; font-size: 16px; font-style: italic; font-weight: 700; letter-spacing: .04em; }
.map-water-label--ocean { font-size: 23px; letter-spacing: .12em; text-transform: uppercase; }
.map-border path { stroke: #a72e1f; stroke-width: 5; stroke-dasharray: 13 8; }
.map-border text { fill: #8a2418; font-size: 17px; font-weight: 900; paint-order: stroke; stroke: #f8faf5; stroke-width: 5px; }
.map-mexico { fill: #596456; font-size: 24px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.map-service-label rect { fill: var(--ink); opacity: .92; }
.map-service-label text { fill: white; font-size: 18px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.map-service-label .map-service-label__small { fill: #ffae82; font-size: 15px; letter-spacing: .02em; text-transform: none; }
.service-map figcaption { margin-top: .65rem; color: var(--muted); font-size: .78rem; }
.area-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.area-detail-grid article { min-height: 225px; padding: 1.7rem; border: 1px solid var(--line); }
.area-detail-grid article > span { color: var(--orange-dark); font-weight: 900; font-size: .72rem; letter-spacing: .18em; }
.area-detail-grid h2 { margin: 2.7rem 0 .6rem; font-size: 2.2rem; }
.area-detail-grid p { color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: start; }
.about-grid figure { margin: 0; transform: rotate(-1.3deg); box-shadow: var(--shadow); background: var(--ink); }
.about-grid figure img { aspect-ratio: 4/5; object-fit: cover; }
.about-grid figcaption { padding: .65rem .8rem; color: rgba(255,255,255,.7); font-size: .72rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; margin-top: 2rem; }
.values article { padding: 1.2rem; background: var(--mist); border-top: 4px solid var(--orange); }
.values h3 { margin-bottom: .5rem; font-size: 1.3rem; text-transform: uppercase; }
.values p { color: var(--muted); font-size: .85rem; }
.contact-cards { display: grid; gap: .8rem; }
.contact-cards a { display: grid; padding: 1.2rem; border: 1px solid var(--line); text-decoration: none; transition: border .18s ease, transform .18s ease; }
.contact-cards a:hover { border-color: var(--orange); transform: translateX(4px); }
.contact-cards small { color: var(--orange-dark); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-cards strong { font-family: "Arial Narrow", "Avenir Next Condensed", Impact, sans-serif; font-size: 1.55rem; overflow-wrap: anywhere; }
.contact-cards span { color: var(--muted); font-size: .82rem; }
.prose { max-width: 780px; }
.prose h2 { margin: 2.4rem 0 .75rem; font-size: 2rem; }
.prose p { color: var(--muted); }
.prose a { color: var(--orange-dark); }

.site-footer { padding: 4.5rem 0 1.5rem; background: #04142c; color: white; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; }
.brand--footer { color: white; }
.footer__grid > div:first-child p { max-width: 400px; color: rgba(255,255,255,.62); }
.footer__grid h2 { margin-bottom: 1rem; color: #ff8b4e; font-size: 1.3rem; letter-spacing: .04em; }
.footer__grid ul { list-style: none; padding: 0; margin: 0; }
.footer__grid li { margin: .35rem 0; }
.footer__grid a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .9rem; }
.footer__grid a:hover { color: white; }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.48); font-size: .75rem; }
.mobile-cta { display: none; }
.not-found { width: min(680px, calc(100% - 40px)); min-height: 100vh; margin: auto; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.not-found img { border-radius: 12px; margin-bottom: 2rem; }

@media (max-width: 920px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 82px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 1rem 20px 1.4rem; background: white; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav > a:not(.button) { padding: .8rem 0; border-bottom: 1px solid var(--line); }
  .nav .button { margin-top: 1rem; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding: 5rem 0 3.5rem; }
  .hero__media { max-height: 520px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:nth-child(3) { border-left: 1px solid rgba(255,255,255,.15); }
  .trust-grid div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .card-grid, .area-detail-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid, .split, .quote-layout, .about-grid { grid-template-columns: 1fr; }
  .values { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { padding-bottom: 64px; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .topbar__inner span { font-size: .7rem; }
  .topbar__inner a { font-size: .74rem; }
  .header__inner { min-height: 72px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: .85rem; }
  .brand b { font-size: 1.35rem; }
  .nav { top: 72px; }
  .hero__copy { padding-top: 4rem; }
  .hero__media { max-height: 440px; }
  .proof-list { display: grid; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid div { padding: 1rem; }
  .section-heading { grid-template-columns: 1fr; gap: .5rem; }
  .service-map { padding: .75rem; }
  .service-map__heading { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .service-map__key { font-size: .7rem; }
  .service-map__graphic { width: 720px; max-width: none; }
  .map-cities text { font-size: 23px; }
  .map-city--home text { font-size: 25px; }
  .map-road text, .map-water-label { font-size: 20px; }
  .card-grid, .steps, .area-detail-grid, .values, .footer__grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .check-list { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .service-hero { grid-template-columns: 1fr; }
  .service-hero__icon { display: none; }
  .final-cta .shell, .footer__bottom { align-items: flex-start; flex-direction: column; }
  .actions .button { width: 100%; }
  .mobile-cta { position: fixed; display: grid; grid-template-columns: 1fr 1.35fr; left: 0; right: 0; bottom: 0; z-index: 100; min-height: 64px; box-shadow: 0 -8px 25px rgba(7,28,59,.16); }
  .mobile-cta a { display: grid; place-items: center; color: white; background: var(--ink); font-weight: 800; text-decoration: none; }
  .mobile-cta a:last-child { background: var(--orange); }
}

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