:root {
  --navy-950: #03111e;
  --navy-900: #061a2b;
  --navy-850: #09233a;
  --navy-800: #0d2d47;
  --gold: #e7b853;
  --gold-light: #f4d181;
  --teal: #4eb5ae;
  --ivory: #f6f3ed;
  --white: #fff;
  --ink: #071a2c;
  --muted: #61707d;
  --line: rgba(7, 26, 44, .14);
  --radius: 8px;
  --shadow: 0 22px 60px rgba(3, 17, 30, .17);
  --container: min(1180px, calc(100% - 48px));
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--body); line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -60px; padding: 12px 18px; color: var(--white); background: var(--navy-950); border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.emergency-bar { position: relative; z-index: 50; color: var(--navy-950); background: linear-gradient(90deg, #d79e32, #f1cc75 50%, #dca43e); font-size: .82rem; letter-spacing: .055em; text-transform: uppercase; }
.emergency-bar__inner { min-height: 38px; display: flex; justify-content: center; align-items: center; gap: clamp(28px, 9vw, 130px); }
.emergency-bar__message { display: inline-flex; align-items: center; gap: 7px; }
.emergency-bar svg { width: 15px; height: 15px; }
.emergency-bar a { font-weight: 800; font-size: .93rem; white-space: nowrap; }

.site-header { position: absolute; z-index: 40; top: 38px; left: 0; right: 0; color: var(--white); background: rgba(3, 17, 30, .92); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--white); flex: 0 0 auto; }
.brand__mark { width: 42px; height: 48px; color: var(--gold); }
.brand__mark text { fill: currentColor; stroke: none; font-family: var(--display); font-weight: 800; font-size: 12px; }
.brand > span { display: flex; flex-wrap: wrap; align-items: baseline; font-family: var(--display); font-size: 1.38rem; font-weight: 600; letter-spacing: .025em; line-height: 1; }
.brand b { color: var(--gold); font-weight: 800; }
.brand small { display: block; flex-basis: 100%; margin-top: 5px; color: rgba(255,255,255,.55); font-family: var(--body); font-size: .55rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 30px); font-size: .86rem; font-weight: 600; }
.main-nav > a:not(.button) { position: relative; padding: 32px 0 29px; color: rgba(255,255,255,.84); }
.main-nav > a:not(.button)::after { position: absolute; content: ""; left: 0; right: 100%; bottom: 21px; height: 2px; background: var(--gold); transition: right .25s; }
.main-nav > a:not(.button):hover, .main-nav > a.is-active { color: var(--white); }
.main-nav > a:not(.button):hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-cta { margin-left: 4px; }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 12px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.28); border-radius: 5px; }
.nav-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; transition: .25s; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 22px; border: 1px solid transparent; border-radius: 4px; font-size: .82rem; font-weight: 800; letter-spacing: .045em; line-height: 1; text-align: center; text-transform: uppercase; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button--large { min-height: 56px; padding-inline: 28px; }
.button--gold { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-light), var(--gold)); border-color: var(--gold); box-shadow: 0 9px 24px rgba(231,184,83,.17); }
.button--gold:hover { background: #f4c96d; box-shadow: 0 13px 30px rgba(231,184,83,.28); }
.button--outline { color: var(--gold); border-color: var(--gold); }
.button--outline:hover { color: var(--navy-950); background: var(--gold); }
.button--ghost { color: var(--white); background: rgba(3,17,30,.2); border-color: rgba(255,255,255,.55); backdrop-filter: blur(7px); }
.button--ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.button--navy { color: var(--white); background: var(--navy-900); }

.hero { min-height: 820px; position: relative; display: flex; align-items: stretch; color: var(--white); background: var(--navy-950); overflow: hidden; }
.hero__image, .hero__shade { position: absolute; inset: 0; }
.hero__image { background: url("assets/images/hero-locksmith.webp") center / cover no-repeat; }
.hero__shade { background: linear-gradient(90deg, rgba(3,17,30,.99) 0%, rgba(3,17,30,.94) 34%, rgba(3,17,30,.6) 53%, rgba(3,17,30,.08) 78%), linear-gradient(0deg, rgba(3,17,30,.5), transparent 35%); }
.hero__grid { position: relative; z-index: 2; min-height: 820px; padding-top: 168px; padding-bottom: 58px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .62fr); align-items: center; gap: clamp(54px, 8vw, 116px); }
.hero__content { max-width: 670px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--gold); font-size: .73rem; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow span { width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.eyebrow--dark { justify-content: inherit; color: #a97724; }
.hero h1 { max-width: 620px; margin: 0; font-family: var(--display); font-size: clamp(4.2rem, 7vw, 6.75rem); font-weight: 800; letter-spacing: -.02em; line-height: .83; text-transform: uppercase; text-wrap: balance; }
.hero__lede { max-width: 560px; margin: 28px 0 30px; color: rgba(255,255,255,.83); font-size: 1.05rem; line-height: 1.6; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }
.trust-list { max-width: 660px; margin: 34px 0 0; padding: 24px 0 0; display: flex; align-items: center; gap: 22px; border-top: 1px solid rgba(255,255,255,.15); list-style: none; color: rgba(255,255,255,.82); font-size: .75rem; font-weight: 600; }
.trust-list li { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.trust-list svg { width: 19px; height: 19px; color: var(--gold); }

.request-card { align-self: end; margin-bottom: 38px; padding: 34px; color: var(--white); background: rgba(5,25,42,.95); border: 1px solid rgba(231,184,83,.65); border-radius: var(--radius); box-shadow: 0 25px 60px rgba(0,0,0,.4); backdrop-filter: blur(15px); }
.request-card__eyebrow { margin: 0 0 5px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.request-card h2 { margin: 0; font-family: var(--display); font-size: 2.1rem; line-height: 1; text-transform: uppercase; }
.request-card > p:not(.request-card__eyebrow) { margin: 10px 0 22px; color: rgba(255,255,255,.68); font-size: .78rem; }
.field { margin-bottom: 12px; }
.field label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.field input, .field select { width: 100%; height: 49px; padding: 0 14px; color: var(--white); background: #0d2940; border: 1px solid rgba(255,255,255,.28); border-radius: 3px; outline: none; transition: border-color .2s, box-shadow .2s; }
.field input::placeholder { color: rgba(255,255,255,.65); }
.field select { color: rgba(255,255,255,.75); }
.field select option { color: var(--ink); background: var(--white); }
.field input:focus, .field select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(231,184,83,.15); }
.field--hidden { position: absolute !important; left: -9999px !important; }
.button--submit { width: 100%; margin-top: 3px; }
.button--submit[disabled] { opacity: .7; cursor: wait; transform: none; }
.form-status { min-height: 0; margin: 0; font-size: .78rem; line-height: 1.4; }
.form-status:not(:empty) { margin-top: 13px; }
.form-status.is-success { color: #9eddd7; }
.form-status.is-error { color: #ffb1a8; }
.webhook-frame { position: absolute; width: 1px; height: 1px; border: 0; opacity: 0; pointer-events: none; }
.scroll-cue { position: absolute; z-index: 3; bottom: 26px; left: 50%; width: 26px; height: 42px; display: grid; place-items: start center; border: 1px solid rgba(255,255,255,.38); border-radius: 20px; transform: translateX(-50%); }
.scroll-cue span { width: 4px; height: 4px; margin-top: 9px; border-radius: 50%; background: var(--gold); animation: scrollDown 1.8s infinite; }
@keyframes scrollDown { 0% { opacity: 0; transform: translateY(0); } 35% { opacity: 1; } 75%,100% { opacity: 0; transform: translateY(17px); } }

.section { padding: clamp(78px, 9vw, 124px) 0; }
.section-heading { max-width: 650px; }
.section-heading--center { margin: 0 auto 48px; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .service-area__content h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6vw, 5.6rem); font-weight: 800; letter-spacing: -.025em; line-height: .9; text-transform: uppercase; }
.section-heading > p:not(.eyebrow), .service-area__content > p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 1.03rem; }

.services { background: var(--ivory); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; color: var(--white); background: var(--navy-900); border-radius: var(--radius); overflow: hidden; box-shadow: 0 18px 40px rgba(3,17,30,.12); transition: transform .3s, box-shadow .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card__image { height: 245px; overflow: hidden; }
.service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.service-card:hover .service-card__image img { transform: scale(1.04); }
.service-card__body { min-height: 268px; position: relative; padding: 34px 32px 28px; }
.service-card__body::before { position: absolute; content: ""; top: 0; left: 32px; right: 32px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.service-card__icon { position: absolute; top: -32px; right: 26px; width: 64px; height: 64px; display: grid; place-items: center; color: var(--gold); background: var(--navy-900); border: 2px solid var(--gold); border-radius: 50%; }
.service-card__icon svg { width: 29px; height: 29px; }
.service-card__number { margin: 0 0 12px; color: var(--teal); font-size: .68rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-family: var(--display); font-size: 2.25rem; line-height: 1; text-transform: uppercase; }
.service-card__body > p:not(.service-card__number) { min-height: 49px; margin: 15px 0 22px; color: rgba(255,255,255,.68); font-size: .87rem; }
.service-card a { color: var(--gold-light); font-size: .8rem; font-weight: 700; }
.service-card a span { margin-left: 8px; color: var(--teal); font-size: 1.1rem; transition: margin .2s; }
.service-card a:hover span { margin-left: 13px; }

.emergency-callout { color: var(--white); background: linear-gradient(105deg, #031522, #0a2b44); border-block: 1px solid rgba(231,184,83,.26); }
.emergency-callout__grid { min-height: 210px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(36px, 6vw, 86px); }
.emergency-callout__247 { padding-right: clamp(36px, 5vw, 72px); color: var(--gold); border-right: 1px solid rgba(255,255,255,.3); font-family: var(--display); font-size: clamp(5.8rem, 10vw, 9.5rem); font-weight: 800; letter-spacing: -.06em; line-height: .8; }
.emergency-callout__copy .eyebrow { margin-bottom: 8px; }
.emergency-callout h2 { margin: 0 0 9px; font-family: var(--display); font-size: clamp(2rem, 3.4vw, 3.3rem); line-height: 1; text-transform: uppercase; }
.emergency-callout__copy > p:last-child { max-width: 560px; margin: 0; color: rgba(255,255,255,.68); }

.process { background: #fbfaf7; }
.process .section-heading { margin-bottom: 52px; }
.process-list { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; counter-reset: process; }
.process-list li { display: grid; grid-template-columns: 68px 1fr; gap: 22px; padding: 0 38px; align-items: start; }
.process-list li + li { border-left: 1px solid var(--line); }
.process-list li:first-child { padding-left: 0; }
.process-list li:last-child { padding-right: 0; }
.process-list span { width: 64px; height: 64px; display: grid; place-items: center; color: white; background: var(--teal); border-radius: 50%; font-family: var(--display); font-size: 1.8rem; font-weight: 800; }
.process-list h3 { margin: 4px 0 7px; font-family: var(--display); font-size: 1.55rem; line-height: 1; text-transform: uppercase; }
.process-list p { margin: 0; color: var(--muted); font-size: .87rem; }

.service-area { min-height: 610px; display: grid; grid-template-columns: 1fr 1fr; background: var(--ivory); }
.service-map { min-height: 610px; position: relative; overflow: hidden; color: var(--white); background: var(--navy-900); background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), radial-gradient(circle at 30% 70%, #123c56, transparent 45%); background-size: 50px 50px, 50px 50px, auto; }
.service-map::after { position: absolute; content: "PALM BEACH COUNTY"; left: 9%; bottom: 6%; color: rgba(255,255,255,.05); font-family: var(--display); font-size: clamp(4rem, 7vw, 7rem); font-weight: 800; line-height: .8; }
.service-map__roads { position: absolute; inset: 0; width: 100%; height: 100%; color: rgba(231,184,83,.28); }
.service-map__roads path { fill: none; stroke-width: 1.2; }
.map-pin { position: absolute; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.82); font-size: .75rem; font-weight: 700; }
.map-pin i { width: 11px; height: 11px; display: block; background: var(--gold); border: 3px solid rgba(3,17,30,.6); border-radius: 50%; box-shadow: 0 0 0 3px rgba(231,184,83,.17); }
.map-pin--large { font-size: 1rem; color: white; }
.map-pin--large i { width: 17px; height: 17px; }
.map-pin--1 { top: 10%; left: 68%; }.map-pin--2 { top: 24%; left: 58%; }.map-pin--3 { top: 38%; left: 62%; }.map-pin--4 { top: 51%; left: 54%; }.map-pin--5 { top: 64%; left: 45%; }.map-pin--6 { top: 79%; left: 36%; }
.service-area__content { padding: clamp(70px, 9vw, 120px) max(24px, calc((100vw - 1180px) / 2)); padding-left: clamp(48px, 8vw, 110px); align-content: center; }
.service-area__content > p:not(.eyebrow) { max-width: 580px; }
.city-chips { max-width: 650px; margin: 28px 0 30px; display: flex; flex-wrap: wrap; gap: 9px; }
.city-chips span { padding: 9px 15px; color: var(--navy-800); background: rgba(255,255,255,.42); border: 1px solid rgba(13,90,100,.35); border-radius: 20px; font-size: .76rem; font-weight: 700; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #8a641e; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.faq { background: #fbfaf7; }
.faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(50px, 9vw, 120px); }
.faq .section-heading a { color: #9a6d1e; font-weight: 700; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 5px; cursor: pointer; font-size: 1.03rem; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 21px; height: 21px; flex: 0 0 auto; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; content: ""; inset: 10px 1px auto; height: 1px; background: var(--ink); transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details > p { max-width: 670px; margin: -5px 0 24px; padding-right: 50px; color: var(--muted); }

.final-cta { padding: 28px 0; color: var(--navy-950); background: linear-gradient(100deg, #dca640, #f0ca72 54%, #d99e33); }
.final-cta__inner { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 28px; }
.final-cta__icon { width: 60px; height: 60px; display: grid; place-items: center; color: var(--gold); background: var(--navy-900); border-radius: 50%; }
.final-cta__icon svg { width: 30px; height: 30px; }
.final-cta h2 { margin: 0; font-family: var(--display); font-size: 2.3rem; line-height: 1; text-transform: uppercase; }
.final-cta p { margin: 5px 0 0; font-size: .82rem; }
.final-cta__phone { font-family: var(--display); font-size: clamp(2.15rem, 4vw, 3.45rem); font-weight: 800; white-space: nowrap; }

.site-footer { padding: 72px 0 18px; color: rgba(255,255,255,.73); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1.2fr .7fr .85fr; gap: 52px; padding-bottom: 60px; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-family: var(--display); font-size: 1.4rem; text-transform: uppercase; }
.brand--footer { margin-bottom: 20px; }
.footer-brand > p { max-width: 310px; margin: 0; font-size: .82rem; }
.footer-contact address { display: flex; flex-direction: column; gap: 12px; font-style: normal; font-size: .8rem; }
.footer-contact a:hover, .footer-links a:hover { color: var(--gold-light); }
.footer-links nav { display: flex; flex-direction: column; gap: 10px; font-size: .82rem; }
.footer-call > p { margin: 0 0 4px; color: var(--gold); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-call h2 { font-size: 2rem; }
.footer-bottom { min-height: 62px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }
.site-credit a { color: var(--gold-light); font-weight: 700; transition: color .2s; }
.site-credit a:hover, .site-credit a:focus-visible { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .main-nav { gap: 16px; }
  .main-nav > a:nth-child(3), .main-nav > a:nth-child(4), .main-nav > a:nth-child(5) { display: none; }
  .hero__grid { grid-template-columns: 1.1fr .7fr; gap: 38px; }
  .request-card { padding: 26px; }
  .trust-list { gap: 13px; }
  .service-card__body { padding-inline: 24px; }
  .process-list li { padding-inline: 22px; grid-template-columns: 56px 1fr; gap: 16px; }
  .process-list span { width: 54px; height: 54px; }
  .final-cta__inner { grid-template-columns: auto 1fr auto; }
  .final-cta__phone { grid-column: 2; }
  .final-cta .button { grid-column: 3; grid-row: 1 / span 2; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-call { display: none; }
}

@media (max-width: 800px) {
  :root { --container: min(100% - 36px, 680px); }
  html { scroll-padding-top: 80px; }
  .emergency-bar__inner { justify-content: space-between; gap: 14px; }
  .emergency-bar__message { font-size: .68rem; }
  .emergency-bar__dash, .emergency-bar__message:not(strong) { letter-spacing: .02em; }
  .site-header { top: 38px; position: absolute; }
  .nav-wrap { min-height: 72px; }
  .brand__mark { width: 35px; height: 41px; }
  .brand > span { font-size: 1.15rem; }
  .nav-toggle { display: block; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 110px 0 auto; height: calc(100vh - 110px); padding: 38px 24px; display: flex; flex-direction: column; align-items: stretch; gap: 0; visibility: hidden; opacity: 0; transform: translateY(-12px); background: rgba(3,17,30,.99); transition: .25s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav > a:nth-child(n) { display: block; }
  .main-nav > a:not(.button) { padding: 15px 0; font-family: var(--display); font-size: 1.55rem; text-transform: uppercase; border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav > a:not(.button)::after { display: none; }
  .main-nav .button { margin-top: 24px; }
  .hero { min-height: auto; }
  .hero__image { background-position: 62% top; }
  .hero__shade { background: linear-gradient(0deg, var(--navy-950) 0%, rgba(3,17,30,.97) 47%, rgba(3,17,30,.32) 83%), linear-gradient(90deg, rgba(3,17,30,.7), transparent); }
  .hero__grid { min-height: 0; padding-top: 390px; padding-bottom: 72px; display: block; }
  .hero__content { max-width: none; }
  .hero h1 { font-size: clamp(3.8rem, 16vw, 5.5rem); }
  .hero__lede { max-width: 600px; }
  .trust-list { flex-wrap: wrap; }
  .request-card { margin: 48px 0 0; }
  .scroll-cue { display: none; }
  .service-grid { grid-template-columns: 1fr; gap: 24px; }
  .service-card { display: grid; grid-template-columns: .8fr 1fr; }
  .service-card__image { height: 100%; min-height: 310px; }
  .service-card__body { min-height: 310px; }
  .emergency-callout__grid { padding-block: 54px; grid-template-columns: auto 1fr; gap: 34px; }
  .emergency-callout__247 { grid-row: 1 / span 2; }
  .emergency-callout .button { justify-self: start; }
  .process-list { grid-template-columns: 1fr; gap: 30px; }
  .process-list li { padding: 0 0 30px; border-bottom: 1px solid var(--line); }
  .process-list li + li { padding-left: 0; border-left: 0; }
  .service-area { grid-template-columns: 1fr; }
  .service-map { min-height: 460px; }
  .service-area__content { padding: 78px var(--container); }
  .faq__grid { grid-template-columns: 1fr; gap: 40px; }
  .final-cta__inner { grid-template-columns: auto 1fr; }
  .final-cta__phone { grid-column: 2; }
  .final-cta .button { grid-column: 1 / -1; grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  :root { --container: calc(100% - 32px); }
  body { padding-bottom: 67px; }
  .emergency-bar { font-size: .65rem; }
  .emergency-bar__message svg, .emergency-bar__dash, .emergency-bar__message strong + span { display: none; }
  .emergency-bar__inner { min-height: 34px; }
  .site-header { top: 34px; }
  .main-nav { top: 106px; }
  .brand small { display: none; }
  .hero__grid { padding-top: 345px; }
  .hero h1 { font-size: clamp(3.25rem, 16.7vw, 4.8rem); }
  .hero__lede { font-size: .94rem; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .trust-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; font-size: .68rem; }
  .trust-list li:last-child { grid-column: 1 / -1; }
  .request-card { padding: 26px 20px; }
  .section { padding-block: 76px; }
  .section-heading h2, .service-area__content h2 { font-size: clamp(3.2rem, 15vw, 4.5rem); }
  .service-card { display: block; }
  .service-card__image { min-height: 0; height: 220px; }
  .service-card__body { min-height: 270px; }
  .emergency-callout__grid { display: block; }
  .emergency-callout__247 { display: block; width: max-content; margin-bottom: 30px; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.25); }
  .emergency-callout .button { margin-top: 24px; width: 100%; }
  .process-list li { grid-template-columns: 52px 1fr; }
  .service-map { min-height: 400px; }
  .map-pin--1 { left: 62%; }.map-pin--2 { left: 47%; }.map-pin--3 { left: 52%; }.map-pin--4 { left: 44%; }.map-pin--5 { left: 30%; }.map-pin--6 { left: 20%; }
  .service-area__content { padding: 72px 16px; }
  .faq-list summary { min-height: 74px; font-size: .9rem; }
  .final-cta { padding: 35px 0; }
  .final-cta__inner { display: grid; grid-template-columns: 52px 1fr; gap: 15px; }
  .final-cta__icon { width: 50px; height: 50px; }
  .final-cta h2 { font-size: 1.8rem; }
  .final-cta__phone { grid-column: 1 / -1; font-size: 2.8rem; }
  .final-cta .button { grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: 1fr; gap: 40px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
  .mobile-call { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; height: 67px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--navy-950); background: linear-gradient(100deg, #ecc467, var(--gold)); box-shadow: 0 -8px 24px rgba(3,17,30,.2); }
  .mobile-call svg { width: 24px; height: 24px; }
  .mobile-call span { display: flex; flex-direction: column; font-family: var(--display); font-size: 1.4rem; font-weight: 800; line-height: .9; text-transform: uppercase; }
  .mobile-call small { margin-bottom: 5px; font-family: var(--body); font-size: .55rem; letter-spacing: .14em; }
}

@media (max-width: 380px) {
  .hero__grid { padding-top: 310px; }
  .hero h1 { font-size: 3.2rem; }
  .emergency-bar__message { display: none; }
  .emergency-bar__inner { justify-content: center; }
}
