@font-face {
    font-family: "WSQK Mendl";
    src: url("https://wsqk.online/wp-content/uploads/2026/01/mendl-sans-dawn-semibold.otf") format("opentype");
    font-display: swap;
}

:root {
    --ink: #f9f1df;
    --muted: #c9b9a8;
    --red: #ff2a2a;
    --red-deep: #7b1010;
    --cyan: #6ee7e5;
    --amber: #ffc857;
    --panel: rgba(10, 8, 10, 0.78);
    --panel-strong: rgba(18, 8, 10, 0.92);
    --line: rgba(255, 255, 255, 0.16);
    --shadow: rgba(0, 0, 0, 0.55);
    --max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    background: #080506;
    font-family: "Inter", "Segoe UI", Arial, sans-serif;
    line-height: 1.5;
    letter-spacing: 0;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    background:
        repeating-linear-gradient(112deg, rgba(255, 42, 42, 0.1) 0 1px, transparent 1px 5.5rem),
        linear-gradient(180deg, #120607 0%, #070506 48%, #11090b 100%);
}

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

a {
    color: inherit;
}

button,
input {
    font: inherit;
}

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

.vhs-noise,
.scanlines,
.dust-field {
    pointer-events: none;
    position: fixed;
    inset: 0;
}

.vhs-noise,
.scanlines {
    z-index: 10;
}

.vhs-noise {
    opacity: 0.07;
    background-image:
        linear-gradient(115deg, transparent 0 30%, rgba(255, 255, 255, 0.35) 31%, transparent 33%),
        repeating-linear-gradient(38deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 0.7rem);
    mix-blend-mode: screen;
    animation: noiseShift 1.8s steps(2, end) infinite;
}

.scanlines {
    opacity: 0.13;
    background: repeating-linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.16) 0,
        rgba(255, 255, 255, 0.16) 1px,
        transparent 2px,
        transparent 5px
    );
}

.dust-field {
    z-index: 2;
    overflow: hidden;
    opacity: 0.55;
    mix-blend-mode: screen;
}

.dust-field span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 238, 201, 0.78);
    box-shadow:
        0 0 0.45rem rgba(255, 238, 201, 0.7),
        0 0 1rem rgba(255, 42, 42, 0.28);
    animation: dustHover 22s ease-in-out infinite;
}

.dust-field span:nth-child(3n) {
    width: 5px;
    height: 5px;
}

.dust-field span:nth-child(4n) {
    width: 3px;
    height: 3px;
}

.dust-field span:nth-child(1) { left: 4%; top: 92%; animation-delay: -2s; animation-duration: 24s; }
.dust-field span:nth-child(2) { left: 8%; top: 58%; animation-delay: -9s; animation-duration: 21s; }
.dust-field span:nth-child(3) { left: 13%; top: 76%; animation-delay: -6s; animation-duration: 19s; }
.dust-field span:nth-child(4) { left: 18%; top: 34%; animation-delay: -13s; animation-duration: 25s; }
.dust-field span:nth-child(5) { left: 23%; top: 83%; animation-delay: -4s; animation-duration: 20s; }
.dust-field span:nth-child(6) { left: 29%; top: 49%; animation-delay: -15s; animation-duration: 27s; }
.dust-field span:nth-child(7) { left: 34%; top: 68%; animation-delay: -7s; animation-duration: 18s; }
.dust-field span:nth-child(8) { left: 39%; top: 88%; animation-delay: -17s; animation-duration: 26s; }
.dust-field span:nth-child(9) { left: 44%; top: 41%; animation-delay: -10s; animation-duration: 20s; }
.dust-field span:nth-child(10) { left: 48%; top: 72%; animation-delay: -1s; animation-duration: 23s; }
.dust-field span:nth-child(11) { left: 52%; top: 95%; animation-delay: -14s; animation-duration: 24s; }
.dust-field span:nth-child(12) { left: 57%; top: 52%; animation-delay: -5s; animation-duration: 19s; }
.dust-field span:nth-child(13) { left: 61%; top: 81%; animation-delay: -12s; animation-duration: 28s; }
.dust-field span:nth-child(14) { left: 66%; top: 31%; animation-delay: -8s; animation-duration: 22s; }
.dust-field span:nth-child(15) { left: 71%; top: 63%; animation-delay: -18s; animation-duration: 25s; }
.dust-field span:nth-child(16) { left: 75%; top: 86%; animation-delay: -3s; animation-duration: 21s; }
.dust-field span:nth-child(17) { left: 80%; top: 43%; animation-delay: -16s; animation-duration: 23s; }
.dust-field span:nth-child(18) { left: 85%; top: 78%; animation-delay: -11s; animation-duration: 18s; }
.dust-field span:nth-child(19) { left: 90%; top: 54%; animation-delay: -6s; animation-duration: 26s; }
.dust-field span:nth-child(20) { left: 95%; top: 91%; animation-delay: -19s; animation-duration: 24s; }
.dust-field span:nth-child(21) { left: 6%; top: 27%; animation-delay: -20s; animation-duration: 29s; }
.dust-field span:nth-child(22) { left: 16%; top: 96%; animation-delay: -23s; animation-duration: 28s; }
.dust-field span:nth-child(23) { left: 27%; top: 24%; animation-delay: -21s; animation-duration: 20s; }
.dust-field span:nth-child(24) { left: 36%; top: 97%; animation-delay: -25s; animation-duration: 30s; }
.dust-field span:nth-child(25) { left: 46%; top: 29%; animation-delay: -22s; animation-duration: 27s; }
.dust-field span:nth-child(26) { left: 55%; top: 90%; animation-delay: -26s; animation-duration: 21s; }
.dust-field span:nth-child(27) { left: 64%; top: 19%; animation-delay: -24s; animation-duration: 25s; }
.dust-field span:nth-child(28) { left: 73%; top: 99%; animation-delay: -27s; animation-duration: 31s; }
.dust-field span:nth-child(29) { left: 82%; top: 23%; animation-delay: -29s; animation-duration: 22s; }
.dust-field span:nth-child(30) { left: 92%; top: 87%; animation-delay: -28s; animation-duration: 26s; }
.dust-field span:nth-child(31) { left: 11%; top: 44%; animation-delay: -30s; animation-duration: 23s; }
.dust-field span:nth-child(32) { left: 32%; top: 11%; animation-delay: -32s; animation-duration: 34s; }
.dust-field span:nth-child(33) { left: 69%; top: 12%; animation-delay: -31s; animation-duration: 32s; }
.dust-field span:nth-child(34) { left: 88%; top: 37%; animation-delay: -33s; animation-duration: 29s; }

