:root {
  --ink: #f2f6f2;
  --muted: #9baaa0;
  --bright: #4be596;
  --line: rgba(150, 201, 166, .18);
  --panel: rgba(12, 29, 21, .76);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #06110d;
  font-family: "Space Grotesk", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 82% 12%, rgba(19, 153, 87, .17), transparent 28rem),
    radial-gradient(circle at 6% 76%, rgba(12, 86, 54, .18), transparent 30rem),
    linear-gradient(135deg, #07130e 0%, #06110d 55%, #0a1b13 100%);
}
body::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .17;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
.brand-mark { width: 154px; height: 84px; flex: 0 0 154px; overflow: hidden; background: transparent; }
.brand-mark img { width: 154px; height: 154px; max-width: none; object-fit: cover; transform: translateY(-35px); mix-blend-mode: screen; }
.brand-name { font-size: 13px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.status { color: var(--bright); font: 11px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.status::before { content: ""; display: inline-block; width: 7px; height: 7px; margin: 0 9px 1px 0; border-radius: 50%; background: var(--bright); box-shadow: 0 0 14px var(--bright); }
.hero { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(280px, .94fr); align-items: center; gap: 7vw; min-height: 650px; padding: 100px 0 122px; }
.eyebrow { color: var(--bright); font: 12px "DM Mono", monospace; letter-spacing: .16em; text-transform: uppercase; }
h1 { max-width: 690px; margin: 18px 0 25px; font-size: clamp(3.5rem, 7vw, 6.5rem); line-height: .93; letter-spacing: -.075em; font-weight: 600; }
h1 span { display: block; color: var(--bright); }
.intro { max-width: 530px; margin: 0 0 35px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.actions { display: flex; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; gap: 12px; padding: 14px 19px; border: 1px solid var(--bright); border-radius: 2px; color: #06110d; background: var(--bright); font-size: 13px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.button:hover { background: #9affbd; transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .brand:focus-visible { outline: 2px solid var(--bright); outline-offset: 5px; }
.text-link { color: var(--ink); font: 12px "DM Mono", monospace; text-decoration: none; }
.text-link::after { content: " ↘"; color: var(--bright); }
.text-link:hover { color: var(--bright); }
.signal-card { position: relative; min-width: 0; padding: 28px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(20, 54, 37, .78), var(--panel) 50%); box-shadow: 0 24px 90px rgba(0,0,0,.25); }
.signal-card::before { content: "REPLAY / 001"; position: absolute; top: -10px; left: 19px; padding: 0 9px; color: var(--bright); background: #0b2418; font: 11px "DM Mono", monospace; letter-spacing: .1em; }
.signal-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 23px; border-bottom: 1px solid var(--line); color: var(--muted); font: 11px "DM Mono", monospace; }
.signal-top strong { color: var(--bright); font-weight: 400; }
.radar { display: grid; place-items: center; height: 265px; margin: 21px 0; background: radial-gradient(circle, rgba(52, 216, 137, .2) 0 1px, transparent 2px), linear-gradient(90deg, transparent 49.7%, rgba(53,216,137,.16) 50%, transparent 50.3%), linear-gradient(0deg, transparent 49.7%, rgba(53,216,137,.16) 50%, transparent 50.3%); background-size: 100% 100%; border-radius: 50%; position: relative; overflow: hidden; }
.radar::before, .radar::after { content: ""; position: absolute; border: 1px solid rgba(53,216,137,.26); border-radius: 50%; }
.radar::before { width: 68%; height: 68%; }
.radar::after { width: 37%; height: 37%; }
.pulse { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--bright); box-shadow: 0 0 0 9px rgba(53,216,137,.11), 0 0 28px 9px rgba(53,216,137,.55); transform: translate(49px, -44px); animation: pulse 2.4s ease-in-out infinite; }
.sweep { position: absolute; width: 50%; height: 1px; right: 50%; top: 50%; transform-origin: right; transform: rotate(-32deg); background: linear-gradient(90deg, transparent, var(--bright)); opacity: .75; animation: sweep 5s linear infinite; }
.card-footer { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font: 11px "DM Mono", monospace; }
.details { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11vw; padding: 82px 0 120px; border-top: 1px solid var(--line); }
.leaders { padding: 0 0 120px; border-bottom: 1px solid var(--line); }
.leaders-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.leaders-heading h2 { margin: 0; }
.leaders-note { max-width: 340px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; text-align: right; }
.leader-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.leader { padding: 22px; border: 1px solid var(--line); background: rgba(13, 34, 24, .42); transition: border-color .2s ease, transform .2s ease; }
.leader:hover { border-color: rgba(75, 229, 150, .55); transform: translateY(-3px); }
.leader-number { display: block; margin-bottom: 42px; color: var(--bright); font: 11px "DM Mono", monospace; }
.leader h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.03em; }
.leader p { margin: 0; color: var(--muted); font: 11px "DM Mono", monospace; letter-spacing: .09em; text-transform: uppercase; }
.section-label { color: var(--bright); font: 11px "DM Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
h2 { margin: 18px 0 0; font-size: clamp(2rem, 4vw, 3.5rem); letter-spacing: -.06em; line-height: 1; }
.details-copy { color: var(--muted); font-size: 16px; line-height: 1.7; }
.detail-row { display: grid; grid-template-columns: 130px 1fr; gap: 25px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.detail-row:first-child { padding-top: 0; }
.detail-row b { color: var(--bright); font: 11px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.detail-row p { margin: 0; color: var(--ink); line-height: 1.6; }
footer { display: flex; justify-content: space-between; padding: 21px 0 30px; border-top: 1px solid var(--line); color: var(--muted); font: 11px "DM Mono", monospace; letter-spacing: .02em; }
footer span:last-child { color: var(--bright); }
@keyframes pulse { 0%, 100% { opacity: .65; transform: translate(49px, -44px) scale(.8); } 50% { opacity: 1; transform: translate(49px, -44px) scale(1.15); } }
@keyframes sweep { to { transform: rotate(328deg); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media (max-width: 760px) {
  .shell { width: min(100% - 34px, 600px); }
  header { padding: 18px 0; }
  .brand-mark { width: 124px; height: 68px; flex-basis: 124px; }
  .brand-mark img { width: 124px; height: 124px; transform: translateY(-28px); }
  .status { font-size: 9px; }
  .hero { display: block; min-height: auto; padding: 78px 0 85px; }
  h1 { font-size: clamp(3.35rem, 17vw, 5.5rem); }
  .intro { font-size: 16px; }
  .signal-card { margin-top: 72px; }
  .details { display: block; padding: 65px 0 80px; }
  .details-copy { margin: 25px 0 52px; }
  .detail-row { grid-template-columns: 105px 1fr; gap: 15px; }
  .leaders { padding-bottom: 80px; }
  .leaders-heading { display: block; margin-bottom: 28px; }
  .leaders-note { margin-top: 20px; text-align: left; }
  .leader-grid { grid-template-columns: 1fr; gap: 10px; }
  .leader-number { margin-bottom: 25px; }
  footer { gap: 15px; flex-direction: column; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 440px); }
  header { align-items: flex-start; gap: 14px; }
  .brand { min-width: 0; gap: 8px; }
  .brand-mark { width: 105px; height: 58px; flex-basis: 105px; }
  .brand-mark img { width: 105px; height: 105px; transform: translateY(-24px); }
  .brand-name { max-width: 125px; font-size: 10px; line-height: 1.4; }
  .status { padding-top: 8px; font-size: 8px; line-height: 1.4; text-align: right; }
  .status::before { width: 6px; height: 6px; margin-right: 5px; }
  .hero { padding: 66px 0 72px; }
  .actions { align-items: stretch; flex-direction: column; gap: 19px; }
  .button { justify-content: center; min-height: 48px; }
  .signal-card { margin-top: 58px; padding: 20px; }
  .signal-top, .card-footer { font-size: 9px; }
  .radar { height: min(265px, 72vw); }
  .detail-row { grid-template-columns: 1fr; gap: 8px; }
  .detail-row:first-child { padding-top: 0; }
  .leaders-heading h2 { max-width: 300px; }
}
