@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@700;800&family=Nunito+Sans:wght@400;700;800;900&display=swap");

:root {
    --ink: #11131f;
    --nav: #151622;
    --text: #34394d;
    --muted: #72798d;
    --paper: #f3f6fb;
    --mist: #e9edf5;
    --white: #ffffff;
    --sun: #ffcc38;
    --orange: #ff4e38;
    --orange-soft: #fff1df;
    --line: rgba(17, 19, 31, 0.1);
    --line-strong: rgba(17, 19, 31, 0.18);
    --shadow: 0 24px 60px rgba(20, 22, 34, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Nunito Sans", "Avenir Next", "Trebuchet MS", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: 0;
}

body.nav-open,
body.video-open {
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.skip-link {
    position: absolute;
    left: 1rem;
    top: -4rem;
    z-index: 40;
    padding: 0.7rem 1rem;
    background: var(--ink);
    color: var(--white);
}

.skip-link:focus {
    top: 1rem;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: transparent;
}

.nav-shell {
    width: min(1100px, calc(100% - 36px));
    min-height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    overflow: hidden;
    border-radius: 0 0 8px 8px;
    background: var(--nav);
    box-shadow: 0 16px 38px rgba(17, 19, 31, 0.16);
}

.brand {
    min-width: 96px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    color: var(--white);
    background: linear-gradient(135deg, var(--orange), #ff7a2a);
    font-weight: 900;
}

.brand-icon {
    width: 52px;
    height: 52px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(162, 48, 12, 0.2));
}

.brand-mark {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    color: var(--orange);
    background: var(--white);
    font-family: "Baloo 2", "Nunito Sans", sans-serif;
    font-size: 24px;
    line-height: 1;
}

.brand-copy {
    display: grid;
    min-width: 0;
}

.brand-copy strong {
    color: var(--white);
    font-size: 19px;
    line-height: 1;
}

.brand-copy small {
    display: none;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 0 34px;
}

.primary-nav a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    font-weight: 800;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
    color: var(--white);
    outline: 0;
}

.nav-toggle {
    display: none;
    width: 46px;
    height: 46px;
    margin: auto 12px auto 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
    width: 20px;
    height: 2px;
    margin: 4px auto;
    display: block;
    background: var(--white);
}

.site-main {
    margin-top: -70px;
    overflow: hidden;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    letter-spacing: 0;
}

h1 {
    font-family: "Baloo 2", "Nunito Sans", sans-serif;
    font-size: 76px;
    line-height: 0.9;
    letter-spacing: 0.18em;
}

h2 {
    font-size: 42px;
    line-height: 1.06;
}

h3 {
    font-size: 27px;
    line-height: 1.12;
}

.hero-section {
    position: relative;
    min-height: 820px;
    display: grid;
    align-content: end;
    padding: 138px 20px 0;
    background:
        radial-gradient(circle at 10% 16%, rgba(255, 204, 56, 0.32), transparent 18%),
        radial-gradient(circle at 88% 22%, rgba(255, 78, 56, 0.16), transparent 22%),
        linear-gradient(180deg, #f5f8fd 0%, #eef2f8 100%);
}

.hero-copy {
    width: min(1040px, 100%);
    margin: 0 auto;
    text-align: center;
}

.hero-text {
    width: min(640px, 100%);
    margin: 18px auto 0;
    color: var(--text);
    font-size: 19px;
    font-weight: 800;
}

.hero-actions,
.store-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.hero-actions {
    justify-content: center;
    margin-top: 26px;
}

.primary-cta,
.secondary-cta,
.store-button,
.mail-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 17px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
    font-weight: 900;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.primary-cta,
.store-button:not(.store-button-light) {
    border-color: rgba(255, 78, 56, 0.35);
    background: var(--orange);
    color: var(--white);
    box-shadow: 0 12px 24px rgba(255, 78, 56, 0.2);
}

.primary-cta:hover,
.secondary-cta:hover,
.store-button:hover,
.mail-link:hover {
    transform: translateY(-1px);
}

.store-button-light {
    color: var(--white);
    background: var(--nav);
}

.play-dot {
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    background: var(--ink);
    font-size: 11px;
}

.store-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.world-stage {
    position: relative;
    width: min(1180px, 100%);
    height: 430px;
    margin: 44px auto 0;
}

.world-stage::before,
.world-stage::after {
    content: "";
    position: absolute;
    z-index: 0;
    display: none;
    border-radius: 50%;
    pointer-events: none;
    background:
        radial-gradient(circle at 36% 28%, rgba(255, 255, 255, 0.7), transparent 17%),
        radial-gradient(circle, rgba(255, 207, 66, 0.96) 0 38%, rgba(255, 167, 35, 0.46) 58%, rgba(255, 167, 35, 0) 72%);
    filter: saturate(1.08);
}

.world-stage::before {
    left: 10%;
    top: 4%;
    width: 38px;
    height: 38px;
    box-shadow: 0 0 42px rgba(255, 184, 34, 0.25);
    animation: stage-mote-secondary 11s ease-in-out infinite 1.7s;
}

.world-stage::after {
    left: 26%;
    top: 0;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 34px rgba(255, 184, 34, 0.18);
    animation: stage-mote-tertiary 13s ease-in-out infinite 4.1s;
}

.stage-sun {
    position: absolute;
    z-index: 0;
    left: 9%;
    top: 13%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.85) 0 10%, rgba(255, 246, 184, 0.55) 11% 28%, transparent 31%),
        radial-gradient(circle, rgba(255, 206, 64, 0.46) 0 44%, rgba(255, 159, 34, 0.15) 66%, rgba(255, 159, 34, 0) 82%);
    box-shadow:
        0 10px 24px rgba(255, 184, 34, 0.14),
        0 0 0 12px rgba(255, 204, 56, 0.035);
    pointer-events: none;
    animation: stage-mote-primary 16s ease-in-out infinite;
}

