:root {
    --ink: #080706;
    --paper: #e8e3db;
    --paper-bright: #fffdf8;
    --acid: #e7a23e;
    --coral: #c96b2b;
    --blue: #713a20;
    --cyan: #62e8f3;
    --silver: #cbd0d5;
    --muted: #716a62;
    --line: rgba(26, 20, 16, 0.15);
    --display: "Arial Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --body: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 96px;
}

body.is-setup {
    padding-bottom: 0;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
    outline: 3px solid var(--cyan);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 12px 18px;
    color: var(--paper-bright);
    background: var(--blue);
    transform: translateY(-160%);
}

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

.scroll-progress {
    position: fixed;
    z-index: 250;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    pointer-events: none;
}

.scroll-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--coral), var(--acid), #fff2bd);
    box-shadow: 0 1px 14px rgba(255, 176, 0, 0.8);
    transform: scaleX(0);
    transform-origin: left;
    will-change: transform;
}

.site-header {
    position: relative;
    z-index: 30;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 90px;
    padding: 16px clamp(22px, 4vw, 72px);
    color: var(--paper-bright);
    background: var(--ink);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    color: inherit;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: clamp(118px, 11vw, 164px);
    height: auto;
    filter: drop-shadow(0 3px 8px rgba(255, 147, 0, 0.15));
}

.brand-copy {
    margin-left: 14px;
    padding-left: 14px;
    color: var(--acid);
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 10px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    gap: clamp(18px, 3vw, 48px);
}

.main-nav a {
    position: relative;
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.14em;
    text-decoration: none;
    text-transform: uppercase;
}

.main-nav a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 2px;
    background: var(--acid);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
}

.main-nav a:hover {
    color: #fff;
}

.main-nav a:hover::after {
    transform: scaleX(1);
}

.main-nav a[aria-current="page"] {
    color: #fff;
}

.main-nav a[aria-current="page"]::after {
    transform: scaleX(1);
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    padding: 11px 9px;
    color: var(--paper-bright);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: currentColor;
    transition: transform 180ms ease, opacity 180ms ease;
}

.nav-open .nav-toggle > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle > span:nth-child(2) {
    opacity: 0;
}

.nav-open .nav-toggle > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.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;
}

.header-listen {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    justify-self: end;
    color: var(--acid);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

.live-pulse {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--coral);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 132, 0, 0.65);
    animation: pulse 1.7s infinite;
}

.demo-ribbon {
    padding: 9px 20px;
    color: var(--ink);
    background: var(--acid);
    border-bottom: 1px solid var(--ink);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-align: center;
    text-transform: uppercase;
}

.hero {
    position: relative;
    min-height: min(810px, calc(100vh - 90px));
    overflow: hidden;
    color: var(--paper-bright);
    background:
        radial-gradient(circle at 70% 46%, rgba(255, 132, 0, 0.12), transparent 24%),
        radial-gradient(circle at 16% 8%, rgba(255, 176, 0, 0.1), transparent 34%),
        var(--ink);
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(to right, #000, transparent 72%);
    animation: grid-drift 22s linear infinite;
}

.hero::before {
    position: absolute;
    width: 630px;
    height: 630px;
    right: -240px;
    bottom: -310px;
    background: radial-gradient(circle at 35% 30%, #ffe2a6 0 2%, #ca6500 3% 12%, #673100 30%, #170a00 68%);
    border: 1px solid rgba(255, 176, 0, 0.22);
    border-radius: 50%;
    box-shadow: 0 0 0 36px rgba(255, 132, 0, 0.025), 0 0 0 92px rgba(255, 176, 0, 0.02);
    filter: blur(1px);
    content: "";
}

.hero::after {
    position: absolute;
    top: 75px;
    right: 29%;
    width: 150px;
    height: 22px;
    background: var(--acid);
    box-shadow: 0 0 24px rgba(255, 176, 0, 0.5);
    content: "";
    transform: rotate(-6deg);
}

.hero-copy {
    position: relative;
    z-index: 2;
    width: 57%;
    padding: clamp(70px, 10vw, 145px) 5vw 96px clamp(24px, 7vw, 120px);
}

.eyebrow {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.eyebrow.dark {
    color: var(--muted);
}

.hero h1 {
    max-width: 900px;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(64px, 8.4vw, 145px);
    font-weight: 950;
    line-height: 0.8;
    letter-spacing: -0.085em;
    text-transform: uppercase;
}

.hero h1 em {
    color: var(--acid);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.075em;
    text-transform: none;
}

.hero-intro {
    max-width: 570px;
    margin: 38px 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.55;
}

.hero-actions {
    display: flex;
    gap: 30px;
    align-items: center;
}

.hero-signal {
    display: flex;
    gap: 11px;
    align-items: center;
    width: fit-content;
    margin-top: 40px;
    padding: 11px 14px;
    color: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-family: monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-signal strong {
    color: var(--acid);
    font-family: var(--body);
    font-weight: 900;
}

.hero-live-meta {
    display: flex;
    gap: 12px;
    align-items: center;
    width: fit-content;
    margin-top: 17px;
    color: rgba(255, 255, 255, 0.5);
    font-family: monospace;
    font-size: 9px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-live-meta > span + span::before,
.hero-live-meta > strong::before {
    margin-right: 12px;
    color: rgba(255, 255, 255, 0.28);
    content: "•";
}

.hero-live-meta strong {
    color: var(--paper-bright);
    font-weight: 700;
}

.hero-live-label {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: var(--acid);
}

.hero-live-label .live-pulse {
    width: 6px;
    height: 6px;
}

.primary-play {
    position: relative;
    display: inline-flex;
    gap: 18px;
    align-items: center;
    min-width: 205px;
    padding: 17px 22px;
    color: var(--ink);
    background: var(--acid);
    border: 1px solid var(--acid);
    border-radius: 0;
    overflow: hidden;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease, transform 150ms ease;
}

.primary-play::before {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.58) 49%, transparent 72%);
    content: "";
    opacity: 0;
    transform: translateX(-125%);
    transition: transform 420ms ease, opacity 200ms ease;
}

.primary-play > span {
    position: relative;
    z-index: 1;
}

.primary-play:hover {
    color: var(--acid);
    background: transparent;
    transform: translate(-3px, -3px);
}

.primary-play:hover::before {
    opacity: 0.9;
    transform: translateX(125%);
}

.primary-play [data-play-icon] {
    font-size: 16px;
}

.text-link {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-decoration: none;
    text-transform: uppercase;
}

.text-link span {
    display: inline-block;
    margin-left: 8px;
    color: var(--acid);
    font-size: 18px;
    transition: transform 150ms ease;
}

.text-link:hover span {
    transform: translate(4px, 4px);
}

.now-visual {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: clamp(25px, 5vw, 80px);
    width: min(43vw, 610px);
    transform: translateY(-50%);
}

.signal-label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 12px;
    color: rgba(255, 255, 255, 0.55);
    font-family: monospace;
    font-size: 10px;
    letter-spacing: 0.16em;
}

.signal-label span:first-child {
    color: var(--coral);
}

.now-deck {
    position: relative;
    display: grid;
    grid-template-columns: minmax(180px, 0.8fr) minmax(0, 1.2fr);
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
    color: var(--ink);
    background: var(--paper-bright);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-top: 7px solid var(--acid);
    box-shadow: 0 30px 75px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 176, 0, 0.08);
    isolation: isolate;
    transition: transform 300ms cubic-bezier(0.2, 0.85, 0.25, 1), box-shadow 300ms ease;
}

.now-deck::after {
    position: absolute;
    z-index: 0;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 23%, transparent 72%, rgba(255, 176, 0, 0.14));
    content: "";
    pointer-events: none;
}

.now-deck > * {
    position: relative;
    z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
    .now-deck:hover {
        box-shadow: 0 38px 96px rgba(0, 0, 0, 0.56), 0 0 0 1px rgba(255, 176, 0, 0.32);
        transform: translateY(-8px) rotateX(1.2deg) rotateY(-1.2deg);
    }
}

