:root {
    --red: #b1122b;
    --red-deep: #76091f;
    --coral: #ef334f;
    --pink: #ff4f7b;
    --yellow: #f7dd19;
    --purple: #641b83;
    --violet: #351044;
    --green: #14b866;
    --turquoise: #00cfc9;
    --ink: #1c1720;
    --muted: #6f6872;
    --paper: #ffffff;
    --soft: #f5f2f6;
    --line: #dfd9e2;
    --max: 1180px;
    --ease: cubic-bezier(.2, .8, .2, 1);
    --site-font-family: "Encode Sans", sans-serif;
    --display-weight: 900;
    --display-size: 68px;
    --heading-weight: 900;
    --heading-size: 42px;
    --body-weight: 400;
    --body-size: 16px;
    --nav-weight: 800;
    --nav-size: 13px;
}

* {
    box-sizing: border-box;
    letter-spacing: 0;
}

html.is-navigating {
    cursor: progress;
}

main.is-entering {
    opacity: 0;
}

main {
    transition: opacity .18s ease;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--site-font-family);
    font-size: var(--body-size);
    font-weight: var(--body-weight);
    line-height: 1.6;
    padding-bottom: 32px;
    overflow-x: clip;
}

body::selection {
    color: var(--ink);
    background: var(--yellow);
}

body::-webkit-scrollbar {
    width: 11px;
}

body::-webkit-scrollbar-track {
    background: #efeaf0;
}

body::-webkit-scrollbar-thumb {
    background: var(--purple);
    border: 3px solid #efeaf0;
    border-radius: 8px;
}

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

button,
input,
textarea {
    font: inherit;
}

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

:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 4px;
}

.site-header {
    position: relative;
    z-index: 40;
    display: grid;
    grid-template-columns: 190px 1fr auto;
    align-items: center;
    width: min(var(--max), calc(100% - 48px));
    min-height: 102px;
    margin: 0 auto;
    color: var(--paper);
}

.page-index .site-header,
.page-programacao .site-header {
    position: absolute;
    inset: 0 0 auto;
}

.page-noticias .site-header,
.page-ao-vivo .site-header,
.page-midia-kit .site-header,
.page-sobre .site-header,
.page-contato .site-header {
    width: 100%;
    padding: 0 max(24px, calc((100% - var(--max)) / 2));
    background: var(--violet);
}

.brand {
    width: 165px;
}

.brand img {
    width: 100%;
    max-height: 82px;
    object-fit: contain;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.main-nav a {
    position: relative;
    color: rgba(255, 255, 255, .88);
    font-size: var(--nav-size);
    font-weight: var(--nav-weight);
    line-height: 1;
    padding: 20px 0;
}

.main-nav a::after {
    position: absolute;
    right: 0;
    bottom: 11px;
    left: 0;
    height: 3px;
    content: "";
    background: var(--yellow);
    transform: scaleX(0);
    transition: transform .2s var(--ease);
}

.main-nav a:hover,
.main-nav a.active {
    color: var(--paper);
}

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

.main-nav .mobile-live-link {
    display: none;
}

.header-live {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    color: var(--violet);
    background: var(--yellow);
    border-radius: 999px;
    font-size: 13px;
    font-weight: var(--nav-weight);
    text-transform: uppercase;
}

.header-live.active {
    color: var(--paper);
    background: var(--pink);
}

.page-ao-vivo .header-live.active .live-dot {
    background: var(--yellow);
    box-shadow: 0 0 0 5px rgba(118, 9, 31, .22);
}

.live-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    background: var(--coral);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(239, 51, 79, .2);
    animation: live-pulse 1.7s var(--ease) infinite;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    color: var(--paper);
    background: transparent;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 50%;
}

.menu-toggle svg {
    width: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

.status-bar {
    position: relative;
    z-index: 20;
    color: var(--ink);
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .06);
	padding: 15px 0;
}

.status-bar-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    width: min(var(--max), calc(100% - 48px));
    min-height: 88px;
    margin: 0 auto;
    padding: 12px 0;
}

.status-left {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(18px, 2vw, 30px);
    min-width: 0;
    padding-right: clamp(24px, 2.5vw, 35px);
}

.status-weather {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-self: start;
    color: var(--muted);
    font-size: 17px;
    font-weight: 800;
}

.status-weather-city {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.status-player {
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 16px;
    flex: 0 0 auto;
}

.status-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(20px, 2vw, 28px);
    min-width: 0;
    padding-left: clamp(24px, 2.5vw, 35px);
}

.status-weather svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.status-play {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
}

.status-play svg {
    width: 20px;
    height: 20px;
}

.status-player-copy {
    flex: 0 0 auto;
}

