/* ==========================================================================
   E&O INC — Shared styles
   Brand book v1.0: Onyx #11100E · Soft Fawn #C6A967 · Tuscan Sun #F3C768
                    Vanilla Custard #F6E5AD · warm greys
   Type: Clash Grotesk (headlines) · Anek Latin (body) · Georgia (accents)
   ========================================================================== */

:root {
  --c-ink:        #11100E;   /* Onyx */
  --c-ink-2:      #1A1814;
  --c-ink-3:      #0C0B0A;
  --c-panel:      #22201C;   /* brand grey 22201C */
  --c-panel-2:    #2D2A25;
  --c-line:       #2D2A25;
  --c-line-2:     #38342E;
  --c-mute:       #877C6E;
  --c-text:       #F6F5F4;
  --c-text-2:     #BFB8B0;
  --c-gold:       #C6A967;   /* Soft Fawn */
  --c-gold-soft:  #F6E5AD;   /* Vanilla Custard */
  --c-gold-bright:#F3C768;   /* Tuscan Sun */
  --c-gold-deep:  #8F7B45;
  --c-signal:     #D64B2B;
  --grad-gold: linear-gradient(100deg, #F6E5AD 0%, #C6A967 100%);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 76px;

  --f-display: "Clash Grotesk", "Anek Latin", -apple-system, sans-serif;
  --f-serif: Georgia, "Times New Roman", serif;
  --f-body: "Anek Latin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --f-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
*::selection { background: var(--c-gold); color: var(--c-ink); }

html {
  scroll-behavior: smooth;
  background: var(--c-ink);
  color: var(--c-text);
}

html { overflow-x: clip; }
body {
  font-family: var(--f-body);
  font-size: 1rem;
  line-height: 1.6;
  background: var(--c-ink);
  color: var(--c-text);
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, select, textarea { font: inherit; color: inherit; background: transparent; border: none; outline: none; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--c-text);
}

.display {
  font-family: var(--f-display);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -0.022em;
  text-wrap: balance;
}

em, .italic-gold {
  font-family: var(--f-serif);
  font-style: italic;
  color: var(--c-gold);
  font-weight: 400;
  letter-spacing: 0;
}

.num {
  font-family: var(--f-display);
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
  font-weight: 500;
  letter-spacing: -0.02em;
}

/* Grain */
.noise-overlay {
  position: fixed; inset: 0; pointer-events: none; z-index: 1;
  opacity: 0.04; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.8  0 0 0 0 0.8  0 0 0 0 0.8  0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.container { width: 100%; max-width: 1360px; margin-inline: auto; padding-inline: clamp(1.25rem, 3vw, 2.5rem); }

/* Eyebrow */
.eyebrow {
  font-family: var(--f-body);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--c-gold);
  display: inline-flex;
  align-items: center;
  gap: 0.7em;
}
.eyebrow.no-rule { gap: 0; }
.eyebrow:not(.no-rule)::before {
  content: ""; width: 28px; height: 1px; background: var(--c-gold); display: inline-block;
}

/* Module head (numbered) — Baltlease DNA */
.mod-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 1100px;
}
.mod-num {
  font-family: var(--f-mono);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: var(--c-gold);
  padding-top: 0.75rem;
  border-top: 1px solid var(--c-gold);
  min-width: 64px;
  display: block;
}
.mod-head h2.display {
  font-size: clamp(2.25rem, 5.2vw, 4.5rem);
  margin-top: 0.9rem;
}

/* Buttons — gold gradient pills per brand book CTA spec */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 0.6rem;
  height: 52px; padding: 0 1.9rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 300ms var(--ease), background 300ms var(--ease), color 300ms var(--ease), border-color 300ms var(--ease), box-shadow 300ms var(--ease);
  white-space: nowrap;
}
.btn-lg { height: 58px; padding: 0 2.3rem; font-size: 0.92rem; }
.btn-primary { background: var(--grad-gold); color: var(--c-ink); }
.btn-primary:hover { background: var(--c-gold-soft); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(198, 169, 103, 0.25); }
.btn-outline { background: transparent; border: 1px solid var(--c-gold); color: var(--c-gold); }
.btn-outline:hover { background: var(--c-gold); color: var(--c-ink); transform: translateY(-2px); }
.btn-ghost { background: transparent; border: 1px solid var(--c-line-2); color: var(--c-text); }
.btn-ghost:hover { border-color: var(--c-gold); color: var(--c-gold); }
.arrow {
  width: 10px; height: 10px;
  border-right: 1.5px solid currentColor;
  border-top: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 300ms var(--ease);
}
.btn:hover .arrow { transform: rotate(45deg) translate(3px, -3px); }

/* Reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 800ms var(--ease), transform 800ms var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

/* Page loader */
.page-loader {
  position: fixed; inset: 0; background: var(--c-ink); z-index: 1000;
  display: grid; place-items: center;
  transition: opacity 500ms var(--ease), visibility 500ms;
}
.page-loader.done { opacity: 0; visibility: hidden; pointer-events: none; }
.page-loader img { width: 88px; animation: pulseLogo 1.6s var(--ease) infinite; }
@keyframes pulseLogo { 0%, 100% { opacity: 0.35; transform: scale(0.95); } 50% { opacity: 1; transform: scale(1); } }

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; height: var(--nav-h); z-index: 100;
  display: flex; align-items: center;
  transition: height 400ms var(--ease), background 400ms var(--ease), backdrop-filter 400ms var(--ease), border-color 400ms var(--ease);
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  height: 60px;
  background: rgba(16, 16, 16, 0.78);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom-color: var(--c-line);
}
.nav .container { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.nav-brand { display: flex; align-items: center; gap: 0.75rem; }
.nav-brand img { width: 40px; height: 40px; object-fit: contain; }
.nav-brand .wordmark {
  font-family: var(--f-serif);   /* matches the serif E&O INC logo lockup */
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
.nav-brand .wordmark .amp { color: var(--c-gold); }
.nav-brand .wordmark-sub {
  font-family: var(--f-serif);
  font-size: 1em;
  letter-spacing: 0.06em;
  color: var(--c-gold);
  margin-left: 0.35rem;
}

.nav-links { display: flex; align-items: center; gap: 2rem; list-style: none; }
.nav-links a {
  font-size: 0.82rem; font-weight: 500;
  color: var(--c-text-2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative; padding: 0.5rem 0;
  transition: color 300ms var(--ease);
}
.nav-links a:hover, .nav-links a.active { color: var(--c-text); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -2px;
  height: 1px; background: var(--c-gold); transition: right 300ms var(--ease);
}
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }

.nav-cta { display: flex; align-items: center; gap: 1rem; }
.nav-cta .btn { height: 40px; padding: 0 1.1rem; font-size: 0.75rem; }

.lang-toggle {
  display: flex;
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.12em;
  border: 1px solid var(--c-line-2); border-radius: 2px;
}
.lang-toggle button {
  padding: 0.35rem 0.55rem;
  color: var(--c-mute);
  transition: color 200ms var(--ease), background 200ms var(--ease);
}
.lang-toggle button.active { color: var(--c-ink); background: var(--c-gold); }
.lang-toggle button:hover:not(.active) { color: var(--c-text); }

.nav-burger { display: none; flex-direction: column; gap: 5px; width: 28px; cursor: pointer; }
.nav-burger span { height: 1.5px; background: var(--c-text); transition: transform 300ms var(--ease), opacity 300ms var(--ease); }
.mobile-menu {
  position: fixed; inset: 0; background: var(--c-ink); z-index: 99;
  display: grid; place-items: center;
  opacity: 0; visibility: hidden;
  transition: opacity 400ms var(--ease), visibility 400ms;
}
.mobile-menu.open { opacity: 1; visibility: visible; }
.mobile-menu ul { list-style: none; display: grid; gap: 2rem; text-align: center; }
.mobile-menu a {
  font-family: var(--f-display); font-weight: 500; font-size: 2.5rem;
  color: var(--c-text);
  opacity: 0; transform: translateY(16px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease), color 300ms var(--ease);
}
.mobile-menu.open a { opacity: 1; transform: none; }
.mobile-menu a:hover { color: var(--c-gold); }

@media (max-width: 980px) {
  .nav-links, .nav-cta .btn, .nav-cta .lang-toggle { display: none; }
  .nav-burger { display: flex; }
}

/* ==========================================================================
   RIGHT-RAIL (Terminal Industries DNA)
   ========================================================================== */
.rail {
  position: fixed;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.rail-dot {
  width: 22px; height: 22px;
  display: grid; place-items: center;
  position: relative;
  cursor: pointer;
}
.rail-dot::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--c-line-2);
  transition: background 300ms var(--ease), transform 300ms var(--ease), width 300ms var(--ease);
}
.rail-dot.active::before { background: var(--c-gold); transform: scale(1.4); }
.rail-dot:hover::before { background: var(--c-gold); }
.rail-dot span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(10px, -50%);
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  color: var(--c-text);
  background: rgba(16, 16, 16, 0.85);
  border: 1px solid var(--c-line);
  padding: 0.3rem 0.55rem;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms var(--ease), transform 250ms var(--ease);
}
.rail-dot:hover span, .rail-dot.active span {
  opacity: 1;
  transform: translate(0, -50%);
}
@media (max-width: 980px) { .rail { display: none; } }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-top: var(--nav-h);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; background-color: var(--c-ink-3); }
.hero-bg img {
  width: 100%; height: 100%; object-fit: cover;
  animation: kenburns 22s linear infinite alternate;
}
@keyframes kenburns { from { transform: scale(1.02); } to { transform: scale(1.1); } }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(16,16,16,0.4) 0%, rgba(16,16,16,0.55) 40%, rgba(16,16,16,0.9) 85%, var(--c-ink) 100%),
    linear-gradient(90deg, rgba(16,16,16,0.5) 0%, transparent 50%);
}

