body.service-theme--radio {
    --color-bg: #0f0f0f;
    --color-surface: #171717;
    --color-ink: #f5f5f5;
    --color-muted: #c8cbc5;
    --color-accent: #ff3b3b;
    --color-accent-2: #8cffb7;
    --color-accent-3: #f1c36a;
    --color-line: rgba(245, 245, 245, 0.16);
    --color-button-text: #0f0f0f;
    --bg-grad-start: #181818;
    --bg-grad-mid: #0f0f0f;
    --bg-grad-end: #060606;
}

.site-nav__link--radio {
    --nav-link-color: #ff6b6b;
}

.radio-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 8%, rgba(255, 59, 59, 0.18), transparent 32rem),
        radial-gradient(circle at 82% 18%, rgba(140, 255, 183, 0.12), transparent 28rem),
        linear-gradient(180deg, #101010 0%, #0b0b0b 48%, #111 100%);
}

.radio-page::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(140, 255, 183, 0.035) 1px, transparent 1px);
    background-size: 100% 6px, 72px 100%;
    opacity: 0.5;
}

.radio-noise {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        repeating-radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 4px),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 4px);
    mix-blend-mode: screen;
    opacity: 0.18;
}

.radio-hero {
    min-height: calc(100vh - 4rem);
    display: grid;
    align-items: center;
    border-bottom: 1px solid var(--color-line);
}

.radio-hero__grid,
.radio-player-layout,
.radio-chat-layout,
.radio-grid {
    position: relative;
    display: grid;
    gap: clamp(1.5rem, 4vw, 4rem);
}

.radio-hero__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr);
    align-items: center;
}

.radio-hero__grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.radio-hero__copy {
    max-width: 58rem;
}

.radio-kicker,
.radio-label {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0 0 var(--space-s);
    color: var(--color-accent-2);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.radio-hero h1 {
    margin-bottom: var(--space-m);
    color: #fff;
    font-family: var(--font-body);
    font-size: clamp(2.7rem, 1.2rem + 6vw, 8rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.92;
    text-transform: uppercase;
    text-shadow: 0 0 28px rgba(255, 59, 59, 0.2);
}

.radio-hero__lede {
    color: #fff;
    font-size: clamp(1.15rem, 1rem + 0.7vw, 1.6rem);
}

.radio-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-s);
    margin-top: var(--space-l);
}

.radio-button,
.radio-play-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.78rem 1.1rem;
    border: 1px solid rgba(255, 59, 59, 0.72);
    border-radius: 0.45rem;
    background: var(--color-accent);
    color: #090909;
    cursor: pointer;
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: transform var(--transition-base), background var(--transition-base), border-color var(--transition-base), color var(--transition-base);
}

.radio-button:hover,
.radio-button:focus-visible,
.radio-play-button:hover,
.radio-play-button:focus-visible {
    background: var(--color-accent-2);
    border-color: var(--color-accent-2);
    color: #07110b;
    transform: translateY(-1px);
}

.radio-button--ghost {
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.radio-hero__actions .radio-button {
    min-width: 12.6rem;
    font-size: 0.84rem;
    font-weight: 600;
}

.radio-player-card,
.radio-note-card,
.radio-chat-box,
.radio-info-panel {
    border: 1px solid var(--color-line);
    border-radius: 0.5rem;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(17, 17, 17, 0.84);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
}

.radio-meter {
    position: relative;
    display: flex;
    align-items: end;
    gap: 0.28rem;
    min-height: 4.5rem;
}

.radio-meter::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0.35rem;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 59, 59, 0.14), rgba(140, 255, 183, 0.18), rgba(255, 59, 59, 0.14));
}

.radio-meter span {
    width: 100%;
    min-width: 0.28rem;
    max-width: 0.5rem;
    height: var(--bar-height, 2rem);
    border-radius: 999px 999px 0 0;
    background: linear-gradient(180deg, rgba(140, 255, 183, 0.96), rgba(255, 59, 59, 0.88));
    box-shadow:
        0 0 10px rgba(140, 255, 183, 0.15),
        0 0 18px rgba(255, 59, 59, 0.08);
    transform-origin: center bottom;
    animation: radio-wave var(--bar-speed, 1.45s) ease-in-out infinite;
}

