/* ============================================================
   Heróis de Curar — LP (prefixo hc-)
   Herda tokens de home.css: --hv2-green-dark #00573D,
   --hv2-green-light #91C14D, --hv2-font Montserrat,
   --hv2-max-width 1440px, --hv2-padding-x 80px
   ============================================================ */

/* Tokens no :root — drawer, janela de edicao e modais ficam FORA de .hc-page
   (sao irmaos de <main>), entao precisam enxergar as variaveis. */
:root,
.hc-page {
    --hc-green: var(--hv2-green-dark, #00573D);
    --hc-lime: var(--hv2-green-light, #91C14D);
    --hc-gold: #C9A24B;
    --hc-ink: #1A1A1A;
    --hc-muted: #6b7280;
    --hc-bg: #f6f8f6;
    --hc-pad: var(--hv2-padding-x, 80px);
    --hc-max: var(--hv2-max-width, 1440px);
}
.hc-page {
    font-family: var(--hv2-font, 'Montserrat', sans-serif);
    background: #fff;
}
/* As janelas ficam fora de .hc-page — herdam a mesma tipografia */
.hc-edmodal,
.hc-regmodal,
.hc-drawer,
.hc-modal {
    font-family: var(--hv2-font, 'Montserrat', sans-serif);
}

/* ---------- HERO ---------- */
.hc-hero__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.hc-hero__text { max-width: 720px; }
.hc-hero__title {
    font-size: 44px;
    font-weight: 800;
    color: #fff;
    margin: 8px 0 14px;
    line-height: 1.05;
}
.hc-hero__subtitle {
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    max-width: 640px;
}
.hc-hero__medal { flex-shrink: 0; }
.hc-hero__medal img {
    width: 220px;
    height: auto;
    filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.35));
}

/* ---------- SOBRE (abertura) ---------- */
.hc-sobre { background: var(--hc-bg); padding: 56px 0; }
.hc-sobre__inner {
    max-width: var(--hc-max);
    margin: 0 auto;
    padding: 0 var(--hc-pad);
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: start;
}
.hc-sobre__text p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    margin-bottom: 16px;
}
.hc-honraria { display: grid; gap: 16px; }
.hc-honraria__item {
    background: #fff;
    border: 1px solid #e6ece8;
    border-left: 4px solid var(--hc-lime);
    border-radius: 12px;
    padding: 18px 20px;
}
.hc-honraria__item i { font-size: 24px; color: var(--hc-green); }
.hc-honraria__item h3 { font-size: 16px; font-weight: 700; color: var(--hc-green); margin: 8px 0 4px; }
.hc-honraria__item p { font-size: 13px; color: var(--hc-muted); line-height: 1.5; }
/* Card clicavel (Regulamento) */
.hc-honraria__item--btn {
    font-family: inherit;
    text-align: left;
    width: 100%;
    cursor: pointer;
    transition: box-shadow .2s, transform .2s, border-color .2s;
}
.hc-honraria__item--btn:hover {
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    border-left-color: var(--hc-green);
}
.hc-honraria__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--hc-green);
}
.hc-honraria__cta i { font-size: 11px; }

/* ---------- GALERIA DOS HOMENAGEADOS (medalhas por edição) ---------- */
.hc-galeria-edicoes {
    background: #fff;
    border-top: 1px solid #e6ece8;
    padding: 56px 0 64px;
}
.hc-galeria-edicoes__inner {
    max-width: var(--hc-max);
    margin: 0 auto;
    padding: 0 var(--hc-pad);
    text-align: center;
}
.hc-galeria-edicoes__title {
    font-size: 34px;
    font-weight: 800;
    color: var(--hc-green);
    margin: 0 0 8px;
}
.hc-galeria-edicoes__hint {
    font-size: 15px;
    color: var(--hc-muted);
    margin: 0 0 36px;
}
.hc-medalhas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}
.hc-med {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid #e6ece8;
    border-radius: 16px;
    padding: 18px 26px 18px 18px;
    font-family: inherit;
    cursor: pointer;
    text-align: left;
    transition: box-shadow .25s, transform .25s, border-color .25s;
}
.hc-med:hover {
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
    border-color: var(--hc-lime);
}
.hc-med__img {
    flex-shrink: 0;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hc-med__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.2));
}
.hc-med__img i {
    font-size: 42px;
    color: var(--hc-lime);
}
/* Edicao "em breve": card informativo, sem clique */
.hc-med--soon { cursor: default; }
.hc-med--soon:hover { box-shadow: none; transform: none; border-color: #e6ece8; }
.hc-med--soon .hc-med__img {
    background: var(--hc-bg);
    border: 1px dashed #cbd5d0;
    border-radius: 50%;
}
.hc-med__label { display: flex; flex-direction: column; gap: 6px; }
.hc-med__edicao {
    font-size: 20px;
    font-weight: 800;
    color: var(--hc-green);
    white-space: nowrap;
}
.hc-med__count { font-size: 13px; color: var(--hc-muted); }
.hc-med__badge {
    align-self: flex-start;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #fff;
    background: var(--hc-gold);
    padding: 3px 10px;
    border-radius: 20px;
}

/* ---------- PAINEL / EDIÇÃO ---------- */
.hc-edpanel[hidden] { display: none; }
.hc-edicao__inner {
    max-width: var(--hc-max);
    margin: 0 auto;
    padding: 48px var(--hc-pad) 64px;
}
.hc-edicao__head {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6ece8;
    margin-bottom: 28px;
}
.hc-edicao__logo { height: 84px; width: auto; }
.hc-edicao__meta { flex: 1; min-width: 240px; }
.hc-edicao__num {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--hc-lime);
}
.hc-edicao__title { font-size: 30px; font-weight: 800; color: var(--hc-green); margin: 4px 0 8px; }
.hc-edicao__info { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; color: var(--hc-muted); }
.hc-edicao__info i { color: var(--hc-lime); margin-right: 5px; }

