/* =====================================================
   RESET
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #0f0f0f;
    color: #f8f8f8;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: inherit;
}


/* =====================================================
   PRELOADER
===================================================== */

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #0f0f0f;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease,
                visibility 0.8s ease;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
}

.preloader-content {
    text-align: center;
}

.preloader-logo {
    font-family: "Bebas Neue", sans-serif;
    font-size: 50px;
    letter-spacing: 5px;
    color: #c8a14a;
}

.preloader-line {
    width: 180px;
    height: 1px;
    background: rgba(255,255,255,0.15);
    margin: 20px auto;
}

.preloader-line span {
    display: block;
    width: 0;
    height: 100%;
    background: #c8a14a;
    animation: loading 1.5s ease forwards;
}

.preloader-content p {
    font-size: 9px;
    letter-spacing: 5px;
    color: rgba(255,255,255,0.5);
}

@keyframes loading {

    to {
        width: 100%;
    }

}


/* =====================================================
   NAVBAR
===================================================== */

#navbar {
    transition:
        background 0.5s ease,
        backdrop-filter 0.5s ease,
        border 0.5s ease;
}

#navbar.scrolled {
    background: rgba(15,15,15,0.92);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(200,161,74,0.2);
}

.navbar-container {
    max-width: 1400px;
    height: 85px;
    margin: auto;
    padding: 0 40px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    letter-spacing: 3px;
}

.logo-sub {
    font-size: 7px;
    letter-spacing: 4px;
    color: #c8a14a;
}

.desktop-menu {
    display: flex;
    gap: 35px;
}

.desktop-menu a {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.7);
    transition: color 0.3s ease;
}

.desktop-menu a:hover {
    color: #c8a14a;
}

.nav-button {
    border: 1px solid #c8a14a;
    color: #c8a14a;
    padding: 14px 25px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.nav-button:hover {
    background: #c8a14a;
    color: #0f0f0f;
}

.mobile-menu-button {
    display: none;
    background: none;
    border: none;
    color: white;
}

.mobile-menu {
    display: none;
}


/* =====================================================
   HERO — BLACK LUXURY V3
===================================================== */

.hero{
    position:relative;
    display:flex;
    align-items:center;
    min-height:100vh;
    overflow:hidden;
    background:#050505;
}

/* =====================================================
   BACKGROUND
===================================================== */

.hero-bg{
    position:absolute;
    inset:0;
    z-index:1;
}

.hero-bg img{

    width:100%;
    height:100%;

    object-fit:cover;
    object-position:65% 35%;

    transform:scale(1.03);

    filter:
        brightness(.78)
        contrast(1.08)
        saturate(.92);

}

/* =====================================================
   OVERLAY
===================================================== */

.hero-overlay{

    position:absolute;
    inset:0;
    z-index:2;

    background:

        linear-gradient(
            90deg,
            rgba(0,0,0,.94) 0%,
            rgba(0,0,0,.82) 32%,
            rgba(0,0,0,.42) 60%,
            rgba(0,0,0,.10) 100%
        );

}

/* =====================================================
   VINHETA
===================================================== */

.hero-gradient{

    position:absolute;
    inset:0;
    z-index:3;

    background:

    radial-gradient(
        circle at 18% 30%,
        rgba(200,161,74,.08),
        transparent 45%
    ),

    linear-gradient(
        180deg,
        rgba(0,0,0,.05),
        rgba(0,0,0,.50)
    );

}

/* =====================================================
   CONTAINER
===================================================== */

.hero-container{

    position:relative;
    z-index:10;

    width:min(1320px,90%);
    margin:auto;

    display:grid;
    grid-template-columns:minmax(560px,640px) 1fr;

    align-items:center;

    min-height:100vh;

}

.hero-left{

    display:flex;
    flex-direction:column;
    justify-content:center;

    max-width:640px;

    padding-top:70px;

}
/* Badge */

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    width:max-content;

    padding:10px 20px;

    border:1px solid rgba(200,161,74,.35);

    border-radius:100px;

    color:#d8b56b;

    background:rgba(255,255,255,.04);

    backdrop-filter:blur(12px);

    font-size:.82rem;

    letter-spacing:3px;

    margin-bottom:28px;

    text-transform:uppercase;

}

/* Título */
.hero h1{

    font-family:"Cormorant Garamond",serif;

    font-size:clamp(60px,7vw,96px);

    line-height:.88;

    font-weight:620;

    letter-spacing:.5px;

    color:#f5f3ee;

    margin-bottom:28px;

    text-shadow:
        0 10px 40px rgba(0,0,0,.55);

}

.hero h1 span{

    display:block;

    color:#c8a14a;

}

.hero-left{
    padding-top:70px;
}

/* Texto */

.hero p{

    max-width:520px;

    font-size:20px;

    line-height:1.9;

    color:rgba(255,255,255,.82);

    margin-bottom:48px;

}

/* Botões */

.hero-buttons{

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

.button-gold{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    border-radius:999px;

    background:
        linear-gradient(
            135deg,
            #d4af5a,
            #b98d35
        );

    color:#111;

    font-weight:700;

    transition:.35s;

    box-shadow:
        0 12px 30px rgba(200,161,74,.18);

}

.button-gold:hover{

    transform:translateY(-5px);

    box-shadow:
        0 20px 45px rgba(200,161,74,.30);

}

.button-outline{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:18px 34px;

    border-radius:999px;

    border:1px solid rgba(255,255,255,.18);

    background:rgba(255,255,255,.04);

    backdrop-filter:blur(16px);

    transition:.35s;

}

.button-outline:hover{

    background:#fff;

    color:#111;

}
/* Informações */

.hero-info{

    display:flex;

    gap:60px;

    margin-top:65px;

}

.hero-info strong{

    display:block;

    font-size:36px;

    color:#c8a14a;

}

.hero-info span{

    color:rgba(255,255,255,.65);

    font-size:15px;

}

/* Scroll */

.scroll-indicator{

    position:absolute;

    bottom:40px;

    left:50%;

    transform:translateX(-50%);

    z-index:20;

    display:flex;

    flex-direction:column;

    align-items:center;

    gap:10px;

    color:#c8a14a;

    text-decoration:none;

    font-size:11px;

    letter-spacing:4px;

    animation:scrollFloat 2s infinite;

}

@keyframes scrollFloat{

0%,100%{

transform:translate(-50%,0);

}

50%{

transform:translate(-50%,10px);

}

}

/* Responsivo */
@media(max-width:980px){

.hero{

text-align:center;

}

.hero-container{

grid-template-columns:1fr;

}

.hero-left{

margin:auto;

align-items:center;

padding-top:100px;

}

.hero-buttons{

justify-content:center;

}

.hero-info{

justify-content:center;

}

.hero h1{

font-size:58px;

}

.hero p{

font-size:18px;

}

}

@media(max-width:600px){

.hero{

padding-top:120px;
padding-bottom:80px;

}

.hero h1{

font-size:46px;

}

.hero-buttons{

flex-direction:column;

width:100%;

}

.button-gold,
.button-outline{

width:100%;

justify-content:center;

}

.hero-info{

flex-direction:column;

gap:24px;

}

}

/* =====================================================
   DIFFERENTIALS
===================================================== */

.differentials {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    background: #141414;

    border-top: 1px solid rgba(200,161,74,0.2);
    border-bottom: 1px solid rgba(200,161,74,0.2);
}

.differential-item {
    min-height: 140px;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    gap: 15px;

    text-align: center;

    border-right: 1px solid rgba(255,255,255,0.08);

    padding: 20px;
}

.differential-item:last-child {
    border-right: none;
}

.differential-item svg {
    color: #c8a14a;
    width: 25px;
}

.differential-item span {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.65);
}


/* =====================================================
   SECTIONS
===================================================== */

.section {
    padding: 130px 40px;
}

