:root {
  --ink: #071016;
  --ink-2: #0b1820;
  --slate: #46545d;
  --muted: #75818a;
  --line: rgba(7, 16, 22, .13);
  --paper: #f3f3ef;
  --white: #fff;
  --heat: #ff4d1f;
  --heat-bright: #ff6a2a;
  --heat-soft: #ffddd2;
  --font: "Aptos", "Segoe UI", Helvetica, Arial, sans-serif;
  --display: "Arial Narrow", "Aptos Display", "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100vw - 48px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body.nav-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; left: 12px; top: 12px; padding: 10px 14px; background: var(--white); transform: translateY(-180%); transition: transform .2s; }
.skip-link:focus { transform: none; }

.status-bar { position: relative; z-index: 30; color: #c7d0d5; background: #020609; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.status-bar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; }
.status-bar p { display: flex; gap: 9px; align-items: center; margin: 0; }
.status-bar a { color: var(--white); }
.pulse-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--heat); box-shadow: 0 0 0 0 rgba(255,77,31,.6); animation: pulse 2s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(255,77,31,0); } 100% { box-shadow: 0 0 0 0 rgba(255,77,31,0); } }

.site-header { position: absolute; z-index: 20; top: 35px; left: 0; right: 0; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.13); transition: background .3s, transform .3s; }
.site-header.is-fixed { position: fixed; top: 0; color: var(--ink); background: rgba(243,243,239,.94); border-bottom-color: var(--line); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand__logo { width: 205px; height: auto; }
.brand__logo--on-light { display: none; }
.site-header.is-fixed .brand__logo--on-dark { display: none; }
.site-header.is-fixed .brand__logo--on-light { display: block; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 650; letter-spacing: .045em; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--heat); transition: right .25s; }
.site-nav > a:hover::after { right: 0; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.button { display: inline-flex; min-height: 54px; padding: 0 22px; align-items: center; justify-content: center; gap: 20px; border: 1px solid transparent; border-radius: 2px; background: var(--ink); color: var(--white); font-size: 12px; font-weight: 750; letter-spacing: .035em; cursor: pointer; transition: transform .25s var(--ease), background .25s, border-color .25s; }
.button:hover { transform: translateY(-2px); }
.button--compact { min-height: 42px; padding: 0 17px; background: var(--heat); }
.button--hot { background: var(--heat); }
.button--hot:hover { background: var(--heat-bright); }
.button--outline { color: var(--ink); background: transparent; border-color: var(--line); }
.button--full { width: 100%; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 980px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero__media, .hero__veil { position: absolute; inset: 0; }
.hero__media { background: url("assets/thermal-track-hero-v2.jpg") center center / cover no-repeat; animation: hero-in 1.6s var(--ease) both; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.03); } }
.hero__veil { background: linear-gradient(90deg, rgba(2,7,11,.92) 0%, rgba(2,7,11,.67) 40%, rgba(2,7,11,.08) 74%), linear-gradient(0deg, rgba(2,7,11,.44), transparent 55%); }
.hero__content { position: relative; z-index: 2; padding-top: 105px; }
.eyebrow, .kicker { margin: 0 0 24px; color: var(--heat); font-size: 10px; font-weight: 800; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #f0a48d; }
.eyebrow span { width: 28px; height: 1px; background: var(--heat); }
.hero h1, .section-heading h2, .truth h2, .contact h2, .request-modal h2 { margin: 0; font-family: var(--display); font-size: clamp(54px, 6.3vw, 91px); font-weight: 780; line-height: .91; letter-spacing: -.066em; text-transform: uppercase; }
.hero h1 { max-width: 810px; animation: rise .9s .15s var(--ease) both; }
.hero h1 em { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.57); font-style: normal; }
@keyframes rise { from { opacity: 0; transform: translateY(30px); } }
.hero__lead { max-width: 560px; margin: 27px 0 0; color: #c6d0d5; font-size: clamp(17px, 1.6vw, 22px); line-height: 1.45; animation: rise .9s .3s var(--ease) both; }
.hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 35px; animation: rise .9s .45s var(--ease) both; }
.text-link { font-size: 12px; font-weight: 700; letter-spacing: .035em; }
.text-link span { display: inline-block; margin-left: 12px; color: var(--heat); transition: transform .2s; }
.text-link:hover span { transform: translateY(4px); }
.hero__facts { display: flex; gap: 0; margin: 66px 0 0; padding: 0; list-style: none; animation: rise .9s .6s var(--ease) both; }
.hero__facts li { min-width: 145px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.19); }
.hero__facts li:first-child { padding-left: 0; border-left: 0; }
.hero__facts strong, .hero__facts span { display: block; }
.hero__facts strong { font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.hero__facts span { margin-top: 5px; color: #8e9aa1; font-size: 11px; }
.hero__scroll { position: absolute; z-index: 2; right: 35px; bottom: 35px; width: 35px; height: 60px; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; }
.hero__scroll span { position: absolute; top: 10px; left: 50%; width: 3px; height: 8px; border-radius: 2px; background: var(--heat); animation: scroll-dot 1.7s infinite; }
@keyframes scroll-dot { 70% { opacity: 0; transform: translate(-50%, 27px); } 100% { opacity: 0; transform: translate(-50%, 27px); } }

.section { padding: 125px 0; }
.section-heading h2, .truth h2, .contact h2 { font-size: clamp(44px, 5vw, 69px); line-height: .95; }
.section-heading--row { display: flex; align-items: end; justify-content: space-between; margin-bottom: 60px; }
.section-heading--row > p { max-width: 370px; margin: 0 0 3px; color: var(--slate); line-height: 1.65; }
.kicker { margin-bottom: 18px; }
.kicker--light { color: #ff8c68; }
.lead { font-size: clamp(20px, 2vw, 26px); line-height: 1.45; letter-spacing: -.025em; }
.intro { background: var(--paper); }
.intro__grid { display: grid; grid-template-columns: .88fr 1fr; gap: 9vw; }
.intro__copy { max-width: 570px; padding-top: 39px; }
.intro__copy .lead { margin: 0 0 25px; }
.intro__copy > p:not(.lead) { color: var(--slate); line-height: 1.75; }
.arrow-link { display: inline-flex; gap: 32px; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 750; }
.arrow-link span { color: var(--heat); transition: transform .2s; }
.arrow-link:hover span { transform: translateX(5px); }

.services { background: #e9eae5; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 520px; padding: 34px 29px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: color .35s, background .35s, transform .35s var(--ease); }
.service-card:hover { z-index: 2; color: var(--white); background: var(--ink-2); transform: translateY(-8px); }
.service-card--featured { color: var(--white); background: var(--ink); }
.service-card__number { color: var(--muted); font-size: 10px; letter-spacing: .16em; }
.service-card__media { aspect-ratio: 16 / 10; margin: 30px -29px 27px; overflow: hidden; background: #131c21; }
.service-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.82) contrast(1.05); transition: transform .55s var(--ease), filter .35s; }
.service-card:hover .service-card__media img { transform: scale(1.04); filter: saturate(1) contrast(1.07); }
.service-card__tag { margin: 0 0 9px; color: var(--heat); font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.service-card h3 { margin: 0; font-size: 23px; letter-spacing: -.035em; }
.service-card > p:not(.service-card__tag) { margin: 15px 0 0; color: var(--slate); font-size: 13px; line-height: 1.65; transition: color .35s; }
.service-card:hover > p:not(.service-card__tag), .service-card--featured > p:not(.service-card__tag) { color: #aeb9bf; }
.service-card a { margin-top: auto; padding-top: 28px; font-size: 11px; font-weight: 750; }
.service-card a span { color: var(--heat); margin-left: 10px; }

.process { overflow: hidden; background: var(--white); }
.process__grid { display: grid; grid-template-columns: 1fr .84fr; align-items: center; gap: 8vw; }
.thermal-panel { border: 9px solid #18242a; border-radius: 12px; box-shadow: 0 32px 70px rgba(7,16,22,.2); background: #0d171a; transform: perspective(1200px) rotateY(4deg) rotateX(2deg); }
.thermal-panel__top { height: 35px; display: flex; align-items: center; justify-content: space-between; padding: 0 13px; color: #9da7a9; background: #10191c; font: 7px monospace; letter-spacing: .1em; }
.thermal-panel__top span:last-child { color: #ff8163; }
.thermal-panel__field { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #111; }
.thermal-panel__field::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(0,0,0,.16), transparent 20%, transparent 80%, rgba(0,0,0,.16)), repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.025) 3px 4px); }
.thermal-panel__image { width: 100%; height: 100%; object-fit: cover; filter: contrast(1.06); }
.thermal-panel__crosshair { position: absolute; z-index: 3; left: 64%; top: 49%; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 0 5px rgba(0,0,0,.08); }
.thermal-panel__crosshair::before, .thermal-panel__crosshair::after { content: ""; position: absolute; left: 50%; top: 50%; background: rgba(255,255,255,.82); transform: translate(-50%, -50%); }
.thermal-panel__crosshair::before { width: 54px; height: 1px; }
.thermal-panel__crosshair::after { width: 1px; height: 54px; }
.thermal-panel__readout { position: absolute; z-index: 3; left: 12px; right: 12px; bottom: 10px; display: flex; justify-content: space-between; padding: 5px 7px; color: rgba(255,255,255,.86); background: rgba(0,0,0,.32); font: 7px monospace; backdrop-filter: blur(3px); }
.steps { margin: 44px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--heat); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.steps h3 { margin: -3px 0 7px; font-size: 17px; letter-spacing: -.02em; }
.steps p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.6; }

.truth { position: relative; color: var(--white); background: #071117; overflow: hidden; }
.truth::after { content: ""; position: absolute; right: -12vw; top: -70%; width: 55vw; aspect-ratio: 1; border: 1px solid rgba(255,77,31,.2); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(255,77,31,.025), 0 0 0 16vw rgba(255,77,31,.018); }
.truth__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; }
.truth__copy { max-width: 560px; padding-top: 22px; color: #aeb9bf; font-size: 16px; line-height: 1.75; }
.truth__copy strong { color: var(--white); }

.coverage { background: var(--paper); }
.coverage__grid { display: block; }
.coverage__content { max-width: 920px; }
.coverage__content > .lead { max-width: 580px; margin: 34px 0; font-size: 20px; }
.coverage__lists { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.coverage__lists span { color: var(--heat); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.coverage__lists p { margin: 11px 0 0; color: var(--slate); font-size: 13px; line-height: 1.75; }
.coverage__note { color: var(--muted); font-size: 12px; line-height: 1.6; }
.coverage__map-card { margin-top: 55px; padding: 22px; color: var(--white); background: var(--ink); box-shadow: 0 28px 65px rgba(7,16,22,.16); }
.coverage__map-header { padding: 9px 6px 22px; }
.coverage__map-header span { color: #ff8c68; font-size: 9px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.coverage__map-header h3 { margin: 7px 0 0; font-size: clamp(28px, 4vw, 43px); letter-spacing: -.045em; }
.coverage-map { position: relative; z-index: 1; aspect-ratio: 7 / 5; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); background: #111a20; }
.coverage-map img { width: 100%; height: 100%; display: block; object-fit: cover; }
.coverage__map-legend { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 19px 6px 2px; }
.coverage__map-legend span { display: flex; align-items: center; gap: 9px; flex: 0 0 auto; color: #d8dfe2; font-size: 10px; font-weight: 750; }
.coverage__map-legend i { width: 24px; height: 12px; display: inline-block; border: 1px solid var(--heat); background: rgba(255,77,31,.25); }
.coverage__map-legend p { max-width: 650px; margin: 0; color: #718087; font-size: 10px; line-height: 1.55; text-align: right; }
.coverage__map-legend a { color: #9ca8ad; text-underline-offset: 2px; }

.faq { background: #e9eae5; }
.faq__grid { display: grid; grid-template-columns: .7fr 1fr; gap: 9vw; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0; border: 0; background: none; text-align: left; font-weight: 700; cursor: pointer; }
.faq-item button i { position: relative; flex: 0 0 auto; width: 26px; height: 26px; border: 1px solid var(--line); border-radius: 50%; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; left: 7px; right: 7px; top: 12px; height: 1px; background: var(--heat); transition: transform .25s; }
.faq-item button i::after { transform: rotate(90deg); }
.faq-item button[aria-expanded="true"] i::after { transform: rotate(0); }
.faq-answer p { margin: -5px 45px 26px 0; color: var(--slate); font-size: 13px; line-height: 1.7; }

.contact { color: var(--white); background: var(--ink); }
.contact__grid { display: grid; grid-template-columns: .76fr 1fr; gap: 9vw; }
.contact__intro > p:not(.kicker):not(.contact__small) { max-width: 510px; color: #aab5bb; line-height: 1.7; }
.contact__direct { margin: 34px 0; }
.contact__direct a { display: flex; flex-direction: column; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact__direct a:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.contact__direct span { color: #7f8d94; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.contact__direct strong { margin-top: 5px; font-size: 17px; }
.contact__small { margin-top: 40px; color: #69787f; font-size: 11px; line-height: 1.6; }
.intake-form { padding: 38px; color: var(--ink); background: var(--paper); }
.form-honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px 18px; }
.form-grid label { display: block; }
.form-grid label span { display: block; margin-bottom: 8px; color: var(--slate); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-grid__wide { grid-column: 1 / -1; }
.form-grid input, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid #bec3be; border-radius: 0; outline: 0; background: transparent; color: var(--ink); transition: border-color .2s; }
.form-grid input { height: 42px; }
.form-grid textarea { padding: 11px 0; resize: vertical; }
.form-grid input:focus, .form-grid textarea:focus { border-color: var(--heat); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #979e9a; font-size: 12px; }
.intake-form .button { margin-top: 27px; }
.intake-form .button:disabled { opacity: .7; cursor: wait; transform: none; }
.form-note { margin: 11px 0 0; color: var(--muted); font-size: 10px; text-align: center; }

.site-footer { padding: 65px 0 28px; color: #a3afb4; background: #03080b; }
.footer__top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand__logo--footer { width: 225px; }
.footer__top > p { max-width: 380px; margin: 0; font-size: 12px; line-height: 1.6; }
.footer__top-link { font-size: 11px; }
.footer__top-link span { margin-left: 13px; color: var(--heat); }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 27px; color: #5d6b72; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }

.request-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.request-modal[hidden] { display: none; }
.request-modal__backdrop { position: absolute; inset: 0; background: rgba(1,5,7,.82); backdrop-filter: blur(9px); }
.request-modal__card { position: relative; z-index: 1; width: min(640px, 100%); padding: 42px; background: var(--paper); box-shadow: 0 35px 90px rgba(0,0,0,.45); }
.request-modal__card h2 { font-size: 43px; }
.request-modal__close { position: absolute; top: 12px; right: 12px; width: 38px; height: 38px; border: 0; background: transparent; font-size: 26px; cursor: pointer; }
.request-modal textarea { width: 100%; height: 170px; margin-top: 26px; padding: 15px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font: 12px/1.55 monospace; resize: vertical; }
.request-modal__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 13px; }
.request-modal__card > p:last-child { margin: 17px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.request-modal code { color: var(--ink); }
.mobile-cta { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .site-nav { gap: 18px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .process__grid { grid-template-columns: 1fr; }
  .process__visual { max-width: 650px; }
  .faq__grid { grid-template-columns: 1fr; }
  .contact__grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 32px); }
  .status-bar__inner { justify-content: center; min-height: 32px; }
  .status-bar p { font-size: 9px; }
  .status-bar a { display: none; }
  .site-header { top: 32px; }
  .nav-wrap { min-height: 68px; }
  .brand__logo { width: 182px; }
  .nav-toggle { display: block; position: relative; z-index: 22; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: fixed; z-index: 21; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; color: var(--white); background: rgba(3,8,11,.98); font-size: 18px; transform: translateX(100%); transition: transform .45s var(--ease); }
  .site-nav.is-open { transform: none; }
  .site-header.is-fixed .site-nav { color: var(--white); }
  .site-nav .button { min-height: 50px; }
  .hero { min-height: 720px; height: 100svh; }
  .hero__media { background-position: 62% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(2,7,11,.91), rgba(2,7,11,.45)), linear-gradient(0deg, rgba(2,7,11,.65), transparent 58%); }
  .hero__content { padding-top: 88px; }
  .hero h1 { font-size: clamp(49px, 15vw, 68px); }
  .hero__lead { font-size: 17px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 23px; }
  .hero__facts { margin-top: 46px; }
  .hero__facts li { min-width: 0; flex: 1; padding: 0 13px; }
  .hero__facts span { font-size: 9px; }
  .hero__scroll { display: none; }
  .section { padding: 86px 0; }
  .intro__grid, .truth__grid { grid-template-columns: 1fr; gap: 35px; }
  .intro__copy { padding-top: 0; }
  .section-heading--row { display: block; margin-bottom: 37px; }
  .section-heading--row > p { margin-top: 25px; }
  .service-card { min-height: 500px; }
  .process__grid { gap: 70px; }
  .thermal-panel { transform: none; }
  .truth::after { width: 100vw; top: -30%; }
  .contact__grid { gap: 45px; }
  .intake-form { padding: 27px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__wide { grid-column: auto; }
  .footer__top { grid-template-columns: 1fr; }
  .footer__bottom { align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 18; left: 10px; right: 10px; bottom: 10px; display: block; border-radius: 3px; background: var(--heat); box-shadow: 0 8px 35px rgba(0,0,0,.28); }
  .mobile-cta a { min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 5px; color: var(--white); font-size: 11px; }
  .request-modal__card { padding: 36px 20px 24px; }
  .request-modal__card h2 { font-size: 35px; }
}

@media (max-width: 540px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 500px; }
  .coverage__lists { gap: 20px; }
  .coverage__map-card { margin-inline: 0; padding: 12px; }
  .coverage__map-legend { align-items: flex-start; flex-direction: column; }
  .coverage__map-header { padding: 10px 4px 17px; }
  .coverage__map-legend { gap: 10px; padding: 15px 4px 4px; }
  .coverage__map-legend p { text-align: left; }
  .hero__facts li:nth-child(3) { display: none; }
}

@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; }
}
