:root {
  --ink: #07090b;
  --graphite: #11161a;
  --lime: #c8ff3d;
  --ice: #a8e9ff;
  --paper: #f3f5ef;
  --muted: #87939a;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  min-height: 100svh;
  height: 900px;
  max-height: 1080px;
  position: relative;
  overflow: hidden;
  background: var(--ink);
}

.hero-image {
  position: absolute;
  inset: 0;
  background: url("hero.png") center center / cover no-repeat;
  animation: heroZoom 18s ease-out both;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: linear-gradient(rgba(168, 233, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(168, 233, 255, .12) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(90deg, black, transparent 52%);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #07090b 0%, rgba(7, 9, 11, .96) 27%, rgba(7, 9, 11, .52) 49%, rgba(7, 9, 11, .12) 75%, rgba(7, 9, 11, .18) 100%),
    linear-gradient(180deg, rgba(7, 9, 11, .62) 0%, transparent 24%, transparent 76%, rgba(7, 9, 11, .65) 100%);
}

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 112px;
  padding: 0 clamp(28px, 4.3vw, 72px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: -.045em;
}

.brand-mark {
  width: 36px;
  height: 27px;
  position: relative;
  display: inline-block;
}

.brand-mark i {
  position: absolute;
  width: 26px;
  height: 12px;
  background: var(--lime);
  transform: skewX(-28deg);
  border-radius: 7px 2px;
}

.brand-mark i:first-child {
  top: 1px;
  left: 0;
}

.brand-mark i:last-child {
  right: 0;
  bottom: 1px;
  transform: skewX(-28deg) rotate(180deg);
}

nav {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-left: auto;
  margin-right: 64px;
}

nav a,
.header-contact {
  font-size: 16px;
  color: rgba(243, 245, 239, .78);
  transition: color .2s;
}

nav a {
  position: relative;
}

nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 1px;
  background: var(--lime);
  transition: right .25s;
}

nav a:hover,
.header-contact:hover {
  color: var(--paper);
}

nav a:hover::after {
  right: 0;
}

.header-contact {
  min-height: 44px;
  border: 1px solid rgba(200, 255, 61, .45);
  border-radius: 7px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 1;
}

.hero-content {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 4.3vw, 72px);
  top: 23%;
  width: min(610px, 45vw);
}

.eyebrow {
  color: var(--lime);
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 31px;
}

.eyebrow span {
  display: inline-block;
  width: 18px;
  height: 1px;
  margin: 0 10px 4px 0;
  background: var(--lime);
}

.hero h1 {
  font-size: clamp(62px, 5.5vw, 88px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .99;
  margin: 0;
}

.lime {
  color: var(--lime);
}

.hero-copy {
  width: 485px;
  max-width: 90%;
  color: rgba(243, 245, 239, .65);
  font-size: 18px;
  line-height: 1.55;
  margin: 28px 0 34px;
}

.primary-button {
  width: 328px;
  height: 66px;
  border: 1px solid rgba(200, 255, 61, .72);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  color: var(--lime);
  font-weight: 600;
  transition: .25s;
}

.primary-button:hover {
  background: var(--lime);
  color: var(--ink);
}

.primary-button span {
  transition: transform .25s;
}

.primary-button:hover span {
  transform: translate(5px, -5px);
}

.coordinate {
  position: absolute;
  z-index: 2;
  color: rgba(168, 233, 255, .44);
  font: 10px/1.35 monospace;
  letter-spacing: .08em;
}

.coordinate-one {
  left: 32%;
  top: 21%;
}

.coordinate-two {
  right: 11%;
  bottom: 18%;
}

.crosshair {
  position: absolute;
  width: 17px;
  height: 17px;
  margin-left: -28px;
}

.crosshair::before,
.crosshair::after {
  content: "";
  position: absolute;
  background: rgba(168, 233, 255, .5);
}

.crosshair::before {
  width: 17px;
  height: 1px;
  top: 8px;
}

.crosshair::after {
  width: 1px;
  height: 17px;
  left: 8px;
}

.hero-note {
  position: absolute;
  z-index: 3;
  left: clamp(56px, 7vw, 118px);
  bottom: 44px;
  color: rgba(243, 245, 239, .42);
  font-size: 13px;
  line-height: 1.5;
  border-left: 1px solid rgba(168, 233, 255, .14);
  padding-left: 17px;
}

.hero-note .crosshair {
  top: -14px;
}

.scroll-hint {
  position: absolute;
  z-index: 4;
  right: 47px;
  bottom: 42px;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(243, 245, 239, .45);
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: .18em;
}

.scroll-hint i {
  height: 38px;
  width: 1px;
  background: var(--lime);
  animation: scrollPulse 2s infinite;
}

.route {
  position: absolute;
  z-index: 2;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(168, 233, 255, .2);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.route-one {
  left: 23%;
  top: 18%;
  transform: rotate(28deg);
}

.route-two {
  right: 4%;
  bottom: 13%;
  border-color: rgba(200, 255, 61, .16);
  border-right-color: transparent;
}

.statement {
  padding: 116px clamp(28px, 6vw, 96px) 140px;
  background: #eef0ea;
  color: var(--ink);
}

.section-label {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  color: #5e676b;
  display: flex;
  gap: 24px;
  align-items: center;
}

.section-label span {
  color: #a1a8aa;
}

.statement-copy {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1.5fr .7fr;
  align-items: end;
  gap: 9vw;
}

.lead {
  font-size: clamp(54px, 6.2vw, 96px);
  line-height: .96;
  letter-spacing: -.06em;
  margin: 0;
}

.lead em {
  font-style: normal;
  color: #547600;
}

.statement-detail {
  padding-bottom: 8px;
}

.statement-detail p {
  color: #50595d;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 34px;
}

.statement-detail a {
  display: inline-flex;
  gap: 50px;
  border-bottom: 1px solid #9ca2a0;
  padding-bottom: 7px;
  font-weight: 600;
}

.project {
  padding: 92px clamp(28px, 6vw, 96px) 0;
  background: var(--graphite);
  min-height: 100vh;
  overflow: hidden;
}

.project-topline {
  display: flex;
  justify-content: space-between;
}

.section-label.light {
  color: #87939a;
}

.project-topline>p {
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
  margin: 0;
}

.project-layout {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 8vw;
  align-items: center;
  margin-top: 72px;
}

.project-kicker {
  font: 11px monospace;
  letter-spacing: .16em;
  color: var(--ice);
}

.project h2,
.process h2,
.about h2 {
  font-size: clamp(48px, 5.8vw, 88px);
  letter-spacing: -.055em;
  line-height: .98;
  font-weight: 500;
  margin: 20px 0 30px;
}

.project-copy {
  max-width: 580px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 35px;
}

.project-tags span {
  border: 1px solid rgba(168, 233, 255, .2);
  border-radius: 100px;
  padding: 9px 14px;
  color: #bdc7cb;
  font-size: 12px;
}

.radar-card {
  height: 520px;
  position: relative;
  border: 1px solid rgba(168, 233, 255, .16);
  background: #071017;
  overflow: hidden;
}

.radar-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 9, 11, .04) 35%, rgba(7, 9, 11, .78) 100%), linear-gradient(90deg, rgba(168, 233, 255, .08) 1px, transparent 1px), linear-gradient(rgba(168, 233, 255, .08) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
  pointer-events: none;
}

