@font-face {
    font-family: "Monument Grotesk Variable";
    src: url("https://type.cargo.site/files/CargoMonumentGroteskPlusVariable.woff2") format("woff2-variations");
    font-style: normal;
    font-weight: 200 1000;
    font-display: swap;
}

:root {
    --poster-bg: #8e973b;
    --poster-ink: #443d27;
    --poster-rule: #443d27;
    --poster-font: "Monument Grotesk Variable", Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

html {
    background: var(--poster-bg);
    font-size: 12.96px;
}

body {
    background: var(--poster-bg);
    color: var(--poster-ink);
    font-family: var(--poster-font);
    font-variation-settings: "slnt" 0, "MONO" 0;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.poster {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
    padding: 1rem 1.5rem;
    isolation: isolate;
}

.skip-link {
    position: fixed;
    left: 1rem;
    top: 1rem;
    transform: translateY(-200%);
    z-index: 20;
    background: var(--poster-ink);
    color: var(--poster-bg);
    padding: .4rem .7rem;
}

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

.poster-title {
    position: fixed;
    top: .95rem;
    left: .9rem;
    z-index: 3;
}

.brand-lockup {
    align-items: center;
    color: var(--poster-ink);
    display: inline-flex;
    font-family: var(--poster-font);
    font-size: clamp(7.2rem, 7.8vw, 9.75rem);
    font-variation-settings: "slnt" 0, "MONO" 0;
    font-weight: 520;
    gap: .22em;
    letter-spacing: 0;
    line-height: .78;
}

.brand-word {
    display: block;
}

.brand-mark {
    border: .045em solid currentColor;
    display: block;
    flex: 0 0 auto;
    height: .707em;
    position: relative;
    transform: translateY(-.0385em);
    width: .707em;
}

.brand-mark span {
    background: currentColor;
    bottom: 23%;
    display: block;
    position: absolute;
    top: 23%;
    transform: skewX(-24deg);
    width: .1em;
}

.brand-mark span:first-child {
    left: 31%;
}

.brand-mark span:last-child {
    left: 52%;
}

.side-dots {
    position: fixed;
    right: 1.45rem;
    top: 26%;
    display: grid;
    gap: 7.65rem;
    z-index: 2;
}

.side-dots span {
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--poster-ink);
}

.record {
    position: fixed;
    left: 1.5rem;
    bottom: 8.9rem;
    width: min(64vw, 71.1rem);
    color: var(--poster-ink);
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.15;
}

.record hr {
    height: 2px;
    border: 0;
    background: var(--poster-rule);
    margin: .4rem 0;
}

.meta-top {
    display: block;
    min-height: 1.15rem;
    text-align: center;
}

.meta-mid span:nth-child(3),
.split span:nth-child(2) {
    text-align: right;
}

.short-rule {
    width: 66.66%;
    margin-left: 16.66% !important;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 1.15rem;
}

.split-empty {
    visibility: hidden;
}

.meta-mid {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
}

.tracklist {
    width: 50%;
    margin-left: 25%;
}

.track {
    min-height: 1.7rem;
    display: grid;
    grid-template-columns: 6ch 1fr;
    align-items: center;
    padding: .25rem 0 .27rem;
}

.track-number {
    min-width: 0;
}

.track-label {
    white-space: nowrap;
}

.poster-note {
    margin: 1.55rem 0 0;
    text-align: center;
}

.contact-trigger {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: block;
    font: inherit;
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    width: 100%;
}

.contact-trigger:hover,
.contact-trigger:focus-visible {
    text-decoration: underline;
    text-underline-offset: .18rem;
}

.contact-modal {
    color: var(--poster-ink);
    display: grid;
    inset: 0;
    place-items: center;
    position: fixed;
    z-index: 30;
}

.contact-modal[aria-hidden="true"] {
    display: none;
}

.contact-scrim {
    background: rgba(142, 151, 59, .84);
    inset: 0;
    position: absolute;
}

.contact-dialog {
    background: var(--poster-bg);
    border: 2px solid var(--poster-ink);
    max-height: calc(100vh - 2rem);
    overflow: auto;
    padding: 1.15rem;
    position: relative;
    width: min(32rem, calc(100vw - 2rem));
}

.contact-dialog h2 {
    font-size: 1.25rem;
    line-height: 1;
    margin: 0 2rem 1rem 0;
    text-transform: uppercase;
}

.contact-close {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: .85rem;
    top: .72rem;
}

.contact-form {
    display: grid;
    gap: .72rem;
}

.contact-form label {
    display: grid;
    gap: .32rem;
}

.contact-form label span,
.form-status {
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
    background: transparent;
    border: 2px solid var(--poster-ink);
    border-radius: 0;
    color: inherit;
    font: inherit;
    font-size: 1rem;
    min-width: 0;
    padding: .48rem .55rem;
}

.contact-form textarea {
    resize: vertical;
}

.contact-honeypot {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.contact-form button[type="submit"] {
    appearance: none;
    background: var(--poster-ink);
    border: 2px solid var(--poster-ink);
    border-radius: 0;
    color: var(--poster-bg);
    cursor: pointer;
    font: inherit;
    font-size: .95rem;
    font-weight: 700;
    padding: .55rem .65rem;
    text-transform: uppercase;
}

.contact-form button[type="submit"]:disabled {
    cursor: wait;
    opacity: .64;
}

.form-status {
    min-height: .9rem;
}

.form-status[data-state="success"],
.form-status[data-state="error"] {
    text-transform: none;
}

@media (max-width: 700px) {
    html {
        font-size: 12.2304px;
    }

    body {
        overflow: hidden;
    }

    .poster {
        padding: .75rem;
    }

    .poster-title {
        top: .55rem;
        left: 0;
        right: 0;
        text-align: center;
    }

    .brand-lockup {
        justify-content: center;
        margin: 0 auto;
        max-width: calc(100vw - 1.5rem);
        font-size: clamp(5.7rem, 23vw, 7.4rem);
    }

    .brand-mark {
        transform: translateY(-.028em);
    }

    body.variant-compact-mobile .poster-title {
        left: .75rem;
        right: auto;
        text-align: left;
        top: .75rem;
    }

    body.variant-compact-mobile .brand-lockup {
        margin: 0;
        font-size: clamp(4.7rem, 17vw, 5.6rem);
    }

    .side-dots {
        display: none;
    }

    .record {
        left: .75rem;
        right: .75rem;
        bottom: 10.05rem;
        width: auto;
        font-size: 1.05rem;
    }

    .record hr {
        margin-top: .4rem;
        margin-bottom: .4rem;
    }

    .meta-top {
        padding: 0 3.4rem;
    }

    .tracklist {
        width: 100%;
        margin-left: 0;
    }

    .track {
        min-height: 1.58rem;
        grid-template-columns: 5.1ch 1fr;
        padding: .23rem 0 .25rem;
    }

    .poster-note {
        margin-top: 1.6rem;
    }

    .contact-dialog {
        padding: 1rem;
        width: calc(100vw - 1.5rem);
    }
}
