:root {
  --ink: #111216;
  --ink-soft: #1a1c21;
  --paper: #f4f4f1;
  --white: #ffffff;
  --line: #d8d9dc;
  --muted: #64676e;
  --signal: #ffeb00;
  --red: #d62d2d;
  --shell: min(1180px, calc(100% - 48px));
}

* { 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; letter-spacing: 0; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }
section[id] { scroll-margin-top: 92px; }
.page-progress { position: fixed; z-index: 140; top: 0; left: 0; right: 0; height: 3px; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: var(--signal); transform: scaleX(0); transform-origin: left center; will-change: transform; }

.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; padding: 10px 14px; color: var(--ink); background: var(--signal); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; min-height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 8px max(24px, calc((100% - 1180px) / 2)); background: rgba(16, 17, 21, .94); border-bottom: 1px solid rgba(255,255,255,.1); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 14px 40px rgba(0,0,0,.22); }
.brand { width: 170px; min-width: 170px; }
.brand img { width: 100%; height: 58px; object-fit: contain; }
.main-navigation { display: flex; align-items: center; gap: 22px; color: #efeff2; font-size: 14px; font-weight: 650; }
.main-navigation > a { padding: 10px 0; border-bottom: 2px solid transparent; }
.main-navigation > a:hover { color: var(--signal); border-color: var(--signal); }
.main-navigation .nav-service-login,
.main-navigation .nav-customer-login { padding: 11px 15px; text-align: center; border: 1px solid rgba(255,255,255,.42); }
.main-navigation .nav-service-login:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.main-navigation .nav-customer-login { color: var(--ink); background: var(--signal); border-color: var(--signal); }
.main-navigation .nav-customer-login:hover { color: var(--ink); background: #fff04f; border-color: #fff04f; }
.menu-button { display: none; width: 44px; height: 44px; place-items: center; padding: 0; color: var(--white); background: transparent; border: 1px solid rgba(255,255,255,.2); }
.menu-button svg { width: 22px; height: 22px; }

.hero { position: relative; min-height: min(790px, calc(100vh - 110px)); display: grid; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .hero-slide, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { overflow: hidden; }
.hero-slide { object-fit: cover; object-position: center 56%; opacity: 0; transform: scale(1.025); transition: opacity .9s ease, transform 6.8s ease; }
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-shade { background: linear-gradient(90deg, rgba(7,8,10,.94) 0%, rgba(7,8,10,.72) 45%, rgba(7,8,10,.16) 82%); }
.hero-motion { position: absolute; z-index: 1; inset: 0; overflow: hidden; pointer-events: none; opacity: .28; }
.hero-motion span { position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.24); transform: translateX(-105%); animation: hero-line 5.4s cubic-bezier(.5,0,.2,1) infinite; }
.hero-motion span:nth-child(1) { top: 22%; width: 45%; }
.hero-motion span:nth-child(2) { top: 54%; width: 70%; animation-delay: 1.3s; }
.hero-motion span:nth-child(3) { top: 79%; width: 32%; animation-delay: 2.6s; }
.hero-light-sweep { position: absolute; z-index: 1; top: 0; bottom: 0; left: -24%; width: 16%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.13), rgba(255,235,0,.08), transparent); filter: blur(9px); transform: skewX(-10deg); animation: hero-sweep 7s ease-in-out 1.2s infinite; pointer-events: none; }
@keyframes hero-line { 0%, 18% { transform: translateX(-105%); opacity: 0; } 34%, 70% { opacity: 1; } 82%, 100% { transform: translateX(230%); opacity: 0; } }
@keyframes hero-sweep { 0%, 18% { left: -24%; opacity: 0; } 30%, 66% { opacity: 1; } 82%, 100% { left: 112%; opacity: 0; } }
.hero-content { position: relative; z-index: 2; width: var(--shell); margin: 0 auto; padding: 96px 0 116px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.hero .eyebrow { color: var(--signal); }
.hero-services { display: flex; flex-wrap: wrap; gap: 7px 18px; }
.hero-services span { position: relative; display: inline-block; opacity: 0; transform: translateY(12px); animation: hero-service-in .5s cubic-bezier(.16,1,.3,1) forwards; }
.hero-services span:not(:last-child)::after { content: ""; position: absolute; top: 50%; right: -11px; width: 4px; height: 4px; background: var(--signal); transform: translateY(-50%) rotate(45deg); }
.hero-services span:nth-child(2) { animation-delay: .1s; }
.hero-services span:nth-child(3) { animation-delay: .2s; }
.hero-services span:nth-child(4) { animation-delay: .3s; }
.hero-services span:nth-child(5) { animation-delay: .4s; }
@keyframes hero-service-in { to { opacity: 1; transform: translateY(0); } }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(56px, 8vw, 112px); line-height: .86; letter-spacing: 0; }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #e0e0e4; font-size: clamp(18px, 2vw, 25px); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 24px; font-size: 14px; font-weight: 800; text-transform: uppercase; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--signal); }
.button-primary:hover { background: #fff04f; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.65); }
.button-ghost:hover { color: var(--ink); background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 30px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.44); transform: translateX(-50%); }
.scroll-cue svg { width: 20px; }
.hero-slider-controls { position: absolute; z-index: 3; right: max(24px, calc((100% - 1180px) / 2)); bottom: 30px; display: flex; align-items: center; gap: 10px; }
.hero-slider-controls > button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: var(--white); background: rgba(7,8,10,.58); border: 1px solid rgba(255,255,255,.42); cursor: pointer; transition: color .2s ease, background .2s ease; }
.hero-slider-controls > button:hover, .hero-slider-controls > button:focus-visible { color: var(--ink); background: var(--signal); border-color: var(--signal); }
.hero-slider-controls svg { width: 20px; height: 20px; }
.hero-dots { height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 13px; background: rgba(7,8,10,.58); border: 1px solid rgba(255,255,255,.24); }
.hero-dots button { width: 8px; height: 8px; padding: 0; background: rgba(255,255,255,.48); border: 0; border-radius: 50%; cursor: pointer; transition: width .2s ease, background .2s ease; }
.hero-dots button[aria-current="true"] { width: 24px; background: var(--signal); border-radius: 5px; }

