:root {
  color-scheme: light;
  --cream: #fff8ef;
  --paper: #fffdf8;
  --paper-2: #f8eee2;
  --ink: #241b3b;
  --muted: #6d6479;
  --coral: #ff654c;
  --coral-deep: #e64631;
  --violet: #6547e8;
  --violet-deep: #432bad;
  --lime: #d7f36a;
  --yellow: #ffd459;
  --line: #dfd3ca;
  --white: #fff;
  --shadow: 0 28px 80px rgba(78, 44, 47, .14);
  --shell: 1180px;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --cream: #171120;
  --paper: #21192d;
  --paper-2: #2b2035;
  --ink: #fff8f0;
  --muted: #c1b5c8;
  --coral: #ff775f;
  --coral-deep: #ff9b88;
  --violet: #8e75ff;
  --violet-deep: #b6a6ff;
  --lime: #dff779;
  --yellow: #ffdb6e;
  --line: #40344a;
  --white: #fff;
  --shadow: 0 28px 80px rgba(0, 0, 0, .32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Arial Narrow", "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 15px; padding: 9px 15px; transform: translateY(-150%); color: var(--paper); background: var(--ink); border-radius: 20px; text-decoration: none; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; padding-top: 16px; transition: padding .2s ease; }
.nav-shell { min-height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 8px 10px 8px 18px; background: color-mix(in srgb, var(--paper) 91%, transparent); border: 1px solid color-mix(in srgb, var(--line) 82%, transparent); border-radius: 40px; box-shadow: 0 10px 34px rgba(55, 34, 50, .08); backdrop-filter: blur(18px); }
.site-header.scrolled { padding-top: 8px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: .85rem; font-weight: 650; letter-spacing: .08em; text-decoration: none; }
.brand strong { font-weight: 900; }
.brand-symbol { position: relative; width: 38px; height: 38px; display: grid; place-items: center; background: var(--coral); border-radius: 50%; overflow: hidden; }
.brand-symbol::before { content: ""; width: 20px; height: 12px; border: 3px solid #fff; border-top: 0; border-radius: 0 0 50% 50%; transform: translateY(-1px); }
.brand-symbol::after { content: ""; position: absolute; width: 8px; height: 8px; top: 11px; left: 10px; background: #fff; border-radius: 50%; }
.brand-symbol i { position: absolute; width: 10px; height: 14px; right: 5px; top: 8px; border-radius: 8px 8px 2px 8px; background: #fff; transform: rotate(25deg); }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a, .mobile-nav a { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a:hover, .desktop-nav a.active, .mobile-nav a:hover { color: var(--coral); }
.nav-tools { display: flex; align-items: center; gap: 8px; }
.theme-toggle, .menu-toggle { width: 46px; height: 46px; display: grid; place-items: center; padding: 0; color: var(--ink); background: var(--paper-2); border: 0; border-radius: 50%; cursor: pointer; }
.theme-toggle { grid-template-columns: 1fr; }
.theme-toggle span { grid-area: 1 / 1; line-height: 1; }
.theme-toggle span:last-child { opacity: 0; }
html[data-theme="dark"] .theme-toggle span:first-child { opacity: 0; }
html[data-theme="dark"] .theme-toggle span:last-child { opacity: 1; }
.menu-toggle { display: none; align-content: center; gap: 6px; }
.menu-toggle i { width: 19px; height: 2px; background: currentColor; transition: .2s ease; }
.menu-toggle[aria-expanded="true"] i:first-child { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:last-child { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 820px; padding: 158px 0 0; }
.hero::before { content: ""; position: absolute; z-index: -1; width: 640px; height: 640px; top: -250px; left: -250px; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 0 0 70px color-mix(in srgb, var(--paper-2) 60%, transparent), 0 0 0 140px color-mix(in srgb, var(--paper-2) 30%, transparent); }
.hero-grid { min-height: 570px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 62px; padding-bottom: 85px; }
.overline { max-width: 590px; margin: 0 0 28px; display: flex; justify-content: space-between; align-items: center; color: var(--coral-deep); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.overline b { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; font-size: .62rem; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(4.5rem, 8.7vw, 8.2rem); font-weight: 900; line-height: .83; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { color: var(--coral); font-family: Georgia, "Times New Roman", serif; font-weight: 500; text-transform: none; }
.hero-lede { max-width: 570px; margin: 31px 0 0; color: var(--muted); font-size: 1.06rem; }
.hero-actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 23px; border: 0; border-radius: 7px; font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--paper); background: var(--ink); box-shadow: 6px 6px 0 var(--coral); }
.button-dark:hover { box-shadow: 9px 9px 0 var(--coral); }
.circle-link { width: 52px; height: 52px; display: grid; place-items: center; color: #fff; background: var(--violet); border-radius: 50%; font-size: 1.2rem; text-decoration: none; transition: transform .2s ease; }
.circle-link:hover { transform: rotate(12deg); }
.action-note { margin-left: 3px; color: var(--muted); font-size: .55rem; letter-spacing: .1em; line-height: 1.35; }
.action-note strong { color: var(--ink); font-size: .68rem; }

.hero-stack { position: relative; min-height: 530px; }
.stack-shape { position: absolute; border-radius: 50%; }
.shape-coral { width: 370px; height: 370px; right: 2%; top: 2%; background: var(--coral); }
.shape-violet { width: 245px; height: 245px; left: 3%; bottom: 2%; background: var(--violet); border-radius: 35px; transform: rotate(16deg); }
.stack-card { position: absolute; padding: 13px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); }
.stack-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.stack-card-back { width: 260px; left: 0; top: 57px; transform: rotate(-11deg); border-radius: 18px; }
.stack-card-back img { border-radius: 12px; }
.stack-card-back > span { display: block; padding: 10px 4px 2px; font-size: .66rem; font-weight: 900; letter-spacing: .12em; }
.stack-card-front { z-index: 2; width: 340px; right: 0; bottom: 5px; transform: rotate(6deg); border-radius: 22px; }
.stack-card-front img { border-radius: 15px; }
.stack-card-front > div { display: flex; align-items: end; justify-content: space-between; gap: 10px; padding: 16px 6px 5px; }
.stack-card-front strong { font-size: 1.32rem; line-height: 1; letter-spacing: -.035em; }
.stack-card-front div span { color: var(--muted); font-size: .55rem; font-weight: 900; letter-spacing: .08em; }
.new-tag { position: absolute; z-index: 3; top: 25px; right: 24px; padding: 6px 9px; color: var(--ink); background: var(--lime); border-radius: 3px; font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
.spark { position: absolute; z-index: 4; color: var(--yellow); font-size: 2.2rem; text-shadow: 2px 2px 0 var(--ink); }
.spark-one { top: 18px; left: 40%; }
.spark-two { right: -5px; bottom: 80px; font-size: 1.4rem; }
.hero-stamp { position: absolute; right: -64px; top: 165px; color: var(--line); font-size: .62rem; font-weight: 900; letter-spacing: .18em; writing-mode: vertical-rl; }
.ticker { overflow: hidden; padding: 14px 0 12px; color: #fff; background: var(--coral); transform: rotate(-1deg) scale(1.02); }
.ticker-track { display: flex; width: max-content; animation: marquee var(--ticker-duration, 21s) linear infinite; will-change: transform; }
.ticker-group { flex: none; display: flex; align-items: center; gap: 23px; padding-right: 23px; white-space: nowrap; font-size: .76rem; font-weight: 900; letter-spacing: .17em; }
.ticker-group span { color: #fff; }
.ticker-group i { color: var(--yellow); font-style: normal; }

.featured { padding: 128px 0 112px; background: var(--paper); }
.section-intro { display: grid; grid-template-columns: 180px 1fr; gap: 42px; align-items: start; margin-bottom: 52px; }
.section-index { margin: 8px 0 0; color: var(--coral-deep); font-size: .68rem; font-weight: 900; letter-spacing: .15em; }
.section-intro > div { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 40px; }
.section-intro h2, .about-title h2 { margin: 0; font-size: clamp(3.1rem, 6.5vw, 6.2rem); font-weight: 900; line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.section-intro h2 em { color: var(--violet); font-family: Georgia, serif; font-weight: 500; text-transform: none; }
.section-intro > div > p { margin: 0 0 3px; color: var(--muted); }

.featured-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 650px; overflow: hidden; background: var(--cream); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 25px 70px rgba(72, 46, 44, .09); }
.featured-visual { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; background: var(--coral); }
.featured-visual::before { content: ""; position: absolute; width: 470px; height: 470px; border: 1px dashed rgba(255,255,255,.55); border-radius: 50%; animation: spin 34s linear infinite; }
.featured-visual::after { content: ""; position: absolute; width: 350px; height: 350px; background: var(--yellow); border-radius: 50%; }
.featured-visual img { position: relative; z-index: 2; width: min(65%, 350px); aspect-ratio: 1 / 1; object-fit: cover; border: 11px solid var(--paper); border-radius: 20px; box-shadow: 18px 18px 0 var(--violet-deep); transform: rotate(-4deg); }
.visual-number { position: absolute; top: 20px; left: 30px; color: rgba(255,255,255,.3); font-size: 7rem; font-weight: 900; line-height: 1; }
.visual-pill { position: absolute; z-index: 3; padding: 8px 11px; color: var(--ink); background: var(--lime); border: 2px solid var(--ink); border-radius: 4px; font-size: .6rem; font-weight: 900; letter-spacing: .1em; box-shadow: 4px 4px 0 var(--ink); }
.pill-one { top: 23%; right: 7%; transform: rotate(8deg); }
.pill-two { left: 8%; bottom: 20%; transform: rotate(-7deg); background: var(--yellow); }
.featured-copy { padding: 60px 59px; }
.eyebrow { margin: 0 0 16px; color: var(--coral-deep); font-size: .66rem; font-weight: 900; letter-spacing: .16em; }
.featured-copy h3, .second-game h3 { margin: 0; font-size: clamp(3.1rem, 5.6vw, 5.5rem); font-weight: 900; line-height: .85; letter-spacing: -.065em; text-transform: uppercase; }
.game-description { max-width: 570px; margin: 25px 0 28px; color: var(--muted); }
.feature-list { display: grid; border-top: 1px solid var(--line); }
.feature-list > div { display: grid; grid-template-columns: 35px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.feature-list > div > span { color: var(--coral); font-size: .68rem; font-weight: 900; }
.feature-list p { margin: 0; color: var(--muted); font-size: .84rem; }
.feature-list strong { display: block; margin-bottom: 1px; color: var(--ink); font-size: .88rem; }
.store-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 27px; }
.store-badge { min-width: 175px; min-height: 55px; display: flex; align-items: center; gap: 11px; padding: 7px 14px; color: #fff; background: #17131e; border: 1px solid #17131e; border-radius: 8px; text-decoration: none; transition: transform .2s ease; }
.store-badge[href]:hover { transform: translateY(-2px); }
.store-badge > span:first-child { width: 25px; text-align: center; font-size: 1.25rem; }
.store-badge > span:last-child { display: grid; line-height: 1; }
.store-badge small { font-size: .52rem; letter-spacing: .1em; }
.store-badge strong { margin-top: 5px; font-size: 1rem; }
.store-badge-muted { color: var(--muted); background: var(--paper); border-color: var(--line); }

.second-game { min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; margin-top: 28px; overflow: hidden; color: #fff; background: #332472; border-radius: 24px; }
.second-game-copy { padding: 60px; }
.eyebrow-light { color: var(--lime); }
.second-game-copy > p:not(.eyebrow) { max-width: 500px; margin: 24px 0; color: #d6cef8; }
.second-game ul { display: flex; gap: 8px; flex-wrap: wrap; margin: 0 0 30px; padding: 0; list-style: none; }
.second-game li { padding: 6px 10px; color: #e8e1ff; border: 1px solid rgba(255,255,255,.25); border-radius: 30px; font-size: .66rem; font-weight: 800; }
.button-light { color: #31236e; background: var(--lime); box-shadow: 6px 6px 0 var(--coral); }
.second-game-visual { position: relative; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #4a35a2, #251857); }
.second-game-visual::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(14,6,38,.55)); }
.second-game-visual img { position: relative; z-index: 3; width: min(65%, 330px); aspect-ratio: 1 / 1; object-fit: contain; border-radius: 50%; box-shadow: 0 0 0 12px var(--yellow), 0 0 0 14px #161025; }
.target-ring { position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.ring-one { width: 430px; height: 430px; }
.ring-two { width: 560px; height: 560px; }
.ring-one::before, .ring-one::after { content: ""; position: absolute; background: rgba(255,255,255,.25); }
.ring-one::before { width: 130%; height: 1px; left: -15%; top: 50%; }
.ring-one::after { height: 130%; width: 1px; top: -15%; left: 50%; }
.shots-tag { position: absolute; z-index: 4; right: 28px; bottom: 28px; padding: 11px 13px; color: var(--ink); background: var(--yellow); border-radius: 4px; font-size: .58rem; font-weight: 900; letter-spacing: .1em; transform: rotate(-3deg); }
.shots-tag strong { font-size: .65rem; }

.about { padding: 120px 0; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.about-title { position: sticky; top: 115px; align-self: start; }
.about-title h2 { margin-top: 22px; }
.about-lede { margin: 0; color: var(--ink) !important; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 750; line-height: 1.25; letter-spacing: -.035em; }
.about-copy > p:not(.about-lede) { max-width: 650px; margin: 25px 0 45px; color: var(--muted); }
.values { display: grid; }
.values > div { display: grid; grid-template-columns: 50px 170px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }
.values b { color: var(--coral); font-size: .7rem; }
.values strong { font-size: .9rem; }
.values span { color: var(--muted); font-size: .86rem; }

.closing-cta { padding: 0 0 110px; }
.closing-card { position: relative; overflow: hidden; padding: 76px 35px; text-align: center; color: #fff; background: var(--coral); border-radius: 24px; }
.closing-card::before, .closing-card::after { content: ""; position: absolute; width: 240px; height: 240px; border: 50px solid rgba(255,255,255,.12); border-radius: 50%; }
.closing-card::before { left: -110px; top: -120px; }
.closing-card::after { right: -100px; bottom: -130px; }
.closing-kicker { font-size: .64rem; font-weight: 900; letter-spacing: .16em; }
.closing-card h2 { margin: 12px 0 0; font-size: clamp(3.6rem, 8vw, 7.3rem); line-height: .9; letter-spacing: -.07em; text-transform: uppercase; }
.closing-card p { margin: 18px 0 29px; color: #ffe5de; }
.closing-card .button { position: relative; z-index: 2; }

.site-footer { padding: 65px 0 23px; color: #e9def1; background: #1b1325; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr 1fr; gap: 40px; padding-bottom: 50px; }
.footer-brand { color: #fff; }
.footer-grid > div:first-child p { margin: 13px 0 0; color: #9f91aa; font-size: .83rem; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column strong { margin-bottom: 6px; color: var(--lime); font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { width: fit-content; color: #b9acbf; font-size: .78rem; text-decoration: none; overflow-wrap: anywhere; }
.footer-column a:hover { color: var(--coral); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 21px; color: #83768c; border-top: 1px solid #352a40; font-size: .68rem; }

/* Legal pages */
.legal-hero { position: relative; overflow: hidden; padding: 170px 0 80px; background: var(--coral); }
.legal-hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -100px; top: -230px; border: 75px solid rgba(255,255,255,.12); border-radius: 50%; }
.legal-hero .shell { position: relative; z-index: 2; }
.legal-kicker { margin: 0 0 16px; color: #fff0eb; font-size: .7rem; font-weight: 900; letter-spacing: .17em; }
.legal-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(4rem, 9vw, 8rem); font-weight: 900; line-height: .83; letter-spacing: -.075em; text-transform: uppercase; }
.legal-hero > .shell > p:not(.legal-kicker) { max-width: 690px; margin: 27px 0 0; color: #ffe2da; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.legal-meta span { padding: 6px 10px; color: #fff; border: 1px solid rgba(255,255,255,.38); border-radius: 30px; font-size: .65rem; font-weight: 800; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 790px); justify-content: space-between; gap: 80px; padding-block: 80px 115px; }
.legal-nav { position: sticky; top: 105px; align-self: start; display: grid; gap: 1px; }
.legal-nav strong { margin-bottom: 11px; color: var(--coral-deep); font-size: .66rem; letter-spacing: .16em; }
.legal-nav a { padding: 8px 11px; color: var(--muted); border-left: 2px solid var(--line); font-size: .76rem; text-decoration: none; }
.legal-nav a:hover { color: var(--violet); border-color: var(--violet); }
.legal-intro { margin-bottom: 42px; padding: 23px 25px; color: var(--muted); background: var(--paper-2); border-left: 5px solid var(--violet); border-radius: 0 12px 12px 0; }
.legal-intro strong { color: var(--ink); }
.legal-section { margin-bottom: 39px; padding-bottom: 39px; border-bottom: 1px solid var(--line); }
.legal-section:last-child { margin: 0; padding: 0; border: 0; }
.legal-section h2 { margin: 0 0 17px; font-size: clamp(1.7rem, 3vw, 2.35rem); line-height: 1.1; letter-spacing: -.04em; }
.legal-section h3 { margin: 25px 0 8px; font-size: .98rem; }
.legal-section p { margin: 0 0 13px; color: var(--muted); }
.legal-section ul { margin: 14px 0 18px; padding-left: 21px; color: var(--muted); }
.legal-section li { margin: 7px 0; padding-left: 4px; }
.legal-section strong { color: var(--ink); }
.legal-section a { color: var(--violet-deep); text-underline-offset: 3px; }
.table-wrap { overflow-x: auto; margin: 20px 0; border: 1px solid var(--line); border-radius: 12px; }
.policy-table { width: 100%; min-width: 650px; border-collapse: collapse; font-size: .82rem; }
.policy-table th, .policy-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.policy-table th { color: var(--ink); background: var(--paper-2); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; }
.policy-table td { color: var(--muted); }
.policy-table tr:last-child td { border-bottom: 0; }
.legal-callout { margin: 20px 0; padding: 19px 20px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: 5px 5px 0 var(--yellow); }
.contact-box { margin-top: 17px; padding: 24px; background: var(--paper-2); border-radius: 14px; }
.contact-box p:last-child { margin-bottom: 0; }
.not-found { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--coral); }
.not-found-card { width: min(100%, 650px); padding: 50px; text-align: center; background: var(--paper); border: 1px solid var(--ink); border-radius: 20px; box-shadow: 14px 14px 0 var(--violet); }
.not-found-card .brand { justify-content: center; }
.not-found-card .code { margin: 38px 0 5px; color: var(--coral); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
.not-found-card h1 { margin: 0; font-size: clamp(2.7rem, 7vw, 5rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.not-found-card > p:not(.code) { margin: 20px auto 28px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: none; }
.reveal-delay { transition-delay: .12s; }
@keyframes marquee { to { transform: translate3d(var(--ticker-shift, -560px), 0, 0); } }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .mobile-nav { position: fixed; top: 88px; left: 20px; right: 20px; display: grid; max-height: 0; overflow: hidden; padding: 0 23px; background: var(--paper); border-radius: 22px; box-shadow: var(--shadow); opacity: 0; transition: .24s ease; }
  .mobile-nav.open { max-height: 310px; padding-block: 18px; opacity: 1; }
  .mobile-nav a { padding: 9px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
  .overline { margin-inline: auto; }
  .hero-lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-stack { width: min(100%, 590px); margin-inline: auto; }
  .section-intro { grid-template-columns: 1fr; gap: 15px; }
  .section-intro > div { grid-template-columns: 1fr; gap: 23px; }
  .featured-card { grid-template-columns: 1fr; }
  .featured-visual { min-height: 570px; }
  .second-game { grid-template-columns: 1fr; }
  .second-game-visual { min-height: 520px; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-title { position: static; }
  .footer-grid { grid-template-columns: 1.3fr repeat(2, .7fr); }
  .footer-column:last-child { grid-column: 2 / -1; }
  .legal-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 42px; }
}

@media (max-width: 680px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { padding-top: 10px; }
  .nav-shell { min-height: 58px; padding-left: 12px; }
  .brand { font-size: .74rem; }
  .brand-symbol { width: 34px; height: 34px; }
  .theme-toggle, .menu-toggle { width: 40px; height: 40px; }
  .mobile-nav { top: 76px; left: 14px; right: 14px; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-grid { padding-bottom: 55px; }
  .hero h1 { font-size: clamp(3.65rem, 17vw, 5.3rem); }
  .hero-actions { flex-direction: column; }
  .button-dark { width: 100%; }
  .circle-link, .action-note { display: none; }
  .hero-stack { min-height: 380px; }
  .shape-coral { width: 260px; height: 260px; right: 0; }
  .shape-violet { width: 170px; height: 170px; }
  .stack-card-back { width: 175px; left: 4px; top: 45px; }
  .stack-card-front { width: 235px; right: 0; }
  .stack-card-front strong { font-size: .95rem; }
  .stack-card-front div span { display: none; }
  .spark-one { left: 35%; }
  .ticker { margin-top: 8px; }
  .featured { padding: 87px 0 78px; }
  .section-intro h2, .about-title h2 { font-size: 3.35rem; }
  .featured-card { border-radius: 17px; }
  .featured-visual { min-height: 400px; }
  .featured-visual::before { width: 340px; height: 340px; }
  .featured-visual::after { width: 260px; height: 260px; }
  .featured-visual img { width: 58%; border-width: 8px; box-shadow: 11px 11px 0 var(--violet-deep); }
  .visual-number { font-size: 5rem; }
  .featured-copy { padding: 38px 24px; }
  .featured-copy h3, .second-game h3 { font-size: 3.25rem; }
  .store-badge { flex: 1 1 165px; }
  .second-game { border-radius: 17px; }
  .second-game-copy { padding: 38px 24px 43px; }
  .second-game-visual { min-height: 390px; }
  .second-game-visual img { width: 60%; }
  .ring-one { width: 310px; height: 310px; }
  .ring-two { width: 400px; height: 400px; }
  .about { padding: 82px 0; }
  .values > div { grid-template-columns: 34px 1fr; }
  .values span { grid-column: 2; }
  .closing-cta { padding-bottom: 78px; }
  .closing-card { padding: 57px 22px; border-radius: 17px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-column:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .legal-hero { padding: 130px 0 58px; }
  .legal-hero h1 { font-size: 4rem; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; padding-block: 48px 78px; }
  .legal-nav { position: static; grid-template-columns: 1fr 1fr; padding: 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; }
  .legal-nav strong { grid-column: 1 / -1; }
  .legal-nav a { border: 0; padding: 5px 0; }
  .not-found-card { padding: 38px 24px; box-shadow: 9px 9px 0 var(--violet); }
}

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