.chicken-burst-layer {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 55;
    overflow: hidden;
}

.burst-chicken {
    position: absolute;
    width: clamp(2rem, 6vw, 4.5rem);
    height: clamp(2rem, 6vw, 4.5rem);
    object-fit: contain;
    transform: translate(-50%, -50%) scale(0.28) rotate(0deg);
    transform-origin: center;
    opacity: 0;
    filter:
        drop-shadow(0 0 0.35rem rgba(255, 242, 210, 0.5))
        drop-shadow(0 0 0.85rem rgba(255, 42, 42, 0.42));
    animation: chickenBurst var(--burst-duration, 980ms) cubic-bezier(0.12, 0.82, 0.22, 1) forwards;
    will-change: transform, opacity;
}

.invader-hud {
    position: absolute;
    top: max(0.55rem, env(safe-area-inset-top));
    left: 50%;
    width: min(92vw, 34rem);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    color: #f8fff8;
    font-family: "Courier New", monospace;
    font-size: clamp(0.56rem, 2vw, 0.86rem);
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    text-shadow:
        0 0 0.35rem rgba(25, 255, 57, 0.65),
        0 0 0.7rem rgba(110, 231, 229, 0.28);
    transform: translateX(-50%);
    z-index: 2;
}

.invader-hud span,
.invader-hud strong {
    display: block;
    font-weight: 700;
}

.invader-chicken {
    width: clamp(1.45rem, 4.2vw, 2.4rem);
    height: clamp(1.45rem, 4.2vw, 2.4rem);
    opacity: 0;
    z-index: 1;
    image-rendering: pixelated;
    filter:
        saturate(1.45)
        contrast(1.24)
        drop-shadow(0 0 0.3rem rgba(25, 255, 57, 0.6));
    animation:
        invaderMaterialize 420ms steps(4, end) var(--invader-delay, 0ms) forwards,
        invaderMarch 860ms steps(2, end) var(--invader-march-delay, 420ms) infinite alternate;
}

.burst-chicken.boss-chicken {
    width: clamp(3.2rem, 9vw, 5.8rem);
    height: clamp(3.2rem, 9vw, 5.8rem);
    z-index: 0;
    opacity: 0;
    filter:
        saturate(1.7)
        contrast(1.2)
        drop-shadow(0 0 0.45rem rgba(255, 241, 54, 0.78))
        drop-shadow(0 0 1.15rem rgba(255, 42, 42, 0.7));
}

.burst-chicken.is-zapped {
    animation: chickenZapped 420ms steps(5, end) forwards;
}

.invader-bunker {
    position: absolute;
    width: 0.42rem;
    height: 0.42rem;
    color: #19ff39;
    background: currentColor;
    transform: translate(-50%, -50%);
    box-shadow:
        -1.26rem 0 currentColor,
        -0.84rem 0 currentColor,
        -0.42rem 0 currentColor,
        0.42rem 0 currentColor,
        0.84rem 0 currentColor,
        1.26rem 0 currentColor,
        -1.68rem 0.42rem currentColor,
        -1.26rem 0.42rem currentColor,
        -0.84rem 0.42rem currentColor,
        -0.42rem 0.42rem currentColor,
        0 0.42rem currentColor,
        0.42rem 0.42rem currentColor,
        0.84rem 0.42rem currentColor,
        1.26rem 0.42rem currentColor,
        1.68rem 0.42rem currentColor,
        -1.68rem 0.84rem currentColor,
        -1.26rem 0.84rem currentColor,
        -0.84rem 0.84rem currentColor,
        0.84rem 0.84rem currentColor,
        1.26rem 0.84rem currentColor,
        1.68rem 0.84rem currentColor;
    filter: drop-shadow(0 0 0.45rem rgba(25, 255, 57, 0.82));
}

.arcade-hunter {
    position: absolute;
    width: 4.1rem;
    height: 2.45rem;
    opacity: 0;
    z-index: 5;
    transform: translate(-50%, -50%) scale(0.72);
    filter:
        drop-shadow(0 0 0.35rem rgba(25, 255, 57, 0.9))
        drop-shadow(0 0 0.9rem rgba(110, 231, 229, 0.5));
    animation: hunterEnter 620ms steps(6, end) forwards;
    transition: left 320ms steps(5, end);
    will-change: left, opacity, transform;
}

.arcade-hunter.is-dodging {
    filter:
        drop-shadow(0 0 0.45rem rgba(255, 241, 54, 0.95))
        drop-shadow(0 0 1rem rgba(110, 231, 229, 0.7));
}

.arcade-hunter::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.35rem;
    height: 0.35rem;
    background: #6ee7e5;
    transform: translate(-50%, -50%);
    box-shadow:
        -0.35rem 0.35rem #19ff39,
        0 0.35rem #19ff39,
        0.35rem 0.35rem #19ff39,
        -0.7rem 0.7rem #19ff39,
        -0.35rem 0.7rem #19ff39,
        0 0.7rem #fff136,
        0.35rem 0.7rem #19ff39,
        0.7rem 0.7rem #19ff39,
        -1.05rem 1.05rem #19ff39,
        -0.7rem 1.05rem #19ff39,
        -0.35rem 1.05rem #19ff39,
        0 1.05rem #ff2a18,
        0.35rem 1.05rem #19ff39,
        0.7rem 1.05rem #19ff39,
        1.05rem 1.05rem #19ff39,
        -1.4rem 1.4rem #19ff39,
        -0.7rem 1.4rem #19ff39,
        0 1.4rem #19ff39,
        0.7rem 1.4rem #19ff39,
        1.4rem 1.4rem #19ff39;
}

.arcade-hunter::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% + 1.92rem);
    width: 0.38rem;
    height: 0.7rem;
    background: #fff136;
    opacity: 0.35;
    transform: translateX(-50%);
    box-shadow: 0 0 0.75rem rgba(255, 241, 54, 0.75);
}

