:root {
    color-scheme: dark;
    --bg: #09090e;
    --panel: #171720;
    --panel-soft: rgba(23, 23, 32, 0.78);
    --line: rgba(255, 255, 255, 0.16);
    --ink: #fbf8f0;
    --muted: #b9b4c2;
    --pink: #ff42bd;
    --cyan: #4feaff;
    --yellow: #f5f09b;
    --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 18rem;
    background:
        radial-gradient(circle at 80% 4%, rgba(255, 66, 189, 0.15), transparent 29rem),
        radial-gradient(circle at 12% 44%, rgba(79, 234, 255, 0.09), transparent 34rem),
        linear-gradient(180deg, #07070b, var(--bg) 50%, #0d0b12);
    color: var(--ink);
    line-height: 1.5;
}

a {
    color: var(--cyan);
    text-underline-offset: 0.2em;
}

a:focus-visible,
button:focus-visible,
audio:focus-visible,
video:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 100;
    top: -6rem;
    left: 1rem;
    padding: 0.7rem 1rem;
    border-radius: 0.4rem;
    background: var(--yellow);
    color: #111;
    font-weight: 800;
}

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

.topbar,
main,
footer {
    width: min(76rem, calc(100% - 2rem));
    margin-inline: auto;
}

.topbar {
    display: flex;
    padding-block: 1.25rem;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}

.wordmark {
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 950;
    letter-spacing: 0.18em;
    text-decoration: none;
}

.preview-pill {
    display: inline-flex;
    min-height: 1.8rem;
    padding: 0.22rem 0.68rem;
    align-items: center;
    border: 1px solid var(--pink);
    border-radius: 999px;
    color: var(--pink);
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(17rem, 0.7fr);
    gap: clamp(2rem, 8vw, 7rem);
    min-height: 43rem;
    padding-block: clamp(4rem, 10vw, 8rem);
    align-items: center;
}

.eyebrow,
.kicker {
    margin: 0 0 0.7rem;
    color: var(--cyan);
    font-size: 0.77rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

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

h1 {
    max-width: 11ch;
    margin-bottom: 1.3rem;
    font-size: clamp(3.4rem, 9vw, 7.7rem);
    font-weight: 950;
    letter-spacing: -0.075em;
    line-height: 0.84;
    text-transform: uppercase;
}

h2 {
    margin-bottom: 0.8rem;
    font-size: clamp(1.8rem, 4vw, 3.15rem);
    line-height: 0.98;
    letter-spacing: -0.045em;
}

h3 {
    margin-bottom: 0.25rem;
    font-size: 1.15rem;
}

.lede {
    max-width: 41rem;
    margin-bottom: 1.5rem;
    color: var(--muted);
    font-size: clamp(1.12rem, 2vw, 1.42rem);
}

.listen-cta {
    display: inline-flex;
    min-height: 3rem;
    margin-bottom: 1.5rem;
    padding: 0.7rem 1rem;
    align-items: center;
    border: 1px solid var(--cyan);
    border-radius: 999px;
    background: rgba(79, 234, 255, 0.08);
    color: var(--ink);
    font-weight: 900;
    text-decoration: none;
}

.disclosure {
    display: flex;
    max-width: 43rem;
    gap: 0.8rem;
    padding: 1rem 1.1rem;
    border: 1px solid var(--line);
    border-left: 0.3rem solid var(--pink);
    border-radius: 0.7rem;
    background: rgba(17, 17, 25, 0.84);
    color: var(--muted);
    font-size: 0.92rem;
}

.disclosure span {
    color: var(--pink);
    font-size: 1.2rem;
}

.disclosure p {
    margin: 0;
}

.cover-art {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(79, 234, 255, 0.28);
    border-radius: 1.4rem;
    background: #0a0a10;
    box-shadow: var(--shadow);
    transform: rotate(1.25deg);
}

.cover-art img {
    display: block;
    width: 100%;
    height: auto;
}

.cover-art figcaption {
    position: absolute;
    right: 0.8rem;
    bottom: 0.8rem;
    left: 0.8rem;
    padding: 0.55rem 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.5rem;
    background: rgba(7, 7, 11, 0.84);
    color: var(--muted);
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.player-shell,
.hook-section,
.story-grid,
.share-panel,
.release-note {
    padding-block: clamp(3rem, 7vw, 6rem);
    border-top: 1px solid var(--line);
}

.section-head {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    justify-content: space-between;
}

.section-head h2 {
    margin-bottom: 0;
}

.duration {
    margin: 0;
    color: var(--yellow);
    font-size: 2.2rem;
    font-weight: 900;
}

audio {
    display: block;
    width: 100%;
    margin-block: 1.8rem 1rem;
    accent-color: var(--pink);
}

.source-note,
.section-note,
.share-panel p,
.release-note p {
    color: var(--muted);
    font-size: 0.9rem;
}

.section-note {
    max-width: 21rem;
    text-align: right;
}

.hook-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 2rem;
}

.hook-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--panel);
}

.hook-card video {
    display: block;
    width: 100%;
    max-height: 41rem;
    aspect-ratio: 9 / 16;
    background: #050508;
    object-fit: contain;
}

.hook-copy {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    align-items: flex-start;
}

.hook-copy > span {
    color: var(--pink);
    font-size: 1.6rem;
    font-weight: 950;
}

.hook-copy p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 0.82rem;
}

.story-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(17rem, 0.9fr);
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
}

.story-card {
    padding: clamp(1.4rem, 4vw, 2.4rem);
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: var(--panel-soft);
}

.story-card p:last-child {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.06rem;
}

.facts {
    margin: 0;
}

.facts div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 1rem;
    padding-block: 0.85rem;
    border-bottom: 1px solid var(--line);
}

.facts dt {
    color: var(--muted);
}

.facts dd {
    margin: 0;
    font-weight: 800;
    text-align: right;
}

.share-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

.share-panel h2,
.share-panel p {
    margin-bottom: 0.5rem;
}

.share-action {
    min-width: min(100%, 15rem);
}

#share-track {
    width: 100%;
    min-height: 3.2rem;
    padding: 0.75rem 1.2rem;
    border: 1px solid var(--pink);
    border-radius: 999px;
    background: var(--pink);
    color: #140812;
    cursor: pointer;
    font: inherit;
    font-weight: 950;
}

#share-track:hover {
    background: #ff76cf;
}

.share-status {
    min-height: 1.4rem;
    margin: 0.55rem 0 0;
    text-align: center;
}

.release-note {
    max-width: 50rem;
}

.release-note p:last-child {
    font-size: 1rem;
}

footer {
    display: flex;
    gap: 1rem;
    padding-block: 1.5rem 2.5rem;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 0.75rem;
}

footer p {
    margin: 0;
}

@media (max-width: 760px) {
    .hero,
    .story-grid,
    .share-panel {
        grid-template-columns: 1fr;
    }

    .hero {
        min-height: auto;
        padding-top: 3rem;
    }

    .cover-art {
        width: min(100%, 24rem);
        margin-inline: auto;
        transform: none;
    }

    .hook-grid {
        grid-template-columns: 1fr;
    }

    .section-head,
    footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .section-note {
        text-align: left;
    }

    .share-action {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
