.apresentacao-hero {
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 16px 0 10px;
    background:
        radial-gradient(circle at 82% 20%, rgba(205, 160, 88, 0.2), transparent 20%),
        radial-gradient(circle at 14% 22%, rgba(188, 140, 63, 0.12), transparent 18%),
        linear-gradient(180deg, #ffffff 0%, #fbf7ef 56%, #f5efe3 100%);
    border-bottom: 1px solid rgba(196, 164, 112, 0.38);
    position: relative;
    overflow: hidden;
}

.apresentacao-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(231, 201, 146, 0.12) 46%, rgba(255, 255, 255, 0) 70%),
        repeating-linear-gradient(90deg, rgba(160, 121, 59, 0.04) 0 1px, transparent 1px 22px);
    pointer-events: none;
}

.apresentacao-hero::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    right: -140px;
    top: -170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(219, 186, 128, 0.2) 0%, rgba(219, 186, 128, 0.02) 62%, transparent 70%);
    pointer-events: none;
}

.apresentacao-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1fr);
    gap: 24px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.apresentacao-hero-texto {
    min-width: 0;
}

.apresentacao-kicker {
    margin: 0 0 6px;
    color: #af7c2e;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    text-align: left;
}

.apresentacao-hero h1 {
    margin: 0 0 10px;
    max-width: 540px;
    font-family: 'Baskerville Old Face', 'Times New Roman', Georgia, serif;
    font-size: clamp(1.75rem, 3vw, 2.7rem);
    line-height: 0.98;
    color: #18315e;
    letter-spacing: -0.03em;
    text-shadow: 0 12px 24px rgba(227, 212, 185, 0.24);
}

.apresentacao-deck {
    margin: 0;
    max-width: 460px;
    color: #4d617f;
    font-family: 'Book Antiqua', Georgia, serif;
    font-size: 0.96rem;
    line-height: 1.55;
    text-align: left;
}

.apresentacao-selos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.apresentacao-selos span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(189, 148, 85, 0.28);
    background: rgba(255, 255, 255, 0.82);
    color: #6b4e22;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 22px rgba(174, 137, 79, 0.08);
}

.fundador-painel {
    width: min(100%, 430px);
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    position: relative;
}

.fundador-retrato-moldura {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.fundador-retrato-fundo {
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(255, 255, 255, 0.82), rgba(247, 240, 226, 0.96) 62%, rgba(234, 223, 202, 1) 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow:
        0 28px 52px rgba(159, 124, 69, 0.18);
}

.fundador-retrato-imagem {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transform: scale(1.045);
    transform-origin: center center;
    display: block;
    border-radius: 50%;
    filter: drop-shadow(0 20px 28px rgba(92, 64, 24, 0.22));
}

.fundador-painel::after,
.fundador-retrato-fundo::after {
    content: '';
    position: absolute;
    inset: -20%;
    background: linear-gradient(135deg, transparent 28%, rgba(255, 219, 156, 0.04) 40%, rgba(255, 240, 209, 0.78) 50%, rgba(255, 213, 142, 0.1) 60%, transparent 74%);
    opacity: 0;
    transform: translate3d(-125%, -125%, 0) rotate(8deg);
    pointer-events: none;
    mix-blend-mode: soft-light;
}

.fundador-painel.luz-ativa::after,
.fundador-retrato-fundo.luz-ativa::after {
    animation: luz-diagonal 1.75s ease-in-out forwards;
}

@keyframes luz-diagonal {
    0% {
        opacity: 0;
        transform: translate3d(-125%, -125%, 0) rotate(8deg);
    }

    18% {
        opacity: 0.95;
    }

    100% {
        opacity: 0;
        transform: translate3d(125%, 125%, 0) rotate(8deg);
    }
}

.fundador-retrato-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at center, rgba(189, 148, 85, 0.2), transparent 44%),
        #fff9ef;
}

.fundador-iniciais {
    font-family: 'Baskerville Old Face', 'Times New Roman', Georgia, serif;
    font-size: clamp(3rem, 8vw, 5.2rem);
    letter-spacing: 0.08em;
    color: rgba(145, 101, 39, 0.86);
}

.fundador-legenda {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 16px;
    text-align: center;
    color: #f4eadb;
}

