:root {
  --black: #050505;
  --surface: #111111;
  --white: #fff;
  --muted: #bdbdbd;
  --red: #d1121f;
  --border: rgba(255,255,255,.1);
  --display: "Montserrat", sans-serif;
  --jp: "Noto Sans JP", sans-serif;
  --brush: "Yuji Boku", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; color: var(--white); background: var(--black); font-family: var(--jp); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { width: 100%; height: 100%; object-fit: cover; display: block; }
button { font: inherit; }
::selection { background: var(--red); color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 99; 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='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.site-header { position: fixed; top: 0; left: 0; width: 100%; height: 86px; padding: 0 clamp(22px,4vw,70px); display: flex; align-items: center; justify-content: space-between; z-index: 80; border-bottom: 1px solid transparent; transition: background .35s, height .35s, border-color .35s; }
.site-header.is-scrolled { height: 70px; background: rgba(5,5,5,.88); border-color: var(--border); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { position: relative; font: italic 900 31px/.9 var(--display); letter-spacing: -4px; }
.brand-mark i { position: absolute; width: 4px; height: 18px; background: var(--red); top: -3px; right: 3px; transform: rotate(16deg); }
.brand-copy { font: 800 13px/1 var(--display); letter-spacing: .06em; white-space: nowrap; }
.brand-copy small { display: block; margin-top: 6px; font-size: 7px; letter-spacing: .19em; color: var(--muted); }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px,2.5vw,42px); }
.desktop-nav a { position: relative; font: 700 10px/1 var(--display); letter-spacing: .13em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 0; height: 2px; background: var(--red); transition: width .3s; }
.desktop-nav a:hover::after { width: 100%; }
.menu-button { display: none; position: relative; width: 44px; height: 44px; padding: 0; border: 0; background: none; color: white; z-index: 2; }
.menu-button span { position: absolute; left: 10px; width: 24px; height: 1px; background: currentColor; transition: transform .3s, top .3s; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 26px; }
.menu-button[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 70; display: grid; place-items: center; background: var(--black); transform: translateY(-100%); transition: transform .5s cubic-bezier(.77,0,.18,1); }
.mobile-menu.is-open { transform: translateY(0); }
.mobile-menu nav { width: min(80vw, 480px); }
.mobile-menu a { display: block; padding: 17px 0; border-bottom: 1px solid var(--border); font: 800 clamp(27px,7vw,48px)/1 var(--display); letter-spacing: -.04em; }
.mobile-menu a span { font-size: 10px; color: var(--red); letter-spacing: .1em; vertical-align: top; margin-right: 12px; }

.visual-section { position: relative; min-height: 100vh; overflow: hidden; isolation: isolate; }
.media { position: absolute; inset: -8%; z-index: -3; }
.media img, .image-frame img { transition: transform 1s cubic-bezier(.2,.7,.2,1); }
.visual-section:hover > .media img, .image-frame:hover img { transform: scale(1.025); }
.eyebrow, .section-index { font: 700 10px/1.2 var(--display); letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.red { color: var(--red); }
.section-index { color: var(--muted); }
.section-index span { color: var(--red); margin-right: 13px; }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; }
.button { min-width: 180px; min-height: 51px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; border: 1px solid var(--border); font-size: 12px; font-weight: 700; letter-spacing: .04em; transition: background .25s, border-color .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button b { font-family: var(--display); font-size: 18px; font-weight: 500; }
.button-red { background: var(--red); border-color: var(--red); }
.button-red:hover { background: white; border-color: white; color: black; }
.button-ghost { background: rgba(0,0,0,.2); backdrop-filter: blur(8px); }
.button-ghost:hover { background: white; border-color: white; color: black; }

.hero { min-height: 100svh; display: flex; align-items: center; }
.hero .media { inset: 0; }
.hero .media img { object-position: center; }
.hero-vignette { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,.12) 38%,rgba(0,0,0,.78) 100%), linear-gradient(0deg,rgba(0,0,0,.86) 0%,transparent 45%,rgba(0,0,0,.4) 100%); }
.hero-sideword { position: absolute; left: -1vw; top: 15%; z-index: -1; font: 900 clamp(70px,11vw,180px)/.78 var(--display); letter-spacing: -.09em; color: rgba(255,255,255,.045); }
.hero-content { width: min(90%, 1200px); margin: 70px auto 0; padding-left: clamp(10%,29vw,430px); }
.hero-content > .eyebrow { margin-bottom: 15px; color: var(--muted); }
.brush-title { margin: 0; font-family: var(--brush); font-weight: 400; line-height: .93; letter-spacing: -.07em; }
.brush-title span, .brush-title em { display: block; font-style: normal; }
.hero .brush-title { font-size: clamp(56px,8.6vw,132px); text-shadow: 0 4px 22px rgba(0,0,0,.7); transform: rotate(-2deg); }
.hero .brush-title em { color: var(--red); margin-left: .25em; font-size: .7em; }
.brush-lockup { position: relative; width: min(100%, 920px); margin: 0; transform: skewX(-30deg) scaleX(.8) rotate(-1.2deg); transform-origin: center; filter: drop-shadow(0 4px 16px rgba(0,0,0,.6)); }
.brush-lockup img { width: 100%; height: auto; object-fit: contain; }
.hero-bottom { margin-top: clamp(18px,3vh,38px); display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
.hero-bottom > p { margin: 0; font-size: 12px; line-height: 1.9; font-weight: 500; text-shadow: 0 2px 8px black; }
.scroll-cue { position: absolute; left: clamp(22px,4vw,70px); bottom: 30px; display: flex; align-items: center; gap: 14px; font: 600 8px/1 var(--display); letter-spacing: .2em; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 42px; background: var(--red); animation: scrollPulse 1.8s infinite; }
@keyframes scrollPulse { 0%,100% { transform: scaleY(.35); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }

.section-grid { position: relative; min-height: 115vh; padding: clamp(100px,12vw,180px) clamp(22px,7vw,110px); display: grid; grid-template-columns: .22fr .8fr 1.15fr; gap: clamp(25px,5vw,80px); align-items: center; overflow: hidden; }
.coach { background: var(--black); }
.coach > .section-index { align-self: start; writing-mode: vertical-rl; }
.coach-bg-photo { position: absolute; z-index: 0; inset: 0 0 0 42%; opacity: .86; filter: saturate(.9) contrast(1.08); }
.coach-bg-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#050505 0%,rgba(5,5,5,.86) 15%,rgba(5,5,5,.28) 48%,rgba(5,5,5,.08) 100%), linear-gradient(0deg,#050505 0%,transparent 28%,rgba(0,0,0,.16) 100%); pointer-events: none; }
.coach-bg-photo img { object-position: 62% center; transform: scale(1.02); }
.coach-watermark { position: absolute; right: -8%; bottom: -20%; width: 63%; height: 65%; opacity: .05; filter: grayscale(1); }
.coach-watermark img { object-fit: cover; }
.coach > .section-index, .coach-copy, .coach-portrait { position: relative; z-index: 2; }
.display-name { margin: 13px 0 3px; font-size: clamp(42px,5.5vw,86px); font-weight: 900; letter-spacing: -.08em; white-space: nowrap; }
.latin-name { margin: 0; font: 700 12px/1 var(--display); color: var(--muted); letter-spacing: .17em; }
.coach-quote { margin: clamp(44px,6vw,90px) 0 35px; font-size: clamp(25px,2.9vw,46px); line-height: 1.45; font-weight: 700; letter-spacing: -.04em; }
.coach-quote em { color: var(--red); font-style: normal; font-size: 1.25em; }
.body-copy { color: var(--muted); font-size: 13px; line-height: 2; }
.coach-portrait { position: relative; margin: 0; height: min(72vw,850px); max-height: 82vh; overflow: hidden; box-shadow: 0 40px 120px rgba(0,0,0,.62); opacity: .0; pointer-events: none; }
.coach-portrait img { object-position: 58% center; transform: scale(1.03); }
.coach-portrait::before { content: ""; position: absolute; inset: 0; z-index: 1; border: 1px solid var(--border); pointer-events: none; }
.coach-portrait figcaption { position: absolute; z-index: 2; left: 0; bottom: 0; padding: 17px 20px; background: white; color: black; font: 700 9px/1 var(--display); letter-spacing: .1em; }
.coach-portrait figcaption b { display: block; margin-top: 6px; font-size: 13px; }

.statement { min-height: 110vh; display: flex; align-items: center; padding: 8vw; }
.statement .media img { object-position: center; }
.cinema-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.08) 70%), linear-gradient(0deg,rgba(0,0,0,.6),transparent 45%); }
.statement-content h2 { margin: 35px 0 0; font-size: clamp(48px,7vw,112px); line-height: 1.08; letter-spacing: -.07em; }
.statement-content h2 em { color: var(--red); font-style: normal; }
.vertical-label { position: absolute; right: 3vw; bottom: 8vh; writing-mode: vertical-rl; font: 700 8px/1 var(--display); letter-spacing: .24em; color: var(--muted); }