.status-player-copy span {
    display: block;
    color: var(--red);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.status-player-copy .live-dot {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    box-shadow: none;
}

.status-player-copy strong {
    display: block;
    margin-top: 3px;
    color: var(--violet);
    font-size: 15px;
}

.btn.status-open {
    gap: 8px;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 10px;
    font-weight: 700;
    white-space: nowrap;
}

.status-open svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.station-votes {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.vote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 42px;
    height: 42px;
    padding: 0;
    background: var(--paper);
    border: 1px solid #eee8ee;
    border-radius: 50%;
    transition: transform .2s var(--ease), background-color .2s ease, border-color .2s ease;
}

.vote-button:hover,
.vote-button.is-selected {
    transform: translateY(-2px);
}

.vote-button svg,
.vote-button .vote-icon {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.vote-button span {
    font-size: 10px;
    font-weight: 800;
}

.vote-down { color: #ef334f; background: #fff5f6; border-color: #ffd9df; }
.vote-up { color: #14b86e; background: #f2fcf7; border-color: #d4f3e3; }
.vote-down:hover, .vote-down.is-selected { background: #fff0f3; border-color: #ef334f; }
.vote-up:hover, .vote-up.is-selected { background: #e8faef; border-color: #14b86e; }

.vote-button.is-selected,
.vote-button.is-selected:hover {
    color: #858585;
    background: #ededed;
    border-color: #d5d5d5;
    transform: none;
}

.vote-button:disabled {
    cursor: wait;
    opacity: .65;
}

.vote-feedback {
    position: absolute;
    z-index: 220;
    top: -18px;
    left: 50%;
    padding: 8px 15px;
    color: #fff;
    background: #211e21;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(27, 13, 31, .25);
    font-size: 12px;
    font-weight: 700;
    opacity: 0;
    transform: translate(-50%, -8px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
    white-space: nowrap;
}

.vote-feedback.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.vote-feedback span {
    color: var(--pink);
}

.station-votes .vote-feedback {
    top: auto;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, -5px);
}

.station-votes .vote-feedback.is-visible {
    transform: translate(-50%, 0);
}

.status-now-playing-group {
    display: grid;
    grid-template-columns: 1px minmax(150px, 220px) 52px 34px;
    align-items: center;
    column-gap: clamp(16px, 1.5vw, 22px);
    flex: 1 1 auto;
    min-width: 300px;
}

.status-now-playing {
    justify-self: end;
    width: auto;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
	text-align: right;
}

.status-now-playing-group::before {
    display: block;
    width: 1px;
    height: 46px;
    content: "";
    background: var(--line);
}

.status-now-playing-group .audio-spectrum {
    flex: 0 0 34px;
}

.status-now-playing strong,
.status-now-playing span {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.status-now-playing strong {
    font-size: 14px;
	
}

.status-now-playing span {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
}

.status-now-photo {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 8px;
}

.audio-spectrum {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 3px;
    height: 26px;
}

.audio-spectrum i {
    width: 4px;
    background: var(--purple);
    border-radius: 2px;
    transform: scaleY(.35);
    transform-origin: bottom;
    animation: spectrum-bounce 1.1s ease-in-out infinite;
    animation-play-state: paused;
    transition: transform .2s ease;
}

.status-bar.is-playing .audio-spectrum i {
    animation-play-state: running;
}

.audio-spectrum i:nth-child(1) { height: 10px; animation-delay: 0s; }
.audio-spectrum i:nth-child(2) { height: 18px; animation-delay: .22s; }
.audio-spectrum i:nth-child(3) { height: 26px; animation-delay: .44s; }
.audio-spectrum i:nth-child(4) { height: 14px; animation-delay: .11s; }
.audio-spectrum i:nth-child(5) { height: 20px; animation-delay: .33s; }

@keyframes spectrum-bounce {
    0%, 100% { transform: scaleY(.35); }
    50% { transform: scaleY(1); }
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: 760px;
    overflow: hidden;
    color: var(--paper);
    background: var(--red-deep);
}

.hero::before {
    position: absolute;
    z-index: -2;
    inset: -30px;
    content: "";
    background-image: var(--hero-photo);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(24px) saturate(1.15);
    transform: scale(1.08);
    opacity: .78;
}

.hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: rgba(80, 3, 24, .72);
    box-shadow: inset 0 -180px 190px rgba(15, 8, 18, .72);
}

.hero-stage {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    width: min(var(--max), calc(100% - 48px));
    min-height: 716px;
    margin: 0 auto;
    padding: 122px 0 50px;
}

.hero-photo {
    position: relative;
    width: 470px;
    height: 470px;
    justify-self: center;
}

.frequency-ring {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 48px;
    border-radius: 50%;
}

.frequency-progress {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.frequency-progress-track,
.frequency-progress-value {
    fill: none;
    stroke-width: 2.2;
}

.frequency-progress-track {
    stroke: rgba(33, 7, 24, .34);
}

.frequency-progress-value {
    stroke: url(#frequency-progress-gradient);
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.frequency-ring img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,.12), 0 20px 38px rgba(28, 6, 22, .2);
}

.frequency-label {
    position: absolute;
	z-index: 10;
    right: 1px;
    bottom: 48px;
    min-width: 88px;
    padding: 7px 14px;
    color: var(--violet);
    background: var(--yellow);
    border-radius: 999px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    transform: rotate(-6deg);
    box-shadow: 0 12px 24px rgba(24, 7, 29, .24);
}

.hero-copy {
    max-width: 520px;
    padding-left: 26px;
}

.live-label {
    display: inline-flex;
    align-items: center;
    color: var(--yellow);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-copy h1 {
    margin: 12px 0 2px;
    color: var(--paper);
    font-size: var(--display-size);
    font-weight: var(--display-weight);
    line-height: .98;
}

.hero-host {
    margin: 0 0 18px;
    color: rgba(255,255,255,.88);
    font-size: 20px;
    font-weight: 500;
}

.hero-description {
    max-width: 42ch;
    margin: 0 0 16px;
    color: rgba(255,255,255,.9);
    font-size: 17px;
}

.hero-time {
    display: block;
    margin: 12px 0 24px;
    color: var(--pink);
    font-size: 24px;
    font-weight: 700;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 21px;
    border: 2px solid transparent;
    border-radius: 999px;
    color: var(--paper);
    background: var(--purple);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .2s var(--ease), background-color .2s ease, color .2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-yellow {
    color: var(--violet);
    background: var(--yellow);
}

.btn-outline {
    color: var(--paper);
    background: transparent;
    border-color: var(--yellow);
}

.btn-whatsapp {
    background: var(--green);
}

.hero-ticker {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    height: 44px;
    overflow: hidden;
    color: var(--violet);
    background: var(--yellow);
    font-size: 13px;
    font-weight: 900;
    white-space: nowrap;
}

.hero-ticker b {
    color: var(--red);
}

.top-news-hero {
    position: relative;
    min-height: 780px;
    color: var(--paper);
    background: var(--red-deep);
    overflow: hidden;
}

.top-news-carousel {
    position: relative;
    min-height: inherit;
}

.top-news-slide {
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    min-height: inherit;
    padding: 148px max(24px, calc((100% - var(--max)) / 2)) 116px;
    background-color: var(--red-deep);
    background-image:
        linear-gradient(
            105deg,
            rgb(80, 3, 24) 0%,
            rgb(80, 3, 24) 43%,
            rgba(80, 3, 24, 0.98) 47%,
            rgba(80, 3, 24, 0.90) 52%,
            rgba(80, 3, 24, 0.75) 58%,
            rgba(80, 3, 24, 0.55) 65%,
            rgba(80, 3, 24, 0.32) 73%,
            rgba(80, 3, 24, 0.15) 82%,
            rgba(80, 3, 24, 0.05) 92%,
            rgba(80, 3, 24, 0) 100%
        ),
        linear-gradient(
            0deg,
            rgba(20, 6, 24, .92) 0%,
            rgba(20, 6, 24, .1) 48%,
            rgba(20, 6, 24, .16) 100%
        ),
        var(--top-news-photo);

    background-repeat: no-repeat;
    background-position: 0 0, 0 0, 451px -74px;
    background-size: cover;

    opacity: 0;
    pointer-events: none;
    transform: scale(1.015);
    transition: opacity .45s ease, transform 1.8s var(--ease);
}

.top-news-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.top-news-copy {
    width: min(720px, 100%);
}

.top-news-category,
.top-news-copy time {
    display: inline-flex;
    align-items: center;
    margin-right: 13px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

.top-news-category::before {
    width: 9px;
    height: 9px;
    margin-right: 8px;
    content: "";
    background: var(--coral);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(239, 51, 79, .2);
}

.top-news-copy time {
    color: rgba(255, 255, 255, .78);
}

.top-news-copy h1 {
    max-width: 11.5ch;
    margin: 20px 0 18px;
    color: var(--paper);
    font-size: var(--display-size);
    font-weight: var(--display-weight);
    line-height: .95;
    text-wrap: balance;
}

.top-news-copy p {
    max-width: 58ch;
    margin: 0 0 28px;
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.55;
}

.top-news-controls {
    position: absolute;
    right: max(24px, calc((100% - var(--max)) / 2));
    bottom: 98px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.top-news-controls > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: var(--paper);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .2s var(--ease);
}

.top-news-controls > button:hover {
    color: var(--violet);
    background: var(--yellow);
    transform: translateY(-2px);
}

.top-news-controls svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.top-news-dots {
    display: flex;
    align-items: center;
    gap: 7px;
}

.top-news-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    background: rgba(255,255,255,.45);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color .2s ease;
}

.top-news-dots button.is-active {
    width: 28px;
    background: var(--yellow);
}

.entertainment-card {
    padding: 12px;
    background: var(--soft);
    border-radius: 16px;
}

.entertainment-card-media {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 180px;
}

.entertainment-card-slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transition: opacity .45s ease;
}

.entertainment-card-slide.is-active {
    opacity: 1;
}

.entertainment-card .news-tag {
    margin-top: 14px;
}

.entertainment-card [data-carousel-caption] {
    display: block;
    color: inherit;
    text-decoration: none;
}

.entertainment-card h3 {
    margin: 0;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.3;
    transition: color .2s ease;
}

.entertainment-card [data-carousel-caption]:hover h3 {
    color: var(--red);
}

.entertainment-card-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.entertainment-card-controls > button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: var(--muted);
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.entertainment-card-controls > button:hover {
    color: var(--paper);
    background: var(--red);
    border-color: var(--red);
}

.entertainment-card-controls svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.entertainment-card-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.entertainment-card-dots button {
    display: block;
    width: 6px;
    height: 6px;
    padding: 0;
    background: var(--line);
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    transition: background-color .2s ease;
}

.entertainment-card-dots button.is-active {
    background: var(--red);
}

.section {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    padding: 92px 0;
}

.section-alt {
    width: 100%;
    max-width: none;
    padding-right: max(24px, calc((100% - var(--max)) / 2));
    padding-left: max(24px, calc((100% - var(--max)) / 2));
    background: var(--soft);
}

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

.section-title {
    margin: 0;
    color: var(--purple);
    font-size: var(--heading-size);
    font-weight: var(--heading-weight);
    line-height: 1.05;
}

.section-head p {
    margin: 8px 0 0;
    color: var(--muted);
	text-align: center;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding-bottom: 4px;
    color: var(--red);
    border-bottom: 2px solid var(--red);
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 34px 24px;
}

.news-card {
    display: flex;
    flex-direction: column;
    grid-column: span 3;
    min-width: 0;
    transition: transform .2s var(--ease);
}

.news-card:hover {
    transform: translateY(-3px);
}

.news-card-media {
    overflow: hidden;
    border-radius: 10px;
    height: 180px;
}

.news-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s var(--ease);
}

.news-card:hover img {
    transform: scale(1.04);
}

.news-tag {
    display: inline-block;
    margin: 14px 0 6px;
    color: var(--red);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.news-tag-entretenimento {
    color: var(--pink);
}

.news-card-title {
    margin: 0;
    font-size: 17px !important;
    font-weight: 800;
    line-height: 1.3;
    transition: color .2s ease;
}

.news-card:hover .news-card-title {
    color: var(--red);
}

.news-card-excerpt {
    display: none;
}

.news-card:first-child {
    flex-direction: row;
    grid-column: span 9;
    gap: 28px;
}

.news-card:first-child .news-card-media {
    flex: 0 0 52%;
    height: 300px;
}

.news-card:first-child .news-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
	padding: 10px 0px 0px 0px;
}

.news-card:first-child .news-tag {
    margin-top: 0;
}

.news-card:first-child .news-card-title {
    font-size: 32px !important;
    line-height: 1.18;
	font-weight: 600 !important;
}

.news-card:first-child .news-card-excerpt {
    display: block;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
}

.news-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 56px;
}

.news-pagination-status {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.news-pagination .btn-outline {
    color: var(--purple);
    border-color: var(--purple);
}

.program-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 2px solid var(--purple);
}

.program-card {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 20px;
    min-width: 0;
    padding: 28px 24px 28px 0;
    border-bottom: 1px solid var(--line);
}

.program-card + .program-card {
    padding-left: 24px;
    border-left: 1px solid var(--line);
}

.program-card img {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
}

.program-card .time {
    color: var(--red);
    font-size: 13px;
    font-weight: 900;
}

.program-card h3 {
    margin: 3px 0 6px;
    color: var(--purple);
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 1.1;
}

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

.program-card strong {
    font-size: 12px;
}

.program-card-featured {
    position: relative;
    background: rgba(247, 221, 25, .17);
}

.program-card-featured::after {
    position: absolute;
    top: -11px;
    right: 14px;
    padding: 4px 10px;
    content: "NO AR";
    color: var(--paper);
    background: var(--red);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 900;
}

.hits-section {
    color: var(--paper);
    background: var(--violet);
}

.hits-inner {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    padding: 86px 0 94px;
}

.hits-title {
    margin: 0 0 42px;
    color: var(--paper);
    font-family: var(--site-font-family);
    font-size: 42px !important;
    font-weight: 800 !important;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    -webkit-text-stroke: 0;
    text-shadow: none;
}

.hits-head p {
    color: rgba(255,255,255,.75);
}

.hits-frequency {
    color: var(--pink);
    font-size: 14px;
    font-weight: 900;
}

.hits-board {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 28px;
    align-items: stretch;
}

.hits-hero {
    position: relative;
    min-height: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: var(--ink);
}

.hits-hero img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.hits-hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 28px;
    background: linear-gradient(180deg, rgba(28,23,32,0) 40%, rgba(28,23,32,.92) 100%);
}

.hits-hero-position {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 50px;
    padding-right: 8px;
    color: var(--violet);
    background: var(--yellow);
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
    font-size: 28px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.hits-hero-overlay h3,
.hits-hero-overlay p {
    margin: 0;
}

.hits-hero-overlay h3 {
    color: var(--paper);
    font-size: 26px !important;
    line-height: 1.15;
}

.hits-hero-overlay p {
    color: rgba(255,255,255,.75);
    font-size: 14px;
}

.hits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hits-card {
    min-width: 0;
}

.hits-card-media {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.hits-card-media img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.hits-card-position {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 34px;
    padding-right: 5px;
    color: var(--violet);
    background: var(--yellow);
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
    font-size: 17px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    filter: drop-shadow(0 5px 8px rgba(20, 6, 24, .2));
}

.hits-youtube {
    position: absolute;
    z-index: 3;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--paper);
    background: rgba(28, 23, 32, .48);
    opacity: 0;
    transition: opacity .2s ease;
}

.hits-card-media:hover .hits-youtube,
.hits-youtube:focus-visible {
    opacity: 1;
}

.hits-youtube svg {
    width: 50px;
    height: 50px;
    padding: 14px;
    color: var(--violet);
    background: var(--yellow);
    border-radius: 50%;
    fill: currentColor;
}

.hits-hero-overlay {
    z-index: 2;
    pointer-events: none;
}

.hits-card:nth-child(3n+2) .hits-card-position {
    background: var(--pink);
    color: var(--paper);
}

.hits-card:nth-child(3n+3) .hits-card-position {
    background: var(--turquoise);
    color: var(--ink);
}

.hits-card h3,
.hits-card p {
    margin: 0;
}

.hits-card h3 {
    color: var(--paper);
    font-size: 14px !important;
    line-height: 1.25;
}

.hits-card p {
    margin-top: 3px;
    color: rgba(255,255,255,.65);
    font-size: 12px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px 24px;
    justify-items: center;
}

.team-member {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.team-avatar {
    display: block;
    cursor: pointer;
}

.team-avatar-ring {
    display: block;
    width: 185px;
    height: 185px;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
    background-size: 160% 160%;
    background-position: 0% 50%;
    transition: transform .28s var(--ease), box-shadow .28s var(--ease), background-position .5s ease;
}

.team-avatar-gap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px;
    border-radius: 50%;
    background: var(--paper);
}

.team-avatar-ring img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    filter: saturate(.95);
    transition: filter .28s ease;
}

.team-avatar:hover .team-avatar-ring,
.team-avatar:focus-visible .team-avatar-ring {
    transform: scale(1.06);
    box-shadow: 0 14px 30px rgba(150, 47, 191, .3);
    background-position: 100% 50%;
}

.team-avatar:hover .team-avatar-ring img,
.team-avatar:focus-visible .team-avatar-ring img {
    filter: saturate(1.1);
}

.team-avatar:focus-visible {
    outline: 2px solid var(--purple);
    outline-offset: 6px;
    border-radius: 50%;
}

.team-name {
    display: block;
    margin-top: 14px;
    color: var(--purple);
    font-size: 16px;
    font-weight: 500;
}

.participate-section {
    overflow: hidden;
    color: var(--paper);
    background: var(--purple);
}

.participate-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: min(var(--max), calc(100% - 48px));
    min-height: 510px;
    margin: 0 auto;
}

.participate-inner > div {
    max-width: 500px;
    padding: 70px 0;
}

.participate-stamp {
    display: inline-block;
    margin-bottom: 18px;
    padding: 6px 12px;
    color: var(--violet);
    background: var(--yellow);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.participate-inner h2 {
    margin: 0 0 18px;
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
}

.participate-inner p {
    max-width: 42ch;
    margin: 0 0 28px;
    color: rgba(255,255,255,.86);
    font-size: 17px;
}

.participate-inner img {
    width: 100%;
    max-height: 440px;
    object-fit: contain;
    align-self: end;
}

.app-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.editorial-hero,
.commercial-hero {
    position: relative;
    isolation: isolate;
    min-height: 570px;
    overflow: hidden;
    color: var(--paper);
    background-color: var(--red-deep);
    background-image: var(--editorial-photo);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.editorial-hero::before,
.commercial-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: rgba(58, 3, 27, .76);
    box-shadow: inset 0 -140px 170px rgba(20, 6, 24, .5);
}

.about-hero {
    min-height: 620px;
    background-image: none;
}

.about-hero::before {
    z-index: 1;
    background: linear-gradient(90deg, rgba(48, 3, 34, .94) 0%, rgba(76, 8, 48, .74) 48%, rgba(28, 6, 32, .46) 100%);
}

.about-hero-slides,
.about-hero-slide {
    position: absolute;
    inset: 0;
}

.about-hero-slides {
    z-index: 0;
}

.about-hero-slide {
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .8s ease, transform 7s ease;
}

.about-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.about-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 620px;
}

.about-eyebrow,
.about-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
}

.about-eyebrow {
    margin-bottom: 18px;
}

.about-eyebrow::before,
.about-section-kicker::before {
    width: 28px;
    height: 2px;
    content: "";
    background: var(--pink);
}

.about-hero-dots {
    display: flex;
    gap: 8px;
    margin-top: 34px;
}

.about-hero-dots button {
    width: 24px;
    height: 4px;
    padding: 0;
    background: rgba(255,255,255,.42);
    border: 0;
    border-radius: 999px;
    transition: width .2s ease, background-color .2s ease;
}

.about-hero-dots button.is-active {
    width: 42px;
    background: var(--yellow);
}

.editorial-hero-inner {
    display: flex;
    align-items: center;
    width: min(var(--max), calc(100% - 48px));
    min-height: 570px;
    margin: 0 auto;
}

.editorial-hero-inner > div {
    max-width: 720px;
}

.editorial-hero h1,
.commercial-hero h1 {
    max-width: 14ch;
    margin: 0 0 20px;
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 1;
}

.editorial-hero p,
.commercial-hero p {
    max-width: 52ch;
    margin: 0 0 28px;
    color: rgba(255,255,255,.9);
    font-size: 18px;
}

.history-grid {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 70px;
    align-items: start;
}

.history-year {
    padding-top: 4px;
    color: var(--purple);
    border-top: 4px solid var(--yellow);
}

.history-year strong,
.history-year span {
    display: block;
}

.history-year strong {
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.history-year span {
    margin-top: 8px;
    color: var(--red);
    font-weight: 800;
}

.history-grid p {
    max-width: 70ch;
    font-size: 17px;
}

.values-section {
    background: var(--yellow);
}

.values-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    padding: 70px 0;
}

.values-inner article {
    padding: 0 38px;
}

.values-inner article:first-child {
    padding-left: 0;
}

.values-inner article + article {
    border-left: 1px solid rgba(53,16,68,.28);
}

.values-inner h2 {
    margin: 0 0 12px;
    color: var(--purple);
    font-size: 32px;
    font-weight: 900;
}

.values-inner p {
    margin: 0;
    color: #413347;
}

.about-value-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    color: var(--paper);
    background: var(--purple);
    border-radius: 50%;
}

.about-value-icon svg {
    width: 22px;
    height: 22px;
}

body .values-inner h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
}

.about-facts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 0 max(24px, calc((100% - var(--max)) / 2));
    color: var(--paper);
    background: var(--purple);
}

