:root {
  color-scheme: dark;
  --bg: #060a12;
  --panel: #0b131f;
  --text: #f0f6fa;
  --muted: #9daeba;
  --cyan: #66f0f4;
  --magenta: #ed85ce;
  --gold: #ffcf74;
  --line: #27313e;
  --display: Orbitron, sans-serif;
  --mono: "Share Tech Mono", monospace;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 28px; }
body {
  margin: 0;
  background: radial-gradient(ellipse 75% 650px at 50% 0, #10233166, transparent), var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--cyan); }
a:focus-visible, video:focus-visible { outline: 2px solid var(--gold); outline-offset: 6px; }
img { display: block; max-width: 100%; height: auto; }
figure, p, h1, h2, h3 { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 650; }
h2 { font-size: clamp(30px, 3.6vw, 50px); letter-spacing: -.04em; line-height: 1.15; }
h3 { font-size: clamp(23px, 2.3vw, 31px); line-height: 1.3; letter-spacing: -.035em; }
.shell { width: min(1360px, calc(100% - 96px)); margin-inline: auto; }
.eyebrow { color: var(--cyan); font-family: var(--mono); font-size: 12px; letter-spacing: .13em; line-height: 1.5; }
.signal-dot { display: inline-block; width: 5px; height: 5px; margin: 0 8px 2px 0; background: var(--cyan); box-shadow: 0 0 12px #66f0f455; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 10; padding: 12px 20px; background: var(--gold); color: var(--bg); }
.skip-link:focus { top: 10px; }
.site-header { border-bottom: 1px solid var(--line); }
.nav { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: .1em; line-height: 1.65; flex-shrink: 0; }
.brand img { border-radius: 7px; }
.brand small { display: block; color: var(--gold); font-size: 12px; letter-spacing: .075em; }
.nav-links { display: flex; align-items: center; gap: 30px; font-family: var(--mono); color: #c1ccd5; font-size: 14px; }
.nav-links span { color: var(--cyan); }
.nav-discord { border-left: 1px solid var(--line); padding-left: 30px; }
.hero { padding-top: 66px; }
.hero-heading { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: end; padding-bottom: 46px; }
h1 { margin-top: 20px; font-size: clamp(54px, 6.8vw, 98px); font-weight: 750; line-height: 1.09; letter-spacing: -.055em; text-transform: uppercase; }
h1 span { color: var(--cyan); }
.hero-intro { padding-bottom: 6px; }
.hero-intro > p:first-child { color: #c2d0da; font-size: 19px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 19px; margin-top: 24px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 13px 20px; font-family: var(--mono); font-size: 15px; line-height: 1.4; border: 1px solid transparent; border-radius: 2px; transition: background-color .15s, box-shadow .15s; }
.button-cyan { color: #051216; background: var(--cyan); }
.button-cyan:hover { color: #051216; background: #a4ffff; box-shadow: 0 0 24px #66f0f422; }
.button-gold { background: var(--gold); color: #161108; }
.button-gold:hover { background: #ffe0a4; color: #161108; }
.play-mark { font-size: 12px; }
.text-link { padding-block: 9px; font-family: var(--mono); font-size: 14px; }
.text-link span { margin-left: 8px; color: var(--cyan); }
.launch-note { margin-top: 29px; color: var(--muted); font-family: var(--mono); font-size: 11px; letter-spacing: .09em; }
.launch-note span { margin-left: 11px; color: var(--gold); }
.trailer-frame { position: relative; border: 1px solid #354852; background: #02050b; box-shadow: 0 16px 70px #0005, 0 0 40px #66f0f406; }
.trailer-frame:before, .trailer-frame:after { content: ""; width: 32px; height: 3px; background: var(--cyan); position: absolute; top: -2px; z-index: 1; pointer-events: none; }
.trailer-frame:before { left: -1px; }
.trailer-frame:after { right: -1px; }
.trailer-frame video { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; background: #02050b; }
.trailer-frame figcaption { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 13px 19px; border-top: 1px solid var(--line); background: #0a111a; color: #a5b8c7; font-family: var(--mono); font-size: 11px; letter-spacing: .08em; }
.trailer-frame figcaption i { display: inline-block; width: 5px; height: 5px; margin-right: 8px; background: var(--cyan); vertical-align: 1px; }
.trailer-frame figcaption b { color: #536575; font-weight: 400; padding-inline: 9px; }
.offer-strip { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 27px 0 28px; border-bottom: 1px solid var(--line); }
.offer-strip p { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; font-family: var(--mono); font-size: 19px; text-transform: uppercase; }
.offer-strip strong { font-weight: 400; }
.offer-strip strong:first-child { color: var(--gold); }
.offer-strip p > span { color: #526270; }
.offer-strip > a { color: var(--muted); font-family: var(--mono); font-size: 13px; white-space: nowrap; }
.offer-strip > a:hover { color: var(--cyan); }
.offer-strip > a > span { color: var(--cyan); margin-left: 10px; }
.section { padding-block: 105px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 35px; }
.section-heading h2 { margin-top: 15px; }
.section-heading > p { color: var(--muted); font-size: 15px; padding-bottom: 3px; }
.abilities .section-heading { margin-bottom: 20px; }
.ability-showcase { display: grid; grid-template-columns: 1fr auto auto; gap: 15px 8px; align-items: center; }
.ability-motion-toggle { grid-column: 2; margin: 0; width: 15px; height: 15px; accent-color: var(--cyan); cursor: pointer; }
.ability-motion-toggle:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.ability-motion-label { grid-column: 3; color: var(--muted); font-family: var(--mono); font-size: 12px; cursor: pointer; padding-block: 4px; }
.ability-motion-label:hover { color: var(--cyan); }
.ability-animation { display: block; }
.ability-image .ability-still { display: none; }
.ability-motion-toggle:checked ~ .ability-grid .ability-animation { display: none; }
.ability-motion-toggle:checked ~ .ability-grid .ability-still { display: block; }
.ability-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ability-card { --accent: var(--cyan); min-width: 0; border: 1px solid #25404c; background: linear-gradient(140deg, #0d1d27, #0a111a 75%); }
.ability-card.focus { --accent: var(--magenta); border-color: #48314a; background: linear-gradient(140deg, #1b1725, #0a111a 75%); }
.ability-card.overdrive { --accent: var(--gold); border-color: #494031; background: linear-gradient(140deg, #221d18, #0a111a 75%); }
.ability-image { position: relative; padding-bottom: 32px; background: #050911; }
.ability-image img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; }
.ability-label { position: absolute; left: 21px; bottom: 0; padding: 10px 0; color: #657b8c; font-family: var(--mono); font-size: 12px; letter-spacing: .1em; }
.ability-label b { font-weight: 400; color: var(--accent); margin-left: 9px; }
.ability-copy { padding: 23px 22px 26px; position: relative; overflow: hidden; }
.ability-copy h3 { position: relative; z-index: 1; }
.ability-copy p { margin-top: 16px; max-width: 260px; color: var(--muted); font-size: 14px; line-height: 1.7; position: relative; z-index: 1; }
.ability-symbol { display: block; margin-top: 28px; color: var(--accent); font-family: var(--mono); font-size: 28px; line-height: 1; }
.music-band { border-block: 1px solid var(--line); background: radial-gradient(ellipse at 15% 50%, #12333b45, transparent 55%), #080f18; }
.music-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 76px; align-items: center; }
.soundtrack h2 { display: flex; align-items: center; gap: 25px; margin-top: 18px; font-size: 39px; line-height: 1.2; }
.track-count { font-size: clamp(98px, 10vw, 145px); font-weight: 700; color: var(--cyan); line-height: 1; letter-spacing: -.09em; }
.composer-heading { margin-top: 36px; color: var(--muted); font-family: var(--mono); font-size: 12px; letter-spacing: .12em; }
.composers { margin-top: 10px; font-size: clamp(21px, 2vw, 28px); line-height: 1.5; letter-spacing: -.015em; }
.composers span { color: var(--cyan); }
.music-description { color: var(--muted); margin-top: 21px; font-size: 14px; }
.import-panel { border: 1px solid #35404d; background: #0b131e; padding: 28px 32px 26px; position: relative; overflow: hidden; }
.import-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 24px; }
.import-heading .eyebrow { color: var(--magenta); }
.input-mark { color: var(--magenta); font-family: var(--mono); font-size: 24px; line-height: 1; }
.import-panel h3 { font-size: clamp(29px, 3.1vw, 43px); line-height: 1.18; }
.import-panel > p:not(.import-note) { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 360px; margin-top: 18px; }
.file-formats { display: flex; align-items: center; gap: 16px; margin-top: 25px; font-family: var(--mono); font-size: 23px; letter-spacing: .04em; }
.file-formats span { border: 1px solid #405366; padding: 3px 13px; color: #d5e1e9; }
.file-formats b { font-weight: 400; color: #536575; font-size: 17px; }
.waveform { height: 51px; display: flex; align-items: center; justify-content: space-between; gap: 4px; margin-block: 25px 18px; border-bottom: 1px solid #2c3f4f; }
.waveform i { display: block; flex: 1; height: 25%; max-width: 6px; background: var(--cyan); opacity: .45; }
.waveform i:nth-child(3n) { height: 70%; opacity: .8; }
.waveform i:nth-child(4n) { height: 43%; background: var(--magenta); }
.waveform i:nth-child(5n) { height: 100%; opacity: .9; }
.waveform i:nth-child(7n) { height: 54%; background: var(--gold); }
.import-note { font-family: var(--mono); font-size: 12px; color: #a6b6c5; }
.screenshots { padding-bottom: 95px; }
.screenshot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.screenshot-grid a { display: block; border: 1px solid var(--line); background: #08101a; transition: border-color .15s; min-width: 0; }
.screenshot-grid a:hover { border-color: #688694; }
.screenshot-grid img { width: 100%; aspect-ratio: 16 / 9; object-fit: contain; background: #02050b; }
.screenshot-grid a > span { display: flex; align-items: center; gap: 13px; padding: 13px 16px; color: #607587; font-family: var(--mono); font-size: 11px; letter-spacing: .09em; }
.screenshot-grid b { color: #b5c4d0; font-weight: 400; }
.screenshot-grid i { margin-left: auto; font-style: normal; color: var(--cyan); font-size: 16px; line-height: 1; }
.launch { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; padding: 52px 56px 57px; border: 1px solid #405355; background: radial-gradient(ellipse at 80% 100%, #12374455, transparent 65%), #0c1621; position: relative; }
.launch:before { content: ""; position: absolute; top: -1px; left: -1px; height: 3px; width: 96px; background: var(--cyan); }
.launch h2 { margin-top: 20px; font-size: clamp(42px, 4.8vw, 66px); line-height: 1.1; }
.launch h2 > span { color: var(--cyan); }
.next-platforms { margin-top: 25px; font-family: var(--mono); font-size: 12px; letter-spacing: .045em; color: #b4c3cf; }
.next-platforms strong { display: block; margin-top: 4px; font-weight: 400; color: var(--muted); }
.launch-offer { font-family: var(--display); font-size: clamp(22px, 2.1vw, 30px); font-weight: 600; line-height: 1.5; letter-spacing: -.04em; color: var(--gold); }
.launch-offer span { color: var(--text); }
.launch-details > p + p { color: var(--muted); font-size: 15px; margin-top: 21px; }
.launch-details .actions { gap: 14px 22px; }
.footer { padding-block: 47px 40px; display: flex; justify-content: space-between; align-items: start; gap: 35px; }
.footer-brand { font-family: var(--display); font-size: 11px; font-weight: 600; letter-spacing: .06em; }
.footer-brand span { color: var(--muted); }
.footer p { color: #718494; margin-top: 11px; font-family: var(--mono); font-size: 11px; }
.footer nav { display: flex; flex-wrap: wrap; gap: 28px; padding-top: 2px; color: var(--muted); font-family: var(--mono); font-size: 12px; }
@media (min-width: 1550px) { .hero-heading { grid-template-columns: 1fr 360px; } .hero-intro .actions { gap: 18px; } }
@media (max-width: 1150px) {
  .shell { width: calc(100% - 64px); }
  .hero-heading { grid-template-columns: 1fr 275px; gap: 26px; }
  h1 { font-size: clamp(48px, 6.3vw, 75px); }
  .hero-intro > p:first-child { font-size: 17px; }
  .hero-intro .actions { gap: 8px; }
  .launch-note { margin-top: 18px; }
  .ability-grid { gap: 14px; }
  .ability-copy { padding: 20px 18px 23px; }
  .ability-copy h3 { font-size: 23px; }
  .music-layout { gap: 50px; }
  .soundtrack h2 { font-size: 33px; gap: 20px; }
  .launch { padding: 44px 38px 48px; gap: 42px; }
}
@media (max-width: 900px) {
  .nav-links { gap: 20px; font-size: 13px; }
  .nav-links > a:nth-child(-n+2) { display: none; }
  .nav-discord { padding-left: 20px; }
  .hero { padding-top: 43px; }
  .hero-heading { grid-template-columns: 1fr; gap: 26px; padding-bottom: 32px; }
  h1 { font-size: clamp(48px, 9vw, 78px); }
  .hero-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 26px; align-items: center; }
  .hero-intro .actions { margin-top: 0; justify-content: flex-end; gap: 0 15px; }
  .hero-intro .launch-note { grid-column: 1 / -1; margin-top: 0; }
  .section { padding-block: 76px; }
  .ability-grid { gap: 13px; }
  .ability-label { left: 15px; font-size: 11px; }
  .ability-copy { padding: 19px 15px 23px; }
  .ability-copy h3 { font-size: 20px; }
  .ability-copy p { font-size: 13px; }
  .ability-symbol { margin-top: 23px; }
  .music-layout { gap: 35px; padding-block: 54px; }
  .soundtrack h2 { font-size: 25px; gap: 17px; }
  .track-count { font-size: 95px; }
  .composers { font-size: 22px; }
  .import-panel { padding: 23px; }
  .import-heading .eyebrow { font-size: 10px; letter-spacing: .08em; }
  .import-panel h3 { font-size: 30px; }
  .screenshot-grid { gap: 13px; }
  .launch { gap: 28px; padding: 38px 30px; }
  .launch h2 { font-size: 45px; }
  .launch-offer { font-size: 23px; }
  .launch-details .actions { gap: 8px; }
}
@media (max-width: 680px) {
  .shell { width: calc(100% - 36px); }
  .nav { min-height: 76px; gap: 13px; }
  .brand { font-size: 8px; gap: 9px; }
  .brand small { font-size: 9px; }
  .brand img { width: 33px; height: 33px; }
  .nav-links { gap: 0; font-size: 12px; }
  .nav-discord { border-left: 0; padding-left: 0; }
  .hero { padding-top: 35px; }
  .hero-heading { gap: 24px; padding-bottom: 26px; }
  .hero .eyebrow { font-size: 10px; letter-spacing: .09em; }
  h1 { margin-top: 18px; font-size: clamp(37px, 9.1vw, 61px); line-height: 1.13; letter-spacing: -.05em; }
  .hero-intro { display: block; }
  .hero-intro > p:first-child { font-size: 16px; }
  .hero-intro > p:first-child br { display: none; }
  .hero-intro .actions { justify-content: flex-start; margin-top: 18px; gap: 8px 20px; }
  .hero-intro .launch-note { margin-top: 20px; }
  .button { min-height: 45px; font-size: 14px; padding: 11px 16px; gap: 12px; }
  .trailer-frame figcaption { padding: 11px 10px; font-size: 9px; letter-spacing: .025em; gap: 8px; }
  .trailer-frame figcaption > span:last-child { white-space: nowrap; }
  .trailer-frame figcaption b { padding-inline: 3px; }
  .trailer-frame figcaption i { display: none; }
  .offer-strip { padding-block: 19px; }
  .offer-strip p { gap: 6px 12px; font-size: 13px; }
  .offer-strip > a { display: none; }
  .section { padding-block: 58px; }
  .section-heading { display: block; margin-bottom: 27px; }
  .section-heading h2 { margin-top: 12px; }
  .section-heading > p { margin-top: 18px; font-size: 14px; }
  .eyebrow { font-size: 10px; }
  h2 { font-size: 32px; }
  .ability-grid { grid-template-columns: 1fr; gap: 20px; }
  .ability-label { left: 21px; font-size: 12px; }
  .ability-copy { padding: 23px 21px 25px; }
  .ability-copy h3 { font-size: 28px; }
  .ability-copy p { font-size: 14px; max-width: calc(100% - 40px); }
  .ability-symbol { position: absolute; right: 22px; bottom: 27px; margin: 0; font-size: 30px; opacity: .8; }
  .music-layout { grid-template-columns: 1fr; gap: 33px; padding-block: 48px; }
  .soundtrack h2 { font-size: 33px; gap: 27px; }
  .track-count { font-size: 120px; }
  .composer-heading { margin-top: 26px; }
  .composers { font-size: 24px; }
  .music-description { margin-top: 14px; }
  .import-panel { padding: 26px 23px; }
  .import-heading .eyebrow { font-size: 11px; }
  .import-panel h3 { font-size: 35px; }
  .import-panel > p:not(.import-note) { font-size: 14px; }
  .screenshot-grid { grid-template-columns: 1fr; gap: 19px; }
  .screenshot-grid a > span { padding: 13px 16px; }
  .launch { grid-template-columns: 1fr; gap: 35px; padding: 30px 23px 33px; }
  .launch h2 { font-size: 47px; margin-top: 16px; }
  .next-platforms { margin-top: 22px; font-size: 11px; }
  .launch-offer { font-size: 25px; }
  .launch-details > p + p { font-size: 14px; margin-top: 16px; }
  .launch-details .actions { gap: 8px 20px; }
  .footer { display: block; padding-block: 32px; }
  .footer-brand { font-size: 10px; }
  .footer p { font-size: 10px; }
  .footer nav { margin-top: 23px; gap: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  .ability-motion-toggle, .ability-motion-label { display: none; }
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
