:root {
    color-scheme: dark;
    --black: #02030a;
    --ink: #070713;
    --purple-950: #050617;
    --purple-900: #09091e;
    --purple-800: #11102b;
    --purple-700: #211d3f;
    --purple-600: #373159;
    --lavender: #c9c2df;
    --white: #f8f5ef;
    --muted: rgba(201, 194, 223, 0.72);
    --muted-dark: rgba(7, 7, 19, 0.68);
    --line: rgba(150, 139, 198, 0.24);
    --line-dark: rgba(0, 0, 0, 0.16);
    --gold: #d4aa5d;
    --gold-soft: #efd28d;
}

* {
    box-sizing: border-box;
}

html {
    background: var(--black);
}

body {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    background:
        linear-gradient(105deg, rgba(212, 170, 93, 0.05) 0 1px, transparent 1px 44%),
        linear-gradient(180deg, var(--purple-950) 0%, var(--black) 42%, #030309 100%);
    color: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent 14%, transparent 86%, rgba(255, 255, 255, 0.025)),
        linear-gradient(180deg, rgba(55, 49, 89, 0.36), transparent 34%),
        linear-gradient(115deg, transparent 0 58%, rgba(212, 170, 93, 0.06) 58.12%, transparent 58.55% 100%);
}

a {
    color: inherit;
}

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

h1,
h2,
h3,
p,
figure {
    margin-top: 0;
}

h1,
h2,
h3 {
    line-height: 1.05;
}

p {
    color: var(--muted);
}

.section-inner {
    width: min(1180px, calc(100% - 44px));
    margin: 0 auto;
}

.site-header {
    width: min(100%, 1500px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 42px 28px;
    color: var(--lavender);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    text-decoration: none;
    font-size: 1.58rem;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 0;
}

.brand img {
    width: 42px;
    height: 42px;
    border-radius: 8px;
}

.nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.nav a {
    color: var(--lavender);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-hero {
    width: min(100%, 1500px);
    margin: 74px auto 116px;
    padding: 0 42px;
}

.minimal-hero {
    padding: 82px 0 112px;
    text-align: center;
    background: linear-gradient(180deg, rgba(33, 29, 63, 0.22), transparent 68%);
}

.hero-lockup {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hero-icon {
    width: clamp(104px, 12vw, 154px);
    height: clamp(104px, 12vw, 154px);
    margin-bottom: 28px;
    border-radius: 20px;
    box-shadow:
        0 0 0 1px rgba(239, 210, 141, 0.18),
        0 24px 70px rgba(9, 9, 30, 0.72);
}

.hero-lockup h1 {
    margin: 0;
    color: var(--white);
    font-size: clamp(3.4rem, 9vw, 8rem);
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0;
}

.hero-lockup p:not(.eyebrow) {
    max-width: 640px;
    margin: 24px auto 0;
    color: var(--muted);
    font-size: 1.12rem;
}

.minimal-hero .hero-actions {
    margin-top: 46px;
}

.hero-banner {
    position: relative;
    min-height: clamp(190px, 33vw, 475px);
    overflow: hidden;
    background: #07111d;
}

.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 58% 48%, rgba(255, 255, 255, 0.16), transparent 18%),
        linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.7));
}

.hero-banner img {
    width: 100%;
    height: clamp(190px, 33vw, 475px);
    object-fit: cover;
    object-position: center 28%;
}

.banner-title {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(14px, 2.4vw, 34px);
    padding: 30px;
}

.banner-title img {
    width: clamp(68px, 9vw, 136px);
    height: clamp(68px, 9vw, 136px);
    object-fit: contain;
    filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.42));
}

.banner-title span {
    color: var(--white);
    font-size: clamp(2.8rem, 8.2vw, 8rem);
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0;
    text-shadow: 0 18px 36px rgba(0, 0, 0, 0.58);
    white-space: nowrap;
}

.hero-actions,
.actions {
    display: flex;
    justify-content: center;
    gap: clamp(26px, 6vw, 96px);
    margin-top: 78px;
}

.store-button,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    min-height: 70px;
    padding: 0 42px;
    border: 2px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: var(--lavender);
    text-decoration: none;
    font-size: 1.02rem;
    font-weight: 500;
    transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

.store-button:hover,
.button:hover {
    border-color: var(--gold-soft);
    color: var(--gold-soft);
    background: rgba(55, 49, 89, 0.24);
}

