/* 420 Degreez — all selectors under .hr420-embed */
.hr420-embed {
    --e-bg: #0a0908;
    --e-surface: rgba(19, 17, 15, 0.88);
    --e-line: rgba(255, 255, 255, 0.065);
    --e-text: #ede6db;
    --e-muted: #9a8b78;
    --e-warm: #d4a574;
    --e-hot: #c43b12;
    --e-glow: rgba(255, 120, 40, 0.45);
    --e-radius: 10px;

    position: relative;
    isolation: isolate;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding: clamp(0.75rem, 2.2vw, 1.15rem) clamp(1rem, 3vw, 1.5rem);
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 1rem;
    line-height: 1.55;
    font-feature-settings: "kern" 1, "liga" 1;
    color: var(--e-text);
    background:
        radial-gradient(ellipse 100% 80% at 50% -15%, rgba(255, 88, 40, 0.07) 0%, transparent 45%),
        radial-gradient(ellipse 60% 40% at 100% 20%, rgba(255, 60, 80, 0.04) 0%, transparent 50%),
        rgba(255,255,255,.9);
    border: none;
    border-radius: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    overflow-x: clip;
    overflow-y: visible;
}

/* Noise texture overlay (SVG feTurbulence) */
.hr420-embed::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
    opacity: 0.045;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
}

.hr420-embed *,
.hr420-embed *::before,
.hr420-embed *::after {
    box-sizing: border-box;
}

.hr420-embed h1,
.hr420-embed h2,
.hr420-embed h3 {
    font-family: "Anton", Georgia, "Palatino Linotype", serif;
    font-weight: 600;
    letter-spacing: -0.03em;
    font-optical-sizing: auto;
}

.hr420-embed a {
    color: inherit;
}

@media (prefers-reduced-motion: no-preference) {
    .hr420-embed {
        scroll-behavior: smooth;
    }
}

.hr420-btn:focus-visible,
.hr420-cassette:focus-visible,
.hr420-tracklist-btn:focus-visible {
    outline: 2px solid rgba(212, 165, 116, 0.85);
    outline-offset: 3px;
}

.hr420-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;
}

.hr420-share-toast {
    margin: 0.4rem 0 0;
    font-size: 0.78rem;
    color: #a89888;
    min-height: 1.25em;
}

/* Short vertical travel keeps particles visible across the block height */
.hr420-embers {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 6;
}

.hr420-ember {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 252, 245, 1) 0%, rgba(255, 190, 95, 0.9) 22%, rgba(255, 110, 35, 0.55) 48%, transparent 62%);
    filter: blur(0.45px);
    box-shadow:
        0 0 6px rgba(255, 160, 80, 0.55),
        0 0 14px rgba(255, 90, 20, 0.25);
    will-change: transform, opacity;
    animation: hr420-ember-rise linear infinite;
}

.hr420-ember--fine {
    opacity: 0.85;
    filter: blur(0.35px);
}

@keyframes hr420-ember-rise {
    0% {
        transform: translate3d(var(--drift, 0px), 0, 0);
        opacity: 0;
    }

    3% {
        opacity: 0.92;
    }

    45% {
        opacity: 0.72;
    }

    100% {
        transform: translate3d(var(--drift2, 0px), var(--rise, -48vh), 0);
        opacity: 0;
    }
}

.hr420-embed-inner {
    position: relative;
    z-index: 1;
}

.hr420-kicker {
    font-family: "DM Sans", sans-serif;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.24em;
    color: var(--e-warm);
    font-weight: 600;
    margin: 0 0 0.4rem;
}

/* Full-bleed white hero above the dark body */
.hr420-embed-header {
    --hdr-pad-x: clamp(1rem, 3vw, 1.5rem);
    --hdr-pad-y-top: clamp(0.75rem, 2.2vw, 1.15rem);
    margin: calc(-1 * var(--hdr-pad-y-top)) calc(-1 * var(--hdr-pad-x)) clamp(1.25rem, 3vw, 1.75rem);
    padding: clamp(2rem, 5vw, 3.25rem) var(--hdr-pad-x) clamp(2rem, 4vw, 2.75rem);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}

.hr420-embed-header-inner {
    max-width: 40rem;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: clamp(0.85rem, 2vw, 1.15rem);
}

.hr420-embed-header .hr420-kicker {
    color: #8b5a2b;
    margin: 0;
}

.hr420-embed-header .hr420-title-block {
    width: 100%;
    max-width: 36rem;
}

.hr420-embed-header .hr420-title-block h1 {
    color: #1a1612;
}

.hr420-embed-header .hr420-lede {
    color: #4a433a;
    margin-inline: auto;
    max-width: 34em;
}

.hr420-embed-header .hr420-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem 0.85rem;
    color: #6b6258;
}

.hr420-embed-header .hr420-meta span {
    margin-right: 0;
}

.hr420-embed-header .hr420-actions {
    justify-content: center;
    margin-top: 0.5rem;
}

.hr420-embed-header .hr420-btn:not(.hr420-btn--primary) {
    color: #2a241e;
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(0, 0, 0, 0.04);
    box-shadow: none;
}

.hr420-embed-header .hr420-btn:not(.hr420-btn--primary):hover {
    border-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.07);
}

.hr420-deck-column {
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
    min-width: 0;
}

.hr420-deck-toy {
    position: relative;
}

.hr420-deck-kicker {
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #c49a62;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.hr420-deck-toy .hr420-visual-wrap {
    max-width: 100%;
    margin-inline: 0;
}

.hr420-deck-toy .hr420-visual {
    padding: 0.65rem 0.7rem 0.75rem;
}

.hr420-deck-toy .hr420-cassette {
    max-width: 100%;
    cursor: grab;
    touch-action: manipulation;
    --cassette-y: 0px;
    transition:
        transform 0.18s ease,
        box-shadow 0.25s ease,
        border-color 0.2s ease;
}

.hr420-deck-toy .hr420-cassette:hover {
    --cassette-y: -3px;
    transform: translateY(var(--cassette-y));
}

.hr420-deck-toy .hr420-cassette:active,
.hr420-deck-toy .hr420-cassette.hr420-cassette--pressed {
    cursor: grabbing;
    transform: scale(0.96) translateY(1px);
}

.hr420-deck-toy .hr420-cassette.hr420-cassette--wobble {
    animation: hr420-tape-wobble 0.55s cubic-bezier(0.34, 1.35, 0.64, 1);
}

.hr420-deck-column .hr420-panel:not(:first-child) h3 {
    margin-top: 0;
}

.hr420-deck-toy--reels-hot .hr420-cassette--reels-active {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(212, 140, 80, 0.35),
        0 12px 40px rgba(180, 50, 0, 0.35),
        0 0 28px rgba(255, 100, 40, 0.12);
}