.section-container {
    max-width: 1400px;
    margin: auto;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 15px;

    color: #c8a14a;

    font-size: 10px;

    letter-spacing: 4px;
}

.section-label span {
    width: 50px;
    height: 1px;
    background: #c8a14a;
}

/* =====================================================
   ABOUT — BLACK LUXURY V3
===================================================== */

.about-section{
    position: relative;
    background:#101010;
    overflow: hidden;
}

.about-grid{
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 90px;
    align-items: center;
}

/* =====================================================
   IMAGE
===================================================== */

.about-image{
    position: relative;
    height: 620px;
    overflow: hidden;

    border: 1px solid rgba(200,161,74,.18);

    box-shadow:
        0 35px 90px rgba(0,0,0,.55);
}

.about-image img{
    position: relative;
    z-index: 2;

    width:100%;
    height:100%;
    object-fit:cover;

    filter:
        brightness(.88)
        contrast(1.08)
        saturate(.92);

    transition:
        transform .8s ease,
        filter .8s ease;
}

.about-image:hover img{

    transform:scale(1.04);

    filter:
        brightness(.96)
        contrast(1.1)
        saturate(1);

}

.image-frame{

    position:absolute;

    inset:22px -22px -22px 22px;

    border:1px solid rgba(200,161,74,.35);

    z-index:1;

    transition:.5s ease;

}

.about-image:hover .image-frame{

    inset:16px -16px -16px 16px;

    border-color:#c8a14a;

}

/* =====================================================
   CONTENT
===================================================== */

.about-content{
    max-width:620px;
}

.about-content h2{

    margin-bottom:30px;

    font-family:"Bebas Neue",sans-serif;

    font-size:clamp(72px,7vw,110px);

    line-height:.85;

    letter-spacing:1px;

    color:#f5f3ee;

}

.about-content h2 strong{

    color:#c8a14a;

    font-weight:400;

}

.about-content p{

    margin-top:22px;

    color:rgba(255,255,255,.62);

    font-size:15px;

    line-height:2;

}

.about-content .editorial-text{

    margin-bottom:12px;

    font-family:"Cormorant Garamond",serif;

    font-size:30px;

    line-height:1.45;

    color:rgba(255,255,255,.82);

}

.about-content .button-outline{

    margin-top:42px;

}

/* =====================================================
   RESPONSIVO
===================================================== */

@media(max-width:1000px){

    .about-grid{
        grid-template-columns:1fr;
        gap:70px;
    }

    .about-content{
        max-width:100%;
    }

}

@media(max-width:650px){

    .about-image{
        height:480px;
    }

    .image-frame{
        inset:12px -12px -12px 12px;
    }

    .about-content h2{
        font-size:clamp(54px,12vw,74px);
    }

    .about-content .editorial-text{
        font-size:24px;
    }

    .about-content p{
        font-size:14px;
        line-height:1.9;
    }

}
/* =====================================================
   SERVICES — BLACK LUXURY V3
===================================================== */

.services-section{
    position:relative;
    background:#0c0c0c;
    overflow:hidden;
}

/* =====================================================
   HEADER
===================================================== */

.section-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:60px;
    margin-bottom:70px;
}

.section-heading h2{

    margin-top:25px;

    font-family:"Bebas Neue",sans-serif;

    font-size:clamp(72px,8vw,120px);

    line-height:.85;

    letter-spacing:1px;

    color:#f5f3ee;

}

.section-heading h2 strong{

    color:#c8a14a;

    font-weight:400;

}

.section-heading>p{

    max-width:430px;

    color:rgba(255,255,255,.60);

    font-size:14px;

    line-height:1.9;

}

/* =====================================================
   GRID
===================================================== */

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,minmax(0,1fr));

    gap:22px;

}

/* =====================================================
   CARD
===================================================== */

.service-card{

    position:relative;

    display:flex;

    flex-direction:column;

    justify-content:space-between;

    min-height:360px;

    padding:42px;

    overflow:hidden;

    background:
        linear-gradient(
            145deg,
            #171717,
            #0b0b0b
        );

    border:1px solid rgba(200,161,74,.18);

    transition:
        transform .45s ease,
        border-color .45s ease,
        box-shadow .45s ease;

}

/* brilho */

.service-card::before{

    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a14a,
            transparent
        );

    transition:left .8s ease;

}

.service-card:hover::before{

    left:100%;

}

.service-card:hover{

    transform:translateY(-10px);

    border-color:rgba(200,161,74,.65);

    box-shadow:
        0 28px 70px rgba(0,0,0,.55);

}

/* =====================================================
   ICON
===================================================== */

.service-card>svg{

    width:44px;
    height:44px;

    color:#c8a14a;

    transition:
        transform .45s ease,
        color .45s ease;

}

.service-card:hover>svg{

    transform:scale(1.12);

    color:#e0bd69;

}

/* =====================================================
   TITLE
===================================================== */

.service-card h3{

    margin-top:35px;

    font-family:"Bebas Neue",sans-serif;

    font-size:42px;

    font-weight:400;

    letter-spacing:1px;

    color:#f5f3ee;

}

/* =====================================================
   DESCRIPTION
===================================================== */

.service-card p{

    margin-top:14px;

    color:rgba(255,255,255,.58);

    font-size:13px;

    line-height:1.9;

}

/* =====================================================
   LABEL
===================================================== */

.service-card span{

    display:inline-flex;

    align-items:center;

    gap:10px;

    margin-top:35px;

    color:#c8a14a;

    font-size:10px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;

}

.service-card span::before{

    content:"";

    width:26px;
    height:1px;

    background:#c8a14a;

}

/* =====================================================
   RESPONSIVO
===================================================== */

@media(max-width:1000px){

    .services-grid{

        grid-template-columns:repeat(2,1fr);

    }

    .section-heading{

        flex-direction:column;

        align-items:flex-start;

        gap:25px;

    }

}

@media(max-width:650px){

    .services-grid{

        grid-template-columns:1fr;

    }

    .service-card{

        min-height:auto;

        padding:36px;

    }

    .section-heading{

        margin-bottom:45px;

    }

    .section-heading h2{

        font-size:clamp(54px,12vw,72px);

    }

}

/* =====================================================
   GALLERY — BLACK LUXURY V3
===================================================== */

.gallery-section{
    position:relative;
    background:#070707;
    overflow:hidden;
}

/* =====================================================
   GRID
===================================================== */

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(4,minmax(0,1fr));

    grid-auto-rows:300px;

    gap:12px;

}

.gallery-large{

    grid-column:span 2;

    grid-row:span 2;

}

/* =====================================================
   ITEM
===================================================== */

.gallery-item{

    position:relative;

    overflow:hidden;

    cursor:pointer;

    background:#050505;

    border:1px solid rgba(200,161,74,.10);

    transition:
        transform .45s ease,
        border-color .45s ease,
        box-shadow .45s ease;

}

.gallery-item:hover{

    border-color:rgba(200,161,74,.55);

    box-shadow:
        0 20px 55px rgba(0,0,0,.45);

}

/* =====================================================
   IMAGE
===================================================== */

.gallery-item img{

    width:100%;
    height:100%;

    object-fit:cover;

    filter:
        brightness(.82)
        contrast(1.08)
        saturate(.85);

    transition:
        transform .9s ease,
        filter .7s ease;

}

.gallery-item:hover img{

    transform:scale(1.08);

    filter:
        brightness(1)
        contrast(1.08)
        saturate(1);

}

/* =====================================================
   OVERLAY
===================================================== */

.gallery-overlay{

    position:absolute;

    inset:0;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    gap:14px;

    background:

        linear-gradient(
            to top,
            rgba(0,0,0,.90),
            rgba(0,0,0,.35)
        );

    opacity:0;

    transition:
        opacity .45s ease;

}

.gallery-item:hover .gallery-overlay{

    opacity:1;

}

