.bf-imprint-page {
    background: var(--cream);
}

.bf-imprint-page :focus-visible {
    outline: 3px solid var(--orange);
    outline-offset: 4px;
}

.bf-header {
    position: sticky;
    top: 0;
}

.bf-back-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .8rem 1.05rem;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: var(--pink);
    box-shadow: 3px 3px 0 var(--ink);
}

.bf-back-link:hover {
    background: var(--yellow);
    text-decoration: none !important;
    transform: translate(2px, 2px);
    box-shadow: 1px 1px 0 var(--ink);
}

.bf-hero {
    position: relative;
    display: grid;
    min-height: calc(100svh - 86px);
    grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
    grid-template-rows: 1fr auto;
    border-bottom: 1px solid var(--ink);
    overflow: hidden;
}

.bf-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(3.25rem, 6vw, 6.5rem) var(--pad) clamp(4rem, 7vw, 7rem);
}

.bf-imprint-chip {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    margin-bottom: clamp(2.5rem, 6vw, 5rem);
    padding: .45rem .9rem .45rem .45rem;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: var(--cream);
    box-shadow: 3px 3px 0 var(--ink);
    font: 500 .62rem DM Mono, monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bf-imprint-chip img {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid var(--ink);
    border-radius: 50%;
}

.bf-hero h1 {
    max-width: 10ch;
    margin: 0;
    font-family: "Yeseva One", Georgia, serif;
    font-size: clamp(3.5rem, 7.3vw, 7.2rem);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .88;
}

.bf-hero h1 em {
    color: var(--orange);
    font-style: normal;
    text-shadow: 3px 3px 0 var(--ink);
}

.bf-hero-intro {
    max-width: 38rem;
    margin: 2.5rem 0 0;
    font-size: clamp(1.05rem, 1.45vw, 1.28rem);
    line-height: 1.55;
}

.bf-hero-art {
    position: relative;
    min-height: 680px;
    border-left: 1px solid var(--ink);
    background: var(--pool);
    overflow: hidden;
}

.bf-cover {
    position: absolute;
    margin: 0;
    border: 1px solid var(--ink);
    background: var(--cream);
    box-shadow: 9px 9px 0 var(--ink);
}

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

.bf-cover--lead {
    z-index: 3;
    top: 12%;
    left: 15%;
    width: min(65%, 440px);
    transform: rotate(-2.5deg);
}

.bf-cover--lead img {
    height: auto;
    aspect-ratio: 1;
}

.bf-cover--lead figcaption {
    display: grid;
    gap: .3rem;
    padding: .8rem 1rem .9rem;
    border-top: 1px solid var(--ink);
}

.bf-cover--lead figcaption span {
    font: 500 .58rem DM Mono, monospace;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bf-cover--lead figcaption strong {
    font-size: .85rem;
}

.bf-cover--left,
.bf-cover--right {
    width: clamp(125px, 28%, 205px);
    aspect-ratio: 1;
}

.bf-cover--left {
    z-index: 1;
    bottom: 5%;
    left: 4%;
    transform: rotate(8deg);
}

.bf-cover--right {
    z-index: 2;
    top: 5%;
    right: -3%;
    transform: rotate(9deg);
}

.bf-sun-sticker {
    z-index: 4;
    top: 6%;
    right: 3%;
}

.bf-listener-card {
    z-index: 5;
    right: 5%;
    bottom: 6%;
    background: var(--pink);
}

.bf-ticker {
    grid-column: 1 / -1;
}

.bf-releases .section-heading h2 {
    font-size: clamp(3rem, 7.5vw, 7rem);
}

.bf-release-grid .release-card:nth-child(1) {
    --release-accent: #d8aa78;
}

.bf-release-grid .release-card:nth-child(2) {
    --release-accent: #58b9b1;
}

.bf-release-grid .release-card:nth-child(3) {
    --release-accent: #c38ee8;
}

.bf-release-grid .release-card:nth-child(4) {
    --release-accent: #e24fcf;
}

.bf-feeling {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    border-block: 1px solid var(--ink);
    background: var(--ink);
    color: var(--cream);
}

.bf-feeling-copy {
    display: flex;
    min-height: 680px;
    flex-direction: column;
    justify-content: center;
    padding: clamp(5rem, 9vw, 9rem) var(--pad);
    border-right: 1px solid rgba(244, 236, 221, .45);
}

.bf-feeling-copy .eyebrow {
    color: var(--pool);
}

.bf-feeling h2,
.bf-visual-world h2,
.bf-listen h2 {
    margin: 0;
    font-family: "Yeseva One", Georgia, serif;
    font-size: clamp(3.2rem, 7vw, 7rem);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: .93;
}

.bf-feeling h2 em {
    color: var(--pink);
    font-style: normal;
}

.bf-feeling-copy > p:last-child {
    max-width: 38rem;
    margin: 2.2rem 0 0;
    color: rgba(244, 236, 221, .8);
    font-size: 1.12rem;
    line-height: 1.65;
}

.bf-feeling-notes {
    display: grid;
}

.bf-feeling-notes article {
    display: grid;
    align-content: center;
    gap: .8rem;
    min-height: 220px;
    padding: 2rem var(--pad);
    border-bottom: 1px solid rgba(244, 236, 221, .45);
}

.bf-feeling-notes article:last-child {
    border-bottom: 0;
}

.bf-feeling-notes span {
    color: var(--orange);
    font: 500 .6rem DM Mono, monospace;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bf-feeling-notes strong {
    font-family: "Yeseva One", Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 400;
}

.bf-feeling-notes p {
    max-width: 30rem;
    margin: 0;
    color: rgba(244, 236, 221, .7);
    line-height: 1.55;
}

.bf-visual-world {
    display: grid;
    grid-template-columns: minmax(360px, .88fr) minmax(0, 1.12fr);
    min-height: 720px;
    border-bottom: 1px solid var(--ink);
}

.bf-world-image {
    position: relative;
    min-height: 650px;
    margin: 0;
    border-right: 1px solid var(--ink);
    overflow: hidden;
}

.bf-world-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bf-world-image figcaption {
    position: absolute;
    left: 1.2rem;
    bottom: 1.2rem;
    padding: .55rem .8rem;
    border: 1px solid var(--ink);
    background: var(--cream);
    font: 500 .62rem DM Mono, monospace;
    text-transform: uppercase;
    transform: rotate(-2deg);
}

.bf-world-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: clamp(5rem, 9vw, 9rem) var(--pad);
    background: var(--pink);
}

.bf-world-copy > p:not(.eyebrow) {
    max-width: 37rem;
    margin: 2rem 0;
    font-size: 1.12rem;
    line-height: 1.6;
}

.bf-mood-tags {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
}

.bf-mood-tags span {
    padding: .55rem .75rem;
    border: 1px solid var(--ink);
    border-radius: 999px;
    background: var(--cream);
    font: 500 .62rem DM Mono, monospace;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.bf-listen {
    display: grid;
    justify-items: center;
    gap: 1.6rem;
    padding: clamp(6rem, 11vw, 11rem) var(--pad);
    background: var(--yellow);
    text-align: center;
}

.bf-listen .eyebrow,
.bf-listen h2 {
    margin: 0;
}

.bf-footer {
    padding-bottom: 5rem;
}

@media (max-width: 980px) {
    .bf-header .primary-nav {
        background: var(--cream);
    }

    .bf-back-link {
        width: fit-content;
    }

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

    .bf-hero-art {
        min-height: 720px;
        border-top: 1px solid var(--ink);
        border-left: 0;
    }

    .bf-cover--lead {
        left: 22%;
        width: min(58%, 430px);
    }

    .bf-feeling {
        grid-template-columns: 1fr;
    }

    .bf-feeling-copy {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(244, 236, 221, .45);
    }

    .bf-feeling-notes {
        grid-template-columns: repeat(3, 1fr);
    }

    .bf-feeling-notes article {
        min-height: 290px;
        border-right: 1px solid rgba(244, 236, 221, .45);
        border-bottom: 0;
    }

    .bf-feeling-notes article:last-child {
        border-right: 0;
    }

    .bf-visual-world {
        grid-template-columns: 1fr;
    }

    .bf-world-image {
        border-right: 0;
        border-bottom: 1px solid var(--ink);
    }
}

@media (max-width: 620px) {
    .bf-hero {
        min-height: auto;
    }

    .bf-hero-copy {
        padding-top: 3rem;
    }

    .bf-imprint-chip {
        margin-bottom: 2.8rem;
    }

    .bf-hero h1 {
        font-size: clamp(3.5rem, 17vw, 5rem);
    }

    .bf-hero-art {
        min-height: 560px;
    }

    .bf-cover--lead {
        top: 13%;
        left: 13%;
        width: 67%;
    }

    .bf-cover--left {
        bottom: 3%;
        left: -2%;
        width: 32%;
    }

    .bf-cover--right {
        width: 29%;
    }

    .bf-sun-sticker {
        top: 4%;
        right: 0;
    }

    .bf-listener-card {
        right: 5%;
        bottom: 5%;
        width: 58%;
    }

    .bf-release-grid {
        gap: 2.8rem;
    }

    .bf-feeling h2,
    .bf-visual-world h2,
    .bf-listen h2 {
        font-size: clamp(3rem, 14vw, 4.5rem);
    }

    .bf-feeling-notes {
        grid-template-columns: 1fr;
    }

    .bf-feeling-notes article {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(244, 236, 221, .45);
    }

    .bf-world-image {
        min-height: 540px;
    }
}