.arcade-hunter.is-firing::after {
    opacity: 1;
}

.arcade-hunter.is-leaving {
    animation: hunterLeave 620ms steps(6, end) forwards;
}

.chicken-laser {
    position: absolute;
    z-index: 4;
    width: 0.24rem;
    height: 1.05rem;
    background:
        linear-gradient(180deg, #fff136 0 16%, #6ee7e5 16% 42%, #19ff39 42% 100%);
    border-radius: 1px;
    box-shadow:
        0 0 0.32rem rgba(255, 241, 54, 0.95),
        0 0 0.75rem rgba(25, 255, 57, 0.54);
    transform: translate(-50%, -50%);
    animation: laserZap 320ms steps(6, end) forwards;
}

.chicken-egg {
    position: absolute;
    z-index: 3;
    width: 0.62rem;
    height: 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 52% 52% 46% 46%;
    background:
        radial-gradient(circle at 38% 28%, #fff, #ffe6a8 44%, #ffcf54 100%);
    box-shadow:
        0 0 0.35rem rgba(255, 230, 168, 0.7),
        0 0 0.8rem rgba(255, 42, 42, 0.25);
    transform: translate(-50%, -50%) scale(0.72);
    animation: eggDrop 980ms steps(8, end) forwards;
}

.chicken-egg.is-shot {
    animation: eggZap 180ms steps(4, end) forwards;
}

.chicken-pixel {
    position: absolute;
    width: var(--pixel-size, 0.42rem);
    height: var(--pixel-size, 0.42rem);
    background: var(--pixel-color, #fff136);
    color: var(--pixel-color, #fff136);
    box-shadow: 0 0 0.55rem currentColor;
    transform: translate(-50%, -50%) scale(1);
    animation: pixelPop 820ms steps(6, end) forwards;
}

.support-button,
.contact-links a {
    text-decoration: none;
    border-radius: 6px;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.support-button:hover,
.support-button:focus-visible,
.contact-links a:hover,
.contact-links a:focus-visible {
    color: var(--ink);
    background: rgba(255, 42, 42, 0.18);
    outline: none;
}

.hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    padding: 3rem 1rem 4rem;
    display: grid;
    align-items: center;
}

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

.hero::before {
    z-index: -2;
    background-image: var(--hero-image);
    background-size: cover;
    background-position: center;
    filter: saturate(0.96) contrast(1.02) brightness(0.86);
}

.hero::after {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(4, 3, 4, 0.52) 0%, rgba(8, 4, 5, 0.18) 48%, rgba(4, 3, 4, 0.28) 100%),
        linear-gradient(180deg, rgba(4, 3, 4, 0.05) 0%, rgba(8, 5, 6, 0.82) 100%);
}

.hero__content {
    position: relative;
    z-index: 1;
    width: min(100%, 760px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2rem;
    align-items: center;
    justify-items: center;
}

.hero__copy {
    max-width: 43rem;
    text-align: center;
}

.eyebrow,
.panel-kicker,
.now-playing__label {
    display: inline-flex;
    align-items: center;
    color: var(--cyan);
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

h1,
h2,
p {
    margin-top: 0;
}

.hero-logo {
    margin: 0.15rem auto 0.8rem;
    width: min(100%, 34rem);
    animation: logoFlicker 7s infinite;
}

.hero-logo img {
    width: 100%;
    filter:
        drop-shadow(0 0 0.18rem rgba(255, 255, 255, 0.75))
        drop-shadow(0 0 0.85rem rgba(255, 42, 42, 0.9))
        drop-shadow(0 0 2rem rgba(255, 42, 42, 0.72));
}

h2 {
    margin-bottom: 0.8rem;
    font-size: 2rem;
    line-height: 1.08;
}

.hero__lede {
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    color: var(--ink);
    font-size: 1.22rem;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    margin-top: 1.6rem;
}

.hero-widgets {
    width: min(100%, 760px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(13rem, 0.48fr);
    gap: 1rem;
    align-items: stretch;
}

.chicken-stack {
    display: grid;
    grid-template-rows: auto auto;
    gap: 0.58rem;
    align-self: start;
}

.support-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.7rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: linear-gradient(180deg, rgba(255, 42, 42, 0.95), rgba(117, 11, 12, 0.96));
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow:
        0 0 0.8rem rgba(255, 42, 42, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.support-button:hover,
.support-button:focus-visible {
    background: linear-gradient(180deg, rgba(255, 62, 62, 1), rgba(148, 13, 15, 1));
    outline: 2px solid rgba(255, 200, 87, 0.55);
    outline-offset: 3px;
}

.player-shell,
.transmission-panel,
.chicken-panel,
.merch-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: 0 1.2rem 3.5rem var(--shadow);
}

.player-shell {
    width: 100%;
    margin: 0;
    padding: 1rem;
    backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 0.42rem),
        rgba(0, 0, 0, 0.74);
    box-shadow:
        0 1rem 2.2rem var(--shadow),
        0 0 2.2rem rgba(255, 42, 42, 0.18);
}

.player-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(110, 231, 229, 0.08), transparent),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 0.55rem);
    opacity: 0.6;
}

.player-status {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-height: 1.8rem;
    color: var(--ink);
    font-weight: 800;
    text-transform: uppercase;
}

.onair-light {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    background: var(--red);
    box-shadow: 0 0 0.8rem rgba(255, 42, 42, 0.9);
    animation: pulse 1.2s infinite;
}

.now-playing {
    position: relative;
    z-index: 3;
    min-height: 7.8rem;
    margin: 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(255, 42, 42, 0.28);
    border-radius: 8px;
    background:
        repeating-linear-gradient(180deg, rgba(255, 200, 87, 0.06) 0 1px, transparent 1px 0.36rem),
        linear-gradient(180deg, rgba(255, 42, 42, 0.1), rgba(0, 0, 0, 0.24)),
        rgba(0, 0, 0, 0.34);
    box-shadow: inset 0 0 1.3rem rgba(0, 0, 0, 0.55);
}

.now-playing strong {
    display: block;
    max-width: 100%;
    margin-top: 0.35rem;
    overflow: hidden;
    color: #ffe6a8;
    font-family: "Courier New", monospace;
    font-size: 1.55rem;
    line-height: 1.16;
    overflow-wrap: normal;
    text-shadow: 0 0 0.55rem rgba(255, 200, 87, 0.55);
    white-space: nowrap;
}

.marquee-title {
    --marquee-distance: 0px;
    --marquee-duration: 14s;
    --marquee-gap: 3.2rem;
}

.marquee-title__track {
    display: inline-flex;
    max-width: none;
    min-width: 100%;
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
    will-change: transform;
}

.marquee-title__item {
    flex: 0 0 auto;
    padding-right: var(--marquee-gap);
}

.marquee-title__item[aria-hidden="true"] {
    display: none;
}

.marquee-title.is-marquee-active .marquee-title__track {
    animation: titleMarquee var(--marquee-duration) linear infinite;
}

.marquee-title.is-marquee-active .marquee-title__item[aria-hidden="true"] {
    display: inline;
}

.marquee-title.is-marquee-active:hover .marquee-title__track {
    animation-play-state: paused;
}

.control-row {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: auto minmax(8rem, 1fr) minmax(10rem, 0.8fr);
    gap: 0.85rem;
    align-items: center;
}

.stream-audio {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.icon-button {
    display: grid;
    place-items: center;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: var(--ink);
    background: linear-gradient(180deg, rgba(255, 42, 42, 0.92), rgba(123, 16, 16, 0.92));
    box-shadow: 0 0 1.6rem rgba(255, 42, 42, 0.34);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.icon-button:hover,
.icon-button:focus-visible {
    outline: 2px solid rgba(110, 231, 229, 0.75);
    outline-offset: 3px;
}

.icon-button:disabled {
    cursor: wait;
    opacity: 0.82;
}

.icon-play,
.icon-pause {
    display: block;
    margin: 0 auto;
    pointer-events: none;
}

.icon-play {
    width: 0;
    height: 0;
    border-top: 0.65rem solid transparent;
    border-bottom: 0.65rem solid transparent;
    border-left: 1rem solid var(--ink);
    transform: translateX(0.1rem);
}

.icon-pause {
    position: relative;
    width: 1.05rem;
    height: 1.35rem;
    border-left: 0.36rem solid var(--ink);
    border-right: 0.36rem solid var(--ink);
}

.signal-meter {
    height: 3.5rem;
    display: grid;
    grid-template-columns: repeat(24, minmax(0.16rem, 1fr));
    align-items: end;
    gap: 0.09rem;
    padding: 0.38rem 0.42rem;
    border: 1px solid rgba(255, 200, 87, 0.28);
    border-radius: 8px;
    background:
        radial-gradient(circle at 50% 120%, rgba(255, 42, 42, 0.18), transparent 58%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 0.45rem),
        rgba(0, 0, 0, 0.48);
    box-shadow:
        inset 0 0 1.1rem rgba(0, 0, 0, 0.72),
        0 0 0.75rem rgba(255, 42, 42, 0.12);
}

.signal-meter span {
    width: 100%;
    min-width: 0.34rem;
    height: 100%;
    border-radius: 1px 1px 0 0;
    background:
        linear-gradient(0deg, #19ff39 0 43%, #fff136 43% 78%, #ff2a18 78% 100%);
    box-shadow:
        0 0 0.25rem rgba(49, 255, 93, 0.28),
        0 0 0.65rem rgba(255, 49, 49, 0.18);
    opacity: 0.78;
    -webkit-mask-image: repeating-linear-gradient(0deg, #000 0 0.17rem, transparent 0.17rem 0.29rem);
    mask-image: repeating-linear-gradient(0deg, #000 0 0.17rem, transparent 0.17rem 0.29rem);
    transform-origin: bottom;
    transform: scaleY(var(--eq-level, 0.22));
    transition: opacity 120ms steps(3, end), transform 120ms steps(5, end);
}

.signal-meter span:nth-child(1) { --eq-low: 0.48; --eq-mid: 0.66; --eq-high: 0.78; }
.signal-meter span:nth-child(2) { --eq-low: 0.62; --eq-mid: 0.82; --eq-high: 0.98; }
.signal-meter span:nth-child(3) { --eq-low: 0.82; --eq-mid: 1; --eq-high: 0.72; }
.signal-meter span:nth-child(4) { --eq-low: 0.42; --eq-mid: 0.58; --eq-high: 0.36; }
.signal-meter span:nth-child(5) { --eq-low: 0.2; --eq-mid: 0.28; --eq-high: 0.18; }
.signal-meter span:nth-child(6) { --eq-low: 0.5; --eq-mid: 0.66; --eq-high: 0.54; }
.signal-meter span:nth-child(7) { --eq-low: 0.56; --eq-mid: 0.48; --eq-high: 0.62; }
.signal-meter span:nth-child(8) { --eq-low: 0.78; --eq-mid: 0.9; --eq-high: 0.72; }
.signal-meter span:nth-child(9) { --eq-low: 1; --eq-mid: 0.74; --eq-high: 0.96; }
.signal-meter span:nth-child(10) { --eq-low: 0.68; --eq-mid: 0.82; --eq-high: 0.56; }
.signal-meter span:nth-child(11) { --eq-low: 0.55; --eq-mid: 0.64; --eq-high: 0.44; }
.signal-meter span:nth-child(12) { --eq-low: 0.52; --eq-mid: 0.48; --eq-high: 0.58; }
.signal-meter span:nth-child(13) { --eq-low: 0.34; --eq-mid: 0.42; --eq-high: 0.28; }
.signal-meter span:nth-child(14) { --eq-low: 0.1; --eq-mid: 0.16; --eq-high: 0.08; }
.signal-meter span:nth-child(15) { --eq-low: 0.14; --eq-mid: 0.24; --eq-high: 0.18; }
.signal-meter span:nth-child(16) { --eq-low: 0.32; --eq-mid: 0.46; --eq-high: 0.28; }
.signal-meter span:nth-child(17) { --eq-low: 0.58; --eq-mid: 0.68; --eq-high: 0.48; }
.signal-meter span:nth-child(18) { --eq-low: 0.74; --eq-mid: 0.88; --eq-high: 0.68; }
.signal-meter span:nth-child(19) { --eq-low: 0.86; --eq-mid: 0.74; --eq-high: 0.92; }
.signal-meter span:nth-child(20) { --eq-low: 0.74; --eq-mid: 0.92; --eq-high: 0.7; }
.signal-meter span:nth-child(21) { --eq-low: 0.82; --eq-mid: 0.68; --eq-high: 0.9; }
.signal-meter span:nth-child(22) { --eq-low: 0.68; --eq-mid: 0.74; --eq-high: 0.54; }
.signal-meter span:nth-child(23) { --eq-low: 0.42; --eq-mid: 0.5; --eq-high: 0.34; }
.signal-meter span:nth-child(24) { --eq-low: 0.28; --eq-mid: 0.36; --eq-high: 0.22; }

.is-playing .signal-meter span {
    opacity: 0.96;
}

.volume-control {
    display: grid;
    gap: 0.35rem;
    color: var(--muted);
    font-size: 0.86rem;
}

.volume-control__top {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
}

.volume-control output {
    color: var(--amber);
    font-family: "Courier New", monospace;
}

.volume-control input {
    width: 100%;
    accent-color: var(--red);
}

.player-support {
    position: relative;
    z-index: 3;
    flex: 1;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 0.85rem;
    min-height: 8.2rem;
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid rgba(255, 42, 42, 0.22);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 42, 42, 0.08), rgba(0, 0, 0, 0.2)),
        rgba(0, 0, 0, 0.26);
    text-align: center;
}

.player-support p {
    max-width: 28rem;
    margin: 0;
    color: var(--muted);
}

.player-support strong {
    color: var(--ink);
}

.player-support__button {
    min-width: 9.5rem;
}

.signal-band,
.merch-band,
.contact-band {
    padding: 4rem 1rem;
}

.signal-band {
    display: grid;
    grid-template-columns: minmax(16rem, 0.45fr) minmax(0, 1fr);
    gap: 1.4rem;
    width: min(100%, var(--max));
    margin: 0 auto;
    align-items: stretch;
}

.station-art {
    min-height: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    overflow: hidden;
    display: grid;
    place-items: center;
    padding: 1rem;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 0.45rem),
        #070506;
}

.station-art img {
    width: 100%;
    height: auto;
    max-height: 27rem;
    object-fit: contain;
}

.merch-band {
    width: min(100%, var(--max));
    margin: 0 auto;
}

.merch-band__header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.9rem 1.25rem;
    align-items: end;
    margin-bottom: 1.15rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--line);
}

.merch-band__header .panel-kicker,
.merch-band__header h2,
.merch-band__header p {
    grid-column: 1;
}

.merch-band__header h2 {
    margin: 0;
    font-family: "WSQK Mendl", "Arial Black", sans-serif;
    font-size: clamp(1.7rem, 4vw, 3.2rem);
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--ink);
    text-shadow:
        0 0 0.5rem rgba(255, 42, 42, 0.78),
        0 0 1.2rem rgba(255, 42, 42, 0.38);
}

.merch-band__header p {
    max-width: 41rem;
    margin: 0;
    color: var(--muted);
}

.merch-store-link {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    min-height: 2.65rem;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 200, 87, 0.42);
    border-radius: 6px;
    background:
        linear-gradient(180deg, rgba(255, 42, 42, 0.98), rgba(103, 9, 11, 0.98));
    color: #fff;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow:
        0 0 0.85rem rgba(255, 42, 42, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.merch-store-link:hover,
.merch-store-link:focus-visible {
    background:
        linear-gradient(180deg, rgba(255, 69, 69, 1), rgba(132, 12, 14, 1));
    outline: 2px solid rgba(110, 231, 229, 0.5);
    outline-offset: 3px;
}

.merch-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.merch-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 100%;
    color: var(--ink);
    text-decoration: none;
    isolation: isolate;
    transition:
        border-color 160ms ease,
        transform 160ms ease,
        box-shadow 160ms ease;
}

.merch-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 22% 0%, rgba(110, 231, 229, 0.18), transparent 34%),
        linear-gradient(135deg, rgba(255, 42, 42, 0.16), transparent 48%);
    opacity: 0.92;
}

