/* ============================================================
   WALKTEK — STYLESHEET
   Technology built right.
   ============================================================ */

/* Self-hosted fonts — eliminates Google Fonts dependency for Egypt/blocked-region users */
/* Plus Jakarta Sans — variable weight 300–800 */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('fonts/plus-jakarta-sans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* JetBrains Mono — weights 400–500 */
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-cyrillic-ext.woff2') format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-cyrillic.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-greek.woff2') format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-vietnamese.woff2') format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ─── RESET ──────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; font: inherit; border: none; background: none; }
ul, ol { list-style: none; }
input, textarea, select { font: inherit; }

/* ─── LIGHT MODE TOKENS (default) ───────────────────────── */
:root {
  --c-bg:        #F8F7F5;
  --c-surf:      #EFEDE9;
  --c-mid:       #DDDBD7;
  --c-border:    rgba(0, 0, 0, 0.09);
  --c-stone:     #9A9590;
  --c-stone-l:   #484542;
  --c-text:      #1A1816;
  --c-amber:     #E8820C;
  --c-amber-l:   #F5A623;
  --c-amber-dim: rgba(232, 130, 12, 0.09);
  --c-nav-glass: rgba(248, 247, 245, 0.92);
  --c-grid:      rgba(0, 0, 0, 0.028);
  --c-node:      rgba(232, 130, 12, 0.22);
  --c-edge:      rgba(232, 130, 12, 0.07);

  --f-sans: 'Plus Jakarta Sans', 'Helvetica Neue', Arial, sans-serif;
  --f-mono: 'JetBrains Mono', 'Courier New', monospace;

  --max-w:  1280px;
  --gutter: clamp(24px, 5vw, 80px);

  --ease:  cubic-bezier(0.16, 1, 0.3, 1);
  --dur:   0.7s;
}

/* ─── DARK MODE TOKENS ───────────────────────────────────── */
[data-theme="dark"] {
  --c-bg:        #0D0D0D;
  --c-surf:      #161616;
  --c-mid:       #2D2D2D;
  --c-border:    rgba(255, 255, 255, 0.07);
  --c-stone:     #8A8A8A;
  --c-stone-l:   #C4C4C4;
  --c-text:      #F7F5F2;
  --c-amber:     #E8820C;
  --c-amber-l:   #F5A623;
  --c-amber-dim: rgba(232, 130, 12, 0.10);
  --c-nav-glass: rgba(13, 13, 13, 0.88);
  --c-grid:      rgba(255, 255, 255, 0.022);
  --c-node:      rgba(232, 130, 12, 0.50);
  --c-edge:      rgba(232, 130, 12, 0.14);
}

/* ─── BASE ───────────────────────────────────────────────── */
html {
  background: var(--c-bg);
  color: var(--c-text);
  font-family: var(--f-sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  transition: background 0.35s, color 0.35s;
}

body { min-height: 100vh; overflow-x: hidden; }

/* ─── NETWORK CANVAS ─────────────────────────────────────── */
#network-canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

/* Everything sits above the canvas */
.nav, section, footer, .marquee-wrap, .divider-amber {
  position: relative;
  z-index: 1;
}

/* ─── LAYOUT ─────────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 var(--gutter);
}

/* ─── TYPE SCALE ─────────────────────────────────────────── */
.t-display {
  font-size: clamp(52px, 8vw, 116px);
  font-weight: 700;
  line-height: 0.93;
  letter-spacing: -0.035em;
}
.t-h1 {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.t-h2 {
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
}
.t-h3 {
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
.t-body-lg {
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.75;
  color: var(--c-stone-l);
  font-weight: 400;
}
.t-body {
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-stone-l);
}
.t-label {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-stone);
}
.t-amber  { color: var(--c-amber); }
.t-stone  { color: var(--c-stone); }
.t-stone-l{ color: var(--c-stone-l); }

/* ─── MARK SVG ───────────────────────────────────────────── */
.mark { display: block; flex-shrink: 0; }
.mark .arm {
  stroke: var(--c-text);
  stroke-dasharray: 22;
  stroke-dashoffset: 0;
  transition: stroke 0.35s;
}
.mark .node { fill: var(--c-amber); }

/* Animated hero mark */
.mark--hero .arm {
  stroke-dashoffset: 22;
  animation: arm-draw 0.9s var(--ease) forwards;
}
.mark--hero .arm-1 { animation-delay: 0.15s; }
.mark--hero .arm-2 { animation-delay: 0.30s; }
.mark--hero .arm-3 { animation-delay: 0.45s; }
.mark--hero .node {
  transform-origin: 24px 24px;
  transform: scale(0);
  opacity: 0;
  animation: node-pop 0.45s var(--ease) 0.62s forwards;
}

@keyframes arm-draw {
  to { stroke-dashoffset: 0; }
}
@keyframes node-pop {
  0%   { transform: scale(0);   opacity: 0; }
  65%  { transform: scale(1.4); opacity: 1; }
  100% { transform: scale(1);   opacity: 1; }
}

/* ─── THEME TOGGLE ───────────────────────────────────────── */
.theme-toggle {
  width: 34px; height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: var(--c-stone);
  transition: color 0.2s, background 0.2s;
  flex-shrink: 0;
}
.theme-toggle:hover {
  color: var(--c-text);
  background: var(--c-surf);
}
/* Light mode → show moon */
.theme-toggle .icon-sun  { display: none; }
.theme-toggle .icon-moon { display: block; }
/* Dark mode → show sun */
[data-theme="dark"] .theme-toggle .icon-sun  { display: block; }
[data-theme="dark"] .theme-toggle .icon-moon { display: none; }

.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ─── NAV ────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--gutter);
  border-bottom: 1px solid transparent;
  transition: background 0.4s, border-color 0.4s, backdrop-filter 0.4s;
}
.nav.scrolled {
  background: var(--c-nav-glass);
  border-color: var(--c-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: opacity 0.2s;
}
.nav-brand:hover { opacity: 0.8; }
.nav-wordmark {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--c-text);
  transition: color 0.35s;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--c-stone-l);
  position: relative;
  transition: color 0.2s;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0; right: 0;
  height: 1px;
  background: var(--c-amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s var(--ease);
}
.nav-links a:hover  { color: var(--c-text); }
.nav-links a:hover::after { transform: scaleX(1); }
.nav-links a.active { color: var(--c-text); }
.nav-links a.active::after { transform: scaleX(1); }

