body {
    margin: 0;
    background: #222;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
    font-size: 15px;
    font-family: "brown-regular", sans-serif;
}





@font-face {
  font-family: "brown-regular";
  src: url("/ISLAMKT/FONTES/BrownEntrataWeb-Regular.woff") format('woff');
}

@font-face {
  font-family: "brown-bold";
  src: url("/ISLAMKT/FONTES/BrownEntrataWeb-Bold.woff") format('woff');
  font-weight: bold;
}


@font-face {
  font-family: "brown-light";
  src: url("/ISLAMKT/FONTES/BrownEntrataWeb-Light.woff") format('woff');
  font-weight: lighter;
}

@font-face {
  font-family: "brown-thin";
  src: url("/ISLAMKT/FONTES/BrownEntrataWeb-Thin.woff") format('woff');
  font-weight: lighter;
}


@font-face {
  font-family: "brown-display";
  src: url("/ISLAMKT/FONTES/BrownEntrataWeb-Display.woff") format('woff');
  font-weight: lighter;
}








.NUM{
    position: relative;
    width: 60px;
    margin-left: calc(100% - 60px - 25px);
    margin-bottom: 20px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    height: 60px;
    border: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition: border 0.5s;
}

.NUM:hover{
    border: 1px solid rgba(255,255,255,1);
}

.MMM:hover > .NUM{
    border: 1px solid rgba(255,255,255,1);
}


.NUM_OK{
    background: #fff;
    color: #222;
    border: 1px solid rgba(255,255,255,1);
}


.ATIVO{
    background: #ccff00 !important;
}

.progress-bar{
    background: rgba(0,0,0,0.2);
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 999999999;
}

.progress{
    background: #ccff00;
    height: 10px;
    width: 0%;
    position: relative;
    z-index: 999999999;
}


.masthead {
    display: flex;
    height: auto !important;
    min-height: 100vh !important;
    will-change: transform;
    transform: translate3d(0,0,0);
}


.hover{
    background: #ccff00 !important;
}


.masthead__item {
    flex-shrink: 0;
    width: 40%;
    background: #222;
    transition: background 0.3s;
    position: relative;
}


.masthead__item::before{
    content: "";
    width: 1px !important;
    height: 1px;
    position: absolute !important;
    right: 0px !important;
    bottom: 0px !important;
    border-right: 1px solid rgba(255,255,255,0.2) !important;
    z-index: 999;
    display: none;
    transition: height 1s;
}



.is-active .masthead__item::before{
    height: 100%;
}



.is-active .masthead__item:hover {
    /*background: #262626;*/
}



.GOM_T{
    font-size: 14px;
    line-height: 22px;
    color: rgba(255,255,255,0.6);
    position: relative;
    float: left;
    height: auto;
    display: none;
    max-width: 400px;
    padding-top: 20px;
}








.masthead__item:nth-of-type(even) { 
    /*background: #fff;*/    
}

.content {
    height: 1500px;
    background: #999;
}