.team { min-height: 100svh; display: flex; align-items: flex-end; padding: clamp(30px,6vw,90px); }
.team .media { inset: 0; }
.team .media img { object-position: center; }
.team-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg,rgba(0,0,0,.92),transparent 56%), linear-gradient(90deg,rgba(0,0,0,.3),transparent); }
.team-header { position: absolute; left: clamp(30px,6vw,90px); right: clamp(30px,6vw,90px); top: 11%; display: flex; justify-content: space-between; }
.team-header > p:last-child { margin: 0; text-align: right; color: var(--muted); font: 700 9px/1.6 var(--display); letter-spacing: .16em; }
.team-title { width: 100%; margin: 0; font-size: clamp(50px,8.8vw,140px); line-height: .86; letter-spacing: -.09em; font-weight: 900; }
.team-title span { display: block; }
.team-title em { display: block; margin-top: .22em; color: var(--red); text-align: right; font-style: normal; font-size: .42em; letter-spacing: -.05em; }

.game { background: var(--black); padding: clamp(100px,11vw,170px) clamp(22px,6vw,95px); }
.game-intro { display: grid; grid-template-columns: 1fr 2fr 1fr; align-items: end; gap: 40px; margin-bottom: clamp(80px,11vw,170px); }
.game-intro h2 { margin: 0; font: 900 clamp(47px,7vw,108px)/.82 var(--display); letter-spacing: -.08em; }
.game-intro h2 em { color: var(--red); font-style: normal; }
.game-intro > p:last-child { margin: 0; color: var(--muted); font-size: 12px; line-height: 2; }
.game-panel { position: relative; min-height: 92vh; display: grid; grid-template-columns: 1.55fr .7fr; align-items: center; gap: clamp(35px,7vw,110px); overflow: hidden; padding: clamp(24px,4vw,64px); margin-left: clamp(-24px,-3vw,-10px); margin-right: clamp(-24px,-3vw,-10px); }
.game-panel + .game-panel { margin-top: clamp(80px,12vw,180px); }
.game-panel-contact { grid-template-columns: .7fr 1.55fr; }
.game-panel-contact .game-image { order: 2; }
.game-panel-bg { position: absolute; inset: 0; z-index: 0; opacity: .78; }
.game-panel-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,5,5,.12),rgba(5,5,5,.76) 64%,#050505 100%), linear-gradient(0deg,#050505 0%,transparent 34%,rgba(0,0,0,.32) 100%); pointer-events: none; }
.game-panel-contact .game-panel-bg::after { background: linear-gradient(90deg,#050505 0%,rgba(5,5,5,.74) 34%,rgba(5,5,5,.08) 100%), linear-gradient(0deg,#050505 0%,transparent 34%,rgba(0,0,0,.32) 100%); }
.game-panel-bg img { object-position: center; filter: saturate(.9) contrast(1.05); }
.game-image { position: relative; z-index: 1; height: 78vh; min-height: 600px; overflow: hidden; border: 1px solid rgba(255,255,255,.1); box-shadow: 0 34px 110px rgba(0,0,0,.52); }
.game-image img { object-position: center; filter: contrast(1.06) saturate(.95); }
.game-copy { position: relative; z-index: 2; }
.huge-number { display: block; margin-left: -.13em; font: 900 clamp(120px,18vw,290px)/.65 var(--display); letter-spacing: -.12em; color: rgba(255,255,255,.045); }
.game-copy h3 { margin: 8px 0 18px; font: 900 clamp(49px,6vw,96px)/.9 var(--display); letter-spacing: -.07em; }
.game-copy > p:last-child { font-size: clamp(20px,2vw,30px); line-height: 1.55; font-weight: 700; }

.players { min-height: 130vh; display: flex; flex-direction: column; justify-content: space-between; padding: clamp(100px,11vw,170px) clamp(22px,5vw,80px) 5vw; }
.players .media { inset: 0; }
.players .media img { object-position: 58% center; }
.players-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.18) 52%,rgba(0,0,0,.38)), linear-gradient(0deg,#050505 0%,transparent 42%,rgba(0,0,0,.28) 100%); }
.players-giant { position: absolute; right: -2vw; top: 3%; z-index: -1; font: 900 clamp(280px,43vw,700px)/.8 var(--display); letter-spacing: -.13em; color: rgba(255,255,255,.09); }
.players-head h2 { margin: 14px 0 0; font: 900 clamp(60px,11vw,180px)/.8 var(--display); letter-spacing: -.09em; }
.player-strip { display: grid; grid-template-columns: repeat(6,1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); backdrop-filter: blur(12px); }
.player-strip article { position: relative; min-height: clamp(260px,24vw,330px); padding: 22px 17px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); background: rgba(5,5,5,.46); overflow: hidden; transition: background .3s, transform .3s; }
.player-strip article::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.14) 58%,rgba(0,0,0,.42)); pointer-events: none; }
.player-strip article figure { position: absolute; inset: 0; margin: 0; opacity: .7; transform: scale(1); transition: opacity .35s, transform .35s, filter .35s; }
.player-strip article figure img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.2) contrast(1.1) saturate(.9); }
.player-strip article:nth-child(1) figure img { object-position: 50% 18%; }
.player-strip article:nth-child(2) figure img { object-position: 50% 16%; }
.player-strip article:nth-child(3) figure img { object-position: 50% 17%; }
.player-strip article:nth-child(4) figure img { object-position: 50% 15%; }
.player-strip article:nth-child(5) figure img { object-position: 50% 18%; }
.player-strip article:nth-child(6) figure img { object-position: 50% 16%; }
.player-strip article:hover { background: var(--red); transform: translateY(-8px); }
.player-strip article:hover figure { opacity: .84; transform: scale(1.04); filter: contrast(1.14); }
.player-strip article:hover::after { background: linear-gradient(0deg,rgba(209,18,31,.86),rgba(0,0,0,.08) 62%); }
.player-strip article > span { position: absolute; z-index: 2; top: 18px; left: 17px; font: 900 31px/1 var(--display); }
.player-strip h3 { margin: 0; font: 800 13px/1 var(--display); letter-spacing: -.02em; }
.player-strip p { margin: 8px 0 0; font: 600 7px/1 var(--display); letter-spacing: .13em; }
.player-strip h3, .player-strip p { position: relative; z-index: 2; }

