:root {
  color-scheme: dark;
  --ink: #f7f4ee;
  --muted: #9a9d98;
  --paper: #101210;
  --surface: #191c19;
  --line: #353a34;
  --acid: #d9ff57;
  --cyan: #49d8dc;
  --coral: #ff705d;
}

* { box-sizing: border-box; }
html { background: var(--paper); scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px),
    var(--paper);
  background-size: 52px 52px;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; }

.site-header {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  width: min(1180px, calc(100% - 40px));
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transform: translateX(-50%);
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 850;
}

.wordmark-mark {
  width: 42px;
  height: 42px;
  object-fit: cover;
}

.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 92px));
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 120px max(24px, calc((100vw - 1180px) / 2)) 82px;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, var(--acid) 0 43%, var(--cyan) 43% 77%, var(--coral) 77%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(600px, 55vw);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--acid);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(76px, 12vw, 160px);
  line-height: .78;
  letter-spacing: 0;
}

.lede {
  max-width: 530px;
  margin: 30px 0 0;
  color: #d6d6cf;
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.45;
}

.credit-note {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  padding: 8px 11px;
  border-left: 3px solid var(--cyan);
  background: rgba(73,216,220,.08);
}
.credit-note span {
  color: var(--cyan);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}
.credit-note strong { font-size: 12px; }

.install-actions {
  width: min(590px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
}

.install {
  min-width: 0;
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  text-decoration: none;
  transition: transform 140ms ease, border-color 140ms ease, background-color 140ms ease;
}

.install-chrome { grid-column: 1 / -1; }
.install:hover { transform: translateY(-2px); }
.install.primary { border-color: var(--acid); background: var(--acid); color: #11130e; }
.install.secondary { background: var(--surface); }
.install.secondary:hover { border-color: var(--cyan); }
.install > span {
  min-width: 0;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.2;
  white-space: normal;
}
.install img {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%);
}
.install.secondary img,
.install.secondary img.brand-color-icon {
  filter: brightness(0) invert(1);
}

.compatibility {
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 13px;
  margin-top: 21px;
}
.compatibility-label {
  width: 100%;
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}
.agent-logo {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #c7c9c4;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.agent-logo img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.agent-logo img { filter: invert(90%); }
.agent-logo img.antigravity-logo { filter: grayscale(1) brightness(0) invert(.9); }

@media (min-width: 761px) and (max-width: 980px) {
  .install { padding-inline: 12px; }
  .install > span { font-size: 12px; }
}

.flight-field {
  position: absolute;
  z-index: 1;
  inset: 70px -2vw 0 40%;
}

.flight-field img {
  position: absolute;
  right: -2%;
  top: 45%;
  width: min(760px, 62vw);
  max-height: 92%;
  object-fit: contain;
  transform: translateY(-50%) rotate(3deg);
  filter: drop-shadow(22px 26px 0 rgba(0,0,0,.2));
}

.flight-line {
  position: absolute;
  right: 8%;
  height: 2px;
  background: var(--cyan);
  opacity: .55;
  transform: rotate(-23deg);
}
.line-one { top: 25%; width: 40%; }
.line-two { top: 57%; right: 20%; width: 28%; background: var(--acid); }
.line-three { top: 77%; right: 4%; width: 33%; background: var(--coral); }

footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .site-header { width: calc(100% - 28px); height: 68px; }
  .status { display: none; }
  .hero {
    min-height: 710px;
    align-items: flex-end;
    padding: 96px 20px 46px;
  }
  .hero-copy { width: 100%; }
  .eyebrow { max-width: 270px; font-size: 10px; }
  h1 { font-size: clamp(72px, 25vw, 104px); }
  .lede { width: min(100%, 480px); margin-top: 22px; font-size: 17px; }
  .flight-field { inset: 42px -80px auto 24%; height: 380px; opacity: .74; }
  .flight-field img { top: 42%; right: -3%; width: min(510px, 112vw); max-height: 390px; }
  .flight-line { display: none; }
  .install-actions { grid-template-columns: 1fr 1fr; gap: 8px; }
  .install { min-width: 0; min-height: 58px; padding: 8px 10px; }
  .install img { width: 25px; height: 25px; }
  .install > span { font-size: 12px; }
  .credit-note { align-items: flex-start; flex-direction: column; gap: 3px; }
  footer { width: calc(100% - 28px); }
}

@media (max-width: 390px) {
  .install-actions { grid-template-columns: 1fr; }
  .install-chrome { grid-column: auto; }
  .hero { min-height: 780px; }
}

@media (prefers-reduced-motion: no-preference) {
  .flight-field img { animation: hover 4s ease-in-out infinite; }
  @keyframes hover {
    0%, 100% { transform: translateY(-50%) rotate(3deg); }
    50% { transform: translateY(calc(-50% - 10px)) rotate(4deg); }
  }
}
