:root {
  --bg: #0b0f0e;
  --panel: #0f1412;
  --panel-2: #151a17;
  --text: #f0f0e8;
  --muted: #b7bbb8;
  --line: rgba(255,255,255,.20);
  --line-soft: rgba(255,255,255,.10);
  --acid: #b8df2a;
  --acid-bright: #c8ed3a;
  --max: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(184,223,42,.035), transparent 30%),
    var(--bg);
  font-family: "Inter", system-ui, sans-serif;
}

a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.site-header {
  min-height: 100px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding: 0 clamp(24px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(10,14,13,.95);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
}

.brand {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.25rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.04em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(28px, 4vw, 58px);
  font-size: .98rem;
}

.primary-nav a,
.header-cta { transition: color .2s ease, border-color .2s ease, background .2s ease; }

.primary-nav a:hover { color: var(--acid); }

.header-cta {
  justify-self: end;
  color: var(--acid);
  border: 1px solid var(--acid);
  padding: 17px 25px;
  font-weight: 600;
}
.header-cta:hover { background: var(--acid); color: #10140d; }

.menu-button {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text);
  padding: 10px 14px;
}

.hero {
  min-height: 660px;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(560px, 1.08fr);
  position: relative;
  overflow: hidden;
}

.hero-copy {
  padding: clamp(55px, 6vw, 88px) clamp(30px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(11,15,14,1) 0%, rgba(11,15,14,.98) 78%, rgba(11,15,14,.85) 100%);
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--acid-bright);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  font-size: .88rem;
  white-space: nowrap;
}

.crosshair {
  width: 20px;
  height: 20px;
  position: relative;
}
.crosshair::before,
.crosshair::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.45);
}
.crosshair::before { width: 1px; height: 20px; left: 9px; top: 0; }
.crosshair::after { height: 1px; width: 20px; left: 0; top: 9px; }
.crosshair { background: radial-gradient(circle, var(--acid) 0 2px, transparent 3px); }

.eyebrow-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.4), transparent);
  flex: 1;
  max-width: 280px;
}

h1, h2 {
  font-family: "Barlow Condensed", sans-serif;
  text-wrap: balance;
  margin: 0;
}

h1 {
  margin-top: 34px;
  max-width: 680px;
  font-size: clamp(4.3rem, 6.2vw, 6.6rem);
  line-height: .88;
  letter-spacing: -.035em;
}

.accent-dash {
  width: 38px;
  height: 5px;
  background: var(--acid);
  margin: 26px 0 18px;
}

.hero-copy > p {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  line-height: 1.48;
  margin: 0;
}

.hero-actions {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 28px;
  border: 1px solid transparent;
  font-weight: 600;
  cursor: pointer;
}

.button-primary {
  background: linear-gradient(180deg, #cbe845, #add326);
  color: #10140c;
}
.button-primary:hover { filter: brightness(1.06); }

.button-secondary {
  border-color: rgba(255,255,255,.45);
  background: rgba(11,15,14,.65);
}
.button-secondary span { color: var(--acid); }

.hero-visual {
  min-height: 660px;
  position: relative;
  background:
    linear-gradient(90deg, rgba(11,15,14,.35), transparent 20%),
    linear-gradient(180deg, #363b38 0%, #1a1f1d 45%, #0c100f 100%);
}

.hero-photo-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255,255,255,.08) 0 8%, transparent 8% 16%, rgba(255,255,255,.04) 16% 22%, transparent 22%),
    radial-gradient(circle at 70% 35%, rgba(255,255,255,.18), transparent 22%),
    linear-gradient(130deg, #252b28, #111614);
}
.hero-photo-placeholder::before {
  content: "";
  position: absolute;
  width: 45%;
  height: 80%;
  right: 4%;
  bottom: -10%;
  background: linear-gradient(140deg, rgba(202,232,69,.62), rgba(24,28,26,.95) 45%);
  clip-path: polygon(30% 0, 78% 8%, 100% 100%, 0 100%, 9% 25%);
  filter: saturate(.65);
  opacity: .85;
}
.hero-photo-placeholder span {
  position: relative;
  z-index: 2;
  border: 1px dashed rgba(255,255,255,.3);
  padding: 14px 18px;
  color: rgba(255,255,255,.46);
  letter-spacing: .12em;
  font-size: .72rem;
}