.fundador-legenda-kicker {
    color: #d3ab6e;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.fundador-legenda strong {
    font-family: 'Baskerville Old Face', 'Times New Roman', Georgia, serif;
    font-size: 1.52rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.fundador-legenda span:last-child {
    color: rgba(236, 223, 204, 0.78);
    font-size: 0.92rem;
}

.apresentacao-base {
    margin-top: -12px;
    margin-bottom: 42px;
    position: relative;
    z-index: 2;
}

.pergaminho-historia {
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 38px 32px;
    border-radius: 14px 42px 18px 36px;
    border: 1px solid rgba(151, 116, 62, 0.4);
    background:
        radial-gradient(circle at top left, rgba(255, 245, 218, 0.84), transparent 24%),
        radial-gradient(circle at bottom right, rgba(176, 126, 56, 0.14), transparent 24%),
        linear-gradient(180deg, #efdeb8 0%, #e5ce98 38%, #d5b06d 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 249, 231, 0.75),
        inset 0 -24px 42px rgba(125, 82, 25, 0.14),
        0 20px 40px rgba(44, 25, 7, 0.18);
    position: relative;
}

.pergaminho-historia::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px dashed rgba(126, 90, 42, 0.24);
    border-radius: 8px 30px 12px 26px;
    pointer-events: none;
}

.pergaminho-topo {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(122, 84, 35, 0.2);
}

.apresentacao-historia-kicker {
    margin: 0 0 8px;
    color: #8f6b34;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.pergaminho-topo h2 {
    margin: 0;
    font-family: 'Baskerville Old Face', 'Times New Roman', Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.08;
    color: #4d3111;
}

.pergaminho-corpo {
    position: relative;
    z-index: 1;
}

.pergaminho-corpo p {
    margin: 0 0 18px;
    font-family: 'Book Antiqua', Georgia, serif;
    font-size: 1.07rem;
    line-height: 1.82;
    text-align: justify;
    text-indent: 2.1em;
    color: #4f3719;
}

.pergaminho-corpo p:last-child {
    margin-bottom: 0;
}

@media (max-width: 560px) {
    .apresentacao-hero {
        min-height: auto;
        padding: 10px 0 0;
    }

    .apresentacao-hero-grid {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .apresentacao-hero-texto {
        text-align: center;
    }

    .apresentacao-kicker {
        font-size: 0.68rem;
        letter-spacing: 0.16em;
        margin-bottom: 8px;
        text-align: center;
    }

    .apresentacao-hero h1 {
        max-width: 10.5ch;
        margin-inline: auto;
        font-size: clamp(2rem, 8.2vw, 2.5rem);
        line-height: 1.08;
        letter-spacing: -0.02em;
        text-wrap: balance;
    }

    .apresentacao-deck {
        font-size: 0.98rem;
        line-height: 1.62;
        margin-inline: auto;
        max-width: 30ch;
        text-align: center;
    }

    .apresentacao-selos {
        gap: 8px;
        margin-top: 14px;
        justify-content: center;
    }

    .apresentacao-selos span {
        min-height: 32px;
        padding: 0 12px;
        font-size: 0.74rem;
        letter-spacing: 0.03em;
    }

    .fundador-painel {
        max-width: 290px;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        margin-top: -6px;
        margin-bottom: -10px;
    }

    .fundador-retrato-fundo {
        aspect-ratio: 1 / 1;
        box-shadow: 0 22px 40px rgba(159, 124, 69, 0.16);
    }

    .fundador-retrato-imagem {
        object-fit: cover;
        object-position: center center;
        transform: scale(1.08);
    }

    .fundador-retrato-moldura {
        padding: 0;
        border-radius: 0;
    }

    .fundador-legenda strong {
        font-size: 1.32rem;
    }

    .apresentacao-base {
        margin-top: 0;
        margin-bottom: 28px;
    }

    .pergaminho-historia {
        padding: 24px 18px 22px;
        border-radius: 14px 22px 14px 20px;
    }

    .pergaminho-historia::before {
        inset: 8px;
        border-radius: 8px 18px 8px 16px;
    }

    .pergaminho-topo {
        margin-bottom: 16px;
        padding-bottom: 12px;
    }

    .pergaminho-topo h2 {
        font-size: 1.8rem;
        line-height: 1.12;
    }

    .pergaminho-corpo p {
        font-size: 0.98rem;
        line-height: 1.7;
        text-indent: 1.4em;
    }
}

@media (max-height: 560px) {
    .apresentacao-hero {
        padding-bottom: 0;
    }

    .apresentacao-hero-grid {
        grid-template-columns: minmax(0, 0.96fr) minmax(250px, 0.9fr);
        gap: 16px;
    }

    .apresentacao-kicker {
        margin-bottom: 4px;
        font-size: 0.66rem;
    }

    .apresentacao-hero h1 {
        margin-bottom: 8px;
        font-size: clamp(1.45rem, 2.5vw, 2.1rem);
    }

    .apresentacao-deck {
        font-size: 0.78rem;
        line-height: 1.28;
        max-width: 380px;
    }

    .fundador-painel {
        width: min(100%, 292px);
        padding: 0;
    }

    .fundador-retrato-moldura {
        padding: 0;
    }

    .fundador-retrato-imagem {
        transform: scale(1.04);
    }
}
    position: relative;
}

.pergaminho-historia::before {
    content: '';
    position: absolute;
    inset: 12px;
    border: 1px dashed rgba(126, 90, 42, 0.24);
    border-radius: 8px 30px 12px 26px;
    pointer-events: none;
}

.pergaminho-topo {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(122, 84, 35, 0.2);
}

.pergaminho-topo h2 {
    margin: 0;
    font-family: 'Baskerville Old Face', 'Times New Roman', Georgia, serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.08;
    color: #4d3111;
}

.pergaminho-corpo {
    position: relative;
    z-index: 1;
}

.pergaminho-corpo p {
    margin: 0 0 18px;
    font-family: 'Book Antiqua', Georgia, serif;
    font-size: 1.07rem;
    line-height: 1.82;
    text-align: justify;
    text-indent: 2.1em;
    color: #4f3719;
    box-shadow:
        font-size: 1.18rem;
        inset 0 -18px 32px rgba(125, 82, 25, 0.14),
        0 18px 34px rgba(63, 39, 12, 0.18);
}

.historia-card::before {
    content: '';
    position: absolute;
    inset: 10px;
    border: 1px dashed rgba(126, 90, 42, 0.22);
    border-radius: 8px 26px 10px 22px;
    pointer-events: none;
}

.historia-card-etiqueta {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(109, 74, 30, 0.12);
    color: #7b5627;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.historia-card-destaque .historia-card-etiqueta,
.historia-card-fecho .historia-card-etiqueta {
    background: rgba(122, 84, 35, 0.13);
    color: #744d1d;
}

.historia-card h3 {
    margin: 0 0 12px;
    font-family: 'Baskerville Old Face', 'Times New Roman', Georgia, serif;
    font-size: 1.46rem;
    line-height: 1.14;
    color: #40280f;
}

.historia-card p {
    margin: 0;
    font-family: 'Book Antiqua', Georgia, serif;
    font-size: 1.02rem;
    line-height: 1.76;
    color: #52391c;
    text-align: left;
}

.historia-card-destaque h3,
.historia-card-fecho h3,
.historia-card-destaque p,
.historia-card-fecho p {
    color: #4b2e10;
}

.bloco-institucional {
    background: #ffffff;
    border: 1px solid #d6deee;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 18px rgba(12, 35, 74, 0.08);
}

.bloco-institucional h2 {
    margin: 0 0 10px;
    color: #123467;
    font-size: clamp(1.18rem, 2vw, 1.6rem);
}

.bloco-institucional p {
    margin: 0;
    color: #2f405d;
    line-height: 1.65;
    font-size: 0.99rem;
}
.bloco-institucional-abnt {
    max-width: 980px;
    margin: 0 auto;
    padding: 36px 40px 24px;
    border-radius: 22px;
    border: 1px solid rgba(202, 216, 236, 0.8);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
    box-shadow: 0 20px 48px rgba(12, 35, 74, 0.12);
}

.bloco-institucional-abnt h2 {
    margin: 0 0 26px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(18, 52, 103, 0.12);
    text-align: left;
    text-transform: none;
    letter-spacing: -0.01em;
    line-height: 1.3;
    font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
    font-size: clamp(1.7rem, 2.8vw, 2.5rem);
    color: #102f60;
}

.bloco-institucional-abnt p {
    margin: 0 0 18px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
    font-size: 1.08rem;
    line-height: 1.92;
    text-align: justify;
    text-indent: 2.2em;
    color: #243754;
}

.bloco-institucional-abnt .bloco-institucional-fecho {
    margin-top: 26px;
    margin-bottom: 4px;
    padding-top: 14px;
    border-top: 1px solid rgba(18, 52, 103, 0.1);
    text-indent: 0;
    text-align: left;
    color: #102f60;
}

.editorias-destaque {
    margin: 10px auto 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.bloco-editoria {
    position: relative;
    min-height: 180px;
    padding: 20px 20px 18px;
    border-radius: 12px;
    border: 1px solid rgba(212, 227, 248, 0.55);
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 10px 22px rgba(12, 35, 74, 0.12);
}

.bloco-editoria::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('../../imagens/Salvador A e D.png') center/cover no-repeat;
    transform: scale(1.05);
    filter: brightness(0.52) saturate(1.05);
    z-index: -2;
}

.bloco-editoria::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}

.bloco-editoria h3 {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #f8fbff;
    font-size: clamp(1.1rem, 1.9vw, 1.36rem);
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.52);
}

