/**
 * Cherito Home 01 + color.css — ajustes do site Anuarite
 * NÃO substitui cores do tema (laranja + teal). Apenas compactação e páginas internas.
 */
:root {
    --section-space: 48px;
    --au-surface: var(--cherito-white2, #EFEFEF);
    --au-border: var(--cherito-white3, #D2D2D2);
}

@media (max-width: 991px) {
    :root { --section-space: 36px; }
}
@media (max-width: 575px) {
    :root { --section-space: 28px; }
}

/* —— Compact global —— */
.cherito-theme .section-space,
.cherito-theme .section-space-top,
.cherito-theme .section-space-bottom {
    padding-top: var(--section-space) !important;
    padding-bottom: var(--section-space) !important;
}
.cherito-theme .cherito-page-content.section-space {
    padding-top: calc(var(--section-space) * 0.65) !important;
    padding-bottom: var(--section-space) !important;
}
.cherito-theme .gutter-y-30 { --bs-gutter-y: 1.25rem; }
.cherito-theme .gutter-y-40 { --bs-gutter-y: 1.5rem; }

/* —— Topbar fina —— */
.cherito-theme .topbar {
    padding: 0;
    font-size: 0.65rem;
    line-height: 1.2;
}
.cherito-theme .topbar .container::before,
.cherito-theme .topbar .container-fluid::before {
    display: none !important;
}
.cherito-theme .topbar .topbar__container {
    padding-left: clamp(12px, 3vw, 52px);
    padding-right: clamp(12px, 3vw, 52px);
    max-width: 100%;
}
.cherito-theme .topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 24px;
    padding: 3px 0;
    gap: 1rem;
}
.cherito-theme .topbar__left {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-shrink: 0;
    margin-right: auto;
}
.cherito-theme .topbar__hours {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    color: var(--cherito-black);
}
.cherito-theme .topbar__info {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin: 0 0 0 auto;
    gap: 0.25rem 0.75rem;
    font-size: 0.65rem;
}
.cherito-theme .topbar__info li {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
.cherito-theme .topbar__hours .topbar__info__icon,
.cherito-theme .topbar__info__icon {
    font-size: 0.7rem;
    width: auto;
    height: auto;
    line-height: 1;
}
.cherito-theme .topbar .social-links a {
    width: 22px;
    height: 22px;
    font-size: 0.65rem;
}
@media (max-width: 991px) {
    .cherito-theme .topbar__inner {
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .cherito-theme .topbar__info li:nth-child(1) {
        display: none;
    }
    .cherito-theme .topbar__hours span:not(.topbar__info__icon) {
        font-size: 0.68rem;
    }
}

/* —— Header Cherito (não alterar fundo/formas) —— */
.cherito-theme .main-header {
    background-color: var(--cherito-base, #E23B33);
}
.cherito-theme .main-header .container-fluid {
    margin-right: 0 !important;
    width: 100%;
    max-width: 100%;
    padding-right: 0 !important;
}
.cherito-theme .main-header .container-fluid::after {
    display: none !important;
}
.cherito-theme .main-header::before {
    width: 148px;
    border-radius: 0 16px 16px 0;
}
@media (min-width: 1200px) {
    .cherito-theme .main-header::before {
        width: 156px;
    }
    .cherito-theme .main-header .container-fluid {
        padding-left: clamp(16px, 2.5vw, 40px);
    }
    .cherito-theme .main-header__inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 1rem;
        min-height: 66px;
    }
    .cherito-theme .main-header__logo {
        grid-column: 1;
        justify-self: start;
    }
    .cherito-theme .main-header__nav {
        grid-column: 2;
        display: flex;
        justify-content: center;
        justify-self: center;
        width: 100%;
        min-width: 0;
        margin-left: 0 !important;
    }
    .cherito-theme .main-header__right {
        grid-column: 3;
        justify-self: end;
        align-self: stretch;
        background: transparent;
    }
    .cherito-theme .main-header__actions {
        align-self: stretch;
        width: auto;
        background-color: var(--cherito-black, #212226);
        margin-left: 0 !important;
        padding-left: 14px;
        padding-right: clamp(16px, 2.5vw, 40px);
        border-radius: 14px 0 0 14px;
    }
}
@media (min-width: 1400px) {
    .cherito-theme .main-header::before {
        width: 168px;
    }
    .cherito-theme .main-header .container-fluid {
        padding-left: clamp(24px, 3vw, 52px);
    }
    .cherito-theme .main-header__actions {
        padding-left: 16px;
        padding-right: clamp(20px, 2.5vw, 48px);
    }
}
@media (min-width: 1600px) {
    .cherito-theme .main-header::before {
        width: 182px;
    }
    .cherito-theme .main-header .container-fluid {
        padding-left: clamp(32px, 4vw, 64px);
    }
    .cherito-theme .main-header__actions {
        padding-left: 18px;
        padding-right: clamp(24px, 3vw, 56px);
    }
}
@media (max-width: 1199px) {
    .cherito-theme .main-header::before {
        width: 142px;
    }
}
@media (max-width: 390px) {
    .cherito-theme .main-header::before {
        width: 132px;
    }
}
.cherito-theme .main-header__logo {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.cherito-theme .main-header__inner {
    align-items: center;
}
@media (min-width: 1200px) {
    .cherito-theme .main-menu__list {
        align-items: center;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .cherito-theme .main-menu__list > li {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        display: flex;
        align-items: center;
        height: 66px;
    }
    .cherito-theme .main-header__right {
        align-items: center;
        flex-shrink: 0;
        z-index: 3;
        gap: 0;
        align-self: stretch;
    }
    .cherito-theme .main-header__actions {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-left: 0 !important;
        padding-left: 14px;
        padding-right: clamp(16px, 2.5vw, 40px);
        align-self: stretch;
        width: auto;
        background-color: var(--cherito-black, #212226);
        border-radius: 14px 0 0 14px;
        position: relative;
        z-index: 4;
        height: 66px;
    }
    .cherito-theme .main-header__call {
        margin-left: 0 !important;
        gap: 12px;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .cherito-theme .sticky-header--normal.stricky-fixed .main-header__actions {
        height: 60px;
        margin-left: 0 !important;
    }
    .cherito-theme .sticky-header--normal.stricky-fixed .main-menu__list > li {
        height: 60px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
.cherito-theme .main-menu__list > li > a {
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    padding: 4px 0;
    font-size: 0.82rem;
    white-space: nowrap;
}
.cherito-theme .main-menu__list > li.main-menu__item--home > a {
    color: var(--cherito-white3, #E5DED9) !important;
    text-shadow: none !important;
}
.cherito-theme .main-menu__list > li.main-menu__item--home.current > a,
.cherito-theme .main-menu__list > li.main-menu__item--home:hover > a {
    color: #fff !important;
    font-weight: 700;
}
.cherito-theme .main-menu__list > li.current:not(.main-menu__item--home) > a {
    color: #fff !important;
    font-weight: 700;
}
.cherito-theme .site-logo--header {
    display: block;
    max-height: 42px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    object-position: left center;
}
.cherito-theme .site-logo--footer,
.cherito-theme .site-logo--mobile {
    max-height: 44px;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}
.cherito-theme .main-menu__list > li {
    padding-top: 0;
    padding-bottom: 0;
}
.cherito-theme .main-menu__list > li + li {
    margin-left: 16px;
}
.cherito-theme .main-menu__item--contact > a {
    font-size: 0.76rem !important;
}
.cherito-theme .main-menu__portal {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
    margin-left: 4px !important;
}
.cherito-theme .main-menu__portal .cherito-btn {
    padding: 0.4rem 0.85rem;
    font-size: 0.72rem;
    min-height: auto;
    line-height: 1.2;
}
.cherito-theme .sticky-header--normal.stricky-fixed .main-menu__list > li {
    padding-top: 0;
    padding-bottom: 0;
}
.cherito-theme .sticky-header--normal.stricky-fixed .site-logo--header {
    max-height: 44px;
}

/* —— Layout base —— */
.cherito-theme .page-wrapper {
    overflow: visible;
}

/* —— Botão Portal + contacto alinhados —— */
.cherito-theme .main-header__actions {
    display: flex;
    align-items: center;
    gap: 14px;
}
.cherito-theme .main-header__portal-btn {
    flex-shrink: 0;
    margin-top: 0 !important;
    align-self: center;
}
.cherito-theme .main-header__portal-btn.cherito-btn {
    margin-left: 0;
    padding: 0.5rem 1.05rem 0.52rem;
    min-height: auto;
    font-size: 0.78rem;
    line-height: 1.2;
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 6px;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.cherito-theme .main-header__portal-btn.cherito-btn:hover {
    color: #fff;
    border-color: var(--cherito-base);
}
.cherito-theme .main-header__portal-btn .cherito-btn__hover {
    background-color: var(--cherito-base);
}
.cherito-theme .main-header__call__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}
.cherito-theme .main-header__call__title {
    margin: 0 0 2px;
    line-height: 1.1;
    font-size: 0.72rem;
}
.cherito-theme .main-header__call__number {
    margin: 0;
    line-height: 1.1;
    font-size: 1rem;
}
.cherito-theme .main-header__call__number a {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 767px) {
    .cherito-theme .main-header__portal-btn {
        display: none;
    }
}

/* —— Cartões de valores (home) —— */
.cherito-theme .au-features {
    padding-top: calc(var(--section-space) * 0.75);
    padding-bottom: calc(var(--section-space) * 0.75);
}
.cherito-theme .au-feature-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #e4e4e4;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
}
.cherito-theme .au-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--cherito-base);
    z-index: 2;
}
.cherito-theme .au-feature-card--teal::before {
    background: var(--cherito-primary, #04C0A8);
}
.cherito-theme .au-feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
    border-color: var(--cherito-base);
}
.cherito-theme .au-feature-card--teal:hover {
    border-color: var(--cherito-primary, #04C0A8);
}
.cherito-theme .au-feature-card__media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f0f0, #e8e8e8);
    border-bottom: 2px solid #eee;
}
.cherito-theme .au-feature-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.cherito-theme .au-feature-card:hover .au-feature-card__media img {
    transform: scale(1.06);
}
.cherito-theme .au-feature-card__num {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 0.2rem 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #fff;
    background: var(--cherito-base);
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.cherito-theme .au-feature-card--teal .au-feature-card__num {
    background: var(--cherito-primary, #04C0A8);
}
.cherito-theme .au-feature-card__body {
    padding: 1.1rem 1.15rem 1.25rem;
}
.cherito-theme .au-feature-card__title {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    line-height: 1.3;
}
.cherito-theme .au-feature-card__title a {
    color: var(--cherito-black);
    text-decoration: none;
}
.cherito-theme .au-feature-card__title a:hover {
    color: var(--cherito-base);
}
.cherito-theme .au-feature-card__body p {
    margin: 0 0 0.85rem;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--cherito-text);
}
.cherito-theme .au-feature-card__btn {
    padding: 0.5rem 1.1rem !important;
    font-size: 0.78rem !important;
    min-height: auto !important;
}
.cherito-theme .au-features__carousel .item {
    height: 100%;
}
.cherito-theme .au-features__carousel .owl-stage-outer {
    overflow: hidden;
}
.cherito-theme .au-features__carousel .owl-dots {
    margin-top: 0.85rem;
    line-height: 1;
}
.cherito-theme .au-features__carousel .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    background: #d0d0d0;
}
.cherito-theme .au-features__carousel .owl-dot.active span {
    background: var(--cherito-base);
}
@media (min-width: 1200px) {
    .cherito-theme .au-features__carousel .owl-dots {
        display: none;
    }
}
@media (max-width: 767px) {
    .cherito-theme .au-features {
        padding-top: calc(var(--section-space) * 0.55);
        padding-bottom: calc(var(--section-space) * 0.55);
    }
    .cherito-theme .au-feature-card__body {
        padding: 0.85rem 0.95rem 1rem;
    }
    .cherito-theme .au-feature-card__title {
        font-size: 0.98rem;
    }
    .cherito-theme .au-feature-card__body p {
        font-size: 0.8rem;
        margin-bottom: 0.65rem;
    }
}

/* —— Estatísticas compactas —— */
.cherito-theme.page-home .funfact-one--home-bar {
    position: relative;
    z-index: 4;
    margin-top: -42px;
    padding-top: 0 !important;
    padding-bottom: 0.5rem !important;
}
.cherito-theme.page-home .au-features.section-space {
    padding-top: calc(var(--section-space) * 0.45) !important;
}
.cherito-theme .funfact-one.section-space {
    padding-top: calc(var(--section-space) * 0.65);
    padding-bottom: calc(var(--section-space) * 0.65);
}
.cherito-theme .funfact-one__grid {
    margin-bottom: 0;
}
.cherito-theme .funfact-one--home-bar .funfact-one__grid {
    overflow: hidden;
    position: relative;
}
.cherito-theme .funfact-one--home-bar .funfact-one .funfact-card:not(:last-child)::after,
.cherito-theme .funfact-one--home-bar .funfact-one .funfact-card:nth-child(2)::after {
    display: block !important;
    top: 50% !important;
    bottom: auto !important;
    height: 52px !important;
    max-height: 62%;
    transform: translateY(-50%) !important;
}
@media (min-width: 768px) {
    .cherito-theme .funfact-one--home-bar .funfact-one__grid {
        padding: 16px 32px;
        grid-gap: 20px;
        border-radius: 999px;
        box-shadow: 0 4px 36px rgba(33, 34, 38, 0.09);
    }
    .cherito-theme .funfact-one--home-bar .funfact-card {
        width: 100%;
        max-width: 118px;
        height: auto;
        min-height: 0;
        aspect-ratio: 1;
        padding: 10px 8px;
        margin: 0 auto;
        border-radius: 50%;
    }
    .cherito-theme .funfact-one--home-bar .funfact-card__icon {
        font-size: 20px;
        line-height: 1;
    }
    .cherito-theme .funfact-one--home-bar .funfact-card__content {
        margin-top: 2px;
    }
    .cherito-theme .funfact-one--home-bar .funfact-card__count {
        font-size: 22px;
        margin-bottom: 0;
        line-height: 1.1;
    }
    .cherito-theme .funfact-one--home-bar .funfact-card__text {
        font-size: 13px;
        line-height: 1.15;
    }
    .cherito-theme .funfact-one--home-bar .funfact-one .funfact-card:not(:last-child)::after {
        right: calc(-0.5 * 20px);
    }
}
@media (min-width: 1200px) {
    .cherito-theme .funfact-one--home-bar {
        margin-top: -48px;
    }
    .cherito-theme .funfact-one--home-bar .funfact-one__grid {
        padding: 14px 40px;
        grid-gap: 28px;
    }
    .cherito-theme .funfact-one--home-bar .funfact-card {
        max-width: 108px;
        padding: 8px 6px;
    }
    .cherito-theme .funfact-one--home-bar .funfact-card__icon {
        font-size: 18px;
    }
    .cherito-theme .funfact-one--home-bar .funfact-card__count {
        font-size: 20px;
    }
    .cherito-theme .funfact-one--home-bar .funfact-card__text {
        font-size: 12px;
    }
    .cherito-theme .funfact-one--home-bar .funfact-one .funfact-card:not(:last-child)::after {
        height: 46px !important;
        right: calc(-0.5 * 28px);
    }
}
@media (max-width: 767px) {
    .cherito-theme .funfact-one__grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-gap: 6px;
        padding: 14px 10px;
        border-radius: 18px;
    }
    .cherito-theme .funfact-card {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 1;
        padding: 8px 4px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cherito-theme .funfact-card__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .cherito-theme .funfact-card__icon {
        font-size: 14px;
        line-height: 1;
    }
    .cherito-theme .funfact-card__content {
        margin-top: 2px;
    }
    .cherito-theme .funfact-card__count {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 1.1;
    }
    .cherito-theme .funfact-card__text {
        font-size: 8px;
        line-height: 1.1;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cherito-theme .funfact-one .funfact-card:not(:last-child)::after {
        display: none !important;
    }
}
@media (max-width: 390px) {
    .cherito-theme .funfact-one__grid {
        padding: 12px 8px;
        grid-gap: 4px;
    }
    .cherito-theme .funfact-card__count {
        font-size: 12px;
    }
    .cherito-theme .funfact-card__text {
        font-size: 7px;
    }
}

/* WOW desactivado em secções críticas */
.cherito-theme .au-feed .wow,
.cherito-theme .au-features .wow,
.cherito-theme .au-feed-card,
.cherito-theme .au-feature-card {
    visibility: visible !important;
    animation: none !important;
}

/* —— Feed compacto: notícias + eventos —— */
.cherito-theme .au-feed {
    padding-top: calc(var(--section-space) * 0.85);
    padding-bottom: calc(var(--section-space) * 0.85);
}
.cherito-theme .au-feed__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}
.cherito-theme .au-feed__head .sec-title {
    margin-bottom: 0;
}
.cherito-theme .au-feed__more {
    flex-shrink: 0;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--cherito-base);
    text-decoration: none;
    padding-bottom: 0.15rem;
}
.cherito-theme .au-feed__more:hover {
    color: var(--cherito-black);
}
.cherito-theme .au-feed-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.cherito-theme .au-feed-card:hover {
    border-color: var(--cherito-base);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.cherito-theme .au-feed__carousel {
    position: relative;
}
.cherito-theme .au-feed__carousel .owl-nav {
    margin-top: 0.75rem;
}
.cherito-theme .au-feed__carousel .owl-nav button {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--cherito-base) !important;
    color: #fff !important;
    font-size: 1.1rem;
    line-height: 1;
}
.cherito-theme .au-feed__carousel .owl-dots {
    margin-top: 0.5rem;
}
.cherito-theme .au-feed-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--au-surface, #f5f5f5);
}
.cherito-theme .au-feed-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.cherito-theme .au-feed-card__media .au-badge {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 0.2rem 0.55rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: var(--cherito-base);
    color: #fff;
    border-radius: 4px;
}
.cherito-theme .au-feed-card__body {
    padding: 0.75rem 0.9rem 0.9rem;
    flex: 1;
}
.cherito-theme .au-feed-card__date {
    display: block;
    font-size: 0.72rem;
    color: var(--cherito-text);
    opacity: 0.75;
    margin-bottom: 0.25rem;
}
.cherito-theme .au-feed-card__title {
    font-size: 0.92rem;
    line-height: 1.35;
    margin: 0 0 0.35rem;
}
.cherito-theme .au-feed-card__title a {
    color: var(--cherito-black);
    text-decoration: none;
}
.cherito-theme .au-feed-card__title a:hover {
    color: var(--cherito-base);
}
.cherito-theme .au-feed-card__body p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--cherito-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 767px) {
    .cherito-theme .au-feed__head {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* —— Page header interno —— */
.cherito-theme .page-header {
    padding: 2.25rem 0 1.85rem !important;
    min-height: auto !important;
}
.cherito-theme .page-header__title {
    font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
}
.cherito-theme .cherito-breadcrumb {
    font-size: 0.78rem;
}
.cherito-theme .cherito-breadcrumb li a {
    color: #fff !important;
}
.cherito-theme .cherito-breadcrumb li a:hover {
    color: var(--cherito-base) !important;
}
.cherito-theme .cherito-breadcrumb li:not(:first-child) span {
    color: var(--cherito-base) !important;
}

/* —— Galeria moderna —— */
.cherito-theme.page-gallery .cherito-page-content {
    padding-top: calc(var(--section-space) * 0.75) !important;
}
.au-gallery__toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.25rem;
    margin-bottom: 1.75rem;
    padding: 1rem 1.15rem;
    background: #fff;
    border: 1px solid var(--au-border);
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04);
}
.au-gallery__meta {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}
.au-gallery__count {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cherito-black);
}
.au-gallery__count i {
    color: var(--cherito-base);
    margin-right: 0.35rem;
}
.au-gallery__count-detail {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--cherito-text);
    margin-left: 0.25rem;
}
.au-gallery__hint {
    font-size: 0.75rem;
    color: var(--cherito-text);
}
.au-gallery__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0;
}
.au-gallery__filters .au-pill {
    cursor: pointer;
    border: 1px solid var(--au-border);
    font-family: inherit;
}
.au-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 768px) {
    .au-gallery__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.15rem;
    }
}
@media (min-width: 1200px) {
    .au-gallery__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1.25rem;
    }
    .au-gallery__item--feature {
        grid-column: span 2;
        grid-row: span 2;
    }
    .au-gallery__item--feature .au-gallery__card img {
        aspect-ratio: auto;
        min-height: 100%;
        height: 100%;
    }
}
.au-gallery__card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: var(--cherito-white2, #f4f0ed);
    border: 2px solid #eee;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
}
.au-gallery__card:hover {
    transform: translateY(-4px);
    border-color: rgba(243, 95, 37, 0.35);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.1);
}
.au-gallery__card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.au-gallery__card:hover img {
    transform: scale(1.05);
}
.au-gallery__video-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #212226;
    overflow: hidden;
}
.au-gallery__video-thumb video,
.au-gallery__video-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}
.au-gallery__video-placeholder {
    background: linear-gradient(135deg, #2a2b30 0%, #212226 100%);
}
.au-gallery__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    font-size: 1.35rem;
    pointer-events: none;
    transition: background 0.3s ease;
}
.au-gallery__play i {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cherito-base);
    box-shadow: 0 6px 18px rgba(243, 95, 37, 0.45);
    padding-left: 0.15rem;
}
.au-gallery__item--video .au-gallery__card:hover .au-gallery__play {
    background: rgba(0, 0, 0, 0.42);
}
.au-gallery__video-inline {
    max-width: min(92vw, 900px);
    margin: 0 auto;
}
.au-gallery__video-inline video {
    width: 100%;
    max-height: 82vh;
    display: block;
    border-radius: 8px;
    background: #000;
}
.au-gallery-video-lightbox .mfp-content {
    max-width: min(92vw, 900px);
}
.au-gallery__item--video .gallery-page__card__icon--video::before,
.au-gallery__item--video .gallery-page__card__icon--video::after {
    display: none;
}
.au-gallery__item--video .gallery-page__card__icon--video {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--cherito-base);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: 0 8px 22px rgba(243, 95, 37, 0.45);
}
.cherito-theme .au-gallery__item--video .gallery-page__card {
    cursor: pointer;
}
.cherito-theme .au-gallery__item--video .gallery-page__card__hover {
    z-index: 4;
}
.cherito-theme .au-gallery__item--video .gallery-page__card__hover .au-gallery__video-link {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: inherit;
    opacity: 1 !important;
    transform: none !important;
    background: transparent;
    z-index: 2;
}
.cherito-theme .au-gallery__item--video .gallery-page__card:hover .gallery-page__card__hover .au-gallery__video-link {
    opacity: 1 !important;
    transform: none !important;
}
.cherito-theme .au-gallery__item--video .gallery-page__card__hover .au-gallery__video-link .gallery-page__card__icon--video {
    pointer-events: none;
}
.au-gallery__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem 0.85rem 0.75rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    pointer-events: none;
    z-index: 2;
}
.au-gallery__caption-cat {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.15rem 0.45rem;
    border-radius: 3px;
    background: var(--cherito-base);
    color: #fff;
    margin-bottom: 0.3rem;
}
.au-gallery__caption strong {
    display: block;
    font-size: 0.88rem;
    line-height: 1.25;
    font-weight: 700;
}
.au-gallery__caption p {
    margin: 0.25rem 0 0;
    font-size: 0.72rem;
    line-height: 1.35;
    opacity: 0.9;
}
.au-gallery__empty-filter {
    text-align: center;
    margin: 1.5rem 0 0;
    font-size: 0.88rem;
    color: var(--cherito-text);
}
.au-gallery-empty {
    text-align: center;
    max-width: 520px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
    background: #fff;
    border: 2px dashed var(--au-border);
    border-radius: 16px;
}
.au-gallery-empty__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(243, 95, 37, 0.12);
    color: var(--cherito-base);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.au-gallery-empty h3 {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    color: var(--cherito-black);
}
.au-gallery-empty p {
    margin: 0 0 1.25rem;
    font-size: 0.88rem;
    line-height: 1.55;
    color: var(--cherito-text);
}
.au-gallery-empty__preview {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
.au-gallery-empty__thumb {
    width: 56px;
    height: 56px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    opacity: 0.85;
}

/* Galeria — álbuns (cartões) */
.au-albums-showcase {
    margin-bottom: 2.5rem;
}
.au-albums-showcase__head {
    margin-bottom: 1.5rem;
}
.au-albums-showcase__title {
    margin: 0 0 0.25rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--cherito-black, #1a1a1a);
}
.au-albums-showcase__title i {
    color: var(--cherito-base, #F35F25);
    margin-right: 0.35rem;
}
.au-albums-showcase__sub {
    margin: 0;
    color: #777;
    font-size: 0.95rem;
}
.au-albums-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .au-albums-showcase__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 575px) {
    .au-albums-showcase__grid {
        grid-template-columns: 1fr;
    }
}
.au-album-card {
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 40px rgba(20, 20, 30, 0.08);
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.au-album-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(20, 20, 30, 0.14);
}
.au-album-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.au-album-card__figure {
    position: relative;
    margin: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ececec;
}
.au-album-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}
.au-album-card:hover .au-album-card__img {
    transform: scale(1.06);
}
.au-album-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,0.55) 100%);
    pointer-events: none;
}
.au-album-card__badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 5px 11px;
    border-radius: 999px;
}
.au-album-card__body {
    padding: 1.1rem 1.25rem 1.25rem;
}
.au-album-card__title {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--cherito-black, #1a1a1a);
}
.au-album-card__desc {
    margin: 0 0 0.65rem;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.au-album-card__cta {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--cherito-base, #F35F25);
}
.au-album-card__cta i {
    margin-left: 4px;
    transition: transform 0.2s ease;
}
.au-album-card:hover .au-album-card__cta i {
    transform: translateX(4px);
}
.au-gallery--section {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.au-gallery-albums__back {
    margin-bottom: 1.5rem;
}
.au-gallery-albums__back a {
    color: var(--cherito-base, #F35F25);
    font-weight: 600;
    text-decoration: none;
}
.au-gallery-albums__back a:hover {
    text-decoration: underline;
}

/* —— Badge comunicados no menu do site —— */
.main-menu__link--comunicados {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    line-height: 1.2;
    position: relative;
}
.au-nav-comunicados-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--cherito-base, #F35F25);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
    flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(243, 95, 37, 0.35);
}
.main-menu__item--comunicados.current .au-nav-comunicados-badge,
.main-menu__item--comunicados:hover .au-nav-comunicados-badge {
    background: #fff;
    color: var(--cherito-base, #F35F25);
    box-shadow: none;
}

/* —— Comunicados —— */
.au-comunicados__grid {
    margin-top: 0.5rem;
}
.au-comunicado-card--grid .au-news-card__media {
    aspect-ratio: 16 / 10;
}
.au-comunicado-card__placeholder {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(243, 95, 37, 0.12), rgba(243, 95, 37, 0.04));
    color: var(--cherito-base, #F35F25);
    font-size: 2rem;
}
.au-comunicado-article__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    margin: 0 0 1.25rem;
    color: var(--cherito-black, #1a1a1a);
    line-height: 1.25;
}
.au-comunicado-article .au-comunicado-single__attachments {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
}
.au-comunicados__list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.au-comunicado-card {
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.au-comunicado-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.11);
}
.au-comunicado-card__link {
    display: flex;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    color: inherit;
    text-decoration: none;
    align-items: flex-start;
}
.au-comunicado-card__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(243, 95, 37, 0.12);
    color: var(--cherito-base, #F35F25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}
.au-comunicado-card__date {
    display: block;
    font-size: 0.82rem;
    color: #888;
    margin-bottom: 0.25rem;
}
.au-comunicado-card__title {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--cherito-black, #1a1a1a);
}
.au-comunicado-card__excerpt {
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
    color: #666;
    line-height: 1.5;
}
.au-comunicado-card__cta {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--cherito-base, #F35F25);
}
.au-comunicados-empty {
    text-align: center;
    padding: 3rem 1rem;
}
.au-comunicados-empty__icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: rgba(243, 95, 37, 0.1);
    color: var(--cherito-base, #F35F25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}
.au-comunicados__back {
    margin-bottom: 1.25rem;
}
.au-comunicados__back a {
    color: var(--cherito-base, #F35F25);
    font-weight: 600;
    text-decoration: none;
}
.au-comunicado-single {
    background: #fff;
    border-radius: 18px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
.au-comunicado-single__head time {
    display: block;
    color: #888;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.au-comunicado-single__head h1 {
    margin: 0 0 1.25rem;
    font-size: 1.75rem;
    font-weight: 700;
}
.au-comunicado-single__content {
    font-size: 1rem;
    line-height: 1.75;
    color: #333;
}
.au-comunicado-single__attachments {
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid #eee;
}
.au-comunicado-single__attachments h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.au-comunicado-single__attachments a {
    color: var(--cherito-base, #F35F25);
    font-weight: 600;
}

/* —— Home slider —— */
.cherito-theme.page-home .main-slider-one {
    background: transparent !important;
}
.cherito-theme.page-home {
    --au-hero-height: clamp(520px, 72vh, 860px);
}
.cherito-theme.page-home .main-slider-one__carousel .owl-stage-outer,
.cherito-theme.page-home .main-slider-one__carousel .owl-item,
.cherito-theme.page-home .main-slider-one__carousel .owl-item > .main-slider-one__item {
    min-height: var(--au-hero-height);
}
.cherito-theme.page-home .main-slider-one__item {
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: var(--au-hero-height);
    background: transparent !important;
    overflow: hidden;
}
.cherito-theme.page-home .au-hero-slide {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.cherito-theme.page-home .au-hero-slide__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 32%;
    background-repeat: no-repeat;
}
.cherito-theme.page-home .au-hero-slide__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 45%, rgba(0, 0, 0, 0.12) 100%);
}
.cherito-theme.page-home .main-slider-one__item > .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: var(--au-hero-height);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.cherito-theme.page-home .main-slider-one__bg,
.cherito-theme.page-home .main-slider-one__bg__left,
.cherito-theme.page-home .main-slider-one__bg__right,
.cherito-theme.page-home .main-slider-one__bg__inner {
    display: none !important;
}
.cherito-theme .main-slider-one__content {
    padding-top: 0;
    padding-bottom: 0;
}
.cherito-theme.page-home .main-slider-one__tagline,
.cherito-theme.page-home .main-slider-one__title,
.cherito-theme.page-home .main-slider-one__title a,
.cherito-theme.page-home .main-slider-one__text {
    color: #fff !important;
}
.cherito-theme.page-home .main-slider-one__title {
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}
.cherito-theme .main-slider-one__title {
    font-size: clamp(1.75rem, 4vw, 2.65rem) !important;
}
.cherito-theme .main-slider-one__text {
    font-size: 0.92rem;
}
@media (max-width: 767px) {
    .cherito-theme.page-home {
        --au-hero-height: clamp(440px, 58vh, 620px);
    }
    .cherito-theme.page-home .au-hero-slide__bg {
        background-position: center 28%;
    }
}

/* —— Footer compacto (sem imagem de fundo) —— */
.cherito-theme .main-footer--compact .main-footer__bg,
.cherito-theme .main-footer--compact .main-footer__bg__inner {
    display: none !important;
}
.cherito-theme .main-footer--compact {
    background-color: var(--cherito-black) !important;
}
.cherito-theme .main-footer__top {
    padding-top: 1.5rem !important;
    padding-bottom: 1.1rem !important;
}
.cherito-theme .main-footer__bottom {
    padding: 0.55rem 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.cherito-theme .footer-widget__title {
    font-size: 0.88rem;
    margin-bottom: 0.55rem;
}
.cherito-theme .footer-widget__about {
    font-size: 0.8rem;
    line-height: 1.45;
    margin-bottom: 0.65rem;
}
.cherito-theme .footer-widget__links a {
    font-size: 0.8rem;
    padding: 0.1rem 0;
}
.cherito-theme .footer-widget__info__text {
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    line-height: 1.35;
}
.cherito-theme .footer-widget__info__icon-box {
    transform: scale(0.9);
}
.cherito-theme .main-footer__copyright {
    font-size: 0.75rem;
}

/* ═══ Componentes internos (au-*) — cores Cherito ═══ */
.au-block { margin-bottom: 1.5rem; }
.au-block:last-child { margin-bottom: 0; }

.au-card {
    background: #fff;
    border: 1px solid var(--au-border);
    border-radius: 10px;
    padding: 1.15rem 1.25rem;
    height: 100%;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.au-card:hover {
    border-color: rgba(var(--cherito-primary-rgb), 0.4);
    box-shadow: 0 6px 20px rgba(var(--cherito-black-rgb), 0.08);
}
.au-card--clickable {
    cursor: pointer;
    text-align: center;
    border: none;
    width: 100%;
    font: inherit;
}
.au-card--accent {
    background: var(--cherito-primary);
    color: #fff;
    border-color: var(--cherito-primary);
}
.au-card--accent h3,
.au-card--accent p { color: #fff; }
.au-card h3 {
    font-size: 1rem;
    margin: 0 0 0.4rem;
    color: var(--cherito-black);
}
.au-card p {
    font-size: 0.88rem;
    color: var(--cherito-text);
    margin: 0;
    line-height: 1.55;
}
.au-kicker {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--cherito-primary);
    margin-bottom: 0.35rem;
}
.au-badge {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    background: rgba(var(--cherito-primary-rgb), 0.12);
    color: var(--cherito-primary);
}
.au-badge--gold {
    background: rgba(var(--cherito-base-rgb), 0.15);
    color: var(--cherito-base);
}
.au-link {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--cherito-base);
}
.au-step-num {
    width: 40px;
    height: 40px;
    margin: 0 auto 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cherito-base);
    color: #fff;
    font-weight: 800;
    font-size: 1rem;
}
.au-icon-circle {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.35rem;
    background: rgba(var(--cherito-primary-rgb), 0.12);
    color: var(--cherito-primary);
}
.au-icon-circle--green { background: rgba(45, 122, 90, 0.12); color: #2d7a5a; }
.au-icon-circle--purple { background: rgba(91, 74, 138, 0.12); color: #5b4a8a; }
.au-photo {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}
.au-photo img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}
.au-stat {
    border-left: 3px solid var(--cherito-primary);
    padding: 0.5rem 0 0.5rem 0.85rem;
    background: var(--au-surface);
    border-radius: 0 8px 8px 0;
}
.au-stat strong {
    display: block;
    font-size: 1.25rem;
    color: var(--cherito-black);
    line-height: 1.1;
}
.au-stat span {
    font-size: 0.75rem;
    color: var(--cherito-text);
}
.au-stat--gold {
    border-left-color: var(--cherito-base);
}
.au-stat--gold strong {
    color: var(--cherito-base);
}
.au-list {
    margin: 0;
    padding-left: 1.1rem;
    font-size: 0.88rem;
    color: var(--cherito-text);
}
.au-list li { margin-bottom: 0.35rem; }
.au-box-muted {
    background: var(--au-surface);
    border: 1px solid var(--au-border);
    border-radius: 10px;
    padding: 1.25rem 1.35rem;
}
.au-info-row {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--au-border);
}
.au-info-row:last-child { border-bottom: none; }
.au-info-row__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(var(--cherito-primary-rgb), 0.1);
    color: var(--cherito-primary);
    font-size: 1rem;
}
.au-info-row h3 {
    font-size: 0.9rem;
    margin: 0 0 0.2rem;
    color: var(--cherito-black);
}
.au-info-row p {
    margin: 0;
    font-size: 0.85rem;
    color: var(--cherito-text);
}
.au-info-row a { color: var(--cherito-base); }
.au-form .form-one__control,
.au-form input,
.au-form textarea {
    width: 100%;
    border: 1px solid var(--au-border);
    border-radius: 6px;
    padding: 0.55rem 0.75rem;
    font-size: 0.88rem;
    margin-bottom: 0.75rem;
}
.au-form label {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--cherito-black);
}
.au-form-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.au-form-actions {
    margin-top: 0.25rem;
}
.au-form-status {
    margin-bottom: 0.85rem;
    padding: 0.65rem 0.85rem;
    border-radius: 6px;
    font-size: 0.86rem;
    font-weight: 600;
}
.au-form-status--ok {
    background: #e8f8f0;
    color: #1a6b42;
    border: 1px solid #b8e6cc;
}
.au-form-status--err {
    background: #fdeeee;
    color: #9b2c2c;
    border: 1px solid #f5c2c2;
}
.au-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    padding: 0.75rem 1rem;
    background: #fff;
    border: 1px solid var(--au-border);
    border-radius: 10px;
}
.au-pill {
    border: 1px solid var(--au-border);
    background: #fff;
    color: var(--cherito-text);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    cursor: pointer;
}
.au-pill.is-active,
.au-pill:hover {
    background: var(--cherito-base);
    border-color: var(--cherito-base);
    color: #fff;
}
.au-search {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    border: 1px solid var(--au-border);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    min-width: 180px;
}
.au-search input {
    border: none;
    outline: none;
    font-size: 0.85rem;
    width: 100%;
    background: transparent;
}

/* —— Notícias estilo jornal —— */
.cherito-theme.page-news .cherito-page-content,
.cherito-theme.page-news-single .cherito-page-content {
    padding-top: calc(var(--section-space) * 0.65) !important;
}
.au-news-masthead {
    text-align: center;
    margin-bottom: 1.5rem;
}
.au-news-masthead__line {
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--cherito-base) 20%, var(--cherito-base) 80%, transparent);
    margin: 0.35rem auto;
    max-width: 420px;
}
.au-news-masthead__edition {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--cherito-text);
    margin: 0;
}
.au-news-toolbar {
    margin-bottom: 1.75rem;
}
.au-news-featured {
    margin-bottom: 2rem;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(33, 34, 38, 0.12);
    border: 1px solid var(--au-border);
}
.au-news-featured__link {
    display: grid;
    grid-template-columns: 1fr;
    text-decoration: none;
    color: inherit;
}
@media (min-width: 992px) {
    .au-news-featured__link {
        grid-template-columns: 1.15fr 1fr;
        min-height: 320px;
    }
}
.au-news-featured__media {
    position: relative;
    min-height: 220px;
    background: var(--cherito-black);
    overflow: hidden;
}
.au-news-featured__media img,
.au-news-featured__media video {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.au-news-featured__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(33, 34, 38, 0.15) 0%, rgba(33, 34, 38, 0.55) 100%);
    pointer-events: none;
}
.au-news-featured__play {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: var(--cherito-base);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.au-news-featured__content {
    padding: 1.35rem 1.5rem 1.5rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.au-news-featured__kicker {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cherito-base);
    margin-bottom: 0.5rem;
}
.au-news-featured__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--cherito-black);
    margin: 0 0 0.65rem;
}
.au-news-featured__lead {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--cherito-text);
    margin: 0 0 0.85rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.au-news-featured__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.78rem;
    color: var(--cherito-text);
    margin-top: auto;
}
.au-news-featured__cta {
    font-weight: 700;
    color: var(--cherito-base);
}
.au-news-featured:hover .au-news-featured__media img,
.au-news-featured:hover .au-news-featured__media video {
    transform: scale(1.04);
}
.au-news-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}
@media (min-width: 992px) {
    .au-news-layout {
        grid-template-columns: 1fr 280px;
        align-items: start;
    }
}
.au-news-section-title {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--cherito-black);
    padding-bottom: 0.5rem;
    margin: 0 0 1.15rem;
    border-bottom: 3px double var(--cherito-base);
}
.au-news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
}
@media (min-width: 576px) {
    .au-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1200px) {
    .au-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.au-news-grid--related {
    grid-template-columns: 1fr;
}
@media (min-width: 768px) {
    .au-news-grid--related {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.au-news-card {
    background: #fff;
    border: 1px solid var(--au-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.au-news-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}
.au-news-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.au-news-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #eee;
    overflow: hidden;
}
.au-news-card__media img,
.au-news-card__media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.au-news-card:hover .au-news-card__media img,
.au-news-card:hover .au-news-card__media video {
    transform: scale(1.05);
}
.au-news-card__play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 1.1rem;
    pointer-events: none;
}
.au-news-card__play i {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cherito-base);
    box-shadow: 0 4px 14px rgba(243, 95, 37, 0.45);
    padding-left: 0.12rem;
}
.au-news-card__body {
    padding: 0.85rem 1rem 1rem;
}
.au-news-card__cat {
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cherito-base);
}
.au-news-card__date {
    float: right;
    font-size: 0.68rem;
    color: var(--cherito-text);
}
.au-news-card__title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: var(--cherito-black);
    margin: 0.35rem 0 0.4rem;
    clear: both;
}
.au-news-card__summary {
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--cherito-text);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.au-news-sidebar__box {
    background: #fff;
    border: 1px solid var(--au-border);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.au-news-sidebar__title {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cherito-black);
    margin: 0 0 0.85rem;
    padding-bottom: 0.45rem;
    border-bottom: 2px solid var(--cherito-base);
}
.au-news-headlines__item {
    display: flex;
    gap: 0.65rem;
    padding: 0.55rem 0;
    border-bottom: 1px dashed var(--au-border);
}
.au-news-headlines__item:last-child {
    border-bottom: none;
}
.au-news-headlines__num {
    flex-shrink: 0;
    font-size: 0.85rem;
    font-weight: 800;
    color: var(--cherito-base);
    line-height: 1.3;
}
.au-news-headlines__item a {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--cherito-black);
    text-decoration: none;
}
.au-news-headlines__item a:hover {
    color: var(--cherito-base);
}
.au-news-headlines__cat {
    display: block;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--cherito-text);
    margin-bottom: 0.15rem;
}
.au-news-sidebar__promo {
    background: linear-gradient(145deg, var(--cherito-black) 0%, #2a2b30 100%);
    color: #fff;
    border-radius: 12px;
    padding: 1.15rem;
    text-align: center;
}
.au-news-sidebar__promo-kicker {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--cherito-base);
    margin-bottom: 0.35rem;
}
.au-news-sidebar__promo p {
    font-size: 0.82rem;
    line-height: 1.5;
    margin: 0 0 0.85rem;
    opacity: 0.9;
}
.au-news-no-results {
    text-align: center;
    color: var(--cherito-text);
    padding: 2rem;
}
.au-article--newspaper .au-article__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid var(--au-border);
}
.au-article__cat {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.au-article__date {
    font-size: 0.78rem;
    color: var(--cherito-text);
}
.au-article__video-tag {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--cherito-base);
}
.au-article__lead {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.65;
    color: var(--cherito-black);
    margin: 0 0 1.25rem;
    padding-left: 1rem;
    border-left: 4px solid var(--cherito-base);
}
.au-article__video {
    margin-bottom: 1.25rem;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.au-article__video video {
    width: 100%;
    display: block;
    max-height: 480px;
}
.au-article__video--embed {
    aspect-ratio: 16 / 9;
}
.au-article__video--embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}
.au-article__gallery-title {
    font-size: 1rem;
    margin: 1.5rem 0 0.75rem;
    color: var(--cherito-black);
}