.radio-meter span:nth-child(1)  { --bar-height: 0.9rem; --bar-speed: 1.18s; animation-delay: -0.10s; }
.radio-meter span:nth-child(2)  { --bar-height: 1.4rem; --bar-speed: 1.42s; animation-delay: -0.55s; }
.radio-meter span:nth-child(3)  { --bar-height: 1.1rem; --bar-speed: 1.28s; animation-delay: -0.82s; }
.radio-meter span:nth-child(4)  { --bar-height: 2.15rem; --bar-speed: 1.66s; animation-delay: -0.22s; }
.radio-meter span:nth-child(5)  { --bar-height: 1.3rem; --bar-speed: 1.22s; animation-delay: -0.74s; }
.radio-meter span:nth-child(6)  { --bar-height: 2.8rem; --bar-speed: 1.52s; animation-delay: -0.31s; }
.radio-meter span:nth-child(7)  { --bar-height: 1.55rem; --bar-speed: 1.19s; animation-delay: -0.63s; }
.radio-meter span:nth-child(8)  { --bar-height: 3.4rem; --bar-speed: 1.70s; animation-delay: -0.95s; }
.radio-meter span:nth-child(9)  { --bar-height: 2rem; --bar-speed: 1.37s; animation-delay: -0.46s; }
.radio-meter span:nth-child(10) { --bar-height: 1.2rem; --bar-speed: 1.16s; animation-delay: -0.88s; }
.radio-meter span:nth-child(11) { --bar-height: 2.45rem; --bar-speed: 1.48s; animation-delay: -0.27s; }
.radio-meter span:nth-child(12) { --bar-height: 3.75rem; --bar-speed: 1.76s; animation-delay: -0.69s; }
.radio-meter span:nth-child(13) { --bar-height: 3.15rem; --bar-speed: 1.61s; animation-delay: -0.34s; }
.radio-meter span:nth-child(14) { --bar-height: 2.05rem; --bar-speed: 1.24s; animation-delay: -0.90s; }
.radio-meter span:nth-child(15) { --bar-height: 1.1rem; --bar-speed: 1.14s; animation-delay: -0.49s; }
.radio-meter span:nth-child(16) { --bar-height: 2.7rem; --bar-speed: 1.55s; animation-delay: -0.12s; }
.radio-meter span:nth-child(17) { --bar-height: 1.45rem; --bar-speed: 1.21s; animation-delay: -0.58s; }
.radio-meter span:nth-child(18) { --bar-height: 3.3rem; --bar-speed: 1.68s; animation-delay: -0.97s; }
.radio-meter span:nth-child(19) { --bar-height: 1.8rem; --bar-speed: 1.33s; animation-delay: -0.42s; }
.radio-meter span:nth-child(20) { --bar-height: 2.55rem; --bar-speed: 1.46s; animation-delay: -0.77s; }
.radio-meter span:nth-child(21) { --bar-height: 1.2rem; --bar-speed: 1.17s; animation-delay: -0.29s; }
.radio-meter span:nth-child(22) { --bar-height: 2.2rem; --bar-speed: 1.39s; animation-delay: -0.71s; }
.radio-meter span:nth-child(23) { --bar-height: 1.05rem; --bar-speed: 1.13s; animation-delay: -0.53s; }
.radio-meter span:nth-child(24) { --bar-height: 1.6rem; --bar-speed: 1.31s; animation-delay: -0.86s; }

.radio-section {
    border-bottom: 1px solid var(--color-line);
   min-height: 900px;
}

.radio-player-layout {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.38fr);
    align-items: stretch;
}

.radio-player-card {
    position: relative;
    padding: clamp(1.2rem, 3vw, 2rem);
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(140, 255, 183, 0.08), transparent 28rem),
        radial-gradient(circle at left center, rgba(255, 59, 59, 0.1), transparent 26rem),
        linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
        rgba(17, 17, 17, 0.84);
}

.radio-player-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 18%),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 54px);
    opacity: 0.7;
}

.radio-player-card > * {
    position: relative;
    z-index: 1;
}

.radio-player-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--space-m);
    margin-bottom: var(--space-l);
}

.radio-player-card__heading {
    display: grid;
    gap: 0.7rem;
}

.radio-player-card h2,
.radio-info-panel h2,
.radio-chat-layout h2 {
    color: #fff;
}

.radio-player__livebar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
}

.radio-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 1.8rem;
    padding: 0.28rem 0.68rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: #f5f5f5;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.radio-live-badge::before {
    content: "";
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.32);
}

.radio-live-badge.is-live {
    border-color: rgba(255, 59, 59, 0.35);
    color: #ffd6d6;
}

.radio-live-badge.is-live::before {
    background: #ff4a4a;
    box-shadow: 0 0 0.7rem rgba(255, 74, 74, 0.6);
    animation: radio-pulse 1.8s ease-out infinite;
}

.radio-live-badge.is-offline {
    color: rgba(245, 245, 245, 0.75);
}

.radio-player__meta {
    margin: 0;
    color: var(--color-muted);
    font-size: 0.9rem;
}

.radio-now-playing {
    display: grid;
    gap: 0.2rem;
}