/* Linha dourada */

.gallery-overlay::before{

    content:"";

    width:60px;

    height:1px;

    background:#c8a14a;

}

/* Texto */

.gallery-overlay span{

    color:#c8a14a;

    font-size:10px;

    font-weight:600;

    letter-spacing:3px;

    text-transform:uppercase;

}

/* =====================================================
   RESPONSIVO
===================================================== */

@media(max-width:1000px){

    .gallery-grid{

        grid-template-columns:repeat(2,1fr);

        grid-auto-rows:220px;

    }

    .gallery-large{

        grid-column:span 2;

        grid-row:span 1;

    }

}

@media(max-width:650px){

    .gallery-grid{

        gap:8px;

        grid-auto-rows:180px;

    }

}
/* =====================================================
   EQUIPE
===================================================== */

.team-section {
    background: #141414;
}

.team-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;
}

.team-card {
    text-align: center;
}

.team-image {
    height: 500px;

    overflow: hidden;

    background: #0f0f0f;
}

.team-image img {
    filter: grayscale(100%);

    transition:
        filter 0.7s ease,
        transform 0.7s ease;
}

.team-card:hover img {
    filter: grayscale(0);
    transform: scale(1.05);
}

.team-card h3 {
    margin-top: 20px;

    font-family: "Bebas Neue", sans-serif;

    font-size: 35px;
}

.team-card span {
    color: #c8a14a;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 2px;
}


/* =====================================================
   DEPOIMENTOS
===================================================== */

.testimonials-section {
    background: #0f0f0f;
}

.testimonials-heading {
    text-align: center;
}

.testimonials-heading .section-label {
    justify-content: center;
}

.testimonials-heading h2 {
    margin-top: 25px;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(60px, 7vw, 100px);

    line-height: 0.9;
}

.testimonials-heading h2 strong {
    color: #c8a14a;

    font-weight: 400;

    display: block;
}

.testimonials-grid {
    margin-top: 70px;

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 20px;
}

.testimonial-card {
    padding: 45px;

    background: #141414;

    border: 1px solid rgba(255,255,255,0.08);
}

.stars {
    color: #c8a14a;

    letter-spacing: 4px;
}

.testimonial-card p {
    margin-top: 30px;

    font-family: "Cormorant Garamond", serif;

    font-size: 26px;

    font-style: italic;

    line-height: 1.5;

    color: rgba(255,255,255,0.7);
}

.testimonial-card span {
    display: block;

    margin-top: 30px;

    color: #c8a14a;

    font-size: 10px;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* =====================================================
   CONTATO
===================================================== */

.contact-section {
    background: #141414;
}

.contact-grid {
    display: grid;

    grid-template-columns:
        1.2fr 1fr;

    gap: 70px;
}

.map-container {
    min-height: 500px;
}

.map-container iframe {
    width: 100%;
    height: 100%;

    min-height: 500px;

    border: none;

    filter: grayscale(100%);
}

.contact-info {
    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 35px;
}

.contact-item {
    display: flex;

    gap: 20px;
}

.contact-item svg {
    color: #c8a14a;

    min-width: 22px;
}

.contact-item h3 {
    font-size: 11px;

    text-transform: uppercase;

    letter-spacing: 2px;
}

.contact-item p {
    margin-top: 8px;

    color: rgba(255,255,255,0.45);

    font-size: 13px;

    line-height: 1.8;
}

.contact-buttons {
    display: flex;

    gap: 15px;

    margin-top: 20px;
}


/* =====================================================
   FINAL CTA
===================================================== */

.final-cta {
    min-height: 650px;

    position: relative;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    overflow: hidden;
}

.final-cta-image {
    position: absolute;
    inset: 0;
}

.final-cta-image img {
    transition: transform 10s ease;
}

.final-cta:hover img {
    transform: scale(1.08);
}

.final-cta-overlay {
    position: absolute;
    inset: 0;

    background:
        rgba(0,0,0,0.78);
}

.final-cta-content {
    position: relative;
    z-index: 2;

    padding: 40px;
}

.final-cta-content > span {
    color: #c8a14a;

    font-size: 10px;

    letter-spacing: 4px;
}

.final-cta h2 {
    margin-top: 25px;

    font-family: "Bebas Neue", sans-serif;

    font-size: clamp(70px, 10vw, 150px);

    line-height: 0.8;
}

.final-cta h2 strong {
    color: #c8a14a;

    font-weight: 400;
}

.final-cta p {
    margin: 30px auto;

    font-family: "Cormorant Garamond", serif;

    font-size: 27px;

    font-style: italic;

    color: rgba(255,255,255,0.7);
}


/* =====================================================
   FOOTER
===================================================== */

.footer {
    background: #080808;

    border-top: 1px solid rgba(200,161,74,0.2);
}

.footer-container {
    max-width: 1400px;

    margin: auto;

    padding: 80px 40px;

    display: grid;

    grid-template-columns:
        2fr 1fr 1fr;

    gap: 70px;
}

.footer-logo {
    font-family: "Bebas Neue", sans-serif;

    font-size: 45px;

    letter-spacing: 3px;
}

.footer-logo strong {
    color: #c8a14a;

    font-weight: 400;
}

.footer-sub {
    color: #c8a14a;

    font-size: 8px;

    letter-spacing: 4px;
}

.footer-container > div:first-child p {
    margin-top: 25px;

    max-width: 350px;

    color: rgba(255,255,255,0.35);

    font-size: 13px;

    line-height: 1.8;
}

.footer-container h3 {
    color: #c8a14a;

    font-size: 10px;

    text-transform: uppercase;

    letter-spacing: 3px;

    margin-bottom: 20px;
}

.footer-container > div:not(:first-child) a,
.footer-container > div:not(:first-child) p {
    display: block;

    margin-top: 12px;

    color: rgba(255,255,255,0.45);

    font-size: 12px;
}

.footer-bottom {
    padding: 25px 40px;

    border-top: 1px solid rgba(255,255,255,0.07);

    text-align: center;

    color: rgba(255,255,255,0.25);

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: 2px;
}


/* =====================================================
   WHATSAPP
===================================================== */

.whatsapp-button {
    position: fixed;

    right: 25px;
    bottom: 25px;

    z-index: 100;

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #c8a14a;

    color: #0f0f0f;

    box-shadow:
        0 10px 30px rgba(0,0,0,0.4);

    transition:
        transform 0.3s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}


/* =====================================================
   LIGHTBOX
===================================================== */

.lightbox {
    position: fixed;

    inset: 0;

    z-index: 999;

    display: none;

    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(0,0,0,0.95);
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 85vh;

    object-fit: contain;
}

#lightbox-close {
    position: absolute;

    top: 25px;
    right: 25px;

    background: none;

    border: none;

    color: white;

    cursor: pointer;
}


/* =====================================================
   REVEAL
===================================================== */

.reveal,
.reveal-left,
.reveal-right {
    opacity: 0;

    transition:
        opacity 1s ease,
        transform 1s ease;
}

.reveal {
    transform: translateY(50px);
}

.reveal-left {
    transform: translateX(-70px);
}

.reveal-right {
    transform: translateX(70px);
}

.reveal.active,
.reveal-left.active,
.reveal-right.active {
    opacity: 1;

    transform: translate(0);
}


/* =====================================================
   RESPONSIVO
===================================================== */