.bloco-editoria h3 i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.34);
    font-size: 0.84rem;
}

.bloco-editoria p {
    margin: 0;
    color: #f2f7ff;
    font-size: 1rem;
    line-height: 1.66;
    text-align: justify;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.54);
}

.bloco-editoria-noticias::after {
    background: linear-gradient(135deg, rgba(11, 45, 88, 0.88), rgba(27, 84, 150, 0.72));
}

.bloco-editoria-bahia::after {
    background: linear-gradient(135deg, rgba(84, 44, 11, 0.86), rgba(151, 93, 40, 0.7));
}

.bloco-editoria-mundo::after {
    background: linear-gradient(135deg, rgba(15, 57, 95, 0.9), rgba(28, 114, 163, 0.72));
}

.bloco-editoria-politica::after {
    background: linear-gradient(135deg, rgba(39, 50, 90, 0.9), rgba(82, 103, 156, 0.72));
}

.bloco-editoria-videos::after {
    background: linear-gradient(135deg, rgba(71, 18, 66, 0.9), rgba(124, 44, 102, 0.74));
}

.bloco-editoria-voce::after {
    background: linear-gradient(135deg, rgba(13, 64, 78, 0.9), rgba(39, 128, 136, 0.72));
}

.bloco-editoria-policia::after {
    background: linear-gradient(135deg, rgba(16, 33, 68, 0.92), rgba(36, 75, 131, 0.76));
}

