:root {
  --black: #050607;
  --white: #F8F8F8;
  --orange: #D12A0F;
  --deep-red: #600D04;
  --slate: #475458;
  --warm-gray: #ABA6A2;
  --blue-gray: #70878D;
  --line-dark: rgba(248, 248, 248, .18);
  --line-light: rgba(5, 6, 7, .16);
  --page-x: clamp(22px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--black); background: var(--white); font-family: "Outfit", Arial, sans-serif; font-weight: 400; }
body, button, input, select, textarea { font-family: "Outfit", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img, video, svg { display: block; max-width: 100%; }
::selection { color: var(--white); background: var(--orange); }
[hidden] { display: none !important; }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 82px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  padding: 0 var(--page-x); color: var(--white); border-bottom: 1px solid var(--line-dark);
  background: rgba(5, 6, 7, .66); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark {
  display: grid; place-items: center; width: 42px; height: 42px; color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--deep-red));
  font-size: 15px; font-weight: 700; letter-spacing: -.05em; border-radius: 50%;
}
.brand-name { font-size: 13px; font-weight: 600; letter-spacing: .23em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 42px); }
.desktop-nav a { position: relative; padding: 32px 0; font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--orange); transition: right .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-call { justify-self: end; display: flex; flex-direction: column; align-items: flex-end; font-size: 15px; font-weight: 600; }
.header-call span { margin-bottom: 3px; color: var(--warm-gray); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; height: min(930px, 100svh); min-height: 700px; overflow: hidden; color: var(--white); background: var(--black); }
.hero-video, .hero-shade, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-video { object-fit: cover; filter: saturate(.75) contrast(1.1); }
.hero-shade {
  background:
    linear-gradient(105deg, rgba(5,6,7,.95) 0%, rgba(5,6,7,.76) 34%, rgba(71,84,88,.38) 67%, rgba(209,42,15,.16) 100%),
    linear-gradient(0deg, rgba(5,6,7,.88), transparent 55%);
}
.hero-shade::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(125deg, transparent 42%, rgba(209,42,15,.72) 100%);
  clip-path: polygon(72% 0, 100% 0, 100% 100%, 91% 100%);
}
.hero-grid {
  opacity: .27; pointer-events: none;
  background-image: linear-gradient(var(--line-dark) 1px, transparent 1px), linear-gradient(90deg, var(--line-dark) 1px, transparent 1px);
  background-size: 12.5vw 12.5vw;
}
.hero-content { position: absolute; z-index: 2; left: var(--page-x); top: 49%; width: min(930px, 78vw); transform: translateY(-40%); }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 12px; margin: 0; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow { margin-bottom: 30px; color: rgba(248,248,248,.72); }
.eyebrow span { width: 48px; height: 2px; background: var(--orange); }
.hero h1, h2, h3 { margin: 0; font-family: "Outfit", Arial, sans-serif; }
.hero h1 { max-width: 1000px; font-size: clamp(70px, 8.9vw, 146px); font-weight: 500; line-height: .82; letter-spacing: -.072em; text-transform: uppercase; }
.hero h1 em { color: var(--white); font-style: normal; font-weight: 300; }
.hero h1 em::after { content: ""; display: inline-block; width: .3em; height: .3em; margin-left: .08em; background: var(--orange); border-radius: 50%; }
.hero-copy { max-width: 630px; margin: 34px 0; color: rgba(248,248,248,.72); font-size: clamp(15px, 1.25vw, 18px); font-weight: 300; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.primary-action, .prepare-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 56px; padding: 0 25px;
  color: var(--white); background: var(--orange); border: 0; border-radius: 0; cursor: pointer;
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}
.primary-action:hover, .prepare-button:hover { background: var(--deep-red); transform: translateY(-2px); }
.primary-action b, .text-action b, .inline-call b { font-size: 18px; font-weight: 300; }
.text-action { display: inline-flex; align-items: center; gap: 12px; padding: 17px 0; border-bottom: 1px solid rgba(248,248,248,.46); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.hero-rail { position: absolute; z-index: 2; right: 2.5vw; top: 50%; display: flex; flex-direction: column; align-items: center; gap: 6px; transform: translateY(-46%); color: var(--warm-gray); font-size: 9px; font-weight: 600; letter-spacing: .15em; }
.hero-rail i { width: 1px; height: 46px; background: rgba(248,248,248,.28); }
.hero-rail span:first-child { color: var(--white); }
.hero-stat { position: absolute; z-index: 2; right: var(--page-x); bottom: 40px; display: flex; align-items: center; gap: 16px; padding: 17px 20px; color: var(--black); background: var(--white); }
.hero-stat strong { font-size: 30px; font-weight: 500; line-height: 1; }
.hero-stat span { max-width: 112px; color: var(--slate); font-size: 9px; font-weight: 500; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; }

.brand-strip { overflow: hidden; color: var(--white); background: linear-gradient(90deg, var(--orange), var(--deep-red) 52%, var(--blue-gray)); }
.brand-strip > div { display: flex; width: max-content; align-items: center; gap: 35px; padding: 22px var(--page-x); }
.brand-strip span { font-size: 12px; font-weight: 500; letter-spacing: .15em; text-transform: uppercase; }
.brand-strip i { font-size: 7px; opacity: .7; }

.section-pad { padding: clamp(85px, 10vw, 150px) var(--page-x); }
.section-kicker { color: var(--slate); }
.section-kicker.light { color: var(--warm-gray); }
.intro { position: relative; background: var(--white); }
.intro::after { content: "BE"; position: absolute; right: var(--page-x); top: 86px; color: rgba(112,135,141,.08); font-size: clamp(120px, 20vw, 330px); font-weight: 600; line-height: .75; letter-spacing: -.1em; pointer-events: none; }
.intro-lead { position: relative; z-index: 1; display: grid; grid-template-columns: .62fr 2fr; gap: 5vw; align-items: start; margin: 65px 0 95px; }
.intro-lead > p { margin: 10px 0; color: var(--slate); font-size: 14px; }
.intro h2, .industries h2, .about h2 { font-size: clamp(48px, 6.4vw, 98px); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
.capability-columns { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 14px; }
.capability-columns article { position: relative; min-height: 360px; padding: 30px; color: var(--white); background: var(--black); overflow: hidden; }
.capability-columns article:nth-child(2) { background: var(--orange); }
.capability-columns article:nth-child(3) { color: var(--black); background: var(--warm-gray); }
.capability-columns article::after { content: ""; position: absolute; right: -65px; bottom: -80px; width: 210px; height: 210px; border: 1px solid currentColor; border-radius: 50%; opacity: .15; }
.cap-icon { color: var(--orange); font-size: 25px; }
.capability-columns article:nth-child(2) .cap-icon { color: var(--white); }
.capability-columns article:nth-child(3) .cap-icon { color: var(--deep-red); }
.capability-columns article > span { position: absolute; top: 32px; right: 30px; color: inherit; font-size: 9px; letter-spacing: .15em; opacity: .55; }
.capability-columns h3 { margin: 145px 0 15px; font-size: clamp(27px, 2.4vw, 38px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.capability-columns p { max-width: 280px; margin: 0; color: inherit; font-size: 13px; font-weight: 300; line-height: 1.65; opacity: .66; }

.services { display: grid; grid-template-columns: .7fr 1.45fr; gap: clamp(50px, 8vw, 125px); color: var(--white); background: var(--black); }
.section-heading { position: sticky; top: 125px; align-self: start; }
.section-heading h2, .equipment h2, .coverage h2, .request h2 { margin-top: 42px; font-size: clamp(50px, 5.3vw, 84px); font-weight: 400; line-height: .92; letter-spacing: -.055em; }
.section-heading > p { max-width: 430px; margin: 32px 0 0; color: var(--warm-gray); font-size: 14px; font-weight: 300; line-height: 1.75; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-row { position: relative; display: flex; min-height: 300px; flex-direction: column; padding: 27px; border: 1px solid var(--line-dark); background: rgba(248,248,248,.025); overflow: hidden; transition: border-color .2s, background .2s; }
.service-row:first-child { grid-column: 1 / -1; min-height: 335px; background: linear-gradient(120deg, var(--deep-red), var(--orange) 58%, var(--blue-gray)); border: 0; }
.service-row:hover { border-color: var(--blue-gray); background: rgba(112,135,141,.1); }
.service-row:first-child:hover { background: linear-gradient(120deg, var(--deep-red), var(--orange) 58%, var(--blue-gray)); }
.service-number { position: absolute; right: 24px; top: 23px; color: currentColor; font-size: 10px; letter-spacing: .14em; opacity: .5; }
.service-icon { color: var(--orange); font-size: 12px; }
.service-row:first-child .service-icon { color: var(--white); }
.service-row h3 { margin: auto 0 14px; max-width: 460px; font-size: clamp(25px, 2.4vw, 39px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.service-row p { max-width: 550px; margin: 0; color: inherit; font-size: 12px; font-weight: 300; line-height: 1.7; opacity: .59; }
.service-row:first-child p { opacity: .8; }
.service-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.service-tags span { padding: 6px 8px; border: 1px solid currentColor; color: inherit; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; opacity: .55; }

.equipment { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 10vw, 150px); background: var(--white); overflow: hidden; }
.equipment::before { content: "FLEET"; position: absolute; left: -22px; bottom: -45px; color: rgba(71,84,88,.06); font-size: clamp(150px, 25vw, 390px); font-weight: 600; line-height: .7; letter-spacing: -.08em; pointer-events: none; }
.equipment-copy, .equipment-stack { position: relative; z-index: 1; }
.equipment-copy > p { max-width: 470px; margin: 28px 0; color: var(--slate); font-size: 14px; font-weight: 300; line-height: 1.75; }
.inline-call { display: inline-flex; align-items: center; gap: 16px; margin-top: 24px; padding: 16px 19px; color: var(--white); background: var(--slate); font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.inline-call:hover { background: var(--orange); }
.equipment-stack { border-top: 1px solid var(--line-light); }
.equipment-stack article { display: grid; grid-template-columns: 45px 1fr 25px; gap: 15px; align-items: center; min-height: 125px; padding: 18px 7px; border-bottom: 1px solid var(--line-light); transition: padding .2s, color .2s; }
.equipment-stack article:hover { padding-left: 16px; color: var(--orange); }
.equipment-stack article > span { color: var(--blue-gray); font-size: 9px; letter-spacing: .12em; }
.equipment-stack h3 { margin: 0 0 7px; font-size: 25px; font-weight: 400; letter-spacing: -.025em; }
.equipment-stack p { margin: 0; color: var(--slate); font-size: 12px; font-weight: 300; line-height: 1.55; }
.equipment-stack article > b { font-size: 18px; font-weight: 300; }

.industries { color: var(--white); background: var(--slate); }
.industries .section-kicker { color: var(--warm-gray); }
.industries-header { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 8vw; margin: 52px 0 75px; }
.industries-header > p { margin: 0 0 5px; color: rgba(248,248,248,.62); font-size: 14px; font-weight: 300; line-height: 1.75; }
.industry-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.industry-grid > div { min-height: 170px; padding: 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); transition: color .2s, background .2s; }
.industry-grid > div:hover { color: var(--white); background: var(--orange); }
.industry-grid span { color: var(--warm-gray); font-size: 9px; letter-spacing: .15em; }
.industry-grid p { margin: 68px 0 0; font-size: 17px; font-weight: 400; line-height: 1.2; }

.coverage { position: relative; display: grid; grid-template-columns: 1.18fr .82fr; gap: 10vw; min-height: 780px; overflow: hidden; color: var(--white); background: var(--black); }
.coverage::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 45%; background: linear-gradient(145deg, transparent 16%, rgba(209,42,15,.22), rgba(112,135,141,.35)); clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%); pointer-events: none; }
.coverage-map, .coverage-copy { position: relative; z-index: 1; }
.coverage-map { min-height: 520px; }
.state { position: absolute; z-index: 2; color: rgba(248,248,248,.11); font-size: clamp(76px, 9vw, 145px); font-weight: 500; line-height: 1; letter-spacing: -.08em; }
.state.az { left: 42%; top: 43%; color: var(--orange); }
.state.ca { left: 0; top: 38%; }
.state.nv { left: 25%; top: 7%; color: var(--blue-gray); }
.state.nm { right: 0; bottom: 5%; }
.route-line { position: absolute; z-index: 1; height: 2px; background: repeating-linear-gradient(90deg, var(--orange) 0 7px, transparent 7px 14px); transform-origin: left; }
.route-line.one { left: 18%; top: 52%; width: 40%; transform: rotate(-15deg); }
.route-line.two { left: 48%; top: 46%; width: 32%; transform: rotate(30deg); }
.route-line.three { left: 47%; top: 44%; width: 28%; transform: rotate(-48deg); }
.coverage-copy { align-self: center; }
.coverage-copy > p { margin: 28px 0; color: var(--warm-gray); font-size: 14px; font-weight: 300; line-height: 1.75; }
.coverage-metrics { display: grid; grid-template-columns: 1fr 1fr; margin: 32px 0; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.coverage-metrics > div { padding: 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.coverage-metrics strong { display: block; font-size: 36px; font-weight: 400; letter-spacing: -.05em; }
.coverage-metrics span { color: var(--warm-gray); font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.city-list { display: flex; flex-wrap: wrap; gap: 7px; }
.city-list span { padding: 9px 11px; border: 1px solid var(--line-dark); color: var(--white); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.coverage small { display: block; margin-top: 26px; color: rgba(171,166,162,.58); font-size: 10px; line-height: 1.6; }

.about { position: relative; display: grid; grid-template-columns: 1.13fr .87fr; gap: 9vw; color: var(--white); background: linear-gradient(125deg, var(--deep-red), var(--orange) 54%, var(--blue-gray) 130%); overflow: hidden; }
.about::after { content: "11"; position: absolute; right: -30px; top: -70px; color: rgba(248,248,248,.08); font-size: 370px; font-weight: 600; line-height: 1; letter-spacing: -.1em; }
.about-statement, .proof-grid { position: relative; z-index: 1; }
.about .section-kicker { color: rgba(248,248,248,.65); }
.year { margin: 66px 0 22px; color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .22em; }
.about-statement > p:last-child { max-width: 590px; margin: 30px 0 0; color: rgba(248,248,248,.72); font-size: 14px; font-weight: 300; line-height: 1.75; }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; align-self: end; border-top: 1px solid rgba(248,248,248,.3); border-left: 1px solid rgba(248,248,248,.3); }
.proof-grid article { min-height: 225px; padding: 25px; border-right: 1px solid rgba(248,248,248,.3); border-bottom: 1px solid rgba(248,248,248,.3); }
.proof-grid span { color: rgba(248,248,248,.62); font-size: 9px; }
.proof-grid h3 { margin: 58px 0 10px; font-size: 20px; font-weight: 400; letter-spacing: -.025em; }
.proof-grid p { margin: 0; color: rgba(248,248,248,.67); font-size: 11px; font-weight: 300; line-height: 1.6; }

.request { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; color: var(--black); background: var(--white); }
.request .section-kicker.light { color: var(--slate); }
.request-intro > p { max-width: 430px; margin: 28px 0; color: var(--slate); font-size: 14px; font-weight: 300; line-height: 1.75; }
.phone-lockup { display: flex; flex-direction: column; margin-top: 44px; color: var(--orange); font-size: clamp(29px, 3vw, 43px); font-weight: 400; line-height: 1.2; letter-spacing: -.035em; }
.phone-lockup span { margin-bottom: 8px; color: var(--slate); font-size: 9px; font-weight: 600; line-height: 1; letter-spacing: .18em; text-transform: uppercase; }
.request-note { display: flex; gap: 14px; align-items: center; max-width: 340px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line-light); color: var(--slate); }
.request-note > b { color: var(--orange); font-size: 22px; font-weight: 300; }
.request-note p { margin: 0; font-size: 9px; font-weight: 500; line-height: 1.5; letter-spacing: .07em; text-transform: uppercase; }
.request-panel { position: relative; padding: clamp(28px, 4vw, 55px); color: var(--white); background: var(--black); }
.request-panel::before { content: ""; position: absolute; top: 0; right: 0; width: 120px; height: 8px; background: linear-gradient(90deg, var(--orange), var(--blue-gray)); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 18px; }
.request-field { display: flex; flex-direction: column; gap: 8px; }
.request-field label { display: block; color: var(--warm-gray); font-size: 9px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.request-field input, .request-field textarea, .request-field select { width: 100%; min-height: 49px; padding: 8px 2px; color: var(--white); border: 0; border-bottom: 1px solid rgba(248,248,248,.24); border-radius: 0; outline: none; background: transparent; box-shadow: none; }
.request-field textarea { min-height: 74px; resize: vertical; }
.request-field input::placeholder, .request-field textarea::placeholder { color: rgba(171,166,162,.43); }
.request-field [data-slot="native-select-wrapper"] { width: 100%; }
.request-field option { color: var(--black); background: var(--white); }
.request-field input:focus, .request-field textarea:focus, .request-field select:focus { border-color: var(--orange); box-shadow: 0 1px 0 var(--orange); }
.request-field [aria-invalid="true"] { border-color: var(--orange); }
.form-error { margin: 18px 0 0; color: var(--orange); font-size: 12px; }
.prepare-button { width: 100%; margin-top: 31px; }
.summary { margin-top: 22px; padding: 20px; border: 1px solid rgba(209,42,15,.55); background: rgba(209,42,15,.08); }
.summary > div { display: flex; justify-content: space-between; align-items: center; }
.summary > div > span { color: var(--orange); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.summary button { display: inline-flex; align-items: center; gap: 7px; padding: 9px; color: var(--white); border: 0; background: transparent; cursor: pointer; }
.summary pre { overflow: auto; margin: 18px 0; color: rgba(248,248,248,.75); font: 12px/1.75 ui-monospace, monospace; white-space: pre-wrap; }
.summary > p { margin: 0; color: var(--warm-gray); font-size: 10px; }
.summary > p b { margin-right: 6px; color: var(--orange); }
.summary .copy-fallback { margin-bottom: 12px; color: var(--orange); }

footer { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 40px; padding: 45px var(--page-x); color: var(--white); background: var(--black); border-top: 1px solid var(--line-dark); }
footer > p { margin: 0; color: var(--warm-gray); font-size: 10px; font-weight: 300; line-height: 1.5; text-align: center; }
footer > div { display: flex; flex-direction: column; align-items: flex-end; gap: 7px; }
footer > div a { color: var(--orange); font-size: 21px; font-weight: 400; }
footer > div span { color: var(--warm-gray); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }

.menu-button { width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; width: 21px; height: 2px; margin: 4px auto; background: var(--white); transition: transform .2s, opacity .2s; }
.menu-button.is-open span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button.is-open span:nth-child(2) { opacity: 0; }
.menu-button.is-open span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (max-width: 1050px) {
  .section-pad { padding: 105px var(--page-x); }
  .service-list { grid-template-columns: 1fr; }
  .service-row:first-child { grid-column: auto; }
  .industry-grid { grid-template-columns: repeat(3, 1fr); }
  .about { grid-template-columns: 1fr; }
  .proof-grid { margin-top: 55px; }
}

@media (max-width: 760px) {
  :root { --page-x: 21px; }
  .site-header { height: 68px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-call { display: none; }
  .menu-button { display: block; justify-self: end; }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 68px; display: flex; flex-direction: column; padding: 14px 21px 24px; color: var(--white); background: rgba(5,6,7,.98); border-bottom: 1px solid var(--line-dark); }
  .mobile-nav a { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line-dark); font-size: 20px; font-weight: 400; }
  .mobile-nav b { color: var(--orange); font-weight: 300; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { height: 100svh; min-height: 700px; }
  .hero-shade { background: linear-gradient(90deg, rgba(5,6,7,.91), rgba(5,6,7,.42)), linear-gradient(0deg, rgba(5,6,7,.82), transparent 55%); }
  .hero-shade::after { opacity: .45; clip-path: polygon(80% 0, 100% 0, 100% 100%, 95% 100%); }
  .hero-grid { background-size: 50vw 50vw; }
  .hero-content { left: var(--page-x); top: 47%; width: calc(100% - 45px); transform: translateY(-39%); }
  .hero h1 { font-size: clamp(57px, 17vw, 78px); line-height: .86; }
  .hero h1 em::after { display: none; }
  .hero-copy { margin: 24px 0; font-size: 14px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 9px; }
  .hero-rail { display: none; }
  .hero-stat { left: var(--page-x); right: auto; bottom: 20px; }
  .brand-strip > div { gap: 25px; padding-block: 18px; }
  .brand-strip span { font-size: 10px; }
  .section-pad { padding: 82px var(--page-x); }
  .intro-lead, .services, .equipment, .industries-header, .coverage, .request { grid-template-columns: 1fr; }
  .intro-lead { margin: 42px 0 55px; }
  .intro-lead > p { display: none; }
  .intro h2, .industries h2, .about h2, .section-heading h2, .equipment h2, .coverage h2, .request h2 { font-size: 48px; }
  .capability-columns { grid-template-columns: 1fr; }
  .capability-columns article { min-height: 255px; }
  .capability-columns h3 { margin-top: 90px; }
  .services { gap: 55px; }
  .section-heading { position: static; }
  .service-row, .service-row:first-child { min-height: 280px; }
  .equipment { gap: 55px; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .industry-grid > div { min-height: 135px; }
  .industry-grid p { margin-top: 43px; font-size: 15px; }
  .coverage { min-height: 0; gap: 50px; }
  .coverage-map { min-height: 340px; order: 2; }
  .coverage-copy { order: 1; }
  .about::after { font-size: 230px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 185px; }
  .request { gap: 55px; }
  .request-panel { padding: 30px 20px; }
  .field-grid { grid-template-columns: 1fr; }
  .phone-lockup { font-size: 30px; }
  footer { grid-template-columns: 1fr; padding: 48px var(--page-x); }
  footer > p { text-align: left; }
  footer > div { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .hero-video { display: none; }
  .hero { background: var(--black) url("assets/hero-poster.jpg") center/cover no-repeat; }
}
