@font-face {
    font-family: "Nimbus Sans Round";
    src: url("../fonts/Nimbus Sans Round/Nimbus Sans Round.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nimbus Sans Round";
    src: url("../fonts/Nimbus Sans Round/Nimbus Sans Round Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nimbus Sans Round";
    src: url("../fonts/Nimbus Sans Round/Nimbus Sans Round Semi Bold.otf") format("opentype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Nimbus Sans Round";
    src: url("../fonts/Nimbus Sans Round/Nimbus Sans Round Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MT Sans Full";
    src: url("../fonts/MT Sans Full/MTSans-RegularCondensed.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MT Sans Full";
    src: url("../fonts/MT Sans Full/MTSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --bg: #040915;
    --bg-alt: #223e8f;
    --panel: rgba(27, 38, 69, 0.78);
    --panel-strong: rgba(41, 58, 102, 0.82);
    --panel-soft: rgba(255, 255, 255, 0.035);
    --line: rgba(109, 141, 228, 0.3);
    --line-strong: rgba(132, 164, 248, 0.46);
    --text: #eef4ff;
    --muted: #c7d4ee;
    --accent: #4169e1;
    --accent-strong: #8eadff;
    --shadow: 0 28px 78px rgba(0, 0, 0, 0.48);
    --font-ui: "Nimbus Sans Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-copy: "Proxima Nova", "Avenir Next", "Segoe UI", "Nimbus Sans Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --font-hero-accent: "MT Sans Full", "Nimbus Sans Round", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --max-width: 1180px;
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgba(156, 184, 255, 0.82) rgba(255, 255, 255, 0.08);
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    background:
        radial-gradient(circle at top, rgba(65, 105, 225, 0.4), transparent 44%),
        radial-gradient(circle at 78% 8%, rgba(142, 173, 255, 0.2), transparent 30%),
        linear-gradient(180deg, rgba(4, 9, 21, 0.42), rgba(4, 9, 21, 0.92)),
        url('../image/background.png') no-repeat center top / cover;
    background-attachment: fixed, fixed, fixed, fixed;
    font-family: var(--font-ui);
    overflow-x: hidden;
}

body.popup-open {
    overflow: hidden;
}

[hidden] {
    display: none !important;
}

img {
    display: block;
    max-width: 100%;
}

button,
a,
input {
    font: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}

::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: linear-gradient(180deg, var(--accent), rgba(156, 184, 255, 0.66));
}

.site-shell {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 32px), var(--max-width));
    margin: 0 auto;
    padding: 12px 0 88px;
}

body.player-dock-visible .site-shell {
    padding-bottom: calc(var(--player-dock-safe-space, 72px) + 32px);
}

body.player-dock-visible.player-dock-collapsed .site-shell {
    padding-bottom: calc(var(--player-dock-safe-space, 72px) + 18px);
}

.hero {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: 22px;
}

.hero-header {
    display: grid;
    gap: clamp(12px, 1.4svh, 18px);
}

.hero-top-stack {
    display: grid;
    justify-items: center;
    gap: 8px;
}

.hero-top-logo {
    width: clamp(54px, 6vw, 78px);
    height: auto;
    filter: none;
    transition: transform 0.24s ease;
}

.hero-top-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.hero-top-home:hover .hero-top-logo,
.hero-top-home:focus-visible .hero-top-logo {
    transform: translateY(-2px) scale(1.03);
    filter: none;
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 332px);
    gap: clamp(24px, 2.8vw, 36px);
    align-items: start;
}

.brand-block {
    position: relative;
    display: grid;
    align-content: start;
    gap: 12px;
    max-width: 720px;
}

.hero-eyebrow,
.section-kicker,
.player-kicker,
.popup-eyebrow {
    margin: 0;
    color: var(--accent-strong);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-eyebrow,
.hero-proof-eyebrow,
.hero-proof-text,
.section-kicker,
.section-lead,
.player-kicker,
.track-artist,
.track-meta,
.meta-chip-label,
.track-pill-label,
.support-card-text,
.support-card-price-label {
    font-family: var(--font-ui);
}

.hero-top-stack .hero-eyebrow {
    text-align: center;
    font-family: var(--font-ui);
    color: #f8fbff;
    font-size: clamp(0.94rem, 1.45vw, 1.08rem);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-transform: none;
}

.hero-proof-text,
.hero-proof-lead,
.hero-lead,
.section-lead,
.support-card-text,
.support-card-list,
.popup-lead,
.about-highlight-value,
.about-services-list {
    font-family: var(--font-copy);
    font-weight: 400;
    letter-spacing: -0.01em;
}

.hero-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
}

.text-logo {
    width: min(100%, 286px);
    height: auto;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transform-origin: center;
    transition: transform 0.28s ease, filter 0.28s ease;
}

.text-logo:hover {
    transform: scale(1.04);
    filter: none;
}

.brand-block::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 30px;
    width: 250px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(142, 173, 255, 0.3), transparent 70%);
    filter: blur(28px);
    z-index: 0;
}

