:root {
  color-scheme: dark;
  --ink: #080711;
  --ink-2: #11101d;
  --paper: #f4f2eb;
  --white: #fffef9;
  --lime: #dfff4f;
  --coral: #ff627b;
  --violet: #7657ff;
  --cyan: #58ddff;
  --muted: #aaa6b8;
  --line: rgba(255, 255, 255, 0.14);
  --radius: 26px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Segoe UI Variable Display", "Segoe UI", Arial, sans-serif;
  font-family: var(--font-body);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--white); background: var(--ink); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { border: 0; }

::selection { color: var(--ink); background: var(--lime); }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; color: #080711; background: #fff; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.boot-loader { min-height: 100vh; display: grid; place-content: center; gap: 18px; text-align: center; background: radial-gradient(circle at center, #241d52, var(--ink) 58%); }
.boot-loader span { display: grid; place-content: center; width: 92px; height: 92px; margin: auto; border-radius: 26px; color: var(--ink); background: var(--lime); font-size: 28px; font-weight: 1000; line-height: .75; letter-spacing: -.12em; transform: rotate(-5deg); animation: pulse 1.1s ease-in-out infinite alternate; }
.boot-loader p { margin: 0; color: #bbb7cb; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
@keyframes pulse { to { transform: rotate(5deg) scale(1.05); box-shadow: 0 0 60px rgba(223, 255, 79, .25); } }

.site-header { position: absolute; z-index: 50; top: 0; left: 0; width: 100%; padding: 20px 28px; }
.header-inner { width: min(1440px, 100%); min-height: 72px; margin: auto; padding: 10px 12px 10px 18px; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255, 255, 255, .12); border-radius: 22px; background: rgba(9, 8, 18, .72); box-shadow: 0 16px 50px rgba(0, 0, 0, .18); backdrop-filter: blur(20px); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 48px; height: 48px; display: grid; place-content: center; border-radius: 14px; color: var(--ink); background: var(--lime); box-shadow: inset 0 0 0 1px rgba(255,255,255,.35); font-size: 16px; font-weight: 1000; line-height: .74; letter-spacing: -.12em; transform: rotate(-3deg); }
.brand > span:last-child { display: grid; gap: 1px; }
.brand b { font-size: 17px; font-weight: 950; letter-spacing: -.04em; }
.brand small { color: #aaa6b8; font-size: 8px; font-weight: 800; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 13px 16px; border-radius: 13px; color: #c5c1ce; font-size: 13px; font-weight: 750; transition: .2s ease; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.09); }
.main-nav .nav-play { margin-left: 6px; color: var(--ink); background: var(--lime); }
.main-nav .nav-play:hover { color: var(--ink); background: #ebff8d; transform: translateY(-1px); }
.main-nav .nav-play span { margin-left: 12px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 0; border-radius: 14px; background: rgba(255,255,255,.09); cursor: pointer; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 5px auto; border-radius: 5px; background: #fff; transition: .25s ease; }

.hero { position: relative; min-height: 820px; height: 100svh; max-height: 1020px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.1); }
.hero-bg, .game-hero-image { position: absolute; inset: 0; }
.hero-bg img, .game-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.05); }
.hero-bg::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,7,17,.97) 0%, rgba(8,7,17,.82) 37%, rgba(8,7,17,.2) 72%, rgba(8,7,17,.48) 100%), linear-gradient(0deg, rgba(8,7,17,.9), transparent 44%); }
.hero-bg span { position: absolute; z-index: 2; inset: 0; background: radial-gradient(circle at 75% 38%, transparent 0 20%, rgba(8,7,17,.22) 58%, rgba(8,7,17,.6)); }
.hero-noise { position: absolute; z-index: 2; inset: 0; opacity: .16; pointer-events: none; background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.03) 4px); mix-blend-mode: overlay; }
.hero-content { position: relative; z-index: 3; width: min(1440px, calc(100% - 80px)); margin: 100px auto 0; padding-right: 44%; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: #e3dff0; font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(223,255,79,.8); }
.eyebrow.dark { color: #5d5967; }
.hero h1, .page-hero h1, .game-hero h1 { margin: 0; font-family: var(--font-display); font-size: clamp(72px, 7.2vw, 116px); font-weight: 900; line-height: .93; letter-spacing: -.05em; text-transform: none; text-wrap: balance; }
.hero h1 { max-width: none; white-space: nowrap; text-wrap: nowrap; }
.hero h1::first-line { color: #fff; }
.hero-copy { width: min(680px, 100%); margin: 30px 0 34px; color: #c7c2d2; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.62; }
.hero-actions, .detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.primary-button { min-height: 60px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 34px; border-radius: 17px; color: var(--ink); background: var(--lime); box-shadow: 0 15px 30px rgba(187,226,36,.18); font-size: 14px; font-weight: 900; transition: .2s ease; }
.primary-button:hover { background: #edff90; transform: translateY(-2px); }
.primary-button span { font-size: 22px; }
.play-button { min-height: 60px; min-width: 205px; padding: 9px 16px; display: inline-flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; color: #fff; background: rgba(10,9,19,.66); backdrop-filter: blur(16px); transition: .2s ease; }
.play-button:hover { border-color: rgba(255,255,255,.45); background: rgba(22,20,36,.9); transform: translateY(-2px); }
.play-triangle { width: 34px; height: 34px; display: grid; place-content: center; border-radius: 10px; color: var(--ink); background: #fff; font-size: 15px; }
.play-button > span:nth-child(2) { display: grid; }
.play-button small { color: #a8a4b4; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.play-button b { font-size: 16px; letter-spacing: -.03em; }
.play-button i { margin-left: auto; color: var(--lime); font-style: normal; }
.hero-game { position: absolute; z-index: 4; right: max(40px, calc((100vw - 1440px) / 2)); bottom: 48px; width: min(340px, 30vw); padding: 12px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 21px; background: rgba(8,7,17,.7); backdrop-filter: blur(18px); }
.hero-game img { width: 58px; height: 58px; object-fit: cover; border-radius: 16px; }
.hero-game span { display: grid; gap: 4px; }
.hero-game small { color: var(--lime); font-size: 8px; font-weight: 850; letter-spacing: .15em; }
.hero-game b { font-size: 14px; line-height: 1.15; }
.hero-game i { font-size: 20px; font-style: normal; }
.hero-scroll { position: absolute; z-index: 3; left: max(40px, calc((100vw - 1440px) / 2)); bottom: 55px; display: flex; align-items: center; gap: 14px; color: #878391; font-size: 8px; font-weight: 850; letter-spacing: .2em; }
.hero-scroll span { width: 44px; height: 1px; background: #878391; }

.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); color: var(--ink); background: var(--lime); }
.stats-strip > div { min-height: 148px; padding: 30px 36px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(8,7,17,.18); }
.stats-strip > div:last-child { border: 0; }
.stats-strip b { font-family: var(--font-display); font-size: 48px; font-weight: 900; line-height: 1; letter-spacing: -.045em; font-variant-numeric: tabular-nums; }
.stats-strip span { margin-top: 8px; color: rgba(8,7,17,.68); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 110px max(32px, calc((100vw - 1440px) / 2)); }
.games-preview { color: var(--ink); background: var(--paper); }
.section-heading { margin-bottom: 56px; display: grid; grid-template-columns: 1fr auto; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2 { margin: 0; font-family: var(--font-display); font-size: clamp(52px, 5.8vw, 88px); font-weight: 900; line-height: .95; letter-spacing: -.05em; text-transform: none; text-wrap: balance; }
.section-heading h2 em { color: var(--violet); font-style: normal; }
.screens-section h2 em { color: var(--lime); font-style: normal; }
.section-heading > a { margin-bottom: 4px; padding: 13px 0; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 900; }
.section-heading > a span { margin-left: 24px; }
.featured-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.game-card { min-width: 0; overflow: hidden; border: 1px solid rgba(8,7,17,.12); border-radius: var(--radius); background: #fff; box-shadow: 0 22px 60px rgba(26,23,38,.08); }
.game-card-wide { grid-column: 1 / -1; }
.game-card-media { position: relative; aspect-ratio: 16 / 8.8; display: block; overflow: hidden; background: #1b1831; }
.game-card-wide .game-card-media { aspect-ratio: 16 / 7; }
.game-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,7,17,.58), transparent 48%); }
.game-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.game-card:hover .game-card-media img { transform: scale(1.045); }
.game-card-category { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 8px 11px; border-radius: 10px; color: #fff; background: rgba(8,7,17,.7); backdrop-filter: blur(10px); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.game-card-body { min-height: 120px; padding: 18px; display: grid; grid-template-columns: 72px 1fr 48px; align-items: center; gap: 15px; }
.game-card-icon { width: 72px; height: 72px; border: 1px solid rgba(8,7,17,.1); border-radius: 20px; object-fit: cover; box-shadow: 0 12px 24px rgba(12,11,24,.15); }
.game-card-copy { min-width: 0; }
.game-card-copy p { margin: 0 0 5px; color: #777282; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.game-card-copy h3 { margin: 0; overflow: hidden; color: var(--ink); font-size: clamp(18px, 2vw, 27px); line-height: 1.08; letter-spacing: -.045em; text-overflow: ellipsis; white-space: nowrap; }
.game-card-copy h3 a:hover { color: var(--accent); }
.game-card-copy span { margin-top: 7px; display: block; overflow: hidden; color: #65616e; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.round-link { width: 46px; height: 46px; display: grid; place-content: center; border-radius: 50%; color: var(--ink); background: color-mix(in srgb, var(--accent) 28%, white); font-size: 19px; font-weight: 800; transition: .2s ease; }
.round-link:hover { color: #fff; background: var(--accent); transform: rotate(7deg); }

.spotlight { min-height: 820px; padding: 120px max(32px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; overflow: hidden; background: radial-gradient(circle at 20% 50%, color-mix(in srgb, var(--accent) 34%, transparent), transparent 38%), #0c0a18; }
.spotlight-gallery { position: relative; min-height: 600px; }
.spotlight-gallery::before { content: ""; position: absolute; width: 82%; aspect-ratio: 1; top: 50%; left: 50%; border: 1px solid color-mix(in srgb, var(--accent) 58%, transparent); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 100px color-mix(in srgb, var(--accent) 18%, transparent); }
.spotlight-main { position: absolute; z-index: 2; top: 50%; left: 50%; width: 77%; aspect-ratio: 16 / 9; border: 8px solid #181427; border-radius: 24px; object-fit: cover; box-shadow: var(--shadow); transform: translate(-50%, -50%) rotate(-3deg); }
.spotlight-small { position: absolute; z-index: 3; width: 36%; aspect-ratio: 16 / 9; border: 5px solid #211c32; border-radius: 16px; object-fit: cover; box-shadow: var(--shadow); }
.spotlight-small.one { top: 8%; right: 0; transform: rotate(7deg); }
.spotlight-small.two { left: 0; bottom: 5%; transform: rotate(4deg); }
.spotlight-copy > img { width: 108px; height: 108px; margin-bottom: 30px; border-radius: 30px; object-fit: cover; box-shadow: 0 25px 55px rgba(0,0,0,.35); }
.spotlight-copy .eyebrow i { background: var(--accent); box-shadow: 0 0 18px var(--accent); }
.spotlight-copy h2 { max-width: 700px; margin: 0; font-family: var(--font-display); font-size: clamp(48px, 5.3vw, 82px); font-weight: 900; line-height: .97; letter-spacing: -.05em; text-transform: none; text-wrap: balance; }
.spotlight-copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0; color: #bcb7c9; font-size: 17px; line-height: 1.72; }
.spotlight-copy ul, .game-story ul { padding: 0; margin: 0 0 34px; display: flex; flex-wrap: wrap; gap: 8px; list-style: none; }
.spotlight-copy li, .game-story li { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #d6d2df; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.manifesto-section { min-height: 760px; padding: 110px max(32px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 7vw; color: var(--ink); background: var(--coral); overflow: hidden; }
.orbit-art { position: relative; width: min(520px, 90vw); aspect-ratio: 1; display: grid; place-content: center; }
.orbit-art::before { content: ""; position: absolute; inset: 19%; border-radius: 50%; background: var(--ink); box-shadow: 0 30px 60px rgba(66,12,26,.28); }
.orbit-art b { position: relative; z-index: 2; color: var(--lime); font-family: var(--font-display); font-size: 78px; font-weight: 900; line-height: .82; letter-spacing: -.06em; transform: rotate(-6deg); }
.orbit { position: absolute; inset: 8%; border: 2px solid rgba(8,7,17,.7); border-radius: 50%; transform: rotate(23deg) scaleY(.47); }
.orbit.two { inset: 2%; border-style: dashed; transform: rotate(-42deg) scaleY(.58); }
.manifesto-section .eyebrow { color: rgba(8,7,17,.7); }
.manifesto-section .eyebrow i { background: var(--ink); box-shadow: none; }
.manifesto-section blockquote { margin: 0 0 42px; font-family: var(--font-display); font-size: clamp(40px, 4.6vw, 70px); font-weight: 900; line-height: 1.02; letter-spacing: -.045em; text-transform: none; text-wrap: balance; }
.manifesto-section a { padding-bottom: 10px; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 900; }
.manifesto-section a span { margin-left: 25px; }

.site-footer { padding: 100px max(28px, calc((100vw - 1440px) / 2)) 28px; background: #080711; }
.footer-top { padding-bottom: 95px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.footer-top p { margin: 0 0 18px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.footer-top h2 { max-width: 920px; margin: 0; font-family: var(--font-display); font-size: clamp(52px, 6vw, 92px); font-weight: 900; line-height: .95; letter-spacing: -.05em; text-transform: none; white-space: nowrap; text-wrap: nowrap; }
.footer-top h2 em { color: var(--lime); -webkit-text-stroke: 0; font-style: normal; }
.footer-cta { width: 230px; min-height: 118px; padding: 25px; display: grid; grid-template-columns: 1fr auto; align-content: center; border-radius: 25px; color: var(--ink); background: var(--lime); transition: .2s ease; }
.footer-cta:hover { transform: rotate(2deg) translateY(-4px); }
.footer-cta span { grid-column: 1 / -1; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-cta b { margin-top: 6px; font-size: 22px; }
.footer-cta i { grid-row: 1 / 3; grid-column: 2; align-self: center; font-size: 24px; font-style: normal; }
.footer-grid { padding-top: 26px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; border-top: 1px solid rgba(255,255,255,.13); }
.footer-grid nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px; }
.footer-grid nav a, .footer-grid nav button { padding: 8px 10px; color: #8f8a9a; background: transparent; font-size: 11px; cursor: pointer; }
.footer-grid nav a:hover, .footer-grid nav button:hover { color: #fff; }
.footer-grid > p { margin: 0; color: #6f6b78; font-size: 10px; }

.subpage { min-height: 100vh; color: var(--ink); background: var(--paper); }
.subpage + .site-footer, .game-detail + .site-footer { border-top: 1px solid rgba(255,255,255,.12); }
.page-hero { min-height: 600px; padding: 190px max(32px, calc((100vw - 1440px) / 2)) 100px; color: #fff; background: radial-gradient(circle at 85% 28%, rgba(118,87,255,.55), transparent 28%), radial-gradient(circle at 70% 80%, rgba(255,98,123,.2), transparent 30%), #0b0915; }
.page-hero h1 { max-width: 1040px; font-size: clamp(66px, 7vw, 112px); white-space: nowrap; text-wrap: nowrap; }
.page-hero > p:last-child { max-width: 710px; margin: 32px 0 0; color: #bdb8c9; font-size: 18px; line-height: 1.7; }
.page-hero h1 em { color: var(--lime); -webkit-text-stroke: 0; }
.catalog { min-height: 600px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-bar button { padding: 12px 17px; border: 1px solid rgba(8,7,17,.14); border-radius: 999px; color: #5f5a69; background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; }
.filter-bar button:hover, .filter-bar button.active { color: var(--paper); border-color: var(--ink); background: var(--ink); }
.catalog-count { margin: 34px 0 24px; display: flex; align-items: center; gap: 18px; color: #6c6873; font-size: 10px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.catalog-count i { height: 1px; flex: 1; background: rgba(8,7,17,.14); }
.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.catalog-grid .game-card-media { aspect-ratio: 16 / 10; }

.game-detail { color: var(--ink); background: var(--paper); }
.game-hero { position: relative; min-height: 790px; padding: 170px max(32px, calc((100vw - 1440px) / 2)) 85px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; }
.game-hero-image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,7,17,.96), rgba(8,7,17,.66) 48%, rgba(8,7,17,.12)), linear-gradient(0deg, rgba(8,7,17,.93), transparent 55%); }
.game-hero-image span { position: absolute; z-index: 2; inset: 0; background: radial-gradient(circle at 65% 30%, transparent, rgba(8,7,17,.22) 60%); }
.game-hero-content { position: relative; z-index: 3; width: min(780px, 65vw); }
.back-link { margin-bottom: 45px; display: inline-block; color: #d1ccda; font-size: 12px; font-weight: 800; }
.detail-icon { width: 104px; height: 104px; margin-bottom: 28px; border: 2px solid rgba(255,255,255,.3); border-radius: 29px; object-fit: cover; box-shadow: var(--shadow); }
.game-hero h1 { font-size: clamp(58px, 6.5vw, 104px); }
.game-hero-content > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 34px; color: #d1cdd9; font-size: 18px; line-height: 1.65; }
.share-button { min-height: 60px; padding: 0 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 17px; color: #fff; background: rgba(10,9,19,.64); cursor: pointer; }
.share-button span { margin-left: 24px; color: var(--lime); }
.game-info { display: grid; grid-template-columns: 1.3fr .7fr; gap: 10vw; }
.game-story h2 { margin: 0; max-width: 800px; font-family: var(--font-display); font-size: clamp(44px, 5vw, 76px); font-weight: 900; line-height: .98; letter-spacing: -.045em; text-transform: none; text-wrap: balance; }
.game-story > p:not(.eyebrow) { max-width: 780px; margin: 32px 0; color: #5f5a67; font-size: 18px; line-height: 1.8; }
.game-story li { color: #34303b; border-color: rgba(8,7,17,.14); }
.game-info dl { margin: 0; align-self: start; border-top: 1px solid rgba(8,7,17,.17); }
.game-info dl div { padding: 22px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid rgba(8,7,17,.17); }
.game-info dt { color: #77727e; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.game-info dd { margin: 0; font-size: 13px; font-weight: 850; text-align: right; }
.screens-section { padding: 110px max(32px, calc((100vw - 1440px) / 2)); color: #fff; background: #0d0b17; overflow: hidden; }
.section-heading.compact { display: block; }
.section-heading.compact h2, .screens-section h2 { font-size: clamp(52px, 6vw, 92px); }
.screens-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.screens-row figure { margin: 0; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; background: #18142a; }
.screens-row img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.screens-row figure:hover img { transform: scale(1.04); }
.related { color: var(--ink); background: var(--paper); }

.about-hero { background: radial-gradient(circle at 75% 30%, rgba(255,98,123,.48), transparent 28%), radial-gradient(circle at 15% 85%, rgba(223,255,79,.15), transparent 23%), #0b0915; }
.about-collage { min-height: 860px; display: grid; grid-template-columns: 1fr 1.2fr 1fr; grid-template-rows: 1fr 1fr; gap: 22px; }
.collage-card { overflow: hidden; border-radius: 28px; background: #151225; }
.collage-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-card.a { grid-row: 1 / 3; }
.collage-card.c { grid-column: 3; grid-row: 1 / 3; }
.collage-statement { padding: 48px; display: flex; flex-direction: column; justify-content: center; color: var(--ink); border-radius: 28px; background: var(--lime); }
.collage-statement span { font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.collage-statement h2 { margin: 18px 0; font-family: var(--font-display); font-size: clamp(34px, 3.7vw, 56px); font-weight: 900; line-height: 1; letter-spacing: -.04em; text-transform: none; text-wrap: balance; }
.collage-statement p { margin: 0; color: rgba(8,7,17,.7); font-size: 15px; line-height: 1.65; }
.values-section { padding: 110px max(32px, calc((100vw - 1440px) / 2)); color: #fff; background: #0d0b17; }
.values-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); }
.values-grid article { min-height: 330px; padding: 36px; border: 1px solid rgba(255,255,255,.12); }
.values-grid article:first-child { border-radius: 26px 0 0 26px; }
.values-grid article:last-child { border-radius: 0 26px 26px 0; }
.values-grid b { color: var(--lime); font-size: 12px; }
.values-grid h3 { margin: 100px 0 16px; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; }
.values-grid p { margin: 0; color: #aaa6b5; font-size: 14px; line-height: 1.65; }
.location-band { padding: 70px max(32px, calc((100vw - 1440px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 35px; color: var(--ink); background: var(--coral); }
.location-band p { margin: 0 0 10px; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.location-band h2 { margin: 0; font-size: clamp(28px, 4vw, 54px); letter-spacing: -.04em; }
.location-band a { min-height: 58px; padding: 0 20px; display: inline-flex; align-items: center; gap: 28px; border: 2px solid var(--ink); border-radius: 17px; font-size: 13px; font-weight: 900; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.contact-grid article { min-height: 430px; padding: 32px; display: flex; flex-direction: column; border: 1px solid rgba(8,7,17,.14); border-radius: 26px; background: #fff; }
.contact-grid article:nth-child(2) { color: #fff; background: #6d51f4; }
.contact-grid article:nth-child(3) { background: var(--lime); }
.contact-grid article > span { font-family: var(--font-display); font-size: 44px; font-weight: 900; letter-spacing: -.04em; color: var(--coral); }
.contact-grid article:nth-child(2) > span { color: var(--lime); }
.contact-grid article p { margin: auto 0 12px; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.contact-grid h2 { margin: 0 0 30px; font-size: 34px; line-height: 1.05; letter-spacing: -.045em; }
.contact-grid button { width: 100%; min-height: 57px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid currentColor; border-radius: 15px; color: inherit; background: transparent; font-size: 12px; font-weight: 900; cursor: pointer; }
.contact-grid button:hover { color: #fff; border-color: var(--ink); background: var(--ink); }
.contact-note { padding: 0 max(32px, calc((100vw - 1440px) / 2)) 100px; display: grid; grid-template-columns: .35fr .65fr; gap: 60px; }
.contact-note { color: #6f6a75; line-height: 1.7; }
.contact-note b { color: var(--ink); font-size: 13px; }
.contact-note p { margin: 0; }

.legal-hero { min-height: 560px; }
.legal-document { width: min(860px, calc(100% - 48px)); margin: 0 auto; padding: 100px 0 130px; }
.legal-document p { margin: 0 0 24px; color: #5f5b66; font-size: 16px; line-height: 1.85; }
.legal-document .updated { display: inline-block; margin-bottom: 45px; padding: 8px 11px; border-radius: 999px; color: #4c4854; background: #e8e5dc; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.legal-document h2 { margin: 54px 0 16px; color: var(--ink); font-size: 30px; letter-spacing: -.04em; }

.not-found { min-height: 760px; padding: 170px 30px 100px; display: grid; place-content: center; justify-items: center; text-align: center; background: radial-gradient(circle at center, #241c53, #080711 60%); }
.not-found > span { font-family: var(--font-display); color: var(--lime); font-size: 128px; font-weight: 900; line-height: 1; letter-spacing: -.06em; }
.not-found > p { color: #aaa6b7; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.not-found h1 { max-width: 760px; margin: 10px 0 35px; font-size: clamp(36px, 6vw, 72px); line-height: 1; letter-spacing: -.05em; }

.cookie-panel { position: fixed; z-index: 100; right: 22px; bottom: 22px; width: min(720px, calc(100% - 44px)); padding: 16px; display: grid; grid-template-columns: 1fr auto auto auto; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: rgba(12,10,23,.95); box-shadow: 0 25px 80px rgba(0,0,0,.4); backdrop-filter: blur(20px); }
.cookie-panel b { font-size: 14px; }
.cookie-panel p { margin: 5px 0 0; color: #aaa6b7; font-size: 11px; line-height: 1.45; }
.cookie-panel a { color: #c9c5d1; font-size: 10px; text-decoration: underline; }
.cookie-panel button { min-height: 42px; padding: 0 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; color: #fff; background: rgba(255,255,255,.08); font-size: 10px; font-weight: 850; cursor: pointer; }
.cookie-panel button.accept { color: var(--ink); border-color: var(--lime); background: var(--lime); }

@media (max-width: 1100px) {
  .hero-content { padding-right: 34%; }
  .hero h1 { font-size: clamp(62px, 7.8vw, 92px); }
  .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .spotlight { gap: 40px; }
  .spotlight-gallery { min-height: 520px; }
  .about-collage { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(2, 360px); }
  .collage-card.a { grid-row: auto; }
  .collage-card.c { display: none; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid article:last-child { grid-column: 1 / -1; min-height: 330px; }
}

@media (max-width: 820px) {
  .site-header { padding: 14px; }
  .header-inner { min-height: 62px; padding: 7px 8px 7px 12px; border-radius: 18px; }
  .brand-mark { width: 44px; height: 44px; }
  .menu-button { display: block; }
  .main-nav { position: fixed; z-index: 80; top: 88px; right: 14px; left: 14px; padding: 18px; display: grid; gap: 6px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(9,8,18,.98); box-shadow: var(--shadow); transform: translateY(-15px); opacity: 0; pointer-events: none; transition: .25s ease; }
  .menu-open .main-nav { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 16px; font-size: 15px; }
  .main-nav .nav-play { margin: 8px 0 0; }
  .menu-open .menu-button span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-open .menu-button span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: 780px; height: auto; padding: 160px 0 130px; }
  .hero-bg::before { background: linear-gradient(0deg, rgba(8,7,17,.97), rgba(8,7,17,.62) 65%, rgba(8,7,17,.38)); }
  .hero-content { width: calc(100% - 40px); margin: 0 auto; padding: 0; }
  .hero h1 { font-size: clamp(52px, 14vw, 76px); line-height: .95; }
  .hero-copy { font-size: 16px; }
  .hero-game { right: 20px; bottom: 24px; width: calc(100% - 40px); }
  .hero-scroll { display: none; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .stats-strip > div:nth-child(2) { border-right: 0; }
  .stats-strip > div { min-height: 126px; padding: 24px; border-bottom: 1px solid rgba(8,7,17,.18); }
  .stats-strip b { font-size: 42px; }
  .section { padding: 82px 20px; }
  .section-heading { display: block; }
  .section-heading > a { margin-top: 28px; display: inline-block; }
  .featured-grid, .catalog-grid { grid-template-columns: 1fr; }
  .game-card-wide { grid-column: auto; }
  .game-card-wide .game-card-media { aspect-ratio: 16 / 9; }
  .spotlight { padding: 90px 20px; grid-template-columns: 1fr; }
  .spotlight-gallery { min-height: 520px; }
  .manifesto-section { padding: 90px 20px; grid-template-columns: 1fr; }
  .orbit-art { margin: auto; }
  .footer-top { align-items: flex-start; flex-direction: column; }
  .footer-top h2 { font-size: clamp(48px, 11vw, 76px); }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid nav { justify-content: flex-start; }
  .page-hero { min-height: 560px; padding: 160px 20px 80px; }
  .page-hero h1, .game-hero h1 { font-size: clamp(50px, 13vw, 76px); line-height: .96; }
  .game-hero { min-height: 760px; padding: 150px 20px 70px; }
  .game-hero-content { width: 100%; }
  .game-hero-image::before { background: linear-gradient(0deg, rgba(8,7,17,.96), rgba(8,7,17,.5) 70%, rgba(8,7,17,.28)); }
  .game-info { grid-template-columns: 1fr; gap: 50px; }
  .screens-section { padding: 85px 20px; }
  .screens-row { grid-template-columns: 1fr; }
  .about-collage { padding: 80px 20px; grid-template-columns: 1fr; grid-template-rows: 330px auto 330px; }
  .collage-statement { grid-row: 2; padding: 36px; }
  .collage-card.c { display: block; grid-column: auto; grid-row: auto; }
  .values-section { padding: 85px 20px; }
  .values-grid { grid-template-columns: 1fr; }
  .values-grid article:first-child, .values-grid article:last-child { border-radius: 0; }
  .values-grid article:first-child { border-radius: 24px 24px 0 0; }
  .values-grid article:last-child { border-radius: 0 0 24px 24px; }
  .values-grid h3 { margin-top: 50px; }
  .location-band { padding: 60px 20px; align-items: flex-start; flex-direction: column; }
  .contact-grid { padding: 80px 20px; grid-template-columns: 1fr; }
  .contact-grid article:last-child { grid-column: auto; min-height: 430px; }
  .contact-note { padding: 0 20px 90px; grid-template-columns: 1fr; gap: 15px; }
  .cookie-panel { grid-template-columns: 1fr 1fr; }
  .cookie-panel > div { grid-column: 1 / -1; }
  .cookie-panel > a { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .brand > span:last-child { display: none; }
  .hero { min-height: 740px; padding-top: 140px; }
  .hero h1 { font-size: clamp(42px, 13vw, 60px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .primary-button, .play-button { width: 100%; }
  .stats-strip > div { min-height: 110px; padding: 20px; }
  .stats-strip b { font-size: 35px; }
  .stats-strip span { font-size: 8px; }
  .section-heading h2 { font-size: clamp(40px, 10vw, 52px); }
  .game-card-body { grid-template-columns: 58px 1fr 42px; padding: 13px; }
  .game-card-icon { width: 58px; height: 58px; border-radius: 16px; }
  .game-card-copy h3 { font-size: 20px; }
  .round-link { width: 40px; height: 40px; }
  .spotlight-gallery { min-height: 390px; }
  .spotlight-main { width: 88%; border-width: 5px; }
  .spotlight-small { width: 42%; }
  .spotlight-copy > img { width: 84px; height: 84px; border-radius: 23px; }
  .orbit-art { width: 100%; }
  .orbit-art b { font-size: 68px; }
  .site-footer { padding: 80px 20px 24px; }
  .footer-top { padding-bottom: 70px; }
  .footer-top h2 { font-size: clamp(40px, 12vw, 56px); }
  .footer-cta { width: 100%; }
  .page-hero > p:last-child { font-size: 16px; }
  .detail-actions { align-items: stretch; flex-direction: column; }
  .share-button { width: 100%; }
  .legal-document { width: calc(100% - 40px); padding: 75px 0 95px; }
  .cookie-panel { right: 12px; bottom: 12px; width: calc(100% - 24px); }
  .cookie-panel button { min-width: 0; padding: 0 8px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