.merch-card:hover,
.merch-card:focus-visible {
    transform: translateY(-0.18rem);
    border-color: rgba(255, 200, 87, 0.62);
    outline: none;
    box-shadow:
        0 1.4rem 3rem rgba(0, 0, 0, 0.58),
        0 0 1rem rgba(255, 42, 42, 0.26);
}

.merch-card__image {
    display: grid;
    place-items: center;
    aspect-ratio: 1.25;
    padding: 0;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 0.35rem),
        rgba(0, 0, 0, 0.32);
    border-bottom: 1px solid var(--line);
}

.merch-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:
        drop-shadow(0 0 0.55rem rgba(255, 200, 87, 0.18))
        drop-shadow(0 0 1.2rem rgba(255, 42, 42, 0.18));
}

.merch-card__body {
    display: grid;
    gap: 0.45rem;
    padding: 0.95rem;
}

.merch-card__type {
    color: var(--cyan);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.merch-card strong {
    font-family: "WSQK Mendl", "Arial Black", sans-serif;
    font-size: clamp(1rem, 2vw, 1.28rem);
    line-height: 1.05;
    color: var(--ink);
}

.merch-card__description {
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.35;
}

.merch-card__footer {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    margin-top: 0.3rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--amber);
    font-weight: 900;
}