.nav-cta {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-amber);
  border: 1px solid rgba(232, 130, 12, 0.35);
  padding: 7px 18px;
  border-radius: 4px;
  letter-spacing: 0.01em;
  transition: background 0.25s, color 0.25s, border-color 0.25s;
}
.nav-cta:hover {
  background: var(--c-amber);
  color: #fff;
  border-color: var(--c-amber);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 1.5px;
  background: var(--c-text);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s, background 0.35s;
}

/* ─── BUTTONS ─────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.25s var(--ease);
  letter-spacing: -0.01em;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background: var(--c-amber);
  color: #fff;
  border-color: var(--c-amber);
}
.btn-primary:hover {
  background: var(--c-amber-l);
  border-color: var(--c-amber-l);
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--c-text);
  border-color: var(--c-border);
}
.btn-outline:hover {
  border-color: var(--c-mid);
  background: var(--c-surf);
  transform: translateY(-1px);
}

.arrow-icon {
  display: inline-block;
  transition: transform 0.25s var(--ease);
}
.btn:hover .arrow-icon { transform: translateX(3px); }

/* ─── SECTION SCAFFOLDING ────────────────────────────────── */
.section-pad   { padding: clamp(64px, 8vw, 120px) 0; }
.section-pad-sm{ padding: clamp(40px, 5vw, 72px)  0; }

.section-header { margin-bottom: clamp(40px, 5vw, 72px); }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.section-eyebrow::before {
  content: '';
  width: 24px; height: 1px;
  background: var(--c-amber);
}

.divider {
  width: 100%; height: 1px;
  background: var(--c-border);
}
.divider-amber {
  width: 100%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(232,130,12,0.4), transparent);
}

/* ─── SCROLL REVEAL ──────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-d1 { transition-delay: 0.08s; }
.reveal-d2 { transition-delay: 0.16s; }
.reveal-d3 { transition-delay: 0.24s; }
.reveal-d4 { transition-delay: 0.32s; }

/* ─── HERO ───────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 64px;
  position: relative;
  overflow: hidden;
}

/* Subtle grid texture over hero */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--c-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--c-grid) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 75% 80% at 78% 50%, black 10%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 75% 80% at 78% 50%, black 10%, transparent 80%);
  z-index: 0;
}

.hero-inner {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 48px;
  align-items: center;
  padding: 80px 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fade-up 0.8s var(--ease) 0.1s forwards;
}
.hero-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--c-amber);
  flex-shrink: 0;
}
.hero-dot-pulse {
  animation: pulse 2.5s ease-in-out 1.2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(1.5); }
}

.hero-headline {
  margin-bottom: 28px;
  opacity: 0;
  animation: fade-up 0.9s var(--ease) 0.25s forwards;
}
.hero-headline em {
  font-style: normal;
  color: var(--c-amber);
}

.hero-sub {
  max-width: 420px;
  margin-bottom: 48px;
  opacity: 0;
  animation: fade-up 0.8s var(--ease) 0.4s forwards;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  animation: fade-up 0.8s var(--ease) 0.55s forwards;
}

/* Right: mark display */
.hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 0;
  animation: fade-in 0.6s var(--ease) 0.08s forwards;
}
.hero-visual-glow {
  position: absolute;
  top: 50%; left: 50%;
  width: 340px; height: 340px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(232,130,12,0.10) 0%, transparent 70%);
  pointer-events: none;
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fade-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ─── MARQUEE ────────────────────────────────────────────── */
.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  padding: 14px 0;
  background: var(--c-surf);
  transition: background 0.35s, border-color 0.35s;
}
.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--c-stone);
}
.marquee-item::before {
  content: '◆';
  color: var(--c-amber);
  font-size: 8px;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ─── STATEMENT ──────────────────────────────────────────── */
.statement-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}
.statement-quote {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
}
.statement-quote em {
  font-style: italic;
  color: var(--c-amber);
  font-weight: 400;
}

/* ─── PRODUCTS ───────────────────────────────────────────── */
.products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--c-border);
  transition: border-color 0.35s;
}
.product-card {
  padding: 52px 56px;
  border-bottom: 1px solid var(--c-border);
  position: relative;
  overflow: hidden;
  transition: background 0.35s, border-color 0.35s;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}
.product-card:last-child { border-bottom: none; }
.product-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: var(--c-amber);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s var(--ease);
}
.product-card:hover { background: var(--c-surf); }
.product-card:hover::after { transform: scaleX(1); }

.product-body {}

.product-num {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--c-stone);
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.product-name {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.product-cat {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-amber);
  margin-bottom: 16px;
}
.product-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-stone-l);
  max-width: 560px;
  margin-bottom: 28px;
}
.product-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--c-stone);
  letter-spacing: 0.08em;
}
.status-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--c-stone);
}
.status-dot.live {
  background: #4CAF50;
  box-shadow: 0 0 0 3px rgba(76,175,80,0.15);
}

.product-action {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}

/* ─── CAPABILITIES ───────────────────────────────────────── */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--c-border);
  transition: border-color 0.35s;
}
.cap-item {
  padding: 44px 40px;
  border-bottom: 1px solid var(--c-border);
  border-right: 1px solid var(--c-border);
  transition: background 0.3s, border-color 0.35s;
}
.cap-item:nth-child(even) { border-right: none; }
.cap-item:nth-last-child(-n+2) { border-bottom: none; }
.cap-item:hover { background: var(--c-surf); }

.cap-icon {
  width: 32px; height: 32px;
  margin-bottom: 20px;
  color: var(--c-amber);
}
.cap-title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.cap-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-stone-l);
}

/* ─── STATS ──────────────────────────────────────────────── */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--c-border);
  transition: border-color 0.35s;
}
.stat-item {
  padding: 40px 32px;
  border-right: 1px solid var(--c-border);
  text-align: center;
  transition: background 0.3s, border-color 0.35s;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: var(--c-surf); }