.bloco-editoria-ciencia::after {
    background: linear-gradient(135deg, rgba(24, 57, 95, 0.9), rgba(31, 123, 153, 0.72));
}

.bloco-editoria-variedades::after {
    background: linear-gradient(135deg, rgba(72, 42, 96, 0.9), rgba(126, 80, 156, 0.72));
}

.modal-propaganda {
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 20% 15%, rgba(255, 212, 128, 0.22), transparent 45%),
        radial-gradient(circle at 80% 85%, rgba(114, 172, 255, 0.2), transparent 48%),
        rgba(4, 10, 24, 0.84);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 14px;
}

.modal-propaganda.ativo {
    display: flex;
}

.modal-conteudo {
    width: min(1140px, 96vw);
    color: #f5f8ff;
    border-radius: 0;
    padding: 0;
    position: relative;
    overflow: visible;
    background: transparent;
    box-shadow: none;
}

.palco-midia {
    position: relative;
    padding-top: 32px;
}

.halo-foco {
    position: absolute;
    inset: 28px -10px -10px -10px;
    border-radius: 22px;
    border: 1px solid rgba(245, 219, 159, 0.6);
    box-shadow:
        0 0 22px rgba(243, 211, 142, 0.45),
        0 0 54px rgba(143, 185, 255, 0.35);
    animation: pulsoFoco 2.2s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

.chamada-direciona {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(8, 25, 56, 0.86);
    border: 1px solid rgba(247, 217, 152, 0.75);
    border-radius: 999px;
    padding: 8px 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    z-index: 4;
}

.chamada-selo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffd88f;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.chamada-texto {
    color: #eef3ff;
    font-size: 0.8rem;
    font-weight: 700;
}

.chamada-seta {
    color: #ffdf9f;
    font-size: 0.9rem;
    animation: setaDireciona 1.25s ease-in-out infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.modal-midia {
    position: relative;
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.45);
    isolation: isolate;
}

@keyframes pulsoFoco {
    0%,
    100% {
        transform: scale(1);
        opacity: 0.95;
    }

    50% {
        transform: scale(1.01);
        opacity: 0.65;
    }
}

@keyframes setaDireciona {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(3px);
    }
}

