:root {
    --black: #070706;
    --black-soft: #10100f;
    --panel: rgba(12, 12, 11, 0.92);
    --cream: #e8dcc5;
    --cream-muted: #b9aa93;
    --red: #a5161a;
    --red-bright: #d32629;
    --line: rgba(213, 185, 143, 0.28);
    --max: 1600px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
    max-width: 100%;
    overflow-x: clip;
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: clip;
    background: radial-gradient( circle at 50% 0%, rgba(75, 16, 12, 0.24), transparent 34rem ), #050505;
    color: var(--cream);
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

    body::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        opacity: 0.08;
        background-image: repeating-linear-gradient( 0deg, transparent, transparent 3px, rgba(255, 255, 255, 0.04) 4px ), repeating-linear-gradient( 90deg, transparent, transparent 7px, rgba(255, 255, 255, 0.025) 8px );
        z-index: 10;
    }

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

button,
input {
    font: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    width: calc(100% - 36px);
    max-width: var(--max);
    min-height: 96px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 235px 1fr auto;
    align-items: center;
    gap: 28px;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(5, 5, 5, 0.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 1px 0 rgba(226, 216, 197, 0.14), 0 10px 28px rgba(0, 0, 0, 0.32);
}

.brand {
    display: inline-flex;
    flex-direction: column;
    width: max-content;
    line-height: 0.76;
    transform: rotate(-2deg);
}

.brand-top {
    font-family: Georgia, serif;
    font-size: 1.65rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.brand-bottom {
    color: var(--red-bright);
    font-family: "Metal Mania";
    font-size: 2.65rem;
    font-style: italic;
    text-shadow: 2px 2px 0 #410608;
}

.primary-nav {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 2vw, 42px);
    font-size: 0.79rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

    .primary-nav a {
        position: relative;
        padding: 34px 0 28px;
        color: #d0c5b4;
    }

        .primary-nav a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 100%;
            bottom: 19px;
            height: 2px;
            background: var(--red-bright);
            transition: right 0.2s ease;
        }

        .primary-nav a:hover::after,
        .primary-nav a.active::after {
            right: 0;
        }

        .primary-nav a.active {
            color: var(--red-bright);
        }

.social-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 1.35rem;
    color: #d5c6ac;
}

.search-button {
    appearance: none;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 1.55rem;
    cursor: pointer;
}

.menu-toggle {
    display: none;
}

main {
    width: calc(100% - 20px);
    max-width: 1680px;
    margin: 0 auto 60px;
    border: 1px solid rgba(226, 216, 197, 0.18);
    background: var(--black);
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.62);
}

.hero {
    min-height: 610px;
    display: grid;
    grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    align-items: stretch;
    overflow: hidden;
    position: relative;
    background: linear-gradient( 90deg, #050505 0%, rgba(5, 5, 5, 0.98) 34%, rgba(5, 5, 5, 0.3) 70%, #070707 100% ), radial-gradient( circle at 78% 55%, rgba(142, 30, 22, 0.24), transparent 28rem ), #070706;
}

    .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient( 90deg, rgba(0, 0, 0, 0.28), transparent 40%, transparent 67%, rgba(0, 0, 0, 0.45) ), linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 35%);
    }

.hero-noise {
    position: absolute;
    inset: 0;
    background-image: radial-gradient( circle at 68% 50%, transparent 0 12rem, rgba(0, 0, 0, 0.3) 30rem ), repeating-linear-gradient( 45deg, rgba(116, 15, 15, 0.05) 0 1px, transparent 1px 9px );
}

.hero-copy {
    min-width: 0;
    z-index: 2;
    align-self: center;
    padding: 48px 0 56px clamp(42px, 5vw, 88px);
}

.eyebrow {
    margin: 0 0 20px;
    color: #d8cdbb;
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: clamp(0.9rem, 1.1vw, 1.2rem);
    font-style: italic;
    letter-spacing: 0.05em;
    line-height: 1.45;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 700px;
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4.1rem, 6.5vw, 7.7rem);
    line-height: 0.84;
    letter-spacing: -0.045em;
    text-transform: uppercase;
    text-shadow: 0 7px 20px #000;
}

    .hero h1 span {
        display: block;
        color: var(--red);
    }