.stat-number {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--c-text);
  line-height: 1;
  margin-bottom: 10px;
}
.stat-number sup { color: var(--c-amber); font-size: 0.5em; vertical-align: super; }
.stat-label {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--c-stone);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ─── CTA STRIP ──────────────────────────────────────────── */
.cta-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}
.cta-headline {
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  max-width: 560px;
}

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer {
  padding: 56px 0 40px;
  border-top: 1px solid var(--c-border);
  background: var(--c-surf);
  transition: background 0.35s, border-color 0.35s;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 64px;
  margin-bottom: 56px;
}
.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.footer-tagline {
  font-size: 13px;
  color: var(--c-stone);
  max-width: 180px;
  line-height: 1.5;
}
.footer-links {
  display: flex;
  gap: 56px;
}
.footer-col-title {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-stone);
  margin-bottom: 16px;
}
.footer-col ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col a {
  font-size: 14px;
  color: var(--c-stone-l);
  transition: color 0.2s;
}
.footer-col a:hover { color: var(--c-text); }
.footer-bottom {
  padding-top: 24px;
  border-top: 1px solid var(--c-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  transition: border-color 0.35s;
}
.footer-copy {
  font-family: var(--f-mono);
  font-size: 11px;
  color: var(--c-stone);
}

/* ─── PAGE HERO (inner pages) ────────────────────────────── */
.page-hero {
  padding-top: calc(64px + 80px);
  padding-bottom: 80px;
  border-bottom: 1px solid var(--c-border);
  transition: border-color 0.35s;
}

/* ─── WORK GRID ──────────────────────────────────────────── */
.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--c-border);
  transition: border-color 0.35s;
}
.work-item {
  padding: 52px 48px;
  border-bottom: 1px solid var(--c-border);
  border-right: 1px solid var(--c-border);
  position: relative;
  transition: background 0.3s, border-color 0.35s;
  overflow: hidden;
}
.work-item:nth-child(even) { border-right: none; }
.work-item:nth-last-child(-n+2) { border-bottom: none; }
.work-item:hover { background: var(--c-surf); }

.work-item-arrow {
  position: absolute;
  bottom: 48px; right: 48px;
  font-size: 18px;
  color: var(--c-mid);
  transition: color 0.25s, transform 0.35s var(--ease);
}
.work-item:hover .work-item-arrow {
  color: var(--c-amber);
  transform: translate(3px, -3px);
}

.work-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.work-item-type {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-amber);
}
.work-item-year {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--c-stone);
  letter-spacing: 0.06em;
}
.work-item-name {
  font-size: clamp(22px, 2.5vw, 32px);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  line-height: 1.1;
}
.work-item-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-stone-l);
  margin-bottom: 36px;
  max-width: 400px;
}
.work-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--c-stone);
  border: 1px solid var(--c-border);
  padding: 4px 10px;
  border-radius: 3px;
  transition: border-color 0.25s, color 0.25s;
}
.work-item:hover .tag {
  border-color: rgba(232, 130, 12, 0.25);
  color: var(--c-stone-l);
}
.work-item--product .work-item-name::after {
  content: ' ↗';
  font-size: 0.6em;
  color: var(--c-amber);
  vertical-align: super;
}

/* Geo8 featured card — full width */
.work-item--featured {
  grid-column: 1 / -1;
  border-right: none;
}

/* ─── GEO8 SECTION ───────────────────────────────────────── */
/* Defaults to site's warm surface in light mode.
   In dark mode, flips to the identity's darkest token.
   No foreign color in either direction. */
.geo8-section {
  background: var(--c-surf);
  padding: clamp(80px, 10vw, 140px) 0;
  position: relative;
  overflow: hidden;
  transition: background 0.35s;
}
[data-theme="dark"] .geo8-section { background: #1A1816; }

/* Dot-grid: dark dots on light bg, light dots on dark */
.geo8-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(26,24,22,0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
  z-index: 0;
}
[data-theme="dark"] .geo8-section::before {
  background-image: radial-gradient(circle, rgba(247,245,242,0.03) 1px, transparent 1px);
}
/* Amber glow */
.geo8-section::after {
  content: '';
  position: absolute;
  top: -150px; right: -80px;
  width: 650px; height: 650px;
  background: radial-gradient(circle, rgba(232,130,12,0.07) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.geo8-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.geo8-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.geo8-meta-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-stone);
}
[data-theme="dark"] .geo8-meta-status { color: rgba(255,255,255,0.38); }
.geo8-meta-label {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-amber);
}
.geo8-wordmark {
  font-size: clamp(72px, 12vw, 152px);
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--c-text);
  line-height: 0.88;
  margin-bottom: 14px;
}
.geo8-tagline {
  font-family: var(--f-mono);
  font-size: clamp(11px, 1.1vw, 13px);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-amber);
  margin-bottom: 28px;
}
.geo8-desc {
  font-size: 15px;
  line-height: 1.8;
  color: var(--c-stone);
  max-width: 480px;
  margin-bottom: 36px;
}
.geo8-features {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 44px;
}
.geo8-feat {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.07em;
  color: rgba(232,130,12,0.82);
  border: 1px solid rgba(232,130,12,0.18);
  padding: 5px 12px;
  border-radius: 3px;
  background: rgba(232,130,12,0.05);
  transition: background 0.2s, border-color 0.2s;
}
.geo8-feat:hover {
  background: rgba(232,130,12,0.12);
  border-color: rgba(232,130,12,0.4);
}
.geo8-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.geo8-btn-primary {
  background: var(--c-amber);
  color: #fff;
  border: 1px solid var(--c-amber);
}
.geo8-btn-primary:hover {
  background: var(--c-amber-l);
  border-color: var(--c-amber-l);
  transform: translateY(-1px);
}
.geo8-btn-outline {
  background: transparent;
  color: var(--c-text);
  border: 1px solid var(--c-border);
}
.geo8-btn-outline:hover {
  background: var(--c-bg);
  border-color: var(--c-mid);
  transform: translateY(-1px);
}
[data-theme="dark"] .geo8-btn-outline {
  color: rgba(255,255,255,0.6);
  border-color: rgba(255,255,255,0.14);
}
[data-theme="dark"] .geo8-btn-outline:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.3);
  color: #fff;
}

/* ── GEO8 DASHBOARD VISUAL ───────────────────────────────── */
/* A minimal live-data table — immediately reads as fleet
   management software. No abstraction needed. */