@media (max-width: 1000px) {

    .desktop-menu,
    .nav-button {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .mobile-menu {
        background: #0f0f0f;

        border-top: 1px solid rgba(200,161,74,0.2);

        padding: 20px 30px;
    }

    .mobile-menu.active {
        display: flex;

        flex-direction: column;
    }

    .mobile-menu a {
        padding: 18px 0;

        border-bottom: 1px solid rgba(255,255,255,0.08);

        font-size: 11px;

        text-transform: uppercase;

        letter-spacing: 2px;
    }

    .mobile-whatsapp {
        margin-top: 15px;

        background: #c8a14a;

        color: #0f0f0f;

        text-align: center;

        padding: 15px !important;
    }


    .differentials {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .differential-item:nth-child(5) {
        grid-column: span 2;
    }

    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .about-grid {
        gap: 70px;
    }

    .services-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width: 650px) {

    .navbar-container {
        padding: 0 20px;
    }

    
    .hero h1 {
        font-size: 80px;
    }

    .hero-description {
        font-size: 23px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .button-gold,
    .button-outline {
        width: 100%;
    }

    .section {
        padding: 90px 20px;
    }

    .section-heading {
        flex-direction: column;

        align-items: flex-start;
    }

    .services-grid,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .gallery-grid {
        grid-template-columns:
            repeat(2, 1fr);

        grid-auto-rows: 200px;
    }

    .gallery-large {
        grid-column: span 2;
        grid-row: span 1;
    }

    .about-image {
        height: 450px;
    }

    .image-frame {
        right: -10px;
        bottom: -10px;
    }

    .contact-buttons {
        flex-direction: column;
    }

    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        padding: 25px 20px;
    }

}

/* =====================================================
   PLANOS DE ASSINATURA
===================================================== */

.plans-section {
    position: relative;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(200, 161, 74, 0.08),
            transparent 45%
        ),
        #0f0f0f;
    overflow: hidden;
}


/* GRID */

.plans-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 70px;
}


/* CARD */

.plan-card {
    position: relative;
    background: #151515;
    border: 1px solid rgba(200, 161, 74, 0.22);
    padding: 48px 38px;
    min-height: 560px;

    display: flex;
    flex-direction: column;

    transition:
        transform 0.5s ease,
        border-color 0.5s ease,
        box-shadow 0.5s ease;

    overflow: hidden;
}


/* BRILHO */

.plan-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 1px;

    background:
        linear-gradient(
            90deg,
            transparent,
            #c8a14a,
            transparent
        );

    transition: left 0.8s ease;
}


.plan-card:hover::before {
    left: 100%;
}


.plan-card:hover {
    transform: translateY(-10px);

    border-color:
        rgba(200, 161, 74, 0.7);

    box-shadow:
        0 30px 80px
        rgba(0, 0, 0, 0.45);
}


/* PLANO DESTAQUE */

.plan-featured {
    background:
        linear-gradient(
            145deg,
            #191919,
            #111111
        );

    border-color:
        rgba(200, 161, 74, 0.7);

    transform: translateY(-12px);

    box-shadow:
        0 25px 80px
        rgba(0, 0, 0, 0.35);
}


.plan-featured:hover {
    transform:
        translateY(-18px);
}


/* BADGE */

.plan-badge {
    position: absolute;

    top: 0;
    right: 0;

    background: #c8a14a;
    color: #0f0f0f;

    padding: 10px 18px;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


/* ÍCONE */

.plan-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid
        rgba(200, 161, 74, 0.5);

    color: #c8a14a;

    margin-bottom: 35px;

    transition:
        background 0.4s ease,
        transform 0.4s ease;
}


.plan-card:hover
.plan-icon {

    background: #c8a14a;

    color: #0f0f0f;

    transform:
        rotate(-5deg);
}


.plan-icon svg {
    width: 24px;
    height: 24px;
}


/* CONTEÚDO */

.plan-content {
    display: flex;
    flex-direction: column;

    height: 100%;
}


/* CATEGORIA */

.plan-category {
    color: #c8a14a;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

    margin-bottom: 12px;
}


/* TÍTULO */

.plan-card h3 {

    color: #f8f8f8;

    font-family:
        "Bebas Neue",
        sans-serif;

    font-size: 42px;

    font-weight: 400;

    letter-spacing: 1px;

    margin: 0 0 20px;

}


/* DESCRIÇÃO */

.plan-description {

    color:
        rgba(248, 248, 248, 0.58);

    font-family:
        "Poppins",
        sans-serif;

    font-size: 13px;

    line-height: 1.8;

    max-width: 300px;

    margin-bottom: 35px;

}


/* PREÇO */

.plan-price {

    color: #c8a14a;

    font-family:
        "Bebas Neue",
        sans-serif;

    font-size: 56px;

    line-height: 1;

    margin-bottom: 25px;
}


.plan-price small {

    font-family:
        "Poppins",
        sans-serif;

    font-size: 16px;

    vertical-align: top;

    margin-right: 3px;
}


.plan-price span {

    color:
        rgba(248, 248, 248, 0.45);

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    letter-spacing: 1px;

}


/* DIAS */

.plan-days {

    display: flex;

    align-items: center;

    gap: 10px;

    color:
        rgba(248, 248, 248, 0.7);

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    letter-spacing: 0.5px;

    padding-top: 20px;

    border-top:
        1px solid
        rgba(255, 255, 255, 0.08);

}


.plan-days svg {

    width: 16px;

    height: 16px;

    color: #c8a14a;

}


/* BOTÃO */

.plan-button {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: auto;

    padding: 17px 20px;

    border:
        1px solid
        rgba(200, 161, 74, 0.5);

    color: #f8f8f8;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        background 0.4s ease,
        color 0.4s ease,
        border-color 0.4s ease;

}


.plan-button:hover {

    background: #c8a14a;

    color: #0f0f0f;

    border-color: #c8a14a;

}


.plan-button svg {

    width: 17px;

    height: 17px;

}


/* BOTÃO GOLD */

.plan-button-gold {

    background: #c8a14a;

    color: #0f0f0f;

    border-color: #c8a14a;

}


.plan-button-gold:hover {

    background: transparent;

    color: #c8a14a;

}


/* OBSERVAÇÃO */

.plans-note {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-top: 45px;

    color:
        rgba(248, 248, 248, 0.45);

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

    text-align: center;

}


.plans-note svg {

    flex-shrink: 0;

    width: 17px;

    height: 17px;

    color: #c8a14a;

}


.plans-note p {

    margin: 0;

}


.plans-note strong {

    color:
        rgba(248, 248, 248, 0.7);

}


/* =====================================================
   RESPONSIVO
===================================================== */

@media
(max-width: 1000px) {

    .plans-grid {

        grid-template-columns:
            repeat(2, 1fr);

    }

    .plan-featured {

        transform: none;

    }

    .plan-featured:hover {

        transform:
            translateY(-10px);

    }

}


@media
(max-width: 650px) {

    .plans-grid {

        grid-template-columns:
            1fr;

        gap: 18px;

        margin-top: 45px;

    }

    .plan-card {

        min-height: auto;

        padding: 38px 28px;

    }

    .plan-featured {

        transform: none;

    }

    .plan-card h3 {

        font-size: 36px;

    }

    .plan-price {

        font-size: 48px;

    }

    .plans-note {

        align-items: flex-start;

        text-align: left;

    }

}

/* =====================================================
   EQUIPE — BARBEIRO ÚNICO
===================================================== */

.team-single {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 70px;
    align-items: center;
    margin-top: 70px;
}


/* CARD */

.team-card-featured {
    position: relative;
    background: #151515;
    border: 1px solid rgba(200, 161, 74, 0.25);
    overflow: hidden;
}


/* IMAGEM */

.team-card-featured .team-image {
    position: relative;
    width: 100%;
    height: 620px;
    overflow: hidden;
}


.team-card-featured .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;

    transition:
        transform 0.8s ease,
        filter 0.8s ease;
}


.team-card-featured:hover
.team-image img {

    transform: scale(1.04);

    filter:
        brightness(0.85);
}


/* OVERLAY */

.team-image-overlay {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 70px 35px 30px;

    background:
        linear-gradient(
            to top,
            rgba(0, 0, 0, 0.85),
            transparent
        );
}