.capability-strip { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(24px, calc((100% - 1180px) / 2)); color: var(--white); background: var(--red); }
.capability-strip article { min-height: 112px; display: flex; align-items: center; gap: 18px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.24); }
.capability-strip article:first-child { border-left: 1px solid rgba(255,255,255,.24); }
.capability-strip svg { width: 28px; height: 28px; flex: 0 0 auto; color: var(--signal); }
.capability-strip div { display: grid; gap: 5px; }
.capability-strip strong { font-size: 16px; }
.capability-strip span { color: #f4cccc; font-size: 13px; }
.metrics-band { display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 max(24px, calc((100% - 1180px) / 2)); color: var(--white); background: #111216; border-bottom: 1px solid #30323a; }
.metrics-band article { min-height: 180px; display: grid; align-content: center; padding: 32px; border-right: 1px solid #30323a; }
.metrics-band article:first-child { border-left: 1px solid #30323a; }
.metrics-band strong { color: var(--signal); font-size: clamp(52px, 6vw, 84px); line-height: .9; font-variant-numeric: tabular-nums; }
.metrics-band span { margin-top: 16px; color: #b9bbc2; font-size: 13px; font-weight: 750; text-transform: uppercase; }

.expertise-section { position: relative; padding: 112px max(24px, calc((100% - 1180px) / 2)); color: var(--white); background: #0b0c10; overflow: hidden; }
.expertise-section::before, .service-band::before { content: "EVO"; position: absolute; top: 80px; right: -24px; color: transparent; font-size: clamp(150px, 24vw, 360px); font-weight: 900; line-height: .75; -webkit-text-stroke: 1px rgba(255,255,255,.06); pointer-events: none; }
.expertise-section > *, .service-band > * { position: relative; z-index: 1; }
.expertise-heading { max-width: 820px; }
.expertise-heading .eyebrow { color: var(--signal); }
.expertise-heading h2 { color: var(--white); }
.expertise-heading > p:last-child { color: #aeb1b8; }
.expertise-list { display: grid; gap: 28px; }
.expertise-card { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(350px, .82fr); min-height: 430px; background: #15171c; border: 1px solid #30323a; overflow: hidden; }
.expertise-card:nth-child(even) { grid-template-columns: minmax(350px, .82fr) minmax(0, 1.18fr); }
.expertise-card:nth-child(even) .expertise-media { order: 2; }
.expertise-media { position: relative; min-height: 430px; overflow: hidden; background: #202228; }
.expertise-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 62%, rgba(21,23,28,.5)); pointer-events: none; }
.expertise-card:nth-child(even) .expertise-media::after { background: linear-gradient(270deg, transparent 62%, rgba(21,23,28,.5)); }
.expertise-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.2s cubic-bezier(.16,1,.3,1); }
.expertise-card:hover .expertise-media img { transform: scale(1); }
.effect-label { position: absolute; z-index: 3; left: 22px; bottom: 22px; padding: 8px 11px; color: var(--white); background: rgba(9,10,13,.76); border-left: 3px solid var(--signal); font-size: 11px; font-weight: 850; text-transform: uppercase; opacity: 0; transform: translateY(10px); transition: opacity .35s ease .4s, transform .35s ease .4s; backdrop-filter: blur(7px); }
.expertise-card.is-visible .effect-label { opacity: 1; transform: translateY(0); }
.paint-scan { position: absolute; z-index: 2; top: 0; bottom: 0; left: -16%; width: 13%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.46), rgba(255,30,30,.26), transparent); filter: blur(2px); opacity: 0; transform: skewX(-8deg); }
.expertise-card--paint.is-visible .paint-scan { animation: paint-scan 2.3s ease-in-out .45s 2; }
@keyframes paint-scan { 0% { left: -16%; opacity: 0; } 14%, 82% { opacity: 1; } 100% { left: 104%; opacity: 0; } }
.part-markers span { position: absolute; z-index: 3; width: 20px; height: 20px; border: 2px solid var(--signal); border-radius: 50%; opacity: 0; transform: scale(.3); }
.part-markers span::before, .part-markers span::after { content: ""; position: absolute; background: var(--signal); }
.part-markers span::before { top: 8px; left: -7px; width: 30px; height: 1px; }
.part-markers span::after { top: -7px; left: 8px; width: 1px; height: 30px; }
.part-markers span:nth-child(1) { left: 22%; top: 62%; }
.part-markers span:nth-child(2) { left: 50%; top: 69%; }
.part-markers span:nth-child(3) { left: 72%; top: 56%; }
.expertise-card--parts.is-visible .part-markers span { animation: marker-pop .45s cubic-bezier(.16,1,.3,1) forwards; }
.expertise-card--parts.is-visible .part-markers span:nth-child(1) { animation-delay: .45s; }
.expertise-card--parts.is-visible .part-markers span:nth-child(2) { animation-delay: .72s; }
.expertise-card--parts.is-visible .part-markers span:nth-child(3) { animation-delay: .99s; }
@keyframes marker-pop { to { opacity: 1; transform: scale(1); } }
.inspection-ring { position: absolute; z-index: 3; right: 24%; top: 45%; width: 68px; height: 68px; border: 2px solid var(--signal); border-radius: 50%; opacity: 0; transform: scale(.5); }
.inspection-ring::before, .inspection-ring::after { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(255,235,0,.5); border-radius: 50%; }
.inspection-ring::after { inset: -25px; border-color: rgba(255,235,0,.2); }
.expertise-card--trade.is-visible .inspection-ring { animation: inspection-pulse 1.8s ease-out .45s 2; }
@keyframes inspection-pulse { 0% { opacity: 0; transform: scale(.5); } 35% { opacity: 1; } 100% { opacity: 0; transform: scale(1.3); } }
.inspection-steps, .tow-progress { position: absolute; z-index: 3; left: 22px; right: 22px; bottom: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.inspection-steps span, .tow-progress span { min-height: 34px; display: grid; place-items: center; padding: 6px; color: #c9cbd0; background: rgba(9,10,13,.82); border-top: 2px solid #53565e; font-size: 10px; font-weight: 800; text-align: center; opacity: 0; transform: translateY(8px); backdrop-filter: blur(6px); }
.expertise-card--trade.is-visible .inspection-steps span, .expertise-card--tow.is-visible .tow-progress span { animation: step-complete .45s ease forwards; }
.expertise-card--trade.is-visible .inspection-steps span:nth-child(1), .expertise-card--tow.is-visible .tow-progress span:nth-child(1) { animation-delay: .5s; }
.expertise-card--trade.is-visible .inspection-steps span:nth-child(2), .expertise-card--tow.is-visible .tow-progress span:nth-child(2) { animation-delay: .85s; }
.expertise-card--trade.is-visible .inspection-steps span:nth-child(3), .expertise-card--tow.is-visible .tow-progress span:nth-child(3) { animation-delay: 1.2s; }
@keyframes step-complete { to { color: var(--white); border-color: var(--signal); opacity: 1; transform: translateY(0); } }
.expertise-card--tow .expertise-media img { transform: scale(1.06) translateX(-2%); }
.expertise-card--tow.is-visible .expertise-media img { animation: tow-arrive 1.5s cubic-bezier(.16,1,.3,1) forwards; }
@keyframes tow-arrive { to { transform: scale(1.02) translateX(0); } }
.expertise-copy { display: grid; grid-template-columns: 42px 1fr auto; gap: 20px; align-items: start; align-content: center; padding: 48px; }
.expertise-copy > span { color: var(--signal); font-size: 13px; font-weight: 900; }
.expertise-copy h3 { margin: 0 0 16px; font-size: clamp(30px, 3.4vw, 52px); line-height: 1; }
.expertise-copy p { margin: 0; color: #aeb1b8; font-size: 16px; line-height: 1.7; }
.expertise-copy > svg { width: 30px; height: 30px; color: var(--red); }
[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .7s ease, transform .7s cubic-bezier(.16,1,.3,1); }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.engine-experience {
  --engine-progress: 0;
  min-height: 145vh;
  display: grid;
  grid-template-columns: minmax(340px, .78fr) minmax(520px, 1.22fr);
  gap: 6vw;
  align-items: start;
  padding: 112px max(24px, calc((100% - 1180px) / 2));
  color: #f5f5f6;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    #090a0d;
  background-size: 72px 72px;
  overflow: clip;
  scroll-margin-top: 116px;
}
.engine-copy { position: sticky; top: 124px; padding-top: 34px; }
.engine-copy .eyebrow { color: var(--signal); }
.engine-copy h2 { max-width: 540px; margin: 0; font-size: 58px; line-height: 1.02; letter-spacing: 0; }
.engine-copy > p:not(.eyebrow) { max-width: 560px; margin: 26px 0 32px; color: #b7bac1; font-size: 17px; line-height: 1.72; }
.engine-points { display: grid; gap: 0; margin: 0 0 34px; padding: 0; list-style: none; border-top: 1px solid #34363d; }
.engine-points li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 17px 0; color: #7d8088; border-bottom: 1px solid #34363d; transition: color .25s ease, padding-left .25s ease; }
.engine-points li.is-active { padding-left: 10px; color: #f5f5f6; }
.engine-points li > span { color: var(--red); font-size: 12px; font-weight: 900; }
.engine-points li.is-active > span { color: var(--signal); }
.engine-points li div { display: grid; gap: 4px; }
.engine-points strong { font-size: 15px; }
.engine-points small { color: #858891; font-size: 12px; }
.engine-stage-wrap { min-height: 1180px; }
.engine-stage { position: sticky; top: 104px; width: min(100%, 650px); aspect-ratio: 2 / 3; margin: 0 auto; overflow: hidden; isolation: isolate; }
.engine-layer { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; pointer-events: none; will-change: transform, opacity; filter: drop-shadow(0 18px 26px rgba(0,0,0,.32)); transition: transform 1.45s cubic-bezier(.16, 1, .3, 1); }
.engine-layer-1 { clip-path: inset(0 0 78% 0); transform: translate3d(0, var(--engine-shift-1, -220px), 0); }
.engine-layer-2 { clip-path: inset(19% 0 60% 0); transform: translate3d(0, var(--engine-shift-2, -170px), 0); transition-delay: .18s; }
.engine-layer-3 { clip-path: inset(37% 0 34% 0); transform: translate3d(0, var(--engine-shift-3, -110px), 0); transition-delay: .36s; }
.engine-layer-4 { clip-path: inset(63% 0 16% 0); transform: translate3d(0, var(--engine-shift-4, -55px), 0); transition-delay: .54s; }
.engine-layer-5 { clip-path: inset(80% 0 0 0); transform: translate3d(0, var(--engine-shift-5, -18px), 0); transition-delay: .72s; }
.engine-experience.is-assembled .engine-layer { transform: translate3d(0, 0, 0); }
.engine-experience.is-resetting .engine-layer { transition: none; }
.engine-stage figcaption { position: absolute; z-index: 3; right: 8px; bottom: 5%; min-width: 196px; display: grid; justify-items: end; gap: 2px; padding: 12px 14px; color: #f4f4f5; background: rgba(8,9,12,.74); border-right: 3px solid var(--red); text-align: right; backdrop-filter: blur(8px); }
.engine-stage figcaption span { color: var(--signal); font-size: 11px; font-weight: 900; }
.engine-stage figcaption strong { font-size: 14px; }
.engine-stage figcaption small { color: #9b9ea6; font-size: 10px; }
.engine-replay { position: absolute; left: -46px; bottom: 0; width: 40px; height: 40px; display: grid; place-items: center; padding: 0; color: var(--signal); background: rgba(8,9,12,.86); border: 1px solid #555861; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.engine-replay:hover, .engine-replay:focus-visible { color: var(--ink); background: var(--signal); transform: rotate(-18deg); }
.engine-replay:disabled { cursor: default; opacity: .55; }
.engine-replay svg { width: 18px; height: 18px; }

.service-band { position: relative; padding: 92px max(24px, calc((100% - 1180px) / 2)) 100px; background: var(--paper); overflow: hidden; }
.service-band::before { top: 70px; color: rgba(17,18,22,.025); -webkit-text-stroke: 1px rgba(17,18,22,.06); }
.section-heading { position: relative; max-width: 730px; margin-bottom: 44px; padding-bottom: 30px; }
.section-heading::after { content: ""; position: absolute; left: 0; bottom: 0; width: 150px; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .8s cubic-bezier(.16,1,.3,1) .15s; }
.section-heading.is-visible::after, .process-section.is-flowing .section-heading::after { transform: scaleX(1); }
.section-heading h2, .trust-copy h2, .contact-copy h2 { margin: 0; font-size: clamp(35px, 5vw, 64px); line-height: 1.02; letter-spacing: 0; }
.section-heading > p:last-child { max-width: 610px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { min-height: 250px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition-delay: calc(var(--reveal-order, 0) * 80ms); }
.service-item:nth-child(1), .service-item:nth-child(4) { --reveal-order: 0; }
.service-item:nth-child(2), .service-item:nth-child(5) { --reveal-order: 1; }
.service-item:nth-child(3), .service-item:nth-child(6) { --reveal-order: 2; }
.service-item svg { width: 34px; height: 34px; color: var(--red); }
.service-item h3 { margin: 54px 0 12px; font-size: 22px; }
.service-item p { margin: 0; color: var(--muted); line-height: 1.65; }

.trust-section { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 9vw; padding: 108px max(24px, calc((100% - 1180px) / 2)); background: var(--white); }
.trust-copy > p:not(.eyebrow) { margin: 28px 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; border-bottom: 2px solid var(--signal); }
.text-link svg { width: 18px; }
.trust-points article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.trust-points article:first-child { border-top: 1px solid var(--line); }
.trust-points span { color: var(--red); font-weight: 800; }
.trust-points h3 { margin: 0 0 8px; font-size: 21px; }
.trust-points p { margin: 0; color: var(--muted); line-height: 1.6; }

.status-showcase { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: 8vw; align-items: center; padding: 104px max(24px, calc((100% - 1180px) / 2)); color: var(--white); background: #0b0c10; }
.status-copy h2 { max-width: 620px; margin: 0; font-size: clamp(36px, 4.7vw, 64px); line-height: 1.02; }
.status-copy > p:not(.eyebrow) { max-width: 590px; margin: 26px 0 32px; color: #b9bbc2; font-size: 17px; line-height: 1.72; }
.status-panel { position: relative; padding: 30px; background: #17191f; border: 1px solid #373a42; box-shadow: 18px 18px 0 #252831; }
.status-panel::before { content: ""; position: absolute; top: -1px; left: -1px; width: 128px; height: 4px; background: var(--signal); }
.status-panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid #373a42; }
.status-panel-head span { color: #888b94; font-size: 11px; font-weight: 800; }
.status-panel-head strong { color: var(--signal); font-size: 13px; }
.vehicle-line { display: flex; align-items: center; gap: 18px; padding: 28px 0 26px; }
.vehicle-line > svg { width: 44px; height: 44px; padding: 10px; color: var(--ink); background: var(--signal); }
.vehicle-line div { display: grid; gap: 6px; }
.vehicle-line span { color: #9699a2; font-size: 13px; }
.status-timeline { margin: 0; padding: 0; list-style: none; }
.status-timeline li { position: relative; display: grid; grid-template-columns: 18px 1fr; gap: 15px; min-height: 74px; }
.status-timeline li > span { position: relative; z-index: 2; width: 13px; height: 13px; margin-top: 4px; background: #343740; border: 3px solid #17191f; outline: 1px solid #565963; }
.status-timeline li:not(:last-child)::after { content: ""; position: absolute; top: 20px; bottom: 4px; left: 6px; width: 1px; background: #41444d; }
.status-timeline .is-complete > span { background: #84c56a; outline-color: #84c56a; }
.status-timeline .is-active > span { background: var(--signal); outline-color: var(--signal); box-shadow: 0 0 0 5px rgba(255,235,0,.12); }
.status-timeline li.is-animated > span { animation: status-pulse 1s ease-out; }
@keyframes status-pulse { 0% { box-shadow: 0 0 0 0 rgba(255,235,0,.45); } 100% { box-shadow: 0 0 0 10px rgba(255,235,0,0); } }
.status-timeline div { display: grid; align-content: start; gap: 5px; }
.status-timeline strong { font-size: 14px; }
.status-timeline small { color: #8f929b; font-size: 12px; }
.status-notification { position: absolute; z-index: 4; right: 22px; bottom: 22px; max-width: 290px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: center; padding: 14px 16px; color: var(--ink); background: var(--signal); box-shadow: 0 12px 35px rgba(0,0,0,.34); opacity: 0; transform: translateY(16px); transition: opacity .45s ease, transform .45s cubic-bezier(.16,1,.3,1); pointer-events: none; }
.status-notification.is-visible { opacity: 1; transform: translateY(0); }
.status-notification svg { width: 24px; height: 24px; }
.status-notification div { display: grid; gap: 2px; }
.status-notification strong { font-size: 13px; }
.status-notification span { font-size: 11px; }

.process-section { padding: 100px max(24px, calc((100% - 1180px) / 2)); color: var(--white); background: var(--ink-soft); }
.section-heading-light .eyebrow { color: var(--signal); }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid #3d3f45; border-left: 1px solid #3d3f45; }
.process-list::before { content: ""; position: absolute; z-index: 2; top: -2px; left: 0; width: 100%; height: 3px; background: var(--signal); transform: scaleX(0); transform-origin: left; transition: transform 2.6s cubic-bezier(.16,1,.3,1) .25s; }
.process-section.is-flowing .process-list::before { transform: scaleX(1); }
.process-list li { min-height: 240px; padding: 28px; border-right: 1px solid #3d3f45; border-bottom: 1px solid #3d3f45; }
.process-list span { color: var(--signal); font-size: 14px; font-weight: 800; }
.process-list h3 { margin: 65px 0 10px; font-size: 21px; }
.process-list p { margin: 0; color: #b8bac0; line-height: 1.6; }

.contact-section { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 56px; padding: 96px max(24px, calc((100% - 1180px) / 2)); background: var(--signal); }
.contact-section .eyebrow { color: #8d1717; }
.contact-copy { max-width: 750px; }
.contact-copy > p:last-child { max-width: 680px; margin: 24px 0 0; line-height: 1.7; }
.contact-actions { display: grid; gap: 10px; min-width: 240px; }
.contact-actions .button-primary { color: var(--white); background: var(--red); }

.location-section { display: grid; grid-template-columns: minmax(360px, .8fr) minmax(0, 1.2fr); min-height: 560px; color: var(--white); background: #101115; }
.location-details { display: flex; flex-direction: column; justify-content: center; padding: 76px max(42px, calc((100vw - 1180px) / 2)); padding-right: 64px; }
.location-details .eyebrow { color: var(--signal); }
.location-details h2 { max-width: 520px; margin: 0; font-size: clamp(36px, 4.4vw, 60px); line-height: 1.04; }
.location-details dl { display: grid; gap: 0; margin: 36px 0 32px; }
.location-details dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 24px; padding: 20px 0; border-top: 1px solid #34363d; }
.location-details dl > div:last-child { border-bottom: 1px solid #34363d; }
.location-details dt { color: #898c95; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.location-details dd { margin: 0; color: #f0f0f2; font-size: 16px; line-height: 1.55; }
.location-details dd a { font-size: 21px; font-weight: 800; }
.location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-frame { min-height: 560px; background: #22242a; }
.map-frame iframe { width: 100%; height: 100%; min-height: 560px; display: block; border: 0; filter: grayscale(.18) contrast(1.04); }

footer { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 38px max(24px, calc((100% - 1180px) / 2)); color: #b8bac0; background: #08090c; font-size: 13px; }
footer img { width: 180px; height: auto; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  .menu-button { display: grid; }
  .main-navigation { position: absolute; top: 76px; left: 0; right: 0; display: none; padding: 18px 24px 24px; background: #101115; border-top: 1px solid rgba(255,255,255,.1); }
  .main-navigation.is-open { display: grid; gap: 4px; }
  .main-navigation > a { padding: 13px 0; }
  .main-navigation .nav-service-login { margin-top: 8px; }
  .main-navigation .nav-service-login,
  .main-navigation .nav-customer-login { padding: 13px 16px; text-align: center; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-card, .expertise-card:nth-child(even) { grid-template-columns: 1fr; }
  .expertise-card:nth-child(even) .expertise-media { order: 0; }
  .expertise-media, .expertise-card:nth-child(even) .expertise-media { min-height: 360px; }
  .expertise-media::after, .expertise-card:nth-child(even) .expertise-media::after { background: linear-gradient(180deg, transparent 65%, rgba(21,23,28,.6)); }
  .trust-section { grid-template-columns: 1fr; gap: 54px; }
  .status-showcase { grid-template-columns: 1fr; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .contact-section { grid-template-columns: 1fr; align-items: start; }
  .contact-actions { min-width: 0; width: min(100%, 420px); }
  .location-section { grid-template-columns: 1fr; }
  .engine-experience { min-height: 0; grid-template-columns: 1fr; gap: 42px; padding: 84px 24px; }
  .engine-copy { position: static; padding-top: 0; }
  .engine-copy h2 { font-size: 48px; }
  .engine-stage-wrap { min-height: 0; }
  .engine-stage { position: relative; top: auto; }
  .location-details { padding: 72px 24px; }
  .map-frame, .map-frame iframe { min-height: 430px; }
}

@media (max-width: 600px) {
  :root { --shell: calc(100% - 36px); }
  body { padding-bottom: 68px; }
  .site-header { min-height: 70px; padding: 7px 18px; }
  .brand { width: 150px; min-width: 150px; }
  .brand img { height: 54px; }
  .main-navigation { top: 70px; }
  .hero { min-height: 660px; }
  .hero-slide { object-position: 64% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,8,10,.42), rgba(7,8,10,.93) 72%); }
  .hero-content { align-self: end; padding: 110px 0 108px; }
  .hero h1 { font-size: clamp(50px, 17vw, 72px); }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .scroll-cue { display: none; }
  .hero-slider-controls { right: 18px; bottom: 24px; }
  .hero-slider-controls > button { width: 40px; height: 40px; }
  .hero-dots { height: 40px; }
  .capability-strip { grid-template-columns: 1fr; padding: 0 18px; }
  .capability-strip article { min-height: 94px; padding: 20px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .capability-strip article:first-child { border-left: 0; }
  .metrics-band { grid-template-columns: 1fr; padding: 0 18px; }
  .metrics-band article { min-height: 128px; padding: 26px 4px; border-right: 0; border-bottom: 1px solid #30323a; }
  .metrics-band article:first-child { border-left: 0; }
  .metrics-band strong { font-size: 56px; }
  .service-band, .trust-section, .status-showcase, .process-section, .contact-section, .engine-experience, .expertise-section { padding: 72px 18px; }
  .expertise-list { gap: 18px; }
  .expertise-media, .expertise-card:nth-child(even) .expertise-media { min-height: 260px; }
  .expertise-copy { grid-template-columns: 32px 1fr; gap: 14px; padding: 28px 24px 32px; }
  .expertise-copy > svg { display: none; }
  .inspection-steps, .tow-progress { left: 10px; right: 10px; bottom: 10px; }
  .inspection-ring { right: 18%; top: 40%; width: 52px; height: 52px; }
  .engine-copy h2 { font-size: 39px; }
  .engine-copy > p:not(.eyebrow) { font-size: 16px; }
  .engine-stage { width: 100%; }
  .engine-experience { scroll-margin-top: 110px; }
  .engine-stage figcaption { right: 0; bottom: 2%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item { min-height: 218px; padding: 26px; }
  .service-item h3 { margin-top: 42px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 200px; }
  .process-list h3 { margin-top: 42px; }
  .status-showcase { gap: 52px; }
  .status-panel { padding: 24px 20px; box-shadow: 8px 8px 0 #252831; }
  .status-notification { position: static; max-width: none; margin-top: 12px; }
  .location-details { padding: 72px 18px; }
  .location-details dl > div { grid-template-columns: 1fr; gap: 8px; }
  .location-actions { display: grid; }
  .location-actions .button { width: 100%; }
  .map-frame, .map-frame iframe { min-height: 360px; }
  footer { min-height: 210px; flex-direction: column; align-items: flex-start; padding: 36px 18px; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 110; min-height: 68px; display: grid; grid-template-columns: repeat(3, 1fr); color: #f6f6f7; background: #0d0e11; border-top: 1px solid #33353a; }
  .mobile-actions a { min-width: 0; display: grid; place-items: center; align-content: center; gap: 4px; padding: 8px 4px; font-size: 11px; font-weight: 700; }
  .mobile-actions a + a { border-left: 1px solid #33353a; }
  .mobile-actions svg { width: 20px; height: 20px; color: var(--signal); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .engine-layer { transform: none !important; }
  .hero-services span, .hero-motion span, .hero-light-sweep, .paint-scan, .part-markers span, .inspection-ring, .inspection-steps span, .tow-progress span, .expertise-card--tow .expertise-media img { animation: none !important; opacity: 1; transform: none; }
}