.hero-corners { position: absolute; inset: 2rem clamp(1.25rem, 3vw, 2.5rem); z-index: 2; pointer-events: none; }
.hero-corners .c {
  position: absolute; width: 18px; height: 18px;
  border: 1px solid var(--c-gold);
}
.hero-corners .c-tl { top: 0; left: 0; border-right: 0; border-bottom: 0; }
.hero-corners .c-tr { top: 0; right: 0; border-left: 0; border-bottom: 0; }
.hero-corners .c-bl { bottom: 0; left: 0; border-right: 0; border-top: 0; }
.hero-corners .c-br { bottom: 0; right: 0; border-left: 0; border-top: 0; }

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-block: 4rem 6.5rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(196, 162, 101, 0.25);
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: var(--c-text-2);
}
.hero-meta-item { display: inline-flex; align-items: center; gap: 0.5rem; }
.hero-meta-item .dot {
  width: 7px; height: 7px; background: var(--c-gold); border-radius: 50%;
  box-shadow: 0 0 12px var(--c-gold);
  animation: livePulse 1.6s var(--ease) infinite;
}
@keyframes livePulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero-title {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(3.5rem, 10vw, 10rem);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 3rem;
}
.hero-title span { display: block; }
.hero-title .line-1 {
  opacity: 0;
  transform: translateY(40px);
  animation: titleRise 900ms var(--ease-out) 300ms forwards;
}
.hero-title .line-2 {
  opacity: 0;
  transform: translateY(40px);
  animation: titleRise 900ms var(--ease-out) 420ms forwards;
  padding-left: clamp(2rem, 8vw, 8rem);
}
.hero-title .line-3 {
  opacity: 0;
  transform: translateY(40px);
  animation: titleRise 900ms var(--ease-out) 540ms forwards;
}
.hero-title em {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 0.94em;
  color: var(--c-gold);
}
@keyframes titleRise { to { opacity: 1; transform: none; } }

.hero-foot {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: end;
  padding-top: 2rem;
  border-top: 1px solid rgba(196, 162, 101, 0.18);
}
.hero-sub {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--c-text-2);
  max-width: 620px;
}
.hero-sub strong { color: var(--c-gold); font-weight: 500; }
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; }

.hero-numeral {
  position: absolute;
  right: clamp(1.5rem, 4vw, 3rem);
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: right;
  pointer-events: none;
  opacity: 0;
  animation: numIn 1200ms var(--ease-out) 800ms forwards;
}
@keyframes numIn { to { opacity: 1; } }
.hero-numeral .num-xl {
  display: block;
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(6rem, 18vw, 18rem);
  line-height: 0.8;
  letter-spacing: -0.04em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(198, 169, 103, 0.38);
}
.hero-numeral .num-xl sup {
  font-size: 0.4em;
  vertical-align: 0.5em;
  -webkit-text-stroke: 1px rgba(198, 169, 103, 0.45);
}
.hero-numeral .num-lbl {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  color: var(--c-gold);
}
@media (max-width: 900px) {
  .hero-numeral { display: none; }
  .hero-foot { grid-template-columns: 1fr; gap: 2rem; }
  .hero-ctas { justify-content: flex-start; }
}

.hero-scroll {
  position: absolute;
  left: clamp(1.5rem, 3vw, 2.5rem);
  bottom: 1.5rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--f-mono);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  color: var(--c-gold);
}
.hero-scroll .line {
  width: 1px; height: 64px;
  background: linear-gradient(to bottom, transparent, var(--c-gold));
  position: relative; overflow: hidden;
}
.hero-scroll .line::after {
  content: ""; position: absolute; left: 0; top: -20%;
  width: 100%; height: 20%; background: var(--c-gold);
  animation: scrollPulse 2.4s var(--ease) infinite;
}
@keyframes scrollPulse {
  0% { top: -20%; opacity: 0; }
  20% { opacity: 1; }
  100% { top: 120%; opacity: 0; }
}
@media (max-width: 900px) { .hero-scroll { display: none; } }

/* ==========================================================================
   MARQUEE
   ========================================================================== */
.marquee {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--c-line);
  padding-block: 1.4rem;
  background: var(--c-ink-2);
}
.marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  animation: marqueeSlide 38s linear infinite;
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  letter-spacing: -0.01em;
  color: var(--c-text);
}
.marquee-track .sep {
  color: var(--c-gold);
  font-style: normal;
  font-size: 0.7em;
}
.marquee-track span sup { font-size: 0.5em; color: var(--c-gold); vertical-align: 0.5em; font-style: normal; }
@keyframes marqueeSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ==========================================================================
   SECTIONS
   ========================================================================== */
section { position: relative; z-index: 2; }
.section { padding-block: clamp(5rem, 10vw, 9rem); }

/* ==========================================================================
   METRICS
   ========================================================================== */
.metrics-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--c-line);
}
.metric {
  padding: 2.5rem 1.5rem 0;
  border-right: 1px solid var(--c-line);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.metric:last-child { border-right: none; }
.metric-num {
  font-size: clamp(2.6rem, 7vw, 6rem);
  color: var(--c-text);
  line-height: 1;
}
.metric-label {
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 0.75rem;
}
.metric-body p {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--c-text-2);
}
@media (max-width: 880px) {
  .metrics-grid { grid-template-columns: repeat(2, 1fr); }
  .metric:nth-child(2) { border-right: none; }
  .metric { padding-top: 2rem; border-bottom: 1px solid var(--c-line); padding-bottom: 2rem; }
}
@media (max-width: 560px) {
  /* one metric per row on phones — numbers stay big and fully readable */
  .metrics-grid { grid-template-columns: 1fr; }
  .metric { border-right: none; padding-inline: 0.25rem; }
  .metric-num { font-size: clamp(3.25rem, 16vw, 4.5rem); }
}