.visual-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 100% 120px, 120px 100%;
  pointer-events: none;
}

.hud {
  position: absolute;
  z-index: 4;
  min-width: 190px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.34);
  background: rgba(16,20,18,.86);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.hud small {
  display: block;
  color: #b8bcb9;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.hud strong {
  color: var(--acid);
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.hud-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 7px;
  margin-top: 7px;
  border-top: 1px solid var(--line-soft);
  font-size: .76rem;
  color: #c9cdca;
}
.hud-status { top: 42px; left: 30px; }
.hud-loss { left: 22px; bottom: 38px; width: 190px; }
.hud-loss svg { width: 100%; height: 44px; margin-top: 7px; overflow: visible; }
.hud-loss polyline { fill: none; stroke: var(--acid); stroke-width: 2; }
.hud-coords { right: 28px; bottom: 64px; }

.service-strip {
  max-width: calc(var(--max) - 40px);
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
  background: rgba(10,14,13,.96);
  position: relative;
  z-index: 10;
}
.service-strip article {
  min-height: 110px;
  display: grid;
  grid-template-columns: 64px 86px 1fr;
  align-items: center;
  gap: 18px;
  padding: 0 38px;
}
.service-strip article + article { border-left: 1px solid var(--line); }
.service-number {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  color: rgba(255,255,255,.28);
  border-right: 1px solid var(--line);
  padding-right: 24px;
}
.service-icon { color: var(--acid); font-size: 2rem; letter-spacing: -.2em; }
.service-strip h2 { font-size: 2.15rem; font-weight: 600; }

.content-section,
.contact-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 90px 32px;
  border-top: 1px solid var(--line-soft);
}
.section-kicker {
  color: var(--acid);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .82rem;
  font-weight: 600;
}
.content-section h2,
.contact-section h2 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: .95;
}
.content-section > p:last-child {
  max-width: 700px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 18px;
  max-width: 720px;
  margin-top: 36px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}
input, textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--panel);
  color: var(--text);
  padding: 15px 16px;
  outline: none;
}
input:focus, textarea:focus { border-color: var(--acid); }

footer {
  min-height: 120px;
  border-top: 1px solid var(--line);
  padding: 36px clamp(24px, 4vw, 64px);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  color: var(--muted);
}

@media (max-width: 1050px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }
  .menu-button { display: block; }
  .primary-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 24px;
    background: #0c100f;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: flex-start;
  }
  .primary-nav.open { display: flex; }

  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 54px; }
  .hero-visual { min-height: 560px; }
  .service-strip { grid-template-columns: 1fr; margin-inline: 20px; }
  .service-strip article + article { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 680px) {
  .site-header { min-height: 78px; padding-inline: 18px; }
  .brand { font-size: 2.5rem; }
  .header-cta { display: none; }

  .hero-copy { padding: 46px 22px; }
  .eyebrow-line { display: none; }
  .eyebrow { font-size: .73rem; }
  h1 { font-size: clamp(3.4rem, 18vw, 5.2rem); }

  .hero-actions { flex-direction: column; }
  .button { width: 100%; }

  .hero-visual { min-height: 500px; }
  .hud { transform: scale(.82); transform-origin: top left; }
  .hud-status { left: 12px; top: 20px; }
  .hud-loss { left: 12px; bottom: 10px; }
  .hud-coords { right: -28px; bottom: 34px; transform-origin: bottom right; }

  .service-strip article {
    grid-template-columns: 52px 58px 1fr;
    padding: 0 18px;
  }
  .service-strip h2 { font-size: 1.8rem; }
}
