/* Mobile layout overrides loaded after the desktop stylesheet. */
@media (max-width: 620px) {
    html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
    @supports (overflow: clip) {
        html, body { overflow-x: clip; }
    }
    main, section { width: 100%; max-width: 100%; }
    .container { width: calc(100% - 28px); max-width: 1180px; }
    .nav-wrap { padding-top: env(safe-area-inset-top); }
    .nav { width: 100%; height: 68px; gap: 10px; }
    .nav > * { min-width: 0; }
    .brand-mark { width: 34px; height: 34px; border-radius: 9px; }
    .brand-mark i { left: 11px; top: 11px; }
    .brand-name { font-size: 23px; }
    .nav-cta { flex: 0 1 auto; max-width: 42vw; padding: 9px 12px; overflow: hidden; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
    .hero { position: relative; display: flex; flex-direction: column; width: calc(100% - 28px); max-width: calc(100% - 28px); min-height: 1200px; padding-top: calc(104px + env(safe-area-inset-top)); overflow: hidden; }
    .hero:before { width: 420px; height: 420px; right: -220px; }
    .eyebrow { font-size: 8px; letter-spacing: 2px; }
    .eyebrow span { width: 24px; }
    .hero h1 { margin: 18px 0; font-size: clamp(40px, 13vw, 49px); line-height: 1.02; letter-spacing: -3px; }
    .hero-lead { font-size: 13px; line-height: 1.75; }
    .hero-copy, .hero-actions, .download-copy, .benefit-panel, .benefit-item, .game-grid, .game-card { width: 100%; min-width: 0; max-width: 100%; }
    .hero-actions { display: flex; width: 100%; margin-top: 25px; }
    .hero-actions .btn, .download-copy .btn { width: 100%; min-width: 0; max-width: 100%; min-height: 55px; padding-right: 12px; padding-left: 12px; white-space: normal; text-align: center; overflow-wrap: anywhere; }
    .hero-stats { margin-top: 30px; }
    .hero-stats strong { font-size: 17px; }
    .hero-stats span { font-size: 9px; }
    .hero-visual { position: absolute; top: 590px; left: 50%; width: 540px; max-width: none; height: 800px; margin: 0; transform: translateX(-50%) scale(.72) !important; transform-origin: top center; }
    .section { padding: 72px 0; }
    .section-heading { margin-bottom: 30px; }
    .section-heading p { margin: 18px 0 0; }
    .section-heading h2, .benefit-title h2, .download-copy h2 { font-size: clamp(35px, 11vw, 41px); letter-spacing: -2px; }
    .game-card { height: 330px; border-radius: 20px; }
    .game-card img { width: 82%; height: 82%; right: -4%; top: 5%; }
    .game-info { left: 20px; right: 20px; bottom: 20px; }
    .tag { left: 16px; top: 16px; }
    .benefit-panel { padding: 31px 20px; border-radius: 22px; }
    .benefit-item { grid-template-columns: 30px 1fr; gap: 13px; padding: 19px 0; }
    .benefit-item h3 { font-size: 17px; }
    .download-card { width: 100%; min-width: 0; max-width: 100%; min-height: 550px; padding: 39px 20px; border-radius: 25px; }
    .download-copy p { margin: 18px 0 24px; font-size: 13px; }
    .phone { width: 168px; height: 330px; bottom: -100px; }
    .game-rules-card { margin-top: 18px; padding: 24px 14px 14px; border-radius: 25px; }
    .game-rules-heading { display: block; margin-bottom: 18px; text-align: center; }
    .game-rules-heading h2 { font-size: clamp(31px, 9.5vw, 38px); letter-spacing: -2px; }
    .game-rules-heading p { margin: 14px auto 0; font-size: 12px; }
    .game-rules-image-link { border-radius: 15px; }
    .mini-bonus { margin-top: 31px; }
    .mini-bonus strong { font-size: 48px; }
    .mini-bars { margin-top: 31px; }
    .footer-inner { gap: 14px; }
    .footer-inner p { line-height: 1.7; }
    .ticker { width: 100%; max-width: 100%; overflow: hidden; transform: none; }
    .ticker-track { max-width: none; }
    .ticker-track { padding: 12px 0; }
    .ticker span { font-size: 10px; }
}

@media (max-width: 400px) {
    .hero { min-height: 1110px; }
    .hero-visual { top: 590px; height: 800px; margin: 0; transform: translateX(-50%) scale(.64) !important; }
    .game-card { height: 305px; }
    .section { padding: 62px 0; }
    .download-card { min-height: 525px; }
}

@media (max-width: 350px) {
    .container { width: calc(100% - 20px); }
    .nav-cta span { display: none; }
    .nav-cta { max-width: 38vw; padding-right: 9px; padding-left: 9px; }
    .hero h1 { font-size: 39px; }
    .hero { width: calc(100% - 20px); max-width: calc(100% - 20px); min-height: 1040px; }
    .hero-visual { top: 575px; height: 800px; margin: 0; transform: translateX(-50%) scale(.57) !important; }
    .hero-stats span { letter-spacing: 0; }
    .game-card { height: 280px; }
    .benefit-panel { padding: 27px 16px; }
    .download-card { padding-right: 16px; padding-left: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .orbit-b, .chip, .spark, .ticker-track, .btn-primary:before { animation: none !important; }
    .hero-visual { transition: none; }
}
