.radio-page {
    background: #fff;
}

.radio-page .main-nav a.is-current {
    color: var(--orange);
}

.radio-kicker {
    margin: 0 0 12px;
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.radio-hero {
    position: relative;
    min-height: min(500px, calc(100vh - 120px));
    overflow: hidden;
    color: #fff;
    background: #032f68;
}

.radio-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 4px;
    background: linear-gradient(90deg, var(--yellow) 0 35%, var(--orange) 35% 70%, var(--pink) 70%);
}

.radio-hero-image,
.radio-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.radio-hero-image {
    object-fit: cover;
    object-position: center 44%;
}

@media (min-width: 1280px) {
    .radio-hero-image {
        object-position: center 85%;
    }
}

.radio-hero-shade {
    background:
        linear-gradient(90deg, rgba(2, 25, 66, .98) 0%, rgba(3, 47, 104, .9) 38%, rgba(3, 47, 104, .28) 72%, rgba(2, 17, 45, .18) 100%),
        linear-gradient(0deg, rgba(1, 15, 39, .42), transparent 52%);
}

.radio-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: min(500px, calc(100vh - 120px));
    padding-block: 122px 54px;
}

.radio-hero .radio-kicker {
    color: var(--yellow);
}

.radio-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(46px, 5vw, 60px);
    font-weight: 600;
    line-height: .9;
    text-transform: uppercase;
}

.radio-hero h1 span {
    color: var(--yellow);
}

.radio-hero-lead {
    max-width: 570px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(16px, 1.4vw, 19px);
    font-weight: 400;
    line-height: 1.5;
}

.radio-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px 24px;
    margin-top: 22px;
}

.radio-listen,
.radio-hero-actions a,
.radio-director-copy a,
.radio-closing-inner > a {
    min-height: 46px;
    border: 0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.radio-listen {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 22px;
    color: var(--blue-deep);
    background: var(--yellow);
}

.radio-listen-icon {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid currentColor;
}

.radio-hero-actions a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-radius: 0;
}

.radio-hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 150px));
    gap: 0;
    max-width: 500px;
    margin: 30px 0 0;
}

.radio-hero-facts div {
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, .26);
}

.radio-hero-facts div:first-child {
    padding-left: 0;
    border-left: 0;
}

.radio-hero-facts dt {
    color: var(--yellow);
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
}

.radio-hero-facts dd {
    margin: 5px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 1.35;
}

.radio-origin {
    padding: 112px 0;
    background: #fff;
}

.radio-origin-grid,
.radio-director-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
    align-items: center;
    gap: clamp(50px, 8vw, 110px);
}

.radio-origin-visual,
.radio-director-photo {
    position: relative;
    margin: 0;
}

.radio-origin-visual::before {
    content: "";
    position: absolute;
    top: -18px;
    left: -18px;
    z-index: 0;
    width: 45%;
    height: 46%;
    background: var(--yellow);
}

.radio-origin-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.radio-origin-visual figcaption {
    position: absolute;
    right: -22px;
    bottom: -24px;
    z-index: 2;
    width: min(330px, 72%);
    padding: 20px 24px;
    color: #fff;
    background: var(--blue-deep);
}

.radio-origin-visual figcaption strong,
.radio-origin-visual figcaption span {
    display: block;
}

.radio-origin-visual figcaption strong {
    font-size: 15px;
    font-weight: 700;
}

.radio-origin-visual figcaption span {
    margin-top: 4px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

.radio-origin-copy h2,
.radio-section-heading h2,
.radio-timeline-heading h2,
.radio-reach-heading h2,
.radio-director-copy h2,
.radio-closing-inner h2 {
    margin: 0;
    font-weight: 600;
    line-height: 1.13;
}

.radio-origin-copy h2,
.radio-director-copy h2 {
    color: var(--blue-deep);
    font-size: clamp(31px, 3.2vw, 45px);
}

.radio-origin-copy > p:not(.radio-kicker),
.radio-director-copy > p:not(.radio-kicker) {
    margin: 20px 0 0;
    color: #536078;
    font-size: 15px;
    line-height: 1.75;
}

.radio-origin-copy strong {
    color: var(--blue-deep);
    font-weight: 700;
}

.radio-origin-copy blockquote {
    margin: 28px 0 0;
    padding: 2px 0 2px 22px;
    color: var(--blue);
    border-left: 4px solid var(--orange);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

.radio-evolution {
    position: relative;
    padding: 96px 0 104px;
    color: #fff;
    background-color: #0648ae;
    background-image:
        linear-gradient(rgba(4, 65, 170, .88), rgba(4, 65, 170, .88)),
        url("../png/pontos.png");
    background-repeat: no-repeat, repeat;
}

.radio-evolution::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--orange), var(--yellow), var(--pink));
}