.merch-card__footer span:last-child {
    color: var(--ink);
    font-size: 0.76rem;
    text-transform: uppercase;
}

.signal-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.4rem;
}

.transmission-panel,
.chicken-panel {
    padding: 1.25rem;
}

.transmission-panel p,
.chicken-panel p,
.contact-band p,
.site-footer {
    color: var(--muted);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.35rem 0 0;
}

.stats-grid div {
    min-height: 5.2rem;
    padding: 0.85rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.24);
}

.stats-grid dt {
    color: var(--muted);
    font-size: 0.82rem;
}

.stats-grid dd {
    margin: 0.25rem 0 0;
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.chicken-panel {
    display: grid;
    align-content: start;
    justify-items: start;
}

.hero-chicken {
    justify-items: center;
    text-align: center;
}

.hero-chicken h2 {
    font-size: 1.35rem;
}

.chicken-button {
    width: min(10rem, 100%);
    aspect-ratio: 1;
    margin: 0.3rem 0 1rem;
    border: 1px solid rgba(255, 200, 87, 0.45);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 200, 87, 0.16), rgba(0, 0, 0, 0.24));
    cursor: pointer;
    touch-action: manipulation;
    transition: transform 160ms ease, border-color 160ms ease;
}

.chicken-button:hover,
.chicken-button:focus-visible {
    transform: translateY(-2px);
    border-color: var(--amber);
    outline: 2px solid rgba(255, 200, 87, 0.35);
    outline-offset: 3px;
}