.au-news-media-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}
.au-news-media-grid__item {
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid var(--au-border);
}
.au-news-media-grid__btn {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    line-height: 0;
}
.au-news-media-grid__btn img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}
.au-news-media-grid__btn:hover img {
    transform: scale(1.03);
}
.au-news-media-grid__video {
    position: relative;
    background: #111;
}
.au-news-media-grid__video video {
    width: 100%;
    display: block;
    max-height: 280px;
}
.au-news-media-grid__video--embed {
    aspect-ratio: 16 / 9;
}
.au-news-media-grid__video--embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.au-table-wrap {
    background: #fff;
    border: 1px solid var(--au-border);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}
.au-table-wrap--featured {
    border-color: var(--cherito-primary);
    box-shadow: 0 4px 16px rgba(var(--cherito-primary-rgb), 0.12);
}
.au-table-wrap__head {
    padding: 1rem 1.15rem;
    background: var(--au-surface);
    border-bottom: 1px solid var(--au-border);
}
.au-table-wrap__head h3 {
    margin: 0;
    font-size: 1rem;
    color: var(--cherito-black);
}
.au-table-wrap__head p {
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: var(--cherito-text);
}
.au-table {
    width: 100%;
    font-size: 0.85rem;
    margin: 0;
}
.au-table th {
    background: var(--cherito-black);
    color: #fff;
    font-weight: 600;
    padding: 0.6rem 0.85rem;
    font-size: 0.78rem;
}
.au-table td {
    padding: 0.55rem 0.85rem;
    border-bottom: 1px solid var(--au-border);
    color: var(--cherito-text);
}
.au-table tbody tr:nth-child(even) {
    background: var(--au-surface);
}
.au-table-wrap__foot {
    padding: 0.65rem 1.15rem;
    font-size: 0.78rem;
    color: var(--cherito-text);
    background: var(--au-surface);
}
.au-cta-bar {
    text-align: center;
    padding: 1.5rem 1rem;
    background: var(--cherito-black);
    color: #fff;
    border-radius: 10px;
}
.au-cta-bar h2 {
    color: #fff;
    font-size: 1.15rem;
    margin: 0 0 0.5rem;
}
.au-cta-bar p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    margin: 0 0 1rem;
}
.au-entity-box {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.75rem 1.5rem;
    background: var(--cherito-black);
    color: #fff;
    border-radius: 10px;
    border: 2px solid var(--cherito-base);
}
.au-entity-box__label {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    opacity: 0.9;
}
.au-entity-box__value {
    display: block;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    color: var(--cherito-base);
}
.au-step-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid var(--au-border);
    border-radius: 10px;
    overflow: hidden;
}
.au-step-card__media {
    position: relative;
    min-height: 120px;
    background: var(--au-surface) center/cover no-repeat;
    border-bottom: 1px solid var(--au-border);
}
.au-step-card__media .au-step-num {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    margin: 0;
    width: 34px;
    height: 34px;
    font-size: 0.9rem;
}
.au-step-card__body { padding: 1rem 1.1rem 1.15rem; flex: 1; }
.au-step-card__body h3 {
    font-size: 0.95rem;
    margin: 0 0 0.4rem;
    color: var(--cherito-black);
}
.au-step-card__body p {
    font-size: 0.85rem;
    color: var(--cherito-text);
    margin: 0;
    line-height: 1.55;
}
.au-step-card__video,
.au-step-card__embed {
    margin-top: 0.75rem;
    border-radius: 6px;
    overflow: hidden;
}
.au-step-card__video { width: 100%; display: block; }
.au-step-card__embed { aspect-ratio: 16/9; }
.au-step-card__embed iframe { width: 100%; height: 100%; border: 0; }
.au-gallery-caption {
    margin-top: 0.45rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
}
.au-gallery-caption strong {
    font-size: 0.82rem;
    color: var(--cherito-black);
    font-weight: 600;
}
.au-gallery-grid .gallery-page__card {
    border-radius: 8px;
    overflow: hidden;
}
.au-gallery-grid .gallery-page__card img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.au-article__hero {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1.25rem;
}
.au-article__hero img {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    display: block;
}
.au-article__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 0.8rem;
    color: var(--cherito-text);
}
.au-article__body {
    font-size: 0.92rem;
    line-height: 1.7;
    color: var(--cherito-text);
}
.au-article__body h2,
.au-article__body h3 {
    color: var(--cherito-black);
    margin: 1.25rem 0 0.5rem;
    font-size: 1.1rem;
}
.cherito-theme .sec-title { margin-bottom: 1rem !important; }
.cherito-theme .sec-title__title {
    font-size: clamp(1.1rem, 2.5vw, 1.45rem) !important;
}