.philosophy { min-height: 105vh; display: flex; align-items: center; justify-content: flex-end; padding: clamp(35px,8vw,120px); }
.philosophy .media img { object-position: center; }
.philosophy-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.2),rgba(0,0,0,.9) 78%), linear-gradient(0deg,rgba(0,0,0,.5),transparent); }
.philosophy-word { position: absolute; left: -2vw; bottom: -6vh; z-index: -1; font: 900 clamp(150px,30vw,500px)/.8 var(--display); letter-spacing: -.1em; color: rgba(255,255,255,.07); }
.philosophy-content { width: min(700px, 55%); }
.philosophy-content h2 { margin: 50px 0 45px; font-size: clamp(42px,5.7vw,88px); line-height: 1.25; letter-spacing: -.06em; }
.philosophy-content h2 span { color: var(--red); font-size: 1.2em; }
.philosophy-content > p:last-child { font: 700 9px/1.8 var(--display); letter-spacing: .22em; color: var(--muted); }

.support { min-height: 100vh; display: flex; align-items: center; padding: clamp(30px,8vw,120px); }
.support .media img { object-position: center; }
.support-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.08) 76%), linear-gradient(0deg,rgba(0,0,0,.45),transparent); }
.support-content { width: min(800px, 70%); }
.support-content h2 { margin: 40px 0 25px; font-size: clamp(43px,6.5vw,102px); line-height: 1.2; letter-spacing: -.07em; }
.support-content > p:not(.section-index) { color: var(--muted); margin-bottom: 40px; font-size: 13px; }

