/* ESPECIAL STEPHEN KING — Infinitas Formas */

.sk-special {
    --sk-navy: #13254a;
    --sk-purple: #8d79ad;
    --sk-purple-dark: #6f5893;
    --sk-ink: #1f2940;
    --sk-muted: #6e7280;
    --sk-line: #e5e2eb;
    --sk-paper: #ffffff;
    --sk-soft: #f6f5f8;
    --sk-placeholder: #e9ebf1;

    color: var(--sk-ink);
    background: #fff;
}

.sk-special * {
    box-sizing: border-box;
}

.sk-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 56px;
}

.sk-hero {
    position: relative;
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 18px;
    margin-bottom: 30px;
    background: linear-gradient(110deg, #1a263c 0%, #243550 48%, #172238 100%);
    /*
    Quando tiver a arte:
    background-image:
        linear-gradient(rgba(15,25,45,.20), rgba(15,25,45,.20)),
        url("URL-DO-BANNER");
    background-size: cover;
    background-position: center;
    */
}

.sk-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9,17,32,.16), rgba(9,17,32,.04) 50%, rgba(9,17,32,.16));
    pointer-events: none;
}

.sk-hero__content {
    position: relative;
    z-index: 1;
    max-width: 720px;
    padding: 36px 24px;
    text-align: center;
    color: #fff;
}

.sk-kicker {
    margin: 0 0 2px;
    font-size: 20px;
    font-style: italic;
}

.sk-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 6vw, 72px);
    line-height: .98;
    font-weight: 600;
    letter-spacing: -.02em;
}

.sk-hero__subtitle {
    margin: 14px 0 0;
    font-size: 17px;
    letter-spacing: .08em;
}

.sk-intro {
    margin-bottom: 30px;
}

.sk-intro > h2,
.sk-section-title {
    margin: 0 0 18px;
    color: var(--sk-navy);
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    font-weight: 600;
}

.sk-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 38px;
}

.sk-intro p,
.sk-author__content p,
.sk-explore-card__content p {
    margin: 0 0 14px;
    font-size: 17px;
    line-height: 1.62;
}

.sk-intro__closing {
    color: var(--sk-navy);
    font-weight: 700;
}

.sk-kingverso {
    display: grid;
    grid-template-columns: 1.45fr .9fr;
    min-height: 255px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(19, 37, 74, .08);
}

.sk-kingverso__media {
    background: linear-gradient(135deg, #dce2eb, #b9c3d2);
    /*
    Quando tiver a arte:
    background-image: url("URL-DA-ARTE-KINGVERSO");
    background-size: cover;
    background-position: center;
    */
}

.sk-kingverso__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 34px;
    background: var(--sk-purple);
    color: #fff;
}

.sk-kingverso__content h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 38px;
    line-height: 1.05;
}

.sk-kingverso__content p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.55;
}

.sk-text-link {
    color: var(--sk-purple-dark);
    font-weight: 700;
    text-decoration: none;
}

.sk-text-link:hover {
    text-decoration: underline;
}

.sk-text-link--light {
    color: #fff;
}

.sk-button {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 9px;
    background: var(--sk-purple-dark);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.sk-editorial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 36px;
}

.sk-editorial-card {
    overflow: hidden;
    border: 1px solid var(--sk-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(19, 37, 74, .05);
}

.sk-editorial-card__media {
    aspect-ratio: 16 / 8.4;
}

.sk-editorial-card__body {
    padding: 18px 18px 20px;
}

.sk-label {
    margin: 0 0 7px;
    color: var(--sk-purple-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.sk-editorial-card h3 {
    margin: 0 0 8px;
    color: var(--sk-navy);
    font-size: 23px;
    line-height: 1.15;
}

.sk-editorial-card__body > p:not(.sk-label) {
    margin: 0 0 13px;
    font-size: 15px;
    line-height: 1.48;
}

.sk-author {
    margin-bottom: 38px;
}

.sk-author__card {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    overflow: hidden;
    border: 1px solid var(--sk-line);
    border-radius: 18px;
    background: #fff;
}

.sk-author__media {
    min-height: 310px;
}

.sk-author__content {
    padding: 34px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sk-author__content h3 {
    margin: 0 0 12px;
    color: var(--sk-navy);
    font-size: 28px;
}

.sk-works {
    margin-bottom: 38px;
}

.sk-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 14px;
}

.sk-section-heading .sk-section-title {
    margin-bottom: 0;
}

.sk-works__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.sk-work-card {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 10px;
    min-height: 118px;
    padding: 10px;
    border: 1px solid var(--sk-line);
    border-radius: 12px;
    background: #fff;
}

.sk-work-card__cover {
    width: 58px;
    aspect-ratio: 2 / 3;
    border-radius: 7px;
}

.sk-work-card__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.sk-work-card h3 {
    margin: 0 0 3px;
    color: var(--sk-navy);
    font-size: 15px;
    line-height: 1.2;
}

.sk-work-card__year {
    margin: 0 0 9px;
    color: var(--sk-muted);
    font-size: 12px;
    line-height: 1.3;
}

.sk-work-card .sk-text-link {
    font-size: 12px;
}

.sk-explore {
    margin-bottom: 34px;
}

.sk-explore__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.sk-explore-card {
    display: grid;
    grid-template-columns: .95fr 1fr;
    overflow: hidden;
    min-height: 220px;
    border: 1px solid var(--sk-line);
    border-radius: 18px;
    background: #fff;
}

.sk-explore-card__media {
    min-height: 220px;
}

.sk-explore-card__content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sk-explore-card__content h3 {
    margin: 0 0 10px;
    color: var(--sk-navy);
    font-size: 28px;
}

.sk-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding-top: 24px;
    border-top: 1px solid var(--sk-line);
}

.sk-more h2 {
    margin: 0 0 4px;
    color: var(--sk-navy);
    font-size: 25px;
}

.sk-more p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.sk-placeholder {
    background: linear-gradient(135deg, #eef0f4, #dfe3ea);
}

@media (max-width: 1024px) {
    .sk-editorial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .sk-explore-card {
        grid-template-columns: 1fr;
    }

    .sk-explore-card__media {
        min-height: 190px;
    }
}

@media (max-width: 760px) {
    .sk-shell {
        width: min(100% - 24px, 1180px);
        padding-top: 16px;
    }

    .sk-hero {
        min-height: 240px;
        border-radius: 14px;
    }

    .sk-intro__grid,
    .sk-kingverso,
    .sk-author__card,
    .sk-explore__grid {
        grid-template-columns: 1fr;
    }

    .sk-kingverso__media {
        min-height: 210px;
    }

    .sk-editorial-grid {
        grid-template-columns: 1fr;
    }

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

    .sk-section-heading,
    .sk-more {
        align-items: flex-start;
        flex-direction: column;
    }

    .sk-author__media {
        min-height: 240px;
    }

    .sk-author__content,
    .sk-kingverso__content {
        padding: 26px 22px;
    }
}
/* PUBLICIDADE */

.sk-ad {
    margin: 10px 0 38px;
}

.sk-ad__label {
    margin: 0 0 8px;
    color: #777;
    font-size: 10px;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.sk-ad__slot {
    width: 100%;
    min-height: 110px;
    border: 1px dashed #ddd9e3;
    border-radius: 14px;
    background: #fafafa;
}
@media (max-width: 480px) {
    .sk-works__grid {
        grid-template-columns: 1fr;
    }

    .sk-work-card {
        grid-template-columns: 70px 1fr;
    }

    .sk-work-card__cover {
        width: 70px;
    }
}