/* ==========================================================================
   PHOTO BREAK
   ========================================================================== */
.photo-break {
  height: clamp(340px, 60vh, 580px);
  position: relative;
  overflow: hidden;
  background: var(--c-ink-3);
}
.photo-break img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); }
.photo-break::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,16,16,0.5), rgba(16,16,16,0.2) 40%, rgba(16,16,16,0.75));
}
.photo-break-caption {
  position: absolute;
  left: 0; right: 0; bottom: 2rem;
  z-index: 2;
  text-align: center;
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  color: var(--c-gold);
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  padding-inline: 1rem;
}

/* ==========================================================================
   PAY
   ========================================================================== */
.pay-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.pay-copy .lead {
  font-family: var(--f-display);
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  line-height: 1.35;
  color: var(--c-text);
  margin-bottom: 1.75rem;
  letter-spacing: -0.01em;
}
.pay-copy p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--c-text-2);
  margin-bottom: 1.5rem;
}
.pay-copy p em { color: var(--c-gold); font-style: italic; }
.pay-bullets {
  list-style: none;
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
.pay-bullets li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: baseline;
  font-size: 0.98rem;
  color: var(--c-text);
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--c-line);
}
.pay-bullets li > span:first-child {
  color: var(--c-gold);
  font-family: var(--f-mono);
  font-size: 0.9rem;
}
.pay-bullets li p { margin: 0; }

.pay-board {
  background: var(--c-panel);
  border: 1px solid var(--c-line);
}
.pay-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "label val"
    "note  val";
  padding: 1.75rem 2rem;
  border-bottom: 1px solid var(--c-line);
  border-left: 2px solid transparent;
  align-items: center;
  gap: 0.5rem 1.5rem;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 600ms var(--ease), transform 600ms var(--ease),
              background 300ms var(--ease), border-color 300ms var(--ease);
}
.pay-board.in-view .pay-row { opacity: 1; transform: none; }
.pay-board.in-view .pay-row:nth-child(1) { transition-delay: 0.05s; }
.pay-board.in-view .pay-row:nth-child(2) { transition-delay: 0.15s; }
.pay-board.in-view .pay-row:nth-child(3) { transition-delay: 0.25s; }
.pay-board.in-view .pay-row:nth-child(4) { transition-delay: 0.35s; }
.pay-board.in-view .pay-row:nth-child(5) { transition-delay: 0.45s; }
.pay-row:hover, .pay-row.row-hl {
  background: rgba(198, 169, 103, 0.07);
  border-left-color: var(--c-gold);
  transition-delay: 0s;
}
.pay-row .pay-row-val .num { transition: color 300ms var(--ease), transform 300ms var(--ease); transform-origin: right center; }
.pay-row:hover .pay-row-val .num, .pay-row.row-hl .pay-row-val .num { color: var(--c-gold-soft); transform: scale(1.05); }
.pay-row:hover .pay-row-label, .pay-row.row-hl .pay-row-label { color: var(--c-gold); }
.pay-row:last-child { border-bottom: none; }
.pay-row-label {
  grid-area: label;
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-text-2);
  transition: color 300ms var(--ease);
}
.pay-row-val {
  grid-area: val;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}
.pay-row-val .num {
  font-family: var(--f-display);
  font-size: clamp(2rem, 3.5vw, 2.6rem);
  color: var(--c-text);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.pay-row-val .num sup { font-size: 0.5em; vertical-align: 0.5em; color: var(--c-gold); }
.pay-row-val .unit {
  font-family: var(--f-body);
  font-size: 0.75rem;
  color: var(--c-mute);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.pay-row-note {
  grid-area: note;
  font-size: 0.88rem;
  color: var(--c-mute);
}
.pay-row-emph {
  background: linear-gradient(90deg, rgba(196, 162, 101, 0.08), transparent);
  border-top: 1px solid var(--c-gold);
}
.pay-row-emph .num { color: var(--c-gold); }

@media (max-width: 900px) {
  .pay-split { grid-template-columns: 1fr; }
  .pay-row { grid-template-columns: 1fr; grid-template-areas: "label" "val" "note"; padding: 1.5rem 1.25rem; }
  .pay-row-val { align-items: flex-start; text-align: left; }
}

/* ==========================================================================
   FLEET EDITORIAL
   ========================================================================== */
.fleet-editorial {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 8rem;
  gap: 1rem;
  margin: 2rem clamp(1.25rem, 3vw, 2.5rem);
}
.fe {
  position: relative;
  overflow: hidden;
  background: var(--c-ink-3);
  border: 1px solid var(--c-line);
}
.fe img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 900ms var(--ease);
}
.fe:hover img { transform: scale(1.05); }
.fe::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(16,16,16,0.9));
  pointer-events: none;
}
.fe figcaption {
  position: absolute;
  left: 1.25rem; right: 1.25rem; bottom: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.fe-tag {
  font-family: var(--f-mono);
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  color: var(--c-gold);
}
.fe-cap {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--c-text);
}

/* Editorial grid placement */
.fe-hero    { grid-column: 1 / 9;  grid-row: span 4; }
.fe-pair    { grid-column: 9 / 13; grid-row: span 2; }
.fe-cab     { grid-column: 9 / 13; grid-row: span 2; }
.fe-dash    { grid-column: 1 / 6;  grid-row: span 3; }
.fe-topdown { grid-column: 6 / 13; grid-row: span 3; }

@media (max-width: 900px) {
  .fleet-editorial { grid-auto-rows: 6rem; }
  .fe-hero    { grid-column: 1 / 13; grid-row: span 3; }
  .fe-pair    { grid-column: 1 / 7;  grid-row: span 2; }
  .fe-cab     { grid-column: 7 / 13; grid-row: span 2; }
  .fe-dash    { grid-column: 1 / 7;  grid-row: span 2; }
  .fe-topdown { grid-column: 7 / 13; grid-row: span 2; }
}
@media (max-width: 560px) {
  .fleet-editorial { grid-template-columns: 1fr; grid-auto-rows: 250px; gap: 0.85rem; }
  .fe, .fe-hero, .fe-pair, .fe-cab, .fe-dash, .fe-topdown { grid-column: 1 / 2; grid-row: span 1; }
  .fe figcaption { left: 1rem; right: 1rem; bottom: 0.85rem; }
  .fe-cap { font-size: 0.95rem; }
}

.fleet-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 3rem;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
}
.spec {
  padding: 2rem 1rem;
  text-align: center;
  border-right: 1px solid var(--c-line);
}
.spec:last-child { border-right: none; }
.spec-num {
  display: block;
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(2.5rem, 4.5vw, 3.75rem);
  color: var(--c-gold);
  letter-spacing: -0.02em;
  line-height: 1;
}
.spec-num sup {
  font-size: 0.45em;
  vertical-align: 0.55em;
  font-style: normal;
  color: var(--c-gold-soft);
}
.spec-label {
  display: block;
  margin-top: 0.75rem;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-text-2);
}
@media (max-width: 680px) {
  .fleet-specs { grid-template-columns: repeat(2, 1fr); }
  .spec:nth-child(2) { border-right: none; }
  .spec:nth-child(1), .spec:nth-child(2) { border-bottom: 1px solid var(--c-line); }
}

/* ==========================================================================
   HQ PINNED REVEAL
   ========================================================================== */