.hc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: background .15s;
}

/* ---------- MATÉRIA / SEÇÕES ---------- */
.hc-sec-title {
    font-size: 20px;
    font-weight: 800;
    color: var(--hc-green);
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hc-sec-title i { color: var(--hc-lime); }
.hc-sec-count { font-size: 15px; font-weight: 600; color: var(--hc-muted); }
.hc-materia { max-width: 860px; margin-bottom: 40px; }
.hc-materia p { font-size: 16px; line-height: 1.8; color: #333; margin-bottom: 16px; }

.hc-evento-video { margin-bottom: 44px; }
.hc-evento-video__frame {
    position: relative;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 16 / 9;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.hc-evento-video__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- GALERIA DE FOTOS ---------- */
.hc-galeria { margin-bottom: 48px; }
.hc-galeria__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}
.hc-galeria__item {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.hc-galeria__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.hc-galeria__item:hover img { transform: scale(1.05); }

/* ---------- HOMENAGEADOS ---------- */
.hc-sec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.hc-sec-head .hc-sec-title { margin: 0; }
.hc-search {
    position: relative;
    display: flex;
    align-items: center;
}
.hc-search i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--hc-muted);
    font-size: 14px;
    pointer-events: none;
}
/* Seletor com o elemento junto (.hc-search input.hc-search__input) porque o
   style.css do tema tem `input[type="text"] { height:54px; padding:0 20px }`,
   que sozinho vence uma classe simples e joga o texto por cima da lupa. */
.hc-search input.hc-search__input {
    box-sizing: border-box;
    height: 44px;
    border: 1px solid #d7e0da;
    border-radius: 24px;
    padding: 0 18px 0 42px;
    font-family: inherit;
    font-size: 14px;
    line-height: 44px;
    width: 280px;
    max-width: 100%;
    outline: none;
    background: #fff;
    transition: border-color .15s;
}
.hc-search input.hc-search__input:focus { border-color: var(--hc-lime); }

.hc-homenageados {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 26px 18px;
}
/* Card de homenageado: retrato circular (recorte da curadoria vem com fundo
   transparente e enquadramento no rosto) + nome/entidade centralizados. */
.hc-card {
    background: transparent;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0;
}
.hc-card__figure {
    position: relative;
    margin: 0 0 14px;
    width: 150px;
    max-width: 82%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background: #eef2ef;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px rgba(0, 87, 61, .12), 0 8px 20px rgba(0, 0, 0, .07);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow .2s, transform .2s;
}
.hc-card:hover .hc-card__figure {
    transform: translateY(-3px);
    box-shadow: 0 0 0 2px var(--hc-lime), 0 12px 26px rgba(0, 0, 0, .12);
}
.hc-card__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hc-card--memoriam .hc-card__img { filter: grayscale(1) sepia(.15); }

/* Sem foto: monograma com as iniciais, no mesmo circulo */
.hc-card__initials {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--hc-green);
    background: linear-gradient(150deg, #eef5ef 0%, #dfeddf 100%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hc-card__figure.is-fallback::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, #eef5ef 0%, #dfeddf 100%);
}
.hc-card__ribbon {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    white-space: nowrap;
    color: #fff;
    background: rgba(0, 0, 0, 0.62);
    padding: 3px 10px;
    border-radius: 20px;
}
.hc-card__body { padding: 0; display: flex; flex-direction: column; align-items: center; flex: 1; }
.hc-card__name { font-size: 14.5px; font-weight: 700; color: var(--hc-ink); margin: 0 0 5px; line-height: 1.3; }
.hc-card__entidade { font-size: 12px; color: var(--hc-muted); line-height: 1.45; margin: 0 0 12px; flex: 1; }
.hc-card__video-btn {
    align-self: center;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f0f7f3;
    border: 1px solid #cfe3d7;
    color: var(--hc-green);
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: background .15s;
}
.hc-card__video-btn:hover { background: #e2efe8; }
.hc-card__video-soon { font-size: 12px; color: #9ca3af; display: inline-flex; align-items: center; gap: 6px; }
.hc-homenageados__empty { text-align: center; color: var(--hc-muted); padding: 40px 0; }

/* ---------- EDIÇÃO EM BREVE ---------- */
.hc-soon {
    text-align: center;
    padding: 70px 20px;
    color: var(--hc-muted);
}
.hc-soon i { font-size: 46px; color: var(--hc-lime); margin-bottom: 18px; display: block; }
.hc-soon p { font-size: 16px; max-width: 560px; margin: 0 auto 10px; line-height: 1.7; }

/* ============================================================
   DRAWER (sidebar direita) — depoimento
   ============================================================ */
.hc-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99998;
}
.hc-drawer {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: min(460px, 94vw);
    background: #fff;
    z-index: 100000;
    transform: translateX(100%);
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.2);
    padding: 22px;
}
.hc-drawer.is-open { transform: translateX(0); }
.hc-drawer__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}
.hc-drawer__title { font-size: 18px; font-weight: 800; color: var(--hc-green); margin: 0 0 3px; }
.hc-drawer__entidade { font-size: 13px; color: var(--hc-muted); margin: 0; }
.hc-drawer__close {
    flex-shrink: 0;
    background: #f0f2f1;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    color: #333;
    font-size: 18px;
    transition: background .15s;
}
.hc-drawer__close:hover { background: #e2e6e4; }
.hc-drawer__video {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
}
.hc-drawer__video iframe { width: 100%; height: 100%; border: 0; }
.hc-drawer__hint { font-size: 12px; color: var(--hc-muted); margin-top: 14px; line-height: 1.5; }
body.hc-no-scroll { overflow: hidden; }

/* ============================================================
   MODAL de galeria animada inicial
   ============================================================ */
.hc-modal {
    position: fixed;
    inset: 0;
    z-index: 100001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.hc-modal.is-open { display: flex; }
.hc-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.72); }
.hc-modal__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    width: min(640px, 100%);
    max-height: 90vh;
    overflow: auto;
    padding: 32px;
    text-align: center;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}
