/*
 * FOTO RATTS — HOME V31
 * Direção visual: creme claro + dourado âmbar + tipografia editorial.
 * Adaptado ao Laravel existente sem alterar banco, rotas ou painel.
 */
:root {
    --fr-cream: #f7f3ea;
    --fr-cream-2: #efe9dc;
    --fr-white: #fffdf9;
    --fr-ink: #2d2b28;
    --fr-muted: #736e66;
    --fr-gold: #c9953f;
    --fr-gold-2: #d9ac5d;
    --fr-line: rgba(67, 61, 52, .12);
}

.foto-ratts-home {
    overflow: hidden;
    background: var(--fr-cream);
    color: var(--fr-ink);
    font-family: 'Outfit', Arial, sans-serif;
}
.foto-ratts-home h1,
.foto-ratts-home h2,
.foto-ratts-home h3 { font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif; }

.fr-section-kicker {
    display: inline-block;
    margin-bottom: 11px;
    color: var(--fr-gold);
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.fr-section-description {
    max-width: 680px;
    margin: 14px 0 0;
    color: var(--fr-muted);
    font-size: 14px;
    line-height: 1.7;
}
.fr-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 2px;
    text-decoration: none !important;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .095em;
    text-transform: uppercase;
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.fr-btn:hover { transform: translateY(-1px); }
.fr-btn--gold { background: linear-gradient(135deg, var(--fr-gold-2), #b87d27); color: #fff !important; box-shadow: 0 10px 28px rgba(172,116,32,.16); }
.fr-btn--ghost { border-color: rgba(45,43,40,.28); color: var(--fr-ink) !important; background: transparent; }
.fr-btn--ghost:hover { border-color: var(--fr-gold); color: #9b681e !important; background: rgba(255,255,255,.55); }
.fr-btn--light { border-color: rgba(255,255,255,.52); color: #fff !important; background: rgba(20,18,15,.12); backdrop-filter: blur(8px); }
.fr-btn--light:hover { background: rgba(255,255,255,.11); }

/* HERO */
.fr-hero { position: relative; background: #1f1e1b; }
.fr-hero__slider { margin: 0 !important; }
.fr-hero__slide { position: relative !important; overflow: hidden; background: #1f1e1b; }
.fr-hero__media { position: relative; width: 100%; overflow: hidden; }
.fr-hero__media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    object-fit: cover;
    filter: saturate(.94) contrast(1.02);
    transform: scale(1.001);
    transition: transform 7s ease;
}
.fr-hero .slick-active .fr-hero__media img { transform: scale(1.025); }
.fr-hero__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(18,17,15,.76) 0%, rgba(18,17,15,.38) 42%, rgba(18,17,15,.08) 72%, rgba(18,17,15,.12) 100%),
        linear-gradient(0deg, rgba(15,14,12,.26) 0%, transparent 48%);
    pointer-events: none;
}
.fr-hero__content-wrap {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto;
    pointer-events: none;
}
.fr-hero__content { width: min(650px, 70%); color: #fff; pointer-events: auto; }
.fr-hero__kicker {
    display: block;
    margin-bottom: 14px;
    color: #e7bc72;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .21em;
    text-transform: uppercase;
}
.fr-hero__content h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5.4vw, 78px);
    font-weight: 600;
    line-height: .96;
    letter-spacing: -.025em;
    text-wrap: balance;
    text-shadow: 0 3px 26px rgba(0,0,0,.2);
}
.fr-hero__content p { margin: 18px 0 26px; color: rgba(255,255,255,.79); font-size: 15px; font-weight: 300; letter-spacing: .02em; }
.fr-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.fr-hero__scroll {
    position: absolute;
    right: 32px;
    bottom: 24px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.78) !important;
    text-decoration: none !important;
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.fr-hero__scroll-line { width: 46px; height: 1px; background: linear-gradient(90deg, rgba(255,255,255,.25), #d9ac5d); }
.fr-hero .slick-dots { bottom: 20px !important; z-index: 8; }
.fr-hero .slick-dots li { width: 22px; height: 10px; margin: 0 2px; }
.fr-hero .slick-dots li button { width: 22px; height: 10px; padding: 0; }
.fr-hero .slick-dots li button::before { content: '' !important; top: 4px; width: 22px; height: 2px; border-radius: 999px; background: rgba(255,255,255,.38); opacity: 1 !important; }
.fr-hero .slick-dots li.slick-active button::before { background: #e0ad59; }

/* Intro assinatura */
.fr-signature { padding: 88px 20px 82px; background: var(--fr-cream); text-align: center; border-bottom: 1px solid var(--fr-line); }
.fr-signature__inner { width: min(900px, 100%); margin: 0 auto; }
.fr-signature h2 { margin: 0; color: var(--fr-ink); font-size: clamp(46px, 6vw, 76px); font-weight: 600; line-height: .95; }
.fr-signature p { max-width: 720px; margin: 20px auto 28px; color: var(--fr-muted); font-size: 15px; line-height: 1.8; }
.fr-signature__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

/* Trabalhos recentes */
.foto-ratts-home .home-eventos--recentes { padding: 88px 24px 96px; background: var(--fr-white); }
.foto-ratts-home .home-eventos__container { width: min(1320px, 100%); }
.foto-ratts-home .home-eventos__cabecalho { align-items: end; margin-bottom: 34px; }
.foto-ratts-home .home-eventos__titulo {
    margin: 0;
    color: var(--fr-ink);
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: clamp(40px, 4.2vw, 60px);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.025em;
    text-transform: none;
}
.foto-ratts-home .home-eventos__link-todos {
    padding: 9px 0 7px;
    border-bottom: 1px solid var(--fr-gold);
    color: #8b611f;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.foto-ratts-home .home-eventos__grid { gap: 28px 18px; }
.foto-ratts-home .home-evento-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    transform: none;
}
.foto-ratts-home .home-evento-card:hover { transform: none; box-shadow: none; }
.foto-ratts-home .home-evento-card__imagem-wrap {
    aspect-ratio: 3 / 2;
    border-radius: 2px;
    background: #ebe5d8;
    overflow: hidden;
}
.foto-ratts-home .home-evento-card__imagem { transition: transform .7s cubic-bezier(.22,.61,.36,1), filter .3s ease; }
.foto-ratts-home .home-evento-card:hover .home-evento-card__imagem { transform: scale(1.045); }
.fr-photo-card__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    background: linear-gradient(to top, rgba(17,16,14,.78) 0%, rgba(17,16,14,.12) 52%, transparent 72%);
    opacity: .78;
    transition: opacity .35s ease;
    pointer-events: none;
}
.fr-photo-card:hover .fr-photo-card__shade { opacity: .92; }
.foto-ratts-home .home-evento-card__overlay-info {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 3;
    display: block !important;
    padding: 18px 18px 17px !important;
    background: transparent !important;
    border: 0 !important;
    transform: none !important;
}
.foto-ratts-home .home-evento-card__overlay-info .home-evento-card__titulo {
    min-height: 0 !important;
    margin: 0 0 4px !important;
    color: #fff !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    line-height: 1.05 !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.foto-ratts-home .home-evento-card__overlay-info .home-evento-card__titulo::after { display: none !important; }
.foto-ratts-home .home-evento-card__overlay-info .home-evento-card__data {
    color: rgba(255,255,255,.72) !important;
    font-family: 'Outfit', Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 500;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.foto-ratts-home .home-evento-card__novo {
    top: 12px;
    left: 12px;
    z-index: 4;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 2px;
    background: rgba(248,245,237,.90);
    color: #7e571c;
    font-size: 9px;
    letter-spacing: .11em;
}
.foto-ratts-home .home-evento-card__views {
    right: 12px;
    top: 12px;
    bottom: auto;
    z-index: 4;
    padding: 5px 7px;
    border-radius: 2px;
    background: rgba(20,19,17,.48);
    color: rgba(255,255,255,.84);
    font-size: 9px;
    opacity: 0;
    transition: opacity .25s ease;
}
.foto-ratts-home .home-evento-card:hover .home-evento-card__views,
.foto-ratts-home .home-evento-card:focus-within .home-evento-card__views { opacity: 1; }
.foto-ratts-home .home-eventos__rodape-grande { margin-top: 48px; }
.foto-ratts-home .home-eventos__botao--grande {
    width: auto;
    min-width: min(360px, 100%);
    min-height: 48px;
    padding: 0 28px;
    border: 1px solid var(--fr-ink);
    border-radius: 2px;
    background: transparent;
    color: var(--fr-ink);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.foto-ratts-home .home-eventos__botao--grande:hover { background: var(--fr-ink); color: #fff; }

/* Mais vistos */
.foto-ratts-home .mais-vistos-container {
    margin: 0 !important;
    padding: 90px 0 100px !important;
    background: var(--fr-cream) !important;
    border-top: 1px solid var(--fr-line);
    border-bottom: 1px solid var(--fr-line);
}
.foto-ratts-home .mais-vistos-container > .container-fluid { width: min(1380px, 100%); padding: 0 30px !important; margin: 0 auto; }
.fr-section-head--center { display: block !important; margin: 0 auto 36px !important; text-align: center; }
.foto-ratts-home .mais-vistos-container .section-title h2 {
    margin: 0;
    color: var(--fr-ink) !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(42px, 4.5vw, 62px) !important;
    font-weight: 600 !important;
    line-height: .96;
    text-transform: none !important;
}
.foto-ratts-home .mais-vistos-container .section-title .fr-section-description { margin-left: auto; margin-right: auto; }
.foto-ratts-home .mais-vistos-carousel { margin: 0 -8px; }
.foto-ratts-home .mais-vistos-carousel .slick-slide { padding: 0 8px; }
.foto-ratts-home .mais-vistos-container .evento-card { border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important; }
.foto-ratts-home .mais-vistos-container .evento-card__image-wrap { position: relative; aspect-ratio: 4 / 5 !important; min-height: 0 !important; overflow: hidden; border-radius: 2px; background: #e8e0d2; }
.foto-ratts-home .mais-vistos-container .evento-slide__img { width: 100% !important; height: 100% !important; aspect-ratio: auto !important; object-fit: cover !important; transition: transform .7s cubic-bezier(.22,.61,.36,1); }
.foto-ratts-home .mais-vistos-container .evento-card:hover .evento-slide__img { transform: scale(1.045); }
.foto-ratts-home .mais-vistos-container .evento-card__overlay-info {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 3;
    display: block !important;
    padding: 20px 17px !important;
    background: transparent !important;
    border: 0 !important;
}
.foto-ratts-home .mais-vistos-container .evento-card__overlay-info .evento-card__title {
    margin: 0 0 4px !important;
    color: #fff !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.03 !important;
    text-transform: none !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.35);
}
.foto-ratts-home .mais-vistos-container .evento-card__overlay-info .evento-card__title::after { display: none !important; }
.foto-ratts-home .mais-vistos-container .evento-card__overlay-info .evento-card__date { color: rgba(255,255,255,.73) !important; font-size: 10px !important; font-weight: 500; letter-spacing: .09em; text-transform: uppercase; }
.foto-ratts-home .mais-vistos-container .overlay-content,
.foto-ratts-home .mais-vistos-container .album-label,
.foto-ratts-home .mais-vistos-container .overlay-views { display: none !important; }
.foto-ratts-home .mais-vistos-carousel .slick-prev,
.foto-ratts-home .mais-vistos-carousel .slick-next {
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(45,43,40,.15);
    border-radius: 50%;
    background: rgba(255,253,249,.92);
    box-shadow: 0 8px 22px rgba(45,43,40,.08);
}
.foto-ratts-home .mais-vistos-carousel .slick-prev { left: -10px; }
.foto-ratts-home .mais-vistos-carousel .slick-next { right: -10px; }
.foto-ratts-home .mais-vistos-carousel .slick-prev::before,
.foto-ratts-home .mais-vistos-carousel .slick-next::before { color: #7d5a25; font-size: 20px; opacity: .85; }

/* Instagram */
.foto-ratts-home .home-instagram--elfsight {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 88px 24px 92px !important;
    background: var(--fr-white) !important;
}
.foto-ratts-home .home-instagram__cabecalho { width: min(1320px, 100%); margin: 0 auto 30px !important; display: block !important; text-align: center; }
.foto-ratts-home .home-instagram__titulo-link { text-decoration: none !important; }
.foto-ratts-home .home-instagram__titulo {
    margin: 0 !important;
    color: var(--fr-ink) !important;
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: clamp(39px, 4.2vw, 58px) !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-transform: none !important;
}
.foto-ratts-home .home-instagram__titulo::before {
    content: 'Bastidores & novidades';
    display: block;
    margin-bottom: 10px;
    color: var(--fr-gold);
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.foto-ratts-home .home-instagram__traco { display: block !important; width: 58px !important; height: 1px !important; margin: 18px auto 0 !important; background: var(--fr-gold) !important; }
.foto-ratts-home .home-instagram__elfsight-wrap { width: min(1320px, 100%) !important; margin: 0 auto !important; }

/* Depoimentos */
.foto-ratts-home .depoimentos-container {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 90px max(24px, calc((100vw - 1180px) / 2)) 94px !important;
    background: var(--fr-cream-2);
    border-top: 1px solid var(--fr-line);
}
.foto-ratts-home .depoimentos-container::before {
    content: 'O que nossos clientes dizem';
    display: block;
    margin: 0 auto 30px;
    color: var(--fr-gold);
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .19em;
    text-align: center;
    text-transform: uppercase;
}
.foto-ratts-home .depoimento-slide-wrapper { padding: 0 8px; }
.foto-ratts-home .depoimento-slide {
    height: 100%;
    padding: 34px 32px 30px !important;
    border: 1px solid rgba(68,60,50,.11) !important;
    border-left: 3px solid var(--fr-gold) !important;
    border-radius: 2px !important;
    background: rgba(255,253,249,.82) !important;
    box-shadow: none !important;
}
.foto-ratts-home .depoimento-texto { color: #5f5a53 !important; font-family: 'Cormorant Garamond', Georgia, serif !important; font-size: 21px !important; line-height: 1.5 !important; }
.foto-ratts-home .depoimento-nome { color: var(--fr-ink) !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: .06em; text-transform: uppercase; }
.foto-ratts-home .depoimento-evento { color: #91887c !important; font-size: 11px !important; }
.foto-ratts-home .btn-depoimento-orcamento {
    min-height: 46px;
    padding: 0 24px !important;
    border: 1px solid var(--fr-ink) !important;
    border-radius: 2px !important;
    background: transparent !important;
    color: var(--fr-ink) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.foto-ratts-home .btn-depoimento-orcamento:hover { background: var(--fr-ink) !important; color: #fff !important; }

/* WhatsApp existente */
.whatsapp-float .whatsapp-button { border-radius: 999px !important; box-shadow: 0 12px 32px rgba(23,91,50,.24) !important; }

@media (max-width: 991.98px) {
    .fr-hero__content-wrap { width: calc(100% - 40px); }
    .fr-hero__content { width: min(620px, 82%); }
    .foto-ratts-home .home-eventos--recentes { padding-left: 18px; padding-right: 18px; }
    .foto-ratts-home .mais-vistos-container > .container-fluid { padding-left: 18px !important; padding-right: 18px !important; }
}

@media (max-width: 767.98px) {
    .fr-hero__shade { background: linear-gradient(90deg, rgba(18,17,15,.72), rgba(18,17,15,.26)), linear-gradient(0deg, rgba(15,14,12,.25), transparent 60%); }
    .fr-hero__content-wrap { width: calc(100% - 30px); }
    .fr-hero__content { width: 78%; }
    .fr-hero__kicker { margin-bottom: 6px; font-size: 8px; }
    .fr-hero__content h1 { font-size: clamp(25px, 8vw, 40px); }
    .fr-hero__content p { display: none; }
    .fr-hero__actions { margin-top: 12px; }
    .fr-hero__actions .fr-btn { min-height: 36px; padding: 0 13px; font-size: 8px; }
    .fr-hero__scroll { display: none; }
    .fr-signature { padding: 62px 16px 58px; }
    .fr-signature h2 { font-size: 49px; }
    .fr-signature p { font-size: 14px; }
    .foto-ratts-home .home-eventos--recentes { padding: 62px 12px 68px; }
    .foto-ratts-home .home-eventos__cabecalho { margin-bottom: 25px; }
    .foto-ratts-home .home-eventos__titulo { font-size: 39px; }
    .fr-section-description { font-size: 13px; }
    .foto-ratts-home .home-eventos__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px 8px; }
    .foto-ratts-home .home-evento-card__overlay-info { padding: 11px 9px 10px !important; }
    .foto-ratts-home .home-evento-card__overlay-info .home-evento-card__titulo { font-size: 16px !important; line-height: 1.02 !important; }
    .foto-ratts-home .home-evento-card__overlay-info .home-evento-card__data { font-size: 8px !important; }
    .foto-ratts-home .home-evento-card__views { display: none !important; }
    .foto-ratts-home .home-eventos__botao--grande { min-width: 100%; }
    .foto-ratts-home .mais-vistos-container { padding: 62px 0 72px !important; }
    .foto-ratts-home .mais-vistos-container > .container-fluid { padding-left: 12px !important; padding-right: 12px !important; }
    .fr-section-head--center { margin-bottom: 26px !important; padding: 0 8px; }
    .foto-ratts-home .mais-vistos-container .evento-card__image-wrap { aspect-ratio: 4 / 5 !important; }
    .foto-ratts-home .mais-vistos-container .evento-card__overlay-info { padding: 16px 13px !important; }
    .foto-ratts-home .mais-vistos-container .evento-card__overlay-info .evento-card__title { font-size: 21px !important; }
    .foto-ratts-home .home-instagram--elfsight { padding: 64px 12px 68px !important; }
    .foto-ratts-home .depoimentos-container { padding: 64px 12px 68px !important; }
}

@media (prefers-reduced-motion: reduce) {
    .fr-photo-card img,
    .fr-hero__media img,
    .fr-btn { transition: none !important; }
}

/* FOTO RATTS V32 — hero mais leve/baixo + assinatura menor em nova posição */
@media (min-width: 768px) {
    .fr-hero__content-wrap {
        align-items: flex-end;
        padding-bottom: clamp(64px, 7.2vw, 105px);
    }
    .fr-hero__content {
        width: min(590px, 62%);
    }
    .fr-hero__kicker {
        margin-bottom: 10px;
        color: rgba(235, 204, 148, .82);
        font-size: 10px;
        font-weight: 500;
        letter-spacing: .18em;
    }
    .fr-hero__content h1 {
        font-size: clamp(38px, 4.1vw, 59px);
        font-weight: 500;
        line-height: 1.01;
        letter-spacing: -.018em;
        text-shadow: 0 2px 22px rgba(0,0,0,.18);
    }
    .fr-hero__content p {
        margin: 12px 0 19px;
        color: rgba(255,255,255,.70);
        font-size: 13px;
        font-weight: 300;
        letter-spacing: .015em;
    }
    .fr-hero__actions .fr-btn {
        min-height: 40px;
        padding: 0 18px;
        font-size: 10px;
        letter-spacing: .08em;
    }
}

.fr-signature--compact {
    padding: 42px 24px 44px;
    background: #f7f3ea;
    text-align: left;
    border-top: 1px solid var(--fr-line);
    border-bottom: 1px solid var(--fr-line);
}
.fr-signature--compact .fr-signature__inner {
    width: min(1180px, 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 42px;
}
.fr-signature--compact .fr-signature__copy {
    max-width: 730px;
}
.fr-signature--compact .fr-section-kicker {
    margin-bottom: 7px;
    font-size: 9px;
    letter-spacing: .17em;
}
.fr-signature--compact h2 {
    font-size: clamp(34px, 3.8vw, 48px);
    line-height: 1;
}
.fr-signature--compact p {
    max-width: 690px;
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.65;
}
.fr-signature--compact .fr-signature__actions {
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 8px;
}
.fr-signature--compact .fr-btn {
    min-height: 40px;
    padding: 0 17px;
    font-size: 9px;
}

@media (max-width: 767.98px) {
    .fr-hero__content-wrap {
        align-items: flex-end;
        width: calc(100% - 36px);
        padding-bottom: 50px;
    }
    .fr-hero__content {
        width: min(510px, 92%);
    }
    .fr-hero__content h1 {
        font-size: clamp(34px, 9vw, 48px);
        font-weight: 500;
        line-height: 1;
    }
    .fr-hero__kicker {
        font-size: 9px;
        letter-spacing: .16em;
        opacity: .86;
    }
    .fr-hero__content p {
        margin: 10px 0 16px;
        font-size: 12px;
        color: rgba(255,255,255,.72);
    }
    .fr-hero__actions .fr-btn {
        min-height: 38px;
        padding: 0 14px;
        font-size: 9px;
    }
    .fr-signature--compact {
        padding: 34px 20px 36px;
        text-align: center;
    }
    .fr-signature--compact .fr-signature__inner {
        display: block;
    }
    .fr-signature--compact p {
        margin-left: auto;
        margin-right: auto;
    }
    .fr-signature--compact .fr-signature__actions {
        justify-content: center;
        margin-top: 18px;
    }
}

/* FOTO RATTS V33 — hero no canto inferior esquerdo + Mais Vistos com nome no topo */
@media (min-width: 768px) {
    .fr-hero__content-wrap {
        inset: 0 auto auto 0;
        top: 0;
        left: clamp(22px, 2.4vw, 38px);
        width: min(720px, calc(100% - 64px));
        height: 100%;
        margin: 0;
        padding: 0 0 clamp(24px, 2.6vw, 38px);
        align-items: flex-end;
    }
    .fr-hero__content {
        width: min(680px, 100%);
    }
    .fr-hero__content h1 {
        font-size: clamp(52px, 5vw, 74px);
        line-height: .95;
    }
    .fr-hero__content p {
        margin: 10px 0 16px;
    }
}

@media (max-width: 767.98px) {
    .fr-hero__content-wrap {
        left: 16px;
        right: auto;
        width: calc(100% - 32px);
        margin: 0;
        padding-bottom: 22px;
        align-items: flex-end;
    }
    .fr-hero__content {
        width: 94%;
    }
    .fr-hero__content h1 {
        font-size: clamp(40px, 11vw, 54px);
    }
}

.foto-ratts-home .mais-vistos-container .evento-card__overlay-info {
    top: 0 !important;
    bottom: auto !important;
    padding: 18px 17px 22px !important;
}
.foto-ratts-home .mais-vistos-container .fr-photo-card__shade {
    background: linear-gradient(to bottom, rgba(17,16,14,.78) 0%, rgba(17,16,14,.18) 42%, transparent 68%);
}
@media (max-width: 767.98px) {
    .foto-ratts-home .mais-vistos-container .evento-card__overlay-info {
        padding: 14px 12px 18px !important;
    }
}



/* V34 - Mais Vistos corrigido no padrão da V30 */
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 {
    height: auto !important;
    min-height: 0 !important;
    display: flex;
    flex-direction: column;
    background: #f7f2e8;
    border-radius: 0 !important;
    overflow: hidden;
    box-shadow: none !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-slide__img {
    width: 100%;
    height: 355px;
    object-fit: cover;
    display: block;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__details {
    display: block !important;
    padding: 14px 2px 0 !important;
    background: transparent !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__title {
    margin: 0 0 8px !important;
    min-height: 0 !important;
    font-family: "Cormorant Garamond", serif !important;
    font-size: 22px !important;
    line-height: 1.05 !important;
    font-weight: 600 !important;
    color: #2f2924 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__date {
    display: block !important;
    margin: 0 0 6px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    color: rgba(47, 41, 36, 0.80) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__views {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    color: rgba(47, 41, 36, 0.62) !important;
    letter-spacing: 0 !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__overlay-info,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .overlay-content,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .album-label,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .overlay-views,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .fr-photo-card__shade {
    display: none !important;
}

.foto-ratts-home .mais-vistos-container .mais-vistos-carousel .slick-slide {
    height: auto !important;
}

.foto-ratts-home .mais-vistos-container .evento-slide {
    height: auto !important;
}

@media (max-width: 991.98px) {
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-slide__img {
        height: 300px;
    }
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__title {
        font-size: 20px !important;
    }
}

@media (max-width: 767.98px) {
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-slide__img {
        height: 255px;
    }
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__details {
        padding: 12px 0 0 !important;
    }
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--v34 .evento-card__title {
        font-size: 18px !important;
    }
}



/* V35 - hero clicável, sem risquinhos, logo e busca maiores */
.fr-hero__slide { cursor: pointer; }
.fr-hero .slick-dots { display: none !important; }
.fr-hero__scroll { display: none !important; }
@media (min-width: 768px) {
    .fr-hero__content-wrap {
        left: clamp(28px, 2.8vw, 42px);
        width: min(780px, calc(100% - 64px));
        padding-bottom: clamp(28px, 3vw, 44px);
    }
    .fr-hero__content h1 {
        font-size: clamp(60px, 5.8vw, 88px);
        line-height: .93;
    }
}
@media (max-width: 767.98px) {
    .fr-hero__content h1 { font-size: clamp(42px, 11.5vw, 58px); }
}

/* V35 - Mais Vistos igual referência: texto em cima da foto */
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: hidden;
}
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__image-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-slide__img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
}
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .fr-photo-card__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(17,16,14,.82) 0%, rgba(17,16,14,.28) 42%, rgba(17,16,14,.04) 72%);
}
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__overlay-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0 !important;
    top: auto !important;
    z-index: 2;
    padding: 16px 16px 15px !important;
}
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title {
    margin: 0 0 8px !important;
    color: #fff !important;
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 22px !important;
    line-height: 1.02 !important;
    font-weight: 600 !important;
    min-height: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title::after {
    content: '';
    display: block;
    width: 160px;
    max-width: 72%;
    height: 1px;
    margin-top: 8px;
    background: rgba(255,255,255,.78);
}
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__date {
    display: block !important;
    color: rgba(255,255,255,.92) !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__details,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__views,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .overlay-content,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .album-label,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .overlay-views {
    display: none !important;
}
@media (min-width: 1400px) {
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-slide__img { height: 305px; }
}
@media (max-width: 767.98px) {
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-slide__img { height: 255px; }
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__overlay-info { padding: 14px 14px 13px !important; }
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title { font-size: 18px !important; }
}


/* =========================================================
   FOTO RATTS V36
   Tamanhos de Trabalhos Recentes e Mais Vistos como na V30
   Visualizações dos Recentes no canto inferior direito
   ========================================================= */

/* TRABALHOS RECENTES — mesma proporção/largura da V30 */
.foto-ratts-home .home-eventos--recentes {
    position: relative !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 58px 14px !important;
    box-sizing: border-box !important;
}

.foto-ratts-home .home-eventos--recentes .home-eventos__container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

.foto-ratts-home .home-eventos--recentes .home-eventos__cabecalho,
.foto-ratts-home .home-eventos--recentes .home-eventos__grid,
.foto-ratts-home .home-eventos--recentes .home-eventos__rodape-grande {
    width: 100% !important;
    max-width: none !important;
}

.foto-ratts-home .home-eventos--recentes .home-eventos__grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px 12px !important;
}

.foto-ratts-home .home-eventos--recentes .home-evento-card {
    border-radius: 3px !important;
    overflow: hidden !important;
}

.foto-ratts-home .home-eventos--recentes .home-evento-card__imagem-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 2 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
}

.foto-ratts-home .home-eventos--recentes .home-evento-card__imagem {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

/* Visualizações: canto inferior direito, como na V30 */
.foto-ratts-home .home-eventos--recentes .home-evento-card__views {
    position: absolute !important;
    top: auto !important;
    right: 10px !important;
    bottom: 10px !important;
    left: auto !important;
    z-index: 6 !important;
    padding: 5px 9px !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, .60) !important;
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1 !important;
}

/* MAIS VISTOS — proporção 3:2 e tamanho equivalente à V30 */
.foto-ratts-home .mais-vistos-container {
    position: relative !important;
    left: auto !important;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    transform: none !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

.foto-ratts-home .mais-vistos-container > .container-fluid {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.foto-ratts-home .mais-vistos-container .mais-vistos-carousel {
    width: 100% !important;
    margin-left: -6px !important;
    margin-right: -6px !important;
}

.foto-ratts-home .mais-vistos-container .mais-vistos-carousel .slick-slide {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__image-wrap {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 3 / 2 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: 3px !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-slide__img {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: auto !important;
    object-fit: cover !important;
    display: block !important;
}

/* Mantém nome/data sobre a foto no Mais Vistos */
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__overlay-info {
    top: auto !important;
    bottom: 0 !important;
}

/* Responsivo igual ao comportamento da V30 */
@media (max-width: 980px) {
    .foto-ratts-home .home-eventos--recentes {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px 8px !important;
    }

    .foto-ratts-home .mais-vistos-container > .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 575px) {
    .foto-ratts-home .home-eventos--recentes {
        padding: 38px 5px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px 5px !important;
    }

    .foto-ratts-home .mais-vistos-container > .container-fluid {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}


/* V37 - correção do hero inicial, setas e indicadores discretos */
.fr-hero,
.fr-hero__slider {
    overflow: hidden;
}

.home-slideshow:not(.slick-initialized) .fr-hero__slide:not(:first-child) {
    display: none;
}

.fr-hero__slider .slick-list,
.fr-hero__slider .slick-track,
.fr-hero__slide,
.fr-hero__media {
    height: clamp(440px, 44vw, 740px);
}

.fr-hero__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.fr-hero .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    width: auto;
    left: auto;
    right: 18px;
    bottom: 14px !important;
    z-index: 8;
}

.fr-hero .slick-dots li {
    width: 16px;
    height: 8px;
    margin: 0;
}

.fr-hero .slick-dots li button {
    width: 16px;
    height: 8px;
    padding: 0;
}

.fr-hero .slick-dots li button::before {
    content: '' !important;
    top: 3px;
    left: 0;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: rgba(255,255,255,.34);
    opacity: 1 !important;
}

.fr-hero .slick-dots li.slick-active button::before {
    background: #ddb061;
}

.fr-hero .slick-prev,
.fr-hero .slick-next {
    z-index: 9;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(18,17,15,.24);
    backdrop-filter: blur(2px);
}

.fr-hero .slick-prev:hover,
.fr-hero .slick-next:hover {
    background: rgba(18,17,15,.36);
}

.fr-hero .slick-prev {
    left: 18px;
}

.fr-hero .slick-next {
    right: 18px;
}

.fr-hero .slick-prev::before,
.fr-hero .slick-next::before {
    color: #fff;
    font-size: 22px;
    opacity: .92;
}

@media (max-width: 767.98px) {
    .fr-hero__slider .slick-list,
    .fr-hero__slider .slick-track,
    .fr-hero__slide,
    .fr-hero__media {
        height: min(72vh, 520px);
    }

    .fr-hero .slick-prev,
    .fr-hero .slick-next {
        width: 34px;
        height: 34px;
    }

    .fr-hero .slick-prev {
        left: 10px;
    }

    .fr-hero .slick-next {
        right: 10px;
    }

    .fr-hero .slick-dots {
        right: 12px;
        bottom: 10px !important;
        gap: 4px;
    }

    .fr-hero .slick-dots li,
    .fr-hero .slick-dots li button,
    .fr-hero .slick-dots li button::before {
        width: 12px;
    }
}



/* V38 - risquinho discreto embaixo do nome nas capas */
.foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo::after {
    content: "" !important;
    display: block !important;
    width: 180px !important;
    max-width: 72% !important;
    height: 1px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    background: rgba(255,255,255,.78) !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title::after {
    content: "" !important;
    display: block !important;
    width: 180px !important;
    max-width: 72% !important;
    height: 1px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    background: rgba(255,255,255,.78) !important;
}

@media (max-width: 767.98px) {
    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo::after,
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title::after {
        width: 110px !important;
        margin-top: 6px !important;
        margin-bottom: 6px !important;
    }
}



/* V39 - slide sem zoom/redução durante a troca */
.fr-hero__media img,
.fr-hero .slick-active .fr-hero__media img {
    transform: none !important;
    transition: none !important;
}



/* V40 - mais espaçamento entre as capas, semelhante à V30 */
@media (min-width: 981px) {
    .foto-ratts-home .home-eventos--recentes .home-eventos__grid {
        gap: 24px 18px !important;
    }

    .foto-ratts-home .mais-vistos-container .mais-vistos-carousel {
        margin-left: -9px !important;
        margin-right: -9px !important;
    }

    .foto-ratts-home .mais-vistos-container .mais-vistos-carousel .slick-slide {
        padding-left: 9px !important;
        padding-right: 9px !important;
    }
}

@media (max-width: 980px) and (min-width: 576px) {
    .foto-ratts-home .home-eventos--recentes .home-eventos__grid {
        gap: 16px 12px !important;
    }

    .foto-ratts-home .mais-vistos-container .mais-vistos-carousel {
        margin-left: -7px !important;
        margin-right: -7px !important;
    }

    .foto-ratts-home .mais-vistos-container .mais-vistos-carousel .slick-slide {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
}

@media (max-width: 575px) {
    .foto-ratts-home .home-eventos--recentes .home-eventos__grid {
        gap: 10px 8px !important;
    }

    .foto-ratts-home .mais-vistos-container .mais-vistos-carousel {
        margin-left: -4px !important;
        margin-right: -4px !important;
    }

    .foto-ratts-home .mais-vistos-container .mais-vistos-carousel .slick-slide {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}



/* =========================================================
   FOTO RATTS V41
   Espaçamento das capas igual V30 + bloco "Imagem é tudo" maior
   ========================================================= */

/* TRABALHOS RECENTES — espaçamento exato do padrão V30 */
@media (min-width: 981px) {
    .foto-ratts-home .home-eventos--recentes {
        padding-left: 34px !important;
        padding-right: 34px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__cabecalho {
        margin-bottom: 48px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        column-gap: 30px !important;
        row-gap: 36px !important;
    }
}

/* Tablet igual ao comportamento V30 */
@media (max-width: 980px) and (min-width: 576px) {
    .foto-ratts-home .home-eventos--recentes {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__cabecalho {
        margin-bottom: 36px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 16px !important;
        row-gap: 22px !important;
    }
}

/* Celular igual ao V30 */
@media (max-width: 575px) {
    .foto-ratts-home .home-eventos--recentes {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__cabecalho {
        margin-bottom: 30px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        column-gap: 8px !important;
        row-gap: 14px !important;
    }
}

/* MAIS VISTOS — respiro semelhante entre as capas */
@media (min-width: 981px) {
    .foto-ratts-home .mais-vistos-container .mais-vistos-carousel {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }

    .foto-ratts-home .mais-vistos-container .mais-vistos-carousel .slick-slide {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* BLOCO "IMAGEM É TUDO" — maior e com mais presença */
.fr-signature--compact {
    padding: 64px 54px 68px !important;
}

.fr-signature--compact .fr-signature__inner {
    width: min(1420px, 100%) !important;
    gap: 64px !important;
}

.fr-signature--compact .fr-signature__copy {
    max-width: 900px !important;
}

.fr-signature--compact .fr-section-kicker {
    margin-bottom: 10px !important;
    font-size: 11px !important;
    letter-spacing: .18em !important;
}

.fr-signature--compact h2 {
    font-size: clamp(48px, 4.8vw, 66px) !important;
    line-height: .98 !important;
}

.fr-signature--compact p {
    max-width: 860px !important;
    margin-top: 14px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
}

.fr-signature--compact .fr-signature__actions {
    gap: 12px !important;
}

.fr-signature--compact .fr-btn {
    min-height: 50px !important;
    padding: 0 24px !important;
    font-size: 11px !important;
    letter-spacing: .08em !important;
}

@media (max-width: 980px) {
    .fr-signature--compact {
        padding: 52px 26px 56px !important;
    }

    .fr-signature--compact .fr-signature__inner {
        gap: 34px !important;
    }

    .fr-signature--compact h2 {
        font-size: clamp(42px, 6vw, 56px) !important;
    }

    .fr-signature--compact p {
        font-size: 15px !important;
    }
}

@media (max-width: 767.98px) {
    .fr-signature--compact {
        padding: 44px 20px 48px !important;
    }

    .fr-signature--compact h2 {
        font-size: clamp(40px, 11vw, 52px) !important;
    }

    .fr-signature--compact p {
        font-size: 14px !important;
    }

    .fr-signature--compact .fr-signature__actions {
        margin-top: 22px !important;
        gap: 10px !important;
    }

    .fr-signature--compact .fr-btn {
        min-height: 46px !important;
        padding: 0 18px !important;
        font-size: 10px !important;
    }
}



/* =========================================================
   FOTO RATTS V42
   Nome/data maiores nas capas + hover suave + botão eventos maior
   ========================================================= */

/* Trabalhos Recentes — nome e data um pouco maiores, padrão V30 */
.foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo {
    font-size: 1.28rem !important;
    line-height: 1.18 !important;
    margin-bottom: 8px !important;
}

.foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__data {
    font-size: 1rem !important;
    line-height: 1.25 !important;
}

/* Mais Vistos — nome e data um pouco maiores também */
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title {
    font-size: 24px !important;
    line-height: 1.06 !important;
}

.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__date {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

/* Hover das capas mais suave, semelhante à V30 */
.foto-ratts-home .home-eventos--recentes .home-evento-card__imagem,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-slide__img {
    transform: scale(1) !important;
    transition: transform .85s cubic-bezier(.22,.61,.36,1), filter .45s ease !important;
    will-change: transform;
}

.foto-ratts-home .home-eventos--recentes .home-evento-card:hover .home-evento-card__imagem,
.foto-ratts-home .home-eventos--recentes .home-evento-card:focus-within .home-evento-card__imagem,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay:hover .evento-slide__img,
.foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay:focus-within .evento-slide__img {
    transform: scale(1.025) !important;
}

/* Botão "Explorar todos os eventos" maior */
.foto-ratts-home .home-eventos--recentes .home-eventos__rodape-grande a,
.foto-ratts-home .home-eventos--recentes .btn-ver-todos,
.foto-ratts-home .home-eventos--recentes a[href*="/eventos"].home-eventos__ver-todos {
    min-width: 520px !important;
    min-height: 68px !important;
    padding: 0 42px !important;
    font-size: 14px !important;
    letter-spacing: .11em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Fallback para o botão central, caso use estrutura simples */
.foto-ratts-home .home-eventos--recentes .home-eventos__rodape-grande {
    margin-top: 54px !important;
}

.foto-ratts-home .home-eventos--recentes .home-eventos__rodape-grande > a {
    min-width: 520px !important;
    min-height: 68px !important;
    padding: 0 42px !important;
    font-size: 14px !important;
    letter-spacing: .11em !important;
}

/* Responsivo */
@media (max-width: 767.98px) {
    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo {
        font-size: 1.02rem !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__data {
        font-size: .82rem !important;
    }

    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title {
        font-size: 19px !important;
    }

    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__date {
        font-size: 12px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-eventos__rodape-grande > a,
    .foto-ratts-home .home-eventos--recentes .home-eventos__rodape-grande a {
        width: min(92vw, 420px) !important;
        min-width: 0 !important;
        min-height: 58px !important;
        padding: 0 24px !important;
        font-size: 12px !important;
    }
}



/* V43 - fonte das capas de Trabalhos Recentes igual ao Mais Vistos */
.foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo {
    font-family: 'Cormorant Garamond', Georgia, serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.06 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #fff !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.35) !important;
}

.foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__data {
    font-family: 'Outfit', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: rgba(255,255,255,.92) !important;
}

@media (max-width: 767.98px) {
    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo {
        font-size: 19px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__data {
        font-size: 12px !important;
    }
}



/* V45 - overlay escuro do slide só embaixo, igual às capas */
.fr-hero__shade {
    background: linear-gradient(
        to top,
        rgba(17,16,14,.78) 0%,
        rgba(17,16,14,.42) 22%,
        rgba(17,16,14,.14) 42%,
        rgba(17,16,14,0) 66%
    ) !important;
}

@media (max-width: 767.98px) {
    .fr-hero__shade {
        background: linear-gradient(
            to top,
            rgba(17,16,14,.80) 0%,
            rgba(17,16,14,.46) 24%,
            rgba(17,16,14,.16) 45%,
            rgba(17,16,14,0) 68%
        ) !important;
    }
}



/* =========================================================
   FOTO RATTS V46
   Ajustes proporcionais para celular
   ========================================================= */
@media (max-width: 575.98px) {

    /* Slide: "Foto Ratts" menor para não estourar */
    .fr-hero__content {
        width: min(88%, 420px) !important;
    }

    .fr-hero__content h1 {
        font-size: clamp(34px, 10vw, 43px) !important;
        line-height: .96 !important;
        letter-spacing: -.02em !important;
        white-space: normal !important;
        max-width: 100% !important;
    }

    .fr-hero__kicker {
        font-size: 8px !important;
        letter-spacing: .15em !important;
        margin-bottom: 7px !important;
    }

    .fr-hero__content p {
        font-size: 11px !important;
        line-height: 1.35 !important;
        margin: 8px 0 13px !important;
    }

    .fr-hero__actions {
        gap: 7px !important;
    }

    .fr-hero__actions .fr-btn {
        min-height: 35px !important;
        padding: 0 12px !important;
        font-size: 8px !important;
        letter-spacing: .055em !important;
    }

    /* Capas Recentes: nome e data proporcionais para 2 colunas */
    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info {
        padding: 14px 10px 10px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo {
        font-family: 'Cormorant Garamond', Georgia, serif !important;
        font-size: 16px !important;
        line-height: 1.02 !important;
        font-weight: 600 !important;
        margin: 0 0 5px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        min-height: 0 !important;
        max-height: 34px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo::after {
        width: 76px !important;
        max-width: 58% !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__data {
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 10.5px !important;
        line-height: 1.15 !important;
        font-weight: 500 !important;
    }

    /* Mais Vistos: mesma proporção de fonte das capas Recentes */
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__overlay-info {
        padding: 14px 10px 10px !important;
    }

    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title {
        font-family: 'Cormorant Garamond', Georgia, serif !important;
        font-size: 16px !important;
        line-height: 1.02 !important;
        font-weight: 600 !important;
        margin: 0 0 5px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        min-height: 0 !important;
        max-height: 34px !important;
    }

    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title::after {
        width: 76px !important;
        max-width: 58% !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__date {
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 10.5px !important;
        line-height: 1.15 !important;
        font-weight: 500 !important;
    }

    /* Selo NOVO e visualizações um pouco menores no celular */
    .foto-ratts-home .home-evento-card__novo {
        top: 8px !important;
        left: 8px !important;
        padding: 5px 7px !important;
        font-size: 8px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__views {
        right: 7px !important;
        bottom: 7px !important;
        padding: 4px 6px !important;
        font-size: 8.5px !important;
    }
}



/* =========================================================
   FOTO RATTS V47
   Mobile mais proporcional + botão de orçamento destacado
   ========================================================= */

/* Botão "Gostou? Peça já seu orçamento" com mais destaque */
.foto-ratts-home .btn-depoimento-orcamento {
    width: min(480px, 92vw) !important;
    min-height: 62px !important;
    padding: 0 34px !important;
    border: 1px solid #c9953f !important;
    background: linear-gradient(135deg, #d5a44e, #b97d25) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: .09em !important;
    box-shadow: 0 10px 26px rgba(169,115,31,.20) !important;
}

.foto-ratts-home .btn-depoimento-orcamento:hover {
    background: #2f2d2a !important;
    border-color: #2f2d2a !important;
    color: #fff !important;
    transform: translateY(-1px);
}

/* Celular */
@media (max-width: 575.98px) {

    /* Hero realmente responsivo no celular */
    .fr-hero__slider .slick-list,
    .fr-hero__slider .slick-track,
    .fr-hero__slide,
    .fr-hero__media {
        height: clamp(390px, 118vw, 470px) !important;
        min-height: 0 !important;
        max-height: 470px !important;
    }

    .fr-hero__media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .fr-hero__content-wrap {
        left: 14px !important;
        right: 14px !important;
        bottom: 0 !important;
        width: auto !important;
        height: 100% !important;
        padding: 0 0 18px !important;
        align-items: flex-end !important;
    }

    .fr-hero__content {
        width: min(84%, 330px) !important;
        max-width: 330px !important;
    }

    .fr-hero__content h1 {
        font-size: clamp(29px, 8.4vw, 35px) !important;
        line-height: .98 !important;
        letter-spacing: -.015em !important;
        margin: 0 !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .fr-hero__kicker {
        margin-bottom: 6px !important;
        font-size: 7.5px !important;
        letter-spacing: .13em !important;
    }

    .fr-hero__content p {
        margin: 7px 0 11px !important;
        font-size: 10px !important;
        line-height: 1.3 !important;
    }

    .fr-hero__actions {
        gap: 6px !important;
        flex-wrap: nowrap !important;
    }

    .fr-hero__actions .fr-btn {
        min-height: 33px !important;
        padding: 0 9px !important;
        font-size: 7.2px !important;
        letter-spacing: .045em !important;
        white-space: nowrap !important;
    }

    /* Capas em 2 colunas: texto menor e proporcional */
    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info,
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__overlay-info {
        padding: 10px 8px 8px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo,
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title {
        font-family: 'Cormorant Garamond', Georgia, serif !important;
        font-size: 13.5px !important;
        line-height: 1.02 !important;
        font-weight: 600 !important;
        margin: 0 0 4px !important;
        min-height: 0 !important;
        max-height: 29px !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__titulo::after,
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__title::after {
        width: 58px !important;
        max-width: 52% !important;
        margin-top: 4px !important;
        margin-bottom: 4px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__overlay-info .home-evento-card__data,
    .foto-ratts-home .mais-vistos-container .evento-card.fr-photo-card--overlay .evento-card__date {
        font-family: 'Outfit', Arial, sans-serif !important;
        font-size: 9px !important;
        line-height: 1.1 !important;
        font-weight: 500 !important;
    }

    .foto-ratts-home .home-evento-card__novo {
        top: 6px !important;
        left: 6px !important;
        padding: 4px 6px !important;
        font-size: 7px !important;
    }

    .foto-ratts-home .home-eventos--recentes .home-evento-card__views {
        right: 6px !important;
        bottom: 6px !important;
        padding: 3px 5px !important;
        font-size: 7.5px !important;
    }

    /* CTA orçamento destacado no celular */
    .foto-ratts-home .btn-depoimento-orcamento {
        width: min(92vw, 390px) !important;
        min-height: 58px !important;
        padding: 0 18px !important;
        font-size: 11px !important;
        letter-spacing: .075em !important;
    }
}



/* =========================================================
   FOTO RATTS V48
   Ajustes finais do mobile: slide e CTA orçamento
   ========================================================= */
@media (max-width: 575.98px) {

    /* Slide mais compacto e realmente adaptado ao celular */
    .fr-hero,
    .fr-hero__slider {
        overflow: hidden !important;
    }

    .fr-hero__slider .slick-list,
    .fr-hero__slider .slick-track,
    .fr-hero__slide,
    .fr-hero__media {
        height: clamp(330px, 92vw, 400px) !important;
        min-height: 0 !important;
        max-height: 400px !important;
    }

    .fr-hero__media img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    .fr-hero__content-wrap {
        left: 12px !important;
        right: 12px !important;
        bottom: 0 !important;
        width: auto !important;
        height: 100% !important;
        padding: 0 0 14px !important;
        align-items: flex-end !important;
    }

    .fr-hero__content {
        width: min(76%, 275px) !important;
        max-width: 275px !important;
    }

    /* Foto Ratts menor */
    .fr-hero__content h1 {
        font-size: clamp(24px, 7.2vw, 30px) !important;
        line-height: .95 !important;
        letter-spacing: -.015em !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: break-word !important;
    }

    .fr-hero__kicker {
        margin-bottom: 5px !important;
        font-size: 7px !important;
        letter-spacing: .12em !important;
    }

    .fr-hero__content p {
        margin: 6px 0 9px !important;
        font-size: 9px !important;
        line-height: 1.25 !important;
        max-width: 240px !important;
    }

    .fr-hero__actions {
        gap: 5px !important;
        flex-wrap: nowrap !important;
    }

    .fr-hero__actions .fr-btn {
        min-height: 29px !important;
        padding: 0 8px !important;
        font-size: 6.5px !important;
        letter-spacing: .04em !important;
        white-space: nowrap !important;
    }

    /* CTA "Gostou? Peça já seu orçamento" com fonte proporcional */
    .foto-ratts-home .btn-depoimento-orcamento {
        width: min(92vw, 380px) !important;
        min-height: 52px !important;
        padding: 0 16px !important;
        font-size: 9.8px !important;
        line-height: 1.2 !important;
        letter-spacing: .055em !important;
        text-align: center !important;
    }
}



/* =========================================================
   FOTO RATTS V49
   Slide: cache imediato, bolinhas, fade suave e ajustes
   ========================================================= */
.fr-hero__slide,
.fr-hero__media,
.fr-hero__media img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.fr-hero .slick-active .fr-hero__media img,
.fr-hero__media img {
    transform: none !important;
    transition: opacity .7s ease-in-out !important;
}

.fr-hero__shade {
    background: linear-gradient(0deg, rgba(14, 13, 12, .78) 0%, rgba(14, 13, 12, .46) 24%, rgba(14, 13, 12, 0) 56%) !important;
}

.fr-hero__content {
    width: min(580px, 68%) !important;
}

.fr-hero__content h1 {
    font-size: clamp(50px, 5.4vw, 72px) !important;
    line-height: .94 !important;
}

.fr-hero .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    bottom: 14px !important;
    left: 0;
    width: 100%;
    z-index: 12;
}

.fr-hero .slick-dots li {
    width: 12px !important;
    height: 12px !important;
    margin: 0 !important;
}

.fr-hero .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
}

.fr-hero .slick-dots li button::before {
    content: '' !important;
    top: 0 !important;
    left: 0 !important;
    width: 12px !important;
    height: 12px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.62) !important;
    opacity: 1 !important;
}

.fr-hero .slick-dots li.slick-active button::before {
    background: #d9ac5d !important;
    transform: scale(1.05);
}

/* mantém proporção do slide sem reduzir durante a troca */
.fr-hero__slider .slick-list,
.fr-hero__slider .slick-track,
.fr-hero__slide,
.fr-hero__media {
    min-height: clamp(420px, 48vw, 610px) !important;
    height: clamp(420px, 48vw, 610px) !important;
}

.fr-hero__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

@media (max-width: 991.98px) {
    .fr-hero__content {
        width: min(78%, 430px) !important;
    }

    .fr-hero__content h1 {
        font-size: clamp(36px, 7vw, 52px) !important;
    }
}

@media (max-width: 575.98px) {
    .fr-hero,
    .fr-hero__slider {
        overflow: hidden !important;
    }

    .fr-hero__slider .slick-list,
    .fr-hero__slider .slick-track,
    .fr-hero__slide,
    .fr-hero__media {
        height: clamp(315px, 82vw, 380px) !important;
        min-height: 315px !important;
        max-height: 380px !important;
    }

    .fr-hero__content-wrap {
        left: 14px !important;
        right: 14px !important;
        bottom: 0 !important;
        padding-bottom: 26px !important;
    }

    .fr-hero__content {
        width: min(78%, 250px) !important;
        max-width: 250px !important;
    }

    .fr-hero__kicker {
        font-size: 8px !important;
        margin-bottom: 4px !important;
    }

    .fr-hero__content h1 {
        font-size: clamp(20px, 6.4vw, 26px) !important;
        line-height: .98 !important;
    }

    .fr-hero__content p {
        display: block !important;
        margin: 6px 0 8px !important;
        font-size: 8px !important;
        line-height: 1.2 !important;
        max-width: 210px !important;
    }

    .fr-hero__actions {
        gap: 6px !important;
    }

    .fr-hero__actions .fr-btn {
        min-height: 31px !important;
        padding: 0 8px !important;
        font-size: 6.6px !important;
        letter-spacing: .045em !important;
    }

    .fr-hero .slick-dots {
        gap: 7px;
        bottom: 10px !important;
    }

    .fr-hero .slick-dots li,
    .fr-hero .slick-dots li button,
    .fr-hero .slick-dots li button::before {
        width: 10px !important;
        height: 10px !important;
    }
}



/* =========================================================
   FOTO RATTS V50
   Mobile: imagem inteira no slide + bolinhas menores
   ========================================================= */

/* Bolinhas: uma para cada slide, sempre em uma única linha */
.fr-hero .slick-dots {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: var(--hero-dot-gap, 3px) !important;
    width: calc(100% - 28px) !important;
    max-width: 760px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    overflow: visible !important;
    white-space: nowrap !important;
}

.fr-hero .slick-dots li,
.fr-hero .slick-dots li button,
.fr-hero .slick-dots li button::before {
    width: var(--hero-dot-size, 6px) !important;
    height: var(--hero-dot-size, 6px) !important;
    min-width: var(--hero-dot-size, 6px) !important;
    min-height: var(--hero-dot-size, 6px) !important;
}

.fr-hero .slick-dots li button::before {
    border-radius: 50% !important;
    background: rgba(255,255,255,.52) !important;
    box-shadow: 0 0 0 1px rgba(0,0,0,.06);
}

.fr-hero .slick-dots li.slick-active button::before {
    background: #e0ad59 !important;
}

/* Fade mais suave sem zoom nem redução */
.fr-hero__media img,
.fr-hero .slick-active .fr-hero__media img {
    transform: none !important;
    transition: none !important;
}

/* Celular: preserva a imagem COMPLETA.
   O fundo usa a própria imagem desfocada para não deixar barras feias. */
@media (max-width: 575.98px) {
    .fr-hero__slider .slick-list,
    .fr-hero__slider .slick-track,
    .fr-hero__slide,
    .fr-hero__media {
        height: clamp(300px, 82vw, 355px) !important;
        min-height: 300px !important;
        max-height: 355px !important;
    }

    .fr-hero__media {
        position: relative !important;
        isolation: isolate;
        background: #1f1e1b !important;
    }

    .fr-hero__media::before {
        content: "";
        position: absolute;
        inset: -18px;
        z-index: 0;
        background-image: var(--fr-slide-bg);
        background-size: cover;
        background-position: center center;
        filter: blur(18px) brightness(.62) saturate(.85);
        transform: scale(1.08);
        opacity: .95;
        pointer-events: none;
    }

    .fr-hero__media img {
        position: relative !important;
        z-index: 1 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .fr-hero__shade {
        z-index: 2 !important;
        background: linear-gradient(
            to top,
            rgba(15,14,13,.74) 0%,
            rgba(15,14,13,.40) 24%,
            rgba(15,14,13,.08) 46%,
            rgba(15,14,13,0) 66%
        ) !important;
    }

    .fr-hero__content-wrap {
        z-index: 3 !important;
        padding-bottom: 22px !important;
    }

    .fr-hero__content {
        width: min(74%, 235px) !important;
        max-width: 235px !important;
    }

    .fr-hero__content h1 {
        font-size: clamp(19px, 5.8vw, 24px) !important;
        line-height: .98 !important;
    }

    .fr-hero .slick-dots {
        bottom: 8px !important;
        width: calc(100% - 22px) !important;
        gap: var(--hero-dot-gap, 2px) !important;
        z-index: 12 !important;
    }

    .fr-hero .slick-prev,
    .fr-hero .slick-next {
        width: 30px !important;
        height: 30px !important;
    }
}

/* V51: dots legíveis, imagem integral no mobile e CTA ampliado. */
.fr-hero .slick-dots {
    justify-content: flex-start !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 8px !important;
    padding: 8px !important;
    box-sizing: border-box;
    scrollbar-width: none;
    background: rgba(0,0,0,.35);
    border-radius: 18px;
}
.fr-hero .slick-dots::-webkit-scrollbar { display: none; }
.fr-hero .slick-dots li { flex: 0 0 18px !important; margin: 0 !important; }
.fr-hero .slick-dots li,
.fr-hero .slick-dots li button { width:18px !important; height:18px !important; min-width:18px !important; min-height:18px !important; }
.fr-hero .slick-dots li button::before {
    width:12px !important; height:12px !important; min-width:12px !important; min-height:12px !important;
    top:3px !important; left:3px !important; opacity:1 !important; background:rgba(255,255,255,.95) !important;
}
.fr-hero .slick-dots li.slick-active button::before { background:#e0ad59 !important; }
.foto-ratts-home .btn-depoimento-orcamento {
    display:flex !important; align-items:center !important; justify-content:center !important;
    width:min(1100px, 92vw) !important; max-width:100% !important;
    min-height:150px !important; height:auto !important; padding:28px !important;
    font-size:39px !important; line-height:1.2 !important; white-space:normal !important;
    text-align:center !important; box-sizing:border-box !important;
}
@media (max-width: 767.98px) {
    .foto-ratts-home .fr-hero,
    .foto-ratts-home .fr-hero__slider,
    .foto-ratts-home .fr-hero__slider .slick-list,
    .foto-ratts-home .fr-hero__slider .slick-track,
    .foto-ratts-home .fr-hero__slide,
    .foto-ratts-home .fr-hero__media {
        height:auto !important; min-height:0 !important; max-height:none !important;
    }
    .foto-ratts-home .fr-hero__slider { padding-bottom:52px !important; background:#252321; }
    .foto-ratts-home .fr-hero__media { position:relative !important; inset:auto !important; }
    .foto-ratts-home .fr-hero__media::before { display:none !important; }
    .foto-ratts-home .fr-hero__media img {
        position:relative !important; inset:auto !important; display:block !important;
        width:100% !important; height:auto !important; min-height:0 !important; max-height:none !important;
        object-fit:contain !important; transform:none !important;
    }
    .foto-ratts-home .fr-hero__shade { display:none !important; }
    .foto-ratts-home .fr-hero__content-wrap {
        position:relative !important; inset:auto !important; height:auto !important;
        padding:18px 20px !important; background:#252321;
    }
    .foto-ratts-home .fr-hero__content { width:100% !important; max-width:none !important; }
    .foto-ratts-home .fr-hero .slick-dots { bottom:8px !important; }
    .foto-ratts-home .btn-depoimento-orcamento { font-size:29.4px !important; min-height:156px !important; padding:24px 16px !important; }
}

/* V52: indicadores menores e discretos, sem faixa de fundo. */
.fr-hero .slick-dots {
    background: transparent !important;
    box-shadow: none !important;
    gap: 3px !important;
    padding: 6px !important;
    width: max-content !important;
    max-width: min(760px, calc(100% - 28px)) !important;
}
.fr-hero .slick-dots li { flex: 0 0 12px !important; }
.fr-hero .slick-dots li,
.fr-hero .slick-dots li button {
    width: 12px !important; height: 16px !important;
    min-width: 12px !important; min-height: 16px !important;
}
.fr-hero .slick-dots li button::before {
    width: 5px !important; height: 5px !important;
    min-width: 5px !important; min-height: 5px !important;
    top: 5.5px !important; left: 3.5px !important;
    background: rgba(255,255,255,.42) !important;
    box-shadow: none !important;
    transform: none !important;
    transition: background-color .25s ease !important;
}
.fr-hero .slick-dots li.slick-active button::before { background: rgba(224,173,89,.8) !important; }
.fr-hero .slick-dots li button:hover::before { background: rgba(255,255,255,.7) !important; }
.fr-hero .slick-dots li button:focus-visible { outline: 1px solid #e0ad59; outline-offset: 2px; }

/* V53: menu no fluxo e banner integral abaixo dele. */
body:has(.foto-ratts-home) .fr-navbar {
    position: sticky !important;
    top: 0 !important;
}
.foto-ratts-home {
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
    padding-top: 12px !important;
}
.foto-ratts-home .fr-hero {
    margin-top: 0 !important;
    top: auto !important;
}
.foto-ratts-home .fr-hero,
.foto-ratts-home .fr-hero__slider,
.foto-ratts-home .fr-hero__slider .slick-list,
.foto-ratts-home .fr-hero__slider .slick-track,
.foto-ratts-home .fr-hero__slide,
.foto-ratts-home .fr-hero__media {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}
.foto-ratts-home .fr-hero__media img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
    transform: none !important;
}

/* V54: CTA 20% menor em largura, altura, fonte e espaçamento. */
.foto-ratts-home .btn-depoimento-orcamento {
    width: min(880px, 73.6vw) !important;
    min-height: 120px !important;
    font-size: 31.2px !important;
    padding: 22.4px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (max-width: 767.98px) {
    .foto-ratts-home .btn-depoimento-orcamento {
        min-height: 124.8px !important;
        font-size: 23.52px !important;
        padding: 19.2px 12.8px !important;
    }
}

/* V55: faixa compacta e indicadores entre foto e texto, somente mobile. */
@media (max-width: 767.98px) {
    .foto-ratts-home .fr-hero__slider { padding-bottom: 0 !important; }
    .foto-ratts-home .fr-hero .slick-dots {
        top: var(--fr-mobile-image-height, 0px) !important;
        bottom: auto !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }
    .foto-ratts-home .fr-hero__content-wrap {
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        padding: 28px 18px 14px !important;
        min-height: 0 !important;
    }
    .foto-ratts-home .fr-hero__kicker {
        font-size: 8px !important;
        margin-bottom: 4px !important;
    }
    .foto-ratts-home .fr-hero__content h1 {
        font-size: 24px !important;
        line-height: 1 !important;
        margin: 0 !important;
    }
    .foto-ratts-home .fr-hero__content p {
        font-size: 10px !important;
        line-height: 1.3 !important;
        margin: 5px 0 8px !important;
        max-width: none !important;
    }
    .foto-ratts-home .fr-hero__actions {
        margin-top: 0 !important;
        gap: 6px !important;
        flex-wrap: wrap !important;
    }
    .foto-ratts-home .fr-hero__actions .fr-btn {
        min-height: 32px !important;
        padding: 0 10px !important;
        font-size: 8px !important;
    }
}

/* V60: selo no canto, em faixa com ponta inclinada. */
.foto-ratts-home .home-evento-card__novo {
    top: 0 !important;
    left: 0 !important;
    z-index: 5 !important;
    display: block !important;
    min-width: 82px !important;
    padding: 12px 25px 12px 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #c7984d !important;
    color: #1e1912 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: .04em !important;
    text-align: center !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    clip-path: polygon(0 0, 100% 0, 84% 100%, 0 100%) !important;
    transform: none !important;
    transform-origin: initial !important;
}
.foto-ratts-home .home-evento-card__novo::before { content: none !important; display: none !important; }
@media (max-width: 767.98px) {
    .foto-ratts-home .home-evento-card__novo {
        min-width: 64px !important;
        padding: 9px 19px 9px 10px !important;
        font-size: 9px !important;
    }
}


/* FOTO RATTS V85 — Home restaurada; apenas mensagens/depoimentos removidos */
.foto-ratts-home .depoimentos-container--sem-mensagens::before {
    display: none !important;
    content: none !important;
}

.foto-ratts-home .depoimentos-container--sem-mensagens {
    padding-top: 54px !important;
    padding-bottom: 58px !important;
}