.hq-section { position: relative; background: var(--c-ink); padding-top: clamp(5rem, 10vw, 9rem); }
.hq-track { height: 550vh; position: relative; }
.hq-pin { position: sticky; top: 0; height: 100vh; overflow: hidden; }
.hq-stage { position: absolute; inset: 0; }
.hq-layer {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 700ms var(--ease);
}
.hq-layer img { width: 100%; height: 100%; object-fit: cover; }
.hq-layer::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,16,16,0.3), rgba(16,16,16,0.6) 60%, rgba(16,16,16,0.95));
}
.hq-layer.active { opacity: 1; }

.hq-label {
  position: absolute;
  left: clamp(1.5rem, 4vw, 4rem);
  bottom: clamp(2rem, 5vw, 4rem);
  z-index: 2;
  max-width: 640px;
}
.hq-step {
  opacity: 0; transform: translateY(16px);
  transition: opacity 500ms var(--ease), transform 500ms var(--ease);
  display: none;
}
.hq-step.active { opacity: 1; transform: none; display: block; }
.hq-step .step-num {
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--c-gold);
  margin-bottom: 1rem;
  display: block;
}
.hq-step h3 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.75rem, 3.5vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
}
.hq-step p {
  font-size: 1rem;
  line-height: 1.6;
  color: var(--c-text-2);
  max-width: 480px;
}

.hq-progress {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.hq-progress span {
  width: 2px; height: 28px;
  background: var(--c-line-2);
  position: relative;
  overflow: hidden;
}
.hq-progress span::after {
  content: ""; position: absolute; inset: 0;
  background: var(--c-gold);
  transform: scaleY(0); transform-origin: top;
  transition: transform 500ms var(--ease);
}
.hq-progress span.active::after { transform: scaleY(1); }

.hq-fallback { display: none; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.hq-fallback img { width: 100%; height: 240px; object-fit: cover; }

/* ==========================================================================
   ROUTE
   ========================================================================== */
.route-section { background: var(--c-ink-2); }
.route-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
}
.route-copy .lead {
  font-family: var(--f-display);
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  color: var(--c-text);
  line-height: 1.35;
  margin-bottom: 1.5rem;
  letter-spacing: -0.01em;
}
.route-copy p {
  font-size: 1rem;
  line-height: 1.65;
  color: var(--c-text-2);
  max-width: 480px;
}
.route-stats {
  list-style: none;
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--c-line);
}
.route-stats li { display: flex; flex-direction: column; gap: 0.25rem; }
.route-stats .num {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  color: var(--c-gold);
  line-height: 1;
}
.route-stats .num sup { font-size: 0.55em; vertical-align: 0.5em; }
.route-stats li span:last-child {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-text-2);
}

/* Free-floating map — no box, art underlay + SVG overlay, faded edges */
.route-map-wrap {
  position: relative;
  aspect-ratio: 1376 / 768;   /* matches the generated map art exactly */
  background: transparent;
  border: none;
  overflow: visible;
}
.route-map-wrap .map-art {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* JS keys the black background to transparent — only the dotted map
     floats on the page. Grayscale = "black map": visible gray landmass,
     gold belongs to the lanes only. */
  filter: grayscale(1) brightness(0.62) contrast(1.1);
  pointer-events: none;
}
.route-map-wrap svg { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.route-legend {
  position: absolute;
  bottom: 1rem; left: 1rem;
  display: flex; gap: 1.25rem;
  font-family: var(--f-mono);
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-text-2);
}
.route-legend .k { display: inline-flex; align-items: center; gap: 0.5rem; }
.route-legend .k::before { content: ""; width: 14px; height: 1px; background: var(--c-text); opacity: 0.7; }
.route-legend .hub::before { background: var(--c-text); width: 6px; height: 6px; border-radius: 50%; opacity: 1; }
@media (max-width: 900px) { .route-layout { grid-template-columns: 1fr; gap: 3rem; } }

/* ==========================================================================
   WHY
   ========================================================================== */
.why-section { background: var(--c-ink); }
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--c-line);
  border-left: 1px solid var(--c-line);
}
.why-card {
  padding: 3rem 2rem;
  border-right: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  position: relative;
  transition: background 400ms var(--ease);
}
.why-card:hover { background: var(--c-ink-2); }
.why-idx {
  display: block;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--c-gold);
  margin-bottom: 1.5rem;
}
.why-card h3 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}
.why-card h3 .tiny {
  font-family: var(--f-mono);
  font-size: 0.45em;
  color: var(--c-gold);
  letter-spacing: 0.1em;
  vertical-align: 0.45em;
}
.why-card p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--c-text-2);
}
.why-card::after {
  content: "";
  position: absolute;
  left: 0; bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--c-gold);
  transition: width 600ms var(--ease);
}
.why-card:hover::after { width: 100%; }

@media (max-width: 900px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .why-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   VOICES
   ========================================================================== */
.voices { background: var(--c-ink-2); }
.voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.voice-card {
  background: var(--c-panel);
  border: 1px solid var(--c-line);
  padding: 2.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  transition: border-color 400ms var(--ease), transform 400ms var(--ease);
}
.voice-card:hover { border-color: var(--c-gold-deep); transform: translateY(-3px); }
.voice-mark {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 5rem;
  line-height: 0.6;
  color: var(--c-gold);
}
.voice-card blockquote {
  font-family: var(--f-serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.1rem, 1.7vw, 1.3rem);
  line-height: 1.45;
  color: var(--c-text);
  flex: 1;
}
.voice-card cite {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--c-line);
}
.voice-card cite strong {
  font-weight: 500;
  color: var(--c-text);
  font-size: 0.95rem;
}
.voice-card cite span {
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-text-2);
}
@media (max-width: 900px) { .voices-grid { grid-template-columns: 1fr; } }

/* ==========================================================================
   CTA FINAL
   ========================================================================== */
.cta-final {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-block: clamp(6rem, 12vw, 10rem);
}
.cta-bg { position: absolute; inset: 0; z-index: 0; }
.cta-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.35; }
.cta-bg::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at center, rgba(16,16,16,0.35), rgba(16,16,16,0.85) 70%),
    linear-gradient(180deg, var(--c-ink), transparent 20%, transparent 80%, var(--c-ink));
}
.cta-final .container { position: relative; z-index: 2; }
.cta-final .mod-num {
  margin: 0 auto 1.5rem;
  border-top: 0;
  padding-top: 0;
  color: var(--c-gold);
}
.cta-title {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  max-width: 1100px;
  margin: 0 auto 1.5rem;
  letter-spacing: -0.035em;
}
.cta-final p {
  max-width: 640px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  color: var(--c-text-2);
}
.cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
  background: var(--c-ink-3);
  border-top: 1px solid var(--c-line);
  padding: clamp(3rem, 6vw, 5rem) 0 2rem;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid var(--c-line);
  flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-lion { width: 56px; height: 56px; object-fit: contain; }
.footer-wordmark {
  font-family: var(--f-serif);
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: var(--c-text);
}
.footer-tag {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 0.9rem;
  color: var(--c-gold);
  margin-top: 0.2rem;
}
.footer-big {
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
  font-family: var(--f-display);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 400;
  cursor: pointer;
  letter-spacing: -0.02em;
  color: var(--c-text);
}
.footer-big .italic-gold { font-style: italic; color: var(--c-gold); }
.footer-big span { transition: color 300ms var(--ease); }
.footer-big:hover span { color: var(--c-gold); }

.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  margin-top: 3rem;
}
.footer-col h4 {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 1.25rem;
}
.footer-col ul { list-style: none; display: grid; gap: 0.7rem; }
.footer-col a, .footer-col li {
  color: var(--c-text-2);
  font-size: 0.92rem;
  transition: color 200ms var(--ease);
}
.footer-col a:hover { color: var(--c-gold); }

