:root {
  --bg: #090a0d;
  --panel: rgba(255,255,255,.06);
  --panel-strong: rgba(255,255,255,.09);
  --line: rgba(255,255,255,.12);
--text: #e8eaed;
--text-strong: #ffffff;
--text-dim: #9ea3ad;  --muted: #a8adb7;
  --red: #ff4a58;
  --red-deep: #8f101e;
  --shadow: 0 20px 80px rgba(0,0,0,.45);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,74,88,.10), transparent 30%),
    radial-gradient(circle at 100% 20%, rgba(255,255,255,.05), transparent 24%),
    linear-gradient(180deg, #0a0b0f 0%, #08090b 100%);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-shell {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.ambient {
  position: absolute;
  border-radius: 999px;
  filter: blur(66px);
  pointer-events: none;
  transition: transform .18s linear;
}
.ambient-a {
  width: 36rem;
  height: 36rem;
  top: -12rem;
  right: -8rem;
  background: rgba(255,74,88,.10);
}
.ambient-b {
  width: 28rem;
  height: 28rem;
  left: -10rem;
  top: 34rem;
  background: rgba(255,255,255,.045);
}
.grid-overlay {
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, rgba(0,0,0,.74), transparent 88%);
  opacity: .16;
  pointer-events: none;
}

.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}
.topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  backdrop-filter: blur(16px);
}
.topbar::before {
  content: '';
  position: absolute;
  inset: 8px -24px;
  background: linear-gradient(180deg, rgba(9,10,13,.88), rgba(9,10,13,.48));
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 18px;
  z-index: -1;
}
.brand {
  position: relative;
  width: clamp(260px, 28vw, 390px);
  display: flex;
  align-items: center;
  isolation: isolate;
}
.brand-glow {
  position: absolute;
  inset: -10px -8px;
  background: radial-gradient(circle at 18% 50%, rgba(255,74,88,.26), transparent 40%);
  filter: blur(18px);
  z-index: -1;
  opacity: .95;
}
.logo-img {
  width: 100%;
  height: auto;
  filter: brightness(1.28) contrast(1.12) saturate(1.04) drop-shadow(0 0 18px rgba(255,74,88,.16));
  transition: transform .28s ease, opacity .28s ease, filter .28s ease;
}
.nav {
  display: flex;
  gap: 28px;
  color: var(--muted);
  font-size: 14px;
}
.nav a { transition: color .2s ease, transform .2s ease; }
.nav a:hover { color: var(--text); transform: translateY(-1px); }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: center;
  min-height: calc(100vh - 96px);
  padding: 46px 0 76px;
}
.eyebrow {
  margin: 0 0 14px;
  color: #d9dce2;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 12px;
}
.centered { text-align: center; }
.hero h1,
.section-head h2,
.contact-copy h2,
.bottomline h2 {
  margin: 0;
  line-height: .98;
  letter-spacing: -.04em;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.5vw, 4.2rem);
  line-height: 1.05;
  max-width: 16ch;
}.lead {
  max-width: 58ch;
  margin: 26px 0 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--muted);
}
.hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-1px); }
.button-solid {
  background: linear-gradient(180deg, #ff5664, #ca2434);
  color: white;
  box-shadow: 0 14px 32px rgba(202,36,52,.32);
}
.button-ghost {
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
}
.hero-notes {
  list-style: none;
  display: flex;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  flex-wrap: wrap;
}
.hero-notes li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  color: #d7d9de;
  font-size: 14px;
}