.team-image-overlay span {

    color: #c8a14a;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    font-weight: 600;

    letter-spacing: 3px;

}


/* INFORMAÇÕES */

.team-info {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 28px 30px;

    background: #151515;

}


.team-info h3 {

    margin: 0 0 8px;

    color: #f8f8f8;

    font-family:
        "Bebas Neue",
        sans-serif;

    font-size: 38px;

    font-weight: 400;

    letter-spacing: 1px;

}


.team-info > div:first-child span {

    color:
        rgba(248, 248, 248, 0.5);

    font-family:
        "Poppins",
        sans-serif;

    font-size: 11px;

}


/* ESPECIALIDADES */

.team-specialties {

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-end;

    gap: 8px;

}


.team-specialties span {

    padding: 8px 12px;

    border: 1px solid
        rgba(200, 161, 74, 0.3);

    color: #c8a14a;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: 1px;

}


/* HISTÓRIA */

.team-story {

    max-width: 470px;

}


.team-story h3 {

    margin:
        25px 0;

    color: #f8f8f8;

    font-family:
        "Bebas Neue",
        sans-serif;

    font-size: clamp(
        42px,
        4vw,
        68px
    );

    font-weight: 400;

    line-height: 0.95;

    letter-spacing: 1px;

}


.team-story h3 strong {

    color: #c8a14a;

    font-weight: 400;

}


.team-story p {

    color:
        rgba(248, 248, 248, 0.58);

    font-family:
        "Poppins",
        sans-serif;

    font-size: 13px;

    line-height: 1.9;

    margin-bottom: 18px;

}


/* BOTÃO */

.team-button {

    display: inline-flex;

    align-items: center;

    gap: 15px;

    margin-top: 20px;

    padding: 16px 24px;

    border: 1px solid #c8a14a;

    color: #c8a14a;

    font-family:
        "Poppins",
        sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 2px;

    text-transform: uppercase;

    text-decoration: none;

    transition:
        background 0.4s ease,
        color 0.4s ease,
        transform 0.4s ease;

}


.team-button:hover {

    background: #c8a14a;

    color: #0f0f0f;

    transform:
        translateY(-3px);

}


.team-button svg {

    width: 17px;

    height: 17px;

}


/* =====================================================
   RESPONSIVO
===================================================== */

@media (max-width: 900px) {

    .team-single {

        grid-template-columns: 1fr;

        gap: 50px;

    }

    .team-story {

        max-width: 100%;

    }

}


@media (max-width: 600px) {

    .team-card-featured
    .team-image {

        height: 500px;

    }

    .team-info {

        flex-direction: column;

        align-items: flex-start;

    }

    .team-specialties {

        justify-content: flex-start;

    }

    .team-story h3 {

        font-size: 48px;

    }

}

/* =====================================================
   VÔ VICENTE — BLACK LUXURY FINAL POLISH
   Colocar no FINAL do style.css
===================================================== */

/* PALETA PREMIUM */

:root {
    --black-deep: #050505;
    --black: #0a0a0a;
    --black-soft: #101010;
    --black-card: #141414;
    --gold: #c8a14a;
    --gold-light: #e0bd69;
    --white: #f5f3ee;
}


/* =====================================================
   FUNDO GERAL MAIS PROFUNDO
===================================================== */

html {
    background: var(--black-deep);
}

body {
    background: var(--black-deep);
    color: var(--white);
}


/* =====================================================
   NAVBAR — BLACK LUXURY
===================================================== */

#navbar {
    background: linear-gradient(
        to bottom,
        rgba(5, 5, 5, 0.92),
        rgba(5, 5, 5, 0.35)
    );

    backdrop-filter: blur(8px);
}

#navbar.scrolled {
    background: rgba(5, 5, 5, 0.96);
    border-bottom: 1px solid rgba(200, 161, 74, 0.25);
}



/* =====================================================
   TÍTULO HERO
===================================================== */

.hero h1 {
    color: #f4f2ed;

    text-shadow:
        0 5px 30px rgba(0, 0, 0, 0.5);
}

.hero h1 strong {
    color: var(--gold);

    text-shadow:
        0 5px 30px rgba(200, 161, 74, 0.15);
}


/* =====================================================
   LABELS
===================================================== */

.hero-label,
.section-label {
    color: var(--gold);
}

.hero-label span,
.section-label span {
    background: var(--gold);
}


/* =====================================================
   SEÇÕES
===================================================== */

.about-section,
.gallery-section,
.testimonials-section {
    background: #070707;
}

.services-section,
.team-section,
.contact-section,
.differentials {
    background: #0c0c0c;
}


/* =====================================================
   DIFERENCIAIS
===================================================== */

.differentials {
    border-top:
        1px solid rgba(200, 161, 74, 0.18);

    border-bottom:
        1px solid rgba(200, 161, 74, 0.18);
}

.differential-item {
    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.015),
            transparent
        );
}


/* =====================================================
   CARDS — MAIS PREMIUM
===================================================== */

.service-card,
.plan-card,
.testimonial-card,
.team-card-featured {
    background:
        linear-gradient(
            145deg,
            #151515,
            #0b0b0b
        );

    border-color:
        rgba(200, 161, 74, 0.18);
}


.service-card:hover,
.plan-card:hover,
.team-card-featured:hover {
    border-color:
        rgba(200, 161, 74, 0.65);

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.55);
}


/* =====================================================
   SOBRE — IMAGEM
===================================================== */

.about-image {
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.55);
}

.about-image img {
    filter:
        brightness(0.88)
        contrast(1.08)
        saturate(0.9);
}


/* =====================================================
   GALERIA
===================================================== */

.gallery-item {
    background: #050505;
}

.gallery-item img {
    filter:
        brightness(0.82)
        contrast(1.08)
        saturate(0.85);
}

.gallery-item:hover img {
    filter:
        brightness(1)
        contrast(1.1)
        saturate(1);
}


/* =====================================================
   EQUIPE — MATHEUS
===================================================== */

.team-card-featured {
    box-shadow:
        0 30px 100px rgba(0, 0, 0, 0.5);
}

.team-card-featured .team-image img {
    filter:
        brightness(0.82)
        contrast(1.12)
        saturate(0.8);
}

.team-card-featured:hover
.team-image img {
    filter:
        brightness(0.95)
        contrast(1.1)
        saturate(0.95);

    transform: scale(1.035);
}


/* =====================================================
   FOTO DO BARBEIRO — ACABAMENTO
===================================================== */

.team-card-featured .team-image {
    background:
        radial-gradient(
            circle at center,
            #242424,
            #050505
        );
}


/* =====================================================
   INFO DO BARBEIRO
===================================================== */

.team-info {
    background:
        linear-gradient(
            90deg,
            #121212,
            #090909
        );

    border-top:
        1px solid rgba(200, 161, 74, 0.15);
}


/* =====================================================
   PLANOS
===================================================== */

.plans-section {
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(200, 161, 74, 0.07),
            transparent 40%
        ),
        #070707;
}

.plan-card {
    background:
        linear-gradient(
            145deg,
            #151515,
            #090909
        );
}

.plan-featured {
    background:
        linear-gradient(
            145deg,
            #1a1a1a,
            #0a0a0a
        );
}


/* =====================================================
   BOTÕES
===================================================== */

.button-gold,
.plan-button-gold {
    background:
        linear-gradient(
            135deg,
            #c8a14a,
            #b58d38
        );

    box-shadow:
        0 10px 30px
        rgba(200, 161, 74, 0.12);
}

.button-gold:hover,
.plan-button-gold:hover {
    background:
        linear-gradient(
            135deg,
            #e0bd69,
            #c8a14a
        );

    box-shadow:
        0 15px 40px
        rgba(200, 161, 74, 0.2);
}


/* =====================================================
   MAPA
===================================================== */

.map-container {
    border:
        1px solid rgba(200, 161, 74, 0.2);

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.4);

    overflow: hidden;
}