.chicken-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.chicken-button.is-squawking {
    animation: squawkPop 420ms ease;
}

.chicken-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.mini-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.38rem;
    min-width: 0;
    min-height: 2.35rem;
    padding: 0.46rem 0.5rem;
    border: 1px solid rgba(255, 42, 42, 0.34);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 42, 42, 0.16), rgba(0, 0, 0, 0.36)),
        rgba(0, 0, 0, 0.48);
    color: var(--ink);
    cursor: pointer;
    font-size: 0.76rem;
    font-weight: 900;
    text-transform: uppercase;
}

.mini-action:hover,
.mini-action:focus-visible {
    border-color: rgba(255, 200, 87, 0.75);
    background:
        linear-gradient(180deg, rgba(255, 42, 42, 0.28), rgba(0, 0, 0, 0.4)),
        rgba(0, 0, 0, 0.58);
    outline: 2px solid rgba(255, 200, 87, 0.24);
    outline-offset: 2px;
}

.mini-action svg {
    flex: 0 0 auto;
    width: 1.12rem;
    height: 1.12rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mini-action span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contact-band {
    width: min(100%, var(--max));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(16rem, auto);
    gap: 1.3rem;
    align-items: center;
    border-top: 1px solid var(--line);
}

.contact-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 0.55rem;
}

.contact-links a {
    min-height: 2.5rem;
    padding: 0.62rem 0.75rem;
    border: 1px solid var(--line);
    background: rgba(0, 0, 0, 0.26);
}

.site-footer {
    padding: 1.5rem 1rem 2rem;
    text-align: center;
    font-size: 0.9rem;
}

.site-footer p {
    margin: 0;
}

.share-widget {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 30;
    color: var(--ink);
}

.share-widget summary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    min-height: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(255, 42, 42, 0.94), rgba(110, 8, 10, 0.96));
    box-shadow: 0 0 1.2rem rgba(255, 42, 42, 0.34);
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

.share-widget summary::-webkit-details-marker {
    display: none;
}

.share-widget svg {
    width: 1.15rem;
    height: 1.15rem;
    display: block;
    fill: currentColor;
}

.share-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.6rem);
    display: grid;
    grid-template-columns: repeat(5, 2.6rem);
    gap: 0.45rem;
    padding: 0.55rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.82);
    box-shadow: 0 1rem 2.6rem var(--shadow);
    transform-origin: bottom right;
}

.info-modal[hidden] {
    display: none;
}

.info-modal {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.modal-scrim {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
    backdrop-filter: blur(5px);
}

.modal-card {
    position: relative;
    z-index: 1;
    width: min(100%, 28rem);
    max-height: min(88svh, 42rem);
    overflow: auto;
    border: 1px solid rgba(255, 42, 42, 0.32);
    border-radius: 8px;
    padding: 1.2rem;
    background:
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px 0.45rem),
        rgba(6, 4, 5, 0.95);
    box-shadow: 0 1.4rem 4rem rgba(0, 0, 0, 0.72), 0 0 2rem rgba(255, 42, 42, 0.2);
}

.modal-card h2 {
    margin-bottom: 0.75rem;
}

.modal-close {
    position: absolute;
    right: 0.65rem;
    top: 0.65rem;
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.34);
    color: var(--ink);
    cursor: pointer;
}

.modal-close svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.platform-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    margin-bottom: 0.8rem;
}

.platform-tabs button {
    min-height: 2.35rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--muted);
    cursor: pointer;
}

.platform-tabs button.is-active {
    color: #fff;
    border-color: rgba(255, 42, 42, 0.74);
    background: rgba(255, 42, 42, 0.2);
}

.platform-steps {
    display: none;
    margin: 0;
    padding-left: 1.25rem;
    color: var(--ink);
}

.platform-steps.is-visible {
    display: grid;
    gap: 0.58rem;
}

.share-widget:not([open]) .share-panel {
    display: none;
}

.share-panel a,
.share-panel button {
    position: relative;
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ink);
    cursor: pointer;
}

.share-panel a::after,
.share-panel button::after {
    content: attr(aria-label);
    pointer-events: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 0.5rem);
    z-index: 2;
    max-width: 10rem;
    padding: 0.32rem 0.48rem;
    border: 1px solid rgba(255, 42, 42, 0.46);
    border-radius: 6px;
    background: rgba(6, 4, 5, 0.96);
    color: var(--ink);
    box-shadow: 0 0.6rem 1.4rem rgba(0, 0, 0, 0.42), 0 0 0.8rem rgba(255, 42, 42, 0.2);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    transform: translate(-50%, 0.2rem);
    transition: opacity 140ms ease, transform 140ms ease;
}

.share-panel a:hover::after,
.share-panel a:focus-visible::after,
.share-panel button:hover::after,
.share-panel button:focus-visible::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.share-panel a:hover,
.share-panel a:focus-visible,
.share-panel button:hover,
.share-panel button:focus-visible {
    color: #fff;
    border-color: rgba(255, 42, 42, 0.75);
    background: rgba(255, 42, 42, 0.22);
    outline: none;
}

.share-status {
    grid-column: 1 / -1;
    min-height: 1rem;
    color: var(--amber);
    font-size: 0.78rem;
    text-align: center;
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.75;
    }
    50% {
        transform: scale(1.22);
        opacity: 1;
    }
}

@keyframes logoFlicker {
    0%,
    2%,
    4%,
    48%,
    50%,
    100% {
        opacity: 1;
    }
    3%,
    49% {
        opacity: 0.72;
    }
    74% {
        opacity: 0.9;
    }
}