.button.primary {
    border-color: var(--gold);
    color: var(--gold);
}

.button.quiet {
    color: var(--lavender);
}

.clean-section {
    padding: 14px 0 108px;
}

.simple-statement {
    padding: 86px 0 96px;
    border-top: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(17, 16, 43, 0.78), rgba(5, 6, 23, 0.42)),
        linear-gradient(115deg, transparent 0 64%, rgba(212, 170, 93, 0.08) 64.08%, transparent 64.45%);
}

.statement-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 56px;
    align-items: start;
}

.statement-grid h2,
.preview-grid h2 {
    margin-bottom: 0;
    color: var(--white);
    font-size: clamp(2rem, 4vw, 4.1rem);
    font-style: normal;
    font-weight: 850;
    letter-spacing: 0;
}

.statement-grid p,
.preview-grid p {
    margin-bottom: 0;
    font-size: 1.08rem;
}

.intro-line {
    text-align: center;
}

.eyebrow {
    margin-bottom: 14px;
    color: var(--gold);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.intro-line h1,
.product-layout h2,
.contact-prompt h2,
.page-title h1,
.game-copy h1 {
    margin-bottom: 0;
    font-size: clamp(2.2rem, 5.2vw, 4.9rem);
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0;
}

.intro-line h1 {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 6px;
    text-wrap: balance;
}

.product-strip {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 118px 0 128px;
    background:
        linear-gradient(90deg, rgba(5, 6, 23, 0.96), rgba(17, 16, 43, 0.64)),
        url("./assets/stadium-twilight.png") center 54% / cover;
}

.preview-section {
    padding: 104px 0 118px;
    background: linear-gradient(180deg, #050617, #02030a);
    border-top: 1px solid var(--line);
}

.preview-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
    gap: 56px;
    align-items: center;
}

.preview-grid img {
    width: 100%;
    max-height: 540px;
    object-fit: cover;
    object-position: top center;
    opacity: 0.82;
    box-shadow: 0 24px 90px rgba(2, 3, 10, 0.58);
}

.product-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1.16fr);
    align-items: center;
    gap: 40px;
}

.product-layout p,
.game-copy p {
    max-width: 620px;
    font-size: 1.08rem;
}

.product-art,
.pack-display {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: clamp(10px, 2vw, 26px);
}

.product-art img,
.pack-display img {
    width: min(28%, 170px);
    filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.52));
}

.product-art img:nth-child(2),
.pack-display img:nth-child(2) {
    transform: translateY(-18px);
}

.contact-prompt {
    padding: 108px 0 116px;
    background: linear-gradient(180deg, #f8f5ef, #ded8c8);
    color: var(--ink);
    text-align: center;
}

.contact-prompt h2 {
    max-width: 880px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    color: var(--ink);
}

.text-link {
    display: inline-flex;
    color: var(--ink);
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

.site-footer {
    padding: 34px 0 46px;
    color: rgba(201, 194, 223, 0.58);
}

.footer-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.footer-row p {
    margin-bottom: 0;
}

.footer-row nav {
    display: flex;
    gap: 22px;
}

.footer-row a {
    color: var(--muted);
    text-decoration: none;
}

.game-hero {
    padding: 78px 0 118px;
}

.game-lockup {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.game-lockup h1 {
    margin: 0;
    color: var(--white);
    font-size: clamp(3.4rem, 8vw, 7.4rem);
    font-style: italic;
    font-weight: 950;
    letter-spacing: 0;
}

.game-lockup p:not(.eyebrow) {
    max-width: 620px;
    margin: 24px auto 0;
    color: var(--muted);
    font-size: 1.08rem;
}

.game-lockup .actions {
    margin-top: 48px;
}

.game-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1.14fr);
    align-items: center;
    gap: 48px;
}

.game-copy h1 {
    margin-bottom: 22px;
}

.game-visual {
    position: relative;
    min-height: 460px;
    background: url("./assets/home-club-tools.webp") center top / cover;
}

.game-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
}

.mode-section {
    padding: 84px 0 106px;
    border-top: 1px solid var(--line);
}

.mode-list {
    display: grid;
    gap: 0;
}

.mode-list article,
.info-card,
.link-panel {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 26px;
    padding: 26px 0;
    border-top: 1px solid var(--line);
}