.modal-imagem {
    width: 100%;
    max-height: min(88vh, 1020px);
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.faixas-luz {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 3;
}

.faixa-luz {
    position: absolute;
    top: -42%;
    left: -65%;
    width: 58%;
    height: 220%;
    transform: rotate(12deg);
    background: linear-gradient(
        90deg,
        rgba(255, 248, 220, 0) 0%,
        rgba(255, 246, 214, 0.28) 35%,
        rgba(255, 251, 235, 0.98) 50%,
        rgba(255, 246, 214, 0.28) 65%,
        rgba(255, 248, 220, 0) 100%
    );
    mix-blend-mode: screen;
    filter: blur(0.5px) saturate(1.25) brightness(1.35);
    opacity: 0;
}

.faixa-luz-2 {
    width: 44%;
    transform: rotate(16deg);
    filter: blur(1px) saturate(1.35) brightness(1.4);
}

.faixa-luz-3 {
    width: 50%;
    transform: rotate(9deg);
    filter: blur(1.4px) saturate(1.3) brightness(1.42);
}

.modal-fechar {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(6, 21, 49, 0.86);
    border: 1px solid rgba(236, 210, 157, 0.75);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: transform 0.15s ease, background 0.2s ease;
}

.modal-fechar:hover {
    background: rgba(9, 30, 68, 0.96);
    transform: scale(1.06);
}

@media (max-width: 780px) {
    .apresentacao-hero {
        min-height: auto;
        align-items: center;
        padding: 0 0 2px;
    }

    .apresentacao-hero-conteudo {
        width: min(100%, calc(100vw - 20px));
        margin-top: 0;
        padding: 0;
        border-radius: 0;
    }

    .apresentacao-hero h1 {
        margin-bottom: 8px;
        font-size: clamp(1.5rem, 5vw, 2.15rem);
    }

    .apresentacao-hero p {
        font-size: 0.82rem;
        line-height: 1.3;
    }

    .apresentacao-resumo {
        font-size: 1rem;
        line-height: 1.62;
    }

    .apresentacao-base {
        margin-top: -12px;
    }

    .apresentacao-historia-topo {
        margin-bottom: 18px;
    }

    .apresentacao-historia-topo h2 {
        font-size: 1.52rem;
    }

    .apresentacao-historia-intro {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .historia-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .historia-card {
        padding: 20px 18px;
        border-radius: 16px;
    }

    .historia-card h3 {
        font-size: 1.2rem;
    }

    .historia-card p {
        font-size: 0.98rem;
        line-height: 1.66;
    }

    .bloco-institucional {
        padding: 16px;
    }

    .bloco-institucional-abnt {
        padding: 24px 18px 16px;
        border-radius: 18px;
    }

    .bloco-institucional-abnt h2 {
        margin-bottom: 18px;
        padding-bottom: 14px;
        font-size: 1.42rem;
    }

    .bloco-institucional-abnt p {
        font-size: 1rem;
        line-height: 1.78;
        text-indent: 1.4em;
    }

    .apresentacao-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .apresentacao-card-item {
        min-height: 88px;
        padding: 14px 12px;
        border-radius: 14px;
    }

    .apresentacao-card-titulo {
        font-size: 1.02rem;
    }

    .editorias-destaque {
        gap: 12px;
        margin-bottom: 18px;
    }

    .bloco-editoria {
        min-height: 160px;
        padding: 16px 14px;
    }

    .bloco-editoria h3 {
        font-size: 1.04rem;
        margin-bottom: 8px;
    }

    .bloco-editoria p {
        font-size: 0.92rem;
        line-height: 1.56;
    }

    .modal-conteudo {
        width: min(95vw, 640px);
    }

    .palco-midia {
        padding-top: 26px;
    }

    .halo-foco {
        inset: 22px -6px -6px -6px;
        border-radius: 14px;
    }

    .chamada-direciona {
        width: min(96%, 520px);
        top: -2px;
        gap: 8px;
        padding: 7px 10px;
    }

    .chamada-texto {
        font-size: 0.72rem;
    }

    .modal-midia {
        border-radius: 12px;
    }

    .modal-imagem {
        max-height: min(76vh, 760px);
    }

    .modal-fechar {
        top: -9px;
        right: -9px;
        width: 34px;
        height: 34px;
        font-size: 1.35rem;
    }
}