.socials { display: flex; gap: 0.6rem; }
.socials a {
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid var(--c-line-2);
  color: var(--c-text-2);
  transition: border-color 200ms var(--ease), color 200ms var(--ease), background 200ms var(--ease);
}
.socials a:hover { border-color: var(--c-gold); color: var(--c-ink); background: var(--c-gold); }
.socials svg { width: 16px; height: 16px; }

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--c-line);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-family: var(--f-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--c-mute);
}
.footer-bottom a { color: var(--c-mute); text-decoration: underline; text-underline-offset: 3px; transition: color 200ms var(--ease); }
.footer-bottom a:hover { color: var(--c-gold); }

/* Legal / privacy page prose */
.legal { max-width: 820px; margin-inline: auto; padding-top: calc(var(--nav-h) + clamp(3rem, 6vw, 5rem)); padding-bottom: clamp(4rem, 8vw, 6rem); }
.legal h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); margin-bottom: 0.75rem; }
.legal .legal-updated { font-family: var(--f-mono); font-size: 0.7rem; letter-spacing: 0.18em; color: var(--c-mute); text-transform: uppercase; display: block; margin-bottom: 2.5rem; }
.legal h2 { font-size: clamp(1.3rem, 2.4vw, 1.7rem); margin: 2.5rem 0 0.9rem; }
.legal h3 { font-size: 1.1rem; margin: 1.75rem 0 0.6rem; font-family: var(--f-body); font-weight: 600; }
.legal p, .legal li { font-size: 0.98rem; line-height: 1.75; color: var(--c-text-2); margin-bottom: 0.9rem; }
.legal ul { padding-left: 1.3rem; margin-bottom: 1rem; }
.legal li { margin-bottom: 0.5rem; }
.legal strong { color: var(--c-text); font-weight: 600; }
.legal a { color: var(--c-gold); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) {
  .footer-top { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
}

/* ==========================================================================
   SHARED SECTION SHELLS (were missing in v2 — caused broken About layout)
   ========================================================================== */
.section-dark { background: var(--c-ink); position: relative; z-index: 2; }
.section-darker { background: var(--c-ink-3); position: relative; z-index: 2; }
.section.section-dark, .section.section-darker { padding-block: clamp(5rem, 10vw, 9rem); }

.section-head { max-width: 720px; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.section-head h2 {
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  margin-top: 1.25rem;
  letter-spacing: -0.02em;
}

/* Stat band under the hero */
.stat-band {
  position: relative;
  z-index: 2;
  background: var(--c-ink-2);
  border-block: 1px solid var(--c-line);
}
.stat-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-block: 1.4rem;
}
.sb { display: flex; flex-direction: column; gap: 0.3rem; }
.sb-k {
  font-family: var(--f-mono);
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-mute);
}
.sb-v { font-size: 0.95rem; color: var(--c-text); letter-spacing: 0.02em; }
@media (max-width: 880px) { .stat-band-grid { grid-template-columns: repeat(2, 1fr); } }

/* Stats strip (About) */
.stats-strip {
  border: 1px solid var(--c-line);
  background: var(--c-panel);
  padding: clamp(2.5rem, 5vw, 4rem);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stats-grid .stat .num {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--c-gold);
  line-height: 1;
}
.stats-grid .stat .label {
  margin-top: 0.6rem;
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-text-2);
}
.stats-caption {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.9rem;
  color: var(--c-mute);
}
@media (max-width: 680px) { .stats-grid { grid-template-columns: repeat(2, 1fr); } }

/* Outline chip (Apply hero) */
.chip-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid var(--c-gold);
  color: var(--c-gold);
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  padding: 0.5rem 0.9rem;
  text-transform: uppercase;
}
.chip-outline .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--c-gold);
  box-shadow: 0 0 10px var(--c-gold);
  animation: livePulse 1.6s var(--ease) infinite;
}

/* Apply sidebar truck */
.side-truck { padding: 1rem 0; }
.side-truck img { width: 100%; height: auto; filter: drop-shadow(0 16px 22px rgba(0,0,0,0.4)); }

/* Footer about column */
.footer-about { max-width: 320px; }
.footer-blurb { font-size: 0.92rem; line-height: 1.65; color: var(--c-text-2); margin-bottom: 1.25rem; }

/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */
.about-hero-wrap { position: relative; overflow: hidden; }
.about-hero-bgimg { position: absolute; inset: 0; }
.about-hero-bgimg img {
  width: 100%; height: 100%;
  object-fit: cover;
  /* keep the E&O building visible to the right of the text */
  object-position: 12% 38%;
  opacity: 0.6;
}
.about-hero-bgimg::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(17,16,14,0.92) 0%, rgba(17,16,14,0.55) 55%, rgba(17,16,14,0.35) 100%),
    linear-gradient(180deg, rgba(17,16,14,0.35), rgba(17,16,14,0.4) 60%, var(--c-ink) 100%);
}
.about-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: end;
  padding-top: calc(var(--nav-h) + clamp(5rem, 10vw, 9rem));
  padding-bottom: clamp(4rem, 8vw, 6rem);
}
.about-hero > div { max-width: 720px; }
.about-hero h1 {
  font-size: clamp(3rem, 7vw, 6rem);
  letter-spacing: -0.035em;
}
.about-hero p { margin-top: 2rem; font-size: 1.1rem; line-height: 1.65; max-width: 520px; color: var(--c-text-2); }
.about-hero-img {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--c-ink-3);
}
.about-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.about-hero-img .badge {
  position: absolute;
  right: 1.5rem; bottom: 1.5rem;
  padding: 0.8rem 1.2rem;
  background: rgba(16,16,16,0.7);
  backdrop-filter: blur(10px);
  border: 1px solid var(--c-gold);
  color: var(--c-gold);
  font-family: var(--f-mono);
  letter-spacing: 0.15em;
  font-size: 0.7rem;
}
@media (max-width: 900px) { .about-hero { grid-template-columns: 1fr; } }

.story { max-width: 780px; margin-inline: auto; }
.story p { font-size: 1.1rem; line-height: 1.8; margin-top: 1.5rem; color: var(--c-text-2); }
.story p.lead {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  color: var(--c-text);
  line-height: 1.4;
  margin-top: 0;
  letter-spacing: -0.015em;
}
.story p.lead::first-letter {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 5rem;
  float: left;
  line-height: 0.9;
  margin-right: 0.5rem;
  margin-top: 0.15rem;
  color: var(--c-gold);
}
.story-figure {
  margin-block: 3rem;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--c-ink-3);
}
.story-figure img { width: 100%; height: 100%; object-fit: cover; }

/* Faint photo layer behind story / timeline sections */
.section-bgimg { position: absolute; inset: 0; pointer-events: none; }
.section-bgimg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.12; }
.section-bgimg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--c-ink) 0%, transparent 30%, transparent 70%, var(--c-ink) 100%);
}
.has-bgimg { position: relative; overflow: hidden; }
.has-bgimg > .container { position: relative; z-index: 1; }
.section-darker.has-bgimg .section-bgimg::after {
  background: linear-gradient(180deg, var(--c-ink-3) 0%, transparent 30%, transparent 70%, var(--c-ink-3) 100%);
}