.towercontrol-shot {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.82) contrast(1.08);
  transition: transform .7s ease, filter .4s ease;
}

.radar-card:hover .towercontrol-shot {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.06);
}

.game-badge {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--paper);
  font: 11px monospace;
  letter-spacing: .12em;
}

.game-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime);
}

.radar-ring {
  position: absolute;
  border: 1px solid rgba(168, 233, 255, .2);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ring-one {
  width: 160px;
  height: 160px;
}

.ring-two {
  width: 300px;
  height: 300px;
}

.ring-three {
  width: 450px;
  height: 450px;
}

.radar-sweep {
  position: absolute;
  width: 50%;
  height: 50%;
  left: 50%;
  top: 0;
  transform-origin: left bottom;
  background: linear-gradient(30deg, transparent 55%, rgba(200, 255, 61, .12));
  animation: radar 7s linear infinite;
}

.runway {
  position: absolute;
  display: block;
  height: 5px;
  background: repeating-linear-gradient(90deg, var(--ice) 0 18px, transparent 18px 34px);
  box-shadow: 0 0 12px rgba(168, 233, 255, .4);
}

.runway-a {
  width: 70%;
  left: 17%;
  top: 47%;
  transform: rotate(-24deg);
}

.runway-b {
  width: 48%;
  left: 29%;
  top: 52%;
  transform: rotate(42deg);
  opacity: .55;
}

.plane-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 14px var(--lime);
}

.dot-a {
  left: 27%;
  top: 31%;
}

.dot-b {
  right: 24%;
  bottom: 24%;
}

.dot-c {
  right: 19%;
  top: 34%;
}

.radar-card>p {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  color: #c3d1d6;
  font: 10px monospace;
  letter-spacing: .12em;
}

.radar-card b {
  color: var(--lime);
  font-weight: 400;
}

.project-metrics {
  margin-top: 72px;
  border-top: 1px solid rgba(168, 233, 255, .14);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.project-metrics div {
  padding: 38px 0 46px;
  display: flex;
  gap: 23px;
  align-items: flex-start;
  border-right: 1px solid rgba(168, 233, 255, .14);
}

.project-metrics div:not(:first-child) {
  padding-left: 38px;
}

.project-metrics strong {
  color: var(--lime);
  font-size: 28px;
  font-weight: 500;
}

.project-metrics span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.process {
  background: #eef0ea;
  color: var(--ink);
  padding: 110px clamp(28px, 6vw, 96px) 130px;
}

.process h2 {
  max-width: 820px;
  margin-top: 70px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
  border-top: 1px solid #bec3c0;
  border-left: 1px solid #bec3c0;
}

.process-grid article {
  min-height: 360px;
  position: relative;
  padding: 28px;
  border-right: 1px solid #bec3c0;
  border-bottom: 1px solid #bec3c0;
}

.process-number {
  color: #92999a;
  font: 11px monospace;
}

.process-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #aab0ad;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 58px 0 28px;
  font-size: 14px;
}