.hero-stage { perspective: 1600px; }
.stage-frame {
  position: relative;
  min-height: 680px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03)),
    radial-gradient(circle at 24% 18%, rgba(255,255,255,.08), transparent 36%),
    rgba(11,12,16,.78);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform .18s ease, box-shadow .28s ease;
}
.stage-frame::before,
.stage-frame::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.stage-frame::before {
  background: linear-gradient(180deg, rgba(255,255,255,.06), transparent 22%, transparent 74%, rgba(255,255,255,.05));
}
.stage-frame::after {
  background: radial-gradient(circle at top right, rgba(255,74,88,.16), transparent 34%);
}
.stage-scan {
  position: absolute;
  inset: auto 0 24%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,74,88,.9), transparent);
  box-shadow: 0 0 24px rgba(255,74,88,.65);
  animation: scan 7s ease-in-out infinite;
}
.surface {
  position: absolute;
  inset: 3.2% 3.2% 3.2% 3.2%;
}
.mesh-lines path {
  stroke: rgba(255,255,255,.18);
  stroke-width: 1.1;
  fill: none;
}
.site-plane .ground-top {
  fill: rgba(255,255,255,.035);
  stroke: rgba(255,255,255,.12);
  stroke-width: 1.2;
}
.site-plane .ground-front,
.site-plane .ground-side {
  fill: rgba(255,255,255,.02);
  stroke: rgba(255,255,255,.08);
  stroke-width: 1;
}
.facility .roof {
  fill: url(#roofFill);
}
.facility .front,
.facility .side {
  fill: url(#wallFill);
}
.facility polygon {
  stroke: rgba(255,255,255,.10);
  stroke-width: 1;
}
.facility-edges polyline,
.facility-edges line,
.site-details line {
  stroke: rgba(255,255,255,.18);
  stroke-width: 1.2;
  fill: none;
}
.route-track {
  fill: none;
  stroke: rgba(255,255,255,.09);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.route-line {
  fill: none;
  stroke: url(#routeGlow);
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(255,74,88,.38));
}
.route-node {
  fill: #ffd6da;
  stroke: rgba(255,74,88,.75);
  stroke-width: 2;
  filter: drop-shadow(0 0 12px rgba(255,74,88,.4));
  opacity: 0;
  transform: scale(.65);
  transform-origin: center;
  transition: transform .28s ease, opacity .28s ease;
}
.route-node.active {
  opacity: 1;
  transform: scale(1);
}
.route-end {
  fill: #fff0f2;
}
.route-pulse {
  fill: rgba(255,74,88,.18);
  stroke: rgba(255,74,88,.66);
  stroke-width: 2;
  animation: routePulse 2s ease-in-out infinite;
}
.signature-line {
  fill: none;
  stroke: rgba(255,74,88,.95);
  stroke-width: 2.4;
  stroke-linecap: round;
}
.stage-card {
  position: absolute;
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.11);
  background: rgba(9,10,13,.78);
  backdrop-filter: blur(12px);
  color: #e4e7ec;
  font-size: 13px;
  letter-spacing: .02em;
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}
.stage-card-a { left: 7%; top: 10%; }
.stage-card-b { right: 8%; top: 20%; }
.stage-card-c { left: 16%; bottom: 10%; }

section { padding: 90px 0; position: relative; }
.section-head {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: end;
  gap: 18px;
  margin-bottom: 28px;
}
.section-head.narrow { grid-template-columns: 200px minmax(0, 760px); }
.section-head h2,
.contact-copy h2,
.bottomline h2 { font-size: clamp(2.3rem, 4.4vw, 4rem); max-width: 16ch; }

.coverage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.coverage-card,
.teaming-panel,
.contact-panel {
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  box-shadow: var(--shadow);
}
.coverage-card {
  border-radius: var(--radius-lg);
  padding: 24px;
  min-height: 260px;
}
.card-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  margin-bottom: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.03)),
    rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
}
.card-icon::before,
.card-icon::after {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, #ff6a77, #b41d2a);
}
.icon-facility::before { width: 22px; height: 22px; left: 17px; top: 17px; border-radius: 6px; box-shadow: inset 0 -9px 0 rgba(0,0,0,.15); }
.icon-facility::after { width: 4px; height: 30px; left: 26px; top: 10px; opacity: .35; }
.icon-grounds::before { width: 28px; height: 4px; left: 14px; top: 28px; border-radius: 999px; }
.icon-grounds::after { width: 10px; height: 20px; left: 23px; top: 12px; border-radius: 0 999px 999px 999px; transform: rotate(35deg); }
.icon-building::before { width: 24px; height: 28px; left: 16px; top: 14px; border-radius: 4px; }
.icon-building::after { width: 6px; height: 6px; left: 25px; top: 23px; border-radius: 2px; background: rgba(255,255,255,.75); box-shadow: -10px 0 rgba(255,255,255,.5), 10px 0 rgba(255,255,255,.5), -10px 10px rgba(255,255,255,.5), 0 10px rgba(255,255,255,.75), 10px 10px rgba(255,255,255,.5); }
.icon-waste::before { width: 20px; height: 24px; left: 18px; top: 18px; border-radius: 0 0 6px 6px; }
.icon-waste::after { width: 24px; height: 4px; left: 16px; top: 14px; border-radius: 999px; }
.coverage-card h3,
.approach-grid h3,
.teaming-copy h3 { margin: 0 0 10px; font-size: 1.25rem; }
.coverage-card p,
.approach-grid p,
.teaming-copy p,
.contact-copy p,
.contact-form label,
.bottom-copy { color: var(--muted); line-height: 1.7; }

.approach-rail {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  box-shadow: var(--shadow);
  padding: 28px;
  position: relative;
  overflow: hidden;
}
.rail-line {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(255,74,88,.12), rgba(255,74,88,1), rgba(255,74,88,.12));
  transform: translateY(-50%);
  box-shadow: 0 0 18px rgba(255,74,88,.28);
}
.approach-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.approach-grid article {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 32px 26px 28px;
  background: rgba(11,12,16,.72);
  border: 1px solid rgba(255,255,255,.08);
}
.kicker {
  display: inline-block;
  margin-bottom: 18px;
  color: #d9dde4;
  font-size: 12px;
  letter-spacing: .18em;
}