.now-deck-header {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    grid-column: 1 / -1;
    padding: 18px 22px 15px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.deck-listener-status {
    display: inline-flex;
    gap: 9px;
    align-items: center;
}

.live-visualizer {
    display: inline-flex;
    gap: 2px;
    align-items: center;
    width: 22px;
    height: 14px;
}

.live-visualizer i {
    width: 2px;
    height: 38%;
    background: currentColor;
    transform-origin: center;
    animation: live-meter 1.35s ease-in-out infinite alternate;
}

.live-visualizer i:nth-child(2) { height: 71%; animation-delay: -0.38s; }
.live-visualizer i:nth-child(3) { height: 47%; animation-delay: -0.74s; }
.live-visualizer i:nth-child(4) { height: 86%; animation-delay: -0.16s; }
.live-visualizer i:nth-child(5) { height: 52%; animation-delay: -0.57s; }
.live-visualizer i:nth-child(6) { height: 76%; animation-delay: -0.22s; }
.live-visualizer i:nth-child(7) { height: 33%; animation-delay: -0.91s; }

.deck-listener-status .live-visualizer {
    color: var(--coral);
}

.is-playing .live-visualizer i {
    animation-duration: 420ms;
}

.on-air-chip {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--coral);
}

.on-air-chip .live-pulse {
    width: 6px;
    height: 6px;
}

.now-artwork {
    position: relative;
    display: grid;
    min-width: 0;
    align-self: stretch;
    place-items: center;
    margin: 0 0 22px 22px;
    overflow: hidden;
    color: var(--paper-bright);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.25), transparent),
        var(--blue);
    font-family: var(--display);
    font-size: clamp(34px, 5vw, 64px);
    letter-spacing: -0.1em;
}

.now-artwork-image {
    position: absolute;
    inset: 0;
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 500ms ease;
}

.now-artwork.has-art span,
.now-artwork.has-art .now-artwork-brand {
    display: none;
}

.now-artwork.has-art .now-artwork-image,
.now-artwork-image {
    display: block;
}

.is-playing .now-artwork.has-art .now-artwork-image {
    filter: saturate(1.12) contrast(1.04);
    transform: scale(1.055);
}

.now-artwork:not(.has-art) .now-artwork-image,
.now-artwork-initials {
    display: none;
}

.now-artwork-brand {
    width: 64%;
    height: 64%;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.38));
}

.now-details {
    min-width: 0;
    padding: 4px 26px 22px;
}

.now-kicker {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.now-artist {
    margin: 0 0 4px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.now-details h2 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(30px, 3.4vw, 50px);
    line-height: 0.93;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.now-song-info {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.now-song-info span {
    color: var(--muted);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.now-song-info strong {
    overflow: hidden;
    font-size: 11px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.now-deck-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 58px;
    gap: 18px;
    align-items: center;
    grid-column: 1 / -1;
    padding: 0 22px 20px;
}

.track-progress {
    height: 4px;
    margin: 0;
    overflow: hidden;
    background: #d8d6ce;
}

.track-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, var(--blue), var(--acid), #fff0b8);
    transition: width 1s linear;
}

.is-playing .track-progress span {
    background-size: 160% 100%;
    animation: signal-flow 2.4s linear infinite;
}

.now-timing {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    color: var(--muted);
    font-family: monospace;
    font-size: 10px;
}

.now-deck-play {
    display: grid;
    width: 58px;
    aspect-ratio: 1;
    place-items: center;
    color: var(--ink);
    background: var(--acid);
    border: 0;
    border-radius: 50%;
    font-size: 17px;
    cursor: pointer;
    transition: transform 150ms ease, background 150ms ease;
}

.now-deck-play:hover {
    background: var(--coral);
    transform: scale(1.06);
}

.frequency-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: var(--ink);
    background: var(--acid);
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.frequency-strip > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    min-height: 98px;
    padding: 18px clamp(20px, 4vw, 66px);
    border-right: 1px solid var(--ink);
}

.frequency-strip > div:last-child {
    border-right: 0;
}

.strip-value {
    overflow: hidden;
    font-family: var(--display);
    font-size: clamp(19px, 2vw, 30px);
    line-height: 1;
    letter-spacing: -0.04em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.strip-label {
    margin-top: 8px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.section-pad {
    padding: clamp(75px, 10vw, 150px) clamp(24px, 7vw, 120px);
}

.recent-section {
    background: var(--paper);
}

.section-heading {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    align-items: end;
    margin-bottom: 60px;
}

.section-heading h2,
.schedule-heading h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(58px, 7vw, 112px);
    line-height: 0.86;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}

.section-heading h2 span {
    color: var(--coral);
}

.section-heading > p {
    max-width: 350px;
    margin: 0 0 4px auto;
    color: var(--muted);
    font-size: 16px;
}

.recent-layout {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(260px, 0.9fr);
    gap: clamp(30px, 6vw, 90px);
}

.track-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid var(--ink);
}

.track-row {
    display: grid;
    grid-template-columns: 42px 54px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    min-height: 92px;
    border-bottom: 1px solid var(--line);
    transition: padding 170ms ease, background 170ms ease;
}

.track-row:hover {
    padding-right: 16px;
    padding-left: 16px;
    background: var(--paper-bright);
}

.track-index {
    color: var(--muted);
    font-family: monospace;
    font-size: 11px;
}

.track-thumb,
.player-thumb {
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--paper-bright);
    font-family: var(--display);
    font-size: 13px;
}

.track-thumb {
    position: relative;
    width: 48px;
    height: 48px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.3), transparent),
        var(--blue);
}

.track-thumb.has-art {
    background: var(--blue);
}

.track-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.track-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.track-copy strong {
    overflow: hidden;
    font-size: 17px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.track-copy span,
.track-row time {
    margin-top: 3px;
    color: var(--muted);
    font-size: 12px;
}

.track-row time {
    font-family: monospace;
}

.empty-row {
    padding: 35px 0;
    color: var(--muted);
    border-bottom: 1px solid var(--line);
}

.up-next {
    position: relative;
    align-self: start;
    min-height: 330px;
    padding: 32px;
    overflow: hidden;
    color: var(--paper-bright);
    background:
        radial-gradient(circle at 95% 100%, rgba(255, 176, 0, 0.22), transparent 34%),
        linear-gradient(145deg, #743a00, #1c0e00 68%);
}

.up-next::after {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    background: var(--acid);
    border-radius: 50%;
    content: "";
}

.up-next .eyebrow {
    color: rgba(255, 255, 255, 0.7);
}

.queue-song {
    display: grid;
    grid-template-columns: 25px 1fr;
    gap: 10px;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.queue-song > span {
    color: var(--acid);
}

.queue-song strong {
    font-size: 16px;
}

.queue-song p,
.queue-empty {
    margin: 3px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.queue-signal {
    position: absolute;
    right: 24px;
    bottom: 25px;
    left: 32px;
    display: flex;
    gap: 4px;
    align-items: end;
    height: 42px;
}

.queue-signal i {
    width: 5px;
    height: 25%;
    background: rgba(255, 255, 255, 0.55);
    animation: equalize 1.1s infinite ease-in-out alternate;
}

.queue-signal i:nth-child(2n) {
    height: 80%;
    animation-delay: -0.5s;
}

.queue-signal i:nth-child(3n) {
    height: 45%;
    animation-delay: -0.25s;
}

.listen-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.52fr);
    gap: clamp(45px, 8vw, 130px);
    align-items: end;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 55%),
        var(--paper-bright);
}

.listen-intro h2,
.updates-heading h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(58px, 6.8vw, 108px);
    line-height: 0.84;
    letter-spacing: -0.08em;
    text-transform: uppercase;
}

.listen-intro h2 span,
.updates-heading h2 span {
    color: var(--coral);
}

.listen-intro > p:last-child {
    max-width: 375px;
    margin: 28px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6;
}

.listen-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--ink);
}

.listen-card {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: 28px;
    background: rgba(255, 255, 255, 0.3);
    border-right: 1px solid var(--ink);
}

.listen-card:last-child {
    border-right: 0;
}