.about-facts > div {
    min-width: 0;
    padding: 42px 28px;
    border-bottom: 1px solid rgba(255,255,255,.17);
}

.about-facts > div + div {
    border-left: 1px solid rgba(255,255,255,.17);
}

.about-facts strong,
.about-facts span {
    display: block;
}

.about-facts strong {
    color: var(--yellow);
    font-size: 40px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.about-facts span {
    margin-top: 9px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.about-facts > p {
    grid-column: 1 / -1;
    margin: 0;
    padding: 14px 28px 18px;
    color: rgba(255,255,255,.55);
    font-size: 11px;
}

.studio-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: var(--paper);
    background: var(--ink);
}

.studio-story-image {
    min-height: 620px;
    background: var(--soft);
}

.studio-story-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.studio-story-image img {
    object-position: center;
}

.studio-story-copy {
    align-self: center;
    max-width: 620px;
    padding: 74px 70px;
}

.studio-story-copy h2 {
    max-width: 12ch;
    margin: 0 0 20px;
    color: var(--yellow);
    font-size: 46px;
    line-height: 1.05;
}

body .studio-story-copy h2 {
    font-size: 46px !important;
    font-weight: 700 !important;
}

.studio-story-copy > p {
    color: rgba(255,255,255,.78);
}

.story-points {
    margin: 30px 0;
    border-top: 1px solid rgba(255,255,255,.2);
}

.story-points > div {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
}

.story-points i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: var(--yellow);
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    font-style: normal;
}

.story-points i svg {
    width: 19px;
    height: 19px;
}

.story-points p {
    margin: 0;
}

.story-points p strong,
.story-points p span {
    display: block;
}

.story-points p span {
    margin-top: 3px;
}

.story-points strong {
    color: var(--pink);
}

.story-points span {
    color: rgba(255,255,255,.7);
}

.app-callout {
    display: grid;
    grid-template-columns: 1fr .8fr;
    align-items: center;
    width: min(var(--max), calc(100% - 48px));
    min-height: 480px;
    margin: 0 auto;
}

.app-callout h2 {
    max-width: 12ch;
    margin: 0 0 16px;
    color: var(--purple);
    font-size: 44px;
    line-height: 1.05;
}

.app-callout p {
    max-width: 46ch;
    color: var(--muted);
}

.app-callout > img {
    max-height: 430px;
    justify-self: end;
}

.commercial-hero {
    min-height: 620px;
    background-image: none;
    background-position: center 42%;
}

.commercial-hero::before {
    z-index: 1;
    background: linear-gradient(90deg, rgba(58, 3, 27, .9) 0%, rgba(58, 3, 27, .7) 48%, rgba(35, 5, 32, .48) 100%);
}

.commercial-hero-slides,
.commercial-hero-slide {
    position: absolute;
    inset: 0;
}

.commercial-hero-slides {
    z-index: 0;
}

.commercial-hero-slide {
    background-position: center 42%;
    background-size: cover;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity .8s ease, transform 7s ease;
}

.commercial-hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.commercial-hero > .commercial-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: min(var(--max), calc(100% - 48px));
    min-height: 620px;
    margin: 0 auto;
}

.commercial-eyebrow {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 8px;
    margin-bottom: 15px;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
}

.commercial-eyebrow::before {
    width: 26px;
    height: 2px;
    content: "";
    background: var(--pink);
}

.commercial-hero-dots {
    display: flex;
    gap: 8px;
    margin-top: 34px;
}

.commercial-hero-dots button {
    width: 24px;
    height: 4px;
    padding: 0;
    background: rgba(255,255,255,.42);
    border: 0;
    border-radius: 999px;
    transition: width .2s ease, background-color .2s ease;
}

.commercial-hero-dots button.is-active {
    width: 42px;
    background: var(--yellow);
}

.commercial-hero h1 {
    max-width: 12ch;
    font-size: 48px !important;
}

.media-intro {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 70px;
    align-items: start;
}

.media-intro > div:first-child p {
    max-width: 48ch;
    color: var(--muted);
    font-size: 17px;
}

.media-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 2px solid var(--purple);
}

.media-pillars article {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 15px;
    align-items: start;
    padding: 24px 24px 24px 0;
    border-bottom: 1px solid var(--line);
}

