:root {
    --bg: #0b0d0e;
    --bg-soft: #111516;
    --surface: #151a1b;
    --paper: #f1efe7;
    --ink: #edf0e9;
    --muted: #a2aaa3;
    --muted-dark: #6e7872;
    --line: rgba(237, 240, 233, 0.14);
    --line-strong: rgba(237, 240, 233, 0.26);
    --accent: #d9ff61;
    --orange: #ff795e;
    --max-width: 1240px;
    --radius-lg: 28px;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: radial-gradient(circle at 80% -10%, rgba(217,255,97,.08), transparent 28rem), radial-gradient(circle at -10% 40%, rgba(255,121,94,.06), transparent 24rem), var(--bg);
    font-family: "DM Sans", sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .18;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to bottom, black, transparent 72%);
}
::selection { color: var(--bg); background: var(--accent); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 3rem), var(--max-width)); margin: 0 auto; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(237,240,233,.1);
    background: rgba(11,13,14,.84);
    backdrop-filter: blur(18px);
}
.site-header__inner { display: flex; align-items: center; gap: 2rem; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: .85rem; min-width: max-content; }
.brand__mark { width: 42px; height: 42px; object-fit: contain; filter: invert(1); }
.brand__text { display: flex; flex-direction: column; gap: .08rem; font-family: "Space Grotesk", sans-serif; font-weight: 700; letter-spacing: -.03em; }
.brand__text > span { font-size: 1.15rem; }
.brand__text small { color: var(--muted-dark); font-family: "DM Sans", sans-serif; font-size: .66rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.site-nav { display: flex; flex: 1; justify-content: center; gap: .2rem; }
.site-nav__link, .header-cta { border: 1px solid transparent; border-radius: 999px; color: var(--muted); font-size: .82rem; font-weight: 600; transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease; }
.site-nav__link { padding: .62rem .8rem; }
.site-nav__link:hover, .site-nav__link:focus-visible, .site-nav__link.is-current { color: var(--ink); background: rgba(237,240,233,.07); }
.header-cta { display: inline-flex; align-items: center; gap: .45rem; padding: .68rem .9rem .68rem 1rem; color: var(--bg); background: var(--accent); }
.header-cta:hover, .header-cta:focus-visible { transform: translateY(-2px); background: #e7ff9a; }

.hero { position: relative; min-height: calc(100vh - 82px); padding: clamp(4.5rem,10vw,9rem) 0 2rem; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -15rem; bottom: -18rem; width: 42rem; height: 42rem; border: 1px solid rgba(217,255,97,.12); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(217,255,97,.03), 0 0 0 4rem rgba(217,255,97,.02); pointer-events: none; }
.hero__grid { display: grid; grid-template-columns: minmax(0,1.06fr) minmax(360px,.94fr); align-items: center; gap: clamp(3rem,8vw,8rem); }
.hero__copy { position: relative; z-index: 1; }
.eyebrow, .section-label, .game-feature__stamp, .game-feature__release, .hero__visual-year span, .hero__visual-index, .status-pill, .hero__meta, .footer-brand__copy { font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: .65rem; color: var(--accent); }
.eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 5px rgba(217,255,97,.1); }
.hero h1, .display-title { margin: 0; font-family: "Space Grotesk", sans-serif; font-weight: 600; letter-spacing: -.075em; line-height: .95; }
.hero h1 { max-width: 8ch; margin-top: 1.5rem; color: var(--paper); font-size: clamp(4.4rem,10.5vw,9.4rem); }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero__lede { max-width: 52ch; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1.05rem,1.4vw,1.25rem); line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 50px; padding: .82rem 1.1rem .82rem 1.25rem; border: 1px solid var(--accent); border-radius: 999px; color: var(--bg); background: var(--accent); font-size: .88rem; font-weight: 700; transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); background: #e7ff9a; }
.button--quiet { color: var(--ink); background: transparent; border-color: var(--line-strong); }
.button--quiet:hover, .button--quiet:focus-visible { color: var(--bg); border-color: var(--accent); background: var(--accent); }
.hero__meta { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 3.25rem; color: var(--muted-dark); }
.hero__meta span { display: inline-flex; align-items: center; gap: .45rem; }
.hero__meta strong { color: var(--paper); font-weight: 700; }

