/* ==================================================
   ANTÓNIO SANTA CLARA — PÁGINAS INTERNAS
   ================================================== */

.section-page-body {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.section-page-main {
    margin-left: 180px;
    min-height: 100vh;
    padding: 54px 42px 30px;
    background:
        radial-gradient(
            circle at 68% 5%,
            rgba(22, 25, 29, .78),
            transparent 34%
        ),
        #07090b;
}

.section-page-header,
.section-page-content,
.section-page-footer {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.section-page-header {
    padding: 0 0 28px;
    border-bottom: 1px solid var(--line);
}

.section-page-kicker {
    margin: 0 0 10px;
    color: var(--gold2);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.section-page-header h1 {
    margin: 0;
    color: var(--text);
    font: 500 64px/.95 "Cormorant Garamond", Georgia, serif;
    letter-spacing: 2px;
}

.section-page-header h1 em {
    color: var(--gold2);
    font-style: normal;
}

.section-page-intro {
    max-width: 680px;
    margin: 20px 0 0;
    color: #c8c3bb;
    font: 400 20px/1.45 "Cormorant Garamond", Georgia, serif;
}

.section-page-content {
    padding: 30px 0 42px;
    display: grid;
    gap: 30px;
}

.section-page-content .featured,
.section-page-content .recent,
.section-page-content .podcast,
.section-page-content .media,
.section-page-content .about {
    grid-column: auto !important;
}

.section-page-content .featured,
.section-page-content .recent {
    width: 100%;
}

.section-page-articles {
    grid-template-columns: minmax(360px, .9fr) minmax(540px, 1.6fr);
    align-items: start;
}

.section-page-articles .hero-card {
    height: 340px;
}

.section-page-articles .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-page-articles .cards .card {
    height: 340px;
}

.section-page-entre-aspas .podcast-card {
    min-height: 250px;
    height: auto;
    grid-template-columns: 170px 1fr 90px;
    padding: 25px;
}

.section-page-entre-aspas .podcast-card img {
    width: 150px;
    height: 205px;
}

.section-page-tv .media,
.section-page-radio .media {
    width: 100%;
}

.section-page-tv .media-cards,
.section-page-radio .media-cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
}

.section-page-tv .media-card,
.section-page-radio .media-card {
    min-height: 310px;
}

.section-page-tv .screen,
.section-page-radio .screen {
    height: 210px;
}

.section-page-biografia .about {
    max-width: 900px;
    padding: 34px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, #101316, #080a0c);
}

.section-page-biografia .about p {
    font-size: 23px;
    line-height: 1.55;
}

.section-page-biografia .signature {
    margin-top: 35px;
}

.section-contact-card {
    max-width: 820px;
    padding: 38px;
    border: 1px solid var(--line);
    background: linear-gradient(145deg, #101316, #080a0c);
}

.section-contact-card h2 {
    margin: 0 0 16px;
    color: var(--text);
    font: 500 38px/1 "Cormorant Garamond", Georgia, serif;
}

.section-contact-card p {
    margin: 0 0 24px;
    color: #cbc6be;
    font: 400 20px/1.5 "Cormorant Garamond", Georgia, serif;
}

.section-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.section-contact-actions a,
.section-contact-actions button {
    min-width: 180px;
    padding: 13px 18px;
    border: 1px solid var(--gold);
    background: transparent;
    color: var(--gold2);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font: 600 11px/1 Arial, sans-serif;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.section-contact-actions .primary {
    background: var(--gold);
    color: #080a0c;
}

.section-page-footer {
    min-height: 38px;
    padding: 13px 0 0;
    border-top: 1px solid rgba(181, 140, 77, .30);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgba(220, 218, 213, .46);
    font: 500 8px/1.3 Arial, sans-serif;
    letter-spacing: 1px;
}

.section-page-footer a {
    color: rgba(220, 218, 213, .56);
}

@media (max-width: 1150px) {
    .section-page-articles {
        grid-template-columns: 1fr;
    }

    .section-page-articles .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1000px) {
    .section-page-main {
        margin-left: 85px;
        padding: 42px 26px 25px;
    }

    .section-page-header h1 {
        font-size: 52px;
    }
}

@media (max-width: 700px) {
    .section-page-main {
        margin-left: 0;
        padding: 35px 18px 88px;
    }

    .section-page-header h1 {
        font-size: 44px;
    }

    .section-page-intro {
        font-size: 18px;
    }

    .section-page-articles .cards {
        grid-template-columns: 1fr;
    }

    .section-page-articles .hero-card,
    .section-page-articles .cards .card {
        height: auto;
        min-height: 300px;
    }

    .section-page-entre-aspas .podcast-card {
        grid-template-columns: 90px 1fr;
    }

    .section-page-entre-aspas .podcast-card img {
        width: 80px;
        height: 130px;
    }

    .section-page-entre-aspas .podcast-card button {
        display: none;
    }

    .section-page-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
