/* ==========================================================================
   FREIGHT FORCE — freightforcetransport.ca
   FF-563 round 2 — dispatch-board realism: dense, textured, kinetic.
   Static, no framework. One red, steel greys, warm white, charcoal plates.
   All motion is transform/opacity only and fully killed under
   prefers-reduced-motion (good static frames preserved).
   ========================================================================== */

:root {
  /* plate + steel — alternating section tones (item 6) */
  --ink-0: #0b0b0d;          /* page */
  --ink-1: #101014;          /* raised panel */
  --ink-2: #15151a;          /* card */
  --ink-3: #1b1b21;          /* hover plate */
  --ink-red: #170e10;        /* deep red-tinted band */
  --line:  #272b32;          /* hairline */
  --line-soft: #1b2026;      /* faint hairline */

  /* type */
  --paper: #f2efe9;          /* warm white display */
  --body:  #c6ccd4;          /* body copy  (AA on ink-0) */
  --steel: #a2abb6;          /* muted labels — ≥5:1 on every plate */

  /* the one red — placeholder family until owner confirms truck hex */
  --red:      #d62828;       /* marks, fills, LARGE type only */
  --red-deep: #a51f1f;       /* pressed */
  --red-text: #f05454;       /* small red text / links on dark (AA) */

  --font-display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --font-mono: "IBM Plex Mono", "Courier New", monospace;
  --font-body: "IBM Plex Sans", "Segoe UI", sans-serif;

  --wrap: 1180px;
  --gutter: clamp(20px, 4vw, 44px);
  --cut: clamp(26px, 4vw, 56px);
  --ease: cubic-bezier(.22, .8, .3, 1);
  --ease-snap: cubic-bezier(.3, 1.1, .35, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--ink-0);
  color: var(--body);
  font: 400 16.5px/1.65 var(--font-body);
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--red-text); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, p { margin: 0; }

/* focus — red ring for keyboard users */
:focus-visible {
  outline: 2px solid var(--red-text);
  outline-offset: 3px;
  border-radius: 2px;
}

::selection { background: var(--red); color: #fff; }

.sr-only {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--red); color: #fff; padding: 10px 18px;
  font: 600 13px var(--font-mono); z-index: 200;
}
.skip-link:focus { left: 12px; top: 12px; }

/* ---------- atmosphere: film grain + hairline grid + red glows ---------- */
.grain {
  position: fixed; inset: 0; z-index: 90; pointer-events: none;
  opacity: .06; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='240' height='240' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
}
.gridlines {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image:
    linear-gradient(to right, var(--line-soft) 1px, transparent 1px);
  background-size: calc(100% / 6) 100%;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 85%);
}

/* radial red glow set-piece backing */
.glow {
  position: absolute; pointer-events: none; z-index: 0;
  width: min(760px, 90vw); aspect-ratio: 1;
  background: radial-gradient(closest-side, rgba(214,40,40,.13), transparent 72%);
}
.glow--hero { right: -180px; top: -80px; }
.glow--left { left: -260px; top: 10%; }
.glow--right { right: -260px; bottom: -10%; }
.glow--contact { left: 50%; top: 40%; transform: translate(-50%, -50%); width: min(900px, 110vw); }

/* hazard stripe system (item 7) */
.hazard {
  height: 8px;
  background: repeating-linear-gradient(
    -45deg,
    var(--red) 0 14px,
    transparent 14px 30px
  );
  opacity: .85;
}

/* diagonal section cut */
.cut-top {
  clip-path: polygon(0 0, 100% var(--cut), 100% 100%, 0 100%);
  margin-top: calc(-1 * var(--cut));
  padding-top: calc(clamp(56px, 7vw, 100px) + var(--cut)) !important;
}

.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); position: relative; z-index: 1; }

/* ---------- type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font: 500 12px/1 var(--font-mono);
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--steel);
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; background: var(--red); flex: none;
}

.display {
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  color: var(--paper);
  line-height: .92;
  letter-spacing: .005em;
  margin: 0;
  position: relative;
}
h2.display { font-size: clamp(44px, 6.4vw, 84px); margin: 16px 0 0; }
.display .red { color: var(--red); }          /* large type only — AA large */
.display .outline {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--steel);
}
/* angled red slash behind section headlines (item 7) */
.section__head h2.display::before,
.coverage__copy h2.display::before,
.cred__card h2.display::before,
.contact h2.display::before {
  content: ""; position: absolute; z-index: -1;
  left: -.12em; top: .12em;
  width: 42%; height: .55em;
  background: var(--red); opacity: .10;
  transform: skewX(-18deg);
}

.lede { max-width: 56ch; color: var(--body); margin-top: 20px; font-size: 17.5px; }
.mono-note { font: 500 12.5px/1.7 var(--font-mono); color: var(--steel); letter-spacing: .04em; }

/* email addresses never break mid-word — break after the @ via <wbr> (item 11) */
.email { overflow-wrap: normal; word-break: normal; font-size: .94em; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font: 600 13.5px/1 var(--font-mono);
  letter-spacing: .1em; text-transform: uppercase;
  padding: 17px 26px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .18s var(--ease), background .18s var(--ease),
              border-color .18s var(--ease), color .18s var(--ease);
  will-change: transform;
}
.btn:hover { text-decoration: none; }
.btn:active { transform: translateY(1px); }