.media-pillars article:nth-child(even) {
    padding-left: 24px;
    border-left: 1px solid var(--line);
}

.media-pillars h3,
.media-pillars p {
    margin: 0;
}

.media-pillars h3 {
    color: var(--red);
    font-size: 18px !important;
}

.media-pillars p {
    margin-top: 7px;
    color: var(--muted);
    font-size: 14px;
}

.media-feature-icon,
.listening-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--purple);
    background: rgba(100, 27, 131, .09);
}

.media-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 8px;
}

.media-feature-icon svg {
    width: 22px;
    height: 22px;
}

.audience-section {
    background: var(--soft);
}

.audience-inner {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    padding: 88px 0 96px;
}

.data-period {
    color: var(--red);
    font-size: 12px;
    font-weight: 600;
	text-align: center;
}

.profile-layout {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 70px;
    align-items: center;
}

.gender-split {
    display: flex;
    height: 210px;
    overflow: hidden;
    border-radius: 8px;
}

.gender-split > div {
    display: flex;
    flex: 0 0 var(--share);
    flex-direction: column;
    justify-content: end;
    padding: 24px;
    color: var(--paper);
    background: var(--purple);
}

.gender-split > div + div {
    color: var(--violet);
    background: var(--yellow);
}

.gender-split strong,
.gender-split span {
    display: block;
}

.gender-split strong {
    font-size: 40px;
    line-height: 1;
}

.gender-split span {
    margin-top: 6px;
    font-weight: 800;
}

.age-chart {
    display: grid;
    gap: 13px;
}

.data-bar {
    display: grid;
    grid-template-columns: 120px 1fr 55px;
    gap: 13px;
    align-items: center;
    font-size: 13px;
}

.data-bar > div,
.coverage-row > i {
    display: block;
    height: 9px;
    overflow: hidden;
    background: #ded5e2;
    border-radius: 999px;
}

.data-bar i,
.coverage-row b {
    display: block;
    width: var(--value);
    height: 100%;
    background: var(--pink);
    border-radius: inherit;
}

.data-bar strong {
    color: var(--purple);
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.class-split {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.class-split > div {
    padding: 24px;
    text-align: center;
}

.class-split > div + div {
    border-left: 1px solid var(--line);
}

.class-split strong,
.class-split span {
    display: block;
}

.class-split strong {
    color: var(--red);
    font-size: 32px;
}

.class-split span {
    color: var(--muted);
}

.listening-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 2px solid var(--purple);
}

.listening-grid article {
    padding: 30px 20px;
    border-bottom: 1px solid var(--line);
    text-align: center;
}

.listening-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 18px !important;
    color: var(--red) !important;
    border-radius: 50%;
}

.listening-icon svg {
    width: 21px;
    height: 21px;
}

.listening-grid article + article {
    border-left: 1px solid var(--line);
}

.listening-grid strong,
.listening-grid span {
    display: block;
}

.listening-grid strong {
    color: var(--purple);
    font-size: 38px;
    line-height: 1;
}

.listening-grid span {
    margin-top: 8px;
    color: var(--muted);
}

.listening-grid .listening-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listening-grid .listening-icon svg {
    display: block;
    flex: 0 0 auto;
}

.streaming-band {
    padding: 80px max(24px, calc((100% - var(--max)) / 2));
    color: var(--paper);
    background: var(--purple);
}

.streaming-copy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: end;
    margin-bottom: 46px;
}

.streaming-copy h2 {
    max-width: 12ch;
    margin: 0;
    color: var(--yellow);
    font-size: 44px !important;
    line-height: 1.05;
}

.streaming-copy p {
    max-width: 52ch;
    margin: 0;
    color: rgba(255,255,255,.72);
}

.streaming-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.25);
    border-bottom: 1px solid rgba(255,255,255,.25);
}

.streaming-metrics > div {
    min-width: 0;
    padding: 28px 22px;
}

.streaming-metric-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    color: var(--yellow);
    background: rgba(255,255,255,.1);
    border-radius: 50%;
    font-style: normal;
}

.streaming-metric-icon svg {
    width: 19px;
    height: 19px;
}

.streaming-metrics > div + div {
    border-left: 1px solid rgba(255,255,255,.2);
}

.streaming-metrics strong,
.streaming-metrics span {
    display: block;
}

.streaming-metrics strong {
    color: var(--pink);
    font-size: 31px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.streaming-metrics span {
    margin-top: 8px;
    color: rgba(255,255,255,.72);
    font-size: 13px;
}

.source-note {
    margin: 22px 0 0;
    color: rgba(255,255,255,.66);
    font-size: 12px;
}

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

.coverage-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 50px;
}

.coverage-row > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 6px;
    font-size: 13px;
}

.coverage-row strong {
    color: var(--red);
    font-variant-numeric: tabular-nums;
}

.coverage-row b {
    background: var(--purple);
}

.app-data-section {
    display: grid;
    grid-template-columns: 1fr .75fr .8fr;
    align-items: center;
    min-height: 500px;
    padding: 60px max(24px, calc((100% - var(--max)) / 2));
    color: var(--paper);
    background: var(--red-deep);
}

.app-data-copy h2 {
    max-width: 12ch;
    margin: 0 0 16px;
    color: var(--yellow);
    font-size: 42px !important;
    line-height: 1.05;
}

.app-data-copy p {
    max-width: 44ch;
    color: rgba(255,255,255,.75);
}

.app-data-numbers {
    padding: 0 40px;
}

.app-data-numbers > div {
    padding: 22px 0;
    border-bottom: 1px solid rgba(255,255,255,.18);
}

.app-data-numbers strong,
.app-data-numbers span {
    display: block;
}

.app-data-numbers strong {
    color: var(--pink);
    font-size: 38px;
    line-height: 1;
}

.app-data-numbers span {
    margin-top: 7px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.app-data-section > img {
    max-height: 390px;
    justify-self: end;
}

.commercial-close {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    padding: 74px max(24px, calc((100% - var(--max)) / 2));
    color: var(--violet);
    background: var(--yellow);
}

.commercial-close h2 {
    margin: 0 0 10px;
    font-size: 42px !important;
    line-height: 1;
}

.commercial-close p {
    margin: 0;
	
}

.commercial-close > div:last-child {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 18px;
    align-items: center;
}

.commercial-close .btn-yellow {
    color: var(--paper);
    background: var(--purple);
}

.commercial-close > div:last-child > a:not(.btn) {
    color: var(--purple);
    font-weight: 800;
}

.home-live-section {
    position: relative;
    min-height: 820px;
    padding: 132px max(24px, calc((100% - var(--max)) / 2)) 52px;
    overflow: hidden;
    color: var(--paper);
    background: var(--purple);
}

.home-live-head {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 50px;
    align-items: center;
    margin-bottom: 26px;
}

.home-live-head h1 {
    margin: 8px 0 0;
    color: var(--paper);
    font-size: 44px !important;
    line-height: 1;
}

.home-live-now {
    min-width: 280px;
    padding-left: 30px;
    border-left: 2px solid var(--yellow);
}

.home-live-now > span,
.home-live-now strong,
.home-live-now small {
    display: block;
}

.home-live-now > span {
    display: flex;
    align-items: center;
    color: var(--yellow);
    font-size: 12px;
    font-weight: 900;
}

.home-live-now strong {
    margin-top: 5px;
    font-size: 20px;
}

.home-live-now small {
    color: rgba(255,255,255,.7);
}

.home-live-section .text-link {
    color: var(--yellow);
    border-color: var(--yellow);
}

.home-live-video {
    max-width: 1080px;
    margin: 0 auto;
    border-color: var(--yellow);
}

.home-live-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1080px;
    margin: 20px auto 0;
    padding-right: 330px;
}

.home-live-footer > span {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 800;
}

.live-studio-hero {
    position: relative;
    padding: 74px max(24px, calc((100% - var(--max)) / 2)) 82px;
    overflow: hidden;
    color: var(--paper);
    background: var(--red-deep);
}

.live-studio-intro {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(280px, .48fr);
    gap: 18px 44px;
    align-items: end;
    margin-bottom: 28px;
}

.live-studio-intro .live-label {
    grid-column: 1 / -1;
}

.live-studio-intro h1 {
    max-width: 13ch;
    margin: 0;
    color: var(--paper);
    font-size: 52px;
    font-weight: 900;
    line-height: .98;
}

.live-studio-intro p {
    max-width: 44ch;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
    line-height: 1.55;
}

.live-experience-strip {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.live-experience-strip span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 13px;
    color: rgba(255,255,255,.88);
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.live-icon {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.live-video-shell {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000000;
    border: 2px solid rgba(255,255,255,.22);
    border-radius: 8px;
}

.live-video-shell iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.live-broadcast-card {
    --program-progress: 0%;
    position: relative;
    margin-top: 16px;
    padding: 18px 20px 16px;
    color: var(--paper);
    background: var(--violet);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    box-shadow: 0 18px 34px rgba(24, 4, 29, .18);
}

.live-track-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.live-track-row[hidden] {
    display: none;
}

.live-track-cover {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 7px;
}

.live-track-copy {
    min-width: 0;
}

.live-track-copy strong,
.live-track-copy span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.live-track-copy strong {
    font-size: 17px;
    line-height: 1.15;
}

.live-track-copy span {
    margin-top: 3px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
}

.live-track-votes {
    gap: 10px;
}

.live-track-votes .vote-button {
    background: rgba(255,255,255,.96);
}

.live-program-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px 0 11px;
}

.live-program-copy {
    display: flex;
    align-items: baseline;
    min-width: 0;
}

.live-program-copy strong,
.live-program-copy span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-program-copy strong {
    color: var(--yellow);
    font-size: 14px;
    text-transform: uppercase;
}

.live-program-copy span {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.live-program-copy span::before {
    margin: 0 5px;
    content: "·";
}

.live-program-row time {
    flex: 0 0 auto;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    font-weight: 700;
}

.live-program-progress {
    height: 6px;
    overflow: hidden;
    background: rgba(255,255,255,.2);
    border-radius: 999px;
}

.live-program-progress span {
    display: block;
    width: var(--program-progress);
    height: 100%;
    background: linear-gradient(90deg, var(--yellow), var(--pink));
    border-radius: inherit;
}

.live-stream-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px 30px;
    padding-top: 26px;
}

.live-stream-status > div:first-child > span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 900;
}