.geo8-visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.geo8-dash {
  width: 100%;
  max-width: 420px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05), 0 8px 32px rgba(0,0,0,0.07);
}
[data-theme="dark"] .geo8-dash {
  background: rgba(255,255,255,0.035);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 4px 40px rgba(0,0,0,0.45);
}
.geo8-dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--c-border);
}
[data-theme="dark"] .geo8-dash-header { border-color: rgba(255,255,255,0.06); }
.geo8-dash-title {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-text);
}
[data-theme="dark"] .geo8-dash-title { color: rgba(255,255,255,0.85); }
.geo8-dash-live {
  display: flex;
  align-items: center;
  gap: 7px;
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--c-stone);
}
[data-theme="dark"] .geo8-dash-live { color: rgba(255,255,255,0.35); }
.geo8-live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #4CAF50;
  animation: live-blink 2.2s ease-in-out infinite;
}
@keyframes live-blink {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.35; }
}
/* Column header row */
.geo8-dash-cols {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.85fr 0.75fr;
  padding: 7px 20px;
  background: var(--c-surf);
  border-bottom: 1px solid var(--c-border);
}
[data-theme="dark"] .geo8-dash-cols {
  background: rgba(255,255,255,0.025);
  border-color: rgba(255,255,255,0.055);
}
.geo8-dash-cols span {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--c-stone);
  opacity: 0.65;
}
[data-theme="dark"] .geo8-dash-cols span { color: rgba(255,255,255,0.28); opacity: 1; }
/* Vehicle rows */
.geo8-vrow {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.85fr 0.75fr;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid var(--c-border);
  transition: background 0.18s;
}
.geo8-vrow:last-child { border-bottom: none; }
[data-theme="dark"] .geo8-vrow { border-color: rgba(255,255,255,0.05); }
.geo8-vrow:hover { background: var(--c-surf); }
[data-theme="dark"] .geo8-vrow:hover { background: rgba(255,255,255,0.03); }
.geo8-vrow--alert {
  animation: row-alert-pulse 2.6s ease-in-out infinite;
}
@keyframes row-alert-pulse {
  0%, 100% { background: rgba(232,130,12,0.03); }
  50%       { background: rgba(232,130,12,0.08); }
}
.geo8-vrow-id {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--c-text);
}
[data-theme="dark"] .geo8-vrow-id { color: rgba(255,255,255,0.8); }
/* Status badges */
.geo8-vbadge {
  font-family: var(--f-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  display: inline-block;
}
.geo8-vbadge--moving {
  color: #2E7D32;
  background: rgba(46,125,50,0.10);
}
[data-theme="dark"] .geo8-vbadge--moving {
  color: #81C784;
  background: rgba(129,199,132,0.12);
}
.geo8-vbadge--idle {
  color: var(--c-stone);
  background: rgba(0,0,0,0.04);
}
[data-theme="dark"] .geo8-vbadge--idle {
  color: rgba(255,255,255,0.3);
  background: rgba(255,255,255,0.05);
}
.geo8-vbadge--alert {
  color: var(--c-amber);
  background: rgba(232,130,12,0.12);
  animation: badge-flash 1.8s ease-in-out infinite;
}
@keyframes badge-flash {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.45; }
}
/* Speed column */
.geo8-vrow-speed {
  font-family: var(--f-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--c-text);
}
[data-theme="dark"] .geo8-vrow-speed { color: rgba(255,255,255,0.75); }
.geo8-vrow--alert .geo8-vrow-speed { color: var(--c-amber); }
.geo8-vrow-speed span {
  font-size: 9px;
  font-weight: 400;
  color: var(--c-stone);
}
/* Fuel bar */
.geo8-vrow-fuel {
  height: 3px;
  background: var(--c-border);
  border-radius: 2px;
  overflow: hidden;
}
[data-theme="dark"] .geo8-vrow-fuel { background: rgba(255,255,255,0.08); }
.geo8-fuel-fill        { height: 100%; border-radius: 2px; background: var(--c-amber); }
.geo8-fuel-fill--ok    { background: #4CAF50; }
.geo8-fuel-fill--low   { background: #E53935; }

/* ── GEO8 SPLIT PANEL ───────────────────────────────────── */
/* Map left | Table right — clean separation, no overlay.   */
.geo8-split-panel {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1px 248px;
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  overflow: hidden;
  min-height: 400px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04), 0 8px 32px rgba(0,0,0,0.06);
  transition: background 0.35s, border-color 0.35s;
}
[data-theme="dark"] .geo8-split-panel {
  background: rgba(255,255,255,0.025);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 4px 40px rgba(0,0,0,0.45);
}
/* Map pane */
.geo8-map-pane {
  position: relative;
  overflow: hidden;
  min-height: 340px;
}
/* Subtle vignette — frames the map without adding colour */
.geo8-map-pane::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 45%, rgba(26,24,22,0.03) 100%);
  pointer-events: none;
  z-index: 2;
}
[data-theme="dark"] .geo8-map-pane::after {
  background: radial-gradient(ellipse at center, transparent 40%, rgba(0,0,0,0.18) 100%);
}
/* Map background SVG (roads + buildings + trails) */
.geo8-map-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
/* Building blocks */
.geo8-bldg {
  fill: rgba(26,24,22,0.048);
  stroke: rgba(26,24,22,0.08);
  stroke-width: 0.4px;
}
[data-theme="dark"] .geo8-bldg {
  fill: rgba(255,255,255,0.038);
  stroke: rgba(255,255,255,0.065);
}
/* Road casing (outer border, drawn first/under) */
.geo8-road-casing line {
  fill: none;
  stroke: rgba(26,24,22,0.072);
}
[data-theme="dark"] .geo8-road-casing line {
  stroke: rgba(255,255,255,0.05);
}
/* Road surface (inner fill, drawn on top of casing) */
.geo8-road-surface line {
  fill: none;
  stroke: rgba(255,255,255,0.88);
}
[data-theme="dark"] .geo8-road-surface line {
  stroke: rgba(255,255,255,0.07);
}
/* Vehicle route trails */
.geo8-trail {
  fill: none;
  stroke: var(--c-amber);
  stroke-width: 1.5px;
  stroke-dasharray: 3.5 3;
  opacity: 0.38;
}
.geo8-trail--alert {
  stroke: #E53935;
  opacity: 0.32;
}
/* Divider line */
.geo8-split-divider {
  background: var(--c-border);
  transition: background 0.35s;
  z-index: 5;
}
[data-theme="dark"] .geo8-split-divider { background: rgba(255,255,255,0.07); }
/* Table pane */
.geo8-table-pane {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
/* Dashboard card inside table pane — flush, no separate card chrome */
.geo8-table-pane .geo8-dash {
  max-width: none;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  flex: 1;
}
[data-theme="dark"] .geo8-table-pane .geo8-dash { background: transparent; }
/* 4-column grid (Vehicle / Status / Speed / Fuel) */
.geo8-table-pane .geo8-dash-cols,
.geo8-table-pane .geo8-vrow { grid-template-columns: 1.3fr 0.9fr 0.7fr 0.55fr; padding: 8px 13px; }
.geo8-table-pane .geo8-dash-cols { padding: 5px 13px; }
.geo8-table-pane .geo8-dash-header { padding: 11px 13px; }
/* Geo-fence zone — dashed circle around alert vehicle */
.geo8-map-fence {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1.5px dashed rgba(229,57,53,0.25);
  background: rgba(229,57,53,0.025);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
/* Vehicle pins */
.geo8-map-pin {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.geo8-map-dot-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}
.geo8-map-pin-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--c-amber);
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: 0 1px 4px rgba(0,0,0,0.18);
  position: relative;
  z-index: 2;
}
[data-theme="dark"] .geo8-map-pin-dot { border-color: rgba(255,255,255,0.2); }
.geo8-map-pin-dot--idle { background: var(--c-stone); opacity: 0.4; }
.geo8-map-pin-dot--alert { background: #E53935; }
/* Pulse ring on alert vehicle */
.geo8-map-ping {
  position: absolute;
  top: 50%; left: 50%;
  width: 9px; height: 9px;
  border-radius: 50%;
  border: 1.5px solid rgba(229,57,53,0.65);
  animation: map-ping 2.2s ease-out infinite;
  pointer-events: none;
  z-index: 1;
}
@keyframes map-ping {
  0%   { transform: translate(-50%,-50%) scale(1); opacity: 0.7; }
  100% { transform: translate(-50%,-50%) scale(4.5); opacity: 0; }
}
/* Vehicle ID label */
.geo8-map-pin-label {
  font-family: var(--f-mono);
  font-size: 7.5px;
  letter-spacing: 0.04em;
  color: var(--c-text);
  background: rgba(247,245,242,0.9);
  padding: 1px 5px;
  border-radius: 2px;
  white-space: nowrap;
  line-height: 1.5;
  border: 1px solid rgba(26,24,22,0.06);
}
[data-theme="dark"] .geo8-map-pin-label {
  color: rgba(255,255,255,0.7);
  background: rgba(26,24,22,0.9);
  border-color: rgba(255,255,255,0.08);
}
.geo8-map-pin-label--alert { color: #C62828; }
[data-theme="dark"] .geo8-map-pin-label--alert { color: #EF9A9A; }
/* Mobile: stack map above table */
@media (max-width: 860px) {
  .geo8-split-panel {
    grid-template-columns: 1fr;
    grid-template-rows: 280px 1px auto;
  }
  .geo8-split-divider { height: 1px; }
  .geo8-map-pane { min-height: 0; }
}

/* ══ GEO8 ANIMATION SYSTEM ═══════════════════════════════ */

/* Map pane: map-tile tinted background + subtle cartographic grid */
.geo8-map-pane {
  background-color: #f1eeea;
  background-image:
    linear-gradient(rgba(26,24,22,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,24,22,0.022) 1px, transparent 1px);
  background-size: 10% 10%;
  transition: background-color 0.35s;
}
[data-theme="dark"] .geo8-map-pane {
  background-color: #111318;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 10% 10%;
}

/* Scan line — sweeps top to bottom like a radar refresh */
.geo8-map-scan {
  position: absolute; left: 0; right: 0; height: 1px; top: 0;
  background: linear-gradient(90deg,
    transparent 5%,
    rgba(232,130,12,0.6) 35%,
    rgba(255,255,255,0.55) 50%,
    rgba(232,130,12,0.6) 65%,
    transparent 95%);
  pointer-events: none; z-index: 4;
  animation: none;
}
.geo8-visual.visible .geo8-map-scan {
  animation: geo8-scan 5.5s ease-in-out infinite 1.3s;
}
@keyframes geo8-scan {
  0%   { transform: translateY(0); opacity: 0; }
  6%   { opacity: 1; }
  92%  { opacity: 0.7; }
  100% { transform: translateY(540px); opacity: 0; }
}

/* Road draw-in — stroke-dashoffset technique */
.geo8-road-casing line,
.geo8-road-surface line {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
}
.geo8-visual.visible .geo8-road-casing line,
.geo8-visual.visible .geo8-road-surface line {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.55s ease-out;
}
/* Horizontal roads (lines 1–6) */
.geo8-visual.visible .geo8-road-casing line:nth-child(1),
.geo8-visual.visible .geo8-road-surface line:nth-child(1) { transition-delay: 0.08s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(2),
.geo8-visual.visible .geo8-road-surface line:nth-child(2) { transition-delay: 0.17s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(3),
.geo8-visual.visible .geo8-road-surface line:nth-child(3) { transition-delay: 0.26s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(4),
.geo8-visual.visible .geo8-road-surface line:nth-child(4) { transition-delay: 0.35s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(5),
.geo8-visual.visible .geo8-road-surface line:nth-child(5) { transition-delay: 0.44s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(6),
.geo8-visual.visible .geo8-road-surface line:nth-child(6) { transition-delay: 0.53s; }
/* Vertical roads (lines 7–11) — interleaved with H for depth */
.geo8-visual.visible .geo8-road-casing line:nth-child(7),
.geo8-visual.visible .geo8-road-surface line:nth-child(7) { transition-delay: 0.14s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(8),
.geo8-visual.visible .geo8-road-surface line:nth-child(8) { transition-delay: 0.23s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(9),
.geo8-visual.visible .geo8-road-surface line:nth-child(9) { transition-delay: 0.32s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(10),
.geo8-visual.visible .geo8-road-surface line:nth-child(10) { transition-delay: 0.41s; }
.geo8-visual.visible .geo8-road-casing line:nth-child(11),
.geo8-visual.visible .geo8-road-surface line:nth-child(11) { transition-delay: 0.50s; }

/* Route trails: fade in, then march continuously */
.geo8-visual .geo8-trail { opacity: 0; }
.geo8-visual.visible .geo8-trail {
  opacity: 0.38;
  transition: opacity 0.45s ease-out 0.85s;
  animation: geo8-trail-march 0.72s linear 1.3s infinite;
}
.geo8-visual.visible .geo8-trail.geo8-trail--alert {
  opacity: 0.32;
  transition: opacity 0.45s ease-out 0.95s;
  animation: geo8-trail-march 0.72s linear 1.4s infinite;
}
@keyframes geo8-trail-march {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -6.5; }
}

/* Geofence: slow spin */
@keyframes geo8-fence-spin {
  from { transform: translate(-50%,-50%) rotate(0deg); }
  to   { transform: translate(-50%,-50%) rotate(360deg); }
}
.geo8-map-fence { animation: geo8-fence-spin 22s linear infinite; }

/* Vehicle pins: hidden initially, spring-bounce in on visible */
.geo8-visual .geo8-map-pin {
  opacity: 0;
  transform: translate(-50%,-50%) scale(0);
}
.geo8-visual.visible .geo8-map-pin {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
  transition: opacity 0.3s ease-out, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.geo8-visual.visible .geo8-pin-1 { transition-delay: 0.72s; }
.geo8-visual.visible .geo8-pin-2 { transition-delay: 0.88s; }
.geo8-visual.visible .geo8-pin-3 { transition-delay: 1.04s; }
.geo8-visual.visible .geo8-pin-4 { transition-delay: 1.20s; }
.geo8-visual.visible .geo8-pin-5 { transition-delay: 1.36s; }

/* Table rows: slide in from right with stagger */
.geo8-visual .geo8-table-pane .geo8-vrow {
  opacity: 0;
  transform: translateX(10px);
}
.geo8-visual.visible .geo8-table-pane .geo8-vrow {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(3) { transition-delay: 0.92s; }
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(4) { transition-delay: 1.02s; }
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(5) { transition-delay: 1.12s; }
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(6) { transition-delay: 1.22s; }
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(7) { transition-delay: 1.32s; }

/* Fuel bars: scale in from left */
.geo8-visual .geo8-vrow-fuel .geo8-fuel-fill {
  transform: scaleX(0);
  transform-origin: left center;
}
.geo8-visual.visible .geo8-vrow-fuel .geo8-fuel-fill {
  transform: scaleX(1);
  transition: transform 0.6s ease-out;
}
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(3) .geo8-fuel-fill { transition-delay: 1.15s; }
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(4) .geo8-fuel-fill { transition-delay: 1.25s; }
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(5) .geo8-fuel-fill { transition-delay: 1.35s; }
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(6) .geo8-fuel-fill { transition-delay: 1.45s; }
.geo8-visual.visible .geo8-table-pane .geo8-dash > .geo8-vrow:nth-child(7) .geo8-fuel-fill { transition-delay: 1.55s; }

/* Event log */
.geo8-event-log {
  border-top: 1px solid var(--c-border);
  padding: 7px 13px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: border-color 0.35s;
}
.geo8-event {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9.5px;
  line-height: 1.4;
}
.geo8-event-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--c-stone);
  flex-shrink: 0;
  opacity: 0.45;
}
.geo8-event-dot--warn,
.geo8-event-dot--crit {
  background: #E53935; opacity: 1;
  animation: geo8-evt-pulse 2.2s ease-in-out infinite;
}
@keyframes geo8-evt-pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}
.geo8-event-text { flex: 1; color: var(--c-stone); }
.geo8-event--warn .geo8-event-text { color: var(--c-text); }
.geo8-event-time {
  font-family: var(--f-mono);
  font-size: 8.5px;
  color: var(--c-stone);
  opacity: 0.5;
  white-space: nowrap;
}
/* Event log slide-in */
.geo8-visual .geo8-event-log {
  opacity: 0;
  transform: translateX(10px);
}
.geo8-visual.visible .geo8-event-log {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s ease-out 1.55s, transform 0.4s ease-out 1.55s;
}

/* Counter number */
.geo8-counter { font-variant-numeric: tabular-nums; }

/* ══ ROUTE MAP REDESIGN ══════════════════════════════════ */

/* Map pane: clean surface, no grid */
.geo8-map-pane {
  background-color: #f1eeea;
  background-image: none;
}
[data-theme="dark"] .geo8-map-pane {
  background-color: #10121a;
  background-image: none;
}

/* Route network paths */
.geo8-routes { fill: none; }
.geo8-route {
  fill: none;
  stroke: rgba(26,24,22,0.72);
  stroke-width: 1.8px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
[data-theme="dark"] .geo8-route { stroke: rgba(255,255,255,0.62); }

/* Alert route: red dashed, marching */
.geo8-route--alert {
  stroke: rgba(229,57,53,0.75);
  stroke-dasharray: 3 2.5;
}
[data-theme="dark"] .geo8-route--alert { stroke: rgba(229,57,53,0.85); }

/* Route draw-in animation (non-alert routes only) */
.geo8-route:not(.geo8-route--alert) {
  stroke-dasharray: 280;
  stroke-dashoffset: 280;
}
.geo8-visual.visible .geo8-route:not(.geo8-route--alert) {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.7s ease-out;
}
/* Stagger each route */
.geo8-visual.visible .geo8-r1 { transition-delay: 0.05s; }
.geo8-visual.visible .geo8-r2 { transition-delay: 0.22s; }
.geo8-visual.visible .geo8-r3 { transition-delay: 0.38s; }
.geo8-visual.visible .geo8-r4 { transition-delay: 0.28s; }
.geo8-visual.visible .geo8-r5 { transition-delay: 0.44s; }
.geo8-visual.visible .geo8-r6 { transition-delay: 0.58s; }
.geo8-visual.visible .geo8-r7 { transition-delay: 0.50s; }
.geo8-visual.visible .geo8-r8 { transition-delay: 0.64s; }
.geo8-visual.visible .geo8-r9 { transition-delay: 0.56s; }
/* Alert route: fade in + march continuously */
.geo8-visual .geo8-route--alert { opacity: 0; }
.geo8-visual.visible .geo8-route--alert {
  opacity: 1;
  transition: opacity 0.4s ease-out 0.3s;
  animation: geo8-route-march 0.55s linear 0.72s infinite;
}
@keyframes geo8-route-march {
  from { stroke-dashoffset: 0; }
  to   { stroke-dashoffset: -5.5; }
}

/* Vehicle dots: larger, bold, with glow radius */
.geo8-map-dot-wrap {
  width: 22px;
  height: 22px;
}
.geo8-map-pin-dot {
  width: 13px;
  height: 13px;
  border: 2.5px solid #ffffff;
  box-shadow:
    0 0 0 3px rgba(232,130,12,0.18),
    0 0 10px 3px rgba(232,130,12,0.3),
    0 0 24px 7px rgba(232,130,12,0.12);
}
[data-theme="dark"] .geo8-map-pin-dot { border-color: rgba(255,255,255,0.88); }
.geo8-map-pin-dot--idle {
  background: #aaaaaa;
  box-shadow: 0 0 0 3px rgba(160,160,160,0.12);
}
[data-theme="dark"] .geo8-map-pin-dot--idle { background: #666; }
.geo8-map-pin-dot--alert {
  background: #E53935;
  box-shadow:
    0 0 0 3px rgba(229,57,53,0.22),
    0 0 10px 3px rgba(229,57,53,0.38),
    0 0 24px 7px rgba(229,57,53,0.16);
}
/* Alert pulse ring: sized for new dot */
.geo8-map-ping {
  width: 13px; height: 13px;
}

/* Pin labels: clean text, no chip */
.geo8-map-pin-label {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 8px;
  font-weight: 500;
  color: rgba(26,24,22,0.65);
  letter-spacing: 0.02em;
  text-shadow: 0 0 4px rgba(241,238,234,0.9), 0 0 8px rgba(241,238,234,0.7);
}
[data-theme="dark"] .geo8-map-pin-label {
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.6);
  text-shadow: 0 0 4px rgba(16,18,26,0.9), 0 0 8px rgba(16,18,26,0.7);
}
.geo8-map-pin-label--alert { color: #C62828; }
[data-theme="dark"] .geo8-map-pin-label--alert { color: #EF9A9A; }

/* Geofence: subtler for route-map aesthetic */
.geo8-map-fence {
  width: 60px;
  height: 60px;
  border-color: rgba(229,57,53,0.22);
  background: rgba(229,57,53,0.018);
}

/* ── DASHBOARD BREATHING ROOM ─────────────────────────── */
.geo8-split-panel {
  grid-template-columns: 1fr 1px 292px;
  min-height: 430px;
}
@media (max-width: 860px) {
  .geo8-split-panel { grid-template-columns: 1fr; }
}
.geo8-table-pane .geo8-dash-header { padding: 14px 18px; }
.geo8-table-pane .geo8-dash-cols,
.geo8-table-pane .geo8-vrow        { grid-template-columns: 1.3fr 0.9fr 0.7fr 0.55fr; }
.geo8-table-pane .geo8-dash-cols   { padding: 8px 18px; }
.geo8-table-pane .geo8-vrow        { padding: 11px 18px; }

/* ── GEO8 WORK PAGE CARD ──────────────────────────────────── */
/* GEO8 work card: amber-accented in light mode, dark in dark mode */
.work-item--geo8 {
  border-color: rgba(232,130,12,0.18) !important;
  cursor: pointer;
}
.work-item--geo8 .work-item-type  { color: var(--c-amber); }
.work-item--geo8:hover .work-item-arrow { color: var(--c-amber) !important; }
.work-item--geo8 .tag {
  border-color: rgba(232,130,12,0.2);
  color: var(--c-amber);
  background: rgba(232,130,12,0.06);
}
/* Dark mode: full dark treatment */
[data-theme="dark"] .work-item--geo8 {
  background: #1A1816 !important;
  border-color: rgba(232,130,12,0.14) !important;
}
[data-theme="dark"] .work-item--geo8:hover { background: #231f1c !important; }
[data-theme="dark"] .work-item--geo8 .work-item-name  { color: #fff; }
[data-theme="dark"] .work-item--geo8 .work-item-desc  { color: rgba(255,255,255,0.48); }
[data-theme="dark"] .work-item--geo8 .work-item-year  { color: rgba(255,255,255,0.3); }
[data-theme="dark"] .work-item--geo8 .work-item-arrow { color: rgba(255,255,255,0.2); }
[data-theme="dark"] .work-item--geo8 .tag {
  color: rgba(232,130,12,0.8);
  background: rgba(232,130,12,0.05);
}

/* ─── ABOUT ──────────────────────────────────────────────── */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--c-border);
  transition: border-color 0.35s;
}
.value-card {
  padding: 36px;
  border-bottom: 1px solid var(--c-border);
  border-right: 1px solid var(--c-border);
  transition: background 0.3s, border-color 0.35s;
}
.value-card:nth-child(3n) { border-right: none; }
.value-card:nth-last-child(-n+3) { border-bottom: none; }
.value-card:hover { background: var(--c-surf); }
.value-num {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--c-stone);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.value-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.value-desc {
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-stone-l);
}

/* ─── PROCESS STRIP ──────────────────────────────────────── */
.process-strip {
  display: flex;
  margin-top: 56px;
  border: 1px solid var(--c-border);
  transition: border-color 0.35s;
}
.process-step {
  flex: 1;
  padding: 28px 22px;
  border-right: 1px solid var(--c-border);
  transition: background 0.3s, border-color 0.35s;
}
.process-step:last-child { border-right: none; }
.process-step:hover { background: var(--c-surf); }
.process-num {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--c-amber);
  margin-bottom: 14px;
}
.process-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.process-desc {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--c-stone);
}

.archetype-strip {
  display: flex;
  gap: 1px;
  background: var(--c-border);
  border: 1px solid var(--c-border);
  margin-top: 1px;
  transition: border-color 0.35s, background 0.35s;
}
.archetype-item {
  flex: 1;
  padding: 28px 24px;
  background: var(--c-bg);
  transition: background 0.3s;
}
.archetype-item:hover { background: var(--c-surf); }
.archetype-label {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-amber);
  margin-bottom: 6px;
}
.archetype-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
}
.archetype-desc {
  font-size: 13px;
  color: var(--c-stone-l);
  line-height: 1.6;
}

/* ─── CONTACT ─────────────────────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact-form-wrap {
  /* form column wrapper */
}
.contact-sticky {
  position: sticky;
  top: 100px;
}
.contact-email-link {
  display: block;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--c-amber);
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(232,130,12,0.25);
  padding-bottom: 24px;
  transition: opacity 0.2s;
}
.contact-email-link:hover { opacity: 0.75; }
.contact-whatsapp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #25D366;
  margin-bottom: 40px;
  padding: 10px 20px;
  border: 1px solid rgba(37,211,102,0.25);
  border-radius: 6px;
  transition: background 0.25s, border-color 0.25s;
}
.contact-whatsapp-link:hover {
  background: rgba(37,211,102,0.06);
  border-color: rgba(37,211,102,0.45);
}
.contact-detail { margin-bottom: 20px; }
.contact-detail-label {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-stone);
  margin-bottom: 4px;
}
.contact-detail-val {
  font-size: 14px;
  color: var(--c-stone-l);
}

/* Form */
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.form-label {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-stone);
}
.form-input,
.form-textarea,
.form-select {
  background: var(--c-bg);
  border: 1px solid var(--c-border);
  color: var(--c-text);
  font-family: var(--f-sans);
  font-size: 15px;
  padding: 13px 16px;
  border-radius: 5px;
  outline: none;
  transition: border-color 0.25s, background 0.25s;
  width: 100%;
}
.form-input::placeholder,
.form-textarea::placeholder { color: var(--c-stone); font-size: 14px; }
.form-input:focus,
.form-textarea:focus,
.form-select:focus {
  border-color: rgba(232, 130, 12, 0.45);
  background: var(--c-surf);
}
.form-textarea {
  min-height: 148px;
  resize: vertical;
  line-height: 1.6;
}
.form-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%238A8A8A' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.form-select option { background: var(--c-surf); }
.form-note {
  font-size: 12px;
  color: var(--c-stone);
  font-family: var(--f-mono);
}

.form-success {
  display: none;
  padding: 32px;
  border: 1px solid rgba(76, 175, 80, 0.3);
  border-radius: 6px;
  background: rgba(76, 175, 80, 0.05);
  text-align: center;
}
.form-success.show { display: block; }
.form-success h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.form-success p {
  font-size: 14px;
  color: var(--c-stone-l);
}

/* ─── MISC ───────────────────────────────────────────────── */
.text-balance { text-wrap: balance; }
.mb-sm { margin-bottom: 16px; }
.mb-md { margin-bottom: 32px; }
.mb-lg { margin-bottom: 48px; }
.accent-period { color: var(--c-amber); }

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .product-card   { grid-template-columns: 1fr; }
  .product-action { align-items: flex-start; }
  .stats-grid     { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-right: 1px solid var(--c-border); }
  .about-grid     { grid-template-columns: 1fr; gap: 48px; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .value-card:nth-child(3n) { border-right: 1px solid var(--c-border); }
  .value-card:nth-child(even) { border-right: none; }
  .geo8-inner     { grid-template-columns: 1fr; gap: 48px; }
}

@media (max-width: 768px) {
  .hero-inner     { grid-template-columns: 1fr; padding: 48px 0 64px; }
  .hero-visual    { display: none; }
  .hero-sub       { max-width: 100%; }
  .statement-inner{ grid-template-columns: 1fr; gap: 32px; }
  .cap-grid       { grid-template-columns: 1fr; }
  .cap-item       { border-right: none; }
  .cap-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--c-border); }
  .cap-item:last-child { border-bottom: none; }
  .cta-strip-inner{ flex-direction: column; align-items: flex-start; gap: 28px; }
  .footer-top     { grid-template-columns: 1fr; gap: 40px; }
  .footer-links   { flex-wrap: wrap; gap: 36px; }
  .footer-bottom  { flex-direction: column; align-items: flex-start; gap: 12px; }
  .work-grid      { grid-template-columns: 1fr; }
  .work-item      { border-right: none; }
  .work-item--featured { border-right: none; }
  .work-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--c-border); }
  .work-item:last-child { border-bottom: none; }
  .about-values-grid { grid-template-columns: 1fr; }
  .value-card     { border-right: none !important; border-bottom: 1px solid var(--c-border); }
  .value-card:last-child { border-bottom: none; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-sticky { position: static; }
  .form-row       { grid-template-columns: 1fr; }
  .process-strip  { flex-direction: column; }
  .process-step   { border-right: none; border-bottom: 1px solid var(--c-border); }
  .process-step:last-child { border-bottom: none; }
  .archetype-strip{ flex-direction: column; }
  .product-card   { padding: 36px 28px; }
  .geo8-visual    { display: none; }
  .geo8-wordmark  { font-size: clamp(64px, 18vw, 100px); }

  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 64px; left: 0; right: 0;
    background: var(--c-nav-glass);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--c-border);
    padding: 24px var(--gutter);
    gap: 20px;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 16px; }
  .nav-cta  { display: none; }
  .nav-toggle { display: flex; }
  .nav-right { gap: 4px; }

  /* Hero mobile */
  .page-hero {
    padding-top: calc(64px + 48px);
    padding-bottom: 56px;
  }
  .hero-inner { padding: 40px 0 56px; }

  /* Section padding tighter on mobile */
  .section-pad { padding: clamp(48px, 6vw, 80px) 0; }

  /* Hero + GEO8 action buttons — stack full-width */
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 360px;
  }
  .hero-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    white-space: normal;
  }
  .geo8-actions {
    flex-direction: column;
    align-items: stretch;
    max-width: 360px;
  }
  .geo8-actions .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    white-space: normal;
  }

  /* Display type scale tighter */
  .t-display { font-size: clamp(40px, 11vw, 72px); }

  /* GEO8 wordmark — smaller on mobile */
  .geo8-wordmark { font-size: clamp(52px, 16vw, 80px); }

  /* CTA strip */
  .cta-strip-inner .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  /* Product card tighter */
  .product-card { padding: 28px 20px; }

  /* Stats full-width stacked */
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stat-item { padding: 24px 20px; }

  /* Archetype strip text */
  .archetype-item { padding: 28px 24px; }
}