/* Horizontal interactive timeline — click a year, read the milestone */
.htl { max-width: 900px; margin-inline: auto; }
.htl-track {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.75rem;
}
.htl-track::before {
  content: ""; position: absolute; left: 0; right: 0; top: 9px;
  height: 1px; background: var(--c-line-2);
}
.htl-year {
  position: relative;
  padding-top: 26px;
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 2.4vw, 1.6rem);
  color: var(--c-mute);
  transition: color 300ms var(--ease);
}
.htl-year::before {
  content: ""; position: absolute; left: 50%; top: 3px;
  width: 13px; height: 13px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: var(--c-ink-3);
  border: 2px solid var(--c-line-2);
  transition: border-color 300ms var(--ease), box-shadow 300ms var(--ease), background 300ms var(--ease);
}
.htl-year:hover { color: var(--c-text); }
.htl-year:hover::before { border-color: var(--c-gold); }
.htl-year.active { color: var(--c-gold); }
.htl-year.active::before {
  border-color: var(--c-gold);
  background: var(--c-gold);
  box-shadow: 0 0 18px rgba(198, 169, 103, 0.55);
}
.htl-panels { position: relative; min-height: 130px; text-align: center; }
.htl-panel {
  position: absolute; inset: 0;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 450ms var(--ease), transform 450ms var(--ease);
  pointer-events: none;
}
.htl-panel.active { opacity: 1; transform: none; pointer-events: auto; }
.htl-panel h3 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  margin-bottom: 0.75rem;
}
.htl-panel p { max-width: 560px; margin-inline: auto; font-size: 1rem; line-height: 1.65; color: var(--c-text-2); }

/* Locations */
.locations { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.loc-card { background: var(--c-panel); border: 1px solid var(--c-line); overflow: hidden; display: flex; flex-direction: column; }
.loc-card .photo { aspect-ratio: 16 / 10; overflow: hidden; background: var(--c-ink-3); }
.loc-card .photo img { width: 100%; height: 100%; object-fit: cover; }
.loc-card .body { padding: 2rem; }
.loc-card .loc-tag {
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 0.5rem;
}
.loc-card h3 { font-size: 1.8rem; margin-bottom: 1rem; font-family: var(--f-display); }
.loc-card .addr, .loc-card .phone {
  font-size: 0.95rem;
  color: var(--c-text-2);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.5rem;
}
.loc-card svg { width: 16px; height: 16px; color: var(--c-gold); flex-shrink: 0; }
@media (max-width: 780px) { .locations { grid-template-columns: 1fr; } }

/* Values */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.value-card {
  padding: 2rem 1.75rem;
  background: var(--c-panel);
  border: 1px solid var(--c-line);
  border-top: 2px solid var(--c-gold);
  transition: transform 400ms var(--ease), border-color 400ms var(--ease);
}
.value-card:hover { transform: translateY(-4px); border-color: var(--c-gold-deep); border-top-color: var(--c-gold); }
.value-card .val-num {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--c-gold);
  margin-bottom: 1.5rem;
  display: block;
}
.value-card h3 {
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.value-card p { font-size: 0.95rem; line-height: 1.65; color: var(--c-text-2); }
@media (max-width: 780px) { .values { grid-template-columns: 1fr; } }

/* ==========================================================================
   APPLY PAGE
   ========================================================================== */
.apply-hero {
  position: relative;
  min-height: 50vh;
  display: flex;
  align-items: center;
  padding-top: calc(var(--nav-h) + 3rem);
  padding-bottom: 3rem;
  overflow: hidden;
}
.apply-hero-bg { position: absolute; inset: 0; z-index: 0; background: var(--c-ink-3); }
.apply-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.apply-hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(16,16,16,0.5) 0%, rgba(16,16,16,0.85) 80%, var(--c-ink) 100%);
}
.apply-hero .container { position: relative; z-index: 2; max-width: 1020px; }
.apply-ghost {
  position: absolute;
  right: clamp(-2rem, -1vw, 0rem);
  bottom: -0.18em;
  z-index: 1;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(6rem, 18vw, 17rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(198, 169, 103, 0.3);
  pointer-events: none;
  user-select: none;
}
.apply-hero h1 { font-size: clamp(2.75rem, 5.5vw, 5rem); margin-bottom: 1rem; letter-spacing: -0.035em; }
.apply-hero p { max-width: 620px; font-size: 1.05rem; color: var(--c-text-2); }

.apply-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 3rem;
  align-items: start;
  padding-block: clamp(3rem, 6vw, 5rem);
}
@media (max-width: 980px) { .apply-layout { grid-template-columns: 1fr; } }

.form-card {
  background: var(--c-panel);
  border: 1px solid var(--c-line);
  padding: clamp(1.75rem, 4vw, 3rem);
}
.form-card h2 { font-size: 1.7rem; margin-bottom: 0.5rem; font-family: var(--f-display); }
.form-card .intro { font-size: 0.95rem; color: var(--c-text-2); margin-bottom: 2.5rem; }

.field { position: relative; margin-bottom: 1.75rem; }
.field label {
  position: absolute;
  top: 0.75rem;
  left: 0;
  color: var(--c-mute);
  font-size: 0.95rem;
  pointer-events: none;
  transition: transform 250ms var(--ease), color 250ms var(--ease), font-size 250ms var(--ease), letter-spacing 250ms var(--ease);
}
.field input, .field select, .field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--c-line-2);
  padding: 0.75rem 0;
  font-size: 1rem;
  color: var(--c-text);
  background: transparent;
  transition: border-color 250ms var(--ease);
}
.field select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23C4A265' stroke-width='1.5'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  padding-right: 2rem;
}
.field select option { background: var(--c-panel); color: var(--c-text); }
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--c-gold); }
.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field.filled label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  transform: translateY(-22px);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--c-gold);
  text-transform: uppercase;
}
.field.select-field label {
  transform: translateY(-22px);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--c-gold);
  text-transform: uppercase;
}

.radio-group { display: flex; gap: 0.6rem; margin-top: 0.5rem; }
.radio-group label {
  position: static;
  flex: 1;
  display: grid; place-items: center;
  padding: 0.9rem 1rem;
  border: 1px solid var(--c-line-2);
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--c-text-2);
  transition: all 250ms var(--ease);
  pointer-events: auto;
  text-transform: none; letter-spacing: 0; transform: none;
}
.radio-group input { position: absolute; opacity: 0; pointer-events: none; }
.radio-group label:has(input:checked) {
  border-color: var(--c-gold);
  color: var(--c-gold);
  background: rgba(196,162,101,0.06);
}

.form-label-block {
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 0.4rem;
  display: block;
}

.btn-submit { width: 100%; margin-top: 1rem; }

.form-success { display: none; text-align: center; padding: 3rem 1rem; }
.form-success.show { display: block; }
.form-success .check {
  width: 64px; height: 64px;
  border: 1.5px solid var(--c-gold);
  border-radius: 50%;
  display: grid; place-items: center;
  margin: 0 auto 1.5rem;
}
.form-success h3 { font-family: var(--f-display); font-size: 1.75rem; margin-bottom: 0.75rem; }
.form-success p { color: var(--c-text-2); }

.apply-side { display: grid; gap: 1.5rem; position: sticky; top: 100px; }
.side-card {
  background: var(--c-panel);
  border: 1px solid var(--c-line);
  border-top: 2px solid var(--c-gold);
  padding: 2rem;
  transition: transform 400ms var(--ease), border-color 400ms var(--ease);
}
.side-card:hover { transform: translateY(-4px); border-color: var(--c-gold-deep); border-top-color: var(--c-gold); }
.side-card h3 { font-family: var(--f-display); font-size: 1.4rem; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
.side-card ul { list-style: none; display: grid; gap: 1rem; }
.side-card li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; align-items: start; }
.side-card li .t {
  font-family: var(--f-serif);
  font-style: italic;
  color: var(--c-gold);
  font-size: 1.1rem;
  min-width: 1.5rem;
}
.side-card li .d { font-size: 0.92rem; color: var(--c-text-2); line-height: 1.55; }
.side-card li .d strong { color: var(--c-text); font-weight: 500; }