.COND{
    width: auto;
    display: inline-block;
    float: left;
    height: 60px;
    line-height: 60px;
    color: rgba(255,255,255,0.6);
    font-size:14px;
    letter-spacing: 1px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

.COND:hover{
    color: rgba(255,255,255,0.8);
}


.COND_OK{
    border-bottom: 5px solid #fff;
    height: 55px;
    z-index: 9999;
    color: #fff;
    
}


.BORDER_B{
    width: 100%;
    height: 1px;
    bottom: 0px;
    left: 0px;
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.BORDER_T{
    width: 100%;
    height: 1px;
    top: 0px;
    left: 0px;
    position: absolute;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}



.FUN_1{
    color: #fff;
    height: 40px;
    line-height: 40px;
    opacity: 0.4;
    display: inline-block;
    letter-spacing: 1px;
}


.FUN_2{
    color: #fff;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    letter-spacing: 1px;
    margin-left: 5px;
    background: url(/ISLAMKT/images/arrow.svg) no-repeat center right;
    background-size: 12px;
    padding-right: 20px;
}


.FUN_3{
    height: 40px;
    width: 1px;
    line-height: 40px;
    display: inline-block;
    letter-spacing: 1px;
    margin-left: 30px;
    margin-right: 30px;
    border-left:1px solid rgba(255,255,255,0.2);
    background-size: 12px;
}


#FILTERS{
    width: 100%;
    height: 40px;
    position: fixed;
    bottom: -50px;
    background: #222;
    font-size: 14px;
    z-index: 99;
    opacity: 0;
    transition: bottom 0.5s, opacity 0.5s;
}

.FILTERS_OK{
    bottom: 50px !important;
    opacity: 1 !important;
}



.MAGO{
    width: calc(100% - 40px);
    height: 40px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}


.ICO_SOCIAL{
    width: 60px;
    height: 60px;
    float: left;   
}

.ICO_INSTA{
    background: url(/ISLAMKT/images/minimal_insta2.svg?X=43) no-repeat center center;
    background-size: 26px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.ICO_YOUTUBE{
    background: url(/ISLAMKT/images/minimal_youtube3.svg) no-repeat center center;
    background-size: 26px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.ICO_WHATS{
    background: url(/ISLAMKT/images/minimal_whats.svg) no-repeat center center;
    background-size: 26px;
    border-left: 1px solid rgba(255,255,255,0.2);
}


.ICO_LUPA{
    background: url(/ISLAMKT/images/minimal_lupa.svg) no-repeat center center;
    background-size: 26px;
    border-left: 1px solid rgba(255,255,255,0.2);
}




.LOADVIDEO{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    display: block;
}


#videosList {

  overflow: hidden;
}

.YHEVIDEO {
    height: calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    position: absolute !important;
    left: 20px !important;
    top: 20px !important;
    margin-bottom: 50px !important;
    z-index: 999;
}

/* Hide Play button + controls on iOS */
.YHEVIDEO::-webkit-media-controls {
    display:none !important;
}




.ORBIT{
    position: absolute;
    left: 61px;
    top:-1px;
    height: 62px;
    width: calc(100vw - 300px);
    overflow: hidden;
    z-index: 9999;
    background: none;
    display: none;
}

.ORBIT .MOSK{
    height: 60px;
    line-height: 60px;
    border: 1px solid #fff;
    border-left: none; 
    background: #222;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
    overflow: hidden;
    font-size: 14px;
    float: left;
    color: #fff;
    display: inline-block;
}


.NUM_NO:hover > .ORBIT{
    display: block;
}



.BTPOT{
    position: absolute;
    right: calc(60px + 25px);
    bottom: 0px;
    height: 48px;
    line-height: 18px;
    width: 0px;
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 14px;
    border: 1px solid #fff;
    opacity: 0;
    border-right: none;
    color: #fff;
    z-index: 9;
    text-align: left;
    padding-top: 12px;
    padding-left: 25px;
}





.YAOS{
    width: calc(100% - 50px);
    height: auto;
    position: relative;
    left: 50px;
    bottom: 0px;
    float: left;
}

.YOH{
    width: calc(100% - 0px);
    float: left;
    height: 150px;
    position: absolute;
    left: 0px;
    top: -150px;
}


.THEIMGPROJECT{
    width: calc(100% - 0px);
    height: auto;
    position: relative;
    float: left;
    background: #ffcc00;
}





.GOM{
    width: calc(100% - 0px);
    float: left;
    padding: 0px;
    display: flex;
    position: absolute;
    left: 0px;
    bottom: 0px; 
    height: auto;
}


.GOM_INT{
    font-size: clamp(22px, -6.5915492958px + 9.7183098592vw, 22px);
    font-weight: 900;
    padding: 0px;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: none;
    color: #fff;
}




.MYLOGOGRID{
    width: calc(100vw / 10);
    height: calc(100vw / 14);
    float: left;
    position: relative;
}

.MYLOGOGRID::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-bottom:1px solid rgba(0,0,0,0.2);
    border-left:1px solid rgba(0,0,0,0.2);
    z-index: 999;
}



    



/* ####################################################
   RESPONSIVIDADE MOBILE (movido de MOBILE.css p/ dentro do
   SALT.css porque o Apache bloqueava o arquivo novo com 403)
   #################################################### */
/* ============================================================
   ISLAMKT — Camada de Responsividade Mobile
   ------------------------------------------------------------
   Objetivo: no mobile (<= 900px) o scroll é 100% VERTICAL.
   O layout desktop (inclusive o scroll horizontal do PORTFOLIO)
   permanece EXATAMENTE como está — este arquivo só atua em telas
   pequenas. Identidade preservada: tema escuro #222, tipografia
   Brown, verde-limão #ccff00.
   Backup do original em: _BACKUP_MOBILE_20260720/
   ============================================================ */

/* Hambúrguer fica oculto no desktop; só aparece dentro do @media */
#HAMBURGER { display: none; }

@media (max-width: 1200px) {

    /* Trava qualquer rolagem horizontal acidental */
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }
    body { width: 100% !important; }

    /* =========================================================
       1) HEADER / NAVEGAÇÃO  (FILTER.php)
       ========================================================= */

    

    
    /* Logo perde a largura fixa de 240px e a borda lateral */
    #TOPBAR_LOGO {
        width: 190px !important;              /* largura suficiente p/ a marca "FLOWS" não cortar */
        min-width: 190px !important;
        border-right: none !important;
        background-position: left center !important;
        background-size: auto 36px !important; /* cabe inteiro dentro da caixa */
        margin-left: 20px !important;
        float: left !important;
    }

    /* Botão hambúrguer (ícone que vira "X" quando aberto) */
    #HAMBURGER {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 10;
    }
    #HAMBURGER span {
        position: absolute;
        left: 18px;
        width: 24px;
        height: 2px;
        background: #fff;
        transition: transform .3s ease, opacity .2s ease, top .3s ease;
    }
    #HAMBURGER span:nth-child(1) { top: 25px; }
    #HAMBURGER span:nth-child(2) { top: 30px; }
    #HAMBURGER span:nth-child(3) { top: 35px; }
    body.menu-open #HAMBURGER span:nth-child(1) { top: 30px; transform: rotate(45deg); }
    body.menu-open #HAMBURGER span:nth-child(2) { opacity: 0; }
    body.menu-open #HAMBURGER span:nth-child(3) { top: 30px; transform: rotate(-45deg); }

    /* Painel de navegação vira overlay que desliza da direita */
    #MOBILE_NAV {
        position: fixed !important;
        top: 60px !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: calc(100vh - 60px) !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        background: #222 !important;
        float: none !important;
        display: block !important;
        padding: 20px 0 40px !important;
        box-sizing: border-box !important;
        transform: translateX(100%);
        transition: transform .35s ease;
        z-index: 9999998;
    }
    body.menu-open #MOBILE_NAV { transform: translateX(0); }

    /* Itens do menu: largura total, bom alvo de toque */
    #MOBILE_NAV .COND {
        display: block !important;
        float: none !important;
        width: calc(100% - 40px) !important;
        margin: 0 20px !important;
        height: 58px !important;
        line-height: 58px !important;
        font-size: 16px !important;
        letter-spacing: 1px !important;
        text-align: left !important;
        border-bottom: 1px solid rgba(255,255,255,0.12) !important;
        color: rgba(255,255,255,0.85) !important;
    }
    #MOBILE_NAV .COND_OK {
        color: #fff !important;
        border-bottom: 1px solid #fff !important;
    }

    /* Ícones sociais em linha, centralizados abaixo do menu */
    #MOBILE_NAV .SOCIAL_WRAP {
        float: none !important;
        display: block !important;
        text-align: center !important;
        margin-top: 24px !important;
    }
    #MOBILE_NAV .ICO_SOCIAL {
        display: inline-block !important;
        float: none !important;
        width: 60px !important;
        height: 60px !important;
        border: 1px solid rgba(255,255,255,0.2) !important;
        border-radius: 4px;
        margin: 0 6px !important;
    }

    /* Barra de filtros do desktop (ligada ao portfólio horizontal) some no mobile */
    #FILTERS { display: none !important; }

    /* =========================================================
       2) DESTAQUES  (SLIDE.php + MYSLIDE.php)
       ========================================================= */
    section.MYSLIDE {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 60px 0 30px !important;   /* respeita o header fixo de 60px */
        box-sizing: border-box !important;
    }

    /* Título-herói (IRONMAN 70.3 ...) — primeiro */
    .home-title {
        order: 1;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 20px !important;
        box-sizing: border-box !important;
        font-size: 30px !important;
        line-height: 32px !important;
        min-height: 108px;
    }
    /* Os blocos MUS são sobrepostos (absolutos) no desktop; no mobile só o ativo */
    .home-title .MUS { display: none !important; }
    .home-title .MUS_OK {
        display: block !important;
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
    }

    /* Slider de capas — segundo (altura FIXA: 46vh estourava em telas altas) */
    .DEST_SLIDERWRAP {
        order: 2;
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;

        /* Nova propriedade de proporção */
        aspect-ratio: 16 / 8 !important; 

        margin-top: 0px !important;
        overflow: hidden !important;
    }
    /* Trava a altura de TODOS os contêineres gerados pelo lightSlider.
       Sem isso o slider virava um bloco preto gigante em janelas altas. */
    .DEST_SLIDERWRAP .lSSlideOuter,
    .DEST_SLIDERWRAP .lSSlideWrapper,
    .DEST_SLIDERWRAP #content-slider,
    .DEST_SLIDERWRAP #content-slider > li,
    .DEST_SLIDERWRAP .lslide,
    .MYSLIDEE {
        height: auto !important;
        min-height: 50vw !important;
        max-height: 50vw !important;
    }
    .SHADOW { background-size: 100% 100% !important; }

    /* Seletores 01/02/03 — terceiro, como indicadores sob o slider */
    .DEST_NAVCOL {
        order: 3;
        position: relative !important;
        left: 0 !important;
        top: -70px !important;
        width: 100% !important;
        height: auto !important;
        display: flex !important;
        align-items: center;
        gap: 12px;
        padding: 16px 20px 0 !important;
        box-sizing: border-box !important;
        z-index: 999999;
    }
    .DEST_NAVCOL .NUM {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        margin: 0 !important;
        border-bottom: none;
        background: #fff;
    }
    /* Bloco da seta pra baixo / "PORTFOLIO COMPLETO" é afordância de hover do desktop */
    .DEST_NAVCOL .MMM { display: none !important; }

    /* Ficha técnica (CLIENTE/EVENTO/...) — quarto */
    .INFO_DESTAQUES {
        order: 4;
        position: relative !important;
        right: 0 !important;
        bottom: auto !important;
        top: -70px;
        width: 100% !important;
        height: auto !important;
        padding: 18px 20px 0 !important;
        box-sizing: border-box !important;
    }
    .INFO_DESTAQUES .THEINFOS {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        padding-left: 0 !important;
    }
    .INFO_DESTAQUES .INFO > div {
        display: block !important;
        margin-bottom: 12px !important;
    }

    /* =========================================================
       3) PORTFOLIO (masthead) — empilha na vertical, sem
          scroll horizontal (o GSAP é desativado no mobile via JS)
       ========================================================= */
    .masthead {
        display: block !important;
        transform: none !important;
        -webkit-transform: none !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
    }
    /* Espaçadores que só existem para o efeito horizontal do desktop */
    .masthead .SPACER { display: none !important; }

    .masthead__item {
        width: 100% !important;
        float: none !important;
        margin-bottom: 56px !important;
        overflow: hidden !important;   /* contém os filhos flutuantes (senão o card colapsa p/ altura 0) */
    }

    /* Título do projeto: no desktop fica acima da imagem (top:-150px); no mobile normaliza.
       IMPORTANTE: sem flex do desktop, o float:left do .YAOS/.THEIMGPROJECT fazia o card
       colapsar para altura 0 e o conteúdo sobrepor. Zeramos o float no mobile. */
    .masthead__item .YAOS,
    .masthead__item .THEIMGPROJECT {
        float: none !important;
    }
    .masthead__item .YAOS {
        width: calc(100% - 40px) !important;
        left: 20px !important;
        top: auto !important;
    }
    .masthead__item .YOH {
        position: relative !important;
        float: none !important;          /* base é float:left -> sem isso o título sobrepõe a imagem */
        top: 0 !important;
        height: auto !important;
        padding-left: 0px !important;   /* alinha o título com a imagem/descrição (borda 1px + padding 20px) */
        margin-top: 10px !important;     /* respiro acima do título */
        margin-bottom: 0px !important;  /* respiro abaixo (título -> imagem) */
    }
    .masthead__item .GOM {
        position: relative !important;
        float: none !important;   /* base é float:left -> fazia o título colapsar (altura 0) */
        bottom: auto !important;
    }
    .masthead__item .GOM_INT { margin-bottom: 8px !important; }

    /* Caixa da imagem: largura total */
    .masthead__item .THEIMGPROJECT > div:nth-child(1) {
        width: 100% !important;
        float: none !important;
        box-sizing: border-box !important;
    }
    /* Descrição: largura total, altura livre (o texto não é mais cortado) */
    .masthead__item .CHORUS {
        width: 100% !important;
        height: auto !important;
        float: none !important;
        box-sizing: border-box !important;
        border: 1px solid rgba(255,255,255,0.2) !important;
        border-top: none !important;
    }
    /* Caixa do logo do projeto (decorativa) é ocultada no mobile —
       era ela que aparecia como um retângulo vazio grande. */
    .masthead__item .THEIMGPROJECT > div:nth-child(3) {
        display: none !important;
    }

    /* Bloco cinza vazio (QUEM SOMOS placeholder) encurta no mobile */
    .content { height: 320px !important; }
}


/* ============================================================
   CMS — Destaques (botão "Saiba mais"), Quem Somos e página de projeto
   ============================================================ */

/* --- Info dos destaques: título + resumo + botão Saiba mais --- */
.INFO_DESTAQUES .INFO_OK {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.DEST_TEXTO { min-width: 0; }
.DEST_TIT {
    font-size: 16px; font-weight: 700; letter-spacing: 1px;
    color: #fff; font-family: 'brown-bold', sans-serif; margin-bottom: 7px;
}
.DEST_RESUMO {
    font-size: 13px; line-height: 19px; color: rgba(255,255,255,0.6);
    max-width: 640px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.DEST_SAIBA {
    flex: 0 0 auto; display: inline-block; white-space: nowrap;
    padding: 12px 24px; border: 1px solid rgba(255,255,255,0.45);
    color: #fff !important; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase;
    text-decoration: none !important; transition: background .3s, color .3s, border-color .3s;
}
.DEST_SAIBA:hover { background: #ffcc00; color: #111 !important; border-color: #ffcc00; }

/* --- Quem Somos --- */
.quemsomos {
    height: auto !important; background: transparent !important;
    padding: 90px 24px !important;
}
.quemsomos .quemsomos-conteudo { max-width: 900px; margin: 0 auto; }
.quemsomos h2 {
    color: #fff; font-family: 'brown-bold', sans-serif;
    font-size: clamp(28px, 5vw, 46px); margin: 0 0 26px; font-weight: 900;
}
.quemsomos .qs-texto { color: rgba(255,255,255,0.75); font-size: 18px; line-height: 1.75; }
.quemsomos .qs-texto img { max-width: 100%; height: auto; border-radius: 4px; }
.quemsomos .qs-texto p { margin: 0 0 18px; }

/* --- Página de projeto --- */
.projeto-single { background: transparent; padding-top: 60px; min-height: 100vh; }
.projeto-hero {
    width: 100%; height: 62vh; min-height: 320px;
    background-size: cover; background-position: center; background-repeat: no-repeat;
}
.projeto-corpo { max-width: 860px; margin: 0 auto; padding: 48px 24px 100px; }
.projeto-corpo .voltar {
    display: inline-block; margin-bottom: 22px; color: inherit; opacity: .6;
    font-size: 14px; letter-spacing: 1px; text-decoration: none;
}
.projeto-corpo .voltar:hover { opacity: 1; }
.projeto-corpo h1 {
    color: #fff; font-family: 'brown-bold', sans-serif;
    font-size: clamp(30px, 6vw, 54px); line-height: 1.05; margin: 0 0 18px; font-weight: 900;
}
.projeto-resumo { color: rgba(255,255,255,0.7); font-size: 20px; line-height: 1.6; margin: 0 0 30px; }
.projeto-ficha {
    list-style: none; margin: 0 0 36px; display: flex; flex-wrap: wrap; gap: 26px;
    border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); padding: 20px 0;
}
.projeto-ficha li { font-size: 14px; color: #fff; }
.projeto-ficha li span { display: block; opacity: .5; font-size: 12px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.projeto-texto { color: rgba(255,255,255,0.82); font-size: 18px; line-height: 1.8; }
.projeto-texto p { margin: 0 0 20px; }
.projeto-texto img { max-width: 100%; height: auto; border-radius: 4px; margin: 10px 0; }
.projeto-texto h2, .projeto-texto h3 { color: #fff; font-family: 'brown-bold', sans-serif; margin: 34px 0 14px; }
.projeto-texto a { color: #ccff00; }

/* --- Vídeos incorporados (16:9 responsivo) --- */
.video-wrap { position: relative; width: 100%; padding-top: 56.25%; margin: 26px 0; background: #000; border-radius: 4px; overflow: hidden; }
.video-wrap iframe, .video-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* --- Ajustes mobile/tablet p/ os novos componentes --- */
@media (max-width: 1200px) {
    .INFO_DESTAQUES { height: auto !important; padding-bottom: 30px !important; }
    .INFO_DESTAQUES .INFO_OK { flex-direction: column !important; align-items: flex-start !important; gap: 14px !important; }
    .DEST_RESUMO { -webkit-line-clamp: 3; max-width: 100%; }
    .projeto-hero { height: 40vh; min-height: 220px; }
    .projeto-corpo { padding: 32px 20px 70px; }
    .quemsomos { padding: 60px 20px !important; }
    .quemsomos .qs-texto { font-size: 16px; }
    .projeto-resumo { font-size: 17px; }
    .projeto-texto { font-size: 16px; }
}

/* Títulos dinâmicos do destaque podem quebrar em várias linhas (evita corte de títulos longos) */
.home-title .REC, .home-title .reveal-text { white-space: normal !important; }