.hc-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, 0.06);
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    z-index: 2;
}
.hc-modal__close:hover { background: rgba(0, 0, 0, 0.12); }
.hc-modal__title { font-size: 26px; font-weight: 800; color: var(--hc-green); margin: 0 0 8px; }
.hc-modal__text { font-size: 15px; color: var(--hc-muted); margin: 0 0 20px; }
.hc-modal__carousel { margin-bottom: 22px; border-radius: 12px; overflow: hidden; }
.hc-modal__slide img { width: 100%; height: 320px; object-fit: cover; }
.hc-modal__logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid #eee;
}
.hc-modal__logos img { height: 80px; width: auto; }

/* ============================================================
   JANELA DE EDIÇÃO (abre ao clicar na medalha)
   Camadas: edmodal 99997 < overlay do drawer 99998 < drawer 100000
            < modal de abertura 100001 < fancybox 100003
   ============================================================ */
.hc-edmodal {
    position: fixed;
    inset: 0;
    z-index: 99997;
    display: none;
    padding: 32px 20px;
}
.hc-edmodal.is-open { display: block; }
.hc-edmodal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.72); }
.hc-edmodal__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    width: min(1180px, 100%);
    max-height: 100%;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}
.hc-edmodal__close {
    position: sticky;
    top: 14px;
    float: right;
    margin: 14px 14px 0 0;
    background: rgba(0, 0, 0, 0.06);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    z-index: 3;
    transition: background .15s;
}
.hc-edmodal__close:hover { background: rgba(0, 0, 0, 0.14); }
/* dentro da janela o conteudo da edicao respira menos que numa pagina inteira */
.hc-edmodal .hc-edicao__inner { padding: 8px 36px 40px; }

/* ============================================================
   JANELA DO REGULAMENTO
   ============================================================ */
.hc-regmodal {
    position: fixed;
    inset: 0;
    z-index: 100002;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.hc-regmodal.is-open { display: flex; }
.hc-regmodal__backdrop { position: absolute; inset: 0; background: rgba(0, 0, 0, 0.72); }
.hc-regmodal__box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    width: min(760px, 100%);
    max-height: 90vh;
    overflow: auto;
    padding: 34px 36px 38px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}