.live-stream-status > div:first-child > span .live-icon {
    color: var(--turquoise);
}

.live-stream-status p {
    margin: 5px 0 0;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

.live-stream-status > div:last-child {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.live-action-btn .live-icon {
    width: 17px;
    height: 17px;
}

.btn-yellow.live-action-btn .live-icon {
    color: var(--violet);
}

.btn-whatsapp.live-action-btn .live-icon {
    color: var(--paper);
}

.live-now-section {
    display: block;
}

.now-playing-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px max(24px, calc((100% - var(--max)) / 2));
    color: var(--violet);
    background: var(--yellow);
}

.now-playing-band[hidden] {
    display: none;
}

.now-playing-band > div {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2px 20px;
    align-items: center;
}

.now-playing-band span {
    display: flex;
    grid-row: span 2;
    align-items: center;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
}

.now-playing-band strong,
.now-playing-band small {
    display: block;
    text-transform: uppercase;
}

.now-playing-band strong {
    font-size: 24px;
    line-height: 1.1;
}

.now-playing-band small {
    font-weight: 700;
}

.now-playing-band time {
    flex: 0 0 auto;
    color: var(--red);
    font-size: 13px;
    font-weight: 800;
}

.live-interaction {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 40px;
    padding: 66px max(24px, calc((100% - var(--max)) / 2));
}

.live-studio-columns {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 28px;
    align-items: start;
}

.live-now-program {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 26px;
    color: var(--paper);
    background: var(--violet);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    box-shadow: 0 18px 34px rgba(24, 4, 29, .18);
}

.live-now-program .live-label {
    margin-bottom: 24px;
}

.broadcast-rail {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.broadcast-stop {
    display: grid;
    grid-template-columns: 14px 72px 1fr;
    align-items: center;
    gap: 16px;
    padding: 11px 0;
}

.broadcast-track {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

.broadcast-track::before {
    content: "";
    position: absolute;
    top: -11px;
    bottom: -11px;
    width: 2px;
    background: rgba(255,255,255,.14);
}

.broadcast-stop-previous .broadcast-track::before {
    top: 50%;
}

.broadcast-stop-next .broadcast-track::before {
    bottom: 50%;
}

.broadcast-dot {
    position: relative;
    z-index: 1;
    width: 9px;
    height: 9px;
    background: rgba(255,255,255,.35);
    border: 2px solid var(--violet);
    border-radius: 50%;
}

.broadcast-stop-current .broadcast-dot {
    width: 11px;
    height: 11px;
    background: var(--coral);
    border-width: 0;
    box-shadow: 0 0 0 5px rgba(239, 51, 79, .25);
    animation: live-pulse 1.7s var(--ease) infinite;
}

.broadcast-photo {
    justify-self: center;
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    opacity: .55;
    filter: grayscale(.5);
}

.broadcast-stop-current .broadcast-photo {
    width: 72px;
    height: 72px;
    opacity: 1;
    filter: none;
    box-shadow: 0 0 0 3px rgba(255,255,255,.15), 0 16px 30px rgba(10, 2, 14, .4);
}

.broadcast-copy {
    min-width: 0;
}

.broadcast-copy small {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    color: rgba(255,255,255,.45);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.broadcast-stop-current .broadcast-copy small {
    color: var(--coral);
}

.broadcast-stop-current .broadcast-copy small .live-dot {
    width: 7px;
    height: 7px;
    margin-right: 6px;
    box-shadow: none;
    animation: none;
}

.broadcast-copy strong {
    display: block;
    overflow: hidden;
    color: rgba(255,255,255,.78);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.broadcast-stop-current .broadcast-copy strong {
    color: var(--paper);
    font-size: 20px;
    font-weight: 700;
    white-space: normal;
}

.broadcast-copy span {
    display: block;
    margin-top: 3px;
    overflow: hidden;
    color: rgba(255,255,255,.4);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.broadcast-stop-current .broadcast-copy span {
    color: var(--pink);
    font-size: 14px;
    font-weight: 400;
    white-space: normal;
}

.live-interaction {
    color: var(--violet);
    background: var(--yellow);
}

.live-interaction > div {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 0 18px;
    align-items: center;
}

.live-interaction-icon {
    grid-row: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: var(--paper);
    background: var(--purple);
    border-radius: 50%;
    box-shadow: 0 12px 24px rgba(53, 16, 68, .24);
}

.live-interaction-icon .live-icon {
    width: 27px;
    height: 27px;
    stroke-width: 1.8;
}

.live-interaction h2 {
    max-width: 22ch;
    margin: 0 0 10px;
    font-size: 32px !important;
    line-height: 1.1;
}

.live-interaction p {
    max-width: 48ch;
    margin: 0;
}

.schedule-content {
    width: min(var(--max), calc(100% - 48px));
    margin: 0 auto;
    padding: 72px 0 110px;
}

.schedule-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.schedule-head h2,
.hosts-panel h2 {
    margin: 0;
    color: var(--purple);
    font-size: 30px !important;
    font-weight: 700 !important;
}

.schedule-head > div:first-child > span,
.hosts-panel > span {
    display: block;
    width: 34px;
    height: 3px;
    margin-top: 8px;
    background: var(--pink);
}

.station-select {
    display: flex;
    align-items: center;
    min-width: 300px;
    height: 48px;
    padding: 0 18px;
    color: var(--purple);
    border: 1px solid #bfaac7;
    border-radius: 999px;
    font-size: 13px;
}

.station-select b {
    margin-right: 14px;
    padding-right: 14px;
    border-right: 1px solid var(--line);
}

.schedule-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 48px;
    align-items: start;
}

.tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.tabs a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 68px;
    height: 44px;
    color: var(--muted);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.tabs a.active {
    color: var(--paper);
    background: var(--purple);
    border-color: var(--purple);
}

.schedule-list {
    border-top: 2px solid var(--purple);
}

.schedule-list .program-card {
    grid-template-columns: 76px 1fr;
    gap: 14px;
    padding: 14px 0 14px 20px;
}

.schedule-list .program-card + .program-card {
    padding-left: 20px;
    border-left: 0;
}

.schedule-list .program-card img {
    width: 76px;
    height: 76px;
}

.schedule-list .program-card h3 {
    margin: 0 0 3px;
    font-size: 17px !important;
    line-height: 1.15;
}

.schedule-list .program-card p {
    display: -webkit-box;
    margin: 0 0 4px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.35;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.schedule-list .program-card .time {
    font-size: 12px;
}

.schedule-list .program-card strong {
    font-size: 11px;
}

.hosts-panel {
    position: sticky;
    top: 24px;
    padding: 28px;
    background: var(--soft);
    border-radius: 8px;
}

.host-list {
    margin-top: 22px;
}

.host-list .host-member {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 13px;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
    border-radius: 7px;
    transition: background-color .2s ease;
}

.host-list .host-member:hover,
.host-list .host-member:focus-visible {
    background: var(--paper);
}

.host-list img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 50%;
    transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}

.host-list .host-member:hover img,
.host-list .host-member:focus-visible img {
    box-shadow: 0 0 0 3px var(--soft), 0 0 0 6px var(--pink);
    transform: scale(1.04);
}

.host-list strong,
.host-list small {
    display: block;
}

.host-list strong {
    color: var(--purple);
    font-size: 14px;
}

.host-list small {
    color: var(--muted);
}

.page-hero {
    padding: 76px max(24px, calc((100% - var(--max)) / 2)) 84px;
    color: var(--paper);
    background: var(--red);
}

.page-hero .section-kicker {
    display: none;
}

.page-title {
    margin: 0 0 12px;
    font-size: 58px !important;
    line-height: 1;
}

.page-hero p {
    max-width: 58ch;
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 15px;
}

.article-hero .news-tag {
    margin: 0 0 16px;
    padding: 5px 11px;
    color: var(--red-deep);
    background: var(--yellow);
    border-radius: 999px;
}

.article-hero .page-title {
    max-width: 34ch;
}

.article-subtitle {
    max-width: 58ch;
    margin: 10px 0 0;
    color: rgba(255,255,255,.92);
    font-size: 18px;
    font-style: italic;
    line-height: 1.45;
}

.article-meta {
    margin-top: 14px !important;
    font-size: 12px;
}

.article-author {
    color: rgba(255,255,255,.65);
}

.article-section {
    max-width: 760px;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 760px) minmax(280px, 330px);
    gap: clamp(38px, 5vw, 68px);
    align-items: start;
}

.article-main {
    min-width: 0;
}

.article-cover-figure {
    margin: 0 0 36px;
}

.article-cover {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0;
}

.article-cover-figure figcaption {
    margin-top: 10px;
    color: var(--muted);
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.article-content {
    color: var(--ink);
    font-size: 17px;
    line-height: 1.75;
}

.article-content p {
    margin: 0 0 22px;
}

.article-content h2,
.article-content h3 {
    margin: 40px 0 16px;
    font-weight: 900;
    line-height: 1.2;
}

.article-content h2 {
    font-size: 26px;
}

.article-content h3 {
    font-size: 21px;
}

.article-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 8px 0 22px;
}

.article-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 8px 0 22px;
    border: 0;
    border-radius: 8px;
}

.article-content a {
    color: var(--site-link, var(--red));
    text-decoration: underline;
}

.article-content blockquote {
    margin: 0 0 22px;
    padding-left: 20px;
    color: var(--muted);
    border-left: 1px solid var(--yellow);
    font-style: italic;
}

.article-content ul,
.article-content ol {
    margin: 0 0 22px;
    padding-left: 22px;
}

.article-content li {
    margin-bottom: 8px;
}

.article-main > .text-link,
.article-section > .text-link {
    margin-top: 12px;
}

.article-sidebar {
    position: sticky;
    top: 24px;
    min-width: 0;
}

.article-sidebar-block + .article-sidebar-block {
    margin-top: 38px;
}

body .article-sidebar-block h2 {
    margin: 0;
    padding-bottom: 11px;
    color: var(--purple);
    border-bottom: 1px solid var(--line);
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.article-sidebar-item {
    display: grid;
    grid-template-columns: 80px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    padding: 15px 0;
    border-bottom: 1px solid var(--line);
}

.article-sidebar-item img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.article-sidebar-copy {
    min-width: 0;
}

.article-sidebar-copy strong,
.article-sidebar-copy time {
    display: block;
}

.article-sidebar-copy strong {
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.28;
    transition: color .2s ease;
}

.article-sidebar-copy time {
    margin-top: 5px;
    color: #9a929d;
    font-size: 11px;
    line-height: 1.2;
}

.article-sidebar-item:hover .article-sidebar-copy strong {
    color: var(--purple);
}

.content-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr);
    gap: 70px;
    align-items: center;
}

.content-columns p {
    max-width: 68ch;
}

.content-columns > img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    padding: 30px;
    background: var(--purple);
    border-radius: 8px;
}

.form-grid {
    display: grid;
    gap: 16px;
}

.form-grid label,
.form-grid label > span {
    display: block;
}

.form-grid label > span {
    margin-bottom: 6px;
    color: var(--purple);
    font-size: 13px;
    font-weight: 800;
}

.form-grid input,
.form-grid textarea {
    width: 100%;
    min-height: 52px;
    padding: 14px 16px;
    color: var(--ink);
    background: var(--paper);
    border: 1.5px solid var(--line);
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(28, 6, 22, .04);
    transition: border-color .18s ease, box-shadow .18s ease;
}

.form-status {
    min-height: 24px;
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.form-grid input:focus,
.form-grid textarea:focus {
    border-color: var(--purple);
    outline: none;
    box-shadow: 0 0 0 3px rgba(100, 27, 131, .14);
}

.form-grid textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-box {
    padding: 36px;
    color: var(--paper);
    background: var(--purple);
    border-radius: 8px;
}

.contact-box h2 {
    margin: 0 0 24px;
    font-size: 30px !important;
}

.contact-box .btn {
    margin-top: 10px;
}

.contact-line {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.contact-line p {
    margin: 0;
    color: rgba(255,255,255,.88);
    line-height: 1.5;
}

.contact-line strong {
    color: var(--paper);
}

.contact-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--yellow);
}

.site-footer {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 48px;
    padding: 70px max(24px, calc((100% - var(--max)) / 2)) 110px;
    color: rgba(255,255,255,.75);
    background: var(--ink);
}

.footer-logo {
    width: 170px;
    margin-bottom: 18px;
}

.footer-brand p {
    max-width: 34ch;
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
}

.site-footer strong,
.site-footer a,
.site-footer span {
    display: block;
}

.site-footer strong {
    margin-bottom: 16px;
    color: var(--yellow);
    font-size: 13px;
    letter-spacing: .03em;
    text-transform: uppercase;
}

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

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transition: color .2s ease;
}

