@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #080b0b;
  --ink-soft: #101515;
  --paper: #f2f0e9;
  --muted: #8f9995;
  --lime: #d8fa58;
  --orange: #ff6338;
  --line: rgba(242, 240, 233, .16);
  --heading: 'Space Grotesk', sans-serif;
  --body: 'Manrope', sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--body); }
a { color: inherit; text-decoration: none; }
.site-shell { overflow: hidden; background: var(--ink); }
.section { max-width: 1240px; margin: 0 auto; padding: 150px 40px; position: relative; }
.topbar { height: 88px; padding: 0 40px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { color: var(--lime); font: 700 26px var(--heading); letter-spacing: -4px; }
.brand-dot { color: var(--orange); }
.brand-name { font: 600 12px var(--mono); letter-spacing: .22em; }
.nav { display: flex; gap: 32px; margin-left: auto; margin-right: 50px; color: #abb3ae; font-size: 12px; }
.nav a, .footer-links a { transition: color .2s ease; }
.nav a:hover, .footer-links a:hover { color: var(--lime); }
.nav-cta, .text-link { font: 500 11px var(--mono); letter-spacing: .03em; }
.nav-cta span, .text-link span, .button span, .journal-card a span { color: var(--lime); margin-left: 8px; font-size: 15px; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle span { width: 22px; height: 1px; background: var(--paper); display: block; margin: 5px; }
.hero { min-height: 700px; display: flex; align-items: flex-start; padding-top: 82px; padding-bottom: 110px; overflow: hidden; }
.hero-background { position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.hero-background:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,11,11,.82) 0%, rgba(8,11,11,.42) 42%, rgba(8,11,11,.34) 100%), linear-gradient(0deg, rgba(8,11,11,.88) 0%, rgba(8,11,11,.12) 32%, rgba(8,11,11,.58) 100%); }
.hero-background img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; opacity: 0; filter: grayscale(.45) saturate(.72) contrast(1.08) brightness(.84) blur(.25px); mix-blend-mode: screen; animation: hero-image-cycle 16s ease-in-out infinite; }
.hero-background img:first-child { opacity: .34; }
.hero-background img:nth-child(2) { animation-delay: 8s; }
@keyframes hero-image-cycle {
  0%, 42% { opacity: .34; }
  50%, 92% { opacity: 0; }
  100% { opacity: .34; }
}
.hero-copy, .hero-visual, .scroll-cue { position: relative; z-index: 2; }.hero-copy { width: 100%; }
.eyebrow { color: var(--muted); font: 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; display: flex; align-items: center; gap: 12px; }
.eyebrow-line { width: 28px; height: 1px; background: var(--lime); display: inline-block; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--heading); letter-spacing: -.075em; line-height: .92; font-weight: 600; }
h1 { font-size: clamp(58px, 6.5vw, 94px); margin: 30px 0; }
h2 { font-size: clamp(54px, 6vw, 88px); margin: 24px 0 36px; }
h1 em, h2 em { color: var(--lime); font-style: normal; }
.hero-lockup { display: block; width: 100%; max-width: none; white-space: nowrap; font-size: clamp(34px, 4.15vw, 62px); letter-spacing: -.085em; }
.hero-intro { width: 100%; max-width: 1100px; color: #aeb7b2; font-size: 14px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; padding: 16px 22px; align-items: center; font: 500 11px var(--mono); letter-spacing: .02em; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary span { color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.hero-visual { height: 530px; position: relative; margin-left: 8%; }
.hero-visual:after { content: ''; position: absolute; width: 100%; height: 100%; border: 1px solid var(--line); top: 0; left: 0; transform: rotate(6deg); }
.hero-visual:before { content: ''; position: absolute; inset: 28px -24px -28px 24px; border: 1px solid rgba(216,250,88,.15); transform: rotate(-8deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(216,250,88,.25); border-radius: 50%; }
.orbit-one { width: 300px; height: 300px; top: 72px; left: 50px; }
.orbit-two { width: 450px; height: 170px; top: 140px; left: -20px; transform: rotate(-32deg); border-color: rgba(255,99,56,.35); }
.player-silhouette { position: absolute; inset: 0; z-index: 1; filter: drop-shadow(0 22px 35px rgba(0,0,0,.45)); }
.player-head { position: absolute; background: var(--paper); border-radius: 50%; width: 53px; height: 53px; top: 78px; left: 52%; }
.player-body { position: absolute; width: 104px; height: 220px; background: var(--orange); border-radius: 48% 47% 8% 12%; top: 128px; left: 41%; transform: rotate(-18deg); }
.player-arm { position: absolute; width: 25px; height: 190px; background: var(--paper); left: 57%; top: 133px; transform: rotate(-36deg); border-radius: 20px; transform-origin: top; }
.player-racket { position: absolute; width: 105px; height: 142px; border: 4px solid var(--lime); border-radius: 50%; left: 72%; top: 10px; transform: rotate(21deg); }
.player-racket:after { content: ''; position: absolute; width: 4px; height: 170px; background: var(--lime); top: 120px; left: 48%; transform: rotate(-5deg); }
.player-leg { position: absolute; width: 29px; height: 210px; background: var(--paper); top: 320px; border-radius: 12px; transform-origin: top; }
.leg-front { left: 50%; transform: rotate(15deg); }
.leg-back { left: 40%; height: 180px; transform: rotate(40deg); }
.shuttle { position: absolute; z-index: 2; color: var(--lime); font-size: 28px; }
.shuttle-a { top: 80px; right: 15%; }.shuttle-b { bottom: 40px; left: 8%; color: var(--orange); font-size: 18px; }
.visual-caption { position: absolute; z-index: 2; bottom: 22px; right: 23px; font: 10px var(--mono); color: var(--muted); display: flex; gap: 12px; align-items: center; }
.caption-number { color: var(--orange); }
.hero-badge { position: absolute; z-index: 3; bottom: 76px; left: -42px; width: 110px; height: 110px; background: var(--lime); color: var(--ink); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: rotate(-11deg); }
.hero-badge span { font: 700 45px var(--heading); line-height: .8; }.hero-badge small { font: 8px var(--mono); text-transform: uppercase; margin-top: 9px; line-height: 1.35; }
.scroll-cue { position: absolute; bottom: 40px; left: 40px; color: var(--muted); text-transform: uppercase; font: 9px var(--mono); letter-spacing: .1em; display: flex; gap: 10px; align-items: center; }
.scroll-cue span { display: block; width: 38px; height: 1px; background: var(--orange); }
.ticker { background: var(--lime); color: var(--ink); padding: 19px 0; overflow: hidden; transform: rotate(-2deg) scale(1.04); }
.ticker-track { display: flex; white-space: nowrap; align-items: center; gap: 45px; font: 700 20px var(--heading); letter-spacing: .02em; animation: marquee 24s linear infinite; }
.ticker b { color: var(--orange); font-size: 24px; }
@keyframes marquee { to { transform: translateX(-50%); } }
.section-label { font: 10px var(--mono); color: var(--muted); letter-spacing: .1em; text-transform: uppercase; display: flex; gap: 14px; }.section-label span { color: var(--orange); }
.story-grid { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 8%; padding: 85px 0 100px; }
.story-content { padding-top: 12px; max-width: 620px; color: var(--muted); line-height: 1.85; font-size: 14px; }.story-content .large-copy { color: var(--paper); font: 500 22px/1.45 var(--heading); letter-spacing: -.03em; margin-bottom: 25px; }.story-detail { max-width: 560px; }.story-content .text-link { display: inline-block; color: var(--paper); margin-top: 24px; }
.stat-row { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); padding-top: 28px; }.stat strong { display: block; font: 600 54px var(--heading); color: var(--lime); letter-spacing: -.08em; }.stat span { color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }
.game { background: var(--ink-soft); max-width: none; padding-left: max(40px, calc((100vw - 1160px) / 2)); padding-right: max(40px, calc((100vw - 1160px) / 2)); }.game-heading { margin: 75px 0 65px; }.game-heading h2 { max-width: 700px; }
.game-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.game-card { min-height: 340px; padding: 28px; color: var(--ink); position: relative; overflow: hidden; }.card-lime { background: var(--lime); }.card-orange { background: var(--orange); }.card-paper { background: var(--paper); }.card-index { font: 10px var(--mono); opacity: .65; }.card-icon { position: absolute; right: 28px; top: 20px; font-size: 32px; }.game-card h3 { font: 600 40px var(--heading); letter-spacing: -.07em; margin: 135px 0 14px; }.game-card p { max-width: 220px; line-height: 1.55; font-size: 13px; }.card-line { background: currentColor; height: 1px; opacity: .3; position: absolute; bottom: 28px; left: 28px; right: 28px; }
.journal-top { display: flex; justify-content: space-between; align-items: end; margin: 78px 0 60px; }.journal-intro { color: var(--muted); line-height: 1.7; font-size: 13px; max-width: 280px; margin-bottom: 40px; }.journal-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 14px; }.journal-card { border-top: 1px solid var(--line); padding-top: 14px; }.journal-art { height: 220px; margin-bottom: 22px; position: relative; overflow: hidden; }.art-court { background: var(--orange); display: flex; align-items: center; justify-content: center; }.art-court:before, .art-court:after { content: ''; position: absolute; border: 1px solid rgba(8,11,11,.4); }.art-court:before { width: 75%; height: 160%; transform: rotate(38deg); }.art-court:after { width: 60%; height: 60%; }.art-court span { position: relative; z-index: 1; font: 700 40px/.85 var(--heading); letter-spacing: -.09em; transform: rotate(-7deg); }.art-court i { position: absolute; border: 2px solid var(--lime); width: 24px; height: 48px; border-radius: 50%; right: 18%; top: 18%; transform: rotate(30deg); }.art-shuttle { background: #252d2a; color: var(--lime); display: flex; align-items: center; justify-content: center; font-size: 100px; }.art-shuttle:after { content: ''; position: absolute; height: 230px; width: 1px; background: var(--lime); transform: rotate(42deg); opacity: .4; }.art-number { background: var(--lime); color: var(--ink); display: flex; align-items: center; justify-content: center; gap: 20px; }.art-number strong { font: 700 130px var(--heading); letter-spacing: -.15em; }.art-number span { font: 10px var(--mono); line-height: 1.3; }.journal-meta { display: flex; justify-content: space-between; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }.journal-card h3 { font: 500 24px/1.12 var(--heading); letter-spacing: -.05em; margin: 20px 0 25px; }.journal-card a { font: 10px var(--mono); color: var(--muted); }
.films { background: #0d1211; max-width: none; padding-left: max(40px, calc((100vw - 1160px) / 2)); padding-right: max(40px, calc((100vw - 1160px) / 2)); }.films-top { display: flex; justify-content: space-between; align-items: end; margin: 78px 0 60px; }.films-intro { color: var(--muted); line-height: 1.7; font-size: 13px; max-width: 280px; margin-bottom: 40px; }.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.video-card { border-top: 1px solid var(--line); padding-top: 14px; }.video-card video { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; background: #050706; margin-bottom: 18px; }.video-meta { display: flex; justify-content: space-between; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; letter-spacing: .08em; }.video-card h3 { font: 500 24px/1.12 var(--heading); letter-spacing: -.05em; margin: 18px 0 8px; }.video-card p { color: var(--muted); font-size: 12px; line-height: 1.55; margin: 0; }.video-empty { grid-column: 1 / -1; min-height: 170px; border: 1px dashed var(--line); color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 12px; font: 11px var(--mono); }.video-empty span { color: var(--lime); }.films-login { display: inline-block; color: var(--paper); margin-top: 38px; }
.contact { max-width: none; background: var(--lime); color: var(--ink); min-height: 560px; padding-left: max(40px, calc((100vw - 1160px) / 2)); padding-right: max(40px, calc((100vw - 1160px) / 2)); overflow: hidden; }.contact .eyebrow { color: #515e36; }.contact .eyebrow-line { background: var(--orange); }.contact h2 em { color: var(--orange); }.contact-content { position: relative; z-index: 2; max-width: 590px; }.contact-content > p:not(.eyebrow) { max-width: 320px; font-size: 13px; line-height: 1.7; margin-bottom: 28px; }.contact-rings { position: absolute; right: 5%; top: 18%; width: 480px; height: 480px; }.contact-rings > span:not(.ring-label) { position: absolute; border: 1px solid rgba(8,11,11,.25); border-radius: 50%; inset: 0; }.contact-rings > span:nth-child(2) { inset: 60px; border: 2px solid var(--orange); }.contact-rings > span:nth-child(3) { inset: 150px; border-color: var(--ink); }.ring-center { position: absolute; inset: 185px; border-radius: 50%; background: var(--ink); color: var(--paper); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; transform: rotate(-8deg); }.ring-center strong { color: var(--lime); font: 700 25px var(--heading); letter-spacing: -.06em; }.ring-center small { color: var(--paper); font: 8px var(--mono); letter-spacing: .12em; margin-top: 6px; }.ring-label { position: absolute; z-index: 2; color: var(--ink); font: 700 9px var(--mono); letter-spacing: .14em; text-shadow: 0 0 12px rgba(216,250,88,.8); }.ring-label-top { top: 26px; left: 195px; transform: rotate(-8deg); }.ring-label-right { top: 220px; right: -8px; transform: rotate(84deg); }.ring-label-bottom { bottom: 25px; left: 175px; transform: rotate(8deg); }.contact-glow { position: absolute; width: 500px; height: 500px; background: rgba(255,255,255,.15); border-radius: 50%; filter: blur(50px); top: -250px; left: 35%; }
.dashboard-shell { min-height: 100vh; background: var(--ink); }.dashboard-main { max-width: 1160px; margin: 0 auto; padding: 105px 40px 150px; }.auth-panel { max-width: 520px; }.auth-panel h1, .hub-panel h1 { margin: 28px 0; }.auth-copy { color: var(--muted); line-height: 1.7; max-width: 390px; font-size: 14px; }.auth-form, .upload-fields { display: grid; gap: 18px; margin-top: 38px; }.auth-form label, .upload-fields label { display: grid; gap: 8px; color: var(--muted); font: 10px var(--mono); text-transform: uppercase; letter-spacing: .1em; }.auth-form input, .upload-fields input, .upload-fields textarea { width: 100%; border: 1px solid var(--line); background: #0d1211; color: var(--paper); padding: 14px; font: 13px var(--body); outline: none; }.auth-form input:focus, .upload-fields input:focus, .upload-fields textarea:focus { border-color: var(--lime); }.form-message { color: var(--lime); font: 11px var(--mono); min-height: 15px; }.form-message.error { color: var(--orange); }.mode-toggle { border: 0; padding: 0; background: none; color: var(--muted); font: 10px var(--mono); cursor: pointer; }.mode-toggle:hover { color: var(--lime); }.hub-panel[hidden], .auth-panel[hidden] { display: none; }.hub-header { display: flex; align-items: end; justify-content: space-between; margin-bottom: 70px; }.upload-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }.drop-zone { min-height: 310px; border: 1px dashed rgba(216,250,88,.5); background: #0d1211; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 25px; cursor: pointer; }.drop-zone strong { font: 500 20px var(--heading); }.drop-zone small { color: var(--muted); font: 10px var(--mono); }.drop-zone input { display: none; }.drop-icon { width: 48px; height: 48px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); display: grid; place-items: center; font-size: 24px; }.check-row { display: flex !important; grid-template-columns: auto 1fr; align-items: center; gap: 10px !important; text-transform: none !important; letter-spacing: 0 !important; }.check-row input { width: auto; accent-color: var(--lime); }.hub-list { margin-top: 95px; border-top: 1px solid var(--line); }.hub-list-heading, .library-row { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); font: 10px var(--mono); }.hub-list-heading { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }.library-row strong, .library-row small { display: block; }.library-row strong { font: 500 16px var(--heading); }.library-row small { color: var(--muted); font: 11px var(--body); margin-top: 6px; }.library-row b { color: var(--lime); font: 10px var(--mono); }.muted-copy { color: var(--muted); padding: 20px 0; font-size: 13px; }
.footer { padding: 35px 40px 25px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; align-items: start; }.footer p { color: var(--muted); font: 11px var(--mono); }.footer-links { justify-self: end; display: flex; gap: 24px; font: 10px var(--mono); color: var(--muted); }.footer-bottom { grid-column: 1 / -1; border-top: 1px solid var(--line); margin-top: 65px; padding-top: 20px; display: flex; justify-content: space-between; color: #65706b; font: 9px var(--mono); text-transform: uppercase; letter-spacing: .07em; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }.reveal-delay { transition-delay: .12s; }.reveal-delay-two { transition-delay: .24s; }
@media (max-width: 760px) {
  .section { padding: 100px 22px; }.topbar { padding: 0 22px; height: 76px; }.nav, .nav-cta { display: none; }.menu-toggle { display: block; }.nav.open { display: flex; position: absolute; top: 76px; left: 0; right: 0; margin: 0; padding: 25px 22px; flex-direction: column; background: var(--ink); border-bottom: 1px solid var(--line); z-index: 5; }
  .hero { display: block; padding-top: 68px; min-height: 760px; }.hero-background img { width: 100%; height: 100%; object-position: 58% center; }.hero-background img:first-child { opacity: .25; }.hero-copy { position: relative; z-index: 2; width: 100%; }.hero-lockup { white-space: normal; font-size: clamp(42px, 12vw, 70px); line-height: .94; }.hero-intro { max-width: 100%; font-size: 13px; line-height: 1.7; }.scroll-cue { left: 22px; bottom: 30px; }.ticker-track { font-size: 16px; gap: 25px; }.contact-rings { right: -100px; }.ring-label-top { left: 202px; }
  .story-grid { display: block; padding: 60px 0 70px; }.story-content { margin-top: 40px; }.stat strong { font-size: 40px; }.stat span { font-size: 8px; }.game { padding-left: 22px; padding-right: 22px; }.game-heading { margin: 60px 0 42px; }.game-cards { grid-template-columns: 1fr; }.game-card { min-height: 280px; }.game-card h3 { margin-top: 100px; }.journal-top, .films-top { display: block; margin: 60px 0 45px; }.journal-intro, .films-intro { margin: 0; }.journal-grid, .video-grid { grid-template-columns: 1fr; gap: 45px; }.journal-art { height: 260px; }.contact { padding-left: 22px; padding-right: 22px; min-height: 650px; }.contact-rings { width: 340px; height: 340px; right: -100px; top: 52%; }.footer { padding: 32px 22px 20px; grid-template-columns: 1fr 1fr; }.footer p { display: none; }.footer-links { grid-column: 2; }.footer-bottom { margin-top: 50px; flex-wrap: wrap; gap: 12px; }.dashboard-main { padding: 75px 22px 100px; }.hub-header { display: block; }.hub-header .button { margin-top: 20px; }.upload-form { grid-template-columns: 1fr; }.drop-zone { min-height: 240px; }.hub-list { margin-top: 70px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.ticker-track { animation: none; }.reveal { transition: none; }.hero-background img { animation: none; }.hero-background img:first-child { opacity: .25; }.hero-background img:nth-child(2) { opacity: 0; } }