.brand-block::after {
    content: none;
}

.hero-proof-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 10px;
    align-content: start;
    padding: 14px 16px 15px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        var(--panel);
    box-shadow: var(--shadow);
}

.hero-proof-panel::after {
    content: '';
    position: absolute;
    inset: 0 auto 0 -35%;
    width: 32%;
    background: linear-gradient(90deg, transparent, rgba(142, 173, 255, 0.14), transparent);
    transform: skewX(-14deg);
    opacity: 0;
    z-index: 0;
    pointer-events: none;
    animation: proofPanelSweep 8s ease-in-out 1.4s infinite;
}

.hero-proof-panel > * {
    position: relative;
    z-index: 1;
}

.hero-proof-column {
    display: grid;
    gap: 16px;
    align-content: start;
    justify-items: center;
}

.hero-proof-column .hero-proof-panel {
    width: 100%;
}

.hero-proof-eyebrow {
    margin: 0;
    color: var(--accent-strong);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    font-weight: 600;
}

.hero-proof-title {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.14;
}

.hero-proof-lead {
    margin: 0;
    color: rgba(238, 244, 255, 0.9);
    font-family: var(--font-copy);
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.42;
    letter-spacing: -0.01em;
}

.hero-proof-list {
    display: grid;
    gap: 8px;
}

.hero-proof-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    align-items: start;
    padding: 8px 10px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.03);
}

.hero-proof-index {
    color: var(--accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.hero-proof-text {
    color: var(--text);
    font-size: 0.82rem;
    line-height: 1.34;
}

.hero-proof-lead .proof-emphasis,
.hero-proof-text .proof-emphasis {
    color: #ffffff;
    font-weight: 800;
    text-shadow: 0 0 18px rgba(142, 173, 255, 0.24);
}

.hero-proof-text .proof-line {
    display: block;
    margin-top: 2px;
}

.hero-title {
    margin: 0;
    font-size: clamp(2.4rem, 6vw, 4.75rem);
    line-height: 0.92;
    letter-spacing: -0.045em;
}

.hero-lead,
.section-lead {
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.65;
    max-width: 640px;
}

.inline-link {
    color: var(--accent-strong);
    text-decoration: underline;
    text-underline-offset: 0.18em;
    text-decoration-color: rgba(142, 173, 255, 0.72);
}

.inline-link:hover {
    color: var(--text);
}

.hero-proof-cta {
    justify-self: center;
    padding-inline: 24px;
    margin-top: 0;
}

.menu-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: min(100%, 760px);
    margin-top: -58px;
}

.hero-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid rgba(164, 188, 255, 0.2);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
        rgba(14, 23, 49, 0.78);
    box-shadow:
        0 24px 64px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
}

.hero-stat {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 10px 18px;
    align-content: start;
    min-height: 82px;
}

.hero-stat + .hero-stat::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(164, 188, 255, 0.28), transparent);
}

.hero-stat-value {
    display: block;
    color: #ffffff;
    font-size: clamp(1.32rem, 2vw, 1.82rem);
    font-weight: 700;
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.hero-stat-label {
    display: block;
    max-width: 18ch;
    color: rgba(238, 244, 255, 0.72);
    font-family: var(--font-copy);
    font-size: 0.76rem;
    line-height: 1.33;
    letter-spacing: -0.01em;
}

.section-heading {
    display: grid;
    gap: 12px;
}

.section-title {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
}

.playlist-section,
.support-section {
    display: grid;
    gap: 24px;
    margin-top: 64px;
}

.meta-row,
.tag-row,
.track-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .menu-row {
        width: 100%;
        margin-top: 0;
        justify-content: center;
    }

    .hero-proof-column {
        width: min(100%, 360px);
        justify-self: center;
    }

    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    body {
        background-attachment: scroll, scroll, scroll, scroll;
    }

    .site-shell {
        width: min(calc(100% - 20px), var(--max-width));
        padding-top: 18px;
        padding-bottom: 64px;
    }

    body.player-dock-visible .site-shell {
        padding-bottom: 162px;
    }

    body.player-dock-visible.player-dock-collapsed .site-shell {
        padding-bottom: 108px;
    }

    .hero-eyebrow {
        text-align: center;
    }

    .hero-top-logo {
        width: 62px;
    }

    .hero-socials {
        gap: 8px;
    }

    .brand-block {
        justify-items: center;
        margin: 0 auto;
        text-align: center;
    }

    .menu-row {
        width: 100%;
        margin-top: 0;
        justify-content: center;
    }

    .brand-block::before {
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-title {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .hero-stats {
        grid-template-columns: 1fr;
    }

    .hero-stat {
        min-height: auto;
        padding: 16px 18px;
    }

    .hero-stat + .hero-stat::before {
        left: 18px;
        right: 18px;
        top: 0;
        bottom: auto;
        width: auto;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(164, 188, 255, 0.28), transparent);
    }

    .hero-stat-label {
        max-width: none;
    }

    .playlist-section,
    .support-section {
        margin-top: 52px;
    }
}