.stage-sun::before,
.stage-sun::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%;
    pointer-events: none;
}

.stage-sun::before {
    inset: -8px;
    border: 1px solid rgba(255, 196, 54, 0.16);
    background: transparent;
}

.stage-sun::after {
    display: none;
}

.stage-mote {
    position: absolute;
    z-index: 0;
    display: block;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
    background:
        radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.82) 0 10%, rgba(255, 245, 170, 0.48) 11% 24%, transparent 26%),
        radial-gradient(circle, rgba(255, 207, 66, 0.38) 0 42%, rgba(255, 163, 35, 0.14) 62%, rgba(255, 163, 35, 0) 78%);
    box-shadow: 0 10px 24px rgba(255, 184, 34, 0.1);
}

.mote-1 {
    left: 12%;
    top: 9%;
    width: 18px;
    height: 18px;
    animation: mote-drift-one 18s cubic-bezier(0.42, 0, 0.24, 1) infinite 1.2s;
}

.mote-2 {
    left: 78%;
    top: 16%;
    width: 14px;
    height: 14px;
    animation: mote-drift-two 20s cubic-bezier(0.35, 0, 0.2, 1) infinite 3.6s;
}

.mote-3 {
    left: 42%;
    top: -1%;
    width: 12px;
    height: 12px;
    animation: mote-drift-three 16s cubic-bezier(0.44, 0, 0.18, 1) infinite 5.4s;
}

.stage-path {
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    width: 116vw;
    height: 96px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 54%);
}

.lineup-token {
    position: absolute;
    z-index: 2;
    --tilt: 0deg;
    margin: 0;
    display: grid;
    justify-items: center;
    gap: 9px;
    transform: rotate(var(--tilt));
    transition: transform 180ms ease, z-index 180ms ease;
    animation: float-in 580ms ease both;
}

.lineup-token:hover {
    z-index: 7;
    transform: translateY(-12px) rotate(var(--tilt)) scale(1.04);
}

.lineup-token img {
    width: 176px;
    height: 312px;
    border: 4px solid rgba(255, 255, 255, 0.88);
    border-radius: 28px;
    object-fit: cover;
    box-shadow: 0 26px 54px rgba(21, 22, 34, 0.18);
    animation: token-bob 6.4s ease-in-out infinite;
    animation-delay: inherit;
    transition: box-shadow 180ms ease, filter 180ms ease;
    will-change: transform;
}

.lineup-token:hover img {
    box-shadow: 0 34px 68px rgba(21, 22, 34, 0.25);
    filter: saturate(1.08) contrast(1.04);
}

.lineup-token figcaption {
    max-width: 124px;
    padding: 4px 9px;
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    box-shadow: 0 12px 28px rgba(17, 19, 31, 0.08);
}

.token-1 {
    left: 1%;
    bottom: 36px;
    --tilt: -4deg;
    animation-delay: 80ms;
}

.token-2 {
    left: 15%;
    bottom: -6px;
    --tilt: 3deg;
    animation-delay: 140ms;
}