.map-container iframe {
    filter:
        grayscale(100%)
        brightness(0.7)
        contrast(1.1);

    transition:
        filter 0.5s ease;
}

.map-container:hover iframe {
    filter:
        grayscale(30%)
        brightness(0.85)
        contrast(1.05);
}


/* =====================================================
   CTA FINAL
===================================================== */

.final-cta {
    background: #050505;
}

.final-cta-overlay {
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,0.92),
            rgba(0,0,0,0.55),
            rgba(0,0,0,0.82)
        );
}


/* =====================================================
   FOOTER
===================================================== */

.footer {
    background: #030303;

    border-top:
        1px solid rgba(200, 161, 74, 0.2);
}


/* =====================================================
   WHATSAPP
===================================================== */

.whatsapp-button {
    background:
        linear-gradient(
            135deg,
            #d5ad55,
            #b98e36
        );

    box-shadow:
        0 10px 35px
        rgba(200, 161, 74, 0.25);
}

.whatsapp-button:hover {
    transform:
        scale(1.1)
        translateY(-3px);
}


/* =====================================================
   SELEÇÃO DE TEXTO
===================================================== */

::selection {
    background: #c8a14a;
    color: #050505;
}


/* =====================================================
   SCROLLBAR PREMIUM
===================================================== */

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #050505;
}

::-webkit-scrollbar-thumb {
    background: #c8a14a;
}

::-webkit-scrollbar-thumb:hover {
    background: #e0bd69;
}


/* =====================================================
   MOBILE — HERO
===================================================== */

@media (max-width: 650px) {

    .hero {
        min-height: 100svh;
    }



    .hero h1 {
        font-size: clamp(
            70px,
            20vw,
            100px
        );
    }

    .hero-description {
        color:
            rgba(255,255,255,0.68);
    }

}

/* =====================================================
   GALLERY PREMIUM
===================================================== */

.gallery-section{

    background:#0f0f0f;

}

.gallery-header{

    max-width:900px;

    margin:0 auto 70px;

    text-align:center;

}

.gallery-header h2{

    margin:20px 0;

    font-family:"Bebas Neue",sans-serif;

    font-size:clamp(60px,8vw,110px);

    line-height:.9;

}

.gallery-header h2 strong{

    display:block;

    color:#c8a14a;

    font-weight:400;

}

.gallery-header p{

    max-width:620px;

    margin:auto;

    color:rgba(255,255,255,.60);

    line-height:2;

}

.gallery-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    grid-auto-rows:260px;

    gap:18px;

}

.gallery-large{

    grid-column:span 2;

    grid-row:span 2;

}

.gallery-item{

    position:relative;

    overflow:hidden;

    border:1px solid rgba(200,161,74,.15);

    cursor:pointer;

    transition:.4s;

}

.gallery-item:hover{

    transform:translateY(-8px);

    border-color:#c8a14a;

}

.gallery-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.8s;

    filter:

        brightness(.85)

        contrast(1.05);

}

.gallery-item:hover img{

    transform:scale(1.08);

    filter:brightness(1);

}

.gallery-overlay{

    position:absolute;

    inset:0;

    display:flex;

    justify-content:center;

    align-items:center;

    background:rgba(0,0,0,.55);

    opacity:0;

    transition:.35s;

}

.gallery-item:hover .gallery-overlay{

    opacity:1;

}

.gallery-overlay i{

    width:60px;

    height:60px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.3);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#c8a14a;

    font-size:22px;

    backdrop-filter:blur(10px);

}

@media(max-width:1000px){

.gallery-grid{

grid-template-columns:repeat(2,1fr);

}

.gallery-large{

grid-column:span 2;

grid-row:span 1;

}

}

@media(max-width:700px){

.gallery-grid{

grid-template-columns:1fr;

}

.gallery-large{

grid-column:span 1;

}

}

/* =====================================================
   PRODUTOS — BLACK LUXURY V3
===================================================== */

.products-section{

    position:relative;

    background:#0b0b0b;

    overflow:hidden;

}


/* =====================================================
   HEADER
===================================================== */

.products-heading{

    display:flex;

    justify-content:space-between;

    align-items:flex-end;

    gap:60px;

    margin-bottom:70px;

}

.products-heading h2{

    margin-top:22px;

    font-family:"Bebas Neue",sans-serif;

    font-size:clamp(68px,8vw,115px);

    line-height:.85;

    letter-spacing:1px;

    color:#f5f3ee;

}

.products-heading h2 strong{

    display:block;

    color:#c8a14a;

    font-weight:400;

}

.products-heading > p{

    max-width:420px;

    color:rgba(255,255,255,.58);

    font-size:14px;

    line-height:1.9;

}


/* =====================================================
   GRID
===================================================== */

.products-grid{

    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:20px;

}


/* =====================================================
   CARD
===================================================== */

.product-card{

    position:relative;

    overflow:hidden;

    background:
        linear-gradient(
            145deg,
            #161616,
            #0a0a0a
        );

    border:
        1px solid
        rgba(200,161,74,.14);

    transition:
        transform .45s ease,
        border-color .45s ease,
        box-shadow .45s ease;

}

.product-card:hover{

    transform:
        translateY(-8px);

    border-color:
        rgba(200,161,74,.55);

    box-shadow:
        0 25px 60px
        rgba(0,0,0,.5);

}


/* =====================================================
   IMAGEM
===================================================== */

.product-image{

    position:relative;

    height:330px;

    overflow:hidden;

    background:#f4f4f4;

}

.product-image img{

    width:100%;

    height:100%;

    object-fit:contain;

    padding:28px;

    transition:
        transform .8s ease;

}

.product-card:hover
.product-image img{

    transform:
        scale(1.07);

}


/* =====================================================
   NÚMERO
===================================================== */

.product-number{

    position:absolute;

    top:18px;

    left:18px;

    width:38px;

    height:38px;

    display:flex;

    align-items:center;

    justify-content:center;

    border:
        1px solid
        rgba(200,161,74,.4);

    background:
        rgba(5,5,5,.72);

    backdrop-filter:
        blur(10px);

    color:#c8a14a;

    font-size:9px;

    letter-spacing:2px;

}


/* =====================================================
   INFORMAÇÕES
===================================================== */

.product-info{

    padding:
        28px 28px 32px;

}

.product-category{

    display:block;

    margin-bottom:10px;

    color:#c8a14a;

    font-size:9px;

    font-weight:600;

    letter-spacing:3px;

}

.product-info h3{

    font-family:
        "Bebas Neue",
        sans-serif;

    font-size:32px;

    font-weight:400;

    letter-spacing:1px;

    color:#f5f3ee;

}

.product-info p{

    margin-top:10px;

    color:
        rgba(255,255,255,.48);

    font-size:12px;

    line-height:1.8;

}


/* =====================================================
   LINHA DOURADA
===================================================== */

.product-card::after{

    content:"";

    position:absolute;

    left:0;

    bottom:0;

    width:0;

    height:1px;

    background:#c8a14a;

    transition:
        width .5s ease;

}