/* ─── VERY SMALL SCREENS ─────────────────────────────── */
@media (max-width: 480px) {
  :root { --gutter: clamp(20px, 5vw, 32px); }

  /* Nav */
  .nav { padding: 0 var(--gutter); }

  /* Typography */
  .t-h1    { font-size: clamp(28px, 9vw, 44px); }
  .t-h2    { font-size: clamp(22px, 7vw, 34px); }
  .t-h3    { font-size: clamp(18px, 5.5vw, 24px); }
  .t-display { font-size: clamp(36px, 12vw, 56px); }
  .t-body-lg { font-size: 16px; }

  /* Hero */
  .page-hero {
    padding-top: calc(64px + 36px);
    padding-bottom: 44px;
  }
  .hero-inner { padding: 32px 0 44px; }

  /* Sections */
  .section-pad { padding: 40px 0; }

  /* GEO8 wordmark */
  .geo8-wordmark { font-size: clamp(44px, 14vw, 64px); }
  .geo8-desc     { font-size: 15px; }

  /* Capability cards */
  .cap-item { padding: 28px 20px; }

  /* Stats */
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item  { border-right: none; border-bottom: 1px solid var(--c-border); }
  .stat-item:last-child { border-bottom: none; }

  /* Contact form */
  .contact-email-link { font-size: 20px; }

  /* Buttons */
  .btn { padding: 13px 24px; font-size: 14px; }
  .btn-primary { padding: 13px 24px; font-size: 14px; }

  /* CTA strip */
  .cta-strip-inner { gap: 20px; }
  .cta-headline    { font-size: clamp(22px, 7vw, 34px); }

  /* Footer */
  .footer-links { gap: 28px; }
  .footer-col-title { font-size: 10px; }
}