@keyframes titleMarquee {
    0%,
    9% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(calc(-1 * var(--marquee-distance)), 0, 0);
    }
}

@keyframes squawkPop {
    0% {
        transform: rotate(0deg) scale(1);
    }
    35% {
        transform: rotate(-4deg) scale(1.08);
    }
    70% {
        transform: rotate(3deg) scale(0.98);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}

@keyframes chickenBurst {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.22) rotate(0deg);
    }
    12% {
        opacity: 1;
    }
    52% {
        opacity: 0.94;
    }
    100% {
        opacity: 0;
        transform:
            translate(calc(-50% + var(--tx)), calc(-50% + var(--ty)))
            scale(var(--burst-scale, 1))
            rotate(var(--burst-rotate, 360deg));
    }
}

@keyframes invaderMaterialize {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.2);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes invaderMarch {
    0% {
        transform: translate(calc(-50% - var(--march-offset, 8px)), -50%) scale(1);
    }
    100% {
        transform: translate(calc(-50% + var(--march-offset, 8px)), -50%) scale(1);
    }
}

@keyframes eggDrop {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.5);
    }
    12% {
        opacity: 1;
    }
    100% {
        opacity: 0.92;
        transform:
            translate(calc(-50% + var(--egg-dx, 0px)), calc(-50% + var(--egg-dy, 0px)))
            scale(1);
    }
}

@keyframes eggZap {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2.2);
        filter: brightness(2.6);
    }
}

@keyframes chickenZapped {
    0% {
        opacity: 1;
        filter:
            brightness(1.2)
            drop-shadow(0 0 0.55rem rgba(255, 241, 54, 0.8));
        transform: translate(-50%, -50%) scale(var(--zap-scale, 1)) rotate(0deg);
    }
    42% {
        opacity: 1;
        filter:
            brightness(2.8)
            contrast(1.7)
            drop-shadow(0 0 0.9rem rgba(255, 42, 42, 0.92));
        transform: translate(-50%, -50%) scale(calc(var(--zap-scale, 1) * 1.08)) rotate(8deg);
    }
    100% {
        opacity: 0;
        filter:
            brightness(3.2)
            contrast(2)
            drop-shadow(0 0 1rem rgba(110, 231, 229, 0.8));
        transform: translate(-50%, -50%) scale(0.08) rotate(24deg);
    }
}

@keyframes hunterEnter {
    0% {
        opacity: 0;
        transform: translate(-50%, 1.1rem) scale(0.64);
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes hunterLeave {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, 0.9rem) scale(0.62);
    }
}

@keyframes laserZap {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%);
    }
    12% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translate(-50%, calc(-50% + var(--bullet-travel, -8rem)));
    }
}

@keyframes pixelPop {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    72% {
        opacity: 0.94;
    }
    100% {
        opacity: 0;
        transform:
            translate(calc(-50% + var(--px, 0px)), calc(-50% + var(--py, 0px)))
            scale(0.08);
    }
}

@keyframes bulbBlink {
    0%,
    5%,
    48%,
    52%,
    100% {
        opacity: 0.32;
    }
    6%,
    13%,
    49% {
        opacity: 1;
    }
}

@keyframes dustFloat {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(0.72);
    }
    12% {
        opacity: 0.86;
    }
    78% {
        opacity: 0.62;
    }
    100% {
        opacity: 0;
        transform: translate3d(2.6rem, -120vh, 0) scale(1.32);
    }
}

@keyframes dustHover {
    0% {
        opacity: 0.28;
        transform: translate3d(-0.7rem, 0.2rem, 0) scale(0.92);
    }
    22% {
        opacity: 0.82;
        transform: translate3d(1.4rem, -0.45rem, 0) scale(1.18);
    }
    48% {
        opacity: 0.56;
        transform: translate3d(-1.1rem, 0.7rem, 0) scale(1.02);
    }
    74% {
        opacity: 0.78;
        transform: translate3d(1.8rem, 0.15rem, 0) scale(1.24);
    }
    100% {
        opacity: 0.36;
        transform: translate3d(-0.35rem, -0.55rem, 0) scale(0.98);
    }
}

@keyframes noiseShift {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(-1rem, 0.6rem, 0);
    }
}

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

    .hero__content,
    .signal-band,
    .contact-band {
        grid-template-columns: 1fr;
    }

    .hero-widgets,
    .signal-grid {
        grid-template-columns: 1fr;
    }

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

    .contact-links {
        justify-content: start;
    }
}