.hc-regmodal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: rgba(0, 0, 0, 0.06);
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    color: #333;
}
.hc-regmodal__close:hover { background: rgba(0, 0, 0, 0.12); }
.hc-regmodal__eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--hc-gold);
    margin: 0 0 4px;
}
.hc-regmodal__title {
    font-size: 26px;
    font-weight: 800;
    color: var(--hc-green);
    margin: 0 0 20px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(0, 87, 61, 0.12);
}
.hc-regmodal__text p { font-size: 15.5px; line-height: 1.75; color: #333; margin-bottom: 14px; }

/* Paragrafo de abertura (definicao da medalha) */
.hc-reg__intro {
    font-size: 16px !important;
    color: var(--hc-ink) !important;
    background: rgba(145, 193, 77, 0.10);
    border-left: 3px solid var(--hc-lime);
    border-radius: 0 8px 8px 0;
    padding: 16px 18px;
    margin: 0 0 26px !important;
}

/* Secoes numeradas */
.hc-reg__sec { margin-bottom: 26px; }
.hc-reg__sec:last-child { margin-bottom: 0; }
.hc-reg__sec-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: var(--hc-green);
    margin: 0 0 12px;
}
.hc-reg__num {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--hc-green);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
}
.hc-reg__caput { margin-bottom: 12px !important; }

/* Incisos — a) b) c) */
.hc-reg__lista {
    list-style: none;
    counter-reset: hcreg;
    margin: 0 0 14px;
    padding: 0;
}
.hc-reg__lista li {
    counter-increment: hcreg;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 8px;
}
.hc-reg__lista li::before {
    content: counter(hcreg, lower-alpha) ")";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    color: var(--hc-lime);
}
.hc-reg__lista li:last-child { margin-bottom: 0; }

/* Paragrafos (§) */
.hc-reg__par {
    background: #f6f8f6;
    border-radius: 8px;
    padding: 14px 16px;
    margin-top: 12px;
}
.hc-reg__par p { margin-bottom: 0 !important; font-size: 14.5px; }
.hc-reg__par .hc-reg__lista { margin-top: 10px; margin-bottom: 0; }
.hc-reg__par-label {
    font-weight: 700;
    color: var(--hc-green);
    margin-right: 6px;
}
.hc-reg__par-label::after { content: " —"; }
/* Placeholder enquanto a diretoria nao envia o texto */
.hc-reg__aguardando {
    display: inline-block;
    background: var(--hc-green);
    color: #fff !important;
    font-weight: 700;
    letter-spacing: .06em;
    padding: 10px 18px;
    border-radius: 6px;
    margin: 0;
}

/* Fancybox precisa ficar acima da janela de edicao (padrao dele e 99992) */
.fancybox-container { z-index: 100003 !important; }

/* ============================================================
   RESPONSIVO
   ============================================================ */
@media (max-width: 1024px) {
    .hc-page { --hc-pad: 32px; }
    .hc-sobre__inner { grid-template-columns: 1fr; }
    .hc-hero__medal img { width: 160px; }
    .hc-edmodal .hc-edicao__inner { padding: 8px 24px 32px; }
}
@media (max-width: 768px) {
    .hc-page { --hc-pad: 18px; }
    .hc-hero__inner { flex-direction: column; align-items: flex-start; }
    .hc-hero__medal { display: none; }
    .hc-hero__title { font-size: 32px; }
    .hc-galeria-edicoes__title { font-size: 26px; }
    .hc-medalhas { gap: 14px; }
    .hc-med { width: 100%; padding: 14px 18px 14px 14px; }
    .hc-med__img { width: 82px; height: 82px; }
    .hc-med__edicao { font-size: 17px; }
    .hc-edmodal { padding: 12px 10px; }
    .hc-edmodal__box { border-radius: 12px; }
    .hc-edmodal .hc-edicao__inner { padding: 4px 16px 28px; }
    .hc-regmodal__box { padding: 26px 20px 28px; }
    .hc-regmodal__title { font-size: 21px; }
    .hc-reg__sec-title { font-size: 14px; gap: 9px; }
    .hc-reg__num { width: 23px; height: 23px; font-size: 12px; }
    .hc-reg__lista li { padding-left: 26px; font-size: 14.5px; }
    .hc-edicao__head { gap: 14px; }
    .hc-edicao__logo { height: 60px; }
    .hc-edicao__title { font-size: 24px; }
    .hc-sec-head { flex-direction: column; align-items: stretch; }
    .hc-search input.hc-search__input { width: 100%; }
    .hc-homenageados { grid-template-columns: repeat(auto-fill, minmax(132px, 1fr)); gap: 20px 12px; }
    .hc-card__figure { width: 108px; margin-bottom: 10px; }
    .hc-card__initials { font-size: 26px; }
    .hc-card__name { font-size: 13px; }
    .hc-card__entidade { font-size: 11px; }
    .hc-drawer { width: 100vw; }
    .hc-modal__slide img { height: 220px; }
    .hc-modal__logos img { height: 56px; }
}
