:root {
  --bg: #020302;
  --surface: #050805;
  --surface-2: #010201;
  --text: #b8d4a3;
  --muted: #587152;
  --accent: #91b03d;
  --accent-2: #d37c32;
  --line: #315a32;
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Courier New", Courier, monospace;
  -webkit-font-smoothing: antialiased;
}

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

.telemetry-site {
  width: min(100%, 1600px);
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background: var(--bg);
  box-shadow: 0 34px 110px #000;
}

.masthead {
  width: 100%;
  height: 76px;
  padding: 0 clamp(20px, 3vw, 48px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 12;
  border-bottom: 1px solid var(--line);
  background: rgba(3, 6, 3, .96);
}

.version-switcher {
  padding: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--line);
  background: rgba(2, 7, 3, .9);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .55);
}

.version-switcher a {
  min-width: 72px;
  padding: 9px 11px;
  border: 1px solid transparent;
  color: #70936c;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

.version-switcher a:hover,
.version-switcher a:focus-visible {
  border-color: var(--accent);
  color: var(--text);
}

.version-switcher a[aria-current="page"] {
  border-color: var(--accent);
  background: var(--accent);
  color: #071007;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--text);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-seal {
  width: 34px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--accent);
  color: var(--accent-2);
  font-size: 11px;
  letter-spacing: -.08em;
  box-shadow: inset 0 0 0 3px #020402;
}

.development-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #70936c;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.development-mark i {
  width: 8px;
  height: 8px;
  background: var(--accent-2);
  box-shadow: 0 0 14px rgba(211, 124, 50, .5);
}

.hero {
  min-height: 740px;
  padding: 118px 42px 84px;
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(42px, 6vw, 92px);
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(rgba(84, 136, 70, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84, 136, 70, .035) 1px, transparent 1px),
    #020402;
  background-size: 24px 24px;
}

.hero-copy {
  min-width: 0;
  padding: 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  border: 1px solid var(--line);
  background: rgba(2, 7, 3, .88);
}

.kicker {
  margin: 0 0 15px;
  color: var(--accent);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .28em;
  line-height: 1.5;
  text-transform: uppercase;
}

h1 {
  margin: auto 0;
  color: var(--text);
  font-size: clamp(55px, 6vw, 90px);
  font-weight: 700;
  letter-spacing: -.09em;
  line-height: .76;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 16px #486c30;
}

h1 span { display: block; }
h1 span:last-child { color: var(--accent-2); }

.hero-lede {
  margin: 28px 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.telemetry-button {
  width: 100%;
  min-height: 54px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 20px;
  align-items: center;
  border: 1px solid var(--accent);
  color: var(--text);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.telemetry-button span {
  grid-column: 2;
  justify-self: center;
}

.telemetry-button b {
  grid-column: 3;
  justify-self: end;
}

.hero-art {
  width: 100%;
  max-width: 860px;
  margin: 0;
  align-self: center;
  justify-self: center;
  position: relative;
  border: 1px solid var(--accent);
  background: #000;
  box-shadow: 0 0 80px rgba(71, 138, 57, .18);
}

.hero-art img {
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(.5) sepia(.3) hue-rotate(55deg);
  image-rendering: pixelated;
}

.hero-facts {
  position: absolute;
  right: 34px;
  bottom: 22px;
  display: flex;
  color: #4e684c;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero-facts span { padding: 0 14px; }
.hero-facts span + span { border-left: 1px solid var(--line); }

.telemetry-banner {
  min-height: 82px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 64px);
  border-block: 1px solid #6e8b34;
  background: var(--accent);
  color: #071007;
  font-size: clamp(12px, 1.4vw, 17px);
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.telemetry-banner i {
  color: #365121;
  font-size: 7px;
}

.trial-section {
  min-height: 800px;
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(520px, 1.1fr);
  background: #020402;
}

.trial-heading {
  min-width: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line);
}

.trial-media {
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid var(--line);
  display: block;
  image-rendering: pixelated;
}

.trial-list {
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trial {
  min-height: 300px;
  margin: 12px 18px;
  padding: 30px clamp(28px, 4vw, 62px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  position: relative;
  border: 1px solid var(--line);
  background: #040804;
}

.trial-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}

.trial-title small {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
}

.trial h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(24px, 2.3vw, 37px);
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  text-transform: uppercase;
}

.trial-art-grid {
  width: 100%;
  min-width: 0;
  min-height: 168px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: clamp(12px, 2vw, 32px);
}

.trial-art-slot {
  width: clamp(92px, 8vw, 128px);
  min-width: 0;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 5px;
  border: 1px solid var(--line);
  background: #010201;
}

.trial-art-slot:nth-child(1) { justify-self: start; }
.trial-art-slot:nth-child(2) { justify-self: center; }
.trial-art-slot:nth-child(3) { justify-self: end; }

.trial-art-slot img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  image-rendering: pixelated;
}

.trial > p {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

footer {
  min-height: 110px;
  padding: 34px clamp(24px, 4vw, 60px);
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  border-top: 1px solid var(--line);
  background: #010201;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

footer > span {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

footer p { margin: 0; }

/* Keep the lower-left gameplay GIF edge-fitted to its entire column. */
.trial-section > .trial-heading {
  padding-inline: 8px !important;
}

.trial-section > .trial-heading > .trial-media-edge {
  width: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  flex: 0 0 100% !important;
  display: block !important;
}

@media (max-width: 1050px) {
  .hero,
  .trial-section {
    grid-template-columns: 1fr;
  }

  .hero { padding-bottom: 100px; }
  .hero-copy { min-height: 520px; }
  .hero-art { max-width: 760px; }
  .trial-heading {
    min-height: 390px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 650px) {
  .masthead { height: 66px; }
  .brand > span:last-child { display: none; }
  .development-mark { gap: 0; font-size: 0; }
  .version-switcher { padding: 3px; gap: 0; }
  .version-switcher a {
    min-width: 0;
    padding: 8px 7px;
    font-size: 7px;
    letter-spacing: .08em;
  }
  .development-mark { font-size: 7px; }
  .hero {
    min-height: 0;
    padding: 92px 22px 76px;
    gap: 45px;
  }
  .hero-copy { min-height: 500px; padding: 24px; }
  h1 { font-size: clamp(64px, 22vw, 108px); }
  .hero-facts {
    position: static;
    margin-top: -10px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .hero-facts span { padding: 0 8px; }
  .telemetry-banner { flex-wrap: wrap; gap: 12px; }
  .trial-heading { min-height: 320px; padding: 12px; }
  .trial {
    min-height: 310px;
    margin: 8px;
    padding: 27px 22px;
  }
  .trial-art-grid { width: 100%; }
  .trial-art-slot { width: clamp(76px, 24vw, 108px); }
  footer { grid-template-columns: 1fr; gap: 12px; }
}