.radio-section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(260px, 420px);
    align-items: end;
    gap: 50px;
}

.radio-section-heading .radio-kicker {
    color: var(--yellow);
}

.radio-section-heading h2 {
    max-width: 650px;
    font-size: clamp(31px, 3.5vw, 48px);
}

.radio-section-heading > p {
    margin: 0 0 4px;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.7;
}

.radio-technical-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 58px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.technical-highlight {
    position: relative;
    min-height: 300px;
    padding: 34px 25px 30px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

.technical-highlight:first-child {
    border-left: 0;
}

.technical-highlight::after {
    content: "";
    position: absolute;
    inset: auto 25px 0;
    height: 5px;
    background: var(--highlight);
}

.technical-highlight svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: var(--highlight);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.technical-highlight span {
    display: block;
    margin-top: 26px;
    color: var(--highlight);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.technical-highlight h3 {
    margin: 8px 0 0;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.25;
}

.technical-highlight p {
    margin: 14px 0 0;
    color: rgba(255, 255, 255, .65);
    font-size: 13px;
    line-height: 1.65;
}

.technical-highlight-orange { --highlight: #ff8b3d; }
.technical-highlight-yellow { --highlight: var(--yellow); }
.technical-highlight-lilac { --highlight: #c38bff; }
.technical-highlight-pink { --highlight: #ff64bb; }

.radio-timeline {
    padding: 100px 0 112px;
    background: #f4f7fb;
}

.radio-timeline-heading {
    max-width: 690px;
}

.radio-timeline-heading h2 {
    color: var(--blue-deep);
    font-size: clamp(31px, 3.2vw, 45px);
}

.radio-timeline-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    margin: 60px 0 0;
    padding: 0;
    list-style: none;
}

.radio-timeline-list::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    right: 4px;
    height: 2px;
    background: #ccd6e6;
}

.radio-timeline-list li {
    position: relative;
    padding: 37px 25px 0 0;
}

.radio-timeline-list li::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 4px solid #f4f7fb;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 2px var(--orange);
}

.radio-timeline-list li:nth-child(even)::before {
    background: var(--blue-bright);
    box-shadow: 0 0 0 2px var(--blue-bright);
}

.radio-timeline-list time {
    color: var(--orange);
    font-size: 18px;
    font-weight: 700;
}

.radio-timeline-list h3 {
    margin: 7px 0 0;
    color: var(--blue-deep);
    font-size: 15px;
    font-weight: 700;
}

.radio-timeline-list p {
    margin: 10px 0 0;
    color: #68748a;
    font-size: 12px;
    line-height: 1.65;
}

.radio-reach {
    position: relative;
    padding: 104px 0 112px;
    overflow: hidden;
    color: #fff;
    border-top: 4px solid var(--yellow);
    background-color: #0648ae;
    background-image:
        linear-gradient(rgba(4, 65, 170, .88), rgba(4, 65, 170, .88)),
        url("../png/pontos.png");
    background-repeat: no-repeat, repeat;
    background-position: center, left top;
    background-size: 100% 100%, auto;
}

.radio-reach::after {
    content: "92,3";
    position: absolute;
    top: -42px;
    right: -18px;
    color: rgba(255, 255, 255, .035);
    font-size: clamp(150px, 23vw, 360px);
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.radio-reach .container {
    position: relative;
    z-index: 1;
}

.radio-reach-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
    align-items: end;
    gap: clamp(42px, 8vw, 120px);
}

.radio-reach .radio-kicker {
    color: var(--yellow);
}

.radio-reach-heading h2 {
    max-width: 660px;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
}

.radio-reach-heading > p {
    margin: 0;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.75;
}

.radio-reach-panel {
    display: grid;
    grid-template-columns: minmax(310px, .82fr) minmax(0, 1.18fr);
    margin-top: 54px;
    border-top: 1px solid rgba(255, 255, 255, .22);
    border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.radio-reach-signal {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 470px;
    padding: 38px 44px 40px 0;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, .22);
}

.radio-signal-art {
    position: absolute;
    top: 8px;
    right: -72px;
    width: 350px;
    aspect-ratio: 1;
    opacity: .76;
}

.radio-signal-wave {
    position: absolute;
    border: 1px solid rgba(255, 238, 0, .34);
    border-radius: 50%;
    animation: radio-signal-breathe 3.6s ease-in-out infinite;
}

.radio-signal-wave-1 { inset: 35%; }
.radio-signal-wave-2 { inset: 19%; animation-delay: .4s; }
.radio-signal-wave-3 { inset: 3%; animation-delay: .8s; }

.radio-signal-art svg {
    position: absolute;
    right: 50%;
    bottom: 42px;
    width: 72px;
    height: 92px;
    transform: translateX(50%);
    fill: none;
    stroke: var(--yellow);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
}

.radio-reach-origin,
.radio-reach-stat {
    position: relative;
    z-index: 1;
}

.radio-reach-origin {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.radio-reach-origin-label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--yellow);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.radio-reach-origin-label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 6px rgba(255, 79, 44, .15);
    animation: radio-origin-pulse 2.4s ease-out infinite;
}

.radio-reach-origin strong {
    margin-top: 14px;
    font-size: clamp(25px, 3vw, 38px);
    font-weight: 600;
    line-height: 1;
}

.radio-reach-origin strong small {
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
    font-weight: 700;
}

.radio-reach-origin > span:last-child {
    margin-top: 10px;
    color: rgba(255, 255, 255, .55);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.radio-reach-stat {
    margin-top: auto;
}

.radio-reach-stat > span {
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.radio-reach-stat strong {
    display: block;
    margin-top: 4px;
    color: var(--yellow);
    font-size: clamp(76px, 8vw, 116px);
    font-weight: 700;
    line-height: .82;
}

.radio-reach-stat strong small {
    color: var(--orange);
    font-size: .42em;
    vertical-align: top;
}

.radio-reach-stat p {
    margin: 14px 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.radio-reach-cities {
    padding: 38px 0 38px clamp(34px, 5vw, 72px);
}

.radio-reach-cities header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 22px;
}

.radio-reach-cities header span {
    color: var(--yellow);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.radio-reach-cities header strong {
    color: rgba(255, 255, 255, .58);
    font-size: 11px;
    font-weight: 500;
}

.radio-reach-cities ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(24px, 5vw, 68px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.radio-reach-cities li {
    position: relative;
    min-width: 0;
    padding: 11px 0 11px 19px;
    color: rgba(255, 255, 255, .84);
    border-top: 1px solid rgba(255, 255, 255, .12);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
}

.radio-reach-cities li::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 1px;
    width: 5px;
    height: 5px;
    border: 1px solid rgba(255, 238, 0, .74);
    border-radius: 50%;
}

.radio-reach-cities li.is-origin {
    color: var(--yellow);
    font-weight: 700;
}

.radio-reach-cities li.is-origin::before {
    background: var(--yellow);
}

@keyframes radio-signal-breathe {
    0%, 100% { opacity: .38; }
    50% { opacity: .9; }
}

@keyframes radio-origin-pulse {
    0%, 100% { box-shadow: 0 0 0 4px rgba(255, 79, 44, .16); }
    50% { box-shadow: 0 0 0 9px rgba(255, 79, 44, 0); }
}

.radio-director {
    padding: 96px 0;
    background: var(--yellow);
}

.radio-director-grid {
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr);
    gap: clamp(50px, 9vw, 130px);
}

.radio-director-photo {
    align-self: center;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.radio-director-photo::before {
    content: "";
    position: absolute;
    inset: 30px -30px -30px 30px;
    background: var(--blue-deep);
}

.radio-director-photo img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.radio-director-copy .radio-kicker {
    color: var(--blue);
}

.radio-director-copy h2 {
    font-size: clamp(38px, 4.5vw, 62px);
}

.radio-director-copy > strong {
    display: block;
    margin-top: 8px;
    color: var(--orange);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.radio-director-copy > p:not(.radio-kicker) {
    color: #293853;
}

.radio-director-copy a {
    display: inline-flex;
    align-items: center;
    margin-top: 28px;
    padding: 0 22px;
    color: #fff;
    background: var(--blue-deep);
}

.radio-closing {
    padding: 58px 0;
    color: var(--blue-deep);
}

.radio-closing-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 48px;
}

.radio-closing-inner .radio-kicker {
    color: var(--orange);
}

.radio-closing-inner h2 {
    max-width: 620px;
    font-size: clamp(24px, 2.5vw, 32px);
}

.radio-closing-inner > a {
    display: inline-flex;
    align-items: center;
    padding: 0 22px;
    color: var(--blue-deep);
    background: var(--yellow);
}

@media (max-width: 900px) {
    .radio-origin-grid,
    .radio-director-grid {
        grid-template-columns: 1fr;
    }

    .radio-origin-copy,
    .radio-director-copy {
        max-width: 700px;
    }

    .radio-section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

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

    .technical-highlight:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .technical-highlight:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .2);
    }

    .radio-timeline-list {
        grid-template-columns: 1fr;
        gap: 0;
        margin-left: 8px;
    }

    .radio-timeline-list::before {
        top: 4px;
        right: auto;
        bottom: 18px;
        left: 7px;
        width: 2px;
        height: auto;
    }

    .radio-timeline-list li {
        padding: 0 0 34px 42px;
    }

    .radio-timeline-list li::before {
        top: 4px;
    }

    .radio-reach-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .radio-reach-heading > p {
        max-width: 680px;
    }

    .radio-reach-panel {
        grid-template-columns: 1fr;
    }

    .radio-reach-signal {
        min-height: 390px;
        padding-right: 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .22);
    }

    .radio-signal-art {
        right: 3%;
    }

    .radio-reach-cities {
        padding-left: 0;
    }

    .radio-director-photo {
        width: min(440px, calc(100% - 30px));
    }

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

    .radio-closing-inner > a {
        grid-column: auto;
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .radio-hero,
    .radio-hero-content {
        min-height: 610px;
    }

    .radio-hero-image {
        object-position: 62% center;
    }

    .radio-hero-shade {
        background: linear-gradient(90deg, rgba(2, 25, 66, .97), rgba(3, 47, 104, .67));
    }

    .radio-hero-content {
        align-items: center;
        padding-block: 66px 48px;
        text-align: center;
    }

    .radio-hero h1 {
        max-width: 100%;
        font-size: clamp(42px, 13.5vw, 56px);
    }

    .radio-hero-content > p {
        margin-inline: auto;
    }

    .radio-hero-actions {
        justify-content: center;
    }

    .radio-hero-facts {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 38px;
    }

    .radio-hero-facts div {
        padding: 0 10px;
        text-align: center;
    }

    .radio-hero-facts dt {
        font-size: 18px;
    }

    .radio-origin,
    .radio-reach {
        padding: 80px 0;
    }

    .radio-origin-copy .radio-kicker,
    .radio-origin-copy h2,
    .radio-section-heading,
    .radio-timeline-heading,
    .radio-reach-heading,
    .radio-director-copy .radio-kicker,
    .radio-director-copy h2,
    .radio-director-copy > strong {
        text-align: center;
    }

    .radio-origin-copy h2,
    .radio-section-heading h2,
    .radio-timeline-heading h2,
    .radio-reach-heading h2,
    .radio-director-copy h2 {
        margin-inline: auto;
    }

    .radio-reach-heading > p {
        margin-inline: auto;
        text-align: center;
    }

    .radio-origin-copy a,
    .radio-director-copy a {
        display: flex;
        width: fit-content;
        margin-inline: auto;
    }

    .radio-origin-visual figcaption {
        right: -8px;
        bottom: -20px;
    }

    .radio-evolution,
    .radio-timeline {
        padding: 76px 0 82px;
    }

    .radio-technical-grid {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .technical-highlight,
    .technical-highlight:nth-child(2) {
        min-height: auto;
        border-top: 1px solid rgba(255, 255, 255, .2);
        border-left: 0;
    }

    .technical-highlight {
        display: grid;
        justify-items: center;
        text-align: center;
    }

    .technical-highlight p {
        max-width: 34ch;
        margin-inline: auto;
    }

    .technical-highlight:first-child {
        border-top: 0;
    }

    .radio-reach::after {
        top: 10px;
        right: -8px;
    }

    .radio-reach-panel {
        margin-top: 38px;
    }

    .radio-reach-signal {
        min-height: 360px;
        padding-top: 30px;
        padding-bottom: 32px;
    }

    .radio-signal-art {
        top: 22px;
        right: -90px;
        width: 310px;
    }

    .radio-reach-stat strong {
        font-size: clamp(72px, 24vw, 104px);
    }

    .radio-reach-cities {
        padding-block: 30px;
    }

    .radio-reach-cities header {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .radio-reach-cities ul {
        column-gap: 22px;
    }

    .radio-reach-cities li {
        padding-right: 8px;
        font-size: 11px;
    }

    .radio-director {
        padding: 78px 0 92px;
    }

    .radio-director-photo::before {
        inset: 20px -18px -20px 20px;
    }

    .radio-closing-inner {
        grid-template-columns: 1fr;
        gap: 22px;
        justify-items: center;
        text-align: center;
    }

    .radio-closing-inner > a {
        grid-column: auto;
        justify-self: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .radio-page *,
    .radio-page *::before,
    .radio-page *::after {
        scroll-behavior: auto !important;
    }

    .radio-signal-wave,
    .radio-reach-origin-label::before {
        animation: none;
    }
}