.btn--red {
  background: var(--red); color: #fff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
.btn--red:hover { background: var(--red-deep); }
.btn--red .tick { color: rgba(255,255,255,.75); }

.btn--ghost {
  background: transparent; color: var(--paper);
  border-color: var(--line);
}
.btn--ghost:hover { border-color: var(--steel); background: var(--ink-1); }

.btn .tick { font-weight: 400; transition: transform .18s var(--ease); }
.btn:hover .tick { transform: translateX(4px); }

/* ---------- header ---------- */
.site-head {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  border-bottom: 1px solid var(--line-soft);
  background: color-mix(in srgb, var(--ink-0) 82%, transparent);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .25s var(--ease);
}
.site-head.is-solid { background: color-mix(in srgb, var(--ink-0) 94%, transparent); }
.site-head__row {
  display: flex; align-items: stretch; gap: 26px;
  height: 72px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  color: var(--paper); margin-right: auto;
}
.brand:hover { text-decoration: none; }
.brand__word {
  font: 700 19px/1 var(--font-display);
  text-transform: uppercase; letter-spacing: .04em;
}
.brand__word b { color: var(--red-text); font-weight: 700; }
.brand__tag {
  display: block; font: 500 9.5px/1 var(--font-mono);
  letter-spacing: .26em; text-transform: uppercase;
  color: var(--steel); margin-top: 4px;
}

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  position: relative;
  color: var(--steel);
  font: 500 12px/1 var(--font-mono);
  letter-spacing: .14em; text-transform: uppercase;
  padding: 10px 12px;
  transition: color .15s var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 12px; right: 12px; bottom: 4px;
  height: 2px; background: var(--red);
  transform: scaleX(0); transform-origin: left;
  transition: transform .22s var(--ease);
}
.nav a:hover { color: var(--paper); text-decoration: none; }
.nav a:hover::after, .nav a.is-active::after { transform: scaleX(1); }
.nav a.is-active { color: var(--paper); }

.head-cta { display: flex; align-items: center; gap: 14px; }
.phone-link { color: var(--paper); text-align: right; line-height: 1.15; }
.phone-link:hover { text-decoration: none; color: #fff; }
.phone-link .lbl {
  display: block; font: 500 9.5px/1 var(--font-mono);
  letter-spacing: .24em; text-transform: uppercase; color: var(--steel);
  margin-bottom: 4px;
}
.phone-link b { font: 700 16px/1 var(--font-display); letter-spacing: .06em; }
.head-cta .btn { padding: 13px 20px; }

.nav-toggle {
  display: none; width: 44px; height: 44px;
  background: none; border: 1px solid var(--line); cursor: pointer;
  position: relative; flex: none; align-self: center;
}
.nav-toggle span, .nav-toggle::before, .nav-toggle::after {
  content: ""; position: absolute; left: 11px; right: 11px; height: 2px;
  background: var(--paper); transition: transform .2s var(--ease), opacity .2s;
}
.nav-toggle::before { top: 15px; }
.nav-toggle span   { top: 21px; }
.nav-toggle::after { top: 27px; }
.nav-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span { opacity: 0; }
.nav-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative;
  padding: calc(72px + clamp(48px, 7vw, 96px)) 0 clamp(44px, 6vw, 80px);
  overflow: hidden;
}
.hero__grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
  gap: clamp(32px, 5vw, 64px); align-items: center;
}
.hero__routes {
  display: flex; flex-wrap: wrap; gap: 8px 22px; margin-bottom: 24px;
}
.hero__routes span {
  font: 500 11.5px/1 var(--font-mono); letter-spacing: .2em;
  text-transform: uppercase; color: var(--steel);
}
.hero__routes b { color: var(--red-text); font-weight: 500; margin-right: 6px; }

.hero h1 {
  font-family: var(--font-display); font-weight: 800;
  text-transform: uppercase; line-height: .9;
  font-size: clamp(58px, 10vw, 140px);
  color: var(--paper); letter-spacing: .002em;
}
.hero h1 .row { display: block; overflow: hidden; }
.hero h1 .row > span { display: block; }
.hero h1 .red { color: var(--red); }
.hero h1 .outline { color: transparent; -webkit-text-stroke: 2px #4a525c; }

.hero__sub {
  max-width: 52ch; margin-top: 26px; font-size: 17.5px; color: var(--body);
}
.hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.hero__facts {
  display: flex; flex-wrap: wrap; gap: 10px 34px;
  margin-top: 38px; padding-top: 20px;
  border-top: 1px solid var(--line-soft);
}
.hero__facts span {
  font: 500 12px/1.5 var(--font-mono); letter-spacing: .06em; color: var(--steel);
}
.hero__facts b { color: var(--paper); font-weight: 600; }

/* ---------- dispatch board (hero console, item 1) ---------- */
.console {
  background: var(--ink-1);
  border: 1px solid var(--line);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.7);
  position: relative;
}
.console__bar {
  display: flex; align-items: center; gap: 14px;
  padding: 13px 18px; border-bottom: 1px solid var(--line);
}
.console__bar .t {
  font: 600 11px/1 var(--font-mono); letter-spacing: .24em;
  text-transform: uppercase; color: var(--paper);
  margin-right: auto;
}
.console__clock {
  font: 500 11px/1 var(--font-mono); letter-spacing: .14em;
  color: var(--steel); font-variant-numeric: tabular-nums;
}
.console__bar .dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--red);
  box-shadow: 0 0 0 4px rgba(214,40,40,.15);
}
@keyframes recBlink { 0%, 60% { opacity: 1; } 61%, 100% { opacity: .25; } }
.dot--rec { animation: recBlink 1.6s steps(1) infinite; }