@media (max-width: 680px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-bottom: 0;
        background: #050303;
    }

    .vhs-noise,
    .scanlines {
        display: none;
    }

    .dust-field {
        display: block;
        z-index: 2;
        opacity: 0.55;
        mix-blend-mode: screen;
    }

    .dust-field span {
        width: 4px;
        height: 4px;
        background: rgba(255, 238, 201, 0.78);
        box-shadow:
            0 0 0.45rem rgba(255, 238, 201, 0.7),
            0 0 1rem rgba(255, 42, 42, 0.28);
        animation-name: dustHover;
        animation-timing-function: ease-in-out;
    }

    .dust-field span:nth-child(3n) {
        width: 5px;
        height: 5px;
    }

    .dust-field span:nth-child(4n) {
        width: 3px;
        height: 3px;
    }

    .hero {
        min-height: 100svh;
        display: block;
        padding: 0.75rem 0.65rem 0.85rem;
        overflow: visible;
    }

    .hero::before {
        background-size: cover;
        background-position: center top;
        filter: saturate(1.05) contrast(1.02) brightness(0.95);
    }

    .hero::after {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.38) 56%, rgba(0, 0, 0, 0.7)),
            linear-gradient(90deg, rgba(0, 0, 0, 0.2), transparent 46%, rgba(0, 0, 0, 0.24));
    }

    .hero__content {
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
    }

    h2 {
        font-size: 1.12rem;
    }

    .eyebrow,
    .panel-kicker,
    .now-playing__label {
        font-size: 0.68rem;
    }

    .hero-logo {
        width: min(84vw, 15.8rem);
        margin: 0 auto 0.25rem;
    }

    .hero__lede {
        max-width: 17.5rem;
        margin-bottom: 0;
        font-size: 0.82rem;
        line-height: 1.24;
    }

    .hero__actions {
        margin-top: 0.55rem;
    }

    .support-button {
        width: min(100%, 16rem);
        min-height: 2.25rem;
        padding: 0.52rem 0.75rem;
        font-size: 0.84rem;
    }

    .hero-widgets {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
    }

    .chicken-stack {
        gap: 0.42rem;
        width: 100%;
    }

    .player-shell {
        width: 100%;
        padding: 0.58rem;
        border-radius: 8px;
        box-shadow: 0 0.75rem 1.4rem rgba(0, 0, 0, 0.45);
    }

    .player-status {
        min-height: 1.2rem;
        justify-content: center;
        font-size: 0.72rem;
    }

    .now-playing {
        min-height: auto;
        margin: 0.48rem 0;
        padding: 0.58rem;
    }

    .now-playing strong {
        font-size: 0.88rem;
        line-height: 1.25;
    }

    .control-row {
        grid-template-columns: 3.05rem minmax(0, 1fr);
        gap: 0.45rem;
    }

    .icon-button {
        width: 3.05rem;
        height: 3.05rem;
    }

    .signal-meter {
        height: 3.05rem;
        gap: 0.055rem;
        padding: 0.3rem;
    }

    .signal-meter span {
        min-width: 0.12rem;
        -webkit-mask-image: repeating-linear-gradient(0deg, #000 0 0.13rem, transparent 0.13rem 0.23rem);
        mask-image: repeating-linear-gradient(0deg, #000 0 0.13rem, transparent 0.13rem 0.23rem);
    }

    .volume-control {
        grid-column: 1 / -1;
        font-size: 0.76rem;
    }

    .player-support {
        min-height: auto;
        margin-top: 0.55rem;
        padding: 0.68rem;
        gap: 0.55rem;
    }

    .player-support p {
        font-size: 0.78rem;
        line-height: 1.28;
    }

    .player-support__button {
        width: min(100%, 13rem);
        min-height: 2.15rem;
    }

    .hero-chicken {
        grid-template-columns: 4.2rem minmax(0, 1fr);
        column-gap: 0.6rem;
        align-items: center;
        justify-items: start;
        padding: 0.55rem;
        text-align: left;
    }

    .hero-chicken .panel-kicker {
        grid-column: 2;
    }

    .hero-chicken h2 {
        grid-column: 2;
        margin-bottom: 0.12rem;
        font-size: 0.88rem;
    }

    .hero-chicken p {
        grid-column: 2;
        margin: 0;
        font-size: 0.76rem;
    }

    .hero-chicken .chicken-button {
        grid-column: 1;
        grid-row: 1 / span 4;
        width: 4.2rem;
        margin: 0;
    }

    .mini-action {
        min-height: 2.15rem;
        padding: 0.42rem 0.45rem;
        font-size: 0.68rem;
    }

    .burst-chicken {
        width: clamp(1.85rem, 13vw, 3.4rem);
        height: clamp(1.85rem, 13vw, 3.4rem);
    }

    .burst-chicken.boss-chicken {
        width: clamp(4.6rem, 26vw, 6.8rem);
        height: clamp(4.6rem, 26vw, 6.8rem);
    }

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

    .signal-band,
    .merch-band,
    .contact-band {
        padding: 0.55rem 0.65rem;
    }

    .merch-band__header {
        grid-template-columns: 1fr;
        gap: 0.55rem;
        margin-bottom: 0.75rem;
        padding-bottom: 0.75rem;
    }

    .merch-band__header .panel-kicker,
    .merch-band__header h2,
    .merch-band__header p,
    .merch-store-link {
        grid-column: 1;
    }

    .merch-store-link {
        grid-row: auto;
        width: min(100%, 14rem);
        min-height: 2.25rem;
        padding: 0.52rem 0.75rem;
        font-size: 0.78rem;
    }

    .merch-grid {
        grid-template-columns: 1fr;
        gap: 0.65rem;
    }

    .merch-card {
        grid-template-columns: 6.9rem minmax(0, 1fr);
        grid-template-rows: 1fr;
    }

    .merch-card__image {
        aspect-ratio: auto;
        min-height: 8rem;
        padding: 0.45rem;
        border-right: 1px solid var(--line);
        border-bottom: 0;
    }

    .merch-card__body {
        gap: 0.32rem;
        padding: 0.72rem;
    }

    .merch-card__description {
        font-size: 0.76rem;
    }

    .merch-card__footer {
        align-items: start;
        flex-direction: column;
        gap: 0.18rem;
        padding-top: 0.45rem;
        font-size: 0.78rem;
    }

    .transmission-panel,
    .station-art,
    .contact-band {
        padding: 0.85rem;
    }

    .signal-band {
        display: grid;
        gap: 0.8rem;
    }

    .station-art {
        display: block;
    }

    .station-art img {
        max-height: 16rem;
    }

    .stats-grid div {
        min-height: auto;
        padding: 0.7rem;
    }

    .stats-grid dd {
        font-size: 1.05rem;
    }

    .contact-band {
        display: none;
        gap: 1rem;
        align-items: start;
    }

    .contact-links {
        width: 100%;
        flex-direction: column;
    }

    .contact-links a {
        display: flex;
        justify-content: center;
        width: 100%;
        text-align: center;
    }

    .share-widget {
        position: fixed;
        left: auto;
        right: 0.65rem;
        bottom: calc(0.55rem + env(safe-area-inset-bottom));
        margin: 0;
        z-index: 40;
    }

    .share-widget summary {
        width: 2.55rem;
        height: 2.55rem;
    }

    .share-panel {
        position: absolute;
        right: 0;
        left: auto;
        bottom: calc(100% + 0.45rem);
        margin-top: 0;
        grid-template-columns: repeat(5, 2.25rem);
        gap: 0.4rem;
        width: auto;
    }

    .share-panel a,
    .share-panel button {
        width: 2.25rem;
        height: 2.25rem;
    }

    .modal-card {
        width: min(100%, 21rem);
        padding: 1rem;
    }

    .platform-tabs {
        grid-template-columns: 1fr;
    }

    .site-footer {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 1ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 1ms !important;
    }

    .marquee-title.is-marquee-active .marquee-title__track {
        animation: none !important;
        transform: translate3d(0, 0, 0);
    }
}