.process-grid h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.03em;
  margin: 0 0 18px;
}

.process-grid p {
  max-width: 330px;
  color: #626a6d;
  line-height: 1.55;
  margin: 0;
}

.process-grid .result-card {
  background: var(--lime);
  border-color: var(--lime);
}

.result-card .process-icon {
  background: var(--ink);
  color: var(--lime);
  border-color: var(--ink);
}

.result-card p {
  color: #354000;
}

.about {
  padding: 130px clamp(28px, 8vw, 130px);
  min-height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: radial-gradient(circle at 80% 20%, rgba(168, 233, 255, .09), transparent 30%), var(--ink);
}

.about h2 {
  max-width: 1050px;
  margin-bottom: 62px;
}

.contact-link {
  color: var(--lime);
  font-size: clamp(22px, 3vw, 42px);
  border-bottom: 1px solid rgba(200, 255, 61, .4);
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  transition: color .2s;
}

.contact-link:hover {
  color: var(--ice);
}

footer {
  min-height: 140px;
  border-top: 1px solid rgba(168, 233, 255, .13);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 clamp(28px, 6vw, 96px);
  color: var(--muted);
  font-size: 12px;
}

footer>a:not(.footer-brand) {
  border-bottom: 1px solid rgba(135, 147, 154, .45);
  padding-bottom: 4px;
  transition: color .2s, border-color .2s;
}

footer>a:not(.footer-brand):hover {
  color: var(--paper);
  border-color: var(--lime);
}

.footer-brand {
  color: var(--paper);
  font-size: 20px;
}

.footer-brand .brand-mark {
  transform: scale(.7);
  transform-origin: left center;
  margin-right: -6px;
}

@keyframes heroZoom {
  from {
    transform: scale(1.035);
  }

  to {
    transform: scale(1);
  }
}

@keyframes radar {
  to {
    transform: rotate(360deg);
  }
}

@keyframes scrollPulse {

  0%,
  100% {
    transform: scaleY(.5);
    transform-origin: top;
  }

  50% {
    transform: scaleY(1);
  }
}

@media (max-width: 900px) {
  .hero {
    height: 860px;
  }

  .site-header {
    height: 90px;
  }

  nav,
  .header-contact {
    display: none;
  }

  .hero-image {
    background-position: 64% center;
    opacity: .8;
  }

  .hero-vignette {
    background: linear-gradient(90deg, #07090b 0%, rgba(7, 9, 11, .92) 55%, rgba(7, 9, 11, .35)), linear-gradient(0deg, #07090b 0%, transparent 45%);
  }

  .hero-content {
    width: calc(100% - 56px);
    top: 21%;
  }

  .coordinate {
    display: none;
  }

  .statement-copy,
  .project-layout {
    grid-template-columns: 1fr;
  }

  .statement-detail {
    max-width: 550px;
  }

  .radar-card {
    height: 430px;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid article {
    min-height: 290px;
  }

  .process-icon {
    margin-top: 35px;
  }
}

@media (max-width: 620px) {
  .brand {
    font-size: 23px;
  }

  .brand-mark {
    transform: scale(.82);
    transform-origin: left center;
    margin-right: -5px;
  }

  .hero {
    min-height: 780px;
    height: 100svh;
  }

  .hero-content {
    top: 18%;
  }

  .hero h1 {
    font-size: clamp(47px, 14vw, 62px);
  }

  .hero-copy {
    font-size: 16px;
    margin-top: 24px;
  }

  .primary-button {
    width: 100%;
  }

  .hero-note {
    display: none;
  }

  .scroll-hint {
    right: 16px;
  }

  .statement,
  .project,
  .process {
    padding-left: 24px;
    padding-right: 24px;
  }

  .statement {
    padding-top: 84px;
    padding-bottom: 90px;
  }

  .statement-copy {
    margin-top: 52px;
    gap: 52px;
  }

  .lead {
    font-size: 47px;
  }

  .project-topline>p {
    display: none;
  }

  .project-layout {
    margin-top: 50px;
  }

  .project h2,
  .process h2,
  .about h2 {
    font-size: 45px;
  }

  .radar-card {
    height: 340px;
    margin-left: -24px;
    margin-right: -24px;
  }

  .project-metrics {
    grid-template-columns: 1fr;
  }

  .project-metrics div,
  .project-metrics div:not(:first-child) {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(168, 233, 255, .12);
  }

  .process {
    padding-top: 85px;
    padding-bottom: 90px;
  }

  .process h2 {
    margin-top: 52px;
  }

  .process-grid {
    margin-top: 52px;
  }

  .about {
    min-height: 560px;
    padding: 90px 24px;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 19px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}