.listen-card-featured {
    color: var(--paper-bright);
    background:
        radial-gradient(circle at 85% 85%, rgba(255, 176, 0, 0.35), transparent 37%),
        linear-gradient(145deg, #552b00, #120900 74%);
}

.listen-number {
    color: var(--muted);
    font-family: monospace;
    font-size: 11px;
}

.listen-card-featured .listen-number {
    color: var(--acid);
}

.listen-card-kicker {
    margin: 45px 0 11px;
    color: var(--blue);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.listen-card-featured .listen-card-kicker {
    color: var(--acid);
}

.listen-card h3 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(25px, 2.4vw, 34px);
    line-height: 0.95;
    letter-spacing: -0.055em;
    text-transform: uppercase;
}

.listen-card > p:not(.listen-card-kicker) {
    margin: 16px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.listen-card-featured > p:not(.listen-card-kicker) {
    color: rgba(255, 255, 255, 0.66);
}

.listen-card-button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    width: fit-content;
    margin-top: auto;
    padding: 12px 14px;
    color: var(--ink);
    background: var(--acid);
    border: 0;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
}

.listen-card-detail {
    display: block;
    margin-top: auto;
    padding-top: 20px;
    color: var(--blue);
    border-top: 1px solid var(--line);
    font-family: monospace;
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.music-tools {
    max-width: 350px;
    margin: 0 0 4px auto;
}

.music-tools > p {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.music-search {
    display: block;
    margin-top: 22px;
}

.music-search > span {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.music-search input {
    width: 100%;
    padding: 12px 0;
    color: var(--ink);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--ink);
    border-radius: 0;
    font-weight: 700;
    outline: 0;
}

.music-search input::placeholder {
    color: var(--muted);
}

.music-search input:focus {
    border-color: var(--coral);
}

.track-row.is-filtered {
    display: none;
}

.search-empty {
    font-style: italic;
}

.updates-section {
    display: grid;
    grid-template-columns: minmax(270px, 0.8fr) minmax(0, 1.6fr);
    gap: clamp(45px, 8vw, 125px);
    align-items: start;
    background:
        radial-gradient(circle at 10% 100%, rgba(255, 176, 0, 0.33), transparent 28%),
        var(--paper);
}

.updates-heading .eyebrow {
    color: var(--muted);
}

.updates-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 2px solid var(--ink);
}

.pulse-card {
    display: flex;
    min-height: 315px;
    flex-direction: column;
    padding: 25px 22px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.pulse-card:last-child {
    border-right: 0;
}

.pulse-card-live {
    color: var(--paper-bright);
    background: var(--ink);
}

.pulse-card-label {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--muted);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.pulse-card-live .pulse-card-label {
    color: var(--acid);
}

.pulse-card-label .live-pulse {
    width: 6px;
    height: 6px;
}

.pulse-card > strong {
    display: -webkit-box;
    margin-top: 38px;
    overflow: hidden;
    font-family: var(--display);
    font-size: clamp(25px, 2.5vw, 38px);
    line-height: 0.94;
    letter-spacing: -0.055em;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.pulse-card > p {
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.pulse-card-live > p {
    color: rgba(255, 255, 255, 0.62);
}

.pulse-card a,
.pulse-listen {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    width: fit-content;
    margin-top: auto;
    padding-top: 20px;
    color: var(--blue);
    background: transparent;
    border: 0;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.pulse-card-live .pulse-listen {
    color: var(--acid);
}

.studio-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    color: var(--paper-bright);
    background: #0b0a09;
}

.studio-copy {
    padding: clamp(74px, 10vw, 150px) clamp(24px, 7vw, 120px);
    background:
        radial-gradient(circle at 12% 88%, rgba(255, 176, 0, 0.32), transparent 25%),
        linear-gradient(150deg, #2f1800, #0b0907 68%);
}

.studio-copy h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(55px, 7vw, 110px);
    line-height: 0.82;
    letter-spacing: -0.08em;
    text-transform: uppercase;
}

.studio-copy h2 em {
    color: var(--acid);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.08em;
    text-transform: none;
}

.studio-copy > p:last-child {
    max-width: 450px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 1.6;
}

.studio-board {
    align-self: center;
    padding: clamp(55px, 8vw, 115px) clamp(24px, 7vw, 100px);
}

.studio-board article {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    column-gap: 22px;
    padding: 27px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.studio-board article:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.studio-board article > span {
    grid-row: span 2;
    color: var(--acid);
    font-family: monospace;
    font-size: 11px;
}

.studio-board h3 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(24px, 2.4vw, 36px);
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.studio-board p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
}

.station-section {
    position: relative;
    display: grid;
    grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
    min-height: 650px;
    overflow: hidden;
    color: var(--paper-bright);
    background:
        radial-gradient(circle at 24% 76%, rgba(255, 176, 0, 0.2), transparent 23%),
        radial-gradient(circle at 94% 6%, rgba(130, 66, 0, 0.44), transparent 25%),
        #0c0b09;
}

.station-section::before {
    position: absolute;
    inset: 0;
    opacity: 0.32;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 54px 54px;
    content: "";
    mask-image: linear-gradient(90deg, #000 0%, transparent 72%);
}

.station-visual,
.station-copy {
    position: relative;
    z-index: 1;
}

.station-visual {
    display: grid;
    min-height: 650px;
    place-items: center;
    padding: 70px clamp(30px, 6vw, 105px);
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.station-mark {
    position: relative;
    display: grid;
    width: min(31vw, 430px);
    aspect-ratio: 1;
    place-items: center;
    background:
        repeating-radial-gradient(circle at center, #292929 0 2px, #0e0e0e 3px 9px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 0 38px 80px rgba(0, 0, 0, 0.55);
    transform: rotate(-7deg);
}

.station-mark::before,
.station-mark::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.station-mark::before {
    inset: 8%;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.station-mark::after {
    inset: 20%;
    border: 1px solid rgba(255, 176, 0, 0.75);
}

.station-mark-ring {
    position: absolute;
    border-radius: 50%;
}

.ring-a {
    inset: 13%;
    border: 1px solid rgba(98, 232, 243, 0.56);
}

.ring-b {
    inset: 29%;
    border: 1px solid rgba(255, 132, 0, 0.62);
}

.station-mark-core {
    position: relative;
    z-index: 1;
    display: grid;
    width: 42%;
    aspect-ratio: 1;
    place-items: center;
    overflow: hidden;
    background: radial-gradient(circle at 34% 24%, #f4f4f4, #d98f00 49%, #482300 78%);
    border: 4px solid var(--paper-bright);
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(0, 0, 0, 0.46);
}

.station-mark-core img {
    width: 84%;
    height: 84%;
    object-fit: contain;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.38));
}

.station-mark-tag {
    position: absolute;
    z-index: 3;
    top: 5%;
    right: -9%;
    padding: 10px 15px;
    color: var(--ink);
    background: var(--acid);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.13em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(11deg);
}

.station-copy {
    align-self: center;
    max-width: 720px;
    padding: clamp(70px, 10vw, 150px) clamp(26px, 8vw, 130px);
}

.station-copy .eyebrow {
    color: rgba(255, 255, 255, 0.66);
}

.station-copy h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(58px, 7.5vw, 118px);
    line-height: 0.82;
    letter-spacing: -0.085em;
    text-transform: uppercase;
}

.station-copy h2 em {
    color: var(--acid);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.075em;
    text-transform: none;
}

.station-intro {
    max-width: 500px;
    margin: 34px 0 42px;
    color: rgba(255, 255, 255, 0.64);
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.58;
}

.station-specs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 0 42px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.station-specs > div {
    min-width: 0;
    padding: 18px 16px 19px 0;
}

.station-specs > div + div {
    padding-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.station-specs dt {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.station-specs dd {
    margin: 0;
    color: var(--paper-bright);
    font-family: var(--display);
    font-size: clamp(13px, 1.5vw, 19px);
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.spec-live-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 7px 1px 0;
    background: var(--coral);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 132, 0, 0.65);
    animation: pulse 1.7s infinite;
}

.station-play {
    display: inline-flex;
    gap: 14px;
    align-items: center;
    padding: 15px 19px;
    color: var(--paper-bright);
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 150ms ease, background 150ms ease, border-color 150ms ease;
}

.station-play:hover {
    color: var(--ink);
    background: var(--acid);
    border-color: var(--acid);
}

.schedule-section {
    display: grid;
    grid-template-columns: 0.8fr 1.6fr;
    gap: clamp(45px, 9vw, 150px);
    color: var(--paper-bright);
    background: var(--ink);
}

.schedule-heading {
    align-self: start;
    min-width: 0;
}

.schedule-heading .eyebrow {
    color: var(--acid);
}

.schedule-heading h2 {
    font-size: clamp(52px, 6vw, 98px);
}

.schedule-heading > p:last-child {
    max-width: 380px;
    margin-top: 35px;
    color: rgba(255, 255, 255, 0.55);
}

.schedule-list {
    min-width: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.schedule-row {
    display: grid;
    grid-template-columns: 100px 120px minmax(0, 1fr) 35px;
    gap: 20px;
    align-items: center;
    min-height: 128px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.schedule-day,
.schedule-time {
    color: var(--acid);
    font-family: monospace;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.schedule-time {
    color: rgba(255, 255, 255, 0.65);
}

.schedule-row h3 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(20px, 2.2vw, 31px);
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.schedule-row p {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
}

.schedule-arrow {
    color: var(--coral);
    font-size: 22px;
}

.schedule-empty {
    padding: 40px 0;
    color: rgba(255, 255, 255, 0.55);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.statement {
    overflow: hidden;
    background:
        radial-gradient(circle at 70% 15%, rgba(255, 255, 255, 0.92), transparent 28%),
        linear-gradient(135deg, #f3f4f5, #a9adb0 55%, #777a7d);
    border-top: 1px solid var(--ink);
    border-bottom: 1px solid var(--ink);
}

.statement-ticker {
    display: flex;
    width: max-content;
    padding: 13px 0;
    color: var(--acid);
    background: var(--ink);
    border-bottom: 1px solid var(--ink);
    font-family: var(--display);
    font-size: 13px;
    letter-spacing: 0.1em;
    animation: marquee 22s linear infinite;
}

.statement-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 390px;
    padding: 60px clamp(24px, 7vw, 120px);
}

.statement-inner p {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(54px, 8vw, 135px);
    line-height: 0.82;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}

.statement-inner em {
    color: var(--blue);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    text-transform: none;
}

.statement-play {
    display: grid;
    width: clamp(100px, 12vw, 170px);
    aspect-ratio: 1;
    place-items: center;
    flex: 0 0 auto;
    margin-left: 40px;
    color: var(--acid);
    background: var(--ink);
    border: 0;
    border-radius: 50%;
    font-size: clamp(26px, 4vw, 50px);
    cursor: pointer;
    transition: transform 180ms ease;
}

.statement-play:hover {
    transform: rotate(-8deg) scale(1.04);
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr auto auto;
    gap: 28px;
    align-items: center;
    min-height: 170px;
    padding: 40px clamp(24px, 7vw, 120px);
    color: rgba(255, 255, 255, 0.55);
    background: var(--ink);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-brand {
    color: var(--paper-bright);
}

.footer-tech {
    color: var(--acid);
}

.site-footer a {
    text-decoration: none;
}

.site-footer p a:hover {
    color: var(--acid);
}

.player {
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 72px 58px minmax(210px, 1fr) auto minmax(150px, 0.5fr);
    gap: 18px;
    align-items: center;
    min-height: 86px;
    padding: 10px clamp(16px, 3vw, 48px) 10px 0;
    color: var(--paper-bright);
    background: rgba(17, 17, 17, 0.97);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 -15px 40px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(18px);
}

.player-toggle {
    display: grid;
    align-self: stretch;
    place-items: center;
    color: var(--ink);
    background: var(--acid);
    border: 0;
    font-size: 20px;
    cursor: pointer;
}

.player-thumb {
    width: 54px;
    height: 54px;
    background:
        url("platinum-p-icon.png") center / 72% no-repeat,
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent),
        var(--blue);
}

.player-thumb.has-art {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.player-thumb.has-art span {
    display: none;
}

.player-track {
    display: grid;
    min-width: 0;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
}

.player-status {
    grid-row: span 2;
    align-self: center;
    color: var(--coral);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.player-status i {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 4px;
    background: var(--coral);
    border-radius: 50%;
}

.player-track strong,
.player-track > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player-track strong {
    font-size: 14px;
}

.player-track > span:last-child {
    color: rgba(255, 255, 255, 0.55);
    font-size: 11px;
}

.player-station {
    display: flex;
    min-width: 145px;
    flex-direction: column;
    padding-right: 30px;
    text-align: right;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.player-station span {
    color: rgba(255, 255, 255, 0.45);
    font-family: monospace;
    font-size: 9px;
    text-transform: uppercase;
}

.player-station strong {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.volume-control {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: center;
}

.volume-control span {
    color: rgba(255, 255, 255, 0.45);
    font-family: monospace;
    font-size: 9px;
}

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

.player-message {
    position: absolute;
    right: 20px;
    bottom: calc(100% + 10px);
    max-width: 320px;
    padding: 8px 12px;
    color: var(--paper-bright);
    background: var(--coral);
    font-size: 11px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 150ms ease, transform 150ms ease;
}

.player-message.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.setup-screen {
    position: relative;
    min-height: calc(100vh - 90px);
    padding: clamp(70px, 10vw, 140px) clamp(24px, 7vw, 120px);
    overflow: hidden;
    background: var(--acid);
}

.setup-screen::after {
    position: absolute;
    z-index: 0;
    right: -170px;
    bottom: -170px;
    width: 510px;
    height: 510px;
    background: var(--blue);
    border-radius: 50%;
    content: "";
}

.setup-screen > * {
    position: relative;
    z-index: 1;
}

.setup-kicker {
    margin-bottom: 25px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.setup-screen h1 {
    max-width: 1000px;
    margin: 0;
    font-family: var(--display);
    font-size: clamp(58px, 8vw, 128px);
    line-height: 0.83;
    letter-spacing: -0.08em;
    text-transform: uppercase;
}

.setup-screen h1 em {
    color: var(--blue);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    text-transform: none;
}

.setup-intro {
    max-width: 700px;
    margin: 48px 0 65px;
    font-size: 19px;
}

code {
    padding: 2px 6px;
    color: var(--paper-bright);
    background: var(--ink);
    font-family: monospace;
    font-size: 0.88em;
}

.setup-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 1100px;
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
}

.setup-grid > div {
    padding: 28px 32px 35px 0;
    border-right: 1px solid rgba(17, 17, 17, 0.35);
}

.setup-grid > div + div {
    padding-left: 32px;
}

.setup-grid > div:last-child {
    border-right: 0;
}

.setup-number {
    font-family: monospace;
    font-size: 11px;
}

.setup-grid h2 {
    margin: 20px 0 8px;
    font-family: var(--display);
    font-size: 18px;
    text-transform: uppercase;
}

.setup-grid p {
    margin: 0;
    font-size: 13px;
}

.setup-error {
    display: inline-block;
    margin: 32px 0 0;
    padding: 12px 16px;
    color: var(--paper-bright);
    background: var(--coral);
    font-size: 12px;
    font-weight: 700;
}

/* Dedicated station pages */
.station-page .site-header {
    position: sticky;
    top: 0;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
}

.station-page main {
    overflow: hidden;
}

.page-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.72fr);
    gap: clamp(42px, 7vw, 120px);
    align-items: center;
    min-height: 545px;
    padding: clamp(64px, 8vw, 126px) clamp(24px, 8vw, 148px);
    overflow: hidden;
    color: var(--paper-bright);
    background: var(--ink);
    isolation: isolate;
}

.page-hero-grid {
    position: absolute;
    z-index: -1;
    top: -26%;
    right: -12%;
    width: min(68vw, 900px);
    aspect-ratio: 1;
    border: 1px solid rgba(255, 176, 0, 0.32);
    border-radius: 50%;
    box-shadow: 0 0 0 46px rgba(255, 176, 0, 0.045), 0 0 0 148px rgba(255, 176, 0, 0.035), 0 0 0 300px rgba(255, 176, 0, 0.02);
}

.page-hero-grid::before,
.page-hero-grid::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: inherit;
    content: "";
}

.page-hero-grid::before {
    inset: 13%;
}

.page-hero-grid::after {
    inset: 30%;
}

.page-hero-copy {
    max-width: 630px;
}

.page-hero-copy h1,
.page-section h2 {
    margin: 15px 0 22px;
    font-family: var(--display);
    font-size: clamp(54px, 7vw, 106px);
    line-height: 0.84;
    letter-spacing: -0.075em;
    text-transform: uppercase;
}

.page-hero-copy h1 em,
.page-section h2 em {
    color: var(--acid);
    font-style: normal;
}

.page-hero-copy h1 span,
.page-section h2 span {
    color: var(--coral);
}

.page-hero-copy > p:last-child {
    max-width: 460px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
}

.page-now-card {
    position: relative;
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr) 54px;
    gap: 18px;
    align-items: center;
    width: min(100%, 490px);
    justify-self: end;
    padding: 20px;
    color: var(--ink);
    background: var(--paper-bright);
    border: 1px solid rgba(255, 255, 255, 0.68);
    box-shadow: 18px 18px 0 rgba(255, 176, 0, 0.94);
}

.page-now-top {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.page-now-top span:last-child {
    color: var(--muted);
    text-align: right;
}

.page-artwork {
    position: relative;
    display: grid;
    width: 132px;
    aspect-ratio: 1;
    overflow: hidden;
    color: var(--paper-bright);
    background: linear-gradient(135deg, var(--blue), var(--ink));
    place-items: center;
}

.page-artwork > img:first-child {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.page-artwork.has-art > img:first-child {
    opacity: 1;
}

.page-artwork.has-art [data-artwork-initials] {
    opacity: 0;
}

.page-artwork [data-artwork-initials] {
    font-family: var(--display);
    font-size: 31px;
    letter-spacing: -0.08em;
}

.page-artwork-brand {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 25px;
    height: 25px;
    padding: 4px;
    object-fit: contain;
    background: var(--paper-bright);
}

.page-now-copy {
    min-width: 0;
}

.page-now-copy p,
.page-now-copy strong,
.page-now-copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-now-copy p {
    margin: 0 0 4px;
    color: var(--coral);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.page-now-copy strong {
    font-size: clamp(19px, 2vw, 28px);
    line-height: 1;
    letter-spacing: -0.055em;
}

.page-now-copy span {
    margin-top: 8px;
    color: var(--muted);
    font-size: 12px;
}

.page-now-play {
    display: grid;
    width: 54px;
    height: 54px;
    padding: 0;
    color: var(--ink);
    background: var(--acid);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    place-items: center;
}

.page-now-play:hover,
.page-info-card button:hover {
    background: var(--coral);
}

.page-section {
    padding: clamp(68px, 9vw, 145px) clamp(24px, 8vw, 148px);
}

.page-section-intro {
    max-width: 520px;
}

.page-section-intro h2 {
    margin-bottom: 28px;
}

.page-section-intro > p:last-child,
.page-lead {
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.page-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 54px;
    border-top: 2px solid var(--ink);
    border-bottom: 1px solid var(--line);
}

.page-info-card {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    padding: 28px clamp(20px, 3vw, 42px) 34px 0;
    border-right: 1px solid var(--line);
}

.page-info-card + .page-info-card {
    padding-left: clamp(20px, 3vw, 42px);
}

.page-info-card:last-child {
    border-right: 0;
}

.page-info-card > span:first-child {
    color: var(--muted);
    font-family: monospace;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.page-info-card h3 {
    margin: auto 0 12px;
    font-family: var(--display);
    font-size: clamp(25px, 2.3vw, 38px);
    line-height: 0.94;
    letter-spacing: -0.065em;
    text-transform: uppercase;
}

.page-info-card p {
    max-width: 280px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.page-info-card strong,
.page-info-card a,
.page-info-card button {
    width: fit-content;
    margin-top: 26px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.page-info-card a span {
    color: var(--coral);
}

.page-info-card button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    padding: 12px 16px;
    color: var(--ink);
    background: var(--acid);
    border: 0;
    cursor: pointer;
}

.page-info-card-accent {
    color: var(--ink);
    background: var(--acid);
}

.page-info-card-accent > span:first-child,
.page-info-card-accent p {
    color: rgba(8, 7, 6, 0.68);
}

.page-info-card-accent button {
    color: var(--paper-bright);
    background: var(--ink);
}

.page-info-card-dark {
    color: var(--paper-bright);
    background: var(--ink);
}

.page-info-card-dark > span:first-child,
.page-info-card-dark p {
    color: rgba(255, 255, 255, 0.65);
}

.page-info-card-dark button {
    background: var(--acid);
}

.page-section-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    align-items: end;
}

.page-section-toolbar h2 {
    margin-bottom: 0;
}

.page-music-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
    gap: clamp(28px, 5vw, 88px);
    margin-top: 50px;
}

.page-music-grid .track-list {
    margin: 0;
    border-top: 2px solid var(--ink);
}

.page-music-grid .up-next {
    min-height: 0;
    padding: 29px;
}

.page-programme {
    display: grid;
    grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(42px, 8vw, 140px);
    align-items: start;
    color: var(--paper-bright);
    background: var(--ink);
}

.page-programme .eyebrow,
.page-programme .page-section-intro > p:last-child {
    color: rgba(255, 255, 255, 0.62);
}

.page-programme .page-section-intro h2 {
    color: var(--paper-bright);
}

.programme-list {
    border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.programme-row {
    display: grid;
    grid-template-columns: 76px 110px minmax(0, 1fr);
    gap: 22px;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.programme-row > span {
    color: rgba(255, 255, 255, 0.58);
    font-family: monospace;
    font-size: 11px;
    text-transform: uppercase;
}

.programme-row h3 {
    margin: 0 0 7px;
    font-size: 17px;
    letter-spacing: -0.03em;
}

.programme-row p {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.page-updates {
    background: var(--paper-bright);
}

.page-station {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    gap: clamp(42px, 8vw, 150px);
    align-items: end;
}

.page-station .page-section-intro {
    max-width: 650px;
}

.page-station .page-lead {
    max-width: 455px;
}

.station-facts {
    border-top: 2px solid var(--ink);
}

.station-facts article,
.page-outline-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 74px;
    border-bottom: 1px solid var(--line);
}

.station-facts article span,
.page-outline-link {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.station-facts article strong {
    font-size: 13px;
    letter-spacing: -0.02em;
}

.page-outline-link {
    color: var(--ink);
}

.page-outline-link span {
    color: var(--coral);
    font-size: 18px;
}

/* Platinum editorial art direction */
.site-header {
    background: rgba(8, 7, 6, 0.94);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(18px) saturate(1.05);
}

.main-nav a {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    letter-spacing: 0.16em;
}

.main-nav a::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--acid), transparent);
}

.header-listen {
    padding: 9px 12px;
    color: #f0bd70;
    border: 1px solid rgba(231, 162, 62, 0.24);
    border-radius: 999px;
    font-size: 10px;
}

.hero {
    background:
        radial-gradient(circle at 76% 48%, rgba(231, 162, 62, 0.12), transparent 25%),
        radial-gradient(circle at 10% 16%, rgba(113, 58, 32, 0.17), transparent 38%),
        linear-gradient(120deg, #0a0907, #080706 56%, #100b07);
}

.hero-grid {
    opacity: 0.15;
    background-size: 74px 74px;
    mask-image: linear-gradient(100deg, #000 0%, rgba(0, 0, 0, 0.72) 44%, transparent 82%);
}

.hero::before {
    right: -280px;
    bottom: -350px;
    opacity: 0.7;
}

/* Removed: the decorative yellow hero bar was distracting from the live card. */
.hero::after {
    display: none;
}

.hero h1 {
    max-width: 790px;
    font-size: clamp(62px, 7.75vw, 132px);
    letter-spacing: -0.078em;
}

.hero h1 em {
    color: #edb45a;
}

.hero-intro {
    max-width: 490px;
    color: rgba(255, 255, 255, 0.58);
    font-size: clamp(16px, 1.15vw, 19px);
}

.primary-play {
    min-width: 194px;
    padding: 16px 20px;
    background: #edb45a;
    border-color: #edb45a;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(231, 162, 62, 0.16);
}

.primary-play:hover {
    color: #fff9ef;
    background: rgba(231, 162, 62, 0.12);
    border-color: rgba(231, 162, 62, 0.64);
    box-shadow: none;
    transform: translateY(-3px);
}

.text-link {
    color: rgba(255, 255, 255, 0.74);
    font-size: 11px;
}

.hero-signal {
    margin-top: 34px;
    padding: 9px 12px;
    color: rgba(255, 255, 255, 0.52);
    border-color: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
}

.hero-live-meta {
    color: rgba(255, 255, 255, 0.42);
}

.now-visual {
    width: min(41vw, 580px);
}

.signal-label {
    padding: 0 4px;
    color: rgba(255, 255, 255, 0.42);
}

.now-deck {
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-top: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 18px;
    box-shadow: 0 32px 74px rgba(0, 0, 0, 0.46), 0 0 0 1px rgba(231, 162, 62, 0.12);
}

.now-deck::after {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.17), transparent 28%, transparent 80%, rgba(231, 162, 62, 0.1));
}

.now-deck-header {
    padding: 17px 22px 14px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.09);
}

.now-artwork {
    margin: 18px 0 20px 20px;
    border-radius: 10px;
}

.now-details {
    padding: 20px 24px 19px;
}

.now-deck-footer {
    padding: 0 20px 19px;
}

.now-deck-play {
    background: #edb45a;
    box-shadow: 0 8px 20px rgba(231, 162, 62, 0.3);
}

.frequency-strip {
    color: var(--paper-bright);
    background:
        linear-gradient(90deg, #0e0b08, #201309 52%, #0e0b08);
    border-color: rgba(231, 162, 62, 0.26);
}

.frequency-strip > div {
    min-height: 104px;
    border-right-color: rgba(255, 255, 255, 0.1);
}

.strip-value {
    color: #f5d29a;
    font-size: clamp(18px, 1.7vw, 27px);
}

.strip-label {
    color: rgba(255, 255, 255, 0.42);
}

.listen-section {
    background:
        radial-gradient(circle at 84% 25%, rgba(231, 162, 62, 0.12), transparent 28%),
        var(--paper-bright);
}

.listen-grid {
    overflow: hidden;
    border-color: rgba(26, 20, 16, 0.22);
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(28, 18, 10, 0.07);
}

.listen-card {
    background: rgba(255, 255, 255, 0.52);
    border-right-color: rgba(26, 20, 16, 0.13);
}

.listen-card-featured {
    background:
        radial-gradient(circle at 84% 90%, rgba(231, 162, 62, 0.22), transparent 38%),
        linear-gradient(145deg, #21130b, #0e0b08 74%);
}

.listen-card-button {
    background: #edb45a;
    border-radius: 8px;
}

.recent-section {
    background: #e8e3db;
}

.track-list {
    border-top-color: rgba(26, 20, 16, 0.55);
}

.track-row {
    min-height: 96px;
    border-bottom-color: rgba(26, 20, 16, 0.12);
    transition: transform 190ms ease, padding 190ms ease, background 190ms ease, box-shadow 190ms ease;
}

.track-row:hover {
    padding-right: 18px;
    padding-left: 18px;
    background: rgba(255, 253, 248, 0.82);
    box-shadow: 0 9px 22px rgba(45, 31, 18, 0.05);
    transform: translateX(4px);
}

.track-thumb {
    border-radius: 8px;
}

.up-next {
    min-height: 350px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 94% 100%, rgba(231, 162, 62, 0.23), transparent 34%),
        linear-gradient(145deg, #21130b, #0d0a08 68%);
    box-shadow: 0 20px 42px rgba(30, 18, 9, 0.16);
}

.up-next::after {
    right: -72px;
    bottom: -72px;
    width: 178px;
    height: 178px;
    opacity: 0.55;
}

.updates-section {
    background:
        radial-gradient(circle at 10% 100%, rgba(231, 162, 62, 0.16), transparent 26%),
        var(--paper);
}

.updates-grid {
    overflow: hidden;
    border: 1px solid rgba(26, 20, 16, 0.14);
    border-top: 2px solid rgba(26, 20, 16, 0.58);
    border-radius: 18px;
    box-shadow: 0 20px 46px rgba(28, 18, 10, 0.06);
}

.pulse-card {
    background: rgba(255, 253, 248, 0.38);
    border-right-color: rgba(26, 20, 16, 0.12);
    border-bottom: 0;
}

.pulse-card-live {
    background:
        radial-gradient(circle at 80% 90%, rgba(231, 162, 62, 0.18), transparent 36%),
        #0b0907;
}

.station-section {
    background:
        radial-gradient(circle at 24% 76%, rgba(231, 162, 62, 0.16), transparent 23%),
        radial-gradient(circle at 94% 6%, rgba(113, 58, 32, 0.3), transparent 27%),
        #0c0a08;
}

.station-mark {
    background: repeating-radial-gradient(circle at center, #24201c 0 2px, #0d0c0a 3px 9px);
    box-shadow: 0 38px 90px rgba(0, 0, 0, 0.62), 0 0 0 1px rgba(231, 162, 62, 0.12);
}

.station-mark-tag {
    top: 7%;
    right: -6%;
    padding: 9px 13px;
    background: #edb45a;
    border-radius: 7px;
    transform: none;
}

.schedule-section {
    background:
        radial-gradient(circle at 90% 16%, rgba(113, 58, 32, 0.22), transparent 25%),
        #0c0a08;
}

.schedule-row {
    border-bottom-color: rgba(255, 255, 255, 0.13);
    transition: background 180ms ease, padding 180ms ease;
}

.schedule-row:hover {
    padding-right: 18px;
    padding-left: 18px;
    background: rgba(255, 255, 255, 0.035);
}

.studio-section {
    background: #0c0a08;
}

.studio-copy {
    background:
        radial-gradient(circle at 12% 88%, rgba(231, 162, 62, 0.22), transparent 25%),
        linear-gradient(150deg, #1c110a, #0c0a08 68%);
}

.statement {
    background:
        radial-gradient(circle at 84% 50%, rgba(231, 162, 62, 0.12), transparent 26%),
        var(--paper-bright);
}

.statement-band {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    color: #f2c477;
    background: linear-gradient(90deg, #0b0907, #21150b 50%, #0b0907);
    border-top: 1px solid rgba(231, 162, 62, 0.32);
    border-bottom: 1px solid rgba(231, 162, 62, 0.32);
}

.statement-band span {
    display: grid;
    min-height: 86px;
    padding: 16px clamp(18px, 4vw, 70px);
    overflow: hidden;
    font-family: var(--display);
    font-size: clamp(15px, 1.6vw, 25px);
    letter-spacing: -0.045em;
    line-height: 0.95;
    text-align: center;
    text-transform: uppercase;
    place-items: center;
}

.statement-band span + span {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.statement-band span:nth-child(2) {
    color: var(--paper-bright);
}

.statement-band span:nth-child(3) {
    color: #e7a23e;
}

.site-footer {
    background: #0c0a08;
}

/* Live radio motion system */
.station-page .page-hero {
    background:
        radial-gradient(circle at 77% 28%, rgba(255, 176, 0, 0.13), transparent 26%),
        radial-gradient(circle at 18% 84%, rgba(130, 66, 0, 0.32), transparent 34%),
        var(--ink);
}

.station-page .page-hero-grid {
    animation: orbit-drift 26s ease-in-out infinite alternate;
}

.page-now-card {
    overflow: hidden;
    box-shadow: 18px 18px 0 rgba(255, 176, 0, 0.94), 0 26px 60px rgba(0, 0, 0, 0.22);
}

.page-now-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, rgba(255, 255, 255, 0.42), transparent 24%, transparent 72%, rgba(255, 176, 0, 0.16));
    content: "";
    pointer-events: none;
}

.page-now-card > * {
    position: relative;
    z-index: 1;
}

.page-now-top > span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
}

.page-now-top .live-visualizer {
    width: 17px;
    height: 11px;
    color: var(--coral);
}

.page-now-top .live-visualizer i {
    width: 1px;
}

.page-now-top strong {
    color: var(--ink);
}

.page-artwork::after {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, 0.24);
    content: "";
    pointer-events: none;
}

.page-artwork > img:first-child {
    transition: transform 900ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 500ms ease;
}

.is-playing .page-artwork.has-art > img:first-child {
    filter: saturate(1.12) contrast(1.04);
    transform: scale(1.055);
}

.player::before {
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--acid) 18%, rgba(255, 255, 255, 0.9) 50%, var(--coral) 82%, transparent);
    content: "";
    opacity: 0.78;
}

.player-toggle {
    position: relative;
    overflow: hidden;
    transition: background 180ms ease, color 180ms ease;
}

.player-toggle::after {
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(8, 7, 6, 0.14);
    border-radius: 50%;
    content: "";
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 180ms ease, transform 180ms ease;
}

.is-playing .player-toggle {
    background: var(--coral);
}

.is-playing .player-toggle::after {
    opacity: 1;
    transform: scale(1);
}

.player-thumb {
    transition: transform 240ms ease, box-shadow 240ms ease;
}

.is-playing .player-thumb {
    box-shadow: 0 0 0 2px var(--acid), 0 0 22px rgba(255, 176, 0, 0.32);
    transform: rotate(2deg) scale(1.04);
}

.volume-control input {
    background: linear-gradient(90deg, var(--acid) calc(var(--player-volume, 0.8) * 100%), rgba(255, 255, 255, 0.22) 0);
    border-radius: 100px;
}

@supports (content-visibility: auto) {
    .listen-section,
    .recent-section,
    .station-section,
    .schedule-section,
    .updates-section,
    .studio-section,
    .statement,
    .page-section {
        content-visibility: auto;
        contain-intrinsic-size: auto 760px;
    }
}

@supports (animation-timeline: view()) {
    .listen-section,
    .recent-section,
    .station-section,
    .schedule-section,
    .updates-section,
    .studio-section,
    .page-section {
        animation: section-arrival 0.8s both ease-out;
        animation-range: entry 8% cover 32%;
        animation-timeline: view();
    }
}

/* Consistent premium treatment for the dedicated station pages. */
.station-page .page-hero {
    background:
        radial-gradient(circle at 76% 32%, rgba(231, 162, 62, 0.12), transparent 25%),
        radial-gradient(circle at 15% 92%, rgba(113, 58, 32, 0.22), transparent 34%),
        #0c0a08;
}

.page-now-card {
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    box-shadow: 13px 13px 0 rgba(231, 162, 62, 0.84), 0 26px 60px rgba(0, 0, 0, 0.22);
}

.page-now-play,
.page-info-card button {
    background: #edb45a;
    border-radius: 9px;
}

.page-artwork {
    border-radius: 9px;
}

.page-card-grid {
    overflow: hidden;
    border: 1px solid rgba(26, 20, 16, 0.14);
    border-top: 2px solid rgba(26, 20, 16, 0.56);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(28, 18, 10, 0.06);
}

.page-info-card {
    background: rgba(255, 253, 248, 0.38);
    border-right-color: rgba(26, 20, 16, 0.12);
}

.page-info-card-accent {
    background: #edb45a;
}

.page-info-card-dark {
    background:
        radial-gradient(circle at 85% 88%, rgba(231, 162, 62, 0.19), transparent 36%),
        #0d0a08;
}

.page-music {
    background: #e8e3db;
}

.page-music-grid .up-next {
    border-radius: 18px;
}

.page-programme {
    background:
        radial-gradient(circle at 88% 15%, rgba(113, 58, 32, 0.24), transparent 26%),
        #0c0a08;
}

.page-updates {
    background:
        radial-gradient(circle at 10% 100%, rgba(231, 162, 62, 0.15), transparent 27%),
        var(--paper-bright);
}

.page-station {
    background:
        radial-gradient(circle at 89% 12%, rgba(231, 162, 62, 0.12), transparent 25%),
        #e8e3db;
}

.station-facts {
    padding: 0 24px;
    background: rgba(255, 253, 248, 0.55);
    border: 1px solid rgba(26, 20, 16, 0.13);
    border-top: 2px solid rgba(26, 20, 16, 0.56);
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(28, 18, 10, 0.06);
}

@media (max-width: 760px) {
    .header-listen {
        padding: 7px 9px;
    }

    .now-visual {
        width: calc(100% - 24px);
    }

    .now-deck {
        border-radius: 14px;
    }

    .frequency-strip,
    .listen-grid,
    .updates-grid,
    .page-card-grid,
    .station-facts,
    .up-next,
    .page-music-grid .up-next,
    .page-now-card {
        border-radius: 14px;
    }

    .frequency-strip {
        margin: 0 12px;
        overflow: hidden;
        border: 1px solid rgba(231, 162, 62, 0.22);
    }

    .page-info-card-accent,
    .page-info-card-dark {
        margin: 0;
        padding-right: 24px;
        padding-left: 24px;
    }

    .station-facts {
        padding: 0 18px;
    }
}

@media (min-width: 1051px) {
    .hero-copy {
        padding-top: clamp(62px, 6.5vw, 96px);
        padding-bottom: 70px;
    }

    .hero-intro {
        margin: 28px 0;
    }

    .hero-signal {
        margin-top: 27px;
    }

    .now-visual {
        top: 43%;
        width: min(39vw, 540px);
    }

    .now-deck {
        grid-template-columns: minmax(142px, 0.72fr) minmax(0, 1.28fr);
    }

    .now-deck-header {
        padding: 14px 18px 12px;
    }

    .now-artwork {
        margin: 14px 0 16px 16px;
    }

    .now-details {
        padding: 16px 19px 14px;
    }

    .now-kicker {
        margin-bottom: 11px;
    }

    .now-details h2 {
        font-size: clamp(27px, 2.8vw, 42px);
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .now-song-info {
        margin-top: 10px;
        padding-top: 9px;
    }

    .now-deck-footer {
        gap: 14px;
        padding: 0 16px 16px;
    }

    .now-deck-play {
        width: 52px;
    }
}

@keyframes grid-drift {
    to {
        background-position: 68px 68px;
    }
}

@keyframes orbit-drift {
    from {
        transform: rotate(-4deg) scale(0.98);
    }
    to {
        transform: rotate(5deg) scale(1.035);
    }
}

@keyframes live-meter {
    from {
        opacity: 0.5;
        transform: scaleY(0.42);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes signal-flow {
    to {
        background-position: 160% 0;
    }
}

@keyframes section-arrival {
    from {
        opacity: 0.18;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    70% {
        box-shadow: 0 0 0 9px rgba(255, 132, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 132, 0, 0);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes equalize {
    to {
        height: 100%;
    }
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}

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

    .hero-copy {
        width: 68%;
        padding-right: 0;
    }

    .now-visual {
        top: auto;
        right: 5vw;
        bottom: 40px;
        width: min(52vw, 560px);
        transform: none;
    }

    .schedule-section {
        grid-template-columns: 1fr;
    }

    .listen-section,
    .updates-section,
    .studio-section {
        grid-template-columns: 1fr;
    }

    .listen-intro {
        max-width: 540px;
    }

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

    .station-section {
        grid-template-columns: 0.8fr 1.2fr;
    }

    .station-mark {
        width: min(34vw, 360px);
    }

    .site-footer {
        grid-template-columns: 1fr auto;
    }

    .footer-tech {
        text-align: right;
    }

    .player {
        grid-template-columns: 72px 58px minmax(180px, 1fr) minmax(140px, 0.4fr);
    }

    .player-station {
        display: none;
    }

    .page-hero {
        grid-template-columns: minmax(0, 1fr) minmax(325px, 0.72fr);
        gap: 42px;
        min-height: 500px;
    }

    .page-programme,
    .page-station {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .page-section-intro {
        max-width: 620px;
    }
}

@media (max-width: 760px) {
    body {
        padding-bottom: 78px;
    }

    .site-header {
        grid-template-columns: 1fr auto auto;
        gap: 10px;
        min-height: 76px;
        padding: 13px 20px;
    }

    .brand-logo {
        width: 112px;
    }

    .brand-copy {
        margin-left: 13px;
        padding-left: 13px;
    }

    .nav-toggle {
        display: block;
    }

    .main-nav {
        display: none;
    }

    .nav-open {
        overflow: hidden;
    }

    .nav-open .main-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: grid;
        gap: 0;
        padding: 10px 20px 18px;
        background: var(--ink);
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 20px 28px rgba(0, 0, 0, 0.24);
    }

    .nav-open .main-nav a {
        padding: 15px 0;
        color: var(--paper-bright);
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .nav-open .main-nav a:last-child {
        border-bottom: 0;
    }

    .nav-open .main-nav a::after {
        display: none;
    }

    .header-listen {
        font-size: 10px;
    }

    .page-hero {
        grid-template-columns: 1fr;
        gap: 38px;
        min-height: 0;
        padding: 62px 24px 72px;
    }

    .page-hero-grid {
        top: -7%;
        right: -70%;
        width: 150vw;
    }

    .page-hero-copy h1,
    .page-section h2 {
        font-size: clamp(48px, 14vw, 72px);
    }

    .page-now-card {
        grid-template-columns: 102px minmax(0, 1fr) 46px;
        gap: 14px;
        width: calc(100% - 12px);
        padding: 16px;
        box-shadow: 12px 12px 0 var(--acid);
    }

    .page-artwork {
        width: 102px;
    }

    .page-now-play {
        width: 46px;
        height: 46px;
    }

    .page-now-copy strong {
        font-size: 22px;
    }

    .page-section {
        padding: 68px 24px;
    }

    .page-card-grid,
    .page-music-grid,
    .page-programme,
    .page-station {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .page-card-grid {
        margin-top: 36px;
    }

    .page-info-card,
    .page-info-card + .page-info-card {
        min-height: 235px;
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .page-info-card:last-child {
        border-bottom: 0;
    }

    .page-info-card h3 {
        margin-top: 40px;
    }

    .page-info-card-accent,
    .page-info-card-dark {
        margin: 0 -24px;
        padding-right: 24px;
        padding-left: 24px;
    }

    .page-section-toolbar {
        display: grid;
        gap: 28px;
        align-items: start;
    }

    .page-music-grid {
        margin-top: 34px;
    }

    .page-music-grid .up-next {
        padding: 23px;
    }

    .programme-row {
        grid-template-columns: 1fr auto;
        gap: 7px 15px;
    }

    .programme-row > span:last-of-type {
        text-align: right;
    }

    .programme-row > div {
        grid-column: 1 / -1;
    }

    .page-programme .page-section-intro h2 {
        font-size: clamp(48px, 14vw, 72px);
    }

    .station-facts article,
    .page-outline-link {
        min-height: 65px;
    }

    .hero {
        display: flex;
        min-height: 900px;
        flex-direction: column;
    }

    .hero::after {
        top: 410px;
        right: -20px;
    }

    .hero-copy {
        width: 100%;
        padding: 52px 24px 22px;
    }

    .hero h1 {
        font-size: clamp(48px, 14vw, 66px);
    }

    .hero-intro {
        display: none;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .hero-signal {
        margin-top: 22px;
        font-size: 9px;
    }

    .hero-live-meta {
        gap: 9px;
        margin-top: 14px;
        font-size: 8px;
    }

    .hero-live-meta > span:nth-child(2) {
        display: none;
    }

    .hero-live-meta > strong::before {
        display: none;
    }

    .now-visual {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 0;
        padding: 0 20px;
        transform: none;
    }

    .signal-label {
        width: 100%;
    }

    .now-deck {
        grid-template-columns: 118px minmax(0, 1fr);
    }

    .now-deck-header {
        padding: 15px 16px 13px;
    }

    .now-artwork {
        min-height: 142px;
        margin: 0 0 16px 16px;
    }

    .now-details {
        padding: 2px 16px 16px;
    }

    .now-kicker {
        margin-bottom: 10px;
    }

    .now-artist {
        font-size: 10px;
    }

    .now-details h2 {
        font-size: clamp(24px, 8vw, 34px);
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .now-song-info {
        display: none;
    }

    .now-deck-footer {
        grid-template-columns: minmax(0, 1fr) 46px;
        gap: 14px;
        padding: 0 16px 16px;
    }

    .now-deck-play {
        width: 46px;
        font-size: 14px;
    }

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

    .frequency-strip > div {
        min-height: 85px;
        padding: 15px 20px;
        border-bottom: 1px solid var(--ink);
    }

    .frequency-strip > div:nth-child(2n) {
        border-right: 0;
    }

    .frequency-strip > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .section-heading {
        grid-template-columns: 1fr;
        margin-bottom: 38px;
    }

    .section-heading h2,
    .schedule-heading h2 {
        font-size: clamp(44px, 12.5vw, 64px);
    }

    .section-heading > p {
        margin: 0;
    }

    .music-tools {
        max-width: none;
        margin: 0;
    }

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

    .track-row {
        grid-template-columns: 28px 44px minmax(0, 1fr) auto;
        gap: 12px;
    }

    .track-thumb {
        width: 42px;
        height: 42px;
    }

    .up-next {
        min-height: 300px;
    }

    .listen-section,
    .updates-section {
        gap: 40px;
    }

    .listen-intro h2,
    .updates-heading h2 {
        font-size: clamp(48px, 14vw, 72px);
    }

    .listen-grid,
    .updates-grid {
        grid-template-columns: 1fr;
    }

    .listen-card,
    .pulse-card {
        min-height: 0;
        padding: 24px 20px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .listen-card:last-child,
    .pulse-card:last-child {
        border-bottom: 0;
    }

    .listen-card-kicker,
    .pulse-card > strong {
        margin-top: 28px;
    }

    .listen-card > p:not(.listen-card-kicker) {
        max-width: 360px;
    }

    .listen-card-button,
    .listen-card-detail,
    .pulse-card a,
    .pulse-listen {
        margin-top: 28px;
    }

    .studio-section {
        grid-template-columns: 1fr;
    }

    .studio-copy,
    .studio-board {
        padding: 68px 24px;
    }

    .studio-copy h2 {
        font-size: clamp(50px, 15vw, 72px);
    }

    .station-section {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .station-visual {
        min-height: 390px;
        padding: 60px 24px 34px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .station-mark {
        width: min(68vw, 300px);
    }

    .station-copy {
        padding: 65px 24px 74px;
    }

    .station-copy h2 {
        font-size: clamp(50px, 15vw, 72px);
    }

    .station-intro {
        margin: 26px 0 32px;
    }

    .station-specs {
        grid-template-columns: 1fr;
        margin-bottom: 32px;
    }

    .station-specs > div,
    .station-specs > div + div {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding: 15px 0;
        border-left: 0;
    }

    .station-specs > div + div {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
    }

    .station-specs dt {
        margin: 0;
    }

    .schedule-row {
        grid-template-columns: 1fr auto;
        gap: 7px 15px;
        min-height: 135px;
    }

    .schedule-day,
    .schedule-time {
        grid-row: 1;
    }

    .schedule-time {
        text-align: right;
    }

    .schedule-row > div {
        grid-column: 1 / -1;
    }

    .schedule-arrow {
        display: none;
    }

    .statement-inner {
        min-height: 360px;
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
    }

    .statement-inner p {
        max-width: 100%;
        font-size: clamp(46px, 14vw, 72px);
    }

    .statement-play {
        width: 90px;
        margin: 0 0 0 auto;
    }

    .site-footer {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .footer-tech {
        text-align: left;
    }

    .player {
        grid-template-columns: 62px 44px minmax(0, 1fr);
        gap: 12px;
        min-height: 76px;
        padding-right: 14px;
    }

    .player-thumb {
        width: 42px;
        height: 42px;
    }

    .player-track {
        grid-template-columns: 1fr;
    }

    .player-status {
        display: none;
    }

    .volume-control {
        display: none;
    }

    .setup-screen {
        min-height: calc(100vh - 76px);
    }

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

    .setup-grid > div,
    .setup-grid > div + div {
        padding: 25px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(17, 17, 17, 0.35);
    }

    .setup-grid > div:last-child {
        border-bottom: 0;
    }
}

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