.mode-list article:last-child,
.info-card:last-child,
.link-panel:last-child {
    border-bottom: 1px solid var(--line);
}

.mode-list span,
.link-panel strong {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.mode-list h3,
.info-card h2,
.info-card h3,
.link-panel span {
    margin-bottom: 6px;
    color: var(--white);
    font-size: 1.35rem;
}

.mode-list p,
.info-card p,
.info-card li,
.link-panel {
    color: var(--muted);
}

.link-panel {
    text-decoration: none;
}

.screens-section {
    padding: 100px 0;
    background:
        linear-gradient(180deg, rgba(17, 16, 43, 0.92), rgba(5, 6, 23, 0.98)),
        linear-gradient(115deg, transparent 0 57%, rgba(212, 170, 93, 0.08) 57.08%, transparent 57.45%);
    border-top: 1px solid var(--line);
}

.screen-pair {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

.screen-pair img {
    width: 100%;
    max-height: 760px;
    object-fit: cover;
    object-position: top center;
    opacity: 0.84;
    box-shadow: 0 22px 80px rgba(2, 3, 10, 0.5);
}

.page-title {
    padding: 74px 0 52px;
}

.page-title h1,
.page-title p,
.content .section-inner {
    max-width: 880px;
}

.content .section {
    padding: 34px 0 92px;
}

.card-grid,
.link-grid {
    display: grid;
    gap: 0;
}

.info-card ul,
.legal-section ul {
    margin: 0;
    padding-left: 20px;
}

.legal-section h2 {
    margin-top: 34px;
}

.legal-section h2:first-child {
    margin-top: 0;
}

.legal-section a {
    color: var(--white);
    overflow-wrap: anywhere;
}

@media (max-width: 900px) {
    .site-header {
        padding: 28px 30px 20px;
    }

    .home-hero {
        margin-top: 50px;
        margin-bottom: 88px;
        padding: 0 30px;
    }

    .product-layout,
    .game-layout,
    .screen-pair,
    .statement-grid,
    .preview-grid {
        grid-template-columns: 1fr;
    }

    .game-visual {
        min-height: 360px;
    }
}

@media (max-width: 620px) {
    .section-inner {
        width: calc(100% - 32px);
    }

    .site-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        padding: 26px 30px 16px;
    }

    .brand {
        font-size: 1.42rem;
    }

    .nav {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 12px 24px;
    }

    .nav a {
        font-size: 0.72rem;
    }

    .home-hero {
        margin-top: 42px;
        margin-bottom: 76px;
        padding: 0 30px;
    }

    .minimal-hero {
        padding: 58px 0 84px;
    }

    .hero-icon {
        margin-bottom: 22px;
        border-radius: 16px;
    }

    .hero-lockup h1 {
        font-size: 3.25rem;
    }

    .game-lockup h1 {
        font-size: 3.25rem;
    }

    .hero-lockup p:not(.eyebrow),
    .game-lockup p:not(.eyebrow) {
        max-width: 340px;
        font-size: 1rem;
    }

    .hero-banner,
    .hero-banner img {
        min-height: 144px;
        height: 144px;
    }

    .banner-title {
        gap: 10px;
        padding: 18px;
    }

    .banner-title img {
        width: 48px;
        height: 48px;
    }

    .banner-title span {
        font-size: 2rem;
    }

    .intro-line h1,
    .contact-prompt h2 {
        font-size: 2rem;
    }

    .intro-line h1 {
        max-width: 350px;
    }

    .hero-actions,
    .actions {
        flex-direction: column;
        align-items: center;
        gap: 28px;
        margin-top: 46px;
    }

    .store-button,
    .button {
        min-width: 154px;
        min-height: 70px;
        padding: 0 32px;
    }

    .clean-section {
        padding-bottom: 80px;
    }

    .product-strip,
    .contact-prompt,
    .mode-section,
    .screens-section,
    .simple-statement,
    .preview-section {
        padding-top: 78px;
        padding-bottom: 86px;
    }

    .statement-grid,
    .preview-grid {
        gap: 24px;
    }

    .statement-grid h2,
    .preview-grid h2 {
        font-size: 2rem;
    }

    .preview-grid img {
        max-height: 360px;
    }

    .product-art img,
    .pack-display img {
        width: 31%;
    }

    .mode-list article,
    .info-card,
    .link-panel {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .footer-row {
        align-items: flex-start;
        flex-direction: column;
    }
}