.hero-summary {
    margin: 30px 0 27px;
    color: #ded5c7;
    font-size: clamp(1.05rem, 1.35vw, 1.38rem);
    line-height: 1.5;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid rgba(232, 220, 197, 0.66);
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.button-primary {
    border-color: var(--red);
    background: linear-gradient(#b01b20, #841014);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.05), 0 7px 22px rgba(93, 0, 0, 0.25);
}

.button-secondary {
    background: rgba(8, 8, 8, 0.75);
}

.hero-portrait {
    min-width: 0;
    z-index: 1;
    background-image: linear-gradient(90deg, #050505 0%, transparent 20%), linear-gradient(0deg, #080807 0%, transparent 35%), url("assets/audrie-nightmare.jpg");
    background-size: auto, auto, contain;
    background-position: center, center, center;
    background-repeat: no-repeat;
    background-color: #070706;
    filter: contrast(1.05) saturate(0.86);
}

.hero-quote {
    z-index: 2;
    align-self: center;
    padding: 20px 24px 20px 0;
    text-align: center;
    transform: rotate(-2deg);
}

    .hero-quote p {
        margin: 0;
        font-family: "Segoe Print", "Bradley Hand", cursive;
        font-size: clamp(1rem, 1.25vw, 1.45rem);
        font-style: italic;
        line-height: 1.42;
    }

    .hero-quote span {
        display: block;
        margin-top: 12px;
        color: var(--red-bright);
        font-family: "Brush Script MT", cursive;
        font-size: 1.9rem;
}

/* Primary homepage decision point */
.find-nightmare {
    scroll-margin-top: 24px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 48px clamp(20px, 6vw, 92px) 54px;
    border-top: 1px solid rgba(232, 220, 197, 0.12);
    border-bottom: 1px solid rgba(232, 220, 197, 0.12);
    background:
        linear-gradient(90deg, rgba(1, 5, 7, 0.94), rgba(4, 8, 10, 0.72) 28%, rgba(5, 8, 9, 0.72) 72%, rgba(1, 4, 5, 0.95)),
        radial-gradient(circle at 13% 50%, rgba(24, 48, 56, 0.34), transparent 26rem),
        radial-gradient(circle at 87% 55%, rgba(38, 43, 43, 0.24), transparent 25rem),
        linear-gradient(180deg, #071014, #040708 72%, #020303);
}

.find-nightmare::before,
.find-nightmare::after {
    content: "";
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.find-nightmare::before {
    inset: 0;
    opacity: 0.22;
    background:
        repeating-linear-gradient(88deg, transparent 0 37px, rgba(162, 184, 184, 0.08) 38px, transparent 41px),
        repeating-linear-gradient(2deg, transparent 0 62px, rgba(255, 255, 255, 0.035) 63px, transparent 65px);
    filter: blur(1px);
}

.find-nightmare::after {
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.68), transparent);
}

.find-nightmare-heading {
    margin: 0 auto 26px;
    text-align: center;
}

.find-nightmare-heading h2 {
    margin: 0;
    color: var(--cream);
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 800;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: none;
}

.find-nightmare-heading p {
    margin: 12px 0 0;
    color: #bdbdbb;
    font-size: clamp(0.92rem, 1.15vw, 1.08rem);
}

.nightmare-paths {
    width: min(100%, 800px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 13px;
}

.nightmare-path-divider {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
    border: 2px solid var(--cream);
    border-radius: 50%;
    background: #080b0c;
    color: var(--cream);
    font-family: Georgia, serif;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
}

.nightmare-path {
    min-height: 306px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 28px 22px;
    border: 1px solid rgba(232, 220, 197, 0.55);
    border-radius: 9px;
    background: rgba(18, 19, 19, 0.9);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.26), inset 0 1px rgba(255, 255, 255, 0.018);
    backdrop-filter: blur(2px);
    text-align: center;
}

.nightmare-path-icon {
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border: 1px solid var(--cream);
    border-radius: 50%;
    color: #f4f0e7;
    font-size: 1.65rem;
}

.nightmare-path h3 {
    margin: 18px 0 9px;
    color: var(--red-bright);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 1.9vw, 1.8rem);
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 1.05;
    text-transform: uppercase;
}

.nightmare-path p {
    max-width: 250px;
    margin: 0 auto 18px;
    color: #f0eeea;
    font-size: 0.9rem;
    line-height: 1.42;
}

.nightmare-path-button {
    width: min(100%, 274px);
    min-height: 44px;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid var(--cream);
    border-radius: 5px;
    color: #f8f4eb;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.035em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nightmare-path-button-primary,
.nightmare-path-button:hover,
.nightmare-path-button:focus-visible {
    border-color: #d92c31;
    background: linear-gradient(#ba1b20, #861014);
}

.nightmare-path-button:hover,
.nightmare-path-button:focus-visible {
    transform: translateY(-2px);
}

#nightmare-quiz {
    scroll-margin-top: 24px;
}

.discovery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 46px 26px 26px;
    margin-top: 0;
    position: relative;
    z-index: 5;
}

.panel {
    border: 1px solid var(--line);
    background: linear-gradient(rgba(12, 12, 11, 0.94), rgba(6, 6, 6, 0.97)), var(--panel);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.latest-pick {
    grid-column: 1;
}

.mood-panel {
    grid-column: 3;
    grid-row: 1;
}

.panel-heading {
    padding: 16px 18px 8px;
    font-family: Georgia, serif;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.025em;
    text-transform: uppercase;
}

    .panel-heading span {
        color: var(--red-bright);
    }

.pick-layout {
    display: grid;
    grid-template-columns: 118px 1fr 1.2fr;
    gap: 18px;
    padding: 0 18px 16px;
}

.poster-placeholder {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 18px 6px;
    border: 1px solid var(--line);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), radial-gradient(circle at 50% 28%, #2e2e2b, #080808 65%);
    font-family: Georgia, serif;
    text-transform: uppercase;
}

    .poster-placeholder span {
        font-size: 0.8rem;
    }

    .poster-placeholder strong {
        font-size: 1.22rem;
    }

.pick-copy h2 {
    margin: 8px 0;
    font-family: Georgia, serif;
    font-size: 1.55rem;
    text-transform: uppercase;
}

.pick-copy p {
    color: #c9bead;
    line-height: 1.5;
}

.metadata {
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.text-button {
    display: inline-block;
    margin-top: 4px;
    padding: 10px 14px;
    border: 1px solid rgba(232, 220, 197, 0.55);
    font-size: 0.8rem;
    text-transform: uppercase;
}

.ratings {
    margin: 5px 0 0;
    border-left: 1px solid var(--line);
}

    .ratings div {
        display: grid;
        grid-template-columns: 125px 1fr;
        gap: 12px;
        padding: 7px 0 7px 18px;
        border-bottom: 1px solid rgba(232, 220, 197, 0.12);
    }

        .ratings div:last-child {
            border-bottom: 0;
        }

    .ratings dt {
        color: #c1b39c;
        font-size: 0.72rem;
        text-transform: uppercase;
    }

    .ratings dd {
        margin: 0;
        color: var(--red-bright);
        letter-spacing: 0.11em;
    }

.rating-icons {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    white-space: nowrap;
}

    .rating-icons img {
        width: 25px;
        height: 25px;
        object-fit: contain;
    }

        .rating-icons img.rating-off {
            opacity: 0.72;
        }

.ratings div:last-child dd {
    color: #d3c8b7;
    letter-spacing: 0;
    line-height: 1.35;
}

.mood-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    padding: 0 14px 16px;
}

    .mood-grid a {
        min-height: 117px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 5px;
        border: 1px solid rgba(232, 220, 197, 0.22);
        text-align: center;
        transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
    }

        .mood-grid a:hover {
            transform: translateY(-3px);
            border-color: var(--red-bright);
            background: rgba(142, 20, 23, 0.12);
        }

    .mood-grid small {
        color: #c7baa6;
        font-size: 0.65rem;
        text-transform: uppercase;
    }

    .mood-grid strong {
        margin-top: 3px;
        font-family: Georgia, serif;
        font-size: 0.88rem;
        text-transform: uppercase;
    }

    .mood-grid span {
        margin-top: 14px;
        color: #ba9d70;
        font-size: 1.45rem;
    }

.promo-card {
    min-height: 150px;
    position: relative;
    overflow: hidden;
}

    .promo-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient( circle at 85% 70%, rgba(138, 32, 24, 0.25), transparent 44% );
    }

    .promo-card > div {
        max-width: 72%;
        padding: 20px;
        position: relative;
        z-index: 2;
    }

    .promo-card h2 {
        margin: 0 0 10px;
        color: var(--red-bright);
        font-family: Georgia, serif;
        font-size: 1.15rem;
        text-transform: uppercase;
    }

    .promo-card p {
        color: #c5b9a8;
        line-height: 1.45;
    }

.origins-card {
    background: linear-gradient(90deg, rgba(4, 4, 4, 0.97), rgba(5, 5, 5, 0.58)), radial-gradient(circle at 85% 50%, #2c190f, #080808 48%);
}

.quiz-card {
    background: linear-gradient(90deg, rgba(4, 4, 4, 0.97), rgba(5, 5, 5, 0.6)), radial-gradient(circle at 86% 50%, #202020, #080808 48%);
}

.tiktok-section {
    padding: 54px clamp(22px, 4vw, 62px) 46px;
    border-top: 1px solid rgba(232, 220, 197, 0.12);
    background: radial-gradient( circle at 75% 30%, rgba(126, 19, 22, 0.16), transparent 34rem ), #080808;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 24px;
    margin-bottom: 24px;
}

    .section-header .eyebrow {
        margin-bottom: 7px;
        color: var(--red-bright);
    }

    .section-header h2 {
        margin: 0;
        font-family: Georgia, serif;
        font-size: clamp(2rem, 4vw, 4.2rem);
        text-transform: uppercase;
    }

    .section-header > a {
        color: var(--red-bright);
        font-size: 0.84rem;
        font-weight: 800;
        text-transform: uppercase;
    }

.tiktok-shell {
    min-height: 350px;
    padding: 18px;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.42);
    overflow: hidden;
}

    .tiktok-shell .tiktok-embed {
        margin: 0 auto !important;
    }

.embed-note {
    max-width: 760px;
    margin: 16px auto 0;
    color: #9f9382;
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
}

.newsletter {
    min-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 34px;
    padding: 24px clamp(30px, 7vw, 120px);
    background: linear-gradient( 90deg, rgba(82, 0, 0, 0.45), rgba(158, 23, 27, 0.65), rgba(50, 0, 0, 0.5) ), repeating-linear-gradient( -8deg, transparent 0 8px, rgba(255, 255, 255, 0.025) 8px 9px );
    border-top: 1px solid #5e0e11;
}

    .newsletter p {
        margin: 4px 0;
    }

.newsletter-title {
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: clamp(1.6rem, 3vw, 3rem);
    font-style: italic;
}

    .newsletter-title span {
        color: #f14343;
    }

.newsletter form {
    display: flex;
    flex-wrap: wrap;
    width: min(100%, 560px);
}

.newsletter input {
    flex: 1;
    min-width: 0;
    padding: 15px 18px;
    border: 1px solid #dacdb8;
    background: #e8decd;
    color: #171717;
}

.newsletter button {
    padding: 0 30px;
    border: 1px solid #d33a3d;
    background: #9a161b;
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

    .newsletter button:disabled {
        cursor: wait;
        opacity: 0.68;
    }

.newsletter-status {
    flex-basis: 100%;
    min-height: 1.35em;
    margin: 8px 0 0 !important;
    color: #e8dcc5;
    font-size: 0.82rem;
}

    .newsletter-status.is-success {
        color: #fff0b8;
    }

    .newsletter-status.is-error {
        color: #ffd0d0;
    }

@media (max-width: 1250px) {
    .site-header {
        grid-template-columns: 205px 1fr auto;
        gap: 16px;
    }

    .primary-nav {
        gap: 18px;
        font-size: 0.69rem;
    }

    .hero {
        grid-template-columns: minmax(0, 44%) minmax(0, 56%);
    }

    .hero-quote {
        display: none;
    }

    .hero-portrait {
        grid-column: 2;
    }

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

    .latest-pick {
        grid-column: 1 / 3;
    }

    .mood-panel {
        grid-column: 1 / 3;
        grid-row: auto;
    }
}

@media (max-width: 900px) {
    .site-header {
        min-height: 78px;
        grid-template-columns: 1fr auto auto;
    }

    .brand-top {
        font-size: 1.25rem;
    }

    .brand-bottom {
        font-size: 2rem;
    }

    .menu-toggle {
        display: grid;
        gap: 5px;
        width: 42px;
        padding: 8px;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

        .menu-toggle span:not(.sr-only) {
            display: block;
            height: 2px;
            background: var(--cream);
        }

    .primary-nav {
        display: none;
        position: absolute;
        top: 75px;
        left: 0;
        right: 0;
        padding: 14px 20px 25px;
        border: 1px solid var(--line);
        background: rgba(5, 5, 5, 0.98);
        flex-direction: column;
        z-index: 30;
    }

        .primary-nav.open {
            display: flex;
        }

        .primary-nav a {
            padding: 9px 0;
        }

            .primary-nav a::after {
                bottom: 3px;
            }

    .social-nav a {
        display: none;
    }

    .hero {
        min-height: 790px;
        grid-template-columns: 1fr;
        align-items: end;
    }

    .hero-copy {
        align-self: end;
        padding: 280px 28px 64px;
    }

        .hero-copy::before {
            content: "";
            position: absolute;
            inset: 0 0 auto;
            height: 520px;
            background: linear-gradient(0deg, #060606 0%, transparent 55%), url("assets/audrie-nightmare.jpg") center 28% / cover no-repeat;
            z-index: -1;
        }

    .hero-portrait {
        display: none;
    }

    .hero h1 {
        font-size: clamp(3.3rem, 13vw, 6rem);
    }

    .find-nightmare {
        padding-inline: 24px;
    }

    .nightmare-paths {
        gap: 20px;
    }

    .nightmare-path {
        padding-inline: 24px;
    }

    .discovery-grid {
        grid-template-columns: 1fr;
        margin-top: 0;
        padding: 0 12px 18px;
    }

    .latest-pick,
    .mood-panel,
    .promo-card {
        grid-column: 1;
    }

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

    .pick-layout {
        grid-template-columns: 100px 1fr;
    }

    .ratings {
        grid-column: 1 / 3;
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 620px) {
    main {
        width: 100%;
        border-left: 0;
        border-right: 0;
    }

    .site-header {
        width: calc(100% - 24px);
    }

    .hero {
        min-height: 720px;
    }

    .hero-copy {
        padding: 280px 20px 42px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        justify-content: center;
    }

    .find-nightmare {
        padding: 40px 14px 46px;
    }

    .find-nightmare-heading {
        margin-bottom: 26px;
    }

    .nightmare-paths {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .nightmare-path-divider {
        justify-self: center;
        margin: 10px 0;
    }

    .nightmare-path-divider::before,
    .nightmare-path-divider::after {
        content: "";
        position: absolute;
        top: 50%;
        width: min(32vw, 150px);
        height: 1px;
        background: rgba(232, 220, 197, 0.45);
        transform: translateY(-50%);
    }

    .nightmare-path-divider::before {
        right: calc(100% + 16px);
    }

    .nightmare-path-divider::after {
        left: calc(100% + 16px);
    }

    .nightmare-path {
        min-height: 300px;
        padding: 24px 20px 22px;
    }

    .nightmare-path-icon {
        width: 60px;
        height: 60px;
        font-size: 1.6rem;
    }

    .pick-layout {
        grid-template-columns: 1fr;
    }

    .poster-placeholder {
        min-height: 260px;
    }

    .ratings {
        grid-column: 1;
    }

        .ratings div {
            grid-template-columns: 105px 1fr;
        }

    .mood-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .tiktok-section {
        padding-inline: 14px;
    }

    .tiktok-shell {
        padding: 5px;
    }

    .newsletter {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

        .newsletter form {
            flex-direction: column;
        }

        .newsletter button {
            min-height: 50px;
        }
}

/* Interactive Find Your Nightmare quiz */
.quiz-section {
    padding: 70px clamp(18px, 5vw, 76px);
    border-top: 1px solid rgba(232, 220, 197, 0.12);
    background: radial-gradient( circle at 15% 20%, rgba(126, 19, 22, 0.2), transparent 30rem ), linear-gradient(180deg, #090909, #050505);
}

.quiz-intro {
    max-width: 760px;
    margin-bottom: 30px;
}

    .quiz-intro .eyebrow {
        color: var(--red-bright);
        margin-bottom: 8px;
    }

    .quiz-intro h2 {
        margin: 0;
        font-family: Georgia, serif;
        font-size: clamp(2.6rem, 5vw, 5.4rem);
        line-height: 0.95;
        text-transform: uppercase;
    }

    .quiz-intro > p:last-child {
        color: #c9bead;
        font-size: 1.08rem;
        line-height: 1.6;
    }

.quiz-shell {
    max-width: 1120px;
    min-height: 500px;
    padding: clamp(20px, 4vw, 46px);
    border: 1px solid var(--line);
    background: linear-gradient( 145deg, rgba(16, 16, 15, 0.98), rgba(5, 5, 5, 0.98) );
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.quiz-progress {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
}

.quiz-progress-label {
    color: #bcae99;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.quiz-progress-track {
    height: 3px;
    overflow: hidden;
    background: rgba(232, 220, 197, 0.13);
}

    .quiz-progress-track span {
        display: block;
        width: 20%;
        height: 100%;
        background: var(--red-bright);
        transition: width 0.25s ease;
    }

.quiz-step {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
}

    .quiz-step.is-active {
        display: block;
        animation: quiz-in 0.24s ease;
    }

@keyframes quiz-in {
    from {
        opacity: 0;
        transform: translateY(7px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.quiz-step legend {
    padding: 0;
    font-family: Georgia, serif;
    font-size: clamp(1.8rem, 3vw, 3rem);
    font-weight: 800;
    text-transform: uppercase;
}

.quiz-hint {
    margin: 8px 0 24px;
    color: #a99c89;
}

.quiz-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.quiz-options-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.quiz-options label {
    position: relative;
    cursor: pointer;
}

.quiz-options input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.quiz-options label > span {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 20px;
    border: 1px solid rgba(232, 220, 197, 0.22);
    background: rgba(255, 255, 255, 0.015);
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.quiz-options label:hover > span {
    transform: translateY(-2px);
    border-color: rgba(211, 38, 41, 0.75);
}

.quiz-options input:focus-visible + span {
    outline: 2px solid var(--cream);
    outline-offset: 3px;
}

.quiz-options input:checked + span {
    border-color: var(--red-bright);
    background: linear-gradient( 135deg, rgba(165, 22, 26, 0.28), rgba(165, 22, 26, 0.08) );
    box-shadow: inset 4px 0 0 var(--red-bright);
}

.quiz-options b {
    font-family: Georgia, serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.quiz-options small {
    margin-top: 7px;
    color: #aa9e8d;
    font-size: 1rem;
    line-height: 1.4;
}

.quiz-error {
    min-height: 20px;
    margin: 14px 0 0;
    color: #ef686b;
    font-size: 0.82rem;
}

.quiz-controls {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 10px;
}

.quiz-control,
.quiz-launch {
    appearance: none;
    cursor: pointer;
    color: var(--cream);
}

.quiz-control {
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(232, 220, 197, 0.42);
    background: #0b0b0b;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.quiz-control:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.quiz-results[hidden] {
    display: none;
}

.quiz-results {
    animation: quiz-in 0.3s ease;
}

.result-primary {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: clamp(20px, 4vw, 46px);
    align-items: center;
}

.result-poster {
    aspect-ratio: 2 / 3;
    display: grid;
    place-items: end center;
    padding: 18px 10px;
    border: 1px solid var(--line);
    background: radial-gradient(circle at 50% 25%, #5a1919, #101010 62%);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.4);
    text-align: center;
}

    .result-poster span {
        font-family: Georgia, serif;
        font-size: 1.1rem;
        font-weight: 800;
        text-transform: uppercase;
    }

.result-kicker {
    margin: 0 0 7px;
    color: var(--red-bright);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.result-copy h2 {
    margin: 0;
    font-family: Georgia, serif;
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    line-height: 0.95;
    text-transform: uppercase;
}
.result-copy h2:focus {
        outline: none;
    }
.result-meta {
    color: #a99c89;
    font-size: 0.78rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.result-reason {
    max-width: 720px;
    color: #d2c7b6;
    font-size: 1.05rem;
    line-height: 1.65;
}

.result-scores {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0;
}

    .result-scores > span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 8px 11px;
        border: 1px solid rgba(232, 220, 197, 0.2);
        color: #c9bca8;
        font-size: 0.72rem;
        text-transform: uppercase;
    }

    .result-scores .rating-icons {
        gap: 2px;
    }

        .result-scores .rating-icons img {
            width: 25px;
            height: 25px;
        }

.backup-results {
    margin-top: 46px;
    padding-top: 30px;
    border-top: 1px solid var(--line);
}

    .backup-results h3 {
        font-family: Georgia, serif;
        text-transform: uppercase;
    }

.backup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.backup-card {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(232, 220, 197, 0.18);
    background: rgba(255, 255, 255, 0.015);
}

    .backup-card .result-poster {
        width: 88px;
        min-height: 132px;
        padding: 8px 5px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
    }

        .backup-card .result-poster span {
            font-size: 0.68rem;
        }

.backup-card-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    align-self: stretch;
}

.backup-card h4 {
    margin: 0 0 6px;
    font-family: Georgia, serif;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.backup-card p {
    margin: 0;
    color: #a99c89;
    font-size: 0.85rem;
    line-height: 1.5;
}

.backup-card .text-button {
    margin-top: auto;
    padding-top: 14px;
}

.quiz-retake {
    margin-top: 24px;
}

@media (max-width: 900px) {
    .quiz-options-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .quiz-section {
        padding-inline: 14px;
    }

    .quiz-shell {
        padding: 20px 14px;
    }

    .quiz-progress {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .quiz-options,
    .quiz-options-grid,
    .backup-grid {
        grid-template-columns: 1fr;
    }

        .quiz-options label > span {
            min-height: 86px;
        }

    .result-primary {
        grid-template-columns: 1fr;
    }

    .result-poster {
        width: 150px;
    }

    .backup-card {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

        .backup-card .result-poster {
            width: 72px;
            min-height: 108px;
        }
}

.quiz-launch {
    background: transparent;
    font-weight: inherit;
}

.mood-grid span.large-skull {
    font-size: 2.25rem;
    line-height: 1;
}

.site-footer {
    position: relative;
    padding: 24px 180px;
    background: #000;
    color: #d8c6a1;
    font-size: 0.85rem;
    text-align: center;
}

    .site-footer p {
        margin: 0;
    }

    .site-footer a {
        color: #d8c6a1;
        font-weight: 700;
        text-decoration: none;
    }

        .site-footer a:not(.back-to-top):hover,
        .site-footer a:not(.back-to-top):focus-visible {
            color: #c91522;
            text-decoration: underline;
        }

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 16px;
    border: 1px solid rgba(201, 21, 34, 0.75);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.9);
    color: #d8c6a1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease,
        background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.back-to-top:focus-visible {
    background: #c91522;
    border-color: #c91522;
    color: #fff;
    text-decoration: none;
}

/* Apply the red hover state only on devices with a true hover pointer.
   This prevents mobile browsers from leaving the button red after a tap. */
@media (hover: hover) and (pointer: fine) {
    .back-to-top:hover {
        background: #c91522;
        border-color: #c91522;
        color: #fff;
        text-decoration: none;
    }
}

/* Keep the floating control comfortably inside smaller screens. */
@media (max-width: 700px) {
    .site-footer {
        padding: 22px 16px;
    }

    .back-to-top {
        right: 16px;
        bottom: 16px;
        min-height: 42px;
        padding: 10px 14px;
        font-size: 0.78rem;
    }
}

.trademark {
    font-family: Arial, sans-serif;
    font-size: 0.75em;
    margin-left: 3px;
    vertical-align: super;
}

.tiktok-shell {
    background: #000;
    padding: 18px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.tiktok-embed {
    margin: 0 !important;
    width: 100%;
    max-width: 780px !important;
}
/* =========================================================
   RESPONSIVE HEADER AND SOCIAL ICON FIX
   Add this block at the end of styles.css
   ========================================================= */

.header-tools {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 16px;
    white-space: nowrap;
}

    .header-tools a {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        line-height: 0;
    }

    .header-tools img {
        display: block;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

/* Tablet header */
@media (max-width: 900px) {
    .site-header {
        min-height: 78px;
        grid-template-columns: minmax(145px, 1fr) auto auto;
        gap: 12px;
    }

    .brand {
        min-width: 0;
    }

    .brand-top {
        font-size: 1.25rem;
    }

    .brand-bottom {
        font-size: 2rem;
    }

    .menu-toggle {
        flex: 0 0 auto;
    }

    .header-tools {
        gap: 10px;
    }

        .header-tools a {
            display: flex;
        }

        .header-tools img {
            width: 34px;
            height: 34px;
        }
}

/* Phone header */
@media (max-width: 620px) {
    .site-header {
        width: calc(100% - 20px);
        min-height: 74px;
        grid-template-columns: minmax(105px, 1fr) auto auto;
        gap: 7px;
    }

    .brand {
        min-width: 0;
        flex-shrink: 1;
    }

    .brand-top {
        font-size: 1rem;
        white-space: nowrap;
    }

    .brand-bottom {
        font-size: 1.55rem;
        white-space: nowrap;
    }

    .menu-toggle {
        width: 34px;
        padding: 6px;
        flex-shrink: 0;
    }

    .header-tools {
        gap: 5px;
        flex-wrap: nowrap;
        flex-shrink: 0;
    }

        .header-tools a {
            display: flex;
            flex: 0 0 auto;
        }

        .header-tools img {
            width: 27px;
            height: 27px;
        }
}

/* Extra-small phones */
@media (max-width: 390px) {
    .site-header {
        width: calc(100% - 14px);
        grid-template-columns: minmax(94px, 1fr) auto auto;
        gap: 4px;
    }

    .brand-top {
        font-size: 0.9rem;
    }

    .brand-bottom {
        font-size: 1.4rem;
    }

    .header-tools {
        gap: 4px;
    }

        .header-tools img {
            width: 24px;
            height: 24px;
        }

    .menu-toggle {
        width: 31px;
        padding: 5px;
    }
}

/* Review catalog */
.catalog-page {
    background: radial-gradient( circle at 15% 2%, rgba(165, 22, 26, 0.32), transparent 29rem ), radial-gradient( circle at 90% 22%, rgba(91, 18, 15, 0.18), transparent 32rem ), #050505;
}

.catalog-header .header-tools img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.catalog-main {
    overflow: hidden;
}

.catalog-hero {
    position: relative;
    min-height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: clamp(64px, 8vw, 120px) clamp(24px, 7vw, 110px) clamp(54px, 6vw, 90px);
    border-bottom: 1px solid var(--line);
    background: linear-gradient( 90deg, rgba(5, 5, 5, 0.98), rgba(5, 5, 5, 0.72) 60%, rgba(5, 5, 5, 0.15) ), linear-gradient( 0deg, #050505 0%, transparent 70% ), url("assets/logo-with-profile.png") 97% 70% / auto 95% no-repeat, #070706;
}

    .catalog-hero::after {
        content: "REVIEWS";
        position: absolute;
        right: -1.5rem;
        bottom: -1.5rem;
        color: rgba(255, 255, 255, 0.025);
        font-family: Georgia, serif;
        font-size: clamp(5rem, 15vw, 14rem);
        font-weight: 900;
        letter-spacing: -0.05em;
        pointer-events: none;
    }

    .catalog-hero > * {
        position: relative;
        z-index: 1;
    }

    .catalog-hero h1 {
        max-width: 900px;
        margin: 0.45rem 0 1.1rem;
        font-family: Georgia, serif;
        font-size: clamp(3.2rem, 7vw, 7rem);
        line-height: 0.9;
        letter-spacing: -0.055em;
    }

        .catalog-hero h1 span {
            display: block;
            color: var(--red-bright);
            font-style: italic;
            text-shadow: 3px 3px 0 #3b0608;
        }

.catalog-intro {
    max-width: 600px;
    margin: 0;
    color: #c8bda9;
    font-family: Georgia, serif;
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    line-height: 1.6;
}

.catalog-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: clamp(36px, 5vw, 64px);
}

    .catalog-stats div {
        min-width: 135px;
        padding: 0 clamp(18px, 3vw, 38px);
        border-left: 1px solid var(--line);
    }

        .catalog-stats div:first-child {
            padding-left: 0;
            border-left: 0;
        }

    .catalog-stats strong,
    .catalog-stats span {
        display: block;
    }

    .catalog-stats strong {
        color: #f7ead3;
        font-family: Georgia, serif;
        font-size: clamp(1.8rem, 3vw, 2.8rem);
        line-height: 1;
    }

    .catalog-stats span {
        margin-top: 0.55rem;
        color: #988c7a;
        font-size: 0.66rem;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

.catalog-browser {
    padding: clamp(48px, 7vw, 100px) clamp(20px, 5vw, 78px) 90px;
}

.catalog-browser-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 30px;
}

    .catalog-browser-heading h2 {
        margin: 0.35rem 0 0;
        font-family: Georgia, serif;
        font-size: clamp(2rem, 4vw, 3.6rem);
        letter-spacing: -0.035em;
    }

.catalog-mood-prompt {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 18px 0 0;
    color: #b8aa94;
    font-size: clamp(0.9rem, 1.3vw, 1.05rem);
    line-height: 1.45;
}

.catalog-mood-prompt span {
    display: inline-block;
    flex: 0 0 auto;
    color: #7c5cff;
    font-size: 2.15rem;
    line-height: 0.7;
    transform: rotate(18deg);
    transform-origin: center;
}

.catalog-mood-shortcuts {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin: -8px 0 26px;
}

.catalog-mood-shortcuts button {
    min-height: 117px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    border: 1px solid rgba(232, 220, 197, 0.22);
    border-radius: 0;
    background: #0d0d0c;
    color: #eee1ca;
    cursor: pointer;
    text-align: center;
    font: inherit;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

@media (hover: hover) and (pointer: fine) {
    .catalog-mood-shortcuts button:hover {
        transform: translateY(-3px);
        border-color: var(--red-bright);
        background: rgba(142, 20, 23, 0.12);
    }
}

.catalog-mood-shortcuts button:focus-visible,
.catalog-mood-shortcuts button.is-active {
    border-color: var(--red-bright);
    background: rgba(142, 20, 23, 0.16);
    box-shadow: inset 0 -2px 0 var(--red-bright);
    outline: 0;
}

.catalog-mood-shortcuts small {
    color: #c7baa6;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.catalog-mood-shortcuts strong {
    margin-top: 3px;
    font-family: Georgia, serif;
    font-size: 0.88rem;
    text-transform: uppercase;
}

.catalog-mood-shortcuts span {
    margin-top: 14px;
    color: #ba9d70;
    font-size: 1.45rem;
}

.catalog-mood-shortcuts span.large-skull {
    color: #ba9d70;
}

.catalog-count {
    margin: 0 0 0.5rem;
    color: #948876;
    font-size: 0.76rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

    .catalog-count strong {
        color: var(--red-bright);
    }

.catalog-controls {
    display: grid;
    grid-template-columns: minmax(260px, 2.4fr) repeat(4, minmax(125px, 1fr)) auto;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 12;
    margin: 0 0 34px;
    padding: 14px;
    border: 1px solid rgba(226, 216, 197, 0.15);
    background: rgba(9, 9, 8, 0.95);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(18px);
}

    .catalog-controls label {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

        .catalog-controls label > span {
            color: #8e826f;
            font-size: 0.75rem;
            font-weight: 800;
            letter-spacing: 0.13em;
            text-transform: uppercase;
        }

    .catalog-controls input,
    .catalog-controls select {
        width: 100%;
        height: 46px;
        padding: 0 12px;
        border: 1px solid rgba(232, 220, 197, 0.2);
        border-radius: 0;
        outline: 0;
        background: #121210;
        color: #eee1ca;
        font: inherit;
        font-size: 1rem;
    }

        .catalog-controls input:focus,
        .catalog-controls select:focus {
            border-color: var(--red-bright);
            box-shadow: 0 0 0 2px rgba(211, 38, 41, 0.18);
        }

    .catalog-controls .catalog-search {
        position: relative;
        justify-content: flex-end;
    }

.catalog-search > span:not(.sr-only) {
    position: absolute;
    left: 14px;
    bottom: 10px;
    color: #a99d8b;
    font-size: 1.35rem;
}

.catalog-search input {
    padding-left: 42px;
}

.catalog-reset {
    align-self: end;
    height: 46px;
    padding: 0 16px;
    border: 1px solid rgba(232, 220, 197, 0.18);
    background: transparent;
    color: #b4a793;
    cursor: pointer;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

    .catalog-reset:hover {
        border-color: var(--red-bright);
        color: #fff;
    }

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(18px, 2.3vw, 34px);
}

.review-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(226, 216, 197, 0.16);
    background: linear-gradient( 145deg, rgba(18, 18, 16, 0.96), rgba(9, 9, 8, 0.98) );
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

    .review-card:hover {
        transform: translateY(-5px);
        border-color: rgba(211, 38, 41, 0.62);
        box-shadow: 0 24px 54px rgba(0, 0, 0, 0.42);
    }

.review-poster-link {
    display: block;
}

.review-poster {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 5 / 5.75;
    overflow: hidden;
    background: #171512;
}

    .review-poster::after {
        content: "";
        position: absolute;
        inset: auto 0 0;
        z-index: 2;
        height: 30%;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.68));
        pointer-events: none;
    }

    .review-poster img {
        position: absolute;
        inset: 0;
        z-index: 1;
        display: none;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        transition: transform 0.35s ease, filter 0.25s ease;
    }

    .review-poster.has-poster img {
        display: block;
    }

@media (hover: hover) and (pointer: fine) {
    .review-card:hover .review-poster img {
        transform: scale(1.035);
        filter: contrast(1.04);
    }
}

.review-poster-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: grid;
    place-content: center;
    gap: 10px;
    text-align: center;
    background: linear-gradient( 135deg, transparent 48%, rgba(165, 22, 26, 0.12) 49%, rgba(165, 22, 26, 0.12) 51%, transparent 52% ), radial-gradient(circle at 50% 42%, rgba(165, 22, 26, 0.3), transparent 34%), #100e0d;
}

.review-poster.has-poster .review-poster-fallback {
    visibility: hidden;
}

.review-poster-fallback::before,
.review-poster-fallback::after {
    content: "";
    position: absolute;
    inset: 9%;
    border: 1px solid rgba(232, 220, 197, 0.1);
    transform: rotate(3deg);
}

.review-poster-fallback::after {
    transform: rotate(-3deg);
}

.review-poster-fallback span {
    color: var(--red-bright);
    font-family: Georgia, serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
    font-weight: 900;
    font-style: italic;
    text-shadow: 2px 2px 0 #390507;
}

.review-poster-fallback small {
    color: #8e826f;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.review-format {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    padding: 7px 9px 6px;
    background: rgba(5, 5, 5, 0.83);
    color: #e8dcc5;
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    backdrop-filter: blur(7px);
}

.review-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 19px 19px 20px;
}

.review-card-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.review-year {
    margin: 0 0 5px;
    color: var(--red-bright);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.review-card h3 {
    margin: 0;
    color: #f1e5cf;
    font-family: Georgia, serif;
    font-size: clamp(1.15rem, 1.65vw, 1.55rem);
    line-height: 1.08;
}

.review-pace {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #837866;
    font-size: 0.59rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.review-moods {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-height: 46px;
    margin-top: 14px;
    align-content: flex-start;
}

    .review-moods span {
        align-self: flex-start;
        padding: 5px 7px;
        border: 1px solid rgba(211, 38, 41, 0.28);
        color: #c8bca9;
        font-size: 0.56rem;
        font-weight: 700;
        line-height: 1.1;
        letter-spacing: 0.035em;
        text-transform: uppercase;
    }

.review-reason-wrap {
    position: relative;
    min-height: 66px;
    margin: 15px 0;
}

.review-reason {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #aea28f;
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.55;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.review-reason-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 0 0 20px;
    border: 0;
    background: linear-gradient(90deg, transparent, #0b0b09 22%);
    color: #d5b77b;
    font-family: Georgia, serif;
    font-size: 1rem;
    line-height: 1.55;
    cursor: pointer;
}

    .review-reason-toggle[hidden] {
        display: none;
    }

    .review-reason-toggle:hover {
        color: #f1e5cf;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .review-reason-toggle:focus-visible {
        outline: 2px solid var(--red-bright);
        outline-offset: 3px;
    }

.review-reason-wrap.is-expanded .review-reason {
    display: inline;
    overflow: visible;
    -webkit-line-clamp: unset;
}

.review-reason-wrap.is-expanded .review-reason-toggle {
    position: static;
    display: inline;
    margin: 0 0 0 0.35em;
    padding: 0;
    background: transparent;
    vertical-align: baseline;
}

.review-scores {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 13px 0;
    border-top: 1px solid rgba(232, 220, 197, 0.1);
    border-bottom: 1px solid rgba(232, 220, 197, 0.1);
}

    .review-scores > div {
        display: grid;
        grid-template-columns: 47px 1fr;
        align-items: center;
    }

    .review-scores dt {
        color: #847866;
        font-size: 0.57rem;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .review-scores dd {
        display: flex;
        align-items: center;
        gap: 5px;
        margin: 0;
    }

    .review-scores i {
        width: 7px;
        height: 7px;
        border: 1px solid #5a5044;
        border-radius: 50%;
    }

        .review-scores i.is-on {
            border-color: var(--red-bright);
            background: var(--red-bright);
            box-shadow: 0 0 8px rgba(211, 38, 41, 0.45);
        }

    .review-scores b {
        margin-left: auto;
        color: #c8bda9;
        font-size: 0.0rem;
    }

.review-social-links {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 18px;
    margin-top: auto;
    padding-top: 18px;
    
}

    .review-social-links[hidden] {
        display: none;
    }

    .review-social-links p {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        color: #f1e5cf;
        font-family: Georgia, serif;
        font-size: clamp(0.85rem, 1vw, 1rem);
        line-height: 1.22;
        text-align: left;
        justify-self: start;
        white-space: nowrap;
    }

    .review-watch-icon {
        position: relative;
        display: inline-grid;
        flex: 0 0 auto;
        width: 26px;
        height: 21px;
        place-items: center;
        border: 2px solid #c8bda9;
        border-radius: 6px;
        box-sizing: border-box;
        opacity: 0.95;
    }

        .review-watch-icon::before,
        .review-watch-icon::after {
            content: "";
            position: absolute;
            top: -6px;
            width: 8px;
            height: 2px;
            background: #c8bda9;
            border-radius: 2px;
        }

        .review-watch-icon::before {
            left: 5px;
            transform: rotate(38deg);
        }

        .review-watch-icon::after {
            right: 5px;
            transform: rotate(-38deg);
        }

        .review-watch-icon span {
            width: 0;
            height: 0;
            margin-left: 2px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 7px solid #c8bda9;
        }

    .review-social-icons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        justify-self: end;
        gap: 14px;
        padding-left: 18px;
        border-left: 1px solid rgba(232, 220, 197, 0.18);
    }

    .review-social-links a {
        display: grid;
        width: 42px;
        height: 42px;
        place-items: center;
        border-radius: 8px;
        transition: background-color 0.2s ease, transform 0.2s ease;
    }

        .review-social-links a:hover {
            background: rgba(255, 255, 255, 0.07);
            transform: translateY(-2px);
        }

        .review-social-links a:focus-visible {
            outline: 2px solid var(--red-bright);
            outline-offset: 3px;
        }

    .review-social-links img {
        display: block;
        width: 42px;
        height: 42px;
        object-fit: contain;
    }

.catalog-more-wrap {
    text-align: center;
}

.catalog-more {
    margin-top: 46px;
    cursor: pointer;
}

    .catalog-more[hidden] {
        display: none;
    }

.catalog-empty {
    padding: 90px 20px;
    text-align: center;
    border: 1px dashed rgba(232, 220, 197, 0.18);
}

    .catalog-empty > span {
        color: var(--red-bright);
        font-size: 3rem;
    }

    .catalog-empty h3 {
        margin: 12px 0 6px;
        font-family: Georgia, serif;
        font-size: 2rem;
    }

    .catalog-empty p {
        color: #9e927f;
    }

    .catalog-empty button {
        border: 0;
        background: none;
        color: var(--red-bright);
        cursor: pointer;
        font-weight: 800;
        text-decoration: underline;
        text-underline-offset: 4px;
    }

@media (max-width: 1250px) {
    .catalog-controls {
        grid-template-columns: 2fr repeat(2, 1fr);
    }

    .catalog-reset {
        align-self: stretch;
        height: auto;
    }

    .catalog-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .catalog-browser-heading {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
        align-items: start;
    }

    .catalog-browser-heading > div {
        display: contents;
    }

    .catalog-browser-heading .eyebrow {
        order: 1;
    }

    .catalog-browser-heading h2 {
        order: 2;
    }

    .catalog-count {
        order: 3;
        margin: 10px 0 0;
    }

    .catalog-mood-prompt {
        order: 4;
    }

    .catalog-hero {
        min-height: 520px;
        background-position: 92% 15%;
        background-size: 760px auto;
    }

        .catalog-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, #050505 18%, rgba(5, 5, 5, 0.4) 80%);
        }

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

    .catalog-controls {
        position: relative;
        grid-template-columns: 1fr 1fr;
    }

    .catalog-search {
        grid-column: 1 / -1;
    }
}

@media (min-width: 901px) {
    .catalog-hero {
        justify-content: flex-start;
        padding-top: 64px;
        padding-right: clamp(42px, 5vw, 88px);
        padding-bottom: 54px;
        padding-left: clamp(42px, 5vw, 88px);
    }
}

@media (max-width: 620px) {
    .catalog-hero {
        min-height: 570px;
        padding-bottom: 42px;
        background-position: 70% 0;
    }

        .catalog-hero h1 {
            font-size: clamp(3rem, 15vw, 4.5rem);
        }

    .catalog-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px 0;
    }

        .catalog-stats div,
        .catalog-stats div:first-child {
            min-width: 0;
            padding: 0 15px;
            border-left: 1px solid var(--line);
        }

            .catalog-stats div:nth-child(odd) {
                padding-left: 0;
                border-left: 0;
            }

    .catalog-mood-shortcuts {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 0;
    }

    .catalog-mood-shortcuts button {
        min-height: 105px;
    }

    .catalog-browser-heading {
        display: grid;
    }

    .catalog-count {
        margin-top: 10px;
    }

    .catalog-controls {
        grid-template-columns: 1fr;
    }

    .catalog-search {
        grid-column: auto;
    }

    .catalog-reset {
        height: 46px;
    }

    .catalog-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .review-card {
        display: block;
        grid-template-columns: none;
    }

    .review-poster-link,
    .review-poster {
        width: 100%;
    }

    .review-poster {
        height: auto;
        min-height: 0;
        aspect-ratio: 2 / 3;
    }

        .review-poster img {
            object-fit: cover;
            transform: none;
        }

    .review-card-body {
        padding: 16px;
    }

    .review-moods {
        min-height: 0;
    }

    .review-reason-wrap {
        min-height: 0;
        margin: 15px 0;
    }

    .review-reason {
        -webkit-line-clamp: 4;
    }

    .review-social-links {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 0.75rem;
    }

        .review-social-links p {
            font-size: 1.3rem;
            line-height: 1.3;
        }

    .review-social-icons {
        gap: 0.6rem;
        padding-left: 0.75rem;
    }

    .review-social-links a {
        width: 36px;
        height: 36px;
    }

    .review-social-links img {
        width: 34px;
        height: 34px;
    }
}



@media (max-width: 480px) {
    .catalog-mood-shortcuts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
    }

    .catalog-mood-shortcuts button {
        min-height: 100px;
        padding: 8px 3px;
    }

    .catalog-mood-shortcuts small {
        font-size: 0.56rem;
    }

    .catalog-mood-shortcuts strong {
        font-size: 0.76rem;
        line-height: 1.05;
    }

    .catalog-mood-shortcuts span {
        margin-top: 10px;
        font-size: 1.3rem;
    }
}

/* Social showcase platform headers */
.social-showcase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
    align-items: stretch;
}

.social-showcase-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid rgba(232, 220, 197, 0.55);
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
}

.social-platform-header {
    position: relative;
    min-height: 225px;
    display: grid;
    grid-template-columns: 210px 1fr;
    grid-template-rows: 1fr auto;
    align-items: center;
    padding: 24px 22px 14px;
    overflow: hidden;
    background: radial-gradient(circle at 18% 52%, rgba(176, 18, 25, 0.16), transparent 15rem), rgba(3, 3, 3, 0.88);
}

.social-platform-logo {
    position: relative;
    z-index: 1;
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    min-height: 180px;
}

.social-platform-logo img {
    position: relative;
    z-index: 2;
    width: 116px;
    height: 116px;
    object-fit: contain;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.55));
}

.social-logo-brush {
    position: absolute;
    width: 175px;
    height: 92px;
    background: linear-gradient(105deg, transparent 2%, rgba(197, 19, 27, 0.9) 16%, #8f1016 72%, transparent 96%);
    clip-path: polygon(0 30%, 17% 22%, 9% 10%, 44% 19%, 53% 0, 62% 19%, 100% 7%, 83% 39%, 100% 52%, 73% 56%, 92% 78%, 54% 70%, 43% 100%, 33% 72%, 0 88%, 17% 59%);
    transform: rotate(-8deg);
    opacity: 0.78;
}

.social-platform-copy {
    align-self: center;
    text-align: center;
    padding: 12px 8px 0;
}

.social-platform-copy h3 {
    margin: 0;
    color: #f1e7d4;
    font-family: Georgia, serif;
    font-size: clamp(1.65rem, 2.5vw, 2.65rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.social-platform-rule {
    display: block;
    width: min(230px, 88%);
    height: 1px;
    margin: 20px auto 17px;
    background: linear-gradient(90deg, transparent, #c91d24 18%, #c91d24 82%, transparent);
}

.social-platform-copy p {
    margin: 0;
    color: #d8ccba;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.social-platform-link {
    justify-self: end;
    align-self: end;
    color: var(--red-bright);
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.social-showcase-card > .tiktok-shell {
    border-width: 1px 0 0;
}

.social-showcase-card > .embed-note {
    padding: 0 18px 18px;
}

@media (max-width: 900px) {
    .social-showcase-grid { grid-template-columns: 1fr; }
    .social-showcase-card { height: auto; }
}

@media (max-width: 600px) {
    .social-platform-header {
        min-height: 0;
        grid-template-columns: 105px 1fr;
        padding: 18px 14px 13px;
    }
    .social-platform-logo { min-height: 125px; }
    .social-platform-logo img { width: 78px; height: 78px; }
    .social-logo-brush { width: 108px; height: 62px; }
    .social-platform-copy h3 { font-size: 1.45rem; }
    .social-platform-copy p { font-size: 0.68rem; }
    .social-platform-rule { margin: 13px auto 11px; }
    .social-platform-link { font-size: 0.66rem; }
}


/* Keep in-page anchors visible below the sticky header on smaller screens. */
@media (max-width: 900px) {
    html {
        scroll-padding-top: 90px;
    }
}


/* The home-page featured review reuses the catalog card language while
   remaining a wide, horizontal feature. */
.latest-review-card {
    display: grid;
    grid-template-columns: minmax(160px, 190px) minmax(280px, 1.15fr) minmax(350px, 1fr);
    margin: 0 18px 18px;
    overflow: hidden;
    border-color: rgba(226, 216, 197, 0.13);
    background: linear-gradient(145deg, rgba(18, 18, 16, 0.72), rgba(9, 9, 8, 0.82));
    box-shadow: none;
}

.latest-review-card:hover {
    transform: none;
    border-color: rgba(226, 216, 197, 0.2);
    box-shadow: none;
}

.latest-review-card .review-poster-link,
.latest-review-card .review-poster {
    width: 100%;
    height: 100%;
}

.latest-review-card .review-poster {
    min-height: 260px;
    aspect-ratio: auto;
}

.latest-review-card .review-poster img {
    object-fit: contain;
}

.latest-review-card .review-card-body {
    min-width: 0;
    padding: 22px 26px;
}

.latest-review-card h2 {
    margin: 0;
    color: #f1e5cf;
    font-family: Georgia, serif;
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    line-height: 1.08;
}

.latest-review-card .review-moods {
    min-height: 0;
}

.latest-review-card .review-reason-wrap {
    min-height: 72px;
    margin-bottom: 12px;
}

.latest-review-details {
    align-self: flex-start;
    margin-top: auto;
    color: #d5b77b;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.latest-review-details:hover,
.latest-review-details:focus-visible {
    color: #f1e5cf;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.latest-review-sidebar {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 22px 24px;
    border-left: 1px solid rgba(232, 220, 197, 0.16);
}

.latest-review-sidebar .review-scores {
    padding-top: 0;
    border-top: 0;
}

.latest-review-sidebar .review-social-links {
    margin-top: auto;
}

@media (max-width: 900px) {
    .latest-review-card {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .latest-review-sidebar {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 22px;
        border-top: 1px solid rgba(232, 220, 197, 0.16);
        border-left: 0;
    }

    .latest-review-sidebar .review-scores {
        border-bottom: 0;
    }

    .latest-review-sidebar .review-social-links {
        margin-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 620px) {
    .latest-pick .panel-heading {
        padding-inline: 14px;
    }

    .latest-review-card {
        display: grid;
        grid-template-columns: 108px minmax(0, 1fr);
        margin: 0 12px 14px;
    }

    .latest-review-card .review-poster {
        min-height: 230px;
        aspect-ratio: auto;
    }

    .latest-review-card .review-card-body {
        padding: 14px 12px;
    }

    .latest-review-card .review-card-heading {
        display: block;
    }

    .latest-review-card h2 {
        font-size: 1.2rem;
    }

    .latest-review-card .review-pace {
        display: block;
        margin-top: 6px;
    }

    .latest-review-card .review-moods {
        gap: 4px;
        margin-top: 10px;
    }

    .latest-review-card .review-moods span {
        padding: 4px 5px;
        font-size: 0.48rem;
    }

    .latest-review-card .review-reason-wrap {
        min-height: 0;
        margin: 12px 0 8px;
    }

    .latest-review-card .review-reason {
        font-size: 0.82rem;
        line-height: 1.45;
        -webkit-line-clamp: 4;
    }

    .latest-review-card .review-reason-toggle {
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .latest-review-sidebar {
        display: block;
        padding: 15px 12px;
    }

    .latest-review-sidebar .review-scores {
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(232, 220, 197, 0.1);
    }

    .latest-review-sidebar .review-social-links {
        margin-top: 13px;
        padding-top: 0;
    }

    .latest-review-sidebar .review-social-links p {
        font-size: 0.9rem;
    }
}

.review-social-links a.review-watch-link {
    display: block;
    width: min(370px, 100%);
    height: auto;
    border-radius: 0;
    justify-self: start;
}

.review-social-links a.review-watch-link:hover {
    background: transparent;
}

.review-social-links .review-watch-image {
    display: block;
    width: 100%;
    max-width: 370px;
    height: auto;
    object-fit: contain;
    justify-self: start;
}

/* Keep the Watch My Review art from crowding the score block on tablet widths. */
@media (min-width: 621px) and (max-width: 900px) {
    .latest-review-sidebar .review-social-links a.review-watch-link {
        width: clamp(160px, 22vw, 210px);
    }

    .latest-review-sidebar .review-social-links .review-watch-image {
        width: 100%;
        max-width: none;
    }
}

/* Reviews page: emphasize Watch My Review art and de-emphasize social icons. */
.catalog-page .review-social-links {
    column-gap: 12px;
}

.catalog-page .review-social-links a.review-watch-link {
    width: 100%;
    max-width: 430px;
}

.catalog-page .review-social-links .review-watch-image {
    width: 100%;
    max-width: 430px;
}

.catalog-page .review-social-icons {
    gap: 10px;
    padding-left: 12px;
}

.catalog-page .review-social-icons a {
    width: 32px;
    height: 32px;
}

.catalog-page .review-social-icons img {
    width: 32px;
    height: 32px;
}

/* Quiz primary recommendation mirrors the Audrie's Latest Pick feature card. */
.quiz-results > .eyebrow {
    margin-bottom: 14px;
}

.quiz-result-card {
    width: 100%;
    margin: 0;
}

.quiz-result-card .review-reason-wrap {
    min-height: 0;
    margin-bottom: 0;
}

.quiz-result-card .review-reason {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
}

@media (max-width: 620px) {
    .quiz-result-card {
        margin: 0;
    }
}

/* Quiz backup recommendations use the Latest Pick vocabulary in a compact two-card layout. */
.backup-grid {
    align-items: stretch;
    gap: 16px;
}

.backup-review-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) auto;
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-color: rgba(226, 216, 197, 0.13);
    background: linear-gradient(145deg, rgba(18, 18, 16, 0.72), rgba(9, 9, 8, 0.82));
    box-shadow: none;
}

.backup-review-card:hover {
    transform: none;
    border-color: rgba(226, 216, 197, 0.2);
    box-shadow: none;
}

.backup-review-card .review-poster-link,
.backup-review-card .review-poster {
    width: 100%;
    height: 100%;
}

.backup-review-card .review-poster {
    min-height: 238px;
    aspect-ratio: auto;
}

.backup-review-card .review-poster img {
    object-fit: contain;
}

.backup-review-card .review-format {
    top: 8px;
    left: 8px;
    padding: 5px 7px 4px;
    font-size: 0.49rem;
}

.backup-review-card .review-card-body {
    min-width: 0;
    padding: 15px 16px 12px;
}

.backup-review-card .review-card-heading {
    display: block;
}

.backup-review-card h4 {
    margin: 0;
    color: #f1e5cf;
    font-family: Georgia, serif;
    font-size: clamp(1rem, 1.35vw, 1.28rem);
    line-height: 1.08;
    text-transform: none;
}

.backup-review-card .review-pace {
    display: block;
    margin-top: 5px;
    font-size: 0.51rem;
}

.backup-review-card .review-moods {
    min-height: 0;
    gap: 4px;
    margin-top: 10px;
}

.backup-review-card .review-moods span {
    padding: 4px 5px;
    font-size: 0.47rem;
}

.backup-review-card .review-reason-wrap {
    min-height: 0;
    margin: 11px 0 0;
}

.backup-review-card .review-reason {
    font-size: 0.82rem;
    line-height: 1.42;
    -webkit-line-clamp: 4;
}

.backup-review-sidebar {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(145px, 0.9fr);
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-top: 1px solid rgba(232, 220, 197, 0.16);
    border-left: 0;
}

.backup-review-sidebar .review-scores {
    gap: 6px;
    padding: 0;
    border: 0;
}

.backup-review-sidebar .review-scores > div {
    grid-template-columns: 39px 1fr;
}

.backup-review-sidebar .review-scores dt {
    font-size: 0.49rem;
}

.backup-review-sidebar .review-scores dd {
    gap: 4px;
}

.backup-review-sidebar .review-scores i {
    width: 6px;
    height: 6px;
}

.backup-review-sidebar .review-social-links {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 7px;
    margin: 0;
    padding: 0;
}

.backup-review-sidebar .review-social-links a.review-watch-link {
    width: 100%;
    max-width: 170px;
}

.backup-review-sidebar .review-social-links .review-watch-image {
    width: 100%;
    max-width: 170px;
}

.backup-review-sidebar .review-social-icons {
    gap: 5px;
}

.backup-review-sidebar .review-social-icons a,
.backup-review-sidebar .review-social-icons img {
    width: 26px;
    height: 26px;
}

@media (max-width: 1050px) {
    .backup-review-card {
        grid-template-columns: 104px minmax(0, 1fr);
    }

    .backup-review-card .review-poster {
        min-height: 222px;
    }

    .backup-review-sidebar {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .backup-review-sidebar .review-scores {
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(232, 220, 197, 0.1);
    }

    .backup-review-sidebar .review-social-links {
        grid-template-columns: minmax(0, 170px) auto;
        justify-content: start;
        margin-top: 13px;
    }
}

@media (max-width: 760px) {
    .backup-grid {
        grid-template-columns: 1fr;
    }

    .backup-review-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .backup-review-card .review-poster {
        min-height: 220px;
    }

    .backup-review-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .backup-review-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .backup-review-card .review-poster {
        min-height: 205px;
    }

    .backup-review-card .review-card-body {
        padding: 13px 12px 10px;
    }

    .backup-review-sidebar {
        grid-template-columns: 1fr;
    }
}

/* ================================================================
   About / Nightmare Origins
   ================================================================ */
.about-page {
    background:
        radial-gradient(circle at 24% 16%, rgba(138, 19, 19, 0.20), transparent 28rem),
        #050505;
}

.about-main {
    max-width: 1680px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255,255,255,.012), rgba(255,255,255,.012)),
        #050505;
}

.origins-hero {
    position: relative;
    min-height: 520px;
    display: grid;
    grid-template-columns: minmax(340px, 42%) minmax(0, 58%);
    align-items: stretch;
    overflow: hidden;
    border-bottom: 0;
    background:
        radial-gradient(circle at 58% 40%, rgba(123, 14, 14, 0.17), transparent 28rem),
        linear-gradient(90deg, #100707 0%, #070707 48%, #050505 100%);
}

.origins-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(110deg, transparent 0 24px, rgba(255,255,255,.012) 25px, transparent 26px),
        radial-gradient(circle at 82% 30%, rgba(197, 21, 26, 0.08) 0 2px, transparent 3px) 0 0 / 54px 54px;
    opacity: .8;
}

.origins-portrait-wrap {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    isolation: isolate;
    background:
        radial-gradient(circle at 48% 43%, rgba(184, 29, 28, .34), transparent 15rem),
        linear-gradient(90deg, #090606 0%, #170807 70%, rgba(5,5,5,.2) 100%);
}

.origins-portrait-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(0,0,0,.32), transparent 28%, transparent 68%, #050505 100%),
        linear-gradient(0deg, #050505 0%, transparent 23%);
}

.origins-portrait-glow {
    position: absolute;
    width: 72%;
    height: 76%;
    left: 16%;
    bottom: 4%;
    border-radius: 45%;
    background: rgba(171, 18, 18, .28);
    filter: blur(46px);
    z-index: -1;
}

.origins-portrait {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: center center;
    filter: contrast(1.03) saturate(.92) drop-shadow(12px 12px 20px rgba(0,0,0,.72));
    -webkit-mask-image: linear-gradient(to bottom, #000 0 84%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0 84%, transparent 100%);
}

.origins-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    max-width: 820px;
    padding: 52px clamp(34px, 5vw, 88px) 64px clamp(28px, 4vw, 76px);
}

.origins-kicker {
    margin: 0 0 11px;
    color: #a89b89;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.origins-copy h1 {
    position: relative;
    margin: 0 0 15px;
    color: #eee4d2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.5rem, 5.5vw, 6.5rem);
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.045em;
    line-height: .92;
    text-transform: uppercase;
    text-shadow: 0 7px 20px #000;
    transform: rotate(-1deg);
}

    .origins-copy h1 span {
        display: block;
        margin: 0;
        font-size: inherit;
        line-height: inherit;
    }


.origins-copy h1::after {
    content: "";
    position: absolute;
    left: 2%;
    top: 53%;
    width: 72%;
    height: 8px;
    background: var(--red-bright);
    transform: rotate(-4deg) skewX(-15deg);
    opacity: .72;
    clip-path: polygon(0 35%, 100% 0, 96% 66%, 4% 100%);
    z-index: -1;
}

.origins-intro {
    margin: 24px 0 12px !important;
    color: var(--red-bright) !important;
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: clamp(1rem, 1.25vw, 1.35rem) !important;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
}

.origins-copy > p:not(.origins-kicker) {
    max-width: 720px;
    margin: 0;
    color: #ded5c8;
    font-size: clamp(.98rem, 1.15vw, 1.22rem);
    line-height: 1.5;
}

.origins-copy .origins-hook {
    margin-top: 18px;
    color: #e13a38;
    font-weight: 700;
}

.origin-path {
    position: relative;
    z-index: 5;
    width: calc(100% - clamp(34px, 7vw, 120px));
    margin: -16px auto 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    color: #2b1711;
    background: #e8dcc5;
    box-shadow: 0 14px 30px rgba(0,0,0,.48);
    clip-path: polygon(0 2.5%, 3% 0, 7% 2%, 12% .8%, 17% 2.2%, 23% .4%, 29% 2%, 35% 1%, 41% 2.2%, 47% .4%, 54% 2.1%, 61% .8%, 68% 2%, 75% .3%, 82% 2%, 90% .8%, 96% 2%, 100% .4%, 99.3% 98%, 95% 99.5%, 89% 97.6%, 82% 99%, 75% 97.8%, 67% 99.4%, 59% 97.7%, 52% 99.1%, 44% 98%, 37% 99.5%, 30% 97.7%, 22% 99%, 15% 97.8%, 8% 99.4%, 1% 98%);
}

.origin-path::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .13;
    background:
        repeating-linear-gradient(0deg, transparent 0 5px, rgba(70,44,28,.18) 6px),
        repeating-linear-gradient(90deg, transparent 0 11px, rgba(70,44,28,.10) 12px);
}

.origin-step {
    position: relative;
    min-width: 0;
    padding: 30px clamp(13px, 1.5vw, 25px) 34px;
    text-align: center;
}

.origin-step + .origin-step {
    border-left: 1px solid rgba(64, 37, 26, .42);
}

.origin-icon {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #852017;
    font-size: 2.15rem;
}

.origin-icon .fa-heart {
    margin-left: -9px;
    font-size: 1.8rem;
}

.origin-step h2 {
    margin: 9px 0 11px;
    color: #5f1814;
    font-family: Arial, sans-serif;
    font-size: clamp(.76rem, .9vw, .98rem);
    font-weight: 900;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.origin-step p {
    margin: 0 auto;
    max-width: 230px;
    color: #211713;
    font-family: Arial, sans-serif;
    font-size: clamp(.75rem, .82vw, .91rem);
    line-height: 1.45;
}

.origins-cta {
    padding: 27px 24px 31px;
    text-align: center;
}

.origins-cta p {
    margin: 0 0 12px;
    color: #9f9280;
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.origins-hero-actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.origins-cta-button {
    min-width: min(410px, 100%);
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 28px;
    border: 1px solid rgba(211,38,41,.72);
    color: #e33b3d;
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.origins-cta-button:hover,
.origins-cta-button:focus-visible {
    background: var(--red-bright);
    color: #fff3df;
    transform: translateY(-2px);
}

.origins-cta-button-video {
    min-width: 250px;
    border-color: rgba(232, 220, 197, .66);
    color: #eadfcf;
    background: rgba(8, 8, 8, .72);
}

.origins-cta-button-video:hover,
.origins-cta-button-video:focus-visible {
    border-color: #eadfcf;
    background: rgba(232, 220, 197, .10);
    color: #fff3df;
}

.origins-details {
    display: grid;
    grid-template-columns: 1fr 1.18fr 1fr;
    border-top: 1px solid rgba(226,216,197,.16);
    background:
        radial-gradient(circle at 50% 50%, rgba(109,16,16,.17), transparent 28rem),
        #080808;
}

.origins-detail-card,
.origins-quote {
    margin: 0;
    padding: clamp(35px, 4vw, 62px);
}

.origins-detail-card + .origins-quote,
.origins-quote + .origins-detail-card {
    border-left: 1px solid rgba(226,216,197,.14);
}

.origins-detail-card .eyebrow {
    margin-bottom: 10px;
    color: #aa2426;
    font-size: .78rem;
}

.origins-detail-card h2 {
    margin: 0 0 14px;
    color: #eadfcf;
    font-family: Georgia, serif;
    font-size: clamp(1.75rem, 2.4vw, 2.7rem);
    line-height: 1.03;
}

.origins-detail-card p:last-child {
    margin: 0;
    color: #cfc4b4;
    line-height: 1.6;
}

.origins-quote {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: rgba(74, 10, 10, .13);
}

.origins-quote p {
    margin: 0;
    color: #e9dfce;
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: clamp(1.6rem, 2.5vw, 3rem);
    font-style: italic;
    font-weight: 700;
    line-height: 1.25;
}

.origins-quote footer {
    margin-top: 20px;
    color: var(--red-bright);
    font-family: Georgia, serif;
    font-size: .95rem;
    font-style: italic;
    line-height: 1.5;
}

@media (max-width: 1050px) {
    .origins-hero {
        grid-template-columns: minmax(300px, 43%) 1fr;
    }

    .origins-copy h1 {
        font-size: clamp(3.7rem, 7vw, 6.5rem);
    }

    .origin-path {
        width: calc(100% - 40px);
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .origin-step {
        padding-inline: 10px;
    }

    .origin-step p {
        font-size: .72rem;
    }
}

@media (max-width: 900px) {
    .about-main {
        width: calc(100% - 20px);
    }

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

    .origins-portrait-wrap {
        min-height: 0;
        order: 1;
    }

    .origins-portrait {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center center;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .origins-copy {
        order: 2;
        margin-top: -48px;
        padding: 28px 30px 56px;
        text-align: center;
        background: linear-gradient(0deg, #050505 72%, transparent 100%);
    }

    .origins-copy h1 span {
        margin-left: 0;
    }

    .origins-copy > p:not(.origins-kicker) {
        margin-inline: auto;
    }

    .origin-path {
        margin-top: -12px;
        grid-template-columns: repeat(2, 1fr);
        clip-path: none;
        border: 8px solid transparent;
        border-image: linear-gradient(#e8ddcb, #e8ddcb) 1;
    }

    .origin-step {
        padding: 28px 22px;
        border-bottom: 1px solid rgba(64,37,26,.28);
    }

    .origin-step + .origin-step {
        border-left: 0;
    }

    .origin-step:nth-child(even) {
        border-left: 1px solid rgba(64,37,26,.42);
    }

    .origin-step:last-child {
        grid-column: 1 / -1;
    }

    .origin-step p {
        font-size: .82rem;
    }

    .origins-details {
        grid-template-columns: 1fr;
    }

    .origins-detail-card + .origins-quote,
    .origins-quote + .origins-detail-card {
        border-left: 0;
        border-top: 1px solid rgba(226,216,197,.14);
    }
}

@media (max-width: 620px) {
    .about-main {
        width: 100%;
    }

    .origins-portrait-wrap {
        min-height: 0;
    }

    .origins-portrait {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center center;
    }

    .origins-copy {
        margin-top: -24px;
        padding: 18px 20px 48px;
    }

    .origins-copy h1 {
        margin-bottom: 8px;
        font-size: clamp(2.15rem, 10.5vw, 3.35rem);
        line-height: .82;
        letter-spacing: -.055em;
    }

    .origins-copy h1 span {
        margin-left: 0;
    }
    .origins-copy h1 span:nth-child(3) {
        margin-top: 12px;
    }
    .origins-copy h1::after {
        top: 54%;
        height: 6px;
    }

    .origins-intro {
        margin-top: 16px !important;
    }

    .origin-path {
        width: calc(100% - 24px);
        grid-template-columns: 1fr;
    }

    .origin-step,
    .origin-step:nth-child(even) {
        border-left: 0;
        border-bottom: 1px solid rgba(64,37,26,.30);
    }

    .origin-step:last-child {
        grid-column: auto;
        border-bottom: 0;
    }

    .origins-cta {
        padding-inline: 16px;
    }

    .origins-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .origins-cta-button {
        min-width: 0;
        width: 100%;
    }

    .origins-detail-card,
    .origins-quote {
        padding: 34px 24px;
    }
}

/* Compact About layout for shorter desktop viewports.
   Keeps the full origin story and CTA visible with minimal scrolling. */
@media (min-width: 901px) and (max-height: 600px) {
    .origins-hero {
        min-height: 385px;
    }

    .origins-portrait-wrap {
        min-height: 385px;
    }

    .origins-copy {
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .origins-kicker {
        margin-bottom: 7px;
        font-size: .66rem;
    }

    .origins-copy h1 {
        margin-bottom: 8px;
        font-size: clamp(3.8rem, 6.1vw, 6.8rem);
        line-height: .74;
    }

    .origins-intro {
        margin: 18px 0 7px !important;
        font-size: clamp(.92rem, 1.05vw, 1.15rem) !important;
    }

    .origins-copy > p:not(.origins-kicker) {
        font-size: clamp(.82rem, .92vw, 1rem);
        line-height: 1.35;
    }

    .origins-copy .origins-hook {
        margin-top: 7px;
    }

    .origin-path {
        margin-top: -12px;
    }

    .origin-step {
        padding: 15px clamp(10px, 1.15vw, 18px) 18px;
    }

    .origin-icon {
        min-height: 30px;
        font-size: 1.55rem;
    }

    .origin-icon .fa-heart {
        font-size: 1.7rem;
    }

    .origin-step h2 {
        margin: 5px 0 6px;
        font-size: clamp(.68rem, .75vw, .82rem);
    }

    .origin-step p {
        font-size: clamp(.64rem, .68vw, .74rem);
        line-height: 1.28;
    }

    .origins-cta {
        padding: 10px 24px 14px;
    }

    .origins-cta p {
        margin-bottom: 6px;
        font-size: .68rem;
    }

    .origins-cta-button {
        min-height: 40px;
        padding-inline: 24px;
        font-size: .76rem;
    }
}


/* ================================================================
   Work With Audrie
   ================================================================ */
.work-page {
    background:
        radial-gradient(circle at 18% 12%, rgba(138, 19, 19, 0.22), transparent 28rem),
        #050505;
}

.work-main {
    max-width: 1680px;
    overflow: hidden;
    background: #050505;
}

.work-hero {
    position: relative;
    min-height: 455px;
    display: grid;
    grid-template-columns: minmax(0, 62%) minmax(300px, 38%);
    overflow: hidden;
    border-bottom: 1px solid rgba(232, 220, 197, .14);
    background:
        radial-gradient(circle at 64% 40%, rgba(153, 19, 21, .17), transparent 28rem),
        linear-gradient(105deg, #100707 0%, #070707 48%, #050505 100%);
}

.work-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        repeating-linear-gradient(112deg, transparent 0 26px, rgba(255,255,255,.012) 27px, transparent 28px),
        radial-gradient(circle at 80% 28%, rgba(197, 21, 26, .09) 0 2px, transparent 3px) 0 0 / 58px 58px;
}

.work-hero-copy {
    position: relative;
    z-index: 2;
    align-self: center;
    max-width: 930px;
    padding: clamp(54px, 6vw, 92px) clamp(38px, 6vw, 104px);
}

.work-kicker {
    margin: 0 0 14px;
    color: #a89b89;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.work-hero h1 {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 0 24px;
    color: #eee4d2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 6.9vw, 7.7rem);
    font-weight: 700;
    letter-spacing: -.05em;
    line-height: .84;
    text-transform: uppercase;
    text-shadow: 0 7px 20px #000;
    transform: rotate(-1deg);
}

.work-hero h1 span {
    display: block;
    margin-left: .68em;
}

.work-hero h1::after {
    content: "";
    position: absolute;
    left: 4%;
    top: 52%;
    width: 80%;
    height: 8px;
    background: var(--red-bright);
    transform: rotate(-4deg) skewX(-15deg);
    opacity: .72;
    clip-path: polygon(0 35%, 100% 0, 96% 66%, 4% 100%);
    z-index: -1;
}

.work-intro {
    margin: 0 0 12px;
    color: var(--red-bright);
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: clamp(1.15rem, 1.6vw, 1.65rem);
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
}

.work-summary {
    max-width: 760px;
    margin: 0;
    color: #ded5c8;
    font-size: clamp(1rem, 1.1vw, 1.18rem);
    line-height: 1.58;
}

.work-note {
    max-width: 690px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 17px;
    border-left: 3px solid var(--red-bright);
    background: rgba(232, 220, 197, .055);
}

.work-note-icon {
    flex: 0 0 auto;
    color: var(--red-bright);
    font-size: 1.15rem;
}

.work-note p {
    margin: 0;
    color: #cfc4b4;
    font-size: .9rem;
    line-height: 1.45;
}

.work-hero-art {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background:
        radial-gradient(circle at 52% 48%, rgba(171, 18, 18, .30), transparent 15rem),
        linear-gradient(135deg, rgba(67,8,8,.55), rgba(3,3,3,.94));
}

.work-hero-art::before,
.work-hero-art::after {
    content: "";
    position: absolute;
    inset: 0;
}

.work-hero-art::before {
    opacity: .24;
    background:
        repeating-linear-gradient(0deg, transparent 0 5px, rgba(255,255,255,.025) 6px),
        repeating-linear-gradient(90deg, transparent 0 11px, rgba(255,255,255,.018) 12px);
}

.work-hero-art::after {
    background: linear-gradient(90deg, #050505 0%, transparent 22%, transparent 75%, rgba(0,0,0,.45) 100%);
}

.work-stamp {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: min(300px, 72%);
    transform: translate(-50%, -50%) rotate(-7deg);
    padding: 28px 22px 24px;
    border: 4px double rgba(232, 220, 197, .76);
    color: #eee4d2;
    font-family: Georgia, serif;
    font-size: clamp(1.55rem, 2.7vw, 2.8rem);
    font-weight: 800;
    letter-spacing: .04em;
    line-height: .94;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 3px 3px 0 #480708;
    box-shadow: 0 0 0 6px rgba(211,38,41,.22), 0 18px 44px rgba(0,0,0,.52);
}

.work-slash {
    position: absolute;
    z-index: 2;
    top: 14%;
    width: 8px;
    height: 72%;
    background: linear-gradient(#6d090c, #d32629 42%, #65080a);
    box-shadow: 0 0 12px rgba(211,38,41,.35);
    transform: rotate(24deg);
    opacity: .68;
}

.work-slash-one { left: 34%; }
.work-slash-two { left: 49%; top: 10%; }
.work-slash-three { left: 64%; top: 16%; }

.work-form-section {
    padding: clamp(42px, 5vw, 76px) clamp(18px, 5vw, 80px) clamp(60px, 6vw, 96px);
    background:
        radial-gradient(circle at 50% 20%, rgba(95, 11, 12, .16), transparent 36rem),
        #080808;
}

.work-form-heading {
    max-width: 860px;
    margin: 0 auto 28px;
    text-align: center;
}

.work-form-heading .eyebrow {
    margin: 0 0 10px;
    color: var(--red-bright);
}

.work-form-heading h2 {
    margin: 0 0 12px;
    color: #eadfcf;
    font-family: Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3.45rem);
    line-height: 1;
}

.work-form-heading p:last-child {
    margin: 0 auto;
    max-width: 700px;
    color: #bfb3a2;
    line-height: 1.55;
}

.work-form-frame {
    width: min(900px, 100%);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(232, 220, 197, .22);
    background: #f3f0ea;
    box-shadow: 0 24px 60px rgba(0,0,0,.48), 0 0 0 7px rgba(255,255,255,.018);
}

.work-form-frame iframe {
    display: block;
    width: 100%;
    height: 850px;
    border: 0;
    background: #f3f0ea;
}

.work-form-fallback {
    margin: 18px auto 0;
    color: #8f8475;
    font-size: .8rem;
    text-align: center;
}

.work-form-fallback a {
    color: #d9cdbb;
    font-weight: 700;
}

.work-form-fallback a:hover,
.work-form-fallback a:focus-visible {
    color: var(--red-bright);
}

@media (max-width: 900px) {
    .work-hero {
        grid-template-columns: 1fr;
    }

    .work-hero-copy {
        min-width: 0;
        width: 100%;
        padding: 48px 34px 42px;
        text-align: center;
    }

    .work-hero h1 {
        margin-inline: auto;
    }

    .work-summary,
    .work-note {
        margin-inline: auto;
    }

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

    .work-hero-art {
        min-height: 270px;
    }

    .work-hero-art::after {
        background: linear-gradient(0deg, rgba(0,0,0,.25), transparent 70%, #050505 100%);
    }

    .work-form-frame iframe {
        height: 1950px;
    }
}

@media (max-width: 620px) {
    .work-hero-copy {
        padding: 42px 20px 36px;
    }

    .work-kicker {
        font-size: .64rem;
        line-height: 1.5;
    }

    .work-hero h1 {
        width: 100%;
        max-width: 100%;
        font-size: clamp(2.7rem, 14vw, 4.6rem);
    }

    .work-hero h1 span {
        margin-left: 0;
    }

    .work-intro {
        font-size: 1.05rem;
    }

    .work-summary {
        font-size: .94rem;
    }

    .work-hero-art {
        min-height: 235px;
    }

    .work-stamp {
        width: min(260px, 72%);
        padding: 22px 16px 18px;
    }

    .work-form-section {
        padding-inline: 10px;
    }

    .work-form-heading {
        padding-inline: 10px;
    }

    .work-form-frame iframe {
        height: 2050px;
    }
}

/* Work With Audrie — indie film submission CTA */
.work-submit-heading {
    margin-bottom: 30px;
}

.work-submit-heading p {
    max-width: 760px;
    margin: 0 auto 12px;
    color: #bfb3a2;
    line-height: 1.65;
}

.work-submit-heading p:last-child {
    margin-bottom: 0;
}

.work-submit-card {
    width: min(780px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 4vw, 46px);
    border: 1px solid rgba(232, 220, 197, .22);
    background: linear-gradient(145deg, rgba(26, 20, 18, .95), rgba(11, 10, 10, .98));
    box-shadow: 0 24px 60px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .03);
}

.work-submit-card h3 {
    margin: 0 0 16px;
    color: #eadfcf;
    font-family: Georgia, serif;
    font-size: clamp(1.4rem, 2.2vw, 2rem);
}

.work-submit-card > p {
    margin: 0 0 18px;
    color: #c9bdac;
    line-height: 1.65;
}

.work-submit-card .work-submit-free {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0 0;
    padding: 18px 20px;
    border-left: 3px solid var(--red-bright);
    background: rgba(116, 14, 17, .13);
    color: #dfd3c1;
}

.work-submit-free i {
    margin-top: .18em;
    color: var(--red-bright);
}

.work-submit-cta {
    margin-top: 32px;
    text-align: center;
}

.work-submit-cta p {
    margin: 0 0 16px;
    color: #f1e7d7;
    font-family: Georgia, serif;
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 700;
}

.work-submit-cta .button {
    justify-content: center;
}

.work-submit-cta > span {
    display: block;
    margin-top: 12px;
    color: #8f8475;
    font-size: .8rem;
}

@media (max-width: 620px) {
    .work-submit-card {
        padding: 26px 20px;
    }

    .work-submit-card .work-submit-free {
        padding: 16px;
    }

    .work-submit-cta .button {
        width: 100%;
    }
}

/* Work With Audrie — rearranged collaboration / indie submission hero */
.work-hero-rearranged {
    min-height: 620px;
    grid-template-columns: minmax(0, 48%) minmax(420px, 52%);
    align-items: stretch;
}

.work-collaboration-copy {
    align-self: start;
    max-width: none;
    padding-top: clamp(34px, 3.6vw, 56px);
}

.work-collaboration-title {
    width: auto !important;
    max-width: 760px !important;
    margin: 0 0 clamp(28px, 3.5vw, 44px) !important;
    color: #eee4d2 !important;
    font-size: clamp(2.75rem, 3.65vw, 4.35rem) !important;
    line-height: .96 !important;
    letter-spacing: -.04em !important;
    text-transform: uppercase;
    transform: rotate(-1deg);
}

.work-collaboration-title::after {
    top: 50% !important;
    width: 86% !important;
}

.work-wicked-block {
    max-width: 720px;
}

.work-indie-panel {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(20px, 2.5vw, 36px) clamp(28px, 4vw, 62px);
    border-left: 1px solid rgba(232, 220, 197, .14);
    background: radial-gradient(circle at 50% 25%, rgba(116, 14, 17, .18), transparent 27rem), rgba(4, 4, 4, .42);
}

.work-indie-panel .work-form-heading {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 24px;
    text-align: left;
}

.work-indie-panel .work-form-heading p,
.work-indie-panel .work-form-heading p:last-child {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}

.work-indie-panel .work-submit-card {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: clamp(24px, 3vw, 36px);
}

.work-indie-panel .work-submit-card h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
}

.work-indie-panel .work-submit-card > p {
    font-size: .96rem;
}

.work-indie-panel .work-submit-card .work-submit-free {
    margin-top: 20px;
}

.work-indie-panel .work-submit-cta {
    margin-top: 24px;
}

@media (max-width: 1050px) {
    .work-hero-rearranged {
        grid-template-columns: minmax(0, 46%) minmax(390px, 54%);
    }

    .work-collaboration-copy {
        padding-left: 34px;
        padding-right: 34px;
    }

    .work-indie-panel {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 900px) {
    .work-hero-rearranged {
        grid-template-columns: 1fr;
    }

    .work-collaboration-copy {
        text-align: center;
    }

    .work-collaboration-title {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .work-wicked-block,
    .work-wicked-block .work-summary,
    .work-wicked-block .work-note {
        margin-left: auto;
        margin-right: auto;
    }

    .work-indie-panel {
        border-left: 0;
        border-top: 1px solid rgba(232, 220, 197, .14);
    }

    .work-indie-panel .work-form-heading {
        text-align: center;
    }
}

@media (max-width: 620px) {
    .work-collaboration-title {
        font-size: clamp(2.15rem, 9vw, 3rem) !important;
        line-height: 1.02 !important;
        margin-bottom: 34px !important;
    }

    .work-indie-panel {
        padding: 36px 14px 44px;
    }

    .work-indie-panel .work-form-heading {
        padding-inline: 6px;
    }
}
