:root {
    --ink: #11110f;
    --ink-soft: #181713;
    --green: #18362d;
    --tobacco: #6f442b;
    --cream: #eee5d2;
    --cream-muted: #bcb19c;
    --gold: #b79658;
    --gold-bright: #d0ad69;
    --line: rgb(183 150 88 / 42%);
    --page: min(100% - 3rem, 92rem);
    --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
    --ui: "Avenir Next Condensed", "Arial Narrow", "Helvetica Neue", sans-serif;
    --body: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--ink);
}

body {
    margin: 0;
    min-width: 20rem;
    color: var(--cream);
    background:
        radial-gradient(circle at 75% -10%, rgb(111 68 43 / 18%), transparent 32rem),
        var(--ink);
    font-family: var(--body);
    font-size: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: 20;
    pointer-events: none;
    opacity: .09;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.28'/%3E%3C/svg%3E");
}

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

a {
    color: inherit;
    text-decoration-thickness: .08em;
    text-underline-offset: .2em;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: .15rem solid var(--gold-bright);
    outline-offset: .25rem;
}

.skip-link {
    position: fixed;
    top: .75rem;
    left: .75rem;
    z-index: 100;
    padding: .7rem 1rem;
    color: var(--ink);
    background: var(--cream);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: relative;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: var(--page);
    min-height: 5.2rem;
    margin-inline: auto;
    border-bottom: 1px solid var(--line);
}

