@charset "UTF-8";

:root {
  --night: #05070b;
  --night-soft: #0a0e15;
  --white: #f4f7fb;
  --muted: #8f9bac;
  --blue: #1268ff;
  --blue-bright: #4c91ff;
  --red: #d32824;
  --gold: #d8b96d;
  --line: rgba(220, 232, 255, .15);
  --sans: "Arial Narrow", "Roboto Condensed", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Yu Gothic", sans-serif;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", serif;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background: var(--night);
  font-family: var(--sans);
  line-height: 1.75;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { color: #fff; background: var(--blue); }

.skip-link {
  position: fixed;
  top: -6rem;
  left: 1rem;
  z-index: 200;
  padding: .7rem 1rem;
  color: #05070b;
  background: #fff;
}
.skip-link:focus { top: 1rem; }

.grain {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: .11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.45rem clamp(1.25rem, 4vw, 4rem);
  border-bottom: 1px solid transparent;
  transition: padding .35s ease, background .35s ease, border-color .35s ease;
}
.site-header.is-scrolled {
  padding-top: .7rem;
  padding-bottom: .7rem;
  border-color: var(--line);
  background: rgba(5, 7, 11, .9);
  backdrop-filter: blur(18px);
}
.brand { position: relative; z-index: 3; flex: 0 0 auto; width: clamp(8rem, 12vw, 11rem); }
.brand img { filter: drop-shadow(0 0 1.2rem rgba(18,104,255,.25)); }
.global-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.8rem); }
.global-nav a {
  position: relative;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .15em;
}
.global-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.55rem;
  width: 0;
  height: 2px;
  background: var(--blue);
  transition: width .3s var(--ease);
}
.global-nav a:hover::after,
.global-nav a:focus-visible::after { width: 100%; }
.menu-button { display: none; }