.hero__visual { position: relative; display: grid; min-height: min(64vw,620px); place-items: center; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 50% 47%, rgba(217,255,97,.14), transparent 35%), var(--bg-soft); }
.hero__visual-grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(237,240,233,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(237,240,233,.08) 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(circle, black 20%, transparent 72%); }
.hero__visual-orbit { position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid rgba(217,255,97,.34); border-radius: 50%; transform: rotate(-26deg) skewX(-8deg); }
.hero__visual-orbit--one { border-right-color: transparent; border-bottom-color: transparent; animation: orbit-drift 18s linear infinite; }
.hero__visual-orbit--two { width: 84%; border-color: rgba(237,240,233,.14); border-left-color: transparent; transform: rotate(36deg) skewX(12deg); }
.hero__logo { position: relative; z-index: 1; width: min(55%,320px); filter: invert(1); opacity: .94; }
.hero__visual-year { position: absolute; right: 1.5rem; bottom: 1.4rem; display: flex; flex-direction: column; align-items: flex-end; gap: .15rem; }
.hero__visual-year span { color: var(--muted); }
.hero__visual-year strong { color: var(--accent); font-family: "Space Grotesk", sans-serif; font-size: clamp(2.5rem,6vw,4.8rem); letter-spacing: -.08em; line-height: .9; }
.hero__visual-index { position: absolute; top: 1.4rem; left: 1.5rem; color: var(--muted-dark); }
.hero__visual-line { position: absolute; width: 18%; height: 1px; background: var(--accent); }
.hero__visual-line--top { top: 22%; right: 0; }
.hero__visual-line--bottom { bottom: 22%; left: 0; background: var(--orange); }
.hero__footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; margin-top: 4rem; color: var(--muted-dark); font-size: .76rem; }
.hero__footer-arrow { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--accent); }
.hero__footer-note { justify-self: end; }