.token-3 {
    left: 29%;
    bottom: 48px;
    --tilt: -2deg;
    animation-delay: 200ms;
}

.token-4 {
    left: 43%;
    bottom: 2px;
    --tilt: 3deg;
    animation-delay: 260ms;
}

.token-5 {
    left: 57%;
    bottom: 42px;
    --tilt: -3deg;
    animation-delay: 320ms;
}

.token-6 {
    left: 71%;
    bottom: -2px;
    --tilt: 2deg;
    animation-delay: 380ms;
}

.token-7 {
    left: 84%;
    bottom: 46px;
    --tilt: -3deg;
    animation-delay: 440ms;
}

.token-8 {
    left: 92%;
    bottom: 42px;
    animation-delay: 500ms;
}

.stats-band {
    position: relative;
    z-index: 2;
    width: min(980px, calc(100% - 36px));
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.stats-band div {
    min-height: 98px;
    display: grid;
    align-content: center;
    gap: 2px;
    padding: 18px 20px;
    border-right: 1px solid var(--line);
}

.stats-band div:last-child {
    border-right: 0;
}

.stats-band strong {
    font-size: 34px;
    line-height: 1;
}

.stats-band span {
    color: var(--muted);
    font-weight: 800;
}

.showcase-section,
.games-section,
.studio-section,
.support-grid,
.support-mail-band,
.content-page {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
}

.showcase-section,
.games-section {
    padding-top: 88px;
}

.showcase-section {
    width: 100%;
    padding-top: 0;
}

.showcase-section > .section-heading {
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto 28px;
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading h2 {
    max-width: 760px;
}

.split-heading {
    max-width: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 420px);
    gap: 36px;
    align-items: end;
}

.split-heading > p {
    margin: 0;
    color: var(--text);
    font-size: 17px;
    font-weight: 800;
}

.showcase-stack {
    display: grid;
    gap: 22px;
}

.showcase-card {
    min-height: 420px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
    gap: 28px;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
}

.showcase-card:nth-child(even) {
    grid-template-columns: minmax(330px, 0.92fr) minmax(0, 1.08fr);
}

.showcase-card:nth-child(even) .showcase-media {
    order: 2;
}

.showcase-media {
    height: 100%;
    min-height: 420px;
    background: var(--mist);
}

.showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-copy {
    padding: 38px;
}

.showcase-icon {
    width: 78px;
    height: 78px;
    margin-bottom: 16px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 14px 28px rgba(17, 19, 31, 0.16);
}

.showcase-copy p:not(.eyebrow) {
    color: var(--text);
    font-size: 17px;
    font-weight: 800;
}

.game-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 18px;
}

.game-meta span {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--orange-soft);
    color: #7a341d;
    font-size: 12px;
    font-weight: 900;
}

.showcase-copy .store-row {
    margin-top: 22px;
}

.feature-strip {
    display: grid;
    gap: 0;
}

.feature-banner {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    isolation: isolate;
    background: #10131f;
}

.feature-banner + .feature-banner {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.feature-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.feature-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(10, 11, 20, 0.9), rgba(10, 11, 20, 0.58) 38%, rgba(10, 11, 20, 0.06) 74%),
        linear-gradient(180deg, rgba(10, 11, 20, 0.02), rgba(10, 11, 20, 0.3));
}

.feature-inner {
    width: min(1180px, calc(100% - 36px));
    min-height: 560px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.feature-copy {
    width: min(540px, 100%);
    color: var(--white);
}

.feature-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 18px;
}

