:root {
  --ink: #10101a;
  --paper: #f7f5ef;
  --white: #fff;
  --purple: #6c4cff;
  --lime: #c9ff4f;
  --coral: #ff756d;
  --cyan: #5de1e6;
  --muted: #676675;
  --line: rgba(16, 16, 26, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; padding: 10px 14px; background: var(--white); }
.skip-link:focus { top: 16px; }
.site-header { position: absolute; z-index: 10; top: 0; left: 50%; width: min(1180px, calc(100% - 48px)); height: 88px; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--lime); color: var(--ink); font-size: 22px; font-weight: 900; transform: rotate(-5deg); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-size: 15px; letter-spacing: .08em; }
.brand small { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .32em; }
.site-header nav, footer nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; }
.site-header nav a { color: rgba(255,255,255,.72); }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--white); }
.nav-button { padding: 9px 16px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; }
.hero { min-height: 780px; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; overflow: hidden; padding: 140px max(48px, calc((100% - 1180px) / 2)) 90px; color: var(--white); background: radial-gradient(circle at 78% 24%, rgba(108,76,255,.75), transparent 30%), radial-gradient(circle at 35% 90%, rgba(255,117,109,.28), transparent 32%), #11101d; }
.eyebrow { margin: 0 0 20px; color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow.dark { color: var(--purple); }
.hero h1, .section-heading h2, .trust-section h2, .contact-section h2, .policy-hero h1, .policy-content h2 { margin: 0; font-weight: 850; letter-spacing: -.055em; line-height: .98; }
.hero h1 { font-size: clamp(58px, 7.2vw, 98px); }
.hero h1 span { color: var(--lime); }
.hero-copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.7); font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.button.primary { background: var(--lime); color: var(--ink); }
.button.ghost { border: 1px solid rgba(255,255,255,.3); }
.play-scene { position: relative; min-height: 500px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-one { inset: 35px; }
.orbit-two { inset: 95px; }
.game-tile { position: absolute; display: grid; place-items: center; box-shadow: 0 30px 65px rgba(0,0,0,.28); }
.tile-main { top: 50%; left: 50%; width: 230px; height: 290px; transform: translate(-50%,-50%) rotate(7deg); border-radius: 42px; background: var(--purple); }
.tile-main span { position: absolute; top: 27px; font-size: 11px; font-weight: 900; letter-spacing: .2em; }
.tile-main strong { color: var(--lime); font-size: 120px; line-height: 1; }
.tile-small { width: 82px; height: 82px; border-radius: 24px; color: var(--ink); font-size: 30px; font-weight: 900; }
.tile-a { top: 60px; right: 35px; transform: rotate(12deg); background: var(--coral); }
.tile-b { bottom: 55px; left: 28px; transform: rotate(-10deg); background: var(--cyan); }
.pixel { position: absolute; width: 18px; height: 18px; border-radius: 5px; background: var(--lime); }
.pixel-a { top: 34px; left: 70px; }
.pixel-b { right: 10px; bottom: 145px; background: var(--white); }
.pixel-c { left: 120px; bottom: 15px; background: var(--coral); }
.game-section, .values-section, .contact-section { padding: 110px max(48px, calc((100% - 1180px) / 2)); }
.section-heading { max-width: 750px; }
.section-heading h2, .trust-section h2, .contact-section h2 { font-size: clamp(42px, 5vw, 68px); }
.release-card { margin-top: 65px; display: grid; grid-template-columns: .75fr 1.25fr; min-height: 420px; overflow: hidden; border-radius: 34px; background: var(--white); box-shadow: 0 25px 70px rgba(16,16,26,.08); }
.release-art { display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, var(--purple), #3926b7); }
.release-art span { display: grid; place-items: center; width: 180px; height: 180px; border-radius: 46px; background: var(--lime); font-size: 108px; font-weight: 950; transform: rotate(-8deg); box-shadow: 26px 30px 0 rgba(16,16,26,.22); }
.release-copy { align-self: center; padding: 54px 60px; }
.status { display: inline-flex; padding: 8px 13px; border-radius: 999px; background: #eeeafd; color: var(--purple); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.release-copy h3 { margin: 23px 0 16px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; line-height: 1.05; }
.release-copy p { max-width: 580px; color: var(--muted); }
.release-copy a { display: inline-block; margin-top: 18px; color: var(--purple); font-weight: 850; }
.values-section { background: var(--white); }
.value-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.value-grid article { min-height: 270px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid article > span { color: var(--purple); font-weight: 900; }
.value-grid h3 { margin: 70px 0 12px; font-size: 24px; }
.value-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.trust-section { padding: 110px max(48px, calc((100% - 1180px) / 2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; color: var(--white); background: #181729; }
.trust-section > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.62); }
.trust-links { border-top: 1px solid rgba(255,255,255,.15); }
.trust-links a { display: grid; grid-template-columns: 150px 1fr auto; align-items: center; gap: 20px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.trust-links span { color: rgba(255,255,255,.48); font-size: 12px; }
.trust-links strong { font-size: 18px; }
.trust-links i { color: var(--lime); font-style: normal; font-size: 24px; }
.contact-section { text-align: center; }
.contact-section a { display: inline-block; margin-top: 30px; color: var(--purple); font-size: clamp(25px, 5vw, 52px); font-weight: 850; }
footer { padding: 48px max(48px, calc((100% - 1180px) / 2)); display: flex; justify-content: space-between; gap: 30px; color: var(--white); background: #0d0c16; }
footer p { margin: 5px 0 0; color: rgba(255,255,255,.42); font-size: 11px; }
footer nav { color: rgba(255,255,255,.62); }
.light-header { position: static; transform: none; color: var(--ink); border-bottom-color: var(--line); }
.light-header .brand small { color: var(--muted); }
.light-header nav a { color: var(--muted); }
.light-header nav a:hover, .light-header nav a:focus-visible { color: var(--ink); }
.policy-hero { padding: 98px max(24px, calc((100% - 940px) / 2)) 68px; background: #ebe7ff; }
.policy-hero h1 { font-size: clamp(50px, 7vw, 78px); }
.policy-hero > p:not(.eyebrow) { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.policy-meta { display: flex; gap: 12px 24px; margin-top: 32px; font-size: 12px; }
.policy-meta span { color: var(--muted); }
.policy-content { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 76px 0 105px; }
.policy-content section { margin-bottom: 46px; }
.policy-content h2 { margin-bottom: 16px; font-size: 29px; line-height: 1.1; }
.policy-content p, .policy-content li { color: var(--muted); font-size: 15px; }
.policy-content li { margin-bottom: 8px; }
.policy-content a { color: var(--purple); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.notice { padding: 25px 27px; border-left: 4px solid var(--purple); border-radius: 0 16px 16px 0; background: #ebe7ff; }
.notice p { margin: 0; }
@media (max-width: 900px) {
  .site-header nav a:not(.nav-button):not(.nav-privacy) { display: none; }
  .light-header nav a { display: none; }
  .hero { grid-template-columns: 1fr; }
  .play-scene { min-height: 430px; }
  .release-card, .trust-section { grid-template-columns: 1fr; }
  .release-art { min-height: 330px; }
  .value-grid { grid-template-columns: 1fr; }
  .trust-section { gap: 55px; }
  footer { flex-direction: column; }
}
@media (max-width: 600px) {
  .site-header { width: calc(100% - 32px); height: 76px; }
  .hero { min-height: auto; padding: 118px 20px 70px; }
  .hero h1 { font-size: 54px; }
  .play-scene { min-height: 380px; }
  .orbit-one { inset: 20px; }
  .orbit-two { inset: 68px; }
  .tile-main { width: 190px; height: 245px; }
  .tile-main strong { font-size: 98px; }
  .game-section, .values-section, .contact-section, .trust-section { padding: 82px 20px; }
  .release-card { border-radius: 25px; }
  .release-copy { padding: 38px 28px; }
  .trust-links a { grid-template-columns: 1fr auto; }
  .trust-links span { grid-column: 1 / -1; }
  footer { padding: 42px 20px; }
  footer nav { flex-wrap: wrap; gap: 14px 22px; }
  .policy-content { width: calc(100% - 32px); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