.console__map { position: relative; background: var(--ink-0); }
.console__map svg { width: 100%; height: auto; }

/* run status strip — DISPATCHED → ON ROUTE → DELIVERED */
.board__status {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.board__stage {
  position: relative;
  padding: 10px 8px 10px 22px;
  font: 600 10px/1 var(--font-mono); letter-spacing: .18em;
  text-transform: uppercase; color: #6e7883;
  transition: color .3s var(--ease);
}
.board__stage + .board__stage { border-left: 1px solid var(--line-soft); }
.board__stage::before {
  content: ""; position: absolute; left: 9px; top: 50%;
  width: 6px; height: 6px; margin-top: -3px;
  background: #3a4149;
  transition: background .3s var(--ease), opacity .3s var(--ease);
}
.board__stage.is-on { color: var(--paper); }
.board__stage.is-on::before { background: var(--red); }
.board__stage.is-done { color: var(--steel); }
.board__stage.is-done::before { background: var(--steel); }

.console__rows { border-top: 1px solid var(--line); }
.console__rows > div {
  display: grid; grid-template-columns: 92px 1fr auto;
  align-items: baseline; gap: 14px;
  padding: 12px 18px; border-bottom: 1px solid var(--line-soft);
}
.console__rows > div:last-child { border-bottom: 0; }
.console__rows .k {
  font: 500 10.5px/1 var(--font-mono); letter-spacing: .22em;
  text-transform: uppercase; color: var(--steel);
}
.console__rows .v { font: 600 14px/1.3 var(--font-mono); color: var(--paper); }
.console__rows .s { font: 500 10.5px/1 var(--font-mono); letter-spacing: .12em; color: var(--red-text); text-transform: uppercase; }

/* manifest ticker */
.ticker {
  overflow: hidden; border-top: 1px solid var(--line);
  background: var(--ink-0);
  padding: 9px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.ticker__inner {
  display: inline-flex; gap: 26px; white-space: nowrap;
  font: 500 10.5px/1 var(--font-mono); letter-spacing: .2em;
  text-transform: uppercase; color: var(--steel);
  animation: tickerRun 30s linear infinite;
  will-change: transform;
}
@keyframes tickerRun { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.console__foot {
  padding: 11px 18px; border-top: 1px solid var(--line);
  font: 500 10.5px/1.5 var(--font-mono); letter-spacing: .14em;
  text-transform: uppercase; color: var(--steel);
}

/* route drawing (shared by hero + coverage SVGs) */
.draw-path {
  stroke-dasharray: var(--len, 900);
  stroke-dashoffset: var(--len, 900);
  transition: stroke-dashoffset 2.2s var(--ease) .25s;
}
.is-drawn .draw-path { stroke-dashoffset: 0; }
.draw-node { opacity: 0; transition: opacity .5s var(--ease); }
.is-drawn .draw-node { opacity: 1; }
.is-drawn .draw-node:nth-of-type(1) { transition-delay: .4s; }
.is-drawn .draw-node:nth-of-type(2) { transition-delay: 1.2s; }
.is-drawn .draw-node:nth-of-type(3) { transition-delay: 2.1s; }

/* ---------- run band: bold stop-to-stop line (item 2) ---------- */
.runband {
  position: relative; overflow: hidden;
  background: var(--ink-1);
  border-bottom: 1px solid var(--line-soft);
  padding: clamp(40px, 6vw, 72px) 0 clamp(44px, 6vw, 76px);
}
.runband__head {
  display: flex; flex-wrap: wrap; gap: 10px 28px; align-items: baseline;
  justify-content: space-between;
  margin-bottom: clamp(34px, 5vw, 56px);
}
.runline {
  position: relative;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 0 8px;
}
/* the track */
.runline::before {
  content: ""; position: absolute; left: 7px; right: 7px; top: 7px;
  height: 2px; background: var(--line);
}
/* the red progress line — draws on scroll */
.runline::after {
  content: ""; position: absolute; left: 7px; right: 7px; top: 7px;
  height: 2px; background: var(--red);
  transform: scaleX(0); transform-origin: left;
  transition: transform 1.8s var(--ease) .2s;
}
.runline.is-drawn::after { transform: scaleX(1); }

.runline__stop {
  position: relative; padding-top: 30px;
  opacity: 0; transform: translateY(14px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
  transition-delay: calc(.25s + var(--i, 0) * .26s);
}
.runline.is-drawn .runline__stop { opacity: 1; transform: none; }

.runline__marker {
  position: absolute; left: 0; top: 0;
  width: 14px; height: 14px; border: 2.5px solid var(--steel);
  background: var(--ink-1);
}
.runline__marker--origin, .runline__marker--dest { border-color: var(--red); }
.runline__marker--origin::after, .runline__marker--dest::after {
  content: ""; position: absolute; inset: 2.5px; background: var(--red);
}
.runline__code {
  display: block;
  font: 800 clamp(22px, 2.6vw, 34px)/1 var(--font-display);
  letter-spacing: .06em; color: var(--paper); text-transform: uppercase;
}
.runline__city {
  display: block; margin-top: 6px;
  font: 600 12.5px/1.4 var(--font-body); color: var(--body);
}
.runline__tag {
  display: block; margin-top: 8px;
  font: 500 10px/1.5 var(--font-mono); letter-spacing: .16em;
  text-transform: uppercase; color: var(--steel);
}

/* ---------- sections ---------- */
.section { padding: clamp(56px, 7vw, 100px) 0; position: relative; overflow: hidden; }
.section--panel { background: var(--ink-1); border-block: 1px solid var(--line-soft); }
.section__head { max-width: 720px; }

/* ---------- service tiers: manifest cards (item 8) ---------- */
.tiers {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; margin-top: clamp(32px, 4.5vw, 56px);
}
.tier {
  position: relative;
  background: var(--ink-2);
  border: 1px solid var(--line);
  padding: 0;
  display: flex; flex-direction: column;
  transition: transform .25s var(--ease), border-color .25s var(--ease);
  overflow: hidden;
}
.tier:hover { transform: translateY(-5px); border-color: #363e47; }
/* red corner brackets */
.tier::before, .tier::after {
  content: ""; position: absolute; width: 18px; height: 18px; z-index: 2;
  border: 0 solid var(--red); opacity: .45;
  transition: opacity .25s var(--ease);
  pointer-events: none;
}
.tier::before { top: -1px; left: -1px; border-top-width: 2px; border-left-width: 2px; }
.tier::after { bottom: -1px; right: -1px; border-bottom-width: 2px; border-right-width: 2px; }
.tier:hover::before, .tier:hover::after { opacity: 1; }
/* content sits above the stencil watermark; red glow lifts on hover */
.tier > .tier__perf ~ * { position: relative; z-index: 1; }
.tier:hover { box-shadow: 0 24px 48px -24px rgba(214,40,40,.18), inset 0 0 0 1px rgba(214,40,40,.08); }

/* stencil number watermark */
.tier__wm {
  position: absolute; right: 6px; bottom: -18px; z-index: 0;
  font: 800 150px/1 var(--font-display);
  color: transparent; -webkit-text-stroke: 1.5px #23282f;
  letter-spacing: -.02em; pointer-events: none; user-select: none;
}

/* perforated waybill top edge */
.tier__perf {
  height: 10px; border-bottom: 1px dashed var(--line);
  background:
    radial-gradient(circle at 12px -4px, var(--ink-0) 6px, transparent 6.5px),
    radial-gradient(circle at calc(100% - 12px) -4px, var(--ink-0) 6px, transparent 6.5px);
}
.tier__head {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 22px 24px 0;
}
.tier__no { font: 500 12px/1 var(--font-mono); color: var(--steel); letter-spacing: .12em; }
.tier__stamp {
  position: relative;
  font: 600 10px/1 var(--font-mono); letter-spacing: .2em; text-transform: uppercase;
  color: var(--red-text); border: 1.5px solid currentColor;
  padding: 6px 9px; transform: rotate(3deg);
}
/* subtle pulse on the PRIORITY stamp — opacity only */
@keyframes stampPulse { 0%, 100% { opacity: .18; } 50% { opacity: .55; } }
.tier__stamp::before {
  content: ""; position: absolute; inset: -5px;
  background: radial-gradient(closest-side, rgba(214,40,40,.5), transparent 75%);
  opacity: .18; animation: stampPulse 2.6s var(--ease) infinite;
  pointer-events: none;
}
.tier h3 {
  font: 700 clamp(30px, 3vw, 38px)/0.95 var(--font-display);
  text-transform: uppercase; color: var(--paper);
  padding: 18px 24px 0; letter-spacing: .01em;
}
.tier__window {
  font: 500 11.5px/1.5 var(--font-mono); letter-spacing: .1em;
  text-transform: uppercase; color: var(--red-text);
  padding: 10px 24px 0;
}
.tier ul { padding: 18px 24px 24px; display: grid; gap: 10px; margin-top: auto; }
.tier li {
  display: flex; gap: 12px; align-items: baseline;
  font-size: 14.5px; color: var(--body);
}
.tier li::before {
  content: "//"; font: 500 11px var(--font-mono); color: var(--steel); flex: none;
}
.tier__price {
  border-top: 1px dashed var(--line);
  padding: 15px 24px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 12px; flex-wrap: wrap;
  font: 500 11.5px/1.4 var(--font-mono); letter-spacing: .14em;
  text-transform: uppercase; color: var(--steel);
}
.tier__price a { font-weight: 600; }
.tier--priority { border-color: color-mix(in srgb, var(--red) 45%, var(--line)); }
.tier--priority:hover { border-color: var(--red); }

.pricenote {
  margin-top: 26px; display: flex; gap: 16px; align-items: baseline;
  border-left: 2px solid var(--red);
  padding: 4px 0 4px 20px; max-width: 640px;
}
.pricenote p { font-size: 15px; color: var(--body); }
.pricenote b { color: var(--paper); }

/* ---------- equipment: spec plates with drawn iron (item 4) ---------- */
.eq { margin-top: clamp(36px, 5vw, 64px); display: grid; gap: clamp(28px, 4vw, 48px); }
.eq-plate {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  border: 1px solid var(--line);
  background: var(--ink-2);
}
.eq-plate--flip { direction: rtl; }
.eq-plate--flip > * { direction: ltr; }

.eq-plate__art {
  position: relative;
  background:
    /* rivet dots in the four corners */
    radial-gradient(circle at 14px 14px, #39424c 3px, transparent 3.6px),
    radial-gradient(circle at calc(100% - 14px) 14px, #39424c 3px, transparent 3.6px),
    radial-gradient(circle at 14px calc(100% - 14px), #39424c 3px, transparent 3.6px),
    radial-gradient(circle at calc(100% - 14px) calc(100% - 14px), #39424c 3px, transparent 3.6px),
    /* faint diagonal plate hatching */
    repeating-linear-gradient(115deg, transparent 0 46px, rgba(255,255,255,.02) 46px 47px),
    linear-gradient(160deg, #14171b 0%, #0d0f12 60%, #101318 100%);
  border-right: 1px solid var(--line);
  padding: clamp(18px, 3vw, 36px);
}
.eq-plate--flip .eq-plate__art { border-right: 0; border-left: 1px solid var(--line); }
.eq-plate__art svg { width: 100%; height: auto; }
.eq-plate__no {
  position: absolute; top: 14px; left: 30px;
  font: 500 11px/1 var(--font-mono); letter-spacing: .26em;
  color: var(--steel); text-transform: uppercase;
}
/* hazard corner tick */
.eq-plate__tick {
  position: absolute; right: 0; bottom: 0; width: 74px; height: 7px;
  background: repeating-linear-gradient(-45deg, var(--red) 0 9px, transparent 9px 20px);
  opacity: .8;
}
.eq-plate__body { padding: clamp(22px, 3.5vw, 44px); }
.eq-plate__body h3 {
  font: 700 clamp(32px, 4vw, 52px)/.95 var(--font-display);
  text-transform: uppercase; color: var(--paper);
  margin-top: 14px;
}
.eq-plate__body h3 .unit { color: var(--red); }
.eq-plate__body p { font-size: 15.5px; color: var(--body); max-width: 46ch; margin-top: 14px; }
.eq-plate__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.eq-plate__chips span {
  font: 500 10.5px/1 var(--font-mono); letter-spacing: .16em; text-transform: uppercase;
  color: var(--steel); border: 1px solid var(--line);
  padding: 8px 11px;
}

/* ---------- coverage: split panel + sticky geographic map (items 3, 9) ---------- */
.coverage__grid {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(36px, 5vw, 72px); align-items: start;
}
.covmap-panel { position: sticky; top: 96px; }
.covmap {
  background: var(--ink-0); border: 1px solid var(--line);
  position: relative;
}
.covmap svg { width: 100%; height: auto; }
.covmap__tag {
  position: absolute; top: 14px; left: 16px;
  font: 500 10.5px/1 var(--font-mono); letter-spacing: .22em;
  text-transform: uppercase; color: var(--steel);
}
.covmap__legend {
  display: flex; flex-wrap: wrap; gap: 8px 22px;
  padding: 12px 16px; border-top: 1px solid var(--line);
  font: 500 10px/1 var(--font-mono); letter-spacing: .16em;
  text-transform: uppercase; color: var(--steel);
}
.covmap__legend span { display: inline-flex; align-items: center; gap: 8px; }
.covmap__legend .lg { width: 10px; height: 10px; flex: none; }
.lg--hub { border: 2px solid var(--red); }
.lg--node { border-radius: 50%; background: #8f99a5; width: 7px; height: 7px; }
.lg--route { height: 2px; width: 16px; background: var(--red); }

/* map city nodes: hover / chip-linked highlight */
.city { cursor: default; }
.city circle, .city rect { transition: fill .2s var(--ease), stroke .2s var(--ease); }
.city text { transition: fill .2s var(--ease); }
.city:hover circle, .city.is-hot circle { fill: var(--red); }
.city:hover text, .city.is-hot text { fill: var(--paper); }
.city--hub:hover rect, .city--hub.is-hot rect { stroke: var(--red-text); }

/* base pulse ring — transform+opacity only */
@keyframes basePulse {
  0%   { transform: scale(.6); opacity: .7; }
  70%  { transform: scale(1.5); opacity: 0; }
  100% { transform: scale(1.5); opacity: 0; }
}
.pulse {
  transform-box: fill-box; transform-origin: center;
  animation: basePulse 2.8s var(--ease) infinite;
}

.citygrid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px; margin-top: 14px;
}
.citychip {
  font: 500 12px/1 var(--font-mono); letter-spacing: .08em;
  color: var(--body);
  border: 1px solid var(--line-soft);
  padding: 12px 14px;
  transition: border-color .2s var(--ease), color .2s var(--ease), background .2s var(--ease);
}
.citychip:hover, .citychip.is-hot { border-color: var(--red); color: var(--paper); background: var(--ink-1); }
.citychip.hub { border-color: color-mix(in srgb, var(--red) 40%, var(--line)); color: var(--paper); }

/* ---------- credibility: overlap composition (items 5, 9) ---------- */
.cred { overflow: hidden; }
.cred__stage {
  display: grid; grid-template-columns: repeat(12, 1fr);
  align-items: center;
}
/* fleet illustration bleeds behind the fact card */
.fleetart {
  grid-column: 4 / -1; grid-row: 1;
  position: relative;
  border: 1px solid var(--line);
  background:
    radial-gradient(closest-side at 60% 55%, rgba(214,40,40,.10), transparent 75%),
    repeating-linear-gradient(115deg, transparent 0 46px, rgba(255,255,255,.02) 46px 47px),
    linear-gradient(160deg, #14171b 0%, #0d0f12 60%, #101318 100%);
  padding: clamp(20px, 3vw, 48px) clamp(16px, 2.5vw, 40px);
}
.fleetart svg { width: 100%; height: auto; }
.fleetart__corner {
  position: absolute; right: 0; top: 0; width: 92px; height: 8px;
  background: repeating-linear-gradient(-45deg, var(--red) 0 10px, transparent 10px 22px);
}
.fleetart__label {
  position: absolute; left: 16px; bottom: 12px;
  font: 500 10px/1 var(--font-mono); letter-spacing: .24em;
  text-transform: uppercase; color: var(--steel);
  background: color-mix(in srgb, var(--ink-0) 80%, transparent);
  padding: 7px 10px; border: 1px solid var(--line);
}
.cred__card {
  grid-column: 1 / 8; grid-row: 1; z-index: 2;
  background: color-mix(in srgb, var(--ink-2) 94%, transparent);
  border: 1px solid var(--line);
  box-shadow: 24px 24px 60px -30px rgba(0,0,0,.8);
  padding: clamp(24px, 3.5vw, 48px);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.cred__card .display { font-size: clamp(38px, 4.6vw, 64px); }
.cred__card .lede { font-size: 16px; }
.cred__facts { margin-top: 28px; display: grid; gap: 0; border-top: 1px solid var(--line); }
.cred__facts > div {
  display: grid; grid-template-columns: 120px 1fr; gap: 18px;
  padding: 13px 0; border-bottom: 1px solid var(--line);
  align-items: baseline;
}
.cred__facts .k {
  font: 500 10.5px/1.6 var(--font-mono); letter-spacing: .2em;
  text-transform: uppercase; color: var(--steel);
}
.cred__facts .v { font-size: 15px; color: var(--paper); }
.cred__facts .v a { color: var(--paper); }
.cred__facts .v a:hover { color: var(--red-text); }

/* ---------- FAQ ---------- */
.faq { margin-top: clamp(28px, 4vw, 44px); border-top: 1px solid var(--line); max-width: 860px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  display: grid; grid-template-columns: 56px 1fr 30px;
  gap: 16px; align-items: baseline;
  cursor: pointer; list-style: none;
  padding: 22px 0;
  font: 600 17px/1.4 var(--font-body); color: var(--paper);
  transition: color .15s var(--ease);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::marker { display: none; }
.faq summary:hover { color: #fff; }
.faq summary .idx { font: 500 12px/1.8 var(--font-mono); color: var(--steel); letter-spacing: .1em; }
.faq summary .plus {
  font: 400 20px/1 var(--font-mono); color: var(--steel);
  text-align: right; transition: transform .25s var(--ease);
}
.faq details[open] .plus { transform: rotate(45deg); color: var(--red-text); }
.faq details p {
  padding: 0 46px 24px 72px; color: var(--body); font-size: 15.5px; max-width: 68ch;
}

/* ---------- contact: full-bleed dispatch band (items 6, 9) ---------- */
.contact {
  background:
    radial-gradient(120% 130% at 50% 0%, rgba(214,40,40,.10), transparent 55%),
    var(--ink-red);
  border-top: 1px solid #2a1a1c;
  text-align: center;
}
.contact__inner { display: grid; justify-items: center; }
.contact .display { margin-top: 16px; }
.contact .lede { margin-inline: auto; }

.bigphone {
  display: grid; justify-items: center; gap: 10px;
  margin-top: clamp(28px, 4vw, 44px);
  color: var(--paper);
}
.bigphone:hover { text-decoration: none; }
.bigphone__lbl {
  font: 500 11px/1 var(--font-mono); letter-spacing: .3em;
  text-transform: uppercase; color: var(--steel);
}
.bigphone__no {
  font: 800 clamp(52px, 9vw, 128px)/0.95 var(--font-display);
  letter-spacing: .02em;
  color: transparent; -webkit-text-stroke: 2px var(--paper);
  transition: color .25s var(--ease);
}
.bigphone:hover .bigphone__no, .bigphone:focus-visible .bigphone__no { color: var(--paper); }
.bigphone__no i { font-style: normal; -webkit-text-stroke: 0; color: var(--red); }

.contact .hero__cta { justify-content: center; }
.contact__lines {
  display: flex; flex-wrap: wrap; gap: 0 40px; justify-content: center;
  margin-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid #2a1a1c; padding-top: 22px;
}
.contact__line {
  display: inline-flex; gap: 14px; align-items: baseline;
  padding: 8px 0; color: var(--paper);
}
.contact__line:hover { text-decoration: none; }
a.contact__line:hover .v { color: var(--red-text); }
.contact__line .k {
  font: 500 10.5px/1.8 var(--font-mono); letter-spacing: .22em;
  text-transform: uppercase; color: var(--steel);
}
.contact__line .v { font: 600 clamp(15px, 1.8vw, 19px)/1.3 var(--font-mono); color: var(--paper); transition: color .15s var(--ease); }

/* ---------- footer ---------- */
.site-foot { border-top: 1px solid var(--line); padding: 34px 0 110px; }
@media (min-width: 761px) { .site-foot { padding-bottom: 34px; } }
.foot__row {
  display: flex; flex-wrap: wrap; gap: 14px 34px; align-items: baseline;
}
.foot__brand {
  font: 700 17px/1 var(--font-display); text-transform: uppercase;
  color: var(--paper); letter-spacing: .04em; margin-right: auto;
}
.foot__brand b { color: var(--red-text); }
.foot__meta { font: 500 12px/1.8 var(--font-mono); color: var(--steel); letter-spacing: .04em; }
.foot__meta a { color: var(--steel); }
.foot__meta a:hover { color: var(--paper); }

/* ---------- sticky mobile call bar ---------- */
.callbar {
  position: fixed; inset: auto 0 0 0; z-index: 110;
  display: none;
  grid-template-columns: 1.2fr 1fr;
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--ink-0) 92%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding-bottom: env(safe-area-inset-bottom);
}
.callbar a {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: 17px 10px;
  font: 600 13px/1 var(--font-mono); letter-spacing: .12em; text-transform: uppercase;
}
.callbar a:hover { text-decoration: none; }
.callbar .call { background: var(--red); color: #fff; }
.callbar .quote { color: var(--paper); }
.callbar svg { width: 16px; height: 16px; }

/* ---------- quote page (item 15: same texture system) ---------- */
.qhero {
  position: relative; overflow: hidden;
  padding: calc(72px + clamp(40px, 6vw, 72px)) 0 clamp(20px, 3vw, 36px);
}
.qhero h1 {
  font: 800 clamp(48px, 8vw, 110px)/0.9 var(--font-display);
  text-transform: uppercase; color: var(--paper);
  position: relative;
}
.qhero h1 .red { color: var(--red); }
.qhero h1::before {
  content: ""; position: absolute; z-index: -1;
  left: -.12em; top: .14em; width: 34%; height: .5em;
  background: var(--red); opacity: .10; transform: skewX(-18deg);
}
.qnote {
  margin-top: 28px; max-width: 640px;
  border-left: 2px solid var(--red);
  padding: 4px 0 4px 20px;
  font-size: 15px; color: var(--body);
}
.qnote b { color: var(--paper); }

.quote-grid {
  display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .75fr);
  gap: clamp(30px, 5vw, 64px);
  align-items: start;
  padding-bottom: clamp(56px, 7vw, 100px);
}

.form {
  background: var(--ink-1); border: 1px solid var(--line);
  padding: clamp(22px, 3.5vw, 40px);
  position: relative;
}
/* corner brackets on the form, same card language as the tiers */
.form::before, .form::after {
  content: ""; position: absolute; width: 18px; height: 18px;
  border: 0 solid var(--red); opacity: .45; pointer-events: none;
}
.form::before { top: -1px; left: -1px; border-top-width: 2px; border-left-width: 2px; }
.form::after { bottom: -1px; right: -1px; border-bottom-width: 2px; border-right-width: 2px; }

.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.field { display: grid; gap: 8px; }
.field--full { grid-column: 1 / -1; }
.field label {
  font: 500 11px/1 var(--font-mono); letter-spacing: .18em;
  text-transform: uppercase; color: var(--steel);
}
.field .req { color: var(--red-text); }
.field input, .field select, .field textarea {
  width: 100%; background: var(--ink-0);
  border: 1px solid var(--line);
  color: var(--paper);
  font: 400 15px/1.5 var(--font-body);
  padding: 13px 14px;
  border-radius: 0;
  transition: border-color .15s var(--ease);
}
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--steel);
}
.field input[aria-invalid="true"], .field textarea[aria-invalid="true"] {
  border-color: var(--red);
}
.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%239aa3ae' stroke-width='1.6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 14px center;
  padding-right: 38px;
}
.field .err {
  display: none;
  font: 500 11.5px/1.5 var(--font-mono); color: var(--red-text);
}
.field.is-bad .err { display: block; }

/* honeypot: off-canvas, still focus-skipped */
.hp { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

.form__actions {
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  margin-top: 28px;
}
.form__hint { font: 500 11.5px/1.6 var(--font-mono); color: var(--steel); letter-spacing: .04em; }
.form__status {
  margin-top: 18px;
  font: 500 13px/1.7 var(--font-mono);
  display: none;
  border: 1px solid var(--line);
  padding: 14px 16px;
}
.form__status.is-ok  { display: block; color: var(--paper); border-color: #3a4149; }
.form__status.is-err { display: block; color: var(--red-text); border-color: color-mix(in srgb, var(--red) 50%, var(--line)); }
.form__status a { font-weight: 600; }

.qside { position: sticky; top: 96px; display: grid; gap: 18px; }
.qside .console__rows > div { grid-template-columns: 86px 1fr; }

/* dispatch checklist plate on the quote page */
.checkplate {
  border: 1px solid var(--line); background: var(--ink-1);
  position: relative;
}
.checkplate__bar {
  padding: 12px 18px; border-bottom: 1px solid var(--line);
  font: 600 11px/1 var(--font-mono); letter-spacing: .24em;
  text-transform: uppercase; color: var(--paper);
}
.checkplate ul { padding: 14px 18px 18px; display: grid; gap: 9px; }
.checkplate li {
  display: flex; gap: 12px; align-items: baseline;
  font: 500 12.5px/1.6 var(--font-mono); color: var(--body); letter-spacing: .03em;
}
.checkplate li::before {
  content: ""; width: 8px; height: 8px; flex: none;
  border: 2px solid var(--steel); transform: translateY(1px);
}
.checkplate__tick {
  position: absolute; right: 0; bottom: 0; width: 60px; height: 6px;
  background: repeating-linear-gradient(-45deg, var(--red) 0 8px, transparent 8px 18px);
  opacity: .8;
}

/* ---------- 404 ---------- */
.lost {
  min-height: 100svh; display: grid; place-items: center; text-align: center;
  padding: 120px var(--gutter) 80px;
}
.lost h1 {
  font: 800 clamp(80px, 16vw, 220px)/0.9 var(--font-display);
  color: transparent; -webkit-text-stroke: 2px var(--steel);
}
.lost .mono-note { margin-top: 18px; }
.lost .hero__cta { justify-content: center; }

/* ---------- reveal on scroll (item 14: snappier) ---------- */
.reveal {
  opacity: 0; transform: translateY(18px);
  transition: opacity .55s var(--ease-snap), transform .55s var(--ease-snap);
  transition-delay: calc(var(--d, 0) * 80ms);
}
.reveal.is-in { opacity: 1; transform: none; }

/* hero load choreography */
@keyframes riseIn {
  from { transform: translateY(110%); }
  to   { transform: translateY(0); }
}
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: none; }
}
.hero h1 .row > span { animation: riseIn .8s var(--ease) both; }
.hero h1 .row:nth-child(1) > span { animation-delay: .06s; }
.hero h1 .row:nth-child(2) > span { animation-delay: .16s; }
.hero h1 .row:nth-child(3) > span { animation-delay: .26s; }
.hero__routes, .hero__sub, .hero__cta, .hero__facts { animation: fadeUp .7s var(--ease) both; }
.hero__routes { animation-delay: .04s; }
.hero__sub   { animation-delay: .38s; }
.hero__cta   { animation-delay: .48s; }
.hero__facts { animation-delay: .58s; }
.hero .console { animation: fadeUp .9s var(--ease) .4s both; }

/* ---------- reduced motion: kill it ALL, keep good static frames ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0ms !important;
  }
  .reveal { opacity: 1; transform: none; }
  .draw-path { stroke-dashoffset: 0 !important; }
  .draw-node { opacity: 1 !important; }
  .runline::after { transform: scaleX(1); }
  .runline__stop { opacity: 1; transform: none; }
  .ticker__inner { animation: none; transform: none; }
  .dot--rec { animation: none; opacity: 1; }
  .tier__stamp::before { animation: none; opacity: .3; }
  .pulse { animation: none; transform: none; opacity: .5; }
}

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero .console { max-width: 560px; }
  .coverage__grid { grid-template-columns: 1fr; }
  .covmap-panel { position: static; }
  .cred__stage { display: block; }
  .fleetart { margin-top: 26px; }
  .cred__card { box-shadow: none; }
  .eq-plate { grid-template-columns: 1fr; }
  .eq-plate--flip { direction: ltr; }
  .eq-plate__art { border-right: 0; border-bottom: 1px solid var(--line); }
  .eq-plate--flip .eq-plate__art { border-left: 0; }
  .quote-grid { grid-template-columns: 1fr; }
  .qside { position: static; }
}
@media (max-width: 900px) {
  .nav {
    position: fixed; inset: 72px 0 auto 0;
    background: var(--ink-0);
    border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch;
    padding: 12px var(--gutter) 20px;
    display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 4px; border-bottom: 1px solid var(--line-soft); }
  .nav a::after { display: none; }
  .nav-toggle { display: block; }
  .phone-link { display: none; }
  .tiers { grid-template-columns: 1fr; max-width: 560px; }
  /* run line goes vertical: readable stop list, not shrunken labels */
  .runline { grid-template-columns: 1fr; gap: 26px 0; }
  .runline::before {
    left: 6px; right: auto; top: 8px; bottom: 8px;
    width: 2px; height: auto;
  }
  .runline::after {
    left: 6px; right: auto; top: 8px; bottom: 8px;
    width: 2px; height: auto;
    transform: scaleY(0); transform-origin: top;
  }
  .runline.is-drawn::after { transform: scaleY(1); }
  .runline__stop { padding-top: 0; padding-left: 36px; }
  .runline__marker { top: 4px; }
  @media (prefers-reduced-motion: reduce) {
    .runline::after { transform: scaleY(1); }
  }
}
@media (max-width: 760px) {
  .callbar { display: grid; }
  .head-cta .btn { display: none; }
  .form__grid { grid-template-columns: 1fr; }
  .faq summary { grid-template-columns: 40px 1fr 24px; }
  .faq details p { padding-left: 56px; padding-right: 12px; }
  .hero__facts { gap: 10px 22px; }
  .board__stage { letter-spacing: .1em; padding-left: 18px; }
  .contact__lines { flex-direction: column; gap: 4px; align-items: center; }
}
