:root {
  --navy: #11192b;
  --ink: #20242d;
  --lime: #82f24e;
  --coral: #ff5b6e;
  --cyan: #27cfff;
  --gold: #ffc83d;
  --white: #f8fff7;
  --grass: #2cb85c;
  --font-display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Black", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); background: var(--white); color: var(--navy); padding: 12px 16px; font-weight: 900; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; display: flex; justify-content: space-between; align-items: center; width: var(--page); margin-inline: auto; padding: 22px 0; color: var(--white); }
.studio-link { display: inline-flex; align-items: center; gap: 10px; font-size: .72rem; font-weight: 950; letter-spacing: .18em; }
.studio-link img { width: 34px; height: 34px; object-fit: contain; }
.site-header nav { display: flex; gap: 28px; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.site-header nav a { position: relative; padding: 10px 0; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 3px; background: var(--lime); transition: right .2s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }

.hero { position: relative; min-height: 900px; height: 100svh; max-height: 1080px; overflow: hidden; color: var(--white); background: #07101f; }
.hero-media, .hero-media img, .section-media, .section-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img, .section-media img { object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,10,24,.97) 0%, rgba(10,17,35,.84) 32%, rgba(10,17,35,.18) 61%, rgba(10,17,35,.04) 100%), linear-gradient(0deg, rgba(5,10,21,.7) 0%, transparent 36%); }
.speed-stripes { position: absolute; inset: auto -4vw -9vw 42vw; height: 23vw; opacity: .8; transform: rotate(-7deg); background: repeating-linear-gradient(172deg, transparent 0 24px, rgba(130,242,78,.42) 25px 30px, transparent 31px 44px); mask-image: linear-gradient(90deg, transparent, #000); }
.hero-content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; width: var(--page); height: 100%; margin-inline: auto; padding-top: 68px; }
.status-tag { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 22px; padding: 9px 14px; border: 2px solid rgba(255,255,255,.54); border-radius: 99px; font-size: .68rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; background: rgba(10,17,36,.64); backdrop-filter: blur(8px); }
.status-tag span { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(255,91,110,.2); }
.wordmark { display: flex; flex-direction: column; margin: 0; font-family: var(--font-display); font-size: clamp(5.5rem, 10.4vw, 10rem); line-height: .7; letter-spacing: -.035em; font-style: italic; transform: skew(-5deg); text-transform: uppercase; }
.wordmark span { display: block; color: var(--lime); -webkit-text-stroke: 4px var(--navy); text-shadow: 8px 8px 0 var(--coral), 13px 13px 0 var(--cyan), 16px 18px 24px rgba(0,0,0,.42); }
.wordmark span:last-child { margin-left: 1.05em; color: var(--white); }
.hero-kicker { margin: 40px 0 10px; font-family: var(--font-display); font-size: clamp(1.5rem, 2.7vw, 2.6rem); line-height: 1; letter-spacing: .04em; color: var(--gold); text-transform: uppercase; transform: rotate(-1deg); }
.hero-copy { max-width: 600px; margin: 0; color: rgba(248,255,247,.88); font-size: clamp(1rem, 1.3vw, 1.2rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 16px; min-height: 52px; padding: 0 22px; border: 3px solid var(--navy); font-size: .76rem; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; box-shadow: 6px 6px 0 var(--navy); transition: transform .18s ease, box-shadow .18s ease; }
.button:hover, .button:focus-visible { transform: translate(3px,3px); box-shadow: 3px 3px 0 var(--navy); }
.button-lime { color: var(--navy); background: var(--lime); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.8); background: rgba(17,25,43,.5); box-shadow: 6px 6px 0 var(--coral); }
.build-note { max-width: 650px; margin: 24px 0 0; padding-left: 14px; border-left: 4px solid var(--coral); color: rgba(248,255,247,.72); font-size: .75rem; line-height: 1.5; }
.build-note strong { color: var(--white); }
.hero-score { position: absolute; z-index: 4; right: 3vw; bottom: 34px; display: flex; align-items: center; gap: 13px; padding: 10px 14px; border: 2px solid rgba(255,255,255,.4); color: rgba(255,255,255,.75); font-family: var(--font-display); letter-spacing: .07em; transform: rotate(-2deg); }
.hero-score span:first-child { color: var(--lime); }
.hero-score span:last-child { color: var(--coral); }

.section-shell { width: var(--page); margin-inline: auto; }
.section-label { display: flex; align-items: center; gap: 10px; font-size: .66rem; font-weight: 950; letter-spacing: .18em; color: var(--navy); }
.section-label span { display: inline-grid; place-items: center; width: 31px; height: 31px; border: 2px solid currentColor; background: var(--lime); color: var(--navy); transform: rotate(-5deg); }
.section-label.light { color: var(--white); }
.section-label.light span { border-color: var(--white); }
.eyebrow { margin: 0 0 16px; color: var(--coral); font-size: .7rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
h2 { margin: 0; font-family: var(--font-display); font-size: clamp(3.3rem, 6.2vw, 6.3rem); line-height: .88; letter-spacing: -.02em; text-transform: uppercase; }
h2 em { color: var(--coral); font-style: italic; -webkit-text-stroke: 2px var(--navy); text-shadow: 4px 4px 0 var(--cyan); }

.player-section { padding-block: 100px 120px; }
.player-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 7vw; align-items: center; margin-top: 64px; }
.player-copy .lede { margin: 28px 0 12px; font-size: 1.25rem; font-weight: 800; line-height: 1.45; }
.player-copy > p:not(.eyebrow):not(.lede) { color: #535a66; line-height: 1.75; }
blockquote { margin: 30px 0; padding: 20px 24px; border-left: 6px solid var(--lime); background: #edf7e9; font-family: var(--font-display); font-size: 1.25rem; letter-spacing: .02em; transform: rotate(-1deg); }
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 34px 0 0; border-top: 3px solid var(--navy); }
.stat-grid div { padding: 15px 9px 0; border-right: 1px solid #c9ceca; }
.stat-grid div:first-child { padding-left: 0; }
.stat-grid div:last-child { border: 0; }
.stat-grid dt { color: #7d837f; font-size: .58rem; font-weight: 950; letter-spacing: .12em; }
.stat-grid dd { margin: 5px 0 0; font-family: var(--font-display); font-size: 1rem; }
.player-card { position: relative; border: 7px solid var(--navy); background: var(--navy); transform: rotate(1.5deg); box-shadow: 16px 18px 0 var(--lime), 26px 30px 0 var(--coral); }
.player-card picture { display: block; aspect-ratio: 16/10; overflow: hidden; }
.player-card img { width: 100%; height: 100%; object-fit: cover; }
.player-card-top, .player-card-bottom { display: flex; align-items: center; color: var(--white); font-family: var(--font-display); letter-spacing: .08em; }
.player-card-top { justify-content: space-between; padding: 12px 15px; font-size: 1.35rem; }
.player-card-top b { color: var(--lime); }
.player-card-bottom { gap: 7px; padding: 12px 15px; font-size: .8rem; }
.player-card-bottom span { margin-right: auto; }
.player-card-bottom i { width: 30px; height: 8px; border: 1px solid var(--white); background: var(--coral); transform: skew(-18deg); }
.player-card-bottom i.off { background: transparent; }

.move-section, .strike-section { position: relative; min-height: 780px; color: var(--white); background: var(--navy); overflow: hidden; }
.move-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,13,28,.9), rgba(7,13,28,.18) 62%), linear-gradient(0deg, rgba(7,13,28,.62), transparent 50%); }
.move-content { position: relative; z-index: 2; width: var(--page); margin-inline: auto; padding-top: 100px; }
.move-content h2 { margin-top: 110px; font-size: clamp(5.8rem, 11vw, 11rem); line-height: .72; transform: rotate(-3deg); }
.move-content h2 em { color: var(--lime); -webkit-text-stroke-color: var(--navy); text-shadow: 7px 7px 0 var(--coral), 12px 12px 0 var(--cyan); }
.move-content > p:last-of-type { max-width: 430px; margin-top: 44px; color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.65; }
.move-burst { position: absolute; top: 120px; left: 51%; display: grid; place-items: center; width: 110px; height: 110px; clip-path: polygon(50% 0,61% 31%,87% 13%,72% 39%,100% 50%,70% 59%,87% 87%,60% 72%,50% 100%,39% 70%,13% 87%,28% 60%,0 50%,31% 39%,13% 13%,40% 30%); color: var(--navy); background: var(--gold); font-size: 2rem; transform: rotate(12deg); }

.power-section { padding-block: 110px 130px; }
.power-heading { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 7vw; margin: 60px 0 58px; }
.power-heading > p { margin: 0 0 8px; color: #5f6670; line-height: 1.75; }
.power-visual { position: relative; }
.power-visual picture { display: block; aspect-ratio: 16/9; overflow: hidden; border: 7px solid var(--navy); box-shadow: 14px 14px 0 var(--cyan); }
.power-visual img { width: 100%; height: 100%; object-fit: cover; }
.power-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: -50px 28px 0; padding: 0; list-style: none; }
.power-list li { display: grid; grid-template-columns: 44px 1fr; column-gap: 10px; align-items: center; min-height: 92px; padding: 13px; border: 3px solid var(--navy); background: var(--white); box-shadow: 5px 5px 0 var(--navy); transform: skew(-2deg); }
.power-list b { font-family: var(--font-display); font-size: .95rem; text-transform: uppercase; }
.power-list small { grid-column: 2; color: #68706d; font-size: .66rem; }
.power-icon { grid-row: 1/3; display: grid; place-items: center; width: 42px; height: 42px; border: 3px solid var(--navy); border-radius: 50%; color: var(--navy); font-family: var(--font-display); font-size: 1.3rem; }
.power-icon.lime { background: var(--lime); }.power-icon.cyan { background: var(--cyan); }.power-icon.coral { background: var(--coral); }.power-icon.gold { background: var(--gold); }

.strike-section { min-height: 860px; }
.strike-shade { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 25%, rgba(8,14,29,.22) 50%, rgba(8,14,29,.96) 100%), linear-gradient(0deg, rgba(7,13,28,.72), transparent 45%); }
.strike-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; width: var(--page); margin-inline: auto; padding-top: 110px; text-align: right; }
.strike-copy .section-label { align-self: flex-end; }
.strike-copy h2 { max-width: 760px; margin-top: 210px; font-size: clamp(4.5rem, 8vw, 8rem); }
.strike-copy h2 em { color: var(--gold); -webkit-text-stroke-color: var(--navy); text-shadow: 6px 6px 0 var(--coral); }
.strike-copy > p:last-child { max-width: 520px; margin-top: 30px; color: rgba(255,255,255,.8); font-size: 1.04rem; line-height: 1.7; }

.vision-section { padding-block: 120px 130px; }
.vision-intro { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4vw; }
.vision-intro .section-label { grid-column: 1/-1; margin-bottom: 38px; }
.vision-intro > p:last-child { align-self: end; margin: 0 0 8px; color: #5d6570; line-height: 1.75; }
.vision-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 70px; }
.vision-grid article { position: relative; min-height: 310px; padding: 28px 22px; border: 4px solid var(--navy); overflow: hidden; background: #eff4ec; box-shadow: 7px 7px 0 var(--navy); }
.vision-grid article:nth-child(2) { background: #e8f9ff; transform: translateY(14px); }
.vision-grid article:nth-child(3) { background: #fff0f2; }
.vision-grid article:nth-child(4) { background: #fff6d8; transform: translateY(14px); }
.vision-grid article > span { display: block; margin-bottom: 42px; color: var(--coral); font-family: var(--font-display); font-size: 3.4rem; font-style: italic; -webkit-text-stroke: 1px var(--navy); text-shadow: 3px 3px 0 var(--cyan); }
.vision-grid h3 { margin: 0 0 12px; font-family: var(--font-display); font-size: 1.45rem; text-transform: uppercase; }
.vision-grid p { color: #5b626b; font-size: .86rem; line-height: 1.55; }
.vision-grid small { position: absolute; right: 0; bottom: 0; padding: 7px 11px; color: var(--white); background: var(--navy); font-size: .55rem; font-weight: 950; letter-spacing: .14em; }

.development-section { padding-block: 110px; color: var(--white); background: var(--navy); border-top: 14px solid var(--lime); }
.development-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 7vw; align-items: start; }
.development-grid h2 { margin-top: 70px; }
.development-grid h2 em { color: var(--lime); text-shadow: 4px 4px 0 var(--coral); }
.dev-board { border: 4px solid var(--white); background: #0b1224; box-shadow: 12px 12px 0 var(--coral); }
.dev-row { display: grid; grid-template-columns: 96px 1fr auto; gap: 15px; align-items: center; min-height: 80px; padding: 16px 18px; border-bottom: 1px solid rgba(255,255,255,.17); }
.dev-row span, .dev-row i { font-size: .56rem; font-weight: 950; letter-spacing: .12em; font-style: normal; }
.dev-row span { color: rgba(255,255,255,.45); }
.dev-row b { font-size: .85rem; }
.dev-row i { padding: 7px 8px; border: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.5); }
.dev-row.active i { color: var(--navy); background: var(--lime); border-color: var(--lime); }
.dev-row.review i { color: var(--navy); background: var(--gold); border-color: var(--gold); }
.dev-board > p { margin: 0; padding: 18px; color: rgba(255,255,255,.54); font-size: .67rem; line-height: 1.6; }

.final-cta { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 650px; padding: 100px 24px; overflow: hidden; color: var(--navy); background: var(--lime); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; width: 40vw; height: 140%; background: repeating-linear-gradient(110deg, transparent 0 28px, rgba(17,25,43,.08) 29px 38px); transform: rotate(10deg); }
.final-cta::before { left: -20vw; }.final-cta::after { right: -20vw; transform: rotate(190deg); }
.ball-mark { position: relative; z-index: 1; display: grid; place-items: center; width: 74px; height: 74px; margin-bottom: 28px; border: 6px solid var(--navy); border-radius: 50%; color: var(--navy); background: var(--white); font-size: 2rem; box-shadow: 7px 7px 0 var(--coral); transform: rotate(-8deg); }
.final-cta > p { position: relative; z-index: 1; font-size: .72rem; font-weight: 950; letter-spacing: .18em; }
.final-cta h2 { position: relative; z-index: 1; font-size: clamp(4rem, 8vw, 8rem); }
.final-cta h2 em { color: var(--white); text-shadow: 5px 5px 0 var(--coral); }
.final-cta .button { position: relative; z-index: 1; margin-top: 40px; }
.button-coral { color: var(--white); background: var(--coral); }

footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 30px max(24px, calc((100vw - 1180px)/2)); color: rgba(255,255,255,.62); background: #090f1f; font-size: .66rem; }
footer .studio-link { color: var(--white); }
footer > a:last-child { color: var(--lime); font-weight: 900; text-transform: uppercase; }

@media (max-width: 900px) {
  :root { --page: calc(100vw - 36px); }
  .player-grid, .power-heading, .development-grid { grid-template-columns: 1fr; }
  .player-grid { gap: 70px; }
  .vision-grid { grid-template-columns: repeat(2,1fr); }
  .vision-grid article:nth-child(n) { transform: none; }
  .power-list { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 720px) {
  :root { --page: calc(100vw - 30px); }
  .site-header { padding-top: 15px; }
  .site-header nav { display: none; }
  .studio-link { font-size: .62rem; }
  .hero { height: 100svh; min-height: 760px; max-height: 940px; }
  .hero-media img { object-position: center center; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,12,27,.94) 0%, rgba(8,14,31,.64) 35%, rgba(8,14,31,.04) 58%, rgba(5,10,23,.93) 100%); }
  .hero-content { justify-content: flex-start; padding-top: 92px; }
  .status-tag { margin-bottom: 13px; padding: 7px 11px; font-size: .55rem; }
  .wordmark { font-size: clamp(4.2rem, 22vw, 6.1rem); line-height: .7; }
  .wordmark span { -webkit-text-stroke-width: 3px; text-shadow: 5px 5px 0 var(--coral), 9px 9px 0 var(--cyan); }
  .hero-kicker { margin-top: auto; font-size: 1.5rem; }
  .hero-copy { max-width: 95%; font-size: .88rem; line-height: 1.48; }
  .hero-actions { margin-top: 18px; gap: 10px; }
  .button { min-height: 46px; padding: 0 15px; font-size: .62rem; box-shadow: 4px 4px 0 var(--navy); }
  .button-ghost { box-shadow: 4px 4px 0 var(--coral); }
  .build-note { margin: 16px 0 23px; font-size: .61rem; }
  .hero-score { display: none; }
  h2 { font-size: clamp(3rem, 15vw, 4.5rem); }
  h2 em { -webkit-text-stroke-width: 1px; text-shadow: 3px 3px 0 var(--cyan); }
  .player-section, .power-section, .vision-section { padding-block: 76px 88px; }
  .player-grid { margin-top: 45px; gap: 62px; }
  .player-copy .lede { font-size: 1.05rem; }
  .player-copy > p:not(.eyebrow):not(.lede) { font-size: .88rem; }
  .player-card { border-width: 5px; box-shadow: 8px 10px 0 var(--lime), 15px 18px 0 var(--coral); }
  .player-card picture { aspect-ratio: 4/5; }
  .player-card img { object-position: center 42%; }
  .move-section { min-height: 760px; }
  .move-shade { background: linear-gradient(180deg, rgba(7,13,28,.78), transparent 44%, rgba(7,13,28,.88)); }
  .move-content { padding-top: 56px; }
  .move-content h2 { margin-top: 380px; font-size: clamp(5rem, 24vw, 7rem); }
  .move-content > p:last-of-type { margin-top: 32px; font-size: .9rem; }
  .move-burst { top: 100px; left: auto; right: 8px; width: 75px; height: 75px; }
  .power-heading { margin: 45px 0 38px; gap: 28px; }
  .power-heading > p { font-size: .86rem; }
  .power-visual picture { aspect-ratio: 4/5; border-width: 5px; box-shadow: 8px 8px 0 var(--cyan); }
  .power-list { grid-template-columns: 1fr 1fr; margin: -25px 10px 0; }
  .power-list li { grid-template-columns: 34px 1fr; min-height: 86px; padding: 9px; box-shadow: 3px 3px 0 var(--navy); }
  .power-icon { width: 34px; height: 34px; font-size: 1rem; }
  .power-list b { font-size: .72rem; }
  .power-list small { font-size: .56rem; }
  .strike-section { min-height: 780px; }
  .strike-shade { background: linear-gradient(180deg, rgba(7,13,28,.65), transparent 37%, rgba(7,13,28,.93) 78%); }
  .strike-copy { align-items: flex-start; padding-top: 54px; text-align: left; }
  .strike-copy .section-label { align-self: flex-start; }
  .strike-copy h2 { margin-top: 470px; font-size: clamp(3.8rem, 18vw, 5rem); }
  .strike-copy > p:last-child { margin-top: 22px; font-size: .86rem; }
  .vision-intro { grid-template-columns: 1fr; }
  .vision-intro .section-label { margin-bottom: 24px; }
  .vision-intro > p:last-child { font-size: .86rem; }
  .vision-grid { grid-template-columns: 1fr 1fr; margin-top: 44px; gap: 8px; }
  .vision-grid article { min-height: 260px; padding: 18px 14px; box-shadow: 4px 4px 0 var(--navy); }
  .vision-grid article > span { margin-bottom: 28px; font-size: 2.5rem; }
  .vision-grid h3 { font-size: 1.02rem; }
  .vision-grid p { font-size: .71rem; }
  .development-section { padding-block: 75px; border-top-width: 9px; }
  .development-grid { gap: 48px; }
  .development-grid h2 { margin-top: 40px; }
  .dev-board { box-shadow: 7px 7px 0 var(--coral); }
  .dev-row { grid-template-columns: 72px 1fr; min-height: 86px; padding: 13px 12px; }
  .dev-row i { grid-column: 2; justify-self: start; padding: 4px 6px; }
  .dev-row b { font-size: .74rem; }
  .final-cta { min-height: 590px; }
  .final-cta h2 { font-size: clamp(3.5rem, 17vw, 5rem); }
  footer { flex-direction: column; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