.feature-kicker span {
    padding: 6px 11px;
    border-radius: 999px;
    color: var(--white);
    background: rgba(255, 78, 56, 0.92);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.feature-copy h3 {
    width: min(680px, 100%);
    color: var(--white);
    font-size: 54px;
    line-height: 1;
}

.feature-copy p {
    max-width: 540px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 19px;
    font-weight: 800;
}

.feature-copy .game-meta span {
    color: #fff3d2;
    background: rgba(255, 255, 255, 0.14);
}

.feature-copy .store-row {
    margin-top: 24px;
}

.feature-copy .store-button-light,
.feature-copy .video-button {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(17, 19, 31, 0.9);
}

.game-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.game-card {
    min-height: 280px;
    display: grid;
    align-content: space-between;
    gap: 14px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(17, 19, 31, 0.06);
}

.game-card:hover {
    transform: translateY(-2px);
    transition: transform 140ms ease;
}

.game-card-top {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 12px;
    align-items: center;
}

.game-icon {
    width: 68px;
    height: 68px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 10px 22px rgba(17, 19, 31, 0.12);
}

.game-card-top h3 {
    font-size: 22px;
}

.game-card-top p {
    margin: 3px 0 0;
    color: var(--orange);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.game-summary {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    font-weight: 800;
}

.store-row {
    margin-top: 0;
}

.store-button {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
}

.store-badge {
    min-width: 172px;
    min-height: 58px;
    justify-content: flex-start;
    gap: 12px;
    padding: 7px 16px;
    border-color: rgba(255, 255, 255, 0.1);
    background: #050507 !important;
    color: var(--white);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22);
}

.store-badge .store-icon {
    width: 34px;
    height: 34px;
}

.store-copy {
    display: grid;
    gap: 0;
    line-height: 1;
}

.store-small {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.store-copy strong {
    margin-top: 2px;
    font-size: 21px;
    line-height: 0.98;
}

.store-button-google .store-copy strong {
    font-size: 20px;
}

.video-button {
    min-width: 168px;
    min-height: 58px;
    justify-content: flex-start;
    gap: 11px;
    padding: 7px 15px;
    border-color: rgba(255, 255, 255, 0.14);
    background: linear-gradient(180deg, #141520 0%, #050507 100%) !important;
    color: var(--white);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.youtube-mark {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    color: var(--white);
    background: #ff0033;
    box-shadow: 0 8px 18px rgba(255, 0, 51, 0.28);
}

.video-button .youtube-icon {
    width: 15px;
    height: 18px;
    transform: translateX(1px);
}

.video-button .store-copy strong {
    font-size: 20px;
}

.studio-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: stretch;
    padding: 88px 0 90px;
}

.studio-copy,
.studio-panel {
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.studio-copy {
    padding: 38px;
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(255, 78, 56, 0.22), transparent 38%),
        var(--nav);
}

.studio-copy .eyebrow {
    color: var(--sun);
}

.studio-copy p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    font-weight: 800;
}

.studio-panel {
    padding: 30px;
    background: var(--orange-soft);
}

.studio-panel p,
.support-grid p,
.content-card p,
.site-footer p {
    color: var(--muted);
}

.mail-link {
    width: fit-content;
    margin-top: 14px;
    background: var(--white);
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.video-modal.is-open {
    display: flex;
}

.video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(12, 18, 34, 0.78);
}

.video-modal-card {
    position: relative;
    z-index: 1;
    width: min(980px, 100%);
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    background: #000;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.video-modal iframe {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 8px;
}

.video-close {
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    color: var(--ink);
    background: var(--white);
    font-size: 28px;
    font-weight: 900;
    cursor: pointer;
}

.support-hero {
    min-height: 500px;
    display: grid;
    align-items: center;
    padding: 120px max(24px, calc((100vw - 920px) / 2)) 82px;
    background: linear-gradient(135deg, #fff7d0, #eef8ff);
}

.support-hero > div {
    width: min(700px, 100%);
}

.support-hero h1 {
    font-size: 60px;
    letter-spacing: 0;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 70px 0 26px;
}

.support-grid article,
.content-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 14px 32px rgba(17, 19, 31, 0.05);
}

.support-grid article {
    min-height: 220px;
    padding: 20px;
}

.support-grid h2 {
    font-size: 28px;
}

.support-mail-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 84px;
    padding: 24px;
    border-radius: 8px;
    color: var(--white);
    background: var(--nav);
}

.support-mail-band span {
    font-weight: 900;
}

.support-mail-band a {
    color: #ffe08a;
    font-size: 22px;
    font-weight: 900;
}

.content-page {
    padding: 112px 0 90px;
}

.content-card {
    max-width: 920px;
    margin: 0 auto;
    padding: 40px;
}

.content-card h1 {
    margin-bottom: 22px;
    font-size: 54px;
    letter-spacing: 0;
}

.entry-content h2,
.entry-content h3 {
    margin: 34px 0 10px;
    line-height: 1.1;
}

.entry-content h2 {
    font-size: 32px;
}

.entry-content h3 {
    font-size: 25px;
}

.entry-content a {
    color: #d45116;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1.2rem;
}

.site-footer {
    padding: 54px max(18px, calc((100vw - 1180px) / 2)) 28px;
    color: rgba(255, 255, 255, 0.82);
    background: var(--nav);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(180px, 0.7fr) minmax(180px, 0.7fr);
    gap: 42px;
}

.site-footer .footer-brand {
    width: fit-content;
    min-width: 96px;
    min-height: 70px;
    margin: 0 0 22px;
    display: inline-flex;
    padding: 0 22px;
    background: linear-gradient(135deg, var(--orange), #ff7a2a);
}

.site-footer h2 {
    margin: 0 0 14px;
    color: var(--white);
    font-size: 22px;
}

.site-footer a {
    display: block;
    width: fit-content;
    margin: 8px 0;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 800;
}

.site-footer a:hover {
    color: #ffe08a;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-top: 38px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.64);
    font-size: 14px;
}

@keyframes float-in {
    from {
        opacity: 0;
        filter: blur(4px);
    }

    to {
        opacity: 1;
        filter: blur(0);
    }
}

@keyframes stage-mote-primary {
    0% {
        opacity: 0;
        transform: translate3d(-34px, 36px, 0) scale(0.62);
    }

    14% {
        opacity: 0.34;
        transform: translate3d(42px, -4px, 0) scale(0.88);
    }

    38% {
        opacity: 0.5;
        transform: translate3d(188px, -54px, 0) scale(1.08);
    }

    68% {
        opacity: 0.3;
        transform: translate3d(354px, 28px, 0) scale(0.9);
    }

    100% {
        opacity: 0;
        transform: translate3d(520px, -22px, 0) scale(0.48);
    }
}

@keyframes stage-mote-secondary {
    0% {
        opacity: 0;
        transform: translate3d(0, 42px, 0) scale(0.5);
    }

    18% {
        opacity: 0.3;
        transform: translate3d(76px, 4px, 0) scale(0.86);
    }

    58% {
        opacity: 0.42;
        transform: translate3d(220px, -20px, 0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate3d(390px, 18px, 0) scale(0.44);
    }
}

@keyframes stage-mote-tertiary {
    0% {
        opacity: 0;
        transform: translate3d(0, 28px, 0) scale(0.45);
    }

    24% {
        opacity: 0.26;
        transform: translate3d(62px, -6px, 0) scale(0.72);
    }

    62% {
        opacity: 0.38;
        transform: translate3d(158px, -28px, 0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate3d(280px, -4px, 0) scale(0.42);
    }
}

@keyframes mote-drift-one {
    0% {
        opacity: 0;
        transform: translate3d(-80px, 96px, 0) scale(0.45);
    }

    18% {
        opacity: 0.28;
        transform: translate3d(46px, 18px, 0) scale(0.82);
    }

    52% {
        opacity: 0.44;
        transform: translate3d(330px, -36px, 0) scale(1.05);
    }

    78% {
        opacity: 0.22;
        transform: translate3d(610px, 54px, 0) scale(0.78);
    }

    100% {
        opacity: 0;
        transform: translate3d(760px, -10px, 0) scale(0.42);
    }
}

@keyframes mote-drift-two {
    0% {
        opacity: 0;
        transform: translate3d(120px, -22px, 0) scale(0.44);
    }

    22% {
        opacity: 0.24;
        transform: translate3d(-40px, 36px, 0) scale(0.72);
    }

    58% {
        opacity: 0.38;
        transform: translate3d(-270px, -42px, 0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate3d(-520px, 42px, 0) scale(0.46);
    }
}

@keyframes mote-drift-three {
    0% {
        opacity: 0;
        transform: translate3d(-20px, -18px, 0) scale(0.48);
    }

    28% {
        opacity: 0.26;
        transform: translate3d(82px, 46px, 0) scale(0.78);
    }

    64% {
        opacity: 0.36;
        transform: translate3d(238px, 4px, 0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translate3d(420px, 74px, 0) scale(0.42);
    }
}

@keyframes token-bob {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .stage-sun,
    .stage-mote,
    .world-stage::before,
    .world-stage::after,
    .stage-sun::before,
    .stage-sun::after,
    .lineup-token,
    .lineup-token img {
        animation: none;
    }
}

@media (min-width: 1600px) and (max-width: 2599px) {
    .nav-shell {
        width: min(78vw, 1600px);
    }

    .hero-section {
        min-height: clamp(780px, 50vw, 900px);
        padding-top: clamp(136px, 7vw, 168px);
    }

    .hero-copy {
        width: min(1040px, 54vw);
    }

    h1 {
        font-size: clamp(78px, 4.2vw, 104px);
    }

    .hero-text {
        width: min(680px, 38vw);
        font-size: clamp(19px, 1vw, 24px);
    }

    .world-stage {
        width: min(72vw, 1420px);
        height: clamp(430px, 24vw, 520px);
        margin-top: clamp(42px, 2.5vw, 62px);
    }

    .lineup-token img {
        width: clamp(176px, 9vw, 220px);
        height: clamp(312px, 16vw, 392px);
    }

    .token-1 {
        left: 3%;
        bottom: 34px;
    }

    .token-2 {
        left: 17%;
        bottom: -8px;
    }

    .token-3 {
        left: 31%;
        bottom: 48px;
    }

    .token-4 {
        left: 45%;
        bottom: 0;
    }

    .token-5 {
        left: 59%;
        bottom: 44px;
    }

    .token-6 {
        left: 73%;
        bottom: -4px;
    }

    .token-7 {
        left: 87%;
        bottom: 42px;
    }

    .stats-band {
        width: min(980px, 52vw);
    }

    .feature-inner,
    .studio-section {
        width: min(1180px, 78vw);
    }
}

@media (min-width: 2600px) {
    .nav-shell {
        width: min(84vw, 2600px);
        min-height: clamp(78px, 3.8vw, 160px);
    }

    .brand {
        min-width: clamp(104px, 5.2vw, 220px);
        padding: 0 clamp(22px, 1.1vw, 48px);
    }

    .brand-icon {
        width: clamp(56px, 2.8vw, 118px);
        height: clamp(56px, 2.8vw, 118px);
    }

    .primary-nav {
        gap: clamp(22px, 1.2vw, 38px);
        padding: 0 clamp(34px, 1.8vw, 58px);
    }

    .primary-nav a {
        min-height: clamp(46px, 2.2vw, 68px);
        font-size: clamp(14px, 0.72vw, 30px);
    }

    .hero-section {
        min-height: clamp(780px, 58vh, 980px);
        padding-top: clamp(150px, 6.8vw, 210px);
    }

    .hero-copy {
        width: min(70vw, 2200px);
    }

    h1 {
        font-size: clamp(112px, 5.2vw, 340px);
    }

    .hero-text {
        width: min(42vw, 2100px);
        font-size: clamp(24px, 1.15vw, 72px);
    }

    .world-stage {
        width: min(82vw, 3600px);
        height: clamp(560px, 28vw, 760px);
        margin-top: clamp(28px, 1.6vw, 48px);
    }

    .lineup-token img {
        width: clamp(230px, 15vw, 540px);
        height: clamp(409px, 26.7vw, 960px);
        border-width: clamp(4px, 0.18vw, 7px);
        border-radius: clamp(28px, 1.25vw, 46px);
        box-shadow: 0 34px 78px rgba(21, 22, 34, 0.2);
    }

    .token-1 {
        left: 7%;
        bottom: 42px;
    }

    .token-2 {
        left: 19%;
        bottom: -10px;
    }

    .token-3 {
        left: 31%;
        bottom: 56px;
    }

    .token-4 {
        left: 43%;
        bottom: -4px;
    }

    .token-5 {
        left: 55%;
        bottom: 52px;
    }

    .token-6 {
        left: 67%;
        bottom: -8px;
    }

    .token-7 {
        left: 79%;
        bottom: 48px;
    }

    .stats-band {
        width: min(64vw, 2200px);
    }

    .stats-band div {
        min-height: clamp(98px, 3.8vw, 134px);
        padding: clamp(18px, 0.8vw, 28px) clamp(22px, 1vw, 34px);
    }

    .stats-band strong {
        font-size: clamp(34px, 1.45vw, 50px);
    }

    .stats-band span {
        font-size: clamp(14px, 0.58vw, 19px);
    }

    .feature-banner,
    .feature-inner {
        min-height: clamp(700px, 34vw, 1040px);
    }

    .feature-inner {
        width: calc(100% - clamp(72px, 5vw, 260px));
    }

    .feature-copy {
        width: min(38vw, 2200px);
    }

    .feature-copy h3 {
        font-size: clamp(76px, 3.45vw, 260px);
    }

    .feature-copy p {
        max-width: min(38vw, 2200px);
        font-size: clamp(24px, 1.15vw, 80px);
    }

    .feature-kicker span,
    .game-meta span,
    .store-small {
        font-size: clamp(13px, 0.58vw, 38px);
    }

    .game-meta span {
        min-height: clamp(31px, 1.45vw, 48px);
        padding: 0 clamp(12px, 0.62vw, 20px);
    }

    .store-badge,
    .video-button {
        min-width: clamp(190px, 9.2vw, 620px);
        min-height: clamp(64px, 3.1vw, 210px);
        padding: clamp(8px, 0.45vw, 16px) clamp(17px, 0.9vw, 30px);
    }

    .store-badge .store-icon,
    .youtube-mark {
        width: clamp(38px, 1.8vw, 120px);
        height: clamp(38px, 1.8vw, 120px);
    }

    .store-copy strong,
    .store-button-google .store-copy strong,
    .video-button .store-copy strong {
        font-size: clamp(22px, 1.08vw, 76px);
    }

    .studio-section {
        width: calc(100% - clamp(120px, 18vw, 720px));
        grid-template-columns: minmax(0, 1fr) minmax(360px, 30vw);
        gap: clamp(22px, 1.6vw, 56px);
        padding: clamp(96px, 5vw, 180px) 0 clamp(100px, 5vw, 190px);
    }

    .studio-copy {
        padding: clamp(46px, 2.4vw, 86px);
    }

    .studio-copy h2 {
        font-size: clamp(44px, 2.1vw, 84px);
    }

    .studio-copy p {
        max-width: min(54vw, 1800px);
        font-size: clamp(20px, 0.9vw, 34px);
    }

    .studio-panel {
        padding: clamp(34px, 1.8vw, 70px);
    }

    .studio-panel h3 {
        font-size: clamp(30px, 1.4vw, 54px);
    }

    .studio-panel p,
    .mail-link {
        font-size: clamp(16px, 0.72vw, 28px);
    }
}

@media (min-width: 3200px) {
    .hero-section {
        min-height: clamp(820px, 56vh, 1120px);
        padding-top: clamp(150px, 5vw, 220px);
    }

    .hero-text {
        width: min(34vw, 1500px);
        font-size: clamp(24px, 0.86vw, 48px);
    }

    .world-stage {
        width: min(74vw, 3200px);
        height: clamp(520px, 20vw, 820px);
        margin-top: clamp(92px, 4vw, 180px);
    }

    .lineup-token img {
        width: clamp(230px, 9vw, 430px);
        height: clamp(409px, 16vw, 765px);
    }

    .token-1 {
        left: 9%;
    }

    .token-2 {
        left: 21%;
    }

    .token-3 {
        left: 33%;
    }

    .token-4 {
        left: 45%;
    }

    .token-5 {
        left: 57%;
    }

    .token-6 {
        left: 69%;
    }

    .token-7 {
        left: 81%;
    }

    .stats-band {
        width: min(54vw, 2100px);
    }

    .feature-banner,
    .feature-inner {
        min-height: clamp(620px, 25vw, 900px);
    }

    .feature-inner {
        width: calc(100% - clamp(96px, 7vw, 360px));
    }

    .feature-copy {
        width: min(30vw, 1500px);
    }

    .feature-copy h3 {
        font-size: clamp(72px, 2vw, 150px);
    }

    .feature-copy p {
        max-width: min(30vw, 1500px);
        font-size: clamp(22px, 0.72vw, 48px);
    }

    .feature-kicker span,
    .game-meta span,
    .store-small {
        font-size: clamp(12px, 0.38vw, 24px);
    }

    .game-meta span {
        min-height: clamp(28px, 0.9vw, 42px);
    }

    .store-badge,
    .video-button {
        min-width: clamp(172px, 5.6vw, 360px);
        min-height: clamp(58px, 1.9vw, 122px);
    }

    .store-badge .store-icon,
    .youtube-mark {
        width: clamp(34px, 1.1vw, 70px);
        height: clamp(34px, 1.1vw, 70px);
    }

    .store-copy strong,
    .store-button-google .store-copy strong,
    .video-button .store-copy strong {
        font-size: clamp(20px, 0.68vw, 44px);
    }

    .studio-section {
        width: calc(100% - clamp(160px, 22vw, 980px));
        grid-template-columns: minmax(0, 1fr) minmax(380px, 26vw);
    }
}

@media (max-width: 1080px) {
    .showcase-card,
    .showcase-card:nth-child(even),
    .split-heading,
    .studio-section,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .showcase-card:nth-child(even) .showcase-media {
        order: 0;
    }

    .game-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .feature-banner,
    .feature-inner {
        min-height: 520px;
    }

    .feature-copy h3 {
        font-size: 46px;
    }

    .world-stage {
        height: 370px;
    }

    .lineup-token img {
        width: 124px;
        height: 220px;
        border-radius: 24px;
    }

    .stage-sun {
        width: 70px;
        height: 70px;
    }

    .stage-sun::after {
        width: 150px;
        height: 38px;
    }

    .world-stage::before {
        width: 30px;
        height: 30px;
    }

    .world-stage::after {
        width: 18px;
        height: 18px;
    }
}

@media (max-width: 760px) {
    .nav-shell {
        width: 100%;
        min-height: 66px;
        border-radius: 0;
    }

    .brand {
        min-width: 86px;
        padding: 0 14px;
    }

    .brand-copy {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .primary-nav {
        position: fixed;
        inset: 66px 14px auto 14px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        border-radius: 8px;
        background: var(--nav);
        box-shadow: var(--shadow);
    }

    body.nav-open .primary-nav {
        display: flex;
    }

    .primary-nav a {
        justify-content: center;
        min-height: 46px;
    }

    .site-main {
        margin-top: -66px;
    }

    h1 {
        font-size: 45px;
        letter-spacing: 0.12em;
    }

    h2,
    .support-hero h1 {
        font-size: 34px;
    }

    h3 {
        font-size: 23px;
    }

    .hero-section {
        min-height: 650px;
        padding-top: 118px;
    }

    .hero-text {
        font-size: 17px;
    }

    .world-stage {
        height: 300px;
        margin-top: 30px;
    }

    .lineup-token img {
        width: 74px;
        height: 140px;
        border-width: 4px;
        border-radius: 18px;
    }

    .stage-sun {
        left: 6%;
        top: 6%;
        width: 50px;
        height: 50px;
        box-shadow:
            0 18px 36px rgba(255, 184, 34, 0.26),
            0 0 0 15px rgba(255, 204, 56, 0.07);
    }

    .stage-sun::after {
        left: -26px;
        top: 30px;
        width: 104px;
        height: 30px;
    }

    .lineup-token figcaption {
        display: none;
    }

    .token-1 {
        left: 0;
        bottom: 68px;
    }

    .token-2 {
        left: 14%;
        bottom: 20px;
    }

    .token-3 {
        left: 28%;
        bottom: 76px;
    }

    .token-4 {
        left: 42%;
        bottom: 24px;
    }

    .token-5 {
        left: 56%;
        bottom: 72px;
    }

    .token-6 {
        left: 70%;
        bottom: 22px;
    }

    .token-7 {
        left: 84%;
        bottom: 78px;
    }

    .token-8 {
        left: 88%;
        bottom: 12px;
    }

    .stats-band,
    .game-grid,
    .support-grid {
        grid-template-columns: 1fr;
    }

    .stats-band div {
        min-height: 82px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .stats-band div:last-child {
        border-bottom: 0;
    }

    .games-section {
        padding-top: 64px;
    }

    .showcase-section {
        padding-top: 0;
    }

    .feature-banner,
    .feature-inner {
        min-height: 600px;
    }

    .feature-bg {
        object-position: 72% center;
    }

    .feature-shade,
    .feature-banner:nth-child(even) .feature-shade {
        background:
            linear-gradient(180deg, rgba(10, 11, 20, 0.06), rgba(10, 11, 20, 0.36) 38%, rgba(10, 11, 20, 0.94) 76%),
            radial-gradient(circle at 50% 48%, rgba(255, 78, 56, 0.2), transparent 24%);
    }

    .feature-inner {
        align-items: flex-end;
        justify-content: flex-start;
        padding-bottom: 34px;
    }

    .feature-copy h3 {
        font-size: 34px;
    }

    .feature-copy p {
        font-size: 16px;
    }

    .feature-kicker img {
        width: 58px;
        height: 58px;
    }

    .showcase-media {
        min-height: 250px;
    }

    .showcase-copy,
    .studio-copy,
    .studio-panel,
    .content-card {
        padding: 24px;
    }

    .game-card {
        min-height: 0;
    }

    .support-mail-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .support-mail-band a {
        font-size: 18px;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 430px) {
    .showcase-section,
    .games-section,
    .studio-section,
    .support-grid,
    .support-mail-band,
    .content-page {
        width: min(100% - 28px, 1180px);
    }

    .primary-cta,
    .secondary-cta,
    .store-button,
    .mail-link {
        width: 100%;
    }

    .store-row {
        width: 100%;
    }

    .store-row .store-button {
        width: auto;
        flex: 1 1 130px;
    }
}