.side-photo { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--c-ink-3); border: 1px solid var(--c-line); }
.side-photo img { width: 100%; height: 100%; object-fit: cover; }
.side-photo-cap {
  position: absolute;
  left: 1rem; bottom: 0.85rem;
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  color: var(--c-gold);
  text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

.tel-card {
  background: transparent;
  border: 1px solid var(--c-line-2);
  padding: 2rem;
  text-align: center;
}
.tel-card .label {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-mute);
  margin-bottom: 0.75rem;
}
.tel-card a {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 2rem;
  color: var(--c-gold);
  display: block;
  transition: color 200ms var(--ease);
  letter-spacing: -0.02em;
}
.tel-card a:hover { color: var(--c-gold-soft); }

/* ==========================================================================
   LIGHT EDITORIAL BAND — two huge stats, compact
   ========================================================================== */
.stat-editorial {
  position: relative;
  z-index: 2;
  background: #F6F5F4;   /* brand warm white */
  color: var(--c-ink);
  padding-block: clamp(2.75rem, 5vw, 4.5rem);
}
.stat-editorial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}
.se-cell { text-align: center; }
.se-cell + .se-cell { border-left: 1px solid #DAD6D2; }
.se-num {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(4.2rem, 11.5vw, 10.5rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--c-ink);
  display: inline-flex;
  align-items: flex-start;
  white-space: nowrap;
}
.se-num .se-plus {
  font-size: 0.45em;
  line-height: 1;
  margin-top: 0.1em;
  color: var(--c-gold);
}
.se-money span { letter-spacing: -0.05em; }
.se-label {
  margin-top: 0.9rem;
  margin-inline: auto;
  max-width: 340px;
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.8;
  color: #877C6E;
}
@media (max-width: 680px) {
  .stat-editorial-grid { grid-template-columns: 1fr; gap: 2.25rem; }
  .se-cell + .se-cell { border-left: none; border-top: 1px solid #DAD6D2; padding-top: 2.25rem; }
}

/* ==========================================================================
   TRUCK BAND — scroll-driven Volvo driving across the page
   ========================================================================== */
.truck-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(3.5rem, 7vw, 6rem) 0;
  background: var(--c-ink-2);
  border-block: 1px solid var(--c-line);
}
.truck-band-inner { position: relative; height: clamp(150px, 20vw, 250px); overflow: hidden; }
/* real asphalt strip so the truck rides a road, not air */
.truck-band-road {
  position: absolute; left: 0; right: 0; bottom: 0;
  height: clamp(46px, 6.5vw, 68px);
  background: linear-gradient(180deg, #201D18 0%, #151310 55%, #100E0C 100%);
  border-top: 1px solid #45403680;
}
.truck-band-road::before {
  content: ""; position: absolute; left: -100px; right: -100px; top: 46%; height: 2px;
  background: repeating-linear-gradient(90deg, rgba(246, 229, 173, 0.75) 0 44px, transparent 44px 96px);
  opacity: 0.5;
  transform: translateX(var(--dash-x, 0px));
}
.truck-band-road::after {
  content: ""; position: absolute; left: 0; right: 0; top: 2px; height: 8px;
  background: linear-gradient(180deg, rgba(198,169,103,0.10), transparent);
}
.truck-band-truck {
  position: absolute;
  bottom: calc(clamp(46px, 6.5vw, 68px) - 12px);
  left: 0;
  width: clamp(250px, 31vw, 440px);
  will-change: transform;
  /* the cutout has ~40% transparent canvas below the wheels — sink it onto the road */
  transform: translateY(40.4%) scaleX(-1);
  filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.55));
}
.truck-band-markers {
  position: absolute; left: 0; right: 0; bottom: clamp(8px, 1.4vw, 16px);
  z-index: 2;
  display: flex; justify-content: space-between;
  padding-inline: clamp(1.25rem, 3vw, 2.5rem);
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  color: #8d8577;
}
.truck-band-caption {
  position: absolute;
  top: clamp(0.5rem, 2vw, 1.5rem);
  left: clamp(1.25rem, 3vw, 2.5rem);
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.24em;
  color: var(--c-gold);
  text-transform: uppercase;
}
.truck-band-caption em {
  display: block;
  font-family: var(--f-serif);
  font-size: 1.5rem;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0.4rem;
}

/* ==========================================================================
   NEW DRIVERS PROGRAM
   ========================================================================== */
.newdrv-section { background: var(--c-ink-2); }
.newdrv-layout {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(3rem, 6vw, 6rem);
  align-items: start;
}
.newdrv-copy .lead {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  line-height: 1.3;
  color: var(--c-text);
  margin-bottom: 1.5rem;
  letter-spacing: -0.015em;
}
.newdrv-copy p { font-size: 1rem; line-height: 1.7; color: var(--c-text-2); margin-bottom: 1.5rem; }
.newdrv-badge {
  display: inline-flex; align-items: center; gap: 0.6rem;
  border: 1px solid var(--c-gold);
  color: var(--c-gold);
  font-family: var(--f-mono);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  padding: 0.5rem 0.9rem;
  margin-bottom: 1.75rem;
  text-transform: uppercase;
}
.newdrv-badge .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--c-gold); box-shadow: 0 0 10px var(--c-gold); }
.newdrv-steps {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--c-line);
}
.newdrv-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  padding: 1.6rem 0;
  border-bottom: 1px solid var(--c-line);
  align-items: baseline;
}
.newdrv-step .k {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: 1.4rem;
  color: var(--c-gold);
  min-width: 2.4rem;
}
.newdrv-step h3 {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.35rem;
}
.newdrv-step p { font-size: 0.95rem; line-height: 1.6; color: var(--c-text-2); margin: 0; }
@media (max-width: 900px) { .newdrv-layout { grid-template-columns: 1fr; } }

/* ==========================================================================
   FLEET HERO — floating Volvo over giant type, annotated (ref: Influence/FREEZ)
   ========================================================================== */
.fleet-hero {
  position: relative;
  max-width: 1360px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
  padding-inline: clamp(1.25rem, 3vw, 2.5rem);
  min-height: clamp(320px, 42vw, 560px);
  display: grid;
  place-items: center;
}
.fleet-hero-word {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(4rem, 13vw, 13rem);
  letter-spacing: 0.02em;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(198, 169, 103, 0.28);
  user-select: none;
  pointer-events: none;
  white-space: nowrap;
}
/* no z-index here — a stacking context would isolate the truck's mix-blend
   from the giant outline word behind it */