.radio-now-playing__label {
    margin: 0;
    color: var(--color-accent-2);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.radio-now-playing__title {
    margin: 0;
    max-width: 28ch;
    color: #fff;
    font-size: clamp(1.2rem, 1rem + 0.8vw, 2rem);
    font-weight: 700;
    line-height: 1.1;
}

.radio-player {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1rem, 2vw, 1.5rem);
    align-items: stretch;
    padding: clamp(1rem, 2vw, 1.35rem);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.85rem;
    background:
        linear-gradient(180deg, rgba(8, 10, 12, 0.5), rgba(8, 10, 12, 0.16)),
        rgba(255, 255, 255, 0.02);
}

.radio-play-button {
    width: clamp(6rem, 14vw, 9rem);
    aspect-ratio: 1;
    flex-direction: column;
    gap: 0.55rem;
    border-radius: 999px;
    align-self: center;
    color: #fff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 0 0 0.8rem rgba(255, 59, 59, 0.05);
}

.radio-play-button:disabled {
    cursor: not-allowed;
    filter: grayscale(0.25);
    opacity: 0.72;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.radio-play-button__icon {
    width: 0;
    height: 0;
    margin-left: 0.25rem;
    border-top: 0.9rem solid transparent;
    border-bottom: 0.9rem solid transparent;
    border-left: 1.3rem solid currentColor;
}

.radio-play-button.is-playing .radio-play-button__icon {
    width: 1.35rem;
    height: 1.55rem;
    margin-left: 0;
    border: 0;
    background: linear-gradient(90deg, currentColor 0 35%, transparent 35% 65%, currentColor 65%);
}

.radio-audio {
    width: 100%;
    min-height: 3.25rem;
    accent-color: var(--color-accent);
    color-scheme: dark;
}

.radio-player__body {
    display: grid;
    gap: 1rem;
    align-content: center;
}

.radio-audio {
    padding: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.85rem;
    background: linear-gradient(180deg, rgba(37, 44, 54, 0.92), rgba(24, 30, 38, 0.94));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.radio-player__note,
.radio-small {
    margin: 0;
    max-width: 58ch;
    color: var(--color-muted);
    font-size: 0.92rem;
}

.radio-meter {
    width: 100%;
    margin-top: var(--space-l);
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    gap: 0.28rem;
}

.radio-meter span {
    height: var(--bar-height, 2rem);
}

.radio-meter.is-idle span {
    animation: none;
    opacity: 0.34;
    transform: scaleY(0.22);
}

.radio-note-card,
.radio-info-panel {
    padding: clamp(1.2rem, 3vw, 2rem);
}

.radio-chat-layout {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    align-items: start;
}

.radio-chat-layout--full {
    grid-template-columns: minmax(0, 1fr);
}

.radio-chat-box {
    min-height: 28rem;
    padding: clamp(1rem, 2vw, 1.4rem);
    border-color: transparent;
    background:
        radial-gradient(circle at top left, rgba(255, 59, 59, 0.06), transparent 20rem),
        radial-gradient(circle at top right, rgba(140, 255, 183, 0.06), transparent 20rem),
        linear-gradient(180deg, rgba(14, 16, 20, 0.92), rgba(10, 12, 16, 0.96));
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.radio-chat-placeholder {
    min-height: 24rem;
    display: grid;
    align-content: center;
    padding: clamp(1rem, 2vw, 2rem);
    border: 1px dashed rgba(140, 255, 183, 0.32);
    border-radius: 0.45rem;
    background: rgba(0, 0, 0, 0.2);
}

.radio-chat-placeholder h3 {
    color: #fff;
    font-size: clamp(1.35rem, 1rem + 1vw, 2rem);
}

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

.radio-grid--single {
    grid-template-columns: minmax(0, 1fr);
}

.radio-info-panel {
    min-height: 100%;
}

.radio-info-panel .radio-button {
    margin-top: var(--space-s);
}

@keyframes radio-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.7);
    }
    70% {
        box-shadow: 0 0 0 0.85rem rgba(255, 59, 59, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 59, 59, 0);
    }
}

@keyframes radio-wave {
    0%,
    100% {
        transform: scaleY(0.22);
    }
    35% {
        transform: scaleY(0.92);
    }
    55% {
        transform: scaleY(0.38);
    }
    75% {
        transform: scaleY(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .radio-meter span {
        animation: none;
    }
}

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

    .radio-hero__grid,
    .radio-player-layout,
    .radio-chat-layout,
    .radio-grid {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 640px) {
    .radio-hero__copy {
        padding-inline: 1.1rem;
    }

    .radio-player-card__top,
    .radio-player {
        grid-template-columns: 1fr;
    }

    .radio-player-card__top {
        display: grid;
    }

    .radio-play-button {
        width: 100%;
        max-width: none;
        aspect-ratio: auto;
        min-height: 4.5rem;
        flex-direction: row;
        gap: 0.85rem;
        border-radius: 0.5rem;
        box-shadow: none;
    }

    .radio-chat-box {
        min-height: 22rem;
    }
}