.footer-links svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: var(--yellow);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: color .2s ease;
}

.footer-links li:nth-child(3) svg {
    fill: currentColor;
    stroke: none;
}

.footer-links a:hover svg {
    color: var(--paper);
}

.footer-address {
    max-width: 26ch;
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.65;
}

.footer-frequency {
    color: var(--paper);
    font-weight: 700;
}

.footer-col > a {
    margin-bottom: 8px;
}

.site-footer small {
    display: block;
    margin-top: 14px;
    color: rgba(255,255,255,.5);
    font-size: 12px;
}

.site-footer-legal {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.5);
    font-size: 12.5px;
}

.site-footer-legal a {
    display: inline;
    color: var(--yellow);
    font-weight: 600;
}

.site-footer-legal a:hover {
    text-decoration: underline;
}

.radio-bar {
    position: fixed;
    z-index: 80;
    right: 24px;
    bottom: 24px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) 34px 38px;
    gap: 14px;
    align-items: center;
    width: 390px;
    min-height: 84px;
    padding: 14px;
    color: var(--ink);
    background: var(--paper);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(27, 13, 31, .28);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s var(--ease);
    pointer-events: none;
}

.radio-bar.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.player-toggle,
.player-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    color: var(--paper);
    background: var(--coral);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}

.player-toggle {
    position: relative;
    isolation: isolate;
}

.player-toggle::before,
.player-toggle::after {
    position: absolute;
    z-index: -1;
    inset: -8px;
    content: "";
    pointer-events: none;
    border-radius: 50%;
    opacity: 0;
}

.player-toggle::before {
    background: conic-gradient(var(--pink), var(--yellow), var(--coral), var(--pink));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px));
}

.player-toggle::after {
    inset: -7px;
    border: 2px solid rgba(255, 79, 123, .62);
}

.radio-bar.is-playing .player-toggle::before,
.status-bar.is-playing .player-toggle::before {
    opacity: 1;
    animation: hero-spin 2s linear infinite;
}

.radio-bar.is-playing .player-toggle::after,
.status-bar.is-playing .player-toggle::after {
    opacity: 1;
    animation: player-wave 1.8s ease-out infinite;
}

.player-whatsapp {
    width: 38px;
    height: 38px;
    color: var(--green);
    background: #e8faef;
}

.player-toggle svg,
.player-whatsapp svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.player-toggle .play-icon {
    fill: currentColor;
    stroke: none;
}

.pause-icon {
    display: none;
}

.radio-bar.is-playing .play-icon,
.status-bar.is-playing .play-icon {
    display: none;
}

.radio-bar.is-playing .pause-icon,
.status-bar.is-playing .pause-icon {
    display: block;
}

.player-copy {
    min-width: 0;
}