/* —— Modais —— */
body.sp-modal-open { overflow: hidden; }

.sp-modal,
.cherito-theme .sp-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(var(--cherito-black-rgb), 0.75);
    padding: 1rem;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.sp-modal.is-open,
.cherito-theme .sp-modal.is-open { display: flex; }
.cherito-theme .sp-modal.is-visible { opacity: 1; }

.cherito-theme .sp-modal__dialog {
    background: #fff;
    border-radius: 12px;
    max-width: 720px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transform: scale(0.97) translateY(12px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.25s ease;
}
.cherito-theme .sp-modal.is-visible .sp-modal__dialog {
    transform: scale(1) translateY(0);
    opacity: 1;
}
.cherito-theme .sp-modal__dialog--wide { max-width: 860px; }
.cherito-theme .sp-modal__dialog--sidebar {
    display: flex;
    flex-direction: row;
    padding: 0;
    overflow: hidden;
    max-height: min(88vh, 680px);
}
.cherito-theme .sp-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--au-border);
    background: var(--au-surface);
}
.cherito-theme .sp-modal__header h2 {
    margin: 0;
    font-size: 1.05rem;
    color: var(--cherito-black);
}
.cherito-theme .sp-modal__body {
    padding: 1.15rem 1.25rem;
    font-size: 0.88rem;
    color: var(--cherito-text);
}
.cherito-theme .sp-modal__body h3 {
    font-size: 0.95rem;
    color: var(--cherito-primary);
    margin: 1rem 0 0.4rem;
}
.cherito-theme .sp-modal__close {
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: var(--cherito-text);
}
.cherito-theme .sp-modal__rail {
    --sig-rail-w: 148px;
    flex: 0 0 var(--sig-rail-w);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.15rem 0.75rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.cherito-theme .sp-modal__rail--blue { background: var(--cherito-primary); }
.cherito-theme .sp-modal__rail--green { background: #2d7a5a; }
.cherito-theme .sp-modal__rail--purple { background: #5b4a8a; }
.cherito-theme .sp-modal__rail--portal { background: var(--cherito-black); }
.cherito-theme .sp-modal__rail-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(255,255,255,0.2) 8px, rgba(255,255,255,0.2) 9px);
}
.cherito-theme .sp-modal__rail-icon {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 50%;
    margin-bottom: 0.65rem;
}
.cherito-theme .sp-modal__rail-photo {
    position: relative;
    z-index: 1;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid rgba(255,255,255,0.35);
    margin-bottom: 0.65rem;
}
.cherito-theme .sp-modal__rail-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cherito-theme .sp-modal__rail-mark {
    position: relative;
    z-index: 1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: var(--cherito-base);
}
.cherito-theme .sp-modal__rail-kicker {
    position: relative;
    z-index: 1;
    margin: 0.4rem 0 0.1rem;
    font-size: 0.58rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.9;
}
.cherito-theme .sp-modal__rail-title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.25;
}
.cherito-theme .sp-modal__rail-meta {
    position: relative;
    z-index: 1;
    margin: 0.3rem 0 0;
    font-size: 0.68rem;
    opacity: 0.85;
    line-height: 1.35;
}
.cherito-theme .sp-modal__main {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background: #fff;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-modal__dialog {
    max-width: 340px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(33, 34, 38, 0.22);
    padding: 0;
    border-top: 3px solid var(--cherito-base);
}
.cherito-theme .sp-portal-modal--compact .sp-portal-modal__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.75rem 0.85rem 0.55rem;
    border-bottom: 1px solid #eee;
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
}
.cherito-theme .sp-portal-modal--compact .sp-portal-modal__kicker {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--cherito-base);
    margin-bottom: 0.15rem;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-modal__head h2 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--cherito-black);
}
.cherito-theme .sp-portal-modal--compact .sp-portal-modal__head p {
    margin: 0.15rem 0 0;
    font-size: 0.72rem;
    color: var(--cherito-text);
    line-height: 1.4;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-modal__close {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: none;
    background: #f0f0f0;
    border-radius: 6px;
    color: #555;
    font-size: 1.15rem;
    line-height: 1;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-modal__close:hover {
    background: var(--cherito-base);
    color: #fff;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-modal__list {
    padding: 0.5rem 0.65rem 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-height: min(52vh, 300px);
    overflow-y: auto;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option.cherito-btn--portal {
    display: block;
    width: 100%;
    padding: 0;
    min-height: auto;
    text-align: left;
    text-decoration: none;
    background: #fafafa;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    color: var(--cherito-black);
    font-weight: inherit;
    line-height: inherit;
    overflow: hidden;
    transition: border-color 0.25s ease, color 0.25s ease;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option.cherito-btn--portal .cherito-btn__hover {
    background-color: var(--cherito-base);
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option.cherito-btn--portal:hover {
    color: #fff;
    border-color: var(--cherito-base);
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option.cherito-btn--portal:hover .sp-portal-option__meta,
.cherito-theme .sp-portal-modal--compact .sp-portal-option.cherito-btn--portal:hover .sp-portal-option__label {
    color: #fff;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option.cherito-btn--portal:hover .sp-portal-option__badge {
    background: #fff;
    color: var(--cherito-base);
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option.cherito-btn--portal:hover .sp-portal-option__arrow {
    color: #fff;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option--featured.cherito-btn--portal {
    border-color: rgba(243, 95, 37, 0.45);
    background: rgba(243, 95, 37, 0.04);
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option__inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.55rem 0.65rem;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option__body {
    flex: 1;
    min-width: 0;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option__label {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--cherito-black);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    transition: color 0.25s ease;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option__meta {
    display: block;
    font-size: 0.68rem;
    color: var(--cherito-text);
    line-height: 1.35;
    margin-top: 0.1rem;
    transition: color 0.25s ease;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option__badge {
    display: inline-block;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.12rem 0.4rem;
    border-radius: 3px;
    background: var(--cherito-base);
    color: #fff;
    transition: background 0.25s, color 0.25s;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option__arrow {
    flex-shrink: 0;
    color: var(--cherito-base);
    font-size: 0.85rem;
    transition: color 0.25s ease, transform 0.25s ease;
}
.cherito-theme .sp-portal-modal--compact .sp-portal-option.cherito-btn--portal:hover .sp-portal-option__arrow {
    transform: translateX(3px);
}
.cherito-theme .sp-portal-option__body { flex: 1; min-width: 0; }
.cherito-theme .sp-portal-option__label {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--cherito-black);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
}
.cherito-theme .sp-portal-option__meta {
    font-size: 0.72rem;
    color: var(--cherito-text);
    line-height: 1.35;
}
.cherito-theme .sp-portal-option__badge {
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.15rem 0.4rem;
    border-radius: 3px;
    background: var(--cherito-base);
    color: #fff;
}
.cherito-theme .sp-portal-option__arrow {
    flex-shrink: 0;
    color: var(--cherito-base);
    font-size: 1rem;
}

/* Lightbox */
.cherito-theme .sp-lightbox {
    background: rgba(var(--cherito-black-rgb), 0.92) !important;
}
.cherito-theme .sp-lightbox .sp-lightbox__img {
    max-width: min(92vw, 900px);
    max-height: 82vh;
    object-fit: contain;
    border-radius: 6px;
}
.cherito-theme .sp-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.35);
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 50%;
    cursor: pointer;
}
.cherito-theme .sp-lightbox__nav--prev { left: 0.75rem; }
.cherito-theme .sp-lightbox__nav--next { right: 0.75rem; }
.cherito-theme .sp-lightbox__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    z-index: 2;
    color: #fff;
    background: rgba(0,0,0,0.35);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 575px) {
    .cherito-theme .sp-modal__dialog--sidebar {
        flex-direction: column;
        max-height: 92vh;
    }
    .cherito-theme .sp-modal__rail {
        flex: 0 0 auto;
        flex-direction: row;
        gap: 0.65rem;
        padding: 0.65rem 0.85rem;
        text-align: left;
    }
    .cherito-theme .sp-modal__rail-title {
        font-size: 0.82rem;
    }
}

/* —— Sem preloader —— */
.cherito-theme .preloader,
body.preloader-disabled .preloader {
    display: none !important;
}

/* —— Secção about: imagem controlada —— */
.cherito-theme .about-one__image--site {
    max-width: 420px;
    margin-left: auto;
}
.cherito-theme .about-one__image--site .about-one__image__two,
.cherito-theme .about-one__image--site .about-one__image__shape-1,
.cherito-theme .about-one__image--site .about-one__image__shape-2 {
    display: none !important;
}
.cherito-theme .about-one__image--site .about-one__image__one {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: var(--cherito-black);
}
.cherito-theme .about-one__image--site .about-one__image__one--media {
    border: 3px solid var(--cherito-base);
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    background: #000;
}
.cherito-theme .about-one__image--site .about-one__image__one::after {
    display: none !important;
}
.cherito-theme .about-one__image--site .about-one__image__one img,
.cherito-theme .about-one__image--site .about-one__media {
    display: block;
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    border-radius: 0;
}
.cherito-theme .about-one__image--site .about-one__media--video {
    max-height: 340px;
    object-fit: cover;
}
.cherito-theme .about-one__image--site .about-one__media--embed {
    aspect-ratio: 16/10;
    height: auto;
    max-height: 280px;
    border: 0;
}
@media (max-width: 991px) {
    .cherito-theme .about-one__image--site {
        max-width: 100%;
        margin-top: 1rem;
    }
    .cherito-theme .about-one__image--site .about-one__image__one img,
    .cherito-theme .about-one__image--site .about-one__media {
        max-height: 260px;
    }
}

/* —— Menu mobile melhorado —— */
.cherito-theme .mobile-nav__wrapper .mobile-nav__content {
    width: min(300px, 88vw);
    padding: 1.25rem 1rem 1.5rem;
    background: var(--cherito-black);
}
.cherito-theme .mobile-nav__wrapper .mobile-nav__container .main-menu__list > li {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cherito-theme .mobile-nav__wrapper .mobile-nav__container .main-menu__list > li > a {
    color: #fff;
    font-size: 0.92rem;
    padding: 0.65rem 0.25rem;
    display: block;
}
.cherito-theme .mobile-nav__wrapper .mobile-nav__container .main-menu__list > li.current > a {
    color: var(--cherito-base);
}
.cherito-theme .mobile-nav__wrapper .main-menu__portal {
    display: none !important;
}
.cherito-theme .mobile-nav__portal-link,
.cherito-theme .mobile-nav__portal-btn {
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.65rem 1rem;
    font-size: 0.88rem;
    font-weight: 700;
    border: none;
    border-radius: 6px;
    background: var(--cherito-base);
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.cherito-theme .mobile-nav__portal-item {
    list-style: none;
    padding: 0.35rem 0 0.5rem;
    border-bottom: none !important;
}
.cherito-theme .mobile-nav__contact {
    margin-top: 0.75rem;
    font-size: 0.82rem;
}
.cherito-theme .mobile-nav__contact a {
    color: rgba(255, 255, 255, 0.85);
}
.cherito-theme .mobile-nav__close {
    color: #fff;
}
.cherito-theme .logo-box .site-logo--mobile {
    margin-bottom: 0.5rem;
}
body.mobile-nav-open {
    overflow: hidden;
}

/* Header mobile mais estreito */
@media (max-width: 1199px) {
    .cherito-theme .main-header__inner {
        display: flex;
        justify-content: space-between;
        padding: 10px 0 !important;
    }
    .cherito-theme .main-header__nav {
        display: none;
    }
    .cherito-theme .site-logo--header {
        max-height: 38px;
        max-width: 120px;
    }
    .cherito-theme .mobile-nav__btn {
        width: 38px;
        height: 38px;
    }
}
@media (max-width: 1199px) {
    .cherito-theme .main-menu__list > li + li {
        margin-left: 10px;
    }
    .cherito-theme .main-menu__list > li > a {
        font-size: 0.76rem;
    }
}