.fleet-hero-stage { position: relative; width: min(760px, 78%); cursor: pointer; }
.fleet-hero-truck {
  width: 100%;
  mix-blend-mode: screen;   /* gold line-art on black blends onto the page */
  transition: transform 700ms var(--ease), filter 700ms var(--ease);
}
.fleet-hero-stage:hover .fleet-hero-truck,
.fleet-hero-stage:focus-visible .fleet-hero-truck {
  transform: translateY(-6px) scale(1.01);
  filter: brightness(1.25);
}
.fh-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: var(--c-text-2);
  text-transform: uppercase;
  white-space: nowrap;
}
.fh-line { width: 54px; height: 1px; background: var(--c-gold); box-shadow: 0 0 8px rgba(198,169,103,0.5); flex-shrink: 0; position: relative; }
/* pulsing hotspot dot where the line touches the truck */
.fh-line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-gold);
  box-shadow: 0 0 0 0 rgba(198, 169, 103, 0.55);
  transform: translateY(-50%);
  animation: hotspotPulse 2.2s var(--ease) infinite;
}
.fh-note-2 .fh-line::after { left: -4px; }
.fh-note-1 .fh-line::after, .fh-note-3 .fh-line::after { right: -4px; }
@keyframes hotspotPulse {
  0% { box-shadow: 0 0 0 0 rgba(198, 169, 103, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(198, 169, 103, 0); }
  100% { box-shadow: 0 0 0 0 rgba(198, 169, 103, 0); }
}
.fh-txt span, .fh-note .gold { color: var(--c-gold); }
.fh-note-1 { top: 10%; right: 62%; flex-direction: row-reverse; text-align: right; }
.fh-note-2 { top: 34%; left: 66%; }
.fh-note-3 { top: 72%; right: 66%; flex-direction: row-reverse; text-align: right; }
.fleet-inside-btn { position: relative; z-index: 3; margin-top: -1rem; }
@media (max-width: 760px) {
  .fleet-hero { min-height: auto; padding-block: 1rem 0; }
  .fleet-hero-stage { width: 92%; }
  .fh-note { position: static; margin-top: 0.4rem; justify-content: center; flex-direction: row; text-align: left; white-space: normal; }
  .fh-note .fh-line { width: 24px; }
  .fleet-hero-word { font-size: 22vw; align-items: start; padding-top: 0.5rem; }
  .fleet-inside-btn { margin-top: 1.25rem; }
}

/* ==========================================================================
   CAB TOUR — fullscreen "step inside" overlay
   ========================================================================== */
.cab-tour {
  position: fixed;
  inset: 0;
  z-index: 300;
  background: rgba(12, 11, 10, 0.97);
  display: none;
  flex-direction: column;
}
.cab-tour.open { display: flex; }
.cab-close {
  position: absolute;
  top: 1.25rem; right: 1.5rem;
  z-index: 3;
  width: 52px; height: 52px;
  border: 1px solid var(--c-line-2);
  color: var(--c-text);
  font-size: 1.6rem;
  line-height: 1;
  display: grid; place-items: center;
  transition: border-color 200ms var(--ease), color 200ms var(--ease);
}
.cab-close:hover { border-color: var(--c-gold); color: var(--c-gold); }
.cab-stage { position: relative; flex: 1; overflow: hidden; }
.cab-slide {
  position: absolute; inset: clamp(1rem, 4vw, 3rem);
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 500ms var(--ease), transform 500ms var(--ease);
  pointer-events: none;
  display: grid;
}
.cab-slide.active { opacity: 1; transform: none; pointer-events: auto; }
.cab-slide img { width: 100%; height: 100%; object-fit: contain; }
.cab-cap {
  position: absolute;
  left: 50%; bottom: 0.5rem;
  transform: translateX(-50%);
  text-align: center;
  display: grid;
  gap: 0.3rem;
  background: rgba(12,11,10,0.72);
  padding: 0.7rem 1.2rem;
  border: 1px solid var(--c-line);
}
.cab-tag {
  font-family: var(--f-mono);
  font-size: 0.62rem;
  letter-spacing: 0.24em;
  color: var(--c-gold);
}
.cab-cap em { font-family: var(--f-serif); font-style: italic; color: var(--c-text); font-size: 1rem; }
.cab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 1.1rem 0 1.6rem;
}
.cab-arrow {
  width: 56px; height: 44px;
  border: 1px solid var(--c-line-2);
  color: var(--c-text);
  font-size: 1.1rem;
  transition: border-color 200ms var(--ease), color 200ms var(--ease), background 200ms var(--ease);
}
.cab-arrow:hover { border-color: var(--c-gold); color: var(--c-ink); background: var(--c-gold); }
.cab-count { font-family: var(--f-mono); font-size: 0.72rem; letter-spacing: 0.2em; color: var(--c-text-2); }

/* ==========================================================================
   MANIFESTO — words light up gold as you scroll (Terminal-style)
   ========================================================================== */
.manifesto {
  position: relative;
  background: var(--c-ink-3);
  padding-block: clamp(6rem, 14vw, 12rem);
  overflow: hidden;
}
.manifesto .container { max-width: 1100px; text-align: center; }
.manifesto-kicker {
  font-family: var(--f-mono);
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--c-mute);
  display: block;
  margin-bottom: 2rem;
}
.manifesto-line {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: clamp(2.2rem, 6vw, 5.2rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.manifesto-line .w {
  color: var(--c-panel-2);
  transition: color 500ms var(--ease), text-shadow 500ms var(--ease);
}
.manifesto-line .w.lit { color: var(--c-gold); }
.manifesto-line .w.lit-white { color: var(--c-text); }
@media (prefers-reduced-motion: reduce) {
  .manifesto-line .w { color: var(--c-text); }
  .manifesto-line .w:nth-child(odd) { color: var(--c-gold); }
}

/* Thin gold hairline curves — brand book identity pattern */
.gold-lines { position: relative; }
.gold-lines::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1400 700' preserveAspectRatio='xMidYMid slice'><g fill='none' stroke='%23C6A967' stroke-width='1' opacity='0.16'><path d='M-100,120 C 350,40 750,300 1500,140'/><path d='M-100,540 C 500,700 900,420 1500,600'/><path d='M-100,340 C 420,220 980,560 1500,380'/></g></svg>");
  background-size: cover;
}
.gold-lines > * { position: relative; z-index: 1; }

/* ==========================================================================
   FAQ accordion
   ========================================================================== */
.faq { max-width: 780px; margin: 0 auto; border-top: 1px solid var(--c-line); }
.faq-item { border-bottom: 1px solid var(--c-line); }
.faq-item summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 0;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.8vw, 1.3rem);
  color: var(--c-text);
  cursor: pointer;
  list-style: none;
  transition: color 250ms var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex-shrink: 0;
  font-family: var(--f-serif);
  font-size: 1.3em;
  line-height: 1;
  color: var(--c-gold);
  transition: transform 300ms var(--ease);
}
.faq-item[open] summary { color: var(--c-gold); }
.faq-item[open] summary::after { content: "–"; }
.faq-item summary:hover { color: var(--c-gold-soft); }
.faq-item p {
  padding: 0 0 1.5rem;
  max-width: 660px;
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--c-text-2);
}
.faq-item p span { color: var(--c-gold); }

/* ==========================================================================
   MAP TOOLTIP + interactivity
   ========================================================================== */
.route-map-wrap { cursor: crosshair; }
.map-tip {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  background: rgba(12, 11, 10, 0.92);
  border: 1px solid var(--c-gold-deep);
  padding: 0.55rem 0.8rem;
  font-family: var(--f-mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  color: var(--c-text);
  opacity: 0;
  transform: translate(-50%, calc(-100% - 14px)) scale(0.97);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
  white-space: nowrap;
}
.map-tip .gold { color: var(--c-gold); }
.map-tip.show { opacity: 1; transform: translate(-50%, calc(-100% - 10px)) scale(1); }
#us-cities g { cursor: pointer; }
#us-cities g circle:first-child { transition: r 200ms var(--ease); }

/* ==========================================================================
   Reduced motion
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-bg img, .marquee-track { animation: none; }
  .hq-track { height: auto; }
  .hq-pin { position: static; height: auto; display: block; }
  .hq-stage { display: none; }
  .hq-fallback { display: grid; }
  .hq-label { position: static; padding: 2rem; }
  .hero-scroll, .hero-numeral { display: none; }
  .hero-title .line-1, .hero-title .line-2, .hero-title .line-3 { opacity: 1; transform: none; animation: none; }
}

:focus-visible { outline: 2px solid var(--c-gold); outline-offset: 3px; }