.contact { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.contact .media { inset: 0; }
.contact .media img { object-position: center; filter: contrast(1.06) saturate(.9); }
.contact-shade { position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at center,rgba(0,0,0,.08),rgba(0,0,0,.66)), linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.08) 55%,rgba(0,0,0,.35)); }
.contact-content h2 { margin: 35px 0 50px; font-size: clamp(62px,10vw,165px); line-height: .9; letter-spacing: -.09em; }
.contact-content h2 em { color: var(--red); font-style: normal; }
.round-link { width: 150px; height: 150px; margin: auto; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; font: 700 10px/1 var(--display); letter-spacing: .14em; transition: background .3s, border-color .3s, transform .3s; }
.round-link b { font-size: 23px; font-weight: 400; }
.round-link:hover { background: var(--red); border-color: var(--red); transform: scale(1.06); }

.footer { min-height: 110vh; display: flex; align-items: center; justify-content: center; }
.footer .media { inset: 0; }
.footer .media img { object-position: center; }
.footer-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(0deg,rgba(0,0,0,.92),rgba(0,0,0,.05) 55%,rgba(0,0,0,.4)); }
.footer-message { width: min(82vw, 950px); }
.footer-message .brush-lockup { width: 100%; }
.footer-bar { position: absolute; left: 0; right: 0; bottom: 0; min-height: 100px; padding: 25px clamp(22px,4vw,70px); border-top: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; background: rgba(5,5,5,.65); backdrop-filter: blur(10px); }
.footer-bar p, .footer-bar > a { font: 600 8px/1 var(--display); color: var(--muted); letter-spacing: .12em; }

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-image { clip-path: inset(0 0 100% 0); transition: clip-path 1.1s cubic-bezier(.77,0,.18,1); }
.reveal-image.is-visible { clip-path: inset(0); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero-content { padding-left: 20vw; }
  .section-grid { grid-template-columns: .12fr .8fr 1fr; gap: 25px; padding-left: 30px; padding-right: 30px; }
  .game-intro { grid-template-columns: 1fr 2fr; }
  .game-intro > p:last-child { grid-column: 2; }
  .player-strip { grid-template-columns: repeat(3,1fr); }
  .player-strip article { min-height: 285px; }
}