.hr420-deck-toy--reels-hot .hr420-fire-row {
    transition: filter 0.35s ease, opacity 0.35s ease;
    filter: brightness(1.18) saturate(1.08);
}

.hr420-panel--tracks>h3 {
    margin-top: 0;
}

.hr420-panel.hr420-panel--tracks {
    min-width: 0;
}

.hr420-tracks-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 1.25rem;
    align-items: start;
}

@media (max-width: 900px) {
    .hr420-tracks-layout {
        grid-template-columns: 1fr;
    }
}

.hr420-title-block h1 {
    margin: 0.2rem 0 0.45rem;
    font-size: clamp(4rem, 7.4vw, 5rem);
    font-weight: 700;
    line-height: 1.06;
    text-transform: none;
}

.hr420-title-block h1 .hr420-title-sub {
    display: block;
    font-size: 0.45em;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin-top: 0.2em;
    line-height: 1.2;
    color: #5c534a;
}

.hr420-fire {
    background: linear-gradient(135deg, #fffaf2 0%, #e8a050 38%, #c43218 72%, #f0c896 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hr420-lede {
    margin: 0;
    color: #c9bfb2;
    font-size: 0.9375rem;
    max-width: 38em;
    line-height: 1.65;
}

.hr420-meta {
    margin-top: 0.55rem;
    font-size: 0.8rem;
    color: var(--e-muted);
    line-height: 1.6;
}

.hr420-meta span {
    display: inline-block;
    margin-right: 0.75rem;
}

.hr420-actions {
    margin-top: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.hr420-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.58rem 1.15rem;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    font-family: inherit;
    color: var(--e-text);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.hr420-btn:hover {
    border-color: rgba(255, 200, 140, 0.35);
    background: rgba(255, 255, 255, 0.07);
    transform: translateY(-1px);
}

.hr420-btn--primary {
    border-color: rgba(0, 0, 0, 0.2);
    background: linear-gradient(165deg, #d46520 0%, #9a2208 100%);
    color: #fff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.12) inset, 0 8px 24px rgba(180, 40, 0, 0.22);
}

.hr420-btn--primary:hover {
    border-color: rgba(0, 0, 0, 0.2);
    background: linear-gradient(165deg, #d46520 0%, #9a2208 100%);
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* Primary CTA shine; requires .hr420-btn__label inside .hr420-btn--primary */
.hr420-btn--shine {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.14) inset,
        0 8px 24px rgba(180, 40, 0, 0.22),
        0 0 20px rgba(255, 160, 80, 0.25);
}

.hr420-btn--shine::after {
    content: "";
    position: absolute;
    inset: -40% -60%;
    background: linear-gradient(105deg,
            transparent 0%,
            transparent 38%,
            rgba(255, 255, 255, 0.45) 48%,
            rgba(255, 248, 220, 0.65) 50%,
            rgba(255, 255, 255, 0.4) 52%,
            transparent 62%,
            transparent 100%);
    transform: translateX(-120%) skewX(-12deg);
    pointer-events: none;
    z-index: 0;
}

.hr420-btn--shine .hr420-btn__label {
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: no-preference) {
    .hr420-btn--shine::after {
        animation: hr420-btn-shine 2.8s ease-in-out infinite;
    }
}

@keyframes hr420-btn-shine {
    0% {
        transform: translateX(-120%) skewX(-12deg);
    }

    35%,
    100% {
        transform: translateX(120%) skewX(-12deg);
    }
}

.hr420-btn--weed {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #3cb878 0%, #1a6b3d 100%);
    color: #f4fff8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 6px 20px rgba(26, 107, 61, 0.4);
}

.hr420-btn--weed:hover {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #3cb878 0%, #1a6b3d 100%);
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.hr420-btn--fire {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #ff7a3d 0%, #c41e3a 55%, #8b1538 100%);
    color: #fff8f2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 6px 22px rgba(196, 30, 58, 0.42);
}

.hr420-btn--fire:hover {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #ff7a3d 0%, #c41e3a 55%, #8b1538 100%);
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* Reveal section: playlist, deals, shop button styles */
.hr420-btn--playlist {
    border-color: rgba(0, 0, 0, 0.22);
    background: linear-gradient(165deg, #1ed760 0%, #0d7a3a 100%);
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 8px 22px rgba(13, 122, 58, 0.35);
}

.hr420-btn--playlist:hover {
    border-color: rgba(0, 0, 0, 0.22);
    background: linear-gradient(165deg, #1ed760 0%, #0d7a3a 100%);
    color: #ffffff;
    filter: brightness(1.06);
    transform: translateY(-1px);
}

.hr420-btn--deals {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #a78bfa 0%, #6d28d9 52%, #4c1d95 100%);
    color: #faf5ff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 8px 22px rgba(76, 29, 149, 0.38);
}

.hr420-btn--deals:hover {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #a78bfa 0%, #6d28d9 52%, #4c1d95 100%);
    color: #faf5ff;
    filter: brightness(1.05);
    transform: translateY(-1px);
}

.hr420-btn--shop {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #fb923c 0%, #ea580c 48%, #9a3412 100%);
    color: #fff7ed;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 8px 22px rgba(234, 88, 12, 0.35);
}

.hr420-btn--shop:hover {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #fb923c 0%, #ea580c 48%, #9a3412 100%);
    color: #fff7ed;
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* Fire layer is position:absolute so column width follows the cassette, not the flames */
.hr420-visual-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    min-width: 0;
    overflow: visible;
    padding-bottom: clamp(0.5rem, 2vmin, 1rem);
}

/* Cap flame height for adjacent copy */
.hr420-fire-row {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    max-width: 420px;
    height: clamp(72px, 16vmin, 102px);
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 8;
    isolation: isolate;
    -webkit-mask-image: linear-gradient(to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.55) 12%,
            rgba(0, 0, 0, 0.95) 28%,
            #000 100%);
    mask-image: linear-gradient(to bottom,
            transparent 0%,
            rgba(0, 0, 0, 0.55) 12%,
            rgba(0, 0, 0, 0.95) 28%,
            #000 100%);
}

.hr420-fire-smoke {
    position: absolute;
    left: 50%;
    bottom: 35%;
    width: 92%;
    height: 42%;
    transform: translateX(-50%);
    background: radial-gradient(ellipse 80% 70% at 50% 100%, rgba(35, 28, 22, 0.55) 0%, transparent 72%);
    filter: blur(16px);
    opacity: 0.65;
    z-index: 0;
    pointer-events: none;
    animation: hr420-smoke-drift 5s ease-in-out infinite alternate;
}

@keyframes hr420-smoke-drift {
    from {
        opacity: 0.5;
        transform: translateX(-50%) scale(1);
    }

    to {
        opacity: 0.72;
        transform: translateX(-50%) scale(1.04);
    }
}

.hr420-heat {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.hr420-heat-bloom {
    position: absolute;
    inset: -20% -10% 0;
    background:
        radial-gradient(ellipse 55% 45% at 50% 100%, rgba(255, 75, 25, 0.65) 0%, transparent 55%),
        radial-gradient(ellipse 38% 38% at 22% 98%, rgba(255, 165, 55, 0.35) 0%, transparent 55%),
        radial-gradient(ellipse 38% 38% at 78% 98%, rgba(255, 35, 12, 0.32) 0%, transparent 55%);
    filter: blur(26px);
    opacity: 0.72;
    animation: hr420-flicker 3.8s ease-in-out infinite;
}

.hr420-heat::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 78%;
    height: 48%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgba(255, 140, 45, 0.35), transparent 70%);
    filter: blur(12px);
    opacity: 0.85;
    animation: hr420-flicker 2.8s ease-in-out infinite reverse;
}

@keyframes hr420-flicker {

    0%,
    100% {
        opacity: 0.55;
        transform: scaleX(1);
    }

    40% {
        opacity: 0.78;
        transform: scaleX(1.05);
    }

    72% {
        opacity: 0.6;
        transform: scaleX(0.98);
    }
}

.hr420-flames {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.hr420-flame {
    position: absolute;
    bottom: 0;
    width: var(--fw, 52px);
    height: var(--fh, 118px);
    left: var(--fx, 50%);
    border-radius: 48% 52% 14% 16% / 62% 64% 30% 28%;
    transform: translateX(-50%);
    transform-origin: 50% 100%;
    mix-blend-mode: screen;
    filter: blur(0.5px) saturate(1.25) contrast(1.1);
    opacity: var(--fo, 0.92);
    animation: hr420-flame-wave 2.1s ease-in-out infinite alternate;
    background:
        radial-gradient(ellipse 45% 55% at 50% 100%, rgba(255, 55, 0, 0.5) 0%, transparent 58%),
        radial-gradient(ellipse 42% 58% at 50% 100%, rgba(255, 90, 15, 0.85) 0%, transparent 55%),
        radial-gradient(ellipse 40% 68% at 50% 88%,
            rgba(255, 252, 238, 0.98) 0%,
            rgba(255, 215, 110, 0.9) 14%,
            rgba(255, 130, 35, 0.82) 38%,
            rgba(255, 55, 0, 0.55) 58%,
            rgba(160, 25, 0, 0.22) 76%,
            transparent 82%);
    box-shadow:
        0 -4px 22px rgba(255, 85, 20, 0.45),
        0 -18px 40px rgba(255, 0, 0, 0.15),
        inset 0 -24px 32px rgba(255, 40, 0, 0.35);
}

.hr420-flame::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 22%;
    width: 32%;
    height: 38%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 58%, rgba(255, 255, 255, 0.98), rgba(255, 230, 150, 0.55) 42%, transparent 72%);
    mix-blend-mode: screen;
    opacity: 0.88;
    filter: blur(0.35px);
}

.hr420-flame::after {
    content: "";
    position: absolute;
    inset: 5% 8% 22%;
    border-radius: inherit;
    background: radial-gradient(ellipse 90% 90% at 50% 100%, rgba(255, 60, 0, 0.45), transparent 68%);
    filter: blur(5px);
    opacity: 0.75;
}

.hr420-flame:nth-child(1) {
    --fx: 8%;
    --fw: 26px;
    --fh: 52px;
    --fo: 0.78;
    animation-duration: 1.85s;
}

.hr420-flame:nth-child(2) {
    --fx: 18%;
    --fw: 34px;
    --fh: 68px;
    --fo: 0.9;
    animation-duration: 2.2s;
}

.hr420-flame:nth-child(3) {
    --fx: 30%;
    --fw: 28px;
    --fh: 58px;
    --fo: 0.82;
    animation-duration: 1.95s;
}

.hr420-flame:nth-child(4) {
    --fx: 42%;
    --fw: 38px;
    --fh: 76px;
    --fo: 0.97;
    animation-duration: 2.35s;
}

.hr420-flame:nth-child(5) {
    --fx: 52%;
    --fw: 36px;
    --fh: 72px;
    --fo: 0.94;
    animation-duration: 2.05s;
}

.hr420-flame:nth-child(6) {
    --fx: 64%;
    --fw: 32px;
    --fh: 64px;
    --fo: 0.88;
    animation-duration: 2.15s;
}

.hr420-flame:nth-child(7) {
    --fx: 76%;
    --fw: 30px;
    --fh: 56px;
    --fo: 0.8;
    animation-duration: 1.9s;
}

.hr420-flame:nth-child(8) {
    --fx: 88%;
    --fw: 24px;
    --fh: 50px;
    --fo: 0.74;
    animation-duration: 2.25s;
}

@keyframes hr420-flame-wave {
    from {
        transform: translateX(-50%) scaleY(0.94) scaleX(1.02) translateY(1px) rotate(-2deg);
    }

    to {
        transform: translateX(-50%) scaleY(1.06) scaleX(0.99) translateY(-4px) rotate(2deg);
    }
}

.hr420-visual {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 420px;
    margin-inline: auto;
    background: var(--e-surface);
    border: 1px solid var(--e-line);
    border-radius: var(--e-radius);
    padding: 0.75rem 0.85rem 0.85rem;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Cassette control: native <button> */
.hr420-cassette {
    position: relative;
    margin-top: 0.35rem;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    padding: 0;
    border-radius: 14px;
    background:
        linear-gradient(180deg, #2a221c 0%, #0f0d0c 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 16px 32px rgba(0, 0, 0, 0.45);
    display: grid;
    grid-template-rows: auto auto auto;
    overflow: hidden;
    appearance: none;
    font: inherit;
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hr420-cassette:hover {
    border-color: rgba(212, 165, 116, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 36px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(212, 140, 80, 0.12);
}

.hr420-cassette:active {
    transform: scale(0.992);
}

.hr420-cassette-label {
    position: relative;
    z-index: 2;
    margin: 14px 14px 0;
    padding: 1rem 0.75rem 1.1rem;
    min-height: 7.5rem;
    border-radius: 10px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hr420-cassette-k {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #e8b878;
    font-weight: 800;
    margin-bottom: 0.35rem;
    width: 100%;
}

.hr420-cassette-title {
    margin: 0;
    font-size: clamp(1.35rem, 4.5vw, 1.85rem);
    line-height: 1.08;
    font-family: "Anton", Georgia, serif;
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    text-wrap: balance;
}

.hr420-cassette-title.hr420-fire {
    padding: 0 0.15em;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.hr420-cassette-sub {
    margin-top: 0.4rem;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--e-muted);
    width: 100%;
}

.hr420-tape-sparks {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    border-radius: inherit;
    overflow: visible;
}

.hr420-cassette-k,
.hr420-cassette-title,
.hr420-cassette-sub {
    position: relative;
    z-index: 1;
}

.hr420-tape-spark {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 248, 220, 1) 0%, rgba(255, 160, 60, 0.5) 45%, transparent 70%);
    opacity: 0;
    box-shadow: 0 0 8px rgba(255, 200, 100, 0.6);
}

.hr420-tape-spark:nth-child(1) {
    top: 12%;
    left: 18%;
}

.hr420-tape-spark:nth-child(2) {
    top: 22%;
    right: 14%;
}

.hr420-tape-spark:nth-child(3) {
    bottom: 38%;
    left: 10%;
}

.hr420-tape-spark:nth-child(4) {
    bottom: 28%;
    right: 12%;
}

.hr420-tape-spark:nth-child(5) {
    top: 44%;
    left: 50%;
    transform: translateX(-50%);
}

.hr420-cassette--reels-active .hr420-tape-spark {
    animation: hr420-spark-twinkle 1.1s ease-in-out infinite;
}

.hr420-cassette--reels-active .hr420-tape-spark:nth-child(2) {
    animation-delay: 0.15s;
}

.hr420-cassette--reels-active .hr420-tape-spark:nth-child(3) {
    animation-delay: 0.35s;
}

.hr420-cassette--reels-active .hr420-tape-spark:nth-child(4) {
    animation-delay: 0.55s;
}

@keyframes hr420-spark-twinkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(0.6);
    }

    40% {
        opacity: 1;
        transform: scale(1.15);
    }

    70% {
        opacity: 0.35;
        transform: scale(0.85);
    }
}

.hr420-cassette--reels-active .hr420-tape-spark:nth-child(5) {
    animation: hr420-spark-twinkle-mid 1.1s ease-in-out 0.25s infinite;
}

@keyframes hr420-spark-twinkle-mid {

    0%,
    100% {
        opacity: 0;
        transform: translateX(-50%) scale(0.6);
    }

    40% {
        opacity: 1;
        transform: translateX(-50%) scale(1.15);
    }

    70% {
        opacity: 0.35;
        transform: translateX(-50%) scale(0.85);
    }
}

@keyframes hr420-tape-wobble {
    0% {
        transform: translateY(var(--cassette-y, 0px)) rotate(0deg);
    }

    22% {
        transform: translateY(var(--cassette-y, 0px)) rotate(-3.2deg);
    }

    48% {
        transform: translateY(var(--cassette-y, 0px)) rotate(2.6deg);
    }

    72% {
        transform: translateY(var(--cassette-y, 0px)) rotate(-1.4deg);
    }

    100% {
        transform: translateY(var(--cassette-y, 0px)) rotate(0deg);
    }
}

.hr420-cassette-reels {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(2rem, 12vw, 3.25rem);
    padding: 0.65rem 1rem 0.85rem;
    min-height: 4.5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.35));
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.35s ease;
}

.hr420-cassette-reel {
    position: relative;
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background:
        radial-gradient(circle, #0a0a0a 0 9px, #2a2a2a 9px 16px, #121212 16px 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.03);
    animation: hr420-spin 5.5s linear infinite;
    animation-play-state: paused;
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.hr420-cassette-reel::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 2px;
    width: 5px;
    height: 5px;
    margin-left: -2.5px;
    border-radius: 50%;
    background: rgba(255, 240, 200, 0.55);
    box-shadow: 0 0 4px rgba(255, 160, 80, 0.5);
}

.hr420-cassette-reel:last-child {
    animation-direction: reverse;
}

.hr420-cassette--reels-active .hr420-cassette-reels {
    animation: hr420-reels-playing 2.4s ease-in-out infinite;
}

@keyframes hr420-reels-playing {

    0%,
    100% {
        box-shadow: inset 0 0 20px rgba(255, 90, 30, 0.04);
    }

    50% {
        box-shadow: inset 0 2px 24px rgba(255, 120, 50, 0.12);
    }
}

/* Reel spin when demo playback is active */
.hr420-cassette--reels-active .hr420-cassette-reel {
    animation-play-state: running;
    animation-duration: 1.75s;
    filter: drop-shadow(0 0 8px rgba(255, 150, 70, 0.45));
}

@keyframes hr420-spin {
    to {
        transform: rotate(360deg);
    }
}

.hr420-cassette-foot {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    padding: 0.65rem 14px 12px;
    font-size: 0.72rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.25);
}

.hr420-cassette-foot .hr420-tiny-l {
    display: block;
    font-size: 0.58rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--e-muted);
    margin-bottom: 0.15rem;
}

.hr420-cassette-foot strong {
    color: #f0dcc0;
    font-weight: 700;
}

.hr420-note {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #cbbfaa;
    line-height: 1.55;
    padding: 0.75rem 0.85rem;
    border-left: 3px solid rgba(224, 112, 32, 0.6);
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0 var(--e-radius) var(--e-radius) 0;
}

.hr420-section {
    margin-top: 2.25rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.055);
}

.hr420-section h2 {
    margin: 0 0 0.65rem;
    padding-bottom: 0.4rem;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: -0.02em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    width: fit-content;
    max-width: 100%;
}

.hr420-section>p.hr420-sec-intro {
    margin: 0 0 1rem;
    color: var(--e-muted);
    font-size: 0.875rem;
    line-height: 1.6;
}

.hr420-prose {
    margin: 0;
    color: #d4caba;
    font-size: 0.94rem;
}

.hr420-prose strong {
    color: var(--e-text);
}

.hr420-section--lore {
    position: relative;
}

.hr420-lore-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: start;
    margin-top: 0.5rem;
}

@media (min-width: 720px) {
    .hr420-lore-wrap {
        grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
        gap: 1.5rem;
    }
}

.hr420-lore-figure {
    margin: 0;
    padding: 0.75rem;
    border-radius: var(--e-radius);
    background: linear-gradient(165deg, rgba(38, 28, 18, 0.35) 0%, rgba(14, 11, 9, 0.75) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hr420-lore-figure img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc(var(--e-radius) - 4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hr420-lore-cap {
    margin: 0.65rem 0 0;
    font-size: 0.72rem;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--e-warm);
    line-height: 1.45;
}

.hr420-lore-copy p {
    margin: 0 0 0.85rem;
}

.hr420-lore-copy p:last-child {
    margin-bottom: 0;
}

.hr420-player {
    margin-bottom: 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: var(--e-radius);
    background: linear-gradient(165deg, rgba(30, 24, 18, 0.95) 0%, rgba(12, 10, 9, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.hr420-player-mute-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.65rem;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.hr420-player-mute-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #c4b4a0;
}

.hr420-player-mute-icon svg {
    width: 1.15rem;
    height: 1.15rem;
    display: block;
}

.hr420-player-mute-text {
    flex: 1 1 12rem;
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #b8a898;
}

.hr420-btn--spotify {
    flex: 0 0 auto;
    padding: 0.45rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #e8f5e8;
    background: #127a3a;
    border: 1px solid rgba(0, 0, 0, 0.28);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.hr420-btn--spotify:hover {
    background: #158f44;
    color: #f4fcf4;
    filter: none;
}

.hr420-btn--spotify:focus-visible {
    outline: 2px solid rgba(120, 200, 150, 0.65);
    outline-offset: 2px;
}

.hr420-player-spectrum {
    display: block;
    width: 100%;
    min-height: 68px;
    margin: 0 0 0.75rem;
    padding: 0.5rem 0.65rem 0.65rem;
    box-sizing: border-box;
    border-radius: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(8, 6, 5, 0.85) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.hr420-player-top {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 0.65rem;
}

.hr420-now-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #c49a62;
    font-weight: 700;
}

.hr420-now-title {
    margin: 0.2rem 0 0;
    font-size: 1rem;
    font-weight: 600;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    line-height: 1.2;
    max-width: 100%;
}

.hr420-player-time {
    font-variant-numeric: tabular-nums;
    font-size: 0.78rem;
    color: var(--e-muted);
}

.hr420-progress {
    height: 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.35);
    overflow: hidden;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.hr420-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: inherit;
    background: linear-gradient(90deg, #8a2a0a, #e88830, #f0c070);
    box-shadow: 0 0 12px rgba(255, 120, 40, 0.35);
    transition: width 0.08s linear;
}

.hr420-viz {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 3px;
    width: 100%;
    min-height: 56px;
    height: 56px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.hr420-viz-bar {
    flex: 1 1 0;
    min-width: 2px;
    max-width: 10px;
    height: 100%;
    border-radius: 4px 4px 1px 1px;
    background: linear-gradient(180deg, #ffe8a8 0%, #f07828 55%, #9a2010 100%);
    opacity: 0.75;
    transform: scaleY(0.22);
    transform-origin: bottom center;
    transition: opacity 0.2s ease-out;
    box-shadow:
        0 0 10px rgba(255, 130, 50, 0.45),
        inset 0 -2px 0 rgba(0, 0, 0, 0.25);
}

.hr420-player--playing .hr420-viz-bar {
    opacity: 0.95;
}

.hr420-tracklist {
    margin: 0;
    padding: 0;
    list-style: none !important;
    display: grid;
    gap: 0.35rem;
    font-size: 0.88rem;
}

.hr420-tracklist li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hr420-tracklist-side {
    border-bottom: none;
    padding-top: 0.45rem;
}

.hr420-tracklist-side:first-child {
    padding-top: 0;
}

.hr420-tracklist-side-label {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #c49a62;
    padding: 0.35rem 0.35rem 0.45rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hr420-tracklist li:last-child {
    border-bottom: none;
}

.hr420-tracklist-btn {
    display: grid;
    grid-template-columns: 2rem 1fr auto;
    gap: 0.5rem 0.65rem;
    align-items: baseline;
    width: 100%;
    margin: 0;
    padding: 0.45rem 0.35rem;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.hr420-tracklist-btn:hover {
    background: rgba(255, 255, 255, 0.04);
}

.hr420-tracklist-btn[aria-current="true"] {
    background: rgba(212, 100, 32, 0.12);
    box-shadow: inset 3px 0 0 rgba(214, 120, 48, 0.85);
}

.hr420-tracklist .n {
    font-variant-numeric: tabular-nums;
    color: var(--e-muted);
    font-size: 0.78rem;
}

.hr420-tracklist .t {
    font-weight: 600;
    color: var(--e-text);
}

.hr420-tracklist .tag {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #c49a62;
    white-space: nowrap;
}

.hr420-panel {
    background: rgba(255, 255, 255, 0.025);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--e-line);
    border-radius: var(--e-radius);
    padding: 1.05rem 1.15rem;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}

.hr420-panel h3 {
    margin: 0 0 0.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--e-warm) !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.hr420-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    margin-top: 0.65rem;
}

.hr420-chip {
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 0.3rem 0.55rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #d4c4a8;
}

.hr420-section--press {
    position: relative;
}

.hr420-section--press>.hr420-kicker,
.hr420-section--press>h2,
.hr420-section--press>.hr420-sec-intro {
    position: relative;
    z-index: 1;
}

.hr420-section--press::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.5rem;
    height: min(160px, 32vw);
    pointer-events: none;
    z-index: 0;
    background: radial-gradient(ellipse 130% 85% at 50% -15%, rgba(255, 72, 28, 0.09) 0%, transparent 65%);
    opacity: 0.95;
}

.hr420-press-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0;
}

@media (min-width: 768px) {
    .hr420-press-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.85rem;
    }
}

.hr420-press-card {
    position: relative;
    margin: 0;
    padding: 1.05rem 1rem 1rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--e-radius);
    background:
        linear-gradient(155deg, rgba(38, 28, 18, 0.55) 0%, rgba(14, 11, 9, 0.92) 55%, rgba(8, 7, 6, 0.98) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(0, 0, 0, 0.35),
        0 10px 28px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.hr420-press-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #f0a050 0%, #c43b12 48%, #6a1a0a 100%);
    box-shadow: 0 0 14px rgba(255, 100, 40, 0.35);
    border-radius: var(--e-radius) 0 0 var(--e-radius);
}

.hr420-press-card::after {
    content: "\201C";
    position: absolute;
    right: 0.65rem;
    top: 0.35rem;
    font-family: "Anton", Georgia, serif;
    font-size: clamp(2.25rem, 6vw, 2.85rem);
    line-height: 1;
    color: rgba(212, 165, 116, 0.11);
    pointer-events: none;
    user-select: none;
}

@media (prefers-reduced-motion: no-preference) {
    .hr420-press-card {
        transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
    }

    .hr420-press-card:hover {
        transform: translateY(-3px);
        border-color: rgba(255, 255, 255, 0.12);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.07),
            0 16px 40px rgba(0, 0, 0, 0.38),
            0 0 0 1px rgba(255, 140, 60, 0.06);
    }
}

.hr420-press-quote {
    margin: 0;
    padding-right: 1.5rem;
    font-family: "Anton", Georgia, "Palatino Linotype", serif;
    font-size: clamp(0.92rem, 2.1vw, 1.02rem);
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #f2ebe0;
}

.hr420-press-attrib {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.75rem 0 0;
    padding-top: 0.65rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.01em;
    text-transform: none;
    color: #b8956a;
    line-height: 1.35;
}

.hr420-press-attrib::before {
    content: "";
    flex: 0 0 1.25rem;
    height: 1px;
    background: linear-gradient(90deg, rgba(196, 59, 18, 0.85), rgba(212, 165, 116, 0.45));
    border-radius: 999px;
    opacity: 0.9;
}

.hr420-section--generator {
    position: relative;
}

.hr420-section--generator>.hr420-kicker,
.hr420-section--generator>h2,
.hr420-section--generator>.hr420-sec-intro {
    position: relative;
    z-index: 1;
}

/* Wide radial wash so the header glow isn’t a narrow ellipse on large viewports */
.hr420-section--generator::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.75rem;
    height: min(220px, 38vw);
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 140% 90% at 50% -20%, rgba(255, 120, 48, 0.1) 0%, transparent 58%),
        radial-gradient(ellipse 80% 70% at 0% 0%, rgba(212, 165, 116, 0.045) 0%, transparent 50%),
        radial-gradient(ellipse 80% 70% at 100% 0%, rgba(255, 90, 40, 0.035) 0%, transparent 50%);
    opacity: 1;
}

.hr420-gen {
    display: grid;
    gap: 0;
    padding: 0;
    overflow: hidden;
    background:
        linear-gradient(155deg, rgba(32, 26, 20, 0.55) 0%, rgba(14, 12, 10, 0.92) 48%, rgba(8, 7, 6, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(0, 0, 0, 0.35),
        0 18px 48px rgba(0, 0, 0, 0.38);
}

.hr420-gen-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: 0;
    align-items: stretch;
    min-width: 0;
}

@media (max-width: 720px) {
    .hr420-gen-layout {
        grid-template-columns: 1fr;
    }
}

.hr420-gen-controls {
    display: grid;
    gap: 1rem;
    padding: 1.2rem 1.2rem 1.15rem;
    background: rgba(0, 0, 0, 0.22);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 720px) {
    .hr420-gen-controls {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
}

.hr420-field {
    display: grid;
    gap: 0.35rem;
}

.hr420-field label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #c9a878;
    font-weight: 700;
}

.hr420-field input,
.hr420-field select {
    width: 100%;
    padding: 0.55rem 0.7rem;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.28);
    color: var(--e-text);
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hr420-field input:focus,
.hr420-field select:focus {
    outline: none;
    border-color: rgba(212, 165, 116, 0.45);
    box-shadow: 0 0 0 3px rgba(212, 140, 80, 0.12);
}

.hr420-field input:focus-visible,
.hr420-field select:focus-visible {
    outline: 2px solid rgba(212, 165, 116, 0.8);
    outline-offset: 2px;
}

.hr420-result {
    position: relative;
    margin: 0;
    padding: 1.25rem 1.2rem 1.2rem 1.35rem;
    border-radius: 0;
    border: none;
    background:
        radial-gradient(ellipse 120% 70% at 100% 0%, rgba(255, 90, 35, 0.12) 0%, transparent 52%),
        linear-gradient(168deg, rgba(90, 38, 14, 0.35) 0%, rgba(22, 18, 15, 0.97) 42%, rgba(10, 9, 8, 0.99) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

.hr420-result::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #f4b060 0%, #c43b12 45%, #4a1808 100%);
    box-shadow: 0 0 18px rgba(255, 100, 40, 0.35);
    border-radius: 0 2px 2px 0;
}

.hr420-result::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: -2rem;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    opacity: 0.55;
    pointer-events: none;
}

.hr420-result-kicker {
    margin: 0 0 0.35rem;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--e-warm);
    font-weight: 700;
}

.hr420-result h3 {
    margin: 0 0 0.55rem;
    padding-right: 0.5rem;
    font-size: clamp(1.35rem, 3.8vw, 1.85rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    background: linear-gradient(115deg, #fff6ea 0%, #e8c9a0 38%, #f0dcc8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    filter: drop-shadow(0 2px 14px rgba(255, 100, 40, 0.18));
}

@supports not (background-clip: text) {
    .hr420-result h3 {
        color: #f5e8d8;
        background: none;
        filter: none;
    }
}

.hr420-result-summary {
    margin: 0;
    font-size: 0.9rem;
    color: #e8dcc8;
    line-height: 1.58;
    max-width: 42ch;
}

.hr420-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    margin-top: 1rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 520px) {
    .hr420-stats {
        grid-template-columns: 1fr;
    }
}

.hr420-stat {
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    background: linear-gradient(165deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.22) 100%);
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-size: 0.82rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.hr420-stat b {
    display: block;
    font-size: 0.62rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #c9a06a;
    margin-bottom: 0.28rem;
}

.hr420-reveal {
    text-align: left;
    padding: 1.25rem 1.35rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 180, 90, 0.25);
    border-radius: var(--e-radius);
}

.hr420-reveal .hr420-big {
    margin: 0.35rem 0 0.5rem;
    font-size: clamp(1.35rem, 3.5vw, 1.85rem);
    line-height: 1.15;
    font-family: Georgia, serif;
    color: #fff8f0 !important;
}

.hr420-reveal p {
    margin: 0;
    color: var(--e-muted);
    font-size: 0.92rem;
}

/* .hr420-embed--light: white shell, charcoal panels (--e-paper*). Lore image: fixed cream, not tokenized */
.hr420-embed--light {
    --e-bg: #ffffff;
    --e-paper: #32302e;
    --e-paper-mid: #262422;
    --e-paper-deep: #1a1816;
    --e-surface: rgba(38, 36, 34, 0.96);
    --e-line: rgba(255, 255, 255, 0.09);
    --e-text: #e8e4dd;
    --e-muted: #9a9288;
    --e-warm: #d4a574;
    --e-hot: #e85a28;
    --e-glow: rgba(255, 120, 60, 0.32);
    box-shadow: none;
}

.hr420-embed--light::after {
    opacity: 0.035;
    mix-blend-mode: soft-light;
}

.hr420-embed--light .hr420-share-toast {
    color: #9a9288;
}

.hr420-embed--light .hr420-title-block h1 .hr420-title-sub {
    color: #5c534a;
}

.hr420-embed--light .hr420-lede {
    color: #5a5248;
}

/* .hr420-fire on white: warm → ember → charcoal gradient */
.hr420-embed--light .hr420-embed-header .hr420-fire {
    background: linear-gradient(135deg, #c49a6a 0%, #e09038 22%, #c43218 48%, #5a4034 72%, #2a2622 92%, #1e1c1a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.12));
}

/* .hr420-fire on dark panels: ember/cream stops only */
.hr420-embed--light .hr420-fire {
    background: linear-gradient(135deg,
            #fff8f0 0%,
            #ffe0b8 18%,
            #ffb04a 38%,
            #f04820 58%,
            #ff7840 78%,
            #ffd8a0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.82)) drop-shadow(0 0 18px rgba(255, 120, 40, 0.35));
}

@supports not (background-clip: text) {
    .hr420-embed--light .hr420-embed-header .hr420-fire {
        color: #2e2a26;
        background: none;
        filter: none;
    }

    .hr420-embed--light .hr420-fire {
        color: #e85a28;
        background: none;
        filter: none;
    }
}

.hr420-embed--light .hr420-deck-kicker {
    color: #c9a06a;
}

/* Base .hr420-btn without a variant; themed overrides follow */
.hr420-embed--light .hr420-btn:not([class*="hr420-btn--"]) {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: var(--e-text);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hr420-embed--light .hr420-btn:not([class*="hr420-btn--"]):hover {
    border-color: rgba(212, 165, 116, 0.4);
    background: rgba(255, 255, 255, 0.1);
    color: var(--e-text);
}

/* White hero: default links stay dark (don’t reuse charcoal-panel ghost rules) */
.hr420-embed--light .hr420-embed-header .hr420-btn:not(.hr420-btn--primary) {
    color: #2a241e;
    border-color: rgba(0, 0, 0, 0.14);
    background: rgba(0, 0, 0, 0.055);
    box-shadow: none;
}

.hr420-embed--light .hr420-embed-header .hr420-btn:not(.hr420-btn--primary):hover {
    border-color: rgba(0, 0, 0, 0.22);
    background: rgba(0, 0, 0, 0.09);
    color: #2a241e;
}

/* One divider between hero and first section */
.hr420-embed--light .hr420-embed-header {
    border-bottom: none;
}

.hr420-embed--light .hr420-btn--primary {
    border-color: rgba(0, 0, 0, 0.24);
    background: linear-gradient(165deg, #d46520 0%, #9a2208 100%);
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 8px 24px rgba(180, 40, 0, 0.28);
}

.hr420-embed--light .hr420-btn--primary:hover {
    border-color: rgba(0, 0, 0, 0.24);
    background: linear-gradient(165deg, #d46520 0%, #9a2208 100%);
    color: #ffffff;
    filter: brightness(1.05);
}

.hr420-embed--light .hr420-btn--shine {
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.18) inset,
        0 8px 24px rgba(180, 40, 0, 0.28),
        0 0 22px rgba(255, 150, 70, 0.3);
}

.hr420-embed--light .hr420-btn--weed {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #3cb878 0%, #1a6b3d 100%);
    color: #f4fff8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 6px 20px rgba(26, 107, 61, 0.38);
}

.hr420-embed--light .hr420-btn--weed:hover {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #3cb878 0%, #1a6b3d 100%);
    color: #f4fff8;
    filter: brightness(1.05);
}

.hr420-embed--light .hr420-btn--fire {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #ff7a3d 0%, #c41e3a 55%, #8b1538 100%);
    color: #fff8f2;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 6px 22px rgba(196, 30, 58, 0.42);
}

.hr420-embed--light .hr420-btn--fire:hover {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #ff7a3d 0%, #c41e3a 55%, #8b1538 100%);
    color: #fff8f2;
    filter: brightness(1.05);
}

.hr420-embed--light .hr420-btn--playlist {
    border-color: rgba(0, 0, 0, 0.22);
    background: linear-gradient(165deg, #1ed760 0%, #0d7a3a 100%);
    color: #ffffff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.22) inset, 0 8px 22px rgba(13, 122, 58, 0.32);
}

.hr420-embed--light .hr420-btn--playlist:hover {
    border-color: rgba(0, 0, 0, 0.22);
    background: linear-gradient(165deg, #1ed760 0%, #0d7a3a 100%);
    color: #ffffff;
    filter: brightness(1.06);
}

.hr420-embed--light .hr420-btn--deals {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #a78bfa 0%, #6d28d9 52%, #4c1d95 100%);
    color: #faf5ff;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 8px 22px rgba(76, 29, 149, 0.32);
}

.hr420-embed--light .hr420-btn--deals:hover {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #a78bfa 0%, #6d28d9 52%, #4c1d95 100%);
    color: #faf5ff;
    filter: brightness(1.05);
}

.hr420-embed--light .hr420-btn--shop {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #fb923c 0%, #ea580c 48%, #9a3412 100%);
    color: #fff7ed;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18) inset, 0 8px 22px rgba(234, 88, 12, 0.32);
}

.hr420-embed--light .hr420-btn--shop:hover {
    border-color: rgba(0, 0, 0, 0.28);
    background: linear-gradient(165deg, #fb923c 0%, #ea580c 48%, #9a3412 100%);
    color: #fff7ed;
    filter: brightness(1.05);
}

.hr420-embed--light .hr420-btn--spotify {
    color: #e8f5e8;
    background: #127a3a;
    border: 1px solid rgba(0, 0, 0, 0.28);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.hr420-embed--light .hr420-btn--spotify:hover {
    background: #158f44;
    color: #f4fcf4;
    filter: none;
}

.hr420-embed--light .hr420-visual {
    background: linear-gradient(180deg, #3a3834 0%, var(--e-paper) 42%, var(--e-paper-mid) 100%);
    box-shadow:
        0 18px 44px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hr420-embed--light .hr420-fire-smoke {
    background: radial-gradient(ellipse 80% 70% at 50% 100%, rgba(255, 120, 60, 0.14) 0%, transparent 72%);
}

.hr420-embed--light .hr420-cassette {
    background: linear-gradient(180deg, #2e2c2a 0%, var(--e-paper-deep) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 14px 32px rgba(0, 0, 0, 0.35);
}

.hr420-embed--light .hr420-cassette:hover {
    border-color: rgba(212, 165, 116, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 16px 36px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(200, 140, 80, 0.12);
}

.hr420-embed--light .hr420-cassette-label {
    background: linear-gradient(180deg, #4a4640 0%, rgba(58, 54, 50, 0.95) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hr420-embed--light .hr420-cassette-k {
    color: #d4a574;
}

.hr420-embed--light .hr420-cassette-reels {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.45));
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hr420-embed--light .hr420-cassette-reel {
    background:
        radial-gradient(circle, #2a2a2a 0 9px, #4a4a4a 9px 16px, #1a1a1a 16px 100%);
    border: 1px solid rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.05);
}

.hr420-embed--light .hr420-cassette-foot {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(0, 0, 0, 0.22);
}

.hr420-embed--light .hr420-cassette-foot strong {
    color: #d4c4b0;
}

.hr420-embed--light .hr420-note {
    color: var(--e-muted);
    border-left-color: rgba(232, 90, 40, 0.55);
    background: linear-gradient(90deg, rgba(50, 48, 46, 0.95) 0%, rgba(38, 36, 34, 0.75) 100%);
}

.hr420-embed--light .hr420-section {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

/* Type on white sections (outside charcoal panels) */
.hr420-embed--light .hr420-section>h2 {
    color: #1a1612;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.hr420-embed--light .hr420-section>.hr420-sec-intro {
    color: #5a5248;
}

.hr420-embed--light .hr420-lore-copy .hr420-prose {
    color: #4a433a;
}

.hr420-embed--light .hr420-lore-copy .hr420-prose strong {
    color: #1e1c1a;
}

.hr420-embed--light .hr420-lore-figure {
    background: linear-gradient(165deg, #f5efe6 0%, #f3ece2 45%, #e3d9cc 100%);
    border: 1px solid rgba(42, 36, 30, 0.09);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.55),
        0 10px 28px rgba(0, 0, 0, 0.06);
}

.hr420-embed--light .hr420-lore-figure img {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.hr420-embed--light .hr420-lore-cap {
    color: #c9a06a;
}

.hr420-embed--light .hr420-panel {
    background: linear-gradient(165deg, #363432 0%, var(--e-paper) 40%, var(--e-paper-mid) 100%);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.22);
}

.hr420-embed--light .hr420-chip {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--e-muted);
}

.hr420-embed--light .hr420-tracklist li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hr420-embed--light .hr420-tracklist-btn:hover {
    background: rgba(212, 165, 116, 0.12);
}

.hr420-embed--light .hr420-tracklist-btn[aria-current="true"] {
    background: rgba(212, 100, 32, 0.22);
}

.hr420-embed--light .hr420-tracklist .tag {
    color: #c9a06a;
}

.hr420-embed--light .hr420-tracklist-side-label {
    color: #b8894a;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.hr420-embed--light .hr420-player {
    background: linear-gradient(165deg, #3a3834 0%, var(--e-paper) 52%, var(--e-paper-mid) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.hr420-embed--light .hr420-player-mute-bar {
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hr420-embed--light .hr420-player-mute-icon {
    background: rgba(255, 255, 255, 0.1);
    color: var(--e-muted);
}

.hr420-embed--light .hr420-player-mute-text {
    color: var(--e-muted);
}

.hr420-embed--light .hr420-now-label {
    color: #c9a06a;
}

.hr420-embed--light .hr420-player-spectrum {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: linear-gradient(180deg, #2e2c2a 0%, var(--e-paper-deep) 100%);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.hr420-embed--light .hr420-progress {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hr420-embed--light .hr420-section--press::before {
    background: radial-gradient(ellipse 130% 85% at 50% -15%, rgba(255, 120, 70, 0.04) 0%, transparent 65%);
}

.hr420-embed--light .hr420-press-card {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(155deg, #3a3834 0%, var(--e-paper) 45%, var(--e-paper-mid) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 10px 28px rgba(0, 0, 0, 0.22);
}

.hr420-embed--light .hr420-press-card::after {
    color: rgba(212, 165, 116, 0.14);
}

@media (prefers-reduced-motion: no-preference) {
    .hr420-embed--light .hr420-press-card:hover {
        border-color: rgba(255, 255, 255, 0.14);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            0 14px 36px rgba(0, 0, 0, 0.28),
            0 0 0 1px rgba(255, 140, 60, 0.12);
    }
}

.hr420-embed--light .hr420-press-quote {
    color: var(--e-text);
}

.hr420-embed--light .hr420-press-attrib {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #c9a06a;
}

.hr420-embed--light .hr420-section--generator::before {
    background:
        radial-gradient(ellipse 140% 90% at 50% -20%, rgba(255, 130, 80, 0.035) 0%, transparent 58%),
        radial-gradient(ellipse 80% 70% at 0% 0%, rgba(200, 160, 110, 0.025) 0%, transparent 50%),
        radial-gradient(ellipse 80% 70% at 100% 0%, rgba(255, 100, 60, 0.02) 0%, transparent 50%);
}

.hr420-embed--light .hr420-gen {
    background: linear-gradient(155deg, #363432 0%, var(--e-paper) 45%, var(--e-paper-mid) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgba(0, 0, 0, 0.2),
        0 16px 44px rgba(0, 0, 0, 0.22);
}

.hr420-embed--light .hr420-gen-controls {
    background: linear-gradient(180deg, rgba(46, 44, 42, 0.98) 0%, rgba(38, 36, 34, 0.98) 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

@media (max-width: 720px) {
    .hr420-embed--light .hr420-gen-controls {
        border-bottom: 1px solid rgba(42, 36, 30, 0.08);
    }
}

.hr420-embed--light .hr420-field label {
    color: #c9a06a;
}

.hr420-embed--light .hr420-field input,
.hr420-embed--light .hr420-field select {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #1e1c1a;
    color: var(--e-text);
}

.hr420-embed--light .hr420-field input::placeholder {
    color: #7a7268;
}

.hr420-embed--light .hr420-result {
    background:
        radial-gradient(ellipse 120% 70% at 100% 0%, rgba(255, 130, 80, 0.1) 0%, transparent 52%),
        linear-gradient(168deg, #32302e 0%, var(--e-paper) 38%, var(--e-paper-mid) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hr420-embed--light .hr420-result::after {
    border: 1px solid rgba(42, 36, 30, 0.06);
}

.hr420-embed--light .hr420-result h3 {
    background: linear-gradient(115deg, #e8b878 0%, #d4a574 30%, #c49a62 58%, #8b6a48 85%, #5c4a38 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.45));
}

@supports not (background-clip: text) {
    .hr420-embed--light .hr420-result h3 {
        color: #2e2a26;
        background: none;
        filter: none;
    }
}

.hr420-embed--light .hr420-result-summary {
    color: var(--e-muted);
}

.hr420-embed--light .hr420-stat {
    background: linear-gradient(165deg, var(--e-paper-mid) 0%, var(--e-paper-deep) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.hr420-embed--light .hr420-stat b {
    color: #c9a06a;
}

.hr420-embed--light .hr420-reveal {
    background: linear-gradient(135deg, var(--e-paper) 0%, var(--e-paper-mid) 100%);
    border: 1px dashed rgba(212, 165, 116, 0.35);
}

.hr420-embed--light .hr420-deck-toy--reels-hot .hr420-cassette--reels-active {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 0 0 1px rgba(200, 130, 70, 0.35),
        0 12px 36px rgba(180, 80, 20, 0.35),
        0 0 24px rgba(255, 120, 50, 0.2);
}

@media (prefers-reduced-motion: reduce) {

    .hr420-ember,
    .hr420-fire-smoke,
    .hr420-heat-bloom,
    .hr420-heat::after,
    .hr420-flame {
        animation: none !important;
    }

    .hr420-cassette-reel {
        animation: none !important;
    }

    .hr420-cassette--reels-active .hr420-cassette-reels {
        animation: none !important;
    }

    .hr420-viz-bar {
        transition: none;
    }

    .hr420-progress-fill {
        transition: none;
    }

    .hr420-embed {
        scroll-behavior: auto;
    }

    .hr420-tape-spark {
        animation: none !important;
        opacity: 0 !important;
    }

    .hr420-deck-toy .hr420-cassette.hr420-cassette--wobble {
        animation: none !important;
    }
}