.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--accent); color: var(--bg); }
.ticker__track { display: flex; width: max-content; align-items: center; gap: 1.7rem; padding: .95rem 0; animation: ticker-slide 28s linear infinite; font-family: "Space Grotesk", sans-serif; font-size: .82rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
.ticker i { font-style: normal; }
.section { padding: clamp(6rem,11vw,11rem) 0; }
.intro-grid, .about-grid { display: grid; grid-template-columns: minmax(160px,.38fr) minmax(0,1.62fr); gap: clamp(2rem,8vw,9rem); }
.section-label { align-self: start; color: var(--accent); }
.display-title { max-width: 14ch; color: var(--paper); font-size: clamp(2.7rem,6vw,6rem); }
.section-copy { max-width: 44ch; margin: 1.5rem 0 0; color: var(--muted); font-size: 1.03rem; line-height: 1.75; }
.section-copy--wide { max-width: 55ch; }
.game-section, .about-section { background: rgba(255,255,255,.018); border-top: 1px solid rgba(237,240,233,.08); border-bottom: 1px solid rgba(237,240,233,.08); }
.section-heading { margin-bottom: 2.5rem; }
.section-heading--split { display: grid; grid-template-columns: minmax(0,1fr) minmax(240px,.55fr); align-items: end; gap: 2rem; }
.section-heading--split .section-copy { margin: 0 0 .4rem; }

.game-feature { display: grid; grid-template-columns: minmax(300px,.95fr) minmax(0,1.05fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.game-feature__visual { position: relative; min-height: 560px; overflow: hidden; background: linear-gradient(135deg, rgba(255,121,94,.16), transparent 38%), radial-gradient(circle at 54% 46%, rgba(217,255,97,.14), transparent 35%), #171b1a; }
.game-feature__noise { position: absolute; inset: 0; opacity: .18; background-image: repeating-linear-gradient(120deg, transparent 0 5px, rgba(255,255,255,.06) 6px, transparent 7px 14px); mix-blend-mode: screen; }
.game-feature__stamp { position: absolute; top: 1.5rem; left: 1.5rem; color: var(--muted); }
.game-feature__year { position: absolute; right: 1rem; bottom: -1.25rem; color: rgba(237,240,233,.08); font-family: "Space Grotesk", sans-serif; font-size: clamp(7rem,18vw,13rem); font-weight: 600; letter-spacing: -.12em; line-height: .8; }
.game-feature__orbit { position: absolute; top: 50%; left: 50%; width: 68%; aspect-ratio: 1; border: 1px solid var(--accent); border-right-color: transparent; border-radius: 50%; transform: translate(-50%,-50%) rotate(-32deg) skewX(-8deg); }
.game-feature__orbit--inner { width: 48%; border-color: rgba(237,240,233,.5); border-left-color: transparent; transform: translate(-50%,-50%) rotate(28deg) skewX(8deg); }
.game-feature__cross { position: absolute; top: 50%; left: 50%; width: 44%; height: 1px; background: var(--paper); transform-origin: left center; }
.game-feature__cross--one { transform: translate(-4%,-50%) rotate(58deg); }
.game-feature__cross--two { background: var(--orange); transform: translate(-4%,-50%) rotate(-38deg); }
.game-feature__visual-caption { position: absolute; bottom: 1.5rem; left: 1.5rem; margin: 0; color: var(--paper); font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; font-weight: 500; letter-spacing: -.04em; line-height: 1.05; }
.game-feature__body { display: flex; flex-direction: column; padding: clamp(2rem,5vw,4.5rem); }
.game-feature__topline, .game-feature__bottomline { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.status-pill { display: inline-flex; align-items: center; gap: .5rem; color: var(--accent); }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(217,255,97,.12); }
.game-feature__release { color: var(--muted-dark); }
.game-feature__body h3 { max-width: 12ch; margin: 4.5rem 0 1.3rem; color: var(--paper); font-family: "Space Grotesk", sans-serif; font-size: clamp(2rem,4vw,3.7rem); font-weight: 500; letter-spacing: -.07em; line-height: .98; }
.game-feature__body > p { max-width: 48ch; margin: 0; color: var(--muted); line-height: 1.75; }
.feature-list { display: grid; gap: .9rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; gap: .8rem; color: var(--paper); font-size: .92rem; }
.feature-list li::before { content: "↗"; color: var(--accent); }
.game-feature__bottomline { margin-top: auto; padding-top: 2.5rem; color: var(--muted-dark); font-size: .75rem; letter-spacing: .11em; text-transform: uppercase; }
.game-feature__bottomline strong { color: var(--accent); font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; letter-spacing: 0; }
.principles-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); background: var(--line); }
.principle-card { min-height: 300px; padding: 2rem; background: var(--bg); }
.principle-card--accent { color: var(--bg); background: var(--accent); }
.principle-card__number { display: block; color: var(--muted-dark); font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.principle-card--accent .principle-card__number { color: rgba(11,13,14,.62); }
.principle-card h3 { margin: 6rem 0 .9rem; font-family: "Space Grotesk", sans-serif; font-size: 1.65rem; font-weight: 500; letter-spacing: -.06em; }
.principle-card p { max-width: 32ch; margin: 0; color: var(--muted); line-height: 1.65; }
.principle-card--accent p { color: rgba(11,13,14,.72); }
.about-copy { max-width: 48ch; }
.about-copy p { margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.8; }
.about-copy p + p { margin-top: 1.25rem; }
.text-link { display: inline-flex; align-items: center; gap: .65rem; margin-top: 2rem; padding-bottom: .4rem; border-bottom: 1px solid var(--accent); color: var(--accent); font-weight: 700; }
.text-link:hover, .text-link:focus-visible { color: var(--paper); border-color: var(--paper); }
.contact-section { padding: clamp(4rem,8vw,8rem) 0; background: var(--accent); color: var(--bg); }
.contact-card { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(240px,.7fr); gap: 3rem; align-items: end; }
.contact-section .section-label { color: rgba(11,13,14,.62); }
.contact-section .display-title { max-width: 11ch; color: var(--bg); }
.contact-card__side { max-width: 28ch; justify-self: end; }
.contact-card__side p { margin: 0; color: rgba(11,13,14,.7); line-height: 1.6; }
.contact-email { display: inline-flex; align-items: center; gap: .6rem; margin-top: 1.25rem; padding-bottom: .4rem; border-bottom: 1px solid var(--bg); color: var(--bg); font-family: "Space Grotesk", sans-serif; font-size: 1.15rem; font-weight: 600; }
.site-footer { padding: 3rem 0 1.5rem; background: #070808; }
.site-footer__top, .site-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.footer-brand { display: flex; align-items: center; gap: .8rem; }
.brand__mark--footer { width: 34px; height: 34px; }
.footer-brand__name { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: 1rem; font-weight: 600; }
.footer-brand__copy { margin: .15rem 0 0; color: var(--muted-dark); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem 1.2rem; color: var(--muted); font-size: .82rem; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--accent); }
.site-footer__bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted-dark); font-size: .72rem; }
.legal-page, .not-found-page { min-height: calc(100vh - 82px); padding: clamp(5rem,10vw,9rem) 0; }
.legal-shell { max-width: 900px; }
.legal-shell > .display-title { margin-top: 1.4rem; }
.legal-intro { margin: 1rem 0 0; color: var(--muted-dark); }
.legal-grid { display: grid; gap: 1px; margin-top: 4rem; background: var(--line); }
.legal-card { padding: 1.7rem; background: var(--surface); }
.legal-card h2 { margin: 0 0 .85rem; font-family: "Space Grotesk", sans-serif; font-size: 1.25rem; font-weight: 500; letter-spacing: -.04em; }
.legal-card p, .legal-card li { color: var(--muted); line-height: 1.75; }
.legal-card p { margin: 0; }
.legal-card ul { margin: 0; padding-left: 1.2rem; }
.legal-card li + li { margin-top: .4rem; }
.legal-card a { color: var(--accent); }
.not-found-page { display: grid; place-items: center; }
.not-found-card { max-width: 800px; padding: clamp(2rem,6vw,5rem); border: 1px solid var(--line); background: var(--surface); }
.not-found-card .display-title { margin-top: 1rem; }
.not-found-card > p:not(.section-label) { max-width: 48ch; margin: 1.5rem 0 0; color: var(--muted); line-height: 1.7; }

@keyframes orbit-drift { from { transform: rotate(-26deg) skewX(-8deg); } to { transform: rotate(334deg) skewX(-8deg); } }
@keyframes ticker-slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media (max-width: 980px) {
    .site-header__inner { gap: 1rem; }
    .brand__text small { display: none; }
    .hero__grid { grid-template-columns: 1fr; }
    .hero__visual { min-height: min(80vw,620px); }
    .hero__copy { max-width: 700px; }
    .game-feature { grid-template-columns: 1fr; }
    .game-feature__visual { min-height: 420px; }
    .game-feature__body h3 { margin-top: 3rem; }
    .principle-card { min-height: 260px; }
    .principle-card h3 { margin-top: 4rem; }
}
@media (max-width: 720px) {
    .shell { width: min(calc(100% - 2rem), var(--max-width)); }
    .site-header__inner { min-height: 70px; }
    .site-nav { display: none; }
    .header-cta { margin-left: auto; }
    .hero { min-height: auto; padding-top: 4.5rem; }
    .hero h1 { font-size: clamp(3.7rem,17vw,6rem); }
    .hero__visual { min-height: 92vw; }
    .hero__footer { grid-template-columns: auto auto; margin-top: 2.5rem; }
    .hero__footer-note { display: none; }
    .intro-grid, .about-grid, .section-heading--split, .contact-card { grid-template-columns: 1fr; gap: 1.5rem; }
    .display-title { max-width: 12ch; font-size: clamp(2.8rem,12vw,4.8rem); }
    .section { padding: 5rem 0; }
    .principles-grid { grid-template-columns: 1fr; }
    .principle-card { min-height: auto; }
    .principle-card h3 { margin-top: 3rem; }
    .contact-card__side { justify-self: start; }
    .site-footer__top, .site-footer__bottom { align-items: flex-start; flex-direction: column; }
    .footer-links { justify-content: flex-start; }
    .site-footer__bottom { gap: .6rem; }
}