.wordmark,
.footer-wordmark {
    font-family: var(--display);
    font-size: clamp(1.4rem, 2.1vw, 2rem);
    font-weight: 500;
    letter-spacing: .13em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.primary-navigation {
    display: flex;
    grid-column: 2;
    gap: clamp(1.5rem, 3.5vw, 4.25rem);
}

.primary-navigation a {
    position: relative;
    padding-block: 2rem;
    color: var(--cream-muted);
    font-family: var(--ui);
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .27em;
    text-decoration: none;
    text-transform: uppercase;
}

.primary-navigation a::after {
    position: absolute;
    right: 0;
    bottom: -.05rem;
    left: 0;
    height: .12rem;
    content: "";
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.primary-navigation a:hover,
.primary-navigation a[aria-current="page"] {
    color: var(--cream);
}

.primary-navigation a:hover::after,
.primary-navigation a[aria-current="page"]::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-toggle {
    display: none;
}

.preview-flag {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 40;
    padding: .45rem .7rem;
    color: var(--cream);
    border: 1px solid var(--line);
    background: rgb(17 17 15 / 88%);
    font-family: var(--ui);
    font-size: .65rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    backdrop-filter: blur(.5rem);
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(28rem, 1.12fr);
    align-items: stretch;
    width: var(--page);
    min-height: min(50rem, calc(100svh - 5.2rem));
    margin-inline: auto;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.hero-copy {
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(4rem, 8vw, 8rem) 2rem clamp(5rem, 9vw, 8rem) 0;
}

.eyebrow,
.section-kicker,
.section-label,
.release-status {
    color: var(--gold-bright);
    font-family: var(--ui);
    font-size: .74rem;
    font-weight: 600;
    letter-spacing: .28em;
    text-transform: uppercase;
}

.hero h1,
.page-hero h1 {
    margin: .7rem 0 1.25rem;
    font-family: var(--display);
    font-size: clamp(5.4rem, 10.6vw, 10.8rem);
    font-weight: 400;
    letter-spacing: -.045em;
    line-height: .74;
    text-transform: uppercase;
}

.hero-line {
    margin: .5rem 0;
    font-family: var(--display);
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-style: italic;
    letter-spacing: .04em;
}

.hero-intro {
    max-width: 31rem;
    margin: .8rem 0 0;
    color: var(--cream-muted);
    font-size: .98rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .9rem 1.2rem;
    margin-top: 2rem;
}

.button {
    display: inline-flex;
    min-height: 3.5rem;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: .85rem 1.5rem;
    border: 1px solid var(--gold);
    font-family: var(--ui);
    font-size: .76rem;
    font-weight: 600;
    letter-spacing: .2em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.button:hover {
    transform: translateY(-.12rem);
}

.button-primary {
    color: var(--ink);
    background: var(--gold-bright);
}

.button-primary:hover {
    background: var(--cream);
}

.button-outline {
    color: var(--cream);
    background: rgb(17 17 15 / 35%);
}

.button-outline:hover {
    color: var(--ink);
    background: var(--cream);
}

.button-muted {
    color: var(--cream-muted);
    border-color: rgb(188 177 156 / 35%);
    cursor: not-allowed;
}

.play-icon {
    color: var(--gold-bright);
    font-size: .7rem;
}

.hero-visual {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.hero-visual::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    content: "";
    background:
        linear-gradient(90deg, var(--ink) 0%, transparent 30%),
        linear-gradient(0deg, rgb(17 17 15 / 48%) 0%, transparent 32%);
}

.ellis-portrait,
.ellis-portrait img {
    width: 100%;
    height: 100%;
}

.ellis-portrait {
    display: block;
    overflow: hidden;
    background: var(--ink-soft);
}

.ellis-portrait img {
    object-fit: cover;
}

.hero-portrait img {
    object-position: 52% 40%;
    filter: saturate(.78) contrast(1.04) brightness(.86);
    transform: scale(1.06);
}

.hero-scroll {
    position: absolute;
    right: 1.5rem;
    bottom: 1.25rem;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--cream-muted);
    font-family: var(--ui);
    font-size: .68rem;
    letter-spacing: .2em;
    text-decoration: none;
    text-transform: uppercase;
}

.release-section,
.manifesto,
.editorial-section,
.story-grid,
.story-album-panel,
.contact-panel,
.video-feature,
.quiet-note,
.track-panel,
.featured-player,
.album-tracklist {
    width: var(--page);
    margin-inline: auto;
}

.release-section {
    padding: clamp(5rem, 9vw, 9rem) 0;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.section-label::after {
    width: min(9rem, 20vw);
    height: 1px;
    content: "";
    background: var(--line);
}

.section-label span {
    color: var(--cream-muted);
}

.release-layout {
    display: grid;
    grid-template-columns: minmax(18rem, 31rem) minmax(0, 1fr);
    gap: clamp(3rem, 8vw, 9rem);
    align-items: center;
}

.release-cover-wrap {
    box-shadow: 0 2rem 5rem rgb(0 0 0 / 42%);
}

.album-cover {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgb(183 150 88 / 45%);
    background: #100c09;
}

.album-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.release-details h2,
.editorial-copy h2,
.manifesto h2,
.story-album-panel h2,
.video-caption h2,
.track-panel h2,
.contact-panel h2,
.story-grid h2 {
    margin: .5rem 0 1.2rem;
    font-family: var(--display);
    font-size: clamp(2.5rem, 5.2vw, 5.5rem);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .92;
    text-transform: uppercase;
}

.release-description,
.page-lede,
.editorial-copy p,
.story-grid p,
.story-album-panel > p:last-child {
    max-width: 42rem;
    color: var(--cream-muted);
    font-family: var(--display);
    font-size: clamp(1.08rem, 1.6vw, 1.35rem);
    line-height: 1.7;
}

.track-line {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    margin-top: 2.6rem;
    padding-block: 1rem;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--cream-muted);
    font-family: var(--ui);
    font-size: .74rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.track-title {
    color: var(--cream);
    font-family: var(--display);
    font-size: 1.05rem;
    letter-spacing: .04em;
    text-transform: none;
}

.release-progress {
    height: 2px;
    margin-top: 1.5rem;
    background: rgb(238 229 210 / 16%);
}

.release-progress span {
    display: block;
    width: 23%;
    height: 100%;
    background: var(--gold);
}

.release-status {
    max-width: 18rem;
    color: var(--cream-muted);
    font-size: .65rem;
    letter-spacing: .15em;
}

.platform-links {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem 1.4rem;
    margin-top: 1.75rem;
    font-family: var(--ui);
    font-size: .7rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.platform-links a {
    color: var(--cream-muted);
    text-decoration-color: rgb(183 150 88 / 45%);
    text-underline-offset: .35rem;
}

.platform-links a:hover {
    color: var(--gold-bright);
}

.featured-player {
    display: grid;
    grid-template-columns: minmax(18rem, .8fr) minmax(24rem, 1.2fr);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: center;
    padding: clamp(3.5rem, 6vw, 6rem) 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.featured-player-copy h2,
.tracklist-heading h2 {
    margin: .55rem 0 1rem;
    font-family: var(--display);
    font-size: clamp(2.2rem, 4.5vw, 4.7rem);
    font-weight: 400;
    letter-spacing: -.035em;
    line-height: .92;
    text-transform: uppercase;
}

.featured-player-copy p:last-child {
    max-width: 35rem;
    margin-bottom: 0;
    color: var(--cream-muted);
    line-height: 1.7;
}

.spotify-player {
    min-width: 0;
    padding: .65rem;
    border: 1px solid var(--line);
    border-radius: 1.15rem;
    background: rgb(255 255 255 / 2.5%);
    box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 24%);
}

.spotify-player iframe {
    display: block;
    border: 0;
    border-radius: .75rem;
}

.manifesto {
    display: grid;
    grid-template-columns: .6fr 1.25fr .8fr;
    gap: 3rem;
    align-items: end;
    padding: clamp(5rem, 10vw, 10rem) 0;
    border-top: 1px solid var(--line);
}

.manifesto h2 {
    margin: 0;
}

.manifesto-copy {
    padding-bottom: .5rem;
    color: var(--cream-muted);
}

.text-link {
    display: inline-flex;
    gap: 1rem;
    margin-top: 1rem;
    color: var(--gold-bright);
    font-family: var(--ui);
    font-size: .75rem;
    letter-spacing: .18em;
    text-decoration: none;
    text-transform: uppercase;
}

.page-hero {
    display: grid;
    width: var(--page);
    min-height: 39rem;
    margin-inline: auto;
    padding: clamp(5rem, 9vw, 9rem) 0;
    border-bottom: 1px solid var(--line);
}

.page-hero h1 {
    font-size: clamp(4.7rem, 9vw, 9rem);
    line-height: .83;
}

.page-hero-split,
.story-hero {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, .75fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
}

.music-cover {
    width: min(100%, 34rem);
    justify-self: end;
    box-shadow: 0 2rem 5rem rgb(0 0 0 / 45%);
}

.track-panel {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 2.2rem;
    align-items: center;
    margin-top: 3rem;
    padding: 2.2rem;
    border: 1px solid var(--line);
    background: rgb(255 255 255 / 1.5%);
}

.album-tracklist {
    display: grid;
    grid-template-columns: minmax(15rem, .65fr) minmax(24rem, 1.35fr);
    gap: clamp(2.5rem, 7vw, 7rem);
    padding: clamp(5rem, 9vw, 9rem) 0;
}

.album-tracklist ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.album-tracklist li {
    display: grid;
    grid-template-columns: 2.8rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 3.7rem;
    border-bottom: 1px solid var(--line);
}

.album-tracklist li:first-child {
    border-top: 1px solid var(--line);
}

.album-tracklist a {
    color: var(--cream);
    font-family: var(--display);
    font-size: 1.12rem;
    text-decoration: none;
}

.album-tracklist a:hover {
    color: var(--gold-bright);
}

.album-tracklist time,
.track-number {
    color: var(--cream-muted);
    font-family: var(--ui);
    font-size: .68rem;
    letter-spacing: .12em;
}

.track-number {
    color: var(--gold-bright);
}

.album-tracklist > .platform-links {
    grid-column: 2;
    margin-top: -1.5rem;
}

.track-panel h2 {
    margin: .2rem 0;
    font-size: clamp(1.8rem, 3vw, 3.1rem);
}

.track-panel p {
    margin: 0;
    color: var(--cream-muted);
}

.track-index {
    color: var(--gold-bright);
    font-family: var(--display);
    font-size: 2rem;
}

.round-button,
.video-play {
    display: grid;
    width: 4.5rem;
    aspect-ratio: 1;
    place-items: center;
    color: var(--ink);
    border: 1px solid var(--gold-bright);
    border-radius: 50%;
    background: var(--gold-bright);
    text-decoration: none;
}

.round-button.is-disabled {
    opacity: .45;
}

.editorial-section {
    display: grid;
    grid-template-columns: minmax(20rem, 1fr) minmax(0, .85fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: center;
    padding: clamp(6rem, 11vw, 11rem) 0;
}

.editorial-image {
    min-height: 38rem;
}

.story-portrait img {
    object-position: center 28%;
    filter: saturate(.72) sepia(.08) contrast(1.05) brightness(.78);
}

.editorial-copy p + p {
    margin-top: 1.5rem;
}

.compact-hero {
    display: flex;
    min-height: 30rem;
    flex-direction: column;
    justify-content: center;
}

.video-feature {
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.video-still {
    position: relative;
    height: clamp(27rem, 55vw, 50rem);
    overflow: hidden;
    border: 1px solid var(--line);
}

.video-still::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(0deg, rgb(17 17 15 / 50%), transparent 48%);
}

.video-portrait img {
    object-position: center 35%;
    filter: saturate(.65) contrast(1.08) brightness(.68);
    transform: scale(1.08);
}

.video-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: clamp(4.5rem, 8vw, 7rem);
    transform: translate(-50%, -50%);
}

.video-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0;
    border-bottom: 1px solid var(--line);
}

.video-caption h2 {
    margin: .3rem 0 0;
    font-size: clamp(2rem, 4vw, 4rem);
}

.quiet-note {
    padding: 2rem 0 clamp(6rem, 10vw, 10rem);
    color: var(--cream-muted);
    border-top: 1px solid var(--line);
}

.quiet-note p {
    max-width: 42rem;
    margin: 0;
}

.story-hero-image {
    height: clamp(28rem, 45vw, 42rem);
}

.story-grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0 3rem;
    padding: clamp(4rem, 8vw, 8rem) 0;
}

.story-grid > * {
    padding: 2.5rem 0;
    border-bottom: 1px solid var(--line);
}

.story-grid h2 {
    margin: 0 0 .7rem;
    font-size: clamp(2rem, 3vw, 3rem);
}

.story-grid p {
    max-width: 54rem;
    margin: 0;
}

.story-number {
    color: var(--gold-bright);
    font-family: var(--display);
    font-size: 2rem;
}

.story-album-panel {
    display: grid;
    grid-template-columns: .65fr 1.3fr .9fr;
    gap: 3rem;
    align-items: start;
    padding: clamp(5rem, 9vw, 9rem) 0;
    border-top: 1px solid var(--line);
}

.story-album-panel h2 {
    margin: 0;
}

.story-album-panel > p:last-child {
    margin-top: 0;
    font-size: 1.05rem;
}

.contact-panel {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 4rem;
    align-items: start;
    padding: clamp(5rem, 9vw, 9rem) 0;
}

.contact-panel h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.contact-action {
    padding-top: 1.5rem;
}

.contact-email {
    display: inline-block;
    color: var(--gold-bright);
    font-family: var(--display);
    font-size: clamp(1.5rem, 3.5vw, 3.5rem);
}

.contact-action p {
    max-width: 36rem;
    color: var(--cream-muted);
}

.contact-pending {
    font-family: var(--display);
    font-size: clamp(1.25rem, 2vw, 1.8rem);
}

.error-page .button {
    align-self: flex-start;
    margin-top: 1.5rem;
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    width: var(--page);
    margin-inline: auto;
    padding: 3.5rem 0 2rem;
    border-top: 1px solid var(--line);
}

.site-footer > p {
    margin: 0;
    color: var(--cream-muted);
    text-align: right;
}

.footer-social {
    display: flex;
    gap: 1.5rem;
    font-family: var(--ui);
    font-size: .72rem;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.footer-meta {
    display: flex;
    grid-column: 1 / -1;
    justify-content: space-between;
    gap: 2rem;
    padding-top: 1.5rem;
    color: var(--cream-muted);
    border-top: 1px solid rgb(183 150 88 / 22%);
    font-size: .72rem;
}

@media (max-width: 980px) {
    :root {
        --page: min(100% - 2rem, 92rem);
    }

    .site-header {
        grid-template-columns: 1fr auto;
    }

    .nav-toggle {
        display: flex;
        grid-column: 2;
        align-items: center;
        gap: .8rem;
        padding: 1rem 0 1rem 1rem;
        color: var(--gold-bright);
        border: 0;
        background: transparent;
        font-family: var(--ui);
        font-size: .72rem;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .nav-toggle-lines {
        display: grid;
        gap: .23rem;
        width: 1.5rem;
    }

    .nav-toggle-lines i {
        display: block;
        width: 100%;
        height: 1px;
        background: currentColor;
        transition: transform .2s ease, opacity .2s ease;
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:first-child {
        transform: translateY(.31rem) rotate(45deg);
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:last-child {
        transform: translateY(-.31rem) rotate(-45deg);
    }

    .primary-navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: grid;
        gap: 0;
        padding: .5rem 0 1rem;
        border-bottom: 1px solid var(--line);
        background: rgb(17 17 15 / 98%);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-.5rem);
        visibility: hidden;
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
    }

    .primary-navigation.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .primary-navigation a {
        padding: .9rem 0;
    }

    .primary-navigation a::after {
        display: none;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-copy {
        min-height: 39rem;
        padding: 4.5rem 1rem 5rem;
    }

    .hero h1 {
        font-size: clamp(5.4rem, 20vw, 9rem);
    }

    .hero-visual {
        position: absolute;
        inset: 0;
    }

    .hero-visual::before {
        background:
            linear-gradient(90deg, rgb(17 17 15 / 90%) 0%, rgb(17 17 15 / 28%) 70%),
            linear-gradient(0deg, var(--ink) 0%, transparent 50%);
    }

    .hero-portrait img {
        object-position: 68% 35%;
    }

    .hero-copy > * {
        max-width: 34rem;
    }

    .manifesto,
    .story-album-panel {
        grid-template-columns: 1fr;
    }

    .manifesto-copy {
        max-width: 40rem;
    }

    .page-hero-split,
    .story-hero {
        grid-template-columns: 1fr 23rem;
        gap: 3rem;
    }

    .page-hero h1 {
        font-size: clamp(4.4rem, 11vw, 7rem);
    }
}

@media (max-width: 760px) {
    :root {
        --page: min(100% - 1.5rem, 92rem);
    }

    .site-header {
        min-height: 4.4rem;
    }

    .wordmark {
        font-size: 1.35rem;
    }

    .preview-flag {
        right: .75rem;
        bottom: .75rem;
        max-width: calc(100% - 1.5rem);
    }

    .hero-copy {
        min-height: min(47rem, calc(100svh - 4.4rem));
        justify-content: flex-end;
        padding: 7rem .5rem 5.5rem;
    }

    .hero h1 {
        margin-bottom: 1rem;
        font-size: clamp(5rem, 25vw, 8.3rem);
    }

    .hero-intro {
        display: none;
    }

    .hero-visual::before {
        background:
            linear-gradient(90deg, rgb(17 17 15 / 75%) 0%, transparent 80%),
            linear-gradient(0deg, var(--ink) 3%, transparent 68%);
    }

    .hero-portrait img {
        object-position: 63% 20%;
    }

    .hero-scroll {
        right: .6rem;
        bottom: 1rem;
    }

    .button {
        min-height: 3.6rem;
        padding-inline: 1.25rem;
    }

    .release-layout,
    .editorial-section,
    .contact-panel,
    .featured-player,
    .album-tracklist {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .album-tracklist > .platform-links {
        grid-column: auto;
        margin-top: 0;
    }

    .release-cover-wrap,
    .music-cover {
        width: min(100%, 30rem);
        margin-inline: auto;
    }

    .manifesto {
        gap: 1.5rem;
    }

    .page-hero,
    .page-hero-split,
    .story-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        gap: 3rem;
        padding: 4.5rem 0;
    }

    .page-hero h1 {
        font-size: clamp(4rem, 17vw, 6rem);
    }

    .page-hero-split > div:first-child {
        display: contents;
    }

    .page-hero-split .eyebrow,
    .page-hero-split h1,
    .page-hero-split .page-lede,
    .page-hero-split .button-row {
        order: 1;
    }

    .page-hero-split .music-cover {
        order: 2;
    }

    .track-panel {
        grid-template-columns: auto 1fr;
        gap: 1rem;
        padding: 1.5rem 1rem;
    }

    .track-action {
        grid-column: 1 / -1;
    }

    .round-button {
        width: 3.8rem;
    }

    .editorial-image {
        min-height: 29rem;
    }

    .video-feature {
        padding-top: 3rem;
    }

    .video-still {
        height: 34rem;
    }

    .video-caption {
        align-items: flex-start;
        flex-direction: column;
    }

    .story-hero-image {
        height: 31rem;
    }

    .story-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .story-number {
        padding-bottom: .5rem;
        border-bottom: 0;
    }

    .story-number + div {
        padding-top: 0;
    }

    .site-footer {
        grid-template-columns: 1fr;
    }

    .site-footer > p {
        text-align: left;
    }

    .footer-meta {
        flex-direction: column;
        gap: .8rem;
    }
}

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

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
