:root {
  --ink: #f6fbff;
  --muted: #a9bdd3;
  --navy: #030817;
  --deep: #061127;
  --panel: #0a1730;
  --line: #214a70;
  --cyan: #45e6ff;
  --green: #9cff2e;
  --orange: #ff7651;
  --purple: #e13cff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; overflow-x: hidden; background: var(--navy); color: var(--ink); font-family: "Trebuchet MS", "Segoe UI", sans-serif; }
a { color: inherit; }
img { display: block; }

.site-nav {
  position: fixed; z-index: 30; top: 0; left: 0; right: 0;
  min-height: 68px; padding: 10px clamp(18px, 5vw, 76px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  background: rgba(3, 8, 23, .86); border-bottom: 1px solid rgba(69,230,255,.22);
  backdrop-filter: blur(14px);
}
.studio-link { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 900; letter-spacing: .02em; }
.studio-link img { width: 40px; height: 40px; object-fit: contain; image-rendering: pixelated; }
.nav-links { display: flex; align-items: center; gap: clamp(13px, 2.1vw, 30px); font-size: 14px; font-weight: 900; }
.nav-links a { text-decoration: none; }
.nav-links a:not(.nav-wishlist):hover { color: var(--cyan); }
.nav-wishlist { padding: 10px 14px; color: #07130b; background: var(--green); box-shadow: 4px 4px 0 #315c0e; }

.hero { position: relative; min-height: 760px; height: 95vh; overflow: hidden; display: grid; align-items: center; }
.hero-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; image-rendering: pixelated; }
.hero-shade { position: absolute; inset: 0; background: rgba(2,5,18,.68); }
.hero-copy { position: relative; z-index: 2; width: min(650px, 90vw); margin-left: clamp(22px, 7vw, 118px); padding-top: 70px; }
.eyebrow { margin: 0 0 16px; color: var(--cyan); font: 900 13px/1.2 "Courier New", monospace; letter-spacing: .14em; text-transform: uppercase; }
h1 { margin: 0; max-width: 630px; font: 1000 clamp(64px, 9vw, 132px)/.78 Impact, Haettenschweiler, sans-serif; text-transform: uppercase; letter-spacing: -.035em; text-shadow: 7px 7px 0 #091021; }
h1 span { display: block; color: #f7fbff; }
h1 strong { color: var(--green); font: inherit; text-shadow: 5px 0 0 var(--orange), 10px 0 0 var(--purple), 7px 7px 0 #091021; }
.hero-lead { max-width: 590px; margin: 30px 0 0; color: #e3f0fc; font-size: clamp(18px, 2vw, 23px); line-height: 1.45; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 30px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 20px; border: 2px solid currentColor; text-decoration: none; font-weight: 1000; text-transform: uppercase; letter-spacing: .04em; transition: transform .16s ease, box-shadow .16s ease; }
.button:hover { transform: translate(-2px,-2px); }
.button:focus-visible, a:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.button-primary { color: #07130b; background: var(--green); border-color: var(--green); box-shadow: 6px 6px 0 #315c0e; }
.button-secondary { color: var(--ink); background: rgba(8,22,48,.8); box-shadow: 6px 6px 0 #173e61; }
.release-note { margin-top: 22px; color: var(--muted); font: 700 13px/1.4 "Courier New", monospace; }
.scroll-cue { position: absolute; z-index: 3; left: 50%; bottom: 22px; display: grid; gap: 4px; color: var(--muted); font: 800 11px/1 "Courier New",monospace; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; transform: translateX(-50%); }
.scroll-cue span { color: var(--cyan); font-size: 22px; }

.feature-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3,1fr); max-width: 1220px; margin: -62px auto 0; border: 2px solid var(--line); background: #07132a; box-shadow: 12px 12px 0 rgba(0,0,0,.35); }
.feature-strip article { position: relative; min-height: 205px; padding: 34px; overflow: hidden; border-right: 1px solid var(--line); }
.feature-strip article:last-child { border: 0; }
.feature-strip b { position: relative; display: block; margin: 25px 0 12px; color: var(--green); font: 1000 22px/1.08 "Courier New", monospace; text-transform: uppercase; }
.feature-strip p { position: relative; margin: 0; color: var(--muted); line-height: 1.55; font-weight: 700; }
.feature-number { position: absolute; top: -8px; right: 12px; color: rgba(69,230,255,.08); font: 1000 112px/.8 Impact,sans-serif; }

.section { max-width: 1180px; margin: 0 auto; padding: 130px 30px; }
.section h2, .chaos-copy h2, .buddy-copy h2, .demo-card h2, .press-copy h2 { margin: 0; font: 1000 clamp(44px,6vw,78px)/.92 Impact,Haettenschweiler,sans-serif; text-transform: uppercase; letter-spacing: -.02em; }
.body-copy, .section-heading > p:last-child { color: var(--muted); font-size: 19px; line-height: 1.65; font-weight: 700; }
.equation-section { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px,7vw,100px); }
.mode-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.mode-row span { padding: 8px 11px; border: 1px solid var(--line); background: var(--deep); color: var(--cyan); font: 900 12px/1 "Courier New",monospace; text-transform: uppercase; }
.lcd-demo { border: 3px solid #8094a9; background: #c2ccd6; box-shadow: 13px 15px 0 #13233a; color: #111b29; }
.lcd-title { height: 38px; display: flex; align-items: center; gap: 9px; padding: 0 10px; background: #0d67c4; color: white; font: 900 14px/1 "Courier New",monospace; }
.lcd-title i { width: 14px; height: 14px; background: var(--green); border: 2px solid #11345d; }
.lcd-title span { margin-left: auto; width: 22px; height: 22px; display: grid; place-items: center; background: #d94b40; border: 2px outset #fff; }
.lcd-body { padding: clamp(22px,4vw,42px); }
.lcd-label { margin: 0; color: #2b4d64; font: 900 13px/1 "Courier New",monospace; letter-spacing: .2em; }
.lcd-target { display: block; margin: 4px 0 24px; color: #243523; font: 1000 clamp(68px,10vw,116px)/1 "Courier New",monospace; text-align: right; text-shadow: 3px 3px 0 #84c85b; }
.answer-row { display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 12px; margin-top: 12px; padding: 13px; border: 2px inset #fff; background: #e5edf3; }
.answer-row span, .answer-row b { font: 900 11px/1.2 "Courier New",monospace; text-transform: uppercase; }
.answer-row code { min-width: 0; overflow: hidden; font: 900 clamp(17px,2.2vw,25px)/1.2 "Courier New",monospace; white-space: nowrap; text-overflow: ellipsis; }
.answer-row b { color: #2c7a20; }
.answer-row.wild { border-color: var(--purple); box-shadow: 4px 4px 0 rgba(225,60,255,.25); }
.lcd-note { margin: 20px 0 0; color: #56697b; font: 800 12px/1.4 "Courier New",monospace; text-align: center; }

.chaos-section { position: relative; min-height: 760px; padding: 120px max(28px,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 55px; overflow: hidden; background: #100b2a; border-block: 1px solid #2e245a; }
.chaos-copy { position: relative; z-index: 2; }
.chaos-copy > p:not(.eyebrow) { color: #c1d1e2; font-size: 19px; line-height: 1.65; font-weight: 700; }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; color: #dce9f6; font-weight: 800; }
.check-list li::before { content: "✓"; margin-right: 10px; color: var(--green); }
.chaos-collage { position: relative; z-index: 2; min-height: 540px; }
.fake-window { position: absolute; z-index: 2; min-width: 260px; border: 3px solid #bcc7d4; background: #ece9d8; box-shadow: 9px 10px 0 rgba(0,0,0,.4); color: #192238; }
.fake-window b { display: block; padding: 8px; background: #0d69c4; color: #fff; font: 900 13px/1 "Courier New",monospace; }
.fake-window span { display: block; padding: 20px; font-weight: 900; }
.window-a { top: 15px; right: 4%; transform: rotate(4deg); }
.window-b { left: 0; bottom: 70px; transform: rotate(-5deg); }
.errorlet { position: absolute; width: clamp(150px,17vw,245px); filter: drop-shadow(10px 12px 0 rgba(0,0,0,.35)); image-rendering: pixelated; }
.errorlet-a { z-index: 5; left: 27%; top: 25%; }
.errorlet-b { z-index: 4; right: -3%; bottom: 0; transform: rotate(7deg); }
.errorlet-c { z-index: 3; left: 1%; top: 14%; width: clamp(120px,14vw,190px); transform: rotate(-8deg); }
.loose-key { position: absolute; display: grid; place-items: center; width: 60px; height: 60px; border: 5px outset #b8c7d7; background: #eef6fc; color: #14233b; font: 1000 30px/1 "Courier New",monospace; box-shadow: 7px 8px 0 rgba(0,0,0,.35); }
.key-seven { right: 4%; top: 35%; transform: rotate(16deg); }.key-plus { left: 18%; bottom: 2%; background: var(--orange); transform: rotate(-18deg); }.key-equals { right: 34%; bottom: 8%; transform: rotate(8deg); }

.centered { max-width: 810px; margin: 0 auto 55px; text-align: center; }
.driver-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.driver-card { position: relative; min-height: 430px; padding: 28px; border: 2px solid var(--line); background: #08162f; box-shadow: 9px 10px 0 #01040c; overflow: hidden; }
.driver-card > * { position: relative; }
.driver-card img { width: 145px; height: 145px; margin: 0 auto 15px; object-fit: contain; image-rendering: pixelated; }
.driver-card h3 { margin: 20px 0 10px; font: 1000 25px/1 "Courier New",monospace; text-transform: uppercase; }
.driver-card p { margin: 0; color: var(--muted); line-height: 1.55; font-weight: 700; }
.driver-card.cyan { color: var(--cyan); }.driver-card.green { color: var(--green); }.driver-card.orange { color: var(--orange); }
.rank-lights { display: flex; justify-content: center; gap: 8px; }
.rank-lights i { width: 22px; height: 8px; background: currentColor; box-shadow: 0 0 10px currentColor; }

.buddy-section { min-height: 780px; padding: 105px max(28px,calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; background: #050b1b; }
.buddy-art-stack { min-width: 0; }
.buddy-main { width: min(430px,75%); margin: 0 auto -40px; filter: drop-shadow(14px 18px 0 rgba(0,0,0,.36)); image-rendering: pixelated; }
.form-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; position: relative; }
.form-row figure { margin: 0; padding: 12px 8px; border: 1px solid var(--line); background: #0a1832; text-align: center; }
.form-row img { width: 100%; aspect-ratio: 1; object-fit: contain; image-rendering: pixelated; }
.form-row figcaption { min-height: 28px; color: var(--cyan); font: 900 11px/1.2 "Courier New",monospace; text-transform: uppercase; }
.buddy-copy > p:not(.eyebrow) { color: var(--muted); font-size: 19px; line-height: 1.65; font-weight: 700; }
.stat-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 30px; }
.stat-grid div { padding: 18px; border: 1px solid var(--line); background: var(--panel); }
.stat-grid b { display: block; color: var(--green); font: 1000 38px/1 Impact,sans-serif; }
.stat-grid span { color: var(--muted); font: 800 12px/1.2 "Courier New",monospace; text-transform: uppercase; }

.demo-section { padding: 100px clamp(22px,6vw,90px); background: #111a3a; }
.demo-card { position: relative; max-width: 1180px; min-height: 480px; margin: 0 auto; padding: clamp(34px,6vw,70px); overflow: hidden; display: grid; grid-template-columns: minmax(0,1fr) 330px; grid-template-areas: "copy art" "cta art"; align-items: center; gap: 25px 40px; border: 2px solid var(--purple); background: #071128; box-shadow: 14px 15px 0 rgba(0,0,0,.35); }
.demo-card > div { position: relative; z-index: 2; grid-area: copy; }
.demo-card h2 { max-width: 750px; }
.demo-card p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 18px; line-height: 1.6; font-weight: 700; }
.demo-card img { grid-area: art; width: 100%; image-rendering: pixelated; filter: drop-shadow(9px 10px 0 rgba(0,0,0,.34)); }
.demo-card > .button { position: relative; z-index: 2; grid-area: cta; justify-self: start; }

.press-section { max-width: 1180px; margin: 0 auto; padding: 125px 30px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.press-copy > p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 18px; line-height: 1.6; font-weight: 700; }
.press-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 30px; }
.text-link { color: var(--cyan); font-weight: 900; }
.fact-card { border: 3px solid #8496a8; background: #c6d0d8; color: #172135; box-shadow: 12px 13px 0 #102238; }
.fact-title { display: flex; align-items: center; gap: 10px; padding: 10px 14px; background: #0b69c5; color: white; font: 900 15px/1 "Courier New",monospace; }
.fact-title img { width: 38px; height: 38px; object-fit: contain; image-rendering: pixelated; }
.fact-card dl { margin: 0; padding: 18px; }
.fact-card dl div { display: grid; grid-template-columns: 110px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #91a0ae; }
.fact-card dt { font: 900 11px/1.3 "Courier New",monospace; text-transform: uppercase; }
.fact-card dd { margin: 0; font-weight: 900; }
.asset-links { display: grid; grid-template-columns: repeat(3,1fr); border-top: 2px solid #81919e; }
.asset-links a { padding: 13px 7px; border-right: 1px solid #81919e; color: #0c3f82; font: 900 11px/1.2 "Courier New",monospace; text-align: center; text-transform: uppercase; }
.asset-links a:last-child { border: 0; }

footer { min-height: 120px; padding: 28px clamp(22px,5vw,76px); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 1000; text-decoration: none; text-transform: uppercase; }
.footer-brand img { width: 38px; height: 38px; object-fit: contain; image-rendering: pixelated; }
footer > div { display: flex; gap: 22px; } footer > div a { color: var(--cyan); font-weight: 900; }

@media (max-width: 960px) {
  .nav-links > a:not(.nav-wishlist) { display: none; }
  .equation-section, .chaos-section, .buddy-section, .press-section { grid-template-columns: 1fr; }
  .chaos-copy, .buddy-copy { max-width: 700px; }
  .chaos-collage { min-height: 510px; }
  .buddy-art-stack { max-width: 680px; }
  .demo-card { grid-template-columns: minmax(0,1fr) 250px; }
  .driver-card { padding: 20px; }
}

@media (max-width: 760px) {
  .site-nav { position: absolute; align-items: flex-start; }
  .studio-link span { display: none; }
  .hero { min-height: 740px; height: 100svh; align-items: end; }
  .hero-art { object-position: 64% center; }
  .hero-shade { background: rgba(2,5,18,.78); }
  .hero-copy { width: auto; margin: 0; padding: 150px 22px 80px; }
  h1 { font-size: clamp(58px,20vw,92px); }
  .hero-lead { font-size: 17px; }
  .button { flex: 1 1 210px; }
  .scroll-cue { display: none; }
  .feature-strip { margin: 0; grid-template-columns: 1fr; border-left: 0; border-right: 0; box-shadow: none; }
  .feature-strip article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 90px 20px; }
  .answer-row { grid-template-columns: 62px minmax(0,1fr); }.answer-row b { display: none; }
  .chaos-section { padding: 90px 20px; }
  .chaos-collage { min-height: 430px; margin-inline: -10px; }
  .fake-window { min-width: 220px; }.errorlet { width: 155px; }.errorlet-c { width: 120px; }
  .loose-key { width: 48px; height: 48px; font-size: 23px; }
  .driver-grid { grid-template-columns: 1fr; }
  .driver-card { min-height: 0; display: grid; grid-template-columns: 110px 1fr; gap: 0 18px; align-items: center; }
  .driver-card img { grid-row: 1/5; width: 105px; height: 105px; margin: 0; }.driver-card .rank-lights { justify-content: flex-start; }.driver-card h3 { margin-top: 13px; }.driver-card p { grid-column: 2; }
  .buddy-section { padding: 90px 20px; }
  .buddy-main { margin-bottom: -10px; }
  .form-row figcaption { font-size: 9px; }
  .demo-section { padding: 70px 18px; }
  .demo-card { grid-template-columns: 1fr; grid-template-areas: "copy" "art" "cta"; padding: 30px 24px; gap: 22px; }
  .demo-card img { position: static; width: min(210px,65vw); justify-self: center; opacity: .75; }
  .demo-card > .button { width: 100%; justify-self: stretch; }
  .press-section { padding: 90px 20px; }
  .fact-card dl div { grid-template-columns: 95px 1fr; }
  footer { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 440px) {
  .nav-wishlist { font-size: 12px; }
  .driver-card { grid-template-columns: 86px 1fr; }.driver-card img { width: 80px; height: 80px; }
  .driver-card h3 { font-size: 20px; }
  .form-row { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .stat-grid { grid-template-columns: 1fr 1fr; }
  .asset-links { grid-template-columns: 1fr; }.asset-links a { border-right: 0; border-bottom: 1px solid #81919e; }
}

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