.product-card:hover::after{

    width:100%;

}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:1000px){

    .products-heading{

        flex-direction:column;

        align-items:flex-start;

        gap:25px;

    }

    .products-grid{

        grid-template-columns:
            repeat(2,minmax(0,1fr));

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:650px){

    .products-heading{

        margin-bottom:45px;

    }

    .products-heading h2{

        font-size:
            clamp(
                55px,
                13vw,
                78px
            );

    }

    .products-grid{

        grid-template-columns:1fr;

        gap:16px;

    }

    .product-image{

        height:300px;

    }

    .product-info{

        padding:24px;

    }

}
/* =====================================================
   MOBILE EXPERIENCE — VÔ VICENTE
   SOMENTE MOBILE — NÃO ALTERA DESKTOP
===================================================== */

@media (max-width: 650px){

    /* -----------------------------------------------
       BASE MOBILE
    ----------------------------------------------- */

    html{
        scroll-behavior:smooth;
    }

    body{
        overflow-x:hidden;
        -webkit-font-smoothing:antialiased;
        text-rendering:optimizeLegibility;
    }

    .section{
        padding:64px 16px;
    }

    .section-container{
        width:100%;
        max-width:none;
    }

    /* -----------------------------------------------
       NAVBAR COMPACTA
    ----------------------------------------------- */

    #navbar{
        background:rgba(5,5,5,.74);
        backdrop-filter:blur(18px);
        -webkit-backdrop-filter:blur(18px);
        border-bottom:1px solid rgba(200,161,74,.12);
    }

    #navbar.scrolled{
        background:rgba(5,5,5,.96);
    }

    .navbar-container{
        height:68px;
        padding:0 16px;
    }

    .logo-main{
        font-size:23px;
        letter-spacing:2px;
        line-height:1;
    }

    .logo-sub{
        margin-top:3px;
        font-size:6px;
        letter-spacing:3px;
    }

    .mobile-menu-button{
        width:42px;
        height:42px;
        display:flex;
        align-items:center;
        justify-content:center;
        border:1px solid rgba(200,161,74,.28);
        border-radius:50%;
        background:rgba(255,255,255,.03);
        color:#f5f3ee;
    }

    .mobile-menu-button svg{
        width:19px;
        height:19px;
    }

    .mobile-menu{
        background:rgba(6,6,6,.97);
        border-top:1px solid rgba(200,161,74,.18);
        padding:10px 16px 18px;
        box-shadow:0 20px 50px rgba(0,0,0,.45);
    }

    .mobile-menu a{
        padding:15px 4px;
        font-size:10px;
        letter-spacing:1.8px;
    }

    .mobile-whatsapp{
        margin-top:12px;
        border:1px solid rgba(0,0,0,.1);
        border-radius:2px;
    }

    /* -----------------------------------------------
       HERO — COMPACTO E VISUAL
    ----------------------------------------------- */

    .hero{
        min-height:0;
        height:640px;
        padding:68px 0 0;
    }

    .hero-bg{
        position:absolute;
        inset:0;
    }

    .hero-bg img{
        object-position:63% center;
        transform:scale(1.03);
        filter:brightness(.76) contrast(1.07) saturate(.96);
    }

    .hero-overlay{
        background:
            linear-gradient(
                180deg,
                rgba(0,0,0,.18) 0%,
                rgba(0,0,0,.34) 30%,
                rgba(0,0,0,.78) 63%,
                rgba(0,0,0,.97) 100%
            );
    }

    .hero-gradient{
        background:
            radial-gradient(
                circle at 70% 24%,
                rgba(200,161,74,.08),
                transparent 34%
            ),
            linear-gradient(
                180deg,
                transparent 0%,
                rgba(0,0,0,.06) 40%,
                rgba(0,0,0,.38) 73%,
                #050505 100%
            );
    }

    .hero-container{
        width:100%;
        min-height:0;
        height:100%;
        display:flex;
        align-items:flex-end;
        margin:0;
        padding:0 16px 30px;
    }

    .hero-left{
        width:100%;
        max-width:none;
        padding:0;
        margin:0;
        align-items:flex-start;
        text-align:left;
    }

    .hero-badge{
        max-width:100%;
        padding:8px 13px;
        margin-bottom:16px;
        font-size:8px;
        line-height:1.3;
        letter-spacing:1.8px;
        background:rgba(5,5,5,.36);
        backdrop-filter:blur(12px);
        -webkit-backdrop-filter:blur(12px);
    }

    .hero h1{
        max-width:100%;
        margin:0 0 14px;
        font-size:clamp(46px,13.8vw,66px);
        line-height:.88;
        letter-spacing:0;
    }

    .hero p{
        max-width:100%;
        margin:0 0 20px;
        font-size:14px;
        line-height:1.65;
        color:rgba(255,255,255,.84);
    }

    .hero-buttons{
        width:100%;
        display:grid;
        grid-template-columns:1.05fr .95fr;
        gap:9px;
    }

    .button-gold,
    .button-outline{
        width:100%;
        min-height:49px;
        padding:0 13px;
        justify-content:center;
        border-radius:999px;
        font-size:8.5px;
        letter-spacing:1px;
        white-space:nowrap;
    }

    .button-gold{
        box-shadow:0 10px 24px rgba(200,161,74,.16);
    }

    .hero-info{
        width:100%;
        gap:18px;
        margin-top:19px;
        padding-top:16px;
        border-top:1px solid rgba(255,255,255,.08);
    }

    .hero-info strong{
        font-size:22px;
        margin-bottom:2px;
    }

    .hero-info span{
        font-size:9px;
        letter-spacing:.4px;
    }

    .scroll-indicator{
        display:none;
    }

    /* -----------------------------------------------
       DIFERENCIAIS — COMPACTOS
    ----------------------------------------------- */

    .differentials{
        grid-template-columns:repeat(2,1fr);
        border-top:1px solid rgba(200,161,74,.16);
        border-bottom:1px solid rgba(200,161,74,.16);
    }

    .differential-item{
        min-height:92px;
        padding:12px 8px;
        gap:8px;
    }

    .differential-item:nth-child(5){
        grid-column:span 2;
    }

    .differential-item svg{
        width:20px;
        height:20px;
    }

    .differential-item span{
        font-size:7.5px;
        line-height:1.35;
        letter-spacing:1px;
    }

    /* -----------------------------------------------
       HEADINGS
    ----------------------------------------------- */

    .section-label{
        gap:10px;
        font-size:8px;
        letter-spacing:2.5px;
    }

    .section-label span{
        width:30px;
    }

    .section-heading{
        gap:18px;
        margin-bottom:38px;
        align-items:flex-start;
    }

    .section-heading h2,
    .about-content h2,
    .products-heading h2,
    .testimonials-heading h2{
        font-size:clamp(52px,13vw,72px);
        line-height:.88;
        margin-top:15px;
    }

    .section-heading > p,
    .products-heading > p{
        font-size:12px;
        line-height:1.75;
    }

    /* -----------------------------------------------
       SOBRE — MAIS COMPACTO
    ----------------------------------------------- */

    .about-grid{
        grid-template-columns:1fr;
        gap:42px;
    }

    .about-image{
        height:360px;
        border-color:rgba(200,161,74,.14);
        box-shadow:0 22px 50px rgba(0,0,0,.35);
    }

    .about-image img{
        filter:brightness(.92) contrast(1.05) saturate(.94);
    }

    .image-frame{
        inset:10px -10px -10px 10px;
    }

    .about-content .editorial-text{
        margin-top:0;
        margin-bottom:8px;
        font-size:24px;
        line-height:1.35;
    }

    .about-content p{
        margin-top:15px;
        font-size:13px;
        line-height:1.8;
    }

    .about-content .button-outline{
        width:max-content;
        margin-top:24px;
        padding:0 22px;
    }

    /* -----------------------------------------------
       SERVIÇOS — CARROSSEL HORIZONTAL
    ----------------------------------------------- */

    .services-section{
        overflow:hidden;
    }

    .services-grid{
        display:flex;
        overflow-x:auto;
        gap:12px;
        margin-right:-16px;
        padding:2px 16px 12px 0;
        scroll-snap-type:x mandatory;
        scrollbar-width:none;
    }

    .services-grid::-webkit-scrollbar{
        display:none;
    }

    .service-card{
        flex:0 0 82%;
        min-height:290px;
        padding:30px;
        scroll-snap-align:start;
    }

    .service-card h3{
        font-size:34px;
    }

    .service-card p{
        font-size:11px;
        line-height:1.7;
    }

    .service-card span{
        margin-top:22px;
        font-size:8px;
    }

    /* -----------------------------------------------
       PRODUTOS — MAIS CONTEÚDO NA TELA
    ----------------------------------------------- */

    .products-heading{
        margin-bottom:32px;
        gap:16px;
        align-items:flex-start;
    }

    .products-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px;
    }

    .product-card{
        border-radius:2px;
    }

    .product-image{
        height:190px;
    }

    .product-image img{
        padding:15px;
    }

    .product-number{
        top:10px;
        left:10px;
        width:30px;
        height:30px;
        font-size:8px;
    }

    .product-info{
        padding:16px;
    }

    .product-category{
        font-size:7px;
        letter-spacing:2px;
        margin-bottom:7px;
    }

    .product-info h3{
        font-size:23px;
        line-height:.95;
    }

    .product-info p{
        margin-top:7px;
        font-size:9px;
        line-height:1.55;
    }

    /* -----------------------------------------------
       PLANOS — 1,5 CARDS VISÍVEIS
    ----------------------------------------------- */

    .plans-grid{
        display:flex;
        overflow-x:auto;
        gap:12px;
        margin-right:-16px;
        padding:4px 16px 14px 0;
        scroll-snap-type:x mandatory;
        scrollbar-width:none;
    }

    .plans-grid::-webkit-scrollbar{
        display:none;
    }

    .plan-card{
        flex:0 0 86%;
        min-height:440px;
        padding:30px 24px;
        scroll-snap-align:start;
    }

    .plan-featured{
        transform:none;
    }

    .plan-featured:hover{
        transform:none;
    }

    .plan-icon{
        width:48px;
        height:48px;
        margin-bottom:24px;
    }

    .plan-card h3{
        font-size:34px;
        margin-bottom:14px;
    }

    .plan-description{
        max-width:none;
        font-size:11px;
        line-height:1.7;
        margin-bottom:25px;
    }

    .plan-price{
        font-size:48px;
    }

    .plan-days{
        font-size:10px;
        padding-top:16px;
    }

    .plan-button{
        padding:14px 16px;
        font-size:8px;
    }

    .plans-note{
        margin-top:24px;
        font-size:9px;
        line-height:1.6;
    }

    /* -----------------------------------------------
       GALERIA — CARROSSEL VISUAL
    ----------------------------------------------- */

    .gallery-header{
        margin:0 auto 36px;
        text-align:left;
    }

    .gallery-header h2{
        font-size:clamp(52px,13vw,72px);
        margin:15px 0;
        line-height:.88;
    }

    .gallery-header p{
        font-size:12px;
        line-height:1.75;
    }

    .gallery-grid{
        display:flex;
        overflow-x:auto;
        gap:10px;
        margin-right:-16px;
        padding:2px 16px 12px 0;
        scroll-snap-type:x mandatory;
        scrollbar-width:none;
        grid-template-columns:none;
        grid-auto-rows:none;
    }

    .gallery-grid::-webkit-scrollbar{
        display:none;
    }

    .gallery-item,
    .gallery-large{
        flex:0 0 78%;
        width:auto;
        height:300px;
        grid-column:auto;
        grid-row:auto;
        scroll-snap-align:start;
    }

    .gallery-large{
        flex-basis:86%;
    }

    .gallery-overlay{
        opacity:1;
        background:linear-gradient(to top,rgba(0,0,0,.38),transparent 55%);
    }

    .gallery-overlay i{
        width:46px;
        height:46px;
        font-size:17px;
        opacity:.95;
    }

    /* -----------------------------------------------
       EQUIPE — FOTO FORTE
    ----------------------------------------------- */

    .team-single{
        grid-template-columns:1fr;
        gap:30px;
        margin-top:40px;
    }

    .team-card-featured .team-image{
        height:430px;
    }

    .team-info{
        padding:22px;
        gap:16px;
        align-items:flex-start;
    }

    .team-info h3{
        font-size:32px;
    }

    .team-info > div:first-child span{
        font-size:10px;
    }

    .team-specialties{
        justify-content:flex-start;
    }

    .team-specialties span{
        font-size:7px;
        padding:7px 9px;
    }

    .team-story h3{
        margin:16px 0;
        font-size:clamp(44px,11vw,62px);
    }

    .team-story p{
        font-size:12px;
        line-height:1.8;
    }

    .team-button{
        margin-top:12px;
        padding:14px 20px;
        font-size:8px;
    }

    /* -----------------------------------------------
       DEPOIMENTOS — CARROSSEL
    ----------------------------------------------- */

    .testimonials-heading{
        text-align:left;
    }

    .testimonials-heading .section-label{
        justify-content:flex-start;
    }

    .testimonials-grid{
        display:flex;
        overflow-x:auto;
        gap:12px;
        margin-top:34px;
        margin-right:-16px;
        padding-right:16px;
        padding-bottom:10px;
        scroll-snap-type:x mandatory;
        scrollbar-width:none;
    }

    .testimonials-grid::-webkit-scrollbar{
        display:none;
    }

    .testimonial-card{
        flex:0 0 88%;
        padding:28px;
        scroll-snap-align:start;
    }

    .testimonial-card p{
        margin-top:22px;
        font-size:22px;
        line-height:1.4;
    }

    .testimonial-card span{
        margin-top:22px;
        font-size:8px;
    }

    /* -----------------------------------------------
       CONTATO
    ----------------------------------------------- */

    .contact-grid{
        grid-template-columns:1fr;
        gap:28px;
    }

    .map-container{
        min-height:300px;
    }

    .map-container iframe{
        min-height:300px;
    }

    .contact-info{
        gap:24px;
    }

    .contact-item{
        gap:14px;
    }

    .contact-item h3{
        font-size:9px;
    }

    .contact-item p{
        font-size:11px;
        line-height:1.7;
    }

    .contact-buttons{
        flex-direction:row;
        gap:10px;
    }

    .contact-buttons .button-gold,
    .contact-buttons .button-outline{
        width:100%;
    }

    /* -----------------------------------------------
       CTA FINAL — COMPACTO
    ----------------------------------------------- */

    .final-cta{
        min-height:460px;
    }

    .final-cta-content{
        width:100%;
        padding:30px 20px;
    }

    .final-cta h2{
        font-size:clamp(56px,15vw,82px);
        line-height:.84;
    }

    .final-cta p{
        margin:20px auto;
        font-size:21px;
        line-height:1.4;
    }

    /* -----------------------------------------------
       FOOTER COMPACTO
    ----------------------------------------------- */

    .footer-container{
        grid-template-columns:1fr;
        gap:34px;
        padding:54px 20px 40px;
    }

    .footer-logo{
        font-size:38px;
    }

    .footer-container > div:first-child p{
        margin-top:16px;
        font-size:11px;
        line-height:1.8;
    }

    .footer-container h3{
        margin-bottom:12px;
        font-size:8px;
    }

    .footer-container > div:not(:first-child) a,
    .footer-container > div:not(:first-child) p{
        margin-top:9px;
        font-size:10px;
    }

    .footer-bottom{
        padding:20px 16px;
        font-size:7px;
        line-height:1.7;
    }

    /* -----------------------------------------------
       WHATSAPP
    ----------------------------------------------- */

    .whatsapp-button{
        width:52px;
        height:52px;
        right:16px;
        bottom:16px;
    }

}

@media (max-width: 420px){

    .hero{
        height:620px;
    }

    .hero-container{
        padding-left:14px;
        padding-right:14px;
        padding-bottom:24px;
    }

    .hero h1{
        font-size:clamp(43px,13.5vw,60px);
    }

    .hero p{
        font-size:13px;
    }

    .button-gold,
    .button-outline{
        font-size:8px;
        padding:0 10px;
    }

    .product-image{
        height:175px;
    }

    .product-info h3{
        font-size:21px;
    }

    .gallery-item,
    .gallery-large{
        height:270px;
    }

}