.player-copy span,
.player-copy strong,
.player-copy small {
    display: block;
    overflow: hidden;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player-copy span {
    color: var(--red);
    font-size: 10px;
    font-weight: 900;
}

.player-copy .live-dot {
    width: 6px;
    height: 6px;
    margin-right: 4px;
    box-shadow: none;
}

.player-copy strong {
    margin: 4px 0 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.audio-spectrum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex: 0 0 34px;
    width: 34px;
    height: 28px;
    color: var(--purple);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-4px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.audio-spectrum__bar {
    display: block;
    width: 3px;
    height: 8px;
    background: currentColor;
    border-radius: 3px;
    transform-origin: center;
}

.audio-spectrum__bar:nth-child(2) { height: 16px; }
.audio-spectrum__bar:nth-child(3) { height: 23px; }
.audio-spectrum__bar:nth-child(4) { height: 14px; }
.audio-spectrum__bar:nth-child(5) { height: 19px; }

.radio-bar.is-playing .audio-spectrum,
.status-bar.is-playing .audio-spectrum {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.radio-bar.is-playing .audio-spectrum__bar,
.status-bar.is-playing .audio-spectrum__bar {
    animation: audio-spectrum-bounce .85s ease-in-out infinite alternate;
}

.audio-spectrum__bar:nth-child(2) { animation-delay: -.2s; }
.audio-spectrum__bar:nth-child(3) { animation-delay: -.45s; }
.audio-spectrum__bar:nth-child(4) { animation-delay: -.3s; }
.audio-spectrum__bar:nth-child(5) { animation-delay: -.1s; }

.player-copy small {
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
}

.radio-bar audio {
    display: none;
}

@keyframes live-pulse {
    50% { opacity: .55; transform: scale(.85); }
}

@keyframes ring-drift {
    to { transform: rotate(360deg); }
}

@keyframes ring-counter {
    to { transform: rotate(-360deg); }
}

@keyframes audio-spectrum-bounce {
    from { transform: scaleY(.45); }
    to { transform: scaleY(1); }
}

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

@keyframes player-wave {
    0% { opacity: .55; transform: scale(.98); }
    70%, 100% { opacity: 0; transform: scale(1.32); }
}

@media (max-width: 1020px) {
    .status-bar-inner {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        width: calc(100% - 32px);
    }

    .status-left {
        gap: 16px;
        padding-right: 20px;
    }

    .status-weather-city {
        display: none;
    }

    .status-right {
        gap: 16px;
        padding-left: 20px;
    }

    .status-player {
        gap: 12px;
    }

    .status-now-playing-group {
        grid-template-columns: 1px minmax(110px, 160px) 46px;
        column-gap: 13px;
        min-width: 230px;
    }

    .status-now-photo {
        width: 46px;
        height: 46px;
    }

    .status-now-playing-group .audio-spectrum {
        display: none;
    }

    .site-header {
        grid-template-columns: 170px 1fr auto;
    }

    .main-nav {
        gap: 18px;
    }

    .header-live {
        display: none;
    }

    .hero-stage {
        grid-template-columns: .95fr 1.05fr;
    }

    .hero-photo {
        width: 390px;
        height: 390px;
    }

    .hero-copy h1 {
        font-size: 54px;
    }

    .news-card:first-child {
        grid-column: span 12;
    }

    .news-card:not(:first-child) {
        grid-column: span 4;
    }

    .program-strip {
        grid-template-columns: 1fr;
    }

    .program-card + .program-card {
        padding-left: 0;
        border-left: 0;
    }

    .schedule-layout {
        grid-template-columns: minmax(0, 1fr) 290px;
        gap: 30px;
    }

    .team-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .team-avatar-ring {
        width: 165px;
        height: 165px;
    }

    .media-intro {
        grid-template-columns: 1fr;
        gap: 36px;
    }

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

    .app-data-section > img {
        display: none;
    }

    .live-stream-status {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-live-footer {
        padding-right: 0;
    }
}

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

    .status-bar-inner {
        grid-template-columns: auto auto minmax(0, 1fr);
        column-gap: 10px;
        min-height: 66px;
    }

    .status-left {
        display: flex;
        gap: 10px;
        padding-right: 0;
    }

    .status-now-playing-group {
        display: none;
    }

    .status-weather {
        justify-self: start;
    }

    .status-weather-city {
        display: none;
    }

    .status-player-copy strong {
        font-size: 13px;
    }

    .status-right {
        justify-content: center;
        gap: 0;
        padding-left: 0;
    }

    .status-player {
        gap: 8px;
    }

    .station-votes {
        gap: 6px;
    }

    .vote-button {
        width: 36px;
        height: 36px;
    }

    .site-header {
        grid-template-columns: 1fr auto;
        width: calc(100% - 32px);
        min-height: 80px;
    }

    .page-noticias .site-header,
    .page-ao-vivo .site-header,
    .page-sobre .site-header,
    .page-contato .site-header,
    .page-midia-kit .site-header {
        width: 100%;
        padding: 0 16px;
    }

    .brand {
        width: 132px;
    }

    .menu-toggle {
        display: block;
        justify-self: end;
    }

    .main-nav {
        position: absolute;
        top: 72px;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        padding: 12px 18px 18px;
        background: var(--violet);
        border-radius: 8px;
        box-shadow: 0 18px 30px rgba(20, 8, 24, .3);
    }

    .main-nav.is-open {
        display: grid;
    }

    .main-nav a {
        padding: 15px 4px;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

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

    .main-nav .mobile-live-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        justify-self: center;
        width: 100%;
        min-height: 44px;
        margin-top: 10px;
        padding: 0 18px;
        color: var(--violet);
        background: var(--yellow);
        border-radius: 999px;
        border-bottom: 0;
    }

    .main-nav .mobile-live-link.active {
        color: var(--paper);
        background: var(--pink);
    }

    .main-nav .mobile-live-link .live-dot {
        background: var(--coral);
    }

    .main-nav .mobile-live-link.active .live-dot {
        background: var(--yellow);
        box-shadow: 0 0 0 5px rgba(118, 9, 31, .22);
    }

    .hero {
        min-height: auto;
    }

    .hero-stage {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 105px 0 78px;
    }

    .hero-photo {
        width: 330px;
        height: 330px;
        margin-bottom: 26px;
    }

    .hero-copy {
        max-width: 620px;
        padding-left: 0;
        text-align: center;
    }

    .live-label,
    .hero-actions {
        justify-content: center;
    }

    .hero-copy h1 {
        max-width: none;
        font-size: 48px;
    }

    .hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-ticker {
        justify-content: flex-start;
        padding-left: 18px;
    }

    .top-news-hero {
        min-height: 680px;
    }

    .top-news-slide {
        align-items: end;
        padding: 116px 16px 112px;
        background-image:
            linear-gradient(90deg, rgba(58, 3, 24, .94) 0%, rgba(93, 11, 45, .72) 52%, rgba(25, 6, 31, .84) 100%),
            linear-gradient(0deg, rgba(20, 6, 24, .92) 0%, rgba(20, 6, 24, .2) 54%, rgba(20, 6, 24, .16) 100%),
            var(--top-news-photo);
    }

    .top-news-copy h1 {
        max-width: 13ch;
        font-size: 52px;
    }

    .top-news-copy p {
        font-size: 16px;
    }

    .top-news-controls {
        right: 16px;
        bottom: 34px;
        left: 16px;
        justify-content: space-between;
    }

    .section,
    .schedule-content {
        width: calc(100% - 32px);
        padding: 70px 0;
    }

    .section-alt {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .section-head {
        align-items: flex-start;
    }

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

    .news-card:first-child {
        flex-direction: column;
        grid-column: span 2;
        gap: 0;
    }

    .news-card:first-child .news-card-media {
        flex: 0 0 auto;
        height: 280px;
    }

    .news-card:not(:first-child) {
        grid-column: span 1;
    }

    .participate-inner {
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
        text-align: center;
    }

    .participate-inner > div {
        justify-self: center;
    }

    .participate-inner p {
        margin-right: auto;
        margin-left: auto;
    }

    .participate-inner img {
        max-height: 360px;
    }

    .hits-inner,
    .audience-inner {
        width: calc(100% - 32px);
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .hits-title {
        font-size: 40px;
    }

    .hits-board {
        grid-template-columns: 1fr;
    }

    .hits-hero img {
        min-height: 260px;
    }

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

    .team-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 34px 18px;
    }

    .team-avatar-ring {
        width: 145px;
        height: 145px;
    }

    .team-name {
        font-size: 15px;
    }

    .editorial-hero,
    .commercial-hero {
        min-height: 540px;
    }

    .editorial-hero-inner,
    .commercial-hero-inner {
        width: calc(100% - 32px);
    }

    .editorial-hero h1,
    .commercial-hero h1 {
        font-size: 48px !important;
    }

    .history-grid,
    .studio-story,
    .profile-layout,
    .coverage-grid,
    .commercial-close {
        grid-template-columns: 1fr;
    }

    .history-grid {
        gap: 30px;
    }

    .history-year strong {
        font-size: 60px;
    }

    .values-inner {
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
		text-align: center;
    }

    .values-inner article {
        padding: 28px 0;
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .about-value-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .values-inner article + article {
        border-left: 0;
    }

    .studio-story > img {
        min-height: 360px;
    }

    .studio-story-copy {
        padding: 55px 24px;
    }

    .app-callout {
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
        padding-top: 60px;
        text-align: center;
    }

    .app-callout > img {
        justify-self: center;
    }

    .profile-layout {
        gap: 42px;
    }

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

    .streaming-copy {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .streaming-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .streaming-metrics > div:nth-child(3) {
        border-left: 0;
    }

    .streaming-metrics > div:nth-child(n+3) {
        border-top: 1px solid rgba(255,255,255,.2);
    }

    .app-data-section {
        gap: 30px;
    }

    .commercial-close {
        gap: 32px;
    }

    .commercial-close > div:last-child {
        justify-content: start;
    }

    .home-live-head {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-live-now {
        padding: 14px 0 0;
        border-top: 1px solid rgba(255,255,255,.22);
        border-left: 0;
    }

    .live-broadcast-card {
        padding: 16px;
    }

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

    .live-track-cover {
        width: 52px;
        height: 52px;
    }

    .live-stream-status {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .live-studio-intro {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .live-studio-intro h1 {
        max-width: 14ch;
        font-size: 42px;
    }

    .live-experience-strip {
        gap: 8px;
    }

    .live-interaction {
        grid-template-columns: 1fr;
        justify-items: start;
        padding: 58px 24px;
    }

    .now-playing-band {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

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

    .hosts-panel {
        position: static;
    }

    .content-columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .site-footer {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 70px;
    }

    .site-footer > div:first-child {
        grid-column: span 2;
    }

    .radio-bar {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        grid-template-columns: 48px minmax(0, 1fr) 34px 38px;
        gap: 10px;
        min-height: 72px;
        padding: 10px 16px;
        border-radius: 0;
    }
}

@media (max-width: 520px) {
    .status-bar-inner {
        grid-template-columns: auto auto minmax(0, 1fr);
        width: calc(100% - 20px);
        column-gap: 7px;
    }

    .status-left {
        gap: 7px;
    }

    .status-weather strong {
        display: none;
    }

    .status-play {
        width: 40px;
        height: 40px;
    }

    .status-open {
        min-height: 36px;
        padding: 0 9px;
        font-size: 10px;
    }

    .status-open svg {
        width: 14px;
        height: 14px;
    }

    .status-play {
        width: 38px;
        height: 38px;
    }

    .status-player-copy span {
        font-size: 9px;
    }

    .status-player-copy strong {
        font-size: 12px;
    }

    .vote-button {
        width: 34px;
        height: 34px;
    }

    .vote-button span {
        display: none;
    }

    .hero-stage {
        width: calc(100% - 32px);
    }

    .hero-photo {
        width: 270px;
        height: 270px;
    }

    .frequency-ring {
        padding: 28px;
    }

    .frequency-label {
        right: -4px;
        bottom: 25px;
        min-width: 72px;
        font-size: 15px;
    }

    .hero-copy h1 {
        max-width: 100%;
        font-size: 36px;
        overflow-wrap: anywhere;
    }

    .hero-host {
        font-size: 17px;
    }

    .hero-time {
        font-size: 21px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        width: 100%;
    }

    .hero-actions .btn {
        width: 100%;
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
        font-size: 11px;
        white-space: nowrap;
    }

    .hero-actions .btn-whatsapp {
        grid-column: span 2;
    }

    .hero-ticker {
        gap: 22px;
    }

    .top-news-hero {
        min-height: 620px;
    }

    .top-news-slide {
        padding-top: 104px;
        padding-bottom: 108px;
        background-position: center;
    }

    .top-news-category,
    .top-news-copy time {
        margin-right: 9px;
        font-size: 11px;
    }

    .top-news-copy h1 {
        max-width: 100%;
        margin-top: 16px;
        font-size: 38px;
        overflow-wrap: anywhere;
    }

    .top-news-copy p {
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .top-news-controls > button {
        width: 44px;
        height: 44px;
    }

    .top-news-dots {
        max-width: 150px;
        overflow: hidden;
    }

    .section {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .section-head,
    .schedule-head {
        display: block;
    }

    .section-title,
    .schedule-head h2,
    .hosts-panel h2 {
        font-size: 34px !important;
		text-align: center;
    }

    .text-link {
        margin-top: 20px;
    }

    .news-grid {
        display: block;
    }

    .news-card {
        display: grid;
        grid-template-columns: 118px 1fr;
        gap: 14px;
        padding: 18px 0;
        border-top: 1px solid var(--line);
    }

    .news-card:first-child {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-top: 0;
        border-top: 0;
    }

    .news-card-media {
        height: 92px;
    }

    .news-card:first-child .news-card-media {
        height: 230px;
    }

    .news-card .news-tag {
        margin-top: 0;
    }

    .news-card-title {
        font-size: 15px !important;
    }

    .news-card:first-child .news-card-title {
        font-size: 24px !important;
    }

    .news-card:first-child .news-card-excerpt {
        font-size: 14px;
    }

    .entertainment-card {
        padding: 12px;
        border-top: 0;
        border-radius: 12px;
    }

    .entertainment-card-media {
        height: 92px;
    }

    .entertainment-card-controls {
        grid-column: 1 / -1;
        margin-top: 8px;
    }

    .hits-title {
        font-size: 32px;
    }

    .hits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .hits-hero-overlay h3 {
        font-size: 20px !important;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 26px 14px;
    }

    .team-avatar-ring {
        width: 120px;
        height: 120px;
    }

    .team-name {
        margin-top: 10px;
        font-size: 14px;
    }

    .team-card h3 {
        font-size: 15px;
    }

    .editorial-hero h1,
    .commercial-hero h1 {
        font-size: 40px !important;
    }

    .history-year strong {
        font-size: 54px;
    }

    .story-points > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .app-callout h2,
    .streaming-copy h2,
    .app-data-copy h2,
    .commercial-close h2 {
        font-size: 34px !important;
		text-align: center;
    }

    .data-bar {
        grid-template-columns: 95px 1fr 50px;
        gap: 9px;
    }

    .gender-split {
        height: 170px;
    }

    .class-split > div {
        padding: 20px 8px;
    }

    .class-split strong {
        font-size: 27px;
    }

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

    .listening-grid article:nth-child(odd) {
        border-left: 0;
    }

    .streaming-metrics,
    .app-data-section {
        grid-template-columns: 1fr;
    }

    .streaming-metrics > div + div {
        border-top: 1px solid rgba(255,255,255,.2);
        border-left: 0;
    }

    .app-data-section {
        text-align: center;
    }

    .app-data-copy h2,
    .app-data-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .app-data-numbers {
        padding: 0;
    }

    .commercial-close > div:last-child {
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .live-studio-hero {
        padding: 54px 16px 62px;
    }

    .live-studio-intro h1 {
        max-width: 100%;
        font-size: 36px;
        overflow-wrap: anywhere;
    }

    .live-studio-intro p {
        font-size: 15px;
    }

    .live-experience-strip {
        display: grid;
        grid-template-columns: 1fr;
    }

    .live-experience-strip span {
        justify-content: center;
        width: 100%;
    }

    .home-live-section {
        min-height: 0;
        padding: 104px 16px 42px;
    }

    .home-live-head h1 {
        font-size: 36px !important;
    }

    .home-live-now {
        min-width: 0;
    }

    .home-live-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-top: 16px;
    }

    .live-broadcast-card {
        padding: 13px;
        border-radius: 9px;
    }

    .live-track-row {
        grid-template-columns: 44px minmax(0, 1fr) auto;
        gap: 9px;
        padding-bottom: 13px;
    }

    .live-track-cover {
        width: 44px;
        height: 44px;
        border-radius: 6px;
    }

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

    .live-track-copy span,
    .live-program-copy span {
        font-size: 11px;
    }

    .live-track-votes {
        gap: 5px;
    }

    .live-program-row {
        gap: 10px;
        padding-top: 13px;
    }

    .live-program-copy strong {
        font-size: 12px;
    }

    .live-program-row time {
        font-size: 10px;
    }

    .live-stream-status > div:last-child {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .live-stream-status .btn {
        width: 100%;
    }

    .live-interaction > div {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 0 13px;
    }

    .live-interaction-icon {
        width: 48px;
        height: 48px;
    }

    .live-interaction h2 {
        font-size: 34px !important;
    }

    .broadcast-stop {
        grid-template-columns: 12px 52px 1fr;
        gap: 12px;
    }

    .broadcast-photo {
        width: 44px;
        height: 44px;
    }

    .broadcast-stop-current .broadcast-photo {
        width: 60px;
        height: 60px;
    }

    .broadcast-stop-current .broadcast-copy strong {
        font-size: 21px;
    }

    .now-playing-band > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .now-playing-band span {
        grid-row: auto;
        margin-bottom: 8px;
    }

    .program-card,
    .schedule-list .program-card {
        grid-template-columns: 64px 1fr;
        gap: 12px;
        padding: 12px 0;
    }

    .schedule-list .program-card {
        padding-left: 20px;
    }

    .program-card img,
    .schedule-list .program-card img {
        width: 64px;
        height: 64px;
    }

    .program-card h3,
    .schedule-list .program-card h3 {
        margin: 0 0 2px;
        font-size: 16px !important;
    }

    .program-card p {
        display: none;
    }

    .participate-inner h2 {
        font-size: 44px;
    }

    .station-select {
        width: 100%;
        min-width: 0;
        margin-top: 20px;
    }

    .tabs a {
        min-width: 60px;
    }

    .page-hero {
        padding-top: 58px;
        padding-bottom: 62px;
    }

    .page-title {
        font-size: 44px !important;
    }

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

    .site-footer > div:first-child {
        grid-column: auto;
    }
}

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

/* Tokens exposed by the site editor. */
:root {
    --max: var(--site-max-width, 1180px);
    --ink: var(--site-title-text, #1c1720);
    --muted: var(--site-news-text, #6f6872);
    --paper: var(--site-background, #ffffff);
    --purple: var(--site-primary, #641b83);
    --red: var(--site-secondary, #b1122b);
}

/* Typography controls from Editor do site apply consistently to semantic headings. */
body h1 {
    font-size: var(--h1-size, var(--display-size)) !important;
    font-weight: var(--h1-weight, var(--display-weight)) !important;
}

body h2 {
    font-size: var(--h2-size, var(--heading-size)) !important;
    font-weight: var(--h2-weight, var(--heading-weight)) !important;
}

body h3 {
    font-size: var(--h3-size, 24px) !important;
    font-weight: var(--h3-weight, 800) !important;
}

@media (max-width: 520px) {
    /* Keeps custom H1/H2 sizes from the editor from overflowing small screens. */
    body h1 {
        font-size: min(44px, var(--h1-size, var(--display-size))) !important;
    }

    body h2 {
        font-size: min(32px, var(--h2-size, var(--heading-size))) !important;
    }
}

/* The home lead follows the older editorial cover: compact, wide and easy to scan. */
body .top-news-copy h1 {
    max-width: 20ch;
    font-size: clamp(38px, 3.4vw, 56px) !important;
    line-height: 1.02;
    text-wrap: balance;
}

@media (max-width: 900px) {
    .article-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 54px;
    }

    .article-sidebar {
        position: static;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
        padding-top: 34px;
        border-top: 1px solid var(--line);
    }

    .article-sidebar-block + .article-sidebar-block {
        margin-top: 0;
    }
}

@media (max-width: 620px) {
    .article-hero .page-title,
    .article-content {
        overflow-wrap: anywhere;
    }

    .article-layout,
    .article-main,
    .article-content,
    .article-content > * {
        max-width: 100%;
    }

    .article-main {
        overflow: hidden;
    }

    .article-sidebar {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .article-sidebar-item {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .article-sidebar-item img {
        width: 74px;
        height: 74px;
    }
}

@media (max-width: 900px) {
    body .hits-title {
        font-size: 36px !important;
    }
}

@media (max-width: 780px) {
    .commercial-hero > .commercial-hero-content {
        width: calc(100% - 32px);
        min-height: 540px;
    }

    .about-hero,
    .about-hero-inner {
        min-height: 580px;
    }

    .about-facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-right: 16px;
        padding-left: 16px;
    }

    .about-facts > div:nth-child(3) {
        border-left: 0;
    }

    .studio-story-image {
        min-height: 430px;
    }
}

@media (max-width: 520px) {
    body .hits-title {
        margin-bottom: 30px;
        font-size: 30px !important;
    }

    .hits-card-position {
        top: 7px;
        width: 43px;
        height: 30px;
        font-size: 15px;
    }

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

    .media-pillars article,
    .media-pillars article:nth-child(even) {
        padding: 20px 0;
        border-left: 0;
    }

    .listening-grid article:last-child:nth-child(odd) {
        grid-column: span 2;
        border-left: 0;
    }

    .about-facts > div {
        padding: 30px 18px;
    }

    .about-facts strong {
        font-size: 32px;
    }

    .about-facts > p {
        padding-right: 18px;
        padding-left: 18px;
    }

    body .studio-story-copy h2 {
        font-size: 36px !important;
    }

    .story-points > div {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 15px;
    }
}

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

    .site-header,
    .hero-stage,
    .hero-copy,
    .top-news-copy,
    .commercial-hero > .commercial-hero-content,
    .editorial-hero-inner,
    .editorial-hero-inner > div,
    .live-studio-intro,
    .live-studio-columns,
    .live-studio-main,
    .live-studio-side {
        min-width: 0;
        max-width: 100%;
    }

    .hero-copy,
    .commercial-hero > .commercial-hero-content,
    .editorial-hero-inner > div,
    .live-studio-intro {
        width: 100%;
    }

    .hero-copy p,
    .commercial-hero p,
    .editorial-hero p,
    .live-studio-intro h1,
    .live-studio-intro p {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .commercial-hero > .commercial-hero-content {
        box-sizing: border-box;
        padding-right: 16px;
        padding-left: 16px;
    }

    .commercial-hero h1,
    .commercial-hero p {
        max-width: 100%;
    }

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

    .hero-actions .btn,
    .hero-actions .btn-whatsapp {
        grid-column: auto;
        white-space: normal;
        text-align: center;
    }

    .status-bar {
        padding: 8px 0;
    }

    .status-bar-inner {
        grid-template-columns: auto auto minmax(0, 1fr);
        column-gap: 8px;
        min-height: 0;
        padding: 6px 0;
    }

    .status-left {
        gap: 8px;
        min-width: 0;
        padding-right: 0;
    }

    .status-studio span {
        display: yes;
    }

    .status-studio {
        padding: 0 12px;
    }

    .status-player {
        gap: 15px;
		padding: 0 0 0 5px;
    }

    .status-right {
        justify-content: flex-end;
        gap: 8px;
        min-width: 0;
        padding-left: 0;
    }

    .streaming-band {
        text-align: center;
    }

    .streaming-copy {
        grid-template-columns: minmax(0, 1fr);
        justify-items: center;
        gap: 14px;
    }

    .streaming-copy h2,
    .streaming-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .streaming-metric-icon {
        margin-right: auto;
        margin-left: auto;
    }

    .live-video-shell,
    .live-video-shell iframe,
    .live-broadcast-card,
    .live-stream-status,
    .now-playing-band {
        max-width: 100%;
    }

    .schedule-layout > div,
    .schedule-list,
    .schedule-list .program-card,
    .schedule-list .program-card > div {
        min-width: 0;
        max-width: 100%;
    }

    .schedule-tabs {
        width: 100%;
        max-width: 100%;
        overscroll-behavior-inline: contain;
    }

    .app-data-section .app-actions {
        justify-content: center;
    }

    .app-data-section .app-data-numbers > div:nth-child(2) {
        display: none;
    }

    .commercial-close > div:last-child {
        justify-items: center;
        text-align: center;
    }

    .commercial-close[aria-labelledby="media-kit-download-title"] {
        text-align: center;
    }

    .commercial-close[aria-labelledby="media-kit-download-title"] > div:first-child,
    .commercial-close[aria-labelledby="media-kit-download-title"] p {
        margin-right: auto;
        margin-left: auto;
    }

    .site-footer {
        text-align: center;
    }

    .footer-logo,
    .footer-brand p,
    .footer-address {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-links a {
        justify-content: center;
    }

    .site-footer-legal {
        align-items: center;
    }
}