.brand-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 30%, rgba(18, 104, 255, .16), transparent 34%),
    linear-gradient(145deg, #080d16 0%, #030508 64%);
}
.brand-hero::before {
  content: "";
  position: absolute;
  top: -5%;
  left: 42%;
  z-index: -1;
  width: 1px;
  height: 115%;
  background: linear-gradient(transparent, rgba(77,145,255,.8), transparent);
  transform: rotate(28deg);
  box-shadow: 6rem 0 10rem rgba(18,104,255,.22);
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: .28;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 5rem 5rem;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 75%, transparent);
  transform: perspective(700px) rotateX(64deg) scale(1.5) translateY(25%);
  transform-origin: center bottom;
}
.hero-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(76,145,255,.24);
  border-radius: 50%;
}
.orbit-one { width: min(78vw, 72rem); aspect-ratio: 1; right: -24vw; top: -22vw; }
.orbit-two { width: min(42vw, 36rem); aspect-ratio: 1; left: -13vw; bottom: -18vw; }
.hero-copy { width: min(1280px, calc(100% - 3rem)); padding: 8rem 0; }
.eyebrow {
  margin: 0 0 2rem;
  color: var(--blue-bright);
  font-size: .63rem;
  font-weight: 800;
  letter-spacing: .34em;
}
.eyebrow::before { content: ""; display: inline-block; width: 3rem; height: 2px; margin: 0 1rem .2rem 0; background: var(--blue); }
.hero-title { margin: 0; font-family: var(--display); font-size: clamp(4.6rem, 13.2vw, 12rem); font-weight: 900; line-height: .79; letter-spacing: -.035em; text-transform: uppercase; }
.hero-title span, .hero-title strong { display: block; }
.hero-title span { color: transparent; -webkit-text-stroke: 1px rgba(244,247,251,.55); }
.hero-title strong { margin-left: clamp(0rem, 7vw, 7rem); color: var(--white); text-shadow: .05em .05em 0 rgba(18,104,255,.85); }
.hero-jp { margin: 2.5rem 0 0 clamp(0rem, 7vw, 7rem); font: 600 clamp(1rem, 2vw, 1.5rem)/1.4 var(--serif); letter-spacing: .22em; }
.hero-signature { position: absolute; right: clamp(1.4rem, 4vw, 4rem); bottom: 2rem; display: flex; align-items: center; gap: 1rem; }
.hero-signature img { width: 5rem; }
.hero-signature span { color: #667184; font-size: .48rem; font-weight: 800; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue { position: absolute; left: clamp(1.4rem, 4vw, 4rem); bottom: 2rem; display: flex; align-items: center; gap: 1rem; color: #667184; font-size: .55rem; font-weight: 800; letter-spacing: .18em; }
.scroll-cue i { display: block; width: 6rem; height: 1px; overflow: hidden; background: rgba(255,255,255,.15); }
.scroll-cue i::after { content: ""; display: block; width: 50%; height: 100%; background: var(--blue); animation: scan-line 2.1s ease-in-out infinite; }
@keyframes scan-line { from { transform: translateX(-110%); } to { transform: translateX(220%); } }

.works { background: #07090d; }
.section-intro { display: grid; grid-template-columns: .35fr 1fr .85fr; gap: clamp(2rem, 6vw, 7rem); align-items: end; width: min(1280px, calc(100% - 3rem)); margin: auto; padding: clamp(7rem, 12vw, 12rem) 0 clamp(5rem, 9vw, 9rem); }
.section-no { margin: 0; color: var(--blue-bright); font-size: .62rem; font-weight: 800; letter-spacing: .25em; }
.section-title { margin: 0; font: 600 clamp(2.6rem, 5vw, 5.6rem)/1.25 var(--serif); letter-spacing: .03em; }
.section-title strong { color: var(--blue-bright); font-weight: 700; }
.section-lead { margin: 0 0 .6rem; color: var(--muted); font-size: .9rem; }

.work { position: relative; min-height: min(88rem, 100svh); display: grid; grid-template-columns: 1.24fr .76fr; overflow: hidden; border-top: 1px solid var(--line); }
.work-visual { position: relative; min-height: 42rem; overflow: hidden; background: #06080c; }
.work-bg { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.work:hover .work-bg { transform: scale(1.025); }
.work-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(7,9,13,.7)), linear-gradient(0deg, rgba(5,7,11,.35), transparent 40%); }
.visual-label { position: absolute; left: 1.5rem; bottom: 1.3rem; margin: 0; color: rgba(255,255,255,.62); font-size: .48rem; font-weight: 800; letter-spacing: .2em; text-shadow: 0 2px 5px #000; }
.work-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); background: #0a0c11; }
.work-copy::before { content: ""; position: absolute; top: 3rem; left: 0; width: 3rem; height: 2px; background: var(--blue); }
.work-index { margin: 0 0 3rem; color: #e1e6ee; font-size: .56rem; font-weight: 800; letter-spacing: .18em; }
.work-index span { display: block; margin-top: .65rem; color: #687488; }
.title-logo { object-fit: contain; object-position: left center; filter: drop-shadow(0 1rem 1.4rem rgba(0,0,0,.5)); }
.title-logo-sangokushi { width: min(100%, 29rem); }
.title-logo-rapid { width: min(100%, 33rem); }
.work-genre { margin: 1.5rem 0 0; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.work-copy h3 { margin: 2.5rem 0 1rem; font: 700 clamp(1.8rem, 3.2vw, 3.5rem)/1.35 var(--serif); letter-spacing: .04em; }
.work-description { max-width: 29rem; margin: 0; color: #9ca5b4; font-size: .86rem; }
.work-link { display: flex; width: min(100%, 22rem); align-items: center; justify-content: space-between; margin-top: 2.8rem; padding: 1rem 0; border-bottom: 1px solid #354054; font-size: .73rem; font-weight: 800; letter-spacing: .12em; transition: color .3s ease, border-color .3s ease; }
.work-link i { display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border: 1px solid #354054; border-radius: 50%; font-size: 1rem; font-style: normal; transition: transform .35s var(--ease), background .3s ease, border-color .3s ease; }
.work-link:hover, .work-link:focus-visible { color: var(--blue-bright); border-color: var(--blue); }
.work-link:hover i, .work-link:focus-visible i { color: #fff; border-color: var(--blue); background: var(--blue); transform: rotate(45deg); }

.work-rapid { grid-template-columns: .76fr 1.24fr; }
.work-rapid .work-visual { grid-column: 2; grid-row: 1; }
.work-rapid .work-copy { grid-column: 1; grid-row: 1; background: #0b0c0f; }
.work-rapid .work-copy::before { background: var(--red); }
.work-rapid .work-scrim { background: linear-gradient(270deg, transparent 54%, rgba(9,9,12,.75)), linear-gradient(0deg, rgba(4,5,8,.28), transparent 45%); }
.work-rapid .work-genre { color: #ff6560; }
.work-rapid .work-link:hover, .work-rapid .work-link:focus-visible { color: #ff6560; border-color: var(--red); }
.work-rapid .work-link:hover i, .work-rapid .work-link:focus-visible i { border-color: var(--red); background: var(--red); }
.rapid-fighter { position: absolute; left: 48%; top: 51%; width: clamp(12rem, 29vw, 31rem); filter: drop-shadow(0 2.6rem 2.2rem rgba(0,0,0,.7)); transform: translate(-50%, -50%) rotate(-4deg); animation: fighter-hover 5s ease-in-out infinite; }
@keyframes fighter-hover { 50% { transform: translate(-50%, -53%) rotate(-2deg); } }

.studio { position: relative; isolation: isolate; overflow: hidden; width: 100%; padding: clamp(8rem, 14vw, 15rem) max(1.5rem, calc((100vw - 1280px) / 2)); background: linear-gradient(135deg, #0d1421, #05070b 65%); }
.studio-mark { position: absolute; right: -5vw; top: 50%; z-index: -1; color: rgba(18,104,255,.055); font: 900 min(58vw, 48rem)/.7 var(--display); transform: translateY(-50%); }
.studio-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(3rem, 9vw, 10rem); align-items: end; margin-top: 3rem; }
.studio-copy { max-width: 34rem; padding-left: 2rem; border-left: 2px solid var(--blue); color: #9ca6b7; font-size: .9rem; }
.studio-copy p { margin: 0; }
.studio-copy p + p { margin-top: 1.3rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 2rem; align-items: center; padding: 2rem clamp(1.25rem, 4vw, 4rem); border-top: 1px solid var(--line); color: #667184; background: #030508; font-size: .52rem; font-weight: 800; letter-spacing: .1em; }
.footer-brand { width: 8rem; }
.site-footer nav { display: flex; gap: 1.5rem; }
.site-footer nav a:hover, .page-top:hover { color: var(--blue-bright); }
.site-footer p { margin: 0; }

.reveal { opacity: 0; transform: translateY(2.2rem); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .site-header { gap: .5rem; }
  .menu-button { position: relative; z-index: 3; display: grid; width: 3rem; height: 3rem; place-content: center; gap: .42rem; border: 1px solid var(--line); background: rgba(5,7,11,.78); }
  .menu-button span { width: 1.15rem; height: 1px; background: #fff; transition: transform .3s ease; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(.21rem) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-.21rem) rotate(-45deg); }
  .global-nav { position: fixed; inset: 0; flex-direction: column; align-items: flex-start; justify-content: center; gap: 2rem; padding: 10vw; opacity: 0; visibility: hidden; background: rgba(4,6,10,.98); transition: opacity .35s ease, visibility .35s; }
  .global-nav.is-open { opacity: 1; visibility: visible; }
  .global-nav a { font-size: clamp(1.25rem, 4vw, 2rem); }
  .section-intro { grid-template-columns: 1fr 2fr; }
  .section-intro .section-lead { grid-column: 2; }
  .work, .work-rapid { min-height: auto; grid-template-columns: 1fr; }
  .work-visual, .work-rapid .work-visual { grid-column: 1; grid-row: 1; min-height: 65vw; }
  .work-copy, .work-rapid .work-copy { grid-column: 1; grid-row: 2; }
  .work-scrim, .work-rapid .work-scrim { background: linear-gradient(0deg, rgba(7,9,13,.65), transparent 55%); }
  .rapid-fighter { width: 38vw; }
  .site-footer { grid-template-columns: 1fr auto; }
  .site-footer p { grid-column: 1; }
}

@media (max-width: 680px) {
  .site-header { padding: .8rem 1rem; }
  .brand { width: 7rem; }
  .brand-hero { min-height: 46rem; }
  .hero-copy { width: calc(100% - 2rem); padding: 7rem 0; }
  .eyebrow { margin-bottom: 1.3rem; font-size: .48rem; letter-spacing: .23em; }
  .eyebrow::before { width: 1.5rem; margin-right: .6rem; }
  .hero-title { font-size: clamp(4.2rem, 25vw, 7rem); line-height: .82; }
  .hero-title strong { margin-left: 0; }
  .hero-jp { margin: 1.7rem 0 0; font-size: .94rem; }
  .hero-signature { right: 1rem; bottom: 1rem; }
  .hero-signature span { display: none; }
  .scroll-cue { left: 1rem; bottom: 1.5rem; }
  .scroll-cue i { width: 3rem; }
  .section-intro { grid-template-columns: 1fr; width: calc(100% - 2rem); padding-top: 6rem; }
  .section-intro .section-lead { grid-column: 1; }
  .section-title { font-size: clamp(2.3rem, 11vw, 4rem); }
  .work-visual, .work-rapid .work-visual { min-height: 31rem; }
  .work-copy { padding: 4rem 1rem 5rem; }
  .work-copy::before { top: 2rem; }
  .work-index { margin-bottom: 2rem; }
  .work-copy h3 { font-size: 1.9rem; }
  .rapid-fighter { width: 63vw; }
  .studio { padding-inline: 1rem; }
  .studio-grid { grid-template-columns: 1fr; }
  .studio-copy { padding-left: 1rem; }
  .site-footer { grid-template-columns: 1fr auto; gap: 1.3rem; }
  .site-footer nav { grid-column: 1 / -1; flex-direction: column; gap: .8rem; }
  .site-footer p { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* 2026-08-21: Make the flagship game, not a placeholder slogan, the front door. */
.brand-hero {
  min-height: max(44rem, 100svh);
  grid-template-columns: minmax(18rem, .78fr) minmax(30rem, 1.22fr);
  place-items: stretch;
  align-items: center;
  padding: 7rem clamp(1.5rem, 6vw, 8rem) 5rem;
  background:
    radial-gradient(circle at 82% 20%, rgba(41, 92, 165, .25), transparent 38%),
    linear-gradient(135deg, #090b10, #030406 72%);
}
.brand-hero::before { left: 55%; opacity: .55; }
.hero-copy { position: relative; z-index: 2; width: auto; padding: 0; }
.hero-copy::before { content: ""; position: absolute; left: -1.1rem; top: -.8rem; bottom: -.8rem; width: 2px; background: linear-gradient(var(--blue), rgba(18,104,255,0)); }
.hero-title { width: min(100%, 27rem); margin: 0; font-size: initial; line-height: 1; }
.hero-title img { width: 100%; filter: drop-shadow(0 1.2rem 2.2rem rgba(0,0,0,.74)); }
.hero-jp { margin: 2rem 0 0; color: #efe7d6; font-size: clamp(1.3rem, 2.2vw, 2rem); line-height: 1.55; letter-spacing: .15em; text-shadow: 0 .2rem .7rem #000; }
.hero-game-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 2.5rem; min-width: 15rem; margin-top: 2rem; padding: .85rem .95rem 1rem 1.2rem; border-bottom: 1px solid rgba(214,231,255,.42); color: #e9f0ff; font-size: .7rem; font-weight: 800; letter-spacing: .14em; transition: color .3s ease, border-color .3s ease; }
.hero-game-link i { display: grid; width: 2.3rem; height: 2.3rem; place-items: center; border: 1px solid rgba(214,231,255,.4); border-radius: 50%; font-size: 1rem; font-style: normal; transition: transform .3s var(--ease), border-color .3s ease, background .3s ease; }
.hero-game-link:hover, .hero-game-link:focus-visible { color: #fff; border-color: var(--blue-bright); }
.hero-game-link:hover i, .hero-game-link:focus-visible i { border-color: var(--blue); background: var(--blue); transform: rotate(45deg); }
.hero-battle-stage { position: relative; z-index: 2; justify-self: end; width: min(100%, 65rem); padding: clamp(1rem, 2vw, 1.8rem); }
.hero-screen-frame { position: relative; overflow: hidden; border: 1px solid rgba(213,228,255,.32); background: #020304; box-shadow: -2.8rem 3.5rem 6rem rgba(0,0,0,.62); }
.hero-screen-frame::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(7,10,15,.36), transparent 40%), linear-gradient(0deg, rgba(4,6,9,.36), transparent 28%); }
.hero-screen-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform 1.1s var(--ease); }
.hero-battle-stage:hover .hero-screen-frame img { transform: scale(1.025); }
.screen-corner { position: absolute; z-index: 2; width: 2.6rem; height: 2.6rem; border-color: #7dafff; pointer-events: none; }
.corner-tl { top: .75rem; left: .75rem; border-top: 2px solid; border-left: 2px solid; }
.corner-br { right: .75rem; bottom: .75rem; border-right: 2px solid; border-bottom: 2px solid; }
.screen-label { position: absolute; right: 1rem; bottom: .8rem; z-index: 2; margin: 0; color: rgba(235,244,255,.8); font-size: .49rem; font-weight: 800; letter-spacing: .16em; text-shadow: 0 2px 7px #000; }
.hero-stage-caption { display: flex; justify-content: space-between; margin: .85rem 0 0; color: #bfc9d7; font: 600 .68rem/1.4 var(--serif); letter-spacing: .13em; }
.hero-stage-caption span { color: #6fa7ff; font-family: var(--sans); font-size: .54rem; font-weight: 800; letter-spacing: .18em; }
.hero-build-note { display: grid; grid-template-columns: auto 1fr; gap: .55rem; align-items: start; margin: .55rem 0 0; color: #9da8b8; font-size: .58rem; line-height: 1.65; letter-spacing: .05em; }
.hero-build-note span { padding: .12rem .32rem; border: 1px solid rgba(235, 166, 59, .62); color: #f0b750; font-size: .46rem; font-weight: 850; letter-spacing: .13em; line-height: 1.2; white-space: nowrap; }
.hero-signature { display: none; }
.scroll-cue { left: auto; right: clamp(1.5rem, 6vw, 8rem); bottom: 1.7rem; }

.news-feed { display: grid; grid-template-columns: minmax(16rem, .58fr) minmax(0, 1.42fr); gap: clamp(2.5rem, 7vw, 9rem); padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 7vw, 9rem); background: #eef1f5; color: #0a0d12; }
.news-intro { align-self: start; position: sticky; top: 7rem; }
.news-feed .section-no { color: #1765df; }
.news-intro h2 { margin: 1.2rem 0 0; font: 700 clamp(2.1rem, 4vw, 4.3rem)/1.28 var(--serif); letter-spacing: .04em; }
.news-list { border-top: 2px solid #0d1118; }
.news-item { display: grid; grid-template-columns: 8.2rem 1fr auto; column-gap: 1.4rem; align-items: center; min-height: 9rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(9,13,19,.18); transition: padding .3s var(--ease), background .3s ease; }
.news-item:hover { padding-inline: .8rem; background: rgba(19,104,255,.055); }
.news-meta { display: grid; gap: .45rem; margin: 0; font-size: .58rem; font-weight: 800; letter-spacing: .1em; }
.news-meta time { color: #596272; }
.news-meta span { color: #1268ff; }
.news-item h3 { margin: 0; font: 700 clamp(1rem, 1.5vw, 1.35rem)/1.55 var(--serif); }
.news-item > p:not(.news-meta) { grid-column: 2; margin: .35rem 0 0; color: #5b6472; font-size: .78rem; line-height: 1.7; }
.news-item a { grid-column: 3; grid-row: 1 / span 2; display: grid; width: 2.6rem; height: 2.6rem; place-items: center; border: 1px solid rgba(10,13,18,.28); border-radius: 50%; color: #0d1118; font-size: 0; transition: color .3s ease, border-color .3s ease, background .3s ease, transform .3s var(--ease); }
.news-item a i { font-size: 1rem; font-style: normal; }
.news-item:hover a, .news-item a:focus-visible { border-color: var(--blue); color: #fff; background: var(--blue); transform: rotate(45deg); }

/* Content remains readable in static captures and without JavaScript. */
.reveal { opacity: 1; transform: none; }

.play-lab { display: grid; grid-template-columns: minmax(0, 1fr) minmax(18rem, .82fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; padding: clamp(4.5rem, 8vw, 8rem) clamp(1.5rem, 7vw, 9rem); border-top: 1px solid var(--line); background: radial-gradient(circle at 80% 45%, rgba(18,104,255,.15), transparent 42%), #070b12; }
.play-lab-kicker { margin: 0 0 1.2rem; color: #71a8ff; font-size: .66rem; font-weight: 800; letter-spacing: .22em; }
.play-lab h2 { margin: 0; font: 700 clamp(2.1rem, 4.2vw, 4.8rem)/1.27 var(--serif); letter-spacing: .045em; }
.play-lab h2 strong { color: #76aaff; font-weight: inherit; }
.play-lab-lead { max-width: 35rem; margin: 1.6rem 0 0; color: #afbdcf; font-size: clamp(.88rem, 1.1vw, 1rem); line-height: 1.9; }
.play-lab-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; margin-top: 2rem; }
.play-lab-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 2rem; min-width: 16rem; padding: .85rem 1.1rem; border: 1px solid #4c91ff; background: #1268ff; color: #fff; font-size: .85rem; font-weight: 800; transition: background .2s ease, transform .2s ease; }
.play-lab-link:hover, .play-lab-link:focus-visible { background: #2878ff; transform: translateY(-2px); }
.play-lab-link span { font-size: 1.2rem; }
.play-lab-note { color: #8f9bac; font-size: .69rem; letter-spacing: .04em; }
.play-lab-display { position: relative; min-height: 18rem; display: flex; flex-direction: column; justify-content: center; padding: clamp(1.4rem, 3vw, 3rem); overflow: hidden; border: 1px solid rgba(130,174,255,.3); background: linear-gradient(135deg, #0e1726, #05080d 70%); box-shadow: 1.5rem 1.5rem 4rem rgba(0,0,0,.3); }
.play-lab-display::before { content: ""; position: absolute; right: -3rem; top: -5rem; width: 14rem; height: 14rem; border: 1px solid rgba(76,145,255,.22); transform: rotate(45deg); }
.play-lab-display-label, .play-lab-display-foot { position: relative; color: #8da8cf; font-size: .62rem; font-weight: 800; letter-spacing: .19em; }
.play-lab-number { position: relative; color: #f4f7fb; font: 700 clamp(5rem, 10vw, 9rem)/1 var(--display); letter-spacing: -.045em; text-shadow: 0 0 3rem rgba(18,104,255,.25); }
.play-lab-number span { margin-left: .1em; color: #4c91ff; font-size: .32em; letter-spacing: 0; }
.play-lab-bars { position: relative; display: flex; align-items: end; gap: .42rem; height: 3.5rem; margin: .3rem 0 1.2rem; }
.play-lab-bars i { flex: 1; height: 22%; min-width: 0; background: #2878ff; box-shadow: 0 0 .8rem rgba(40,120,255,.27); }
.play-lab-bars i:nth-child(3n + 1) { height: 80%; }
.play-lab-bars i:nth-child(4n + 2) { height: 48%; }
.play-lab-bars i:nth-child(5n) { height: 100%; }

@media (max-width: 1020px) {
  .brand-hero { grid-template-columns: 1fr; gap: 3rem; min-height: auto; padding-block: 8rem 4rem; }
  .hero-battle-stage { justify-self: stretch; width: 100%; }
  .news-feed { grid-template-columns: 1fr; }
  .news-intro { position: static; }
  .play-lab { grid-template-columns: 1fr; }
  .play-lab-display { max-width: 42rem; }
}

@media (max-width: 680px) {
  .brand-hero { padding: 6.2rem 1rem 4.2rem; }
  .hero-copy::before { left: -.5rem; }
  .hero-title { width: min(100%, 21rem); }
  .hero-jp { font-size: 1.32rem; }
  .hero-battle-stage { padding: 0; }
  .screen-label { left: .65rem; right: auto; bottom: .55rem; font-size: .4rem; }
  .hero-stage-caption { font-size: .62rem; }
  .hero-build-note { grid-template-columns: 1fr; gap: .28rem; font-size: .56rem; }
  .hero-build-note span { width: max-content; }
  .scroll-cue { display: none; }
  .news-feed { gap: 2.4rem; padding: 4.5rem 1rem; }
  .news-item { grid-template-columns: 1fr auto; gap: 0; min-height: 0; padding: 1.35rem 0; }
  .news-meta { grid-column: 1; grid-template-columns: auto auto; gap: .7rem; }
  .news-item h3 { grid-column: 1; margin-top: .8rem; font-size: 1.05rem; }
  .news-item > p:not(.news-meta) { grid-column: 1; margin-top: .35rem; }
  .news-item a { grid-column: 2; grid-row: 1 / span 3; width: 2.35rem; height: 2.35rem; }
  .play-lab { padding: 4.5rem 1rem; }
  .play-lab-display { min-height: 15rem; }
}