.teaming-panel {
  display: grid;
  grid-template-columns: 1.06fr .94fr;
  gap: 24px;
  border-radius: var(--radius-xl);
  padding: 28px;
}
.teaming-copy ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.teaming-copy li {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
}
.teaming-visual {
  min-height: 360px;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at center, rgba(255,255,255,.08), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.radar-ring,
.radar-core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.ring-a { width: 78%; height: 78%; border: 1px solid rgba(255,255,255,.08); }
.ring-b { width: 54%; height: 54%; border: 1px solid rgba(255,74,88,.14); }
.ring-c { width: 30%; height: 30%; border: 1px solid rgba(255,255,255,.12); }
.radar-core {
  width: 14px; height: 14px;
  background: var(--red);
  box-shadow: 0 0 24px rgba(255,74,88,.8);
}
.radar-tag {
  position: absolute;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(9,10,13,.8);
  color: #dfe3ea;
  font-size: 13px;
}
.tag-a { left: 12%; top: 22%; }
.tag-b { right: 14%; top: 48%; }
.tag-c { left: 28%; bottom: 18%; }

.contact-panel {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 28px;
  border-radius: var(--radius-xl);
  padding: 28px;
}
.contact-lead {
  font-size: 1.35rem;
  color: var(--text) !important;
  line-height: 1.5;
}
.contact-form {
  display: grid;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 14px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.1);
  background: rgba(255,255,255,.03);
  color: var(--text);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(255,74,88,.65);
  border-color: transparent;
}

.bottomline {
  padding-bottom: 110px;
  text-align: center;
}
.bottomline h2 {
  font-size: clamp(4rem, 12vw, 8.4rem);
  letter-spacing: -.06em;
  margin-top: 0;
}
.bottom-copy {
  font-size: clamp(1.15rem, 1.9vw, 1.4rem);
  margin: 10px 0 28px;
}
.bottom-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.bottom-graphic-line {
  width: min(26vw, 320px);
  height: 2px;
  background: linear-gradient(90deg, rgba(255,74,88,.1), rgba(255,74,88,1));
  transform-origin: center;
}
.bottom-graphic-line.right { background: linear-gradient(90deg, rgba(255,74,88,1), rgba(255,74,88,.1)); }
.bottom-graphic-word {
  letter-spacing: .32em;
  font-size: 13px;
  color: #e9e9ec;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.visible { opacity: 1; transform: none; }

@keyframes scan {
  0%, 100% { transform: translateY(-120px); opacity: .55; }
  50% { transform: translateY(120px); opacity: 1; }
}
@keyframes routePulse {
  0%, 100% { transform: scale(1); opacity: .6; }
  50% { transform: scale(1.55); opacity: .95; }
}

@media (max-width: 1100px) {
  .hero,
  .teaming-panel,
  .contact-panel,
  .section-head,
  .section-head.narrow { grid-template-columns: 1fr; }
  .coverage-grid,
  .approach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .teaming-visual { min-height: 300px; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .topbar { gap: 16px; align-items: flex-start; flex-direction: column; }
  .nav { flex-wrap: wrap; gap: 16px; }
  .hero { padding-top: 10px; }
  .brand { width: min(78vw, 340px); }
.stage-frame {
  min-height: 520px;
  max-width: 680px;
  margin-left: auto;

  border-radius: 22px;

  padding: 12px;
}  .coverage-grid,
  .approach-grid,
  .teaming-copy ul { grid-template-columns: 1fr; }
  section { padding: 72px 0; }
  .bottom-graphic { gap: 10px; }
  .bottom-graphic-line { width: 28vw; }
}
/* TRACK */
.route-track {
  fill: none;
  stroke: rgba(255,255,255,.08);
  stroke-width: 8;
  stroke-linecap: round;
}

/* MAIN LINE */
.route-line {
  fill: none;
  stroke: var(--red);
  stroke-width: 4;
  stroke-linecap: round;
  filter: drop-shadow(0 0 12px rgba(255,74,88,.4));
}.route-node.active {
  opacity: 1;
  transform: scale(1.3);
}

/* NODES */
.route-node {
  fill: #ffd6da;
  stroke: rgba(255,74,88,.7);
  stroke-width: 2;
  opacity: 0.5;
  transition: 0.3s ease;
}

/* END NODE STRONGER */
.route-end {
  fill: #fff;
}

/* 🔴 MOVING DOT */
.route-travel {
  fill: #ff4a58;
  filter: drop-shadow(0 0 14px rgba(255,74,88,.9));
}