@media (max-width: 700px) {
  .site-header { height: 68px; padding: 0 18px; }
  .brand-copy { font-size: 10px; }
  .brand-copy small { font-size: 5px; }
  .brand-mark { font-size: 27px; }
  .visual-section { min-height: 88svh; }
  .hero { min-height: 100svh; align-items: flex-end; padding-bottom: 76px; }
  .hero .media img { object-position: 43% center; }
  .hero-vignette { background: linear-gradient(0deg,rgba(0,0,0,.93) 0%,rgba(0,0,0,.15) 68%,rgba(0,0,0,.55) 100%); }
  .hero-sideword { top: 12%; font-size: 78px; }
  .hero-content { width: 100%; margin: 0; padding: 0 20px; }
  .hero-content > .eyebrow { font-size: 7px; }
  .hero .brush-lockup { width: 110%; margin-left: -5%; }
  .hero-bottom { display: block; margin-top: 20px; }
  .hero-bottom > p { display: none; }
  .button-row { flex-wrap: nowrap; }
  .button { min-width: 0; width: 50%; padding: 0 13px; font-size: 10px; }
  .scroll-cue { display: none; }
  .section-grid { min-height: auto; display: flex; flex-direction: column; align-items: stretch; padding: 95px 20px; }
  .coach > .section-index { writing-mode: initial; align-self: auto; }
  .coach-bg-photo { inset: 0; opacity: .72; }
  .coach-bg-photo::after { background: linear-gradient(0deg,#050505 0%,rgba(5,5,5,.6) 36%,rgba(5,5,5,.12) 100%), linear-gradient(90deg,rgba(5,5,5,.78),rgba(5,5,5,.08)); }
  .coach-bg-photo img { object-position: 66% center; }
  .coach-copy { order: 2; }
  .coach-portrait { order: 1; height: 42vh; max-height: 420px; }
  .coach-copy .eyebrow { margin-top: 40px; }
  .display-name { font-size: 46px; }
  .coach-quote { margin-top: 38px; }
  .coach-watermark { width: 100%; right: -40%; bottom: -4%; }
  .statement { min-height: 92svh; padding: 28px 20px; align-items: flex-end; padding-bottom: 70px; }
  .statement .media img { object-position: 58% center; }
  .cinema-shade { background: linear-gradient(0deg,rgba(0,0,0,.92),transparent 70%); }
  .statement-content h2 { margin-top: 24px; font-size: 49px; }
  .vertical-label { display: none; }
  .team { min-height: 100svh; padding: 20px; padding-bottom: 55px; }
  .team .media img { object-position: 51% center; }
  .team-header { left: 20px; right: 20px; }
  .team-title { font-size: 55px; line-height: .92; }
  .team-title em { text-align: left; font-size: .5em; margin-top: .38em; }
  .game { padding: 95px 20px; }
  .game-intro { display: block; margin-bottom: 75px; }
  .game-intro h2 { margin: 28px 0; font-size: 53px; }
  .game-panel, .game-panel-contact { min-height: auto; display: flex; flex-direction: column; align-items: stretch; gap: 25px; padding: 18px; margin-left: -18px; margin-right: -18px; }
  .game-panel + .game-panel { margin-top: 100px; }
  .game-panel-contact .game-image { order: initial; }
  .game-panel-bg { opacity: .62; }
  .game-panel-bg::after, .game-panel-contact .game-panel-bg::after { background: linear-gradient(0deg,#050505 0%,rgba(5,5,5,.4) 45%,rgba(5,5,5,.1) 100%); }
  .game-image { height: 68svh; min-height: 460px; }
  .game-panel-speed .game-image img { object-position: 52% center; }
  .huge-number { position: absolute; right: 0; top: -40px; font-size: 155px; }
  .game-copy { padding-top: 25px; }
  .game-copy h3 { font-size: 55px; }
  .players { min-height: 112svh; padding: 95px 20px 20px; }
  .players .media img { object-position: 64% center; }
  .players-shade { background: linear-gradient(0deg,#050505 0%,transparent 56%), linear-gradient(90deg,rgba(0,0,0,.55),transparent); }
  .players-head h2 { font-size: 63px; }
  .players-giant { top: 18%; right: -9vw; font-size: 70vw; }
  .player-strip { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-right: -20px; }
  .player-strip article { flex: 0 0 56vw; min-height: 260px; scroll-snap-align: start; }
  .philosophy { min-height: 90svh; padding: 20px; align-items: flex-end; padding-bottom: 70px; }
  .philosophy .media img { object-position: 36% center; }
  .philosophy-shade { background: linear-gradient(0deg,rgba(0,0,0,.94),rgba(0,0,0,.05) 75%); }
  .philosophy-content { width: 100%; }
  .philosophy-content h2 { margin: 30px 0; font-size: 43px; }
  .philosophy-word { font-size: 42vw; bottom: 8%; }
  .support { min-height: 92svh; padding: 20px; align-items: flex-end; padding-bottom: 70px; }
  .support .media img { object-position: 55% center; }
  .support-shade { background: linear-gradient(0deg,rgba(0,0,0,.94),transparent 70%); }
  .support-content { width: 100%; }
  .support-content h2 { margin: 28px 0 18px; font-size: 43px; }
  .support-content .button { width: 210px; }
  .contact { min-height: 90svh; }
  .contact .media img { object-position: 55% center; }
  .contact-shade { background: linear-gradient(0deg,rgba(0,0,0,.88),rgba(0,0,0,.12) 64%,rgba(0,0,0,.44)); }
  .contact-content h2 { font-size: 72px; }
  .round-link { width: 125px; height: 125px; }
  .footer { min-height: 100svh; }
  .footer .media img { object-position: center; }
  .footer-message { width: 94vw; }
  .footer-bar { min-height: 82px; padding: 18px 20px; }
  .footer-bar > p { display: none; }
  .footer-bar .brand-copy { display: none; }
}

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