/* ==============================================================
   IGOR | VRTICE - DOSSIÊ OPERACIONAL (CSS ESTABILIZADO)
   Identidade: Governança, Soberania & Interface de Vidro
   ============================================================== */

@font-face {
    font-family: 'Abhaya Libre';
    src: url('../fonts/AbhayaLibre-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
}

:root {
    /* Paleta Oficial VRTICE */
    --black-abs: #050505;
    --black-light: #0a0a0a;
    --blue-navy: #141d33;
    --brown-earth: #3f2b1e;
    --white-off: #f1ece2;
    --gold-base: #c8a970;
    
    /* Variações de Design */
    --gold-metallic: linear-gradient(135deg, #c8a970 0%, #e8d0a9 50%, #c8a970 100%);
    --glass-panel: rgba(20, 29, 51, 0.4);
    --border-subtle: rgba(255, 255, 255, 0.08);
    --transition-smooth: 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; outline: none; -webkit-tap-highlight-color: transparent; }

body.bg-vrtice-dark {
    background-color: var(--black-abs);
    color: var(--white-off);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    /* Fundo Oficial VRTICE */
    background-image: radial-gradient(circle at 50% 0%, #101524 0%, var(--black-abs) 70%);
    background-attachment: fixed;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--black-abs); }
::-webkit-scrollbar-thumb { background: #333; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-base); }

.container-narrow { max-width: 900px; margin: 0 auto; padding: 0 25px; }
.bottom-spacer { height: 150px; width: 100%; }

/* ==============================================================
   PRELOADER
   ============================================================== */
#preloader { position: fixed; inset: 0; background: var(--black-abs); z-index: 10000; display: flex; justify-content: center; align-items: center; }
.vrtice-vector { fill: transparent; stroke: var(--gold-base); stroke-width: 3px; stroke-dasharray: 3000; stroke-dashoffset: 3000; }
.vrtice-motto-vector { font-family: 'Abhaya Libre', serif; font-size: 65px; font-weight: 700; fill: transparent; stroke: var(--gold-base); stroke-width: 1.5px; stroke-dasharray: 1000; stroke-dashoffset: 1000; }

/* ==============================================================
   MOTOR SPA ESTABILIZADO (O que quebrou a página antes)
   ============================================================== */
#spa-master-container { position: relative; width: 100%; min-height: 100vh; }

.spa-view { 
    width: 100%; 
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s; 
    transform-origin: top center; 
}

/* O Segredo: Visibility Hidden + Position Absolute remove da tela perfeitamente */
.hidden-view { 
    position: absolute; top: 0; left: 0; pointer-events: none; 
    opacity: 0; visibility: hidden; transform: translateY(30px) scale(0.98); z-index: -1; 
}

.active-view { 
    position: relative; pointer-events: auto; 
    opacity: 1; visibility: visible; transform: translateY(0) scale(1); z-index: 1; 
}

/* ==============================================================
   MÁSCARAS DE TEXTO
   ============================================================== */
.text-mask { overflow: hidden; display: block; }
.text-reveal { display: block; transform: translateY(110%); } 

/* ==============================================================
   MODO VISÃO (O Manifesto)
   ============================================================== */
.manifesto-hero { padding: 150px 0 80px; text-align: left; }
.hero-profile-mask { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; margin-bottom: 30px; border: 1px solid var(--border-subtle); }
.profile-img-authentic { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%) contrast(1.1); transition: var(--transition-smooth); display: block; }
.hero-profile-mask:hover .profile-img-authentic { filter: grayscale(0%); }

.tag-minimalista { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 3px; color: var(--gold-base); margin-bottom: 25px; }
.hero-title { font-family: 'Abhaya Libre', serif; font-size: 3.5rem; line-height: 1.05; color: var(--white-off); margin-bottom: 40px; }
.text-gold { color: var(--gold-base); }
.hero-sub-mask { max-width: 750px; }
.hero-sub { font-size: 1.1rem; color: #aaa; line-height: 1.8; }

.laser-divider {
    width: 100%; height: 1px; margin: 40px 0;
    background: linear-gradient(90deg, transparent 0%, var(--gold-base) 50%, transparent 100%);
    opacity: 0.3; transform: scaleX(0); transform-origin: center;
}

.manifesto-section { padding: 60px 0; }
.split-text-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: flex-start; }
.sticky-column { position: sticky; top: 120px; border-left: 2px solid var(--brown-earth); padding-left: 20px; transition: 0.3s; }
.sticky-column:hover { border-left-color: var(--gold-base); }
.section-label { font-family: 'Abhaya Libre', serif; font-size: 1.6rem; color: var(--white-off); line-height: 1.2; }
.label-sub { display: block; font-family: 'Montserrat', sans-serif; font-size: 0.75rem; color: #555; letter-spacing: 2px; margin-top: 10px; text-transform: uppercase; }

.section-content p { font-size: 1.05rem; color: #aaa; margin-bottom: 25px; line-height: 1.8; }
.section-content strong { color: var(--white-off); font-weight: 600; }
.text-highlight { color: var(--gold-base) !important; font-weight: 500; font-style: italic; }

.triad-list { list-style: none; margin: 40px 0; padding-left: 20px; border-left: 2px solid var(--gold-base); }
.triad-list li { margin-bottom: 15px; color: #aaa; font-size: 1.05rem; }

/* Arsenal Técnico (Neural Grid) */
.manifesto-arsenal { padding: 60px 0; }
.arsenal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 30px; }
.arsenal-card { position: relative; padding: 40px 30px; background: rgba(5,5,5,0.5); border-radius: 4px; border: 1px solid var(--border-subtle); overflow: hidden; }

/* Brilho do Mouse (Spotlight) */
.arsenal-card::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(400px circle at var(--mouse-x) var(--mouse-y), rgba(200, 169, 112, 0.15), transparent 40%);
    opacity: 0; transition: opacity 0.5s; pointer-events: none; z-index: 1;
}
.arsenal-card:hover::before { opacity: 1; }
.arsenal-card:hover { border-color: rgba(200, 169, 112, 0.3); }

.arsenal-border-svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 2; }
.arsenal-border-rect { fill: none; stroke: var(--gold-base); stroke-width: 1; opacity: 0.5; }

.arsenal-content { position: relative; z-index: 3; }
.arsenal-header { display: flex; align-items: center; gap: 15px; margin-bottom: 25px; }
.arsenal-header i { font-size: 1.6rem; color: var(--gold-base); }
.arsenal-header h3 { font-size: 0.85rem; letter-spacing: 2px; color: var(--white-off); }
.arsenal-desc { font-size: 0.95rem; color: #888; margin-bottom: 25px; line-height: 1.6; }
.arsenal-tech-list { list-style: none; }
.arsenal-tech-list li { font-size: 0.85rem; color: #666; margin-bottom: 15px; padding-left: 15px; position: relative; }
.arsenal-tech-list li::before { content: '›'; position: absolute; left: 0; color: var(--gold-base); font-weight: bold; }
.arsenal-tech-list strong { color: #aaa; }

/* Rodapé */
.vrtice-fiduciary-footer { border-top: 1px solid var(--border-subtle); padding: 80px 0 40px; text-align: center; background: linear-gradient(180deg, transparent, #020202); }
.footer-brand { font-family: 'Abhaya Libre', serif; font-size: 2.2rem; color: var(--gold-base); letter-spacing: 5px; margin-bottom: 10px; }
.footer-motto { font-size: 0.7rem; color: #555; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 30px; }
.footer-contact a { display: inline-flex; align-items: center; gap: 10px; color: #aaa; text-decoration: none; font-size: 0.9rem; transition: color 0.3s; padding: 10px 20px; border: 1px solid var(--border-subtle); border-radius: 50px; }
.footer-contact a:hover { color: var(--gold-base); border-color: var(--gold-base); }
.footer-copy { font-size: 0.65rem; color: #333; margin-top: 50px; letter-spacing: 1px; }

/* ==============================================================
   MODO EXECUÇÃO (O Portfólio)
   ============================================================== */
.dossier-header { position: relative; margin-bottom: 40px; }
.dossier-cover-wrapper { position: relative; width: 100%; height: 35vh; min-height: 250px; overflow: hidden; border-bottom: 1px solid var(--border-subtle); }
.dossier-cover-img { width: 100%; height: 130%; object-fit: cover; position: absolute; top: -15%; left: 0; filter: grayscale(50%) brightness(0.5); }
.cover-overlay { position: absolute; inset: 0; background: linear-gradient(to top, var(--black-abs), transparent); }

/* Correção da Guerra de Flexbox na Foto de Perfil */
.dossier-intersect-area { display: flex; align-items: flex-end; gap: 40px; margin-top: -80px; position: relative; z-index: 10; padding-bottom: 20px; }
.avatar-ring { 
    width: 160px; height: 160px; flex-shrink: 0; border-radius: 50%; padding: 4px;
    background: linear-gradient(135deg, var(--gold-base), transparent 60%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.9); display: flex; align-items: center; justify-content: center;
}
.dossier-avatar-pro { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 4px solid var(--black-abs); filter: grayscale(100%); transition: var(--transition-smooth); display: block; }
.avatar-ring:hover .dossier-avatar-pro { filter: grayscale(0%); }

.dossier-bio { padding-bottom: 10px; }
.dossier-name { font-family: 'Abhaya Libre', serif; font-size: 2.5rem; color: var(--white-off); line-height: 1; margin-bottom: 8px; }
.dossier-title { display: block; font-size: 0.85rem; color: var(--gold-base); font-weight: 700; letter-spacing: 2px; margin-bottom: 15px; text-transform: uppercase; }
.dossier-desc { font-size: 0.95rem; color: #888; margin-bottom: 8px; }

/* Métricas Fiduciárias (Desktop) */
.capital-metrics { 
    display: flex; 
    justify-content: center; /* Força o alinhamento ao centro */
    gap: 100px; /* Mais espaço para respirar */
    border-top: 1px solid var(--border-subtle); 
    padding-top: 40px; 
    margin-top: 40px; 
}
.metric-item { display: flex; flex-direction: column; align-items: center; gap: 5px; } /* Texto centralizado com o número */
.m-number { font-family: 'Abhaya Libre', serif; font-size: 3.2rem; color: var(--gold-base); line-height: 1; }
.m-label { font-size: 0.75rem; color: #666; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }

/* Micro-Pill Navigation (Aba de Artes - ARREDONDADA E DE VIDRO) */
.micro-pill-wrapper { position: sticky; top: 20px; z-index: 100; display: flex; justify-content: center; margin: 40px 0; }
.micro-pill-nav { 
    position: relative; display: inline-flex; background: rgba(15,15,15,0.7);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--border-subtle); border-radius: 50px; padding: 5px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
}
.micro-slider {
    position: absolute; top: 5px; bottom: 5px; left: 5px;
    background: rgba(200, 169, 112, 0.1); border: 1px solid rgba(200, 169, 112, 0.3);
    border-radius: 40px; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1; pointer-events: none;
}
.micro-tab { 
    position: relative; z-index: 2; background: none; border: none; padding: 12px 25px; 
    font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 600; 
    color: #666; cursor: pointer; transition: 0.3s; letter-spacing: 1px; white-space: nowrap;
    display: flex; align-items: center; gap: 8px; /* Permite ícone/número e texto lado a lado */
}
.m-tab-num { font-weight: 700; opacity: 0.5; transition: 0.3s; }
.micro-tab.active { color: var(--gold-base); }
.micro-tab.active .m-tab-num { opacity: 1; color: var(--gold-base); }

/* Filtros Inteligentes */
.dossier-filters-wrapper { overflow: hidden; max-height: 0; opacity: 0; transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease; border-bottom: 1px solid transparent; }
.dossier-filters-wrapper.show { max-height: 250px; opacity: 1; padding: 10px 0 30px; border-bottom-color: var(--border-subtle); }
.filter-buttons { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.niche-btn { background: transparent; border: none; color: #666; padding: 8px 15px; font-size: 0.75rem; cursor: pointer; transition: var(--transition-smooth); border-radius: 20px; font-weight: 500; }
.niche-btn:hover { color: var(--white-off); background: rgba(255,255,255,0.05); }
.niche-btn.active { color: var(--black-abs); background: var(--white-off); font-weight: 600; }

/* Grid de Renderização do Portfólio */
.portfolio-grid { margin-top: 30px; }
.port-item { width: 48%; margin: 1%; box-sizing: border-box; }
.port-item.width-50 { width: 48%; }
.port-item.width-100 { width: 98%; }

/* Cartões do Portfólio */
.port-card-estetica { position: relative; overflow: hidden; border: 1px solid var(--border-subtle); cursor: crosshair; background: #111; aspect-ratio: 1/1; border-radius: 4px; }
.img-wrapper { width: 100%; height: 100%; transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s; }
.img-wrapper img { width: 100%; height: 100%; object-fit: cover; opacity: 0.9; }
.port-card-estetica:hover .img-wrapper { filter: blur(10px) brightness(0.3); transform: scale(1.05); }

.hover-report { position: absolute; bottom: -100%; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 35px; transition: bottom 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
.port-card-estetica:hover .hover-report { bottom: 0; }
.r-label { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 3px; color: var(--gold-base); margin-bottom: 20px; border-bottom: 1px solid var(--gold-base); padding-bottom: 5px; }
.report-content p { font-size: 0.95rem; color: #ccc; margin-bottom: 10px; line-height: 1.6; }
.report-content strong { color: var(--white-off); }

.port-card-media { position: relative; border: 1px solid var(--border-subtle); border-radius: 4px; cursor: pointer; overflow: hidden; background: #080808; transition: var(--transition-smooth); }
.port-card-media:hover { border-color: var(--gold-base); }
.port-card-media img { width: 100%; display: block; object-fit: cover; opacity: 0.7; transition: var(--transition-smooth); }
.port-card-media:hover img { opacity: 0.3; transform: scale(1.03); }
.play-overlay { position: absolute; inset: 0; display: flex; justify-content: center; align-items: center; opacity: 0; transition: var(--transition-smooth); }
.play-overlay i { font-size: 4rem; color: var(--gold-base); filter: drop-shadow(0 0 15px rgba(200, 169, 112, 0.4)); }
.port-card-media:hover .play-overlay { opacity: 1; }


/* ==============================================================
   A CÁPSULA FLUTUANTE (O RETORNO DA CHAVE DE ALTERNÂNCIA DE VIDRO)
   ============================================================== */
.floating-pill-nav {
    position: fixed; bottom: 40px; left: 50%; transform: translateX(-50%);
    background: rgba(10, 10, 10, 0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08); border-radius: 50px;
    display: flex; padding: 6px; z-index: 9999;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8);
}
.pill-bg-slider {
    position: absolute; top: 6px; bottom: 6px; width: calc(50% - 6px);
    background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255,255,255,0.05);
    border-radius: 40px; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1; pointer-events: none;
}
.pill-btn {
    position: relative; z-index: 2; background: none; border: none;
    padding: 15px 40px; font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 600;
    letter-spacing: 2px; color: #777; cursor: pointer; transition: color 0.4s ease;
}
.pill-btn.active { color: var(--white-off); }


/* ==============================================================
   MODAL CINEMATOGRÁFICO
   ============================================================== */
.portfolio-modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.98); backdrop-filter: blur(10px); z-index: 20000; display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; visibility: hidden; transition: var(--transition-smooth); }
.portfolio-modal-overlay.active { opacity: 1; visibility: visible; }
.modal-close-btn { position: absolute; top: 30px; right: 40px; background: none; border: none; color: #555; font-size: 2rem; cursor: pointer; transition: var(--transition-smooth); }
.modal-close-btn:hover { color: var(--gold-base); }
.modal-media-area { width: 90%; max-width: 1100px; max-height: 70vh; display: flex; justify-content: center; }
.modal-media-area img, .modal-media-area video { max-width: 100%; max-height: 70vh; object-fit: contain; border: 1px solid #222; box-shadow: 0 0 50px rgba(0,0,0,0.5); border-radius: 4px;}
.modal-microcopy { margin-top: 40px; max-width: 800px; text-align: center; color: #aaa; font-size: 0.95rem; line-height: 1.8; padding: 0 20px; }
.modal-microcopy strong { color: var(--gold-base); }

/* ==============================================================
   CTAs ESTRATÉGICOS (CONVERSÃO)
   ============================================================== */
/* 1. CTA Bio (Topo) */
.btn-cta-bio {
    display: inline-flex; align-items: center; gap: 10px;
    margin-top: 15px; padding: 12px 25px;
    background: transparent; border: 1px solid var(--gold-base);
    color: var(--gold-base); font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem; font-weight: 700; letter-spacing: 2px;
    text-transform: uppercase; text-decoration: none;
    transition: var(--transition-smooth); border-radius: 2px;
}
.btn-cta-bio:hover { background: var(--gold-base); color: var(--black-abs); box-shadow: 0 0 20px rgba(200, 169, 112, 0.2); }

/* 2. CTA Footer (Fechamento) - ALTO CONTRASTE */
.btn-cta-footer {
    display: inline-block; padding: 15px 40px; margin-top: 10px;
    background: var(--white-off); color: var(--black-abs);
    font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 800;
    letter-spacing: 2px; text-decoration: none; border-radius: 2px;
    border: 1px solid var(--white-off);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-cta-footer:hover { 
    background: var(--black-abs); 
    color: var(--gold-base); 
    border-color: var(--gold-base); 
    transform: translateY(-3px); 
    box-shadow: 0 10px 25px rgba(200, 169, 112, 0.15); 
}

/* 3. CTA Fixo (Floating Zap) */
.floating-zap {
    position: fixed; bottom: 40px; right: 40px; z-index: 9999;
    width: 55px; height: 55px; border-radius: 50%;
    background: rgba(10, 10, 10, 0.85); border: 1px solid var(--border-subtle);
    backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
    display: flex; justify-content: center; align-items: center;
    color: var(--white-off); font-size: 1.8rem; text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5); transition: var(--transition-smooth);
}
.floating-zap:hover { border-color: #25D366; color: #25D366; transform: translateY(-5px); box-shadow: 0 15px 30px rgba(37, 211, 102, 0.2); }

/* ==============================================================
   RESPONSIVO (MOBILE)
   ============================================================== */
@media (max-width: 768px) {
    .manifesto-hero { padding: 100px 0 60px; }
    .hero-title { font-size: 2.5rem; }
    .split-text-layout { grid-template-columns: 1fr; gap: 20px; }
    .sticky-column { position: static; margin-bottom: 20px; border-left: none; padding-left: 0;}
    
    .dossier-intersect-area { flex-direction: column; align-items: flex-start; gap: 20px; margin-top: -50px; }
    .avatar-ring { width: 120px; height: 120px; }
    .dossier-name { font-size: 2rem; }
    /* O Segredo do Perfil Horizontalizado (Mobile) */
    .capital-metrics { 
        flex-direction: row; 
        justify-content: space-between; /* Distribui uniformemente */
        gap: 10px; 
        padding-top: 25px; 
        margin-top: 25px;
        border-top: none; /* Remove a linha para parecer que faz parte da Bio */
    }
    .metric-item { align-items: center; }
    .m-number { font-size: 1.8rem; } /* Número menor e mais elegante no mobile */
    .m-label { font-size: 0.55rem; letter-spacing: 1px; }
    
    /* O SEGREDO DO MOBILE: O MENU ACORDEÃO SEM ROLAGEM */
    .micro-pill-wrapper { margin: 20px 0; width: 100%; display: flex; justify-content: center; }
    
    .micro-pill-nav { 
        width: 100%; max-width: 100%; 
        overflow-x: hidden; /* TRAVA ABSOLUTA: Proíbe rolagem horizontal */
        display: flex; gap: 5px; padding: 5px;
    }
    
    .micro-slider { display: none; } /* Ocultamos o slider físico no mobile */
    
    /* Estado Inativo (Apenas o Número) */
    .micro-tab { 
        flex: 0 0 auto; 
        min-width: 45px; 
        padding: 12px 0; 
        justify-content: center;
        background: rgba(255, 255, 255, 0.03); 
        border-radius: 40px;
    }
    .micro-tab:not(.active) .m-tab-name { display: none; } /* Esconde o texto */
    
    /* Estado Ativo (Expande e esmaga os outros) */
    .micro-tab.active { 
        flex: 1 1 0%; /* O 0% força ele a ocupar o espaço restante sem estourar a tela */
        min-width: 0; 
        background: rgba(200, 169, 112, 0.1); 
        justify-content: flex-start;
        padding: 12px 20px;
    }
    .micro-tab.active .m-tab-name { 
        display: inline-block; 
        white-space: nowrap; 
        overflow: hidden; 
        text-overflow: ellipsis; /* Se não couber, coloca "..." */
    }
    
    .port-item, .port-item.width-50, .port-item.width-100 { width: 100%; margin: 0 0 20px 0; }
    
    .floating-pill-nav { width: 90%; max-width: 350px; bottom: 30px; padding: 4px; }
    .pill-btn { padding: 12px 0; width: 50%; text-align: center; font-size: 0.7rem; }
}

.floating-zap { bottom: 25px; right: 20px; width: 45px; height: 45px; font-size: 1.5rem; }

/* ===================================
       AJUSTE DE CAPA MOBILE (Latência Zero no Scroll)
       =================================== */
    .dossier-cover-wrapper {
        /* Reduz de 35vh para 22vh. Traz o conteúdo para a primeira dobra. */
        height: 22vh; 
        min-height: 160px; /* Garante que não fique pequena demais em telas muito curtas */
    }
    
    /* Ajuste fino na sobreposição para a nova altura */
    .dossier-intersect-area {
        margin-top: -40px; /* Era -50px ou mais no desktop. Reduzimos para não esmagar. */
    }