
*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Montserrat',sans-serif;
background:#f7f1eb;
color:#2d231d;
overflow-x:hidden;
}

.container{
width:min(1240px,92%);
margin:auto;
}

.topbar{
background:#ece2d7;
padding:14px 0;
font-size:14px;
}

.topbar-content{
display:flex;
justify-content:space-between;
align-items:center;
}

.mini-btn{
padding:10px 18px;
background:#c69b5e;
color:white;
text-decoration:none;
border-radius:8px;
font-weight:600;
}

.header{
background:white;
padding:26px 0;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
width:260px;
display:block;
background:transparent;
}

nav{
display:flex;
gap:28px;
}

nav a{
text-decoration:none;
color:#2f2f2f;
font-size:14px;
font-weight:600;
letter-spacing:.5px;
}

.hero{
background:linear-gradient(to right,#f5ede6,#ffffff);
padding:90px 0 40px;
min-height:860px;
display:flex;
align-items:center;
}

.hero-grid{
display:grid;
grid-template-columns:1.2fr 1fr;
align-items:center;
gap:40px;
}

.hero-text{
padding-bottom:20px;
max-width:760px;
}

.eyebrow,
.section-header span,
.split-content span,
.premium-content span{
color:#c69b5e;
font-size:13px;
font-weight:700;
letter-spacing:1.5px;
}

.hero h1,
.section-header h2,
.split-content h2,
.premium-content h2{
font-family:'Cormorant Garamond',serif;
font-size:96px;
font-weight:500;
line-height:1.02;
margin:22px 0;
}

.hero h1 em{
font-style:italic;
color:#c69b5e;
font-weight:400;
}

.hero p,
.split-content p,
.premium-content p{
font-size:22px;
line-height:1.9;
color:#5d5d5d;
max-width:680px;
margin-bottom:34px;
}

.hero-buttons{
display:flex;
gap:18px;
flex-wrap:wrap;
}

.btn{
padding:20px 36px;
border-radius:10px;
text-decoration:none;
font-weight:600;
display:inline-flex;
align-items:center;
justify-content:center;
}

.gold{
background:#c69b5e;
color:white;
}

.light{
background:white;
border:1px solid #ddd;
color:#2d231d;
}

.hero-image{
display:flex;
justify-content:flex-end;
align-items:flex-end;
}

.hero-image img{
width:100%;
max-height:850px;
object-fit:contain;
}

.tratamentos{
padding:110px 0;
background:white;
}

.section-header{
text-align:center;
margin-bottom:60px;
}

.section-header h2{
font-size:64px;
}

.trat-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:28px;
}

.trat-card{
background:#faf5ef;
border-radius:26px;
overflow:hidden;
transition:.3s;
}

.trat-card:hover{
transform:translateY(-6px);
}

.trat-card img{
width:100%;
height:300px;
object-fit:cover;
display:block;
}

.trat-card h3{
padding:24px;
font-size:20px;
}

.split-section{
display:grid;
grid-template-columns:1fr 1fr;
gap:34px;
padding:40px;
background:#f7f1eb;
}

.split-card{
border-radius:34px;
overflow:hidden;
display:grid;
grid-template-columns:1fr;
min-height:880px;
}

.large-beige{
background:#ece2d7;
}

.white-card{
background:white;
}

.split-content{
padding:54px;
}

.split-content h2{
font-size:56px;
}

.split-image{
display:flex;
align-items:flex-end;
justify-content:center;
height:100%;
overflow:hidden;
}

.split-image img{
width:100%;
height:100%;
min-height:620px;
object-fit:cover;
display:block;
}

/* STORE sem corte */
.large-beige .split-image img{
object-fit:contain;
padding:10px 20px 0;
transform:scale(1.05);
}

/* ACADEMY destaque */
.white-card .split-image img{
object-position:center top;
}

.premium{
padding:110px 0;
background:white;
}

.premium-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.premium-image img{
width:100%;
border-radius:34px;
display:block;
}

.premium-content h2{
font-size:66px;
}

.footer{
background:#ece2d7;
padding:14px 0;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:12px;
align-items:start;
}

.footer-logo{
width:260px;
margin-bottom:4px;
display:block;
background:transparent;
}

.footer h4{
margin-bottom:14px;
font-size:18px;
}

.footer p{
line-height:1.8;
color:#555;
}

@media(max-width:1024px){

.hero-grid,
.split-section,
.premium-grid,
.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:12px;
align-items:start;
}

.trat-grid{
grid-template-columns:1fr 1fr;
}

nav{
display:none;
}

.hero h1,
.section-header h2,
.split-content h2,
.premium-content h2{
font-size:52px;
}

.hero{
text-align:center;
}

.hero-buttons{
justify-content:center;
}

.split-card{
min-height:auto;
}

.split-image img{
min-height:420px;
}

}

@media(max-width:640px){

.trat-grid{
grid-template-columns:1fr;
}

.hero h1{
font-size:46px;
}

.section-header h2,
.split-content h2,
.premium-content h2{
font-size:44px;
}

.logo{
width:200px;
}

}


/* ===== AJUSTES FINAIS ===== */

/* logo realmente transparente e harmonizada */
.logo,
.footer-logo{
width:260px;
margin-bottom:4px;
display:block;
background:transparent;
}

/* aproxima texto da imagem no store */
.large-beige{
grid-template-rows:auto 1fr;
}

.large-beige .split-content{
padding:54px 54px 10px;
}

.large-beige .split-image{
margin-top:-40px;
align-items:flex-start;
}

.large-beige .split-image img{
min-height:540px !important;
max-height:620px;
object-fit:contain !important;
padding:0 20px !important;
transform:none !important;
}

/* academy alinhamento refinado */
.white-card .split-content{
padding-bottom:14px;
}

.white-card .split-image{
margin-top:-20px;
}

.white-card .split-image img{
min-height:600px;
object-fit:cover;
}

/* refinamento geral */
.split-card{
box-shadow:0 10px 40px rgba(0,0,0,.04);
}



/* ===== CORREÇÃO ACADEMY ===== */

/* restaurar proporção premium da academy */
.white-card{
display:grid;
grid-template-rows:auto 1fr;
overflow:hidden;
}

.white-card .split-content{
padding:54px 54px 24px !important;
}

.white-card .split-image{
margin-top:0 !important;
display:flex;
align-items:flex-end;
justify-content:center;
}

.white-card .split-image img{
width:100%;
height:100%;
min-height:720px !important;
max-height:820px;
object-fit:cover !important;
object-position:center top !important;
padding:0 !important;
display:block;
}

/* manter store correta */
.large-beige .split-image img{
min-height:560px !important;
object-fit:contain !important;
}


/* ===== AJUSTE RODAPÉ ===== */

.footer{
background:#ece2d7;
padding:14px 0;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:12px;
align-items:start;
}

.footer-logo{
width:260px;
margin-bottom:4px;
display:block;
background:transparent;
}

.footer p{
margin-bottom:4px;
line-height:1.5;
}

.footer h4{
margin-bottom:8px;
}

@media(max-width:1024px){

.footer{
background:#ece2d7;
padding:14px 0;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:12px;
align-items:start;
}

}


/* ===== HEADER E FOOTER PREMIUM HARMONIZADOS ===== */

.topbar{
background:#efe5db !important;
border-top:4px solid #2b2b2b;
padding:10px 0 !important;
}

.topbar p{
font-size:13px;
color:#4e4e4e;
}

.header{
background:linear-gradient(to bottom,#ffffff,#fbf8f5) !important;
padding:26px 0 18px !important;
border-bottom:1px solid rgba(0,0,0,.05);
box-shadow:0 2px 10px rgba(0,0,0,.03);
}

.nav{
align-items:center;
}

.logo{
width:340px !important;
max-width:100%;
object-fit:contain;
display:block;
background:transparent !important;
mix-blend-mode:multiply;
}

nav{
gap:34px !important;
align-items:center;
}

nav a{
font-size:13px !important;
letter-spacing:.8px;
font-weight:600;
color:#383838 !important;
transition:.3s;
}

nav a:hover{
color:#c69b5e !important;
}

/* botão topo refinado */
.mini-btn{
background:#c69b5e !important;
border-radius:6px;
padding:11px 18px !important;
font-size:13px;
}

/* FOOTER semelhante ao cabeçalho */

.footer{
background:#ece2d7;
padding:14px 0;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:12px;
align-items:start;
}

.footer-logo{
width:260px;
margin-bottom:4px;
display:block;
background:transparent;
}

.footer h4{
font-size:15px;
letter-spacing:1px;
text-transform:uppercase;
color:#b78749;
margin-bottom:10px !important;
}

.footer p{
font-size:14px;
line-height:1.6;
color:#555;
max-width:320px;
}

@media(max-width:1024px){

.logo{
width:240px !important;
margin:auto;
}

.footer-logo{
width:260px;
margin-bottom:4px;
display:block;
background:transparent;
}

.topbar-content{
flex-direction:column;
gap:12px;
text-align:center;
}

}



/* ===== AJUSTES DE DESTAQUE VISUAL ===== */

.topbar p{
font-size:15px !important;
font-weight:700 !important;
letter-spacing:.3px !important;
color:#2d2d2d !important;
}

nav a{
font-size:14px !important;
font-weight:700 !important;
letter-spacing:.8px !important;
text-transform:uppercase;
}

nav a:hover{
transform:translateY(-1px);
}



/* ===== REFINAMENTO FINAL HEADER / FOOTER ===== */

.topbar{
padding:8px 0 !important;
}

.topbar-content p{
font-family:'Cormorant Garamond',serif;
font-size:20px !important;
font-weight:500 !important;
letter-spacing:.2px !important;
color:#3b3129 !important;
font-style:italic;
}

.topbar-content p span{
color:#b78749;
font-weight:700;
}

.mini-btn{
padding:9px 16px !important;
}

.header{
padding:16px 0 12px !important;
}

.logo{
width:300px !important;
}

.footer{
background:#ece2d7;
padding:14px 0;
}

.footer-logo{
width:260px;
margin-bottom:4px;
display:block;
background:transparent;
}

.footer p{
line-height:1.45;
}

@media(max-width:1024px){
.topbar-content p{
font-size:17px !important;
}

.header{
padding:14px 0 10px !important;
}
}

/* FINAL FOOTER COMPACT FIX */
.footer{
background:#ece2d7;
padding:14px 0;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:12px;
align-items:start;
}

.footer-grid > div:first-child{
display:flex;
flex-direction:column;
justify-content:flex-start;
padding-top:2px;
}

.footer-logo{
width:260px;
margin-bottom:4px;
display:block;
background:transparent;
}

.footer h4{
margin-top:0 !important;
margin-bottom:6px !important;
font-size:14px;
}

.footer p{
margin:0 0 2px 0 !important;
line-height:1.35 !important;
font-size:13px;
}

@media(max-width:1024px){
.footer{
background:#ece2d7;
padding:14px 0;
}

.footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:12px;
align-items:start;
}
}




/* ===== RESPONSIVIDADE DEFINITIVA ===== */

html,body{
width:100%;
overflow-x:hidden !important;
}

*,
*::before,
*::after{
box-sizing:border-box;
}

img{
max-width:100%;
height:auto;
display:block;
}

.trat-card h3{
text-align:center;
width:100%;
}

/* ===== TABLET ===== */

@media (max-width: 1024px){

.container{
width:92%;
max-width:92%;
}

.topbar-content{
flex-direction:column;
gap:12px;
text-align:center;
}

.nav{
flex-direction:column;
gap:20px;
}

nav{
display:flex !important;
flex-wrap:wrap;
justify-content:center;
gap:14px;
width:100%;
}

.hero{
min-height:auto;
padding:60px 0;
}

.hero-grid{
grid-template-columns:1fr;
gap:30px;
text-align:center;
}

.hero-image{
justify-content:center;
}

.hero-image img{
max-width:600px;
}

.hero h1{
font-size:58px;
}

.hero p{
font-size:18px;
max-width:100%;
}

.hero-buttons{
justify-content:center;
}

.section-header h2,
.split-content h2,
.premium-content h2{
font-size:46px;
}

.trat-grid{
grid-template-columns:1fr 1fr;
}

.split-section{
display:grid !important;
grid-template-columns:1fr !important;
gap:30px;
padding:24px;
}

.split-card{
min-height:auto !important;
width:100%;
overflow:hidden;
}

.split-content{
padding:34px !important;
}

.split-image{
height:auto !important;
margin-top:0 !important;
}

.split-image img,
.large-beige .split-image img,
.white-card .split-image img{
width:100% !important;
height:auto !important;
min-height:auto !important;
max-height:none !important;
object-fit:contain !important;
padding:0 !important;
}

.premium-grid{
grid-template-columns:1fr;
gap:30px;
}

.footer{
padding:40px 0;
}

.footer-grid{
display:grid !important;
grid-template-columns:1fr !important;
gap:24px;
text-align:center;
justify-items:center;
}

.footer-grid div{
width:100%;
}

.footer-logo{
margin:auto;
}
}

/* ===== CELULAR ===== */

@media (max-width: 768px){

.logo,
.footer-logo{
width:180px !important;
}

.hero{
padding:40px 0;
}

.hero h1{
font-size:40px !important;
line-height:1.1;
}

.section-header h2,
.split-content h2,
.premium-content h2{
font-size:34px !important;
line-height:1.15;
}

.hero p,
.split-content p,
.premium-content p{
font-size:16px;
line-height:1.7;
}

.hero-buttons{
flex-direction:column;
}

.btn{
width:100%;
}

.trat-grid{
grid-template-columns:1fr;
}

.trat-card img{
height:220px;
}

.trat-card h3{
font-size:20px;
text-align:center;
padding:20px 10px;
}

.split-section{
padding:16px;
}

.split-content{
padding:26px !important;
text-align:center;
}

.split-image{
padding:0 10px 10px;
}

nav a{
font-size:12px;
}

.topbar p{
font-size:14px;
text-align:center;
}

.footer{
padding:32px 0;
}

.footer p,
.footer h4{
text-align:center;
}
}

/* ===== CELULARES PEQUENOS ===== */

@media (max-width: 480px){

.hero h1{
font-size:32px !important;
}

.section-header h2,
.split-content h2,
.premium-content h2{
font-size:28px !important;
}

nav{
gap:10px;
}

nav a{
font-size:11px;
}

.split-content{
padding:22px !important;
}

.hero-image img,
.premium-image img{
width:100%;
}
}



img{max-width:100%;height:auto;display:block;}

@media (max-width:1024px){
.hero h1{font-size:56px;}
.hero-grid{grid-template-columns:1fr;}
.hero-image{justify-content:center;}
}

@media (max-width:768px){

.topbar-content{flex-direction:column;gap:10px;text-align:center;}

.nav{flex-direction:column;gap:20px;}

nav{flex-direction:column;gap:12px;align-items:center;}

.logo{width:180px;}

.hero{padding:60px 0;min-height:auto;}

.hero h1{font-size:42px;}

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

.trat-grid{grid-template-columns:1fr;}

}

@media (max-width:480px){

.hero h1{font-size:34px;}
.hero p{font-size:16px;}

.btn{padding:14px 20px;font-size:14px;}

}


/* ===== AJUSTES RESPONSIVOS SOLICITADOS ===== */

.topbar-content p{
font-size:26px !important;
line-height:1.3;
}

.mini-btn{
padding:14px 28px !important;
font-size:16px !important;
font-weight:700;
}

.footer-logo{
width:340px !important;
}

.footer-grid,
.footer-grid div,
.footer p,
.footer h4{
text-align:center !important;
justify-items:center;
align-items:center;
}

.trat-card img{
object-position:center center;
}

@media (max-width:1024px){

.logo{
width:320px !important;
}

.footer-logo{
width:320px !important;
margin:auto;
}

.topbar-content p{
font-size:24px !important;
}

.mini-btn{
padding:16px 30px !important;
font-size:17px !important;
}

.trat-card img{
height:340px;
object-fit:cover;
object-position:center top;
}
}

@media (max-width:768px){

.logo{
width:280px !important;
}

.footer-logo{
width:280px !important;
}

.topbar-content p{
font-size:22px !important;
padding:0 10px;
}

.mini-btn{
width:auto !important;
padding:16px 32px !important;
font-size:17px !important;
}

.trat-card img{
height:360px !important;
object-fit:cover !important;
object-position:center top !important;
}

.footer-grid{
gap:18px !important;
}
}

@media (max-width:480px){

.logo{
width:240px !important;
}

.footer-logo{
width:240px !important;
}

.topbar-content p{
font-size:20px !important;
}

.mini-btn{
padding:14px 26px !important;
font-size:16px !important;
}

.trat-card img{
height:320px !important;
object-position:center top !important;
}
}

/* ===== REFINAMENTO MOBILE ELEGANTE ===== */

/* cabeçalho com mesmo tom do rodapé */
.header{
background:#ece2d7 !important;
box-shadow:0 2px 10px rgba(0,0,0,.04);
}

/* destaque refinado frase do rodapé */
.footer-grid > div:first-child p:first-of-type{
font-size:18px !important;
font-weight:600;
line-height:1.6;
color:#3b3129 !important;
letter-spacing:.2px;
max-width:420px;
}

@media(max-width:1024px){

.header{
padding:8px 0 6px !important;
}

.nav{
gap:10px;
}

.logo{
width:260px !important;
}

nav{
gap:14px !important;
}

nav a{
font-size:12px !important;
}

.footer-grid,
.footer-grid > div{
text-align:center !important;
justify-items:center;
align-items:center;
}

.footer-grid > div:first-child{
align-items:center;
}

.footer-grid > div:first-child p:first-of-type{
font-size:19px !important;
max-width:100%;
margin:auto;
}

}

@media(max-width:640px){

.topbar{
padding:6px 0 !important;
}

.header{
padding:6px 0 4px !important;
}

.nav{
flex-direction:column;
gap:8px;
}

.logo{
width:250px !important;
margin-bottom:2px;
}

nav{
display:flex !important;
flex-wrap:wrap;
justify-content:center;
gap:10px !important;
}

nav a{
font-size:11px !important;
}

.footer{
padding:18px 0;
}

.footer-logo{
width:290px !important;
margin:auto auto 10px;
}

.footer-grid{
grid-template-columns:1fr !important;
gap:20px;
text-align:center;
}

.footer p{
max-width:100%;
text-align:center;
}

.footer-grid > div:first-child p:first-of-type{
font-size:20px !important;
font-weight:700;
}

}


/* ===== REFINAMENTO ELEGANTE FINAL ===== */

.header{
background:#ece2d7 !important;
}

/* cabeçalho mais compacto e sofisticado no mobile */
@media (max-width:768px){

.header{
padding:10px 0 8px !important;
}

.nav{
gap:10px !important;
}

nav{
gap:8px !important;
}

.logo{
width:320px !important;
}

}

@media (max-width:480px){

.logo{
width:280px !important;
}

}

/* frase rodapé refinada */
.footer-tagline{
font-family:'Cormorant Garamond',serif !important;
font-style:italic;
font-size:22px !important;
font-weight:500 !important;
letter-spacing:.3px;
line-height:1.5 !important;
color:#6b5746 !important;
text-align:center !important;
margin-top:8px !important;
}

@media (max-width:768px){

.footer-tagline{
font-size:20px !important;
padding:0 12px;
}

}


/* ===== Refinamento Premium do Menu Mobile ===== */
@media (max-width: 1024px){

    header .logo img,
    .logo img{
        max-height: 110px !important;
        width: auto !important;
    }

    nav ul,
    .menu,
    .navbar-nav{
        gap: 18px !important;
    }

    nav ul li a,
    .menu a,
    .navbar-nav a{
        font-size: 17px !important;
        font-weight: 400 !important;
        letter-spacing: 0.8px !important;
        line-height: 2.0 !important;
        font-family: "Cormorant Garamond", serif !important;
        text-transform: none !important;
    }

    nav ul li,
    .menu li,
    .navbar-nav li{
        margin-bottom: 12px !important;
    }
}

/* Desktop refinado */
nav ul li a,
.menu a,
.navbar-nav a{
    font-family: "Cormorant Garamond", serif !important;
    letter-spacing: 0.6px !important;
    font-weight: 500 !important;
}


/* ===== Equalização Premium das Logomarcas ===== */

header .logo img,
.logo img,
.header-logo img{
    height: 120px !important;
    max-height: 120px !important;
    width: auto !important;
    object-fit: contain !important;
}

footer .logo img,
.footer-logo img{
    height: 120px !important;
    max-height: 120px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Mobile / Tablet */
@media (max-width: 1024px){

    header .logo img,
    .logo img,
    .header-logo img{
        height: 150px !important;
        max-height: 150px !important;
    }

    footer .logo img,
    .footer-logo img{
        height: 150px !important;
        max-height: 150px !important;
    }
}


/* ===== AJUSTE DEFINITIVO MENU MOBILE / TABLET ===== */
@media (max-width: 1024px){

    .header{
        padding: 14px 0 12px !important;
    }

    .nav{
        display:flex !important;
        flex-direction:column !important;
        align-items:center !important;
        gap:18px !important;
    }

    nav{
        display:flex !important;
        flex-wrap:wrap !important;
        justify-content:center !important;
        align-items:center !important;
        gap:16px 24px !important;
        max-width:900px;
        padding:8px 12px 0;
    }

    nav a{
        display:inline-block !important;
        padding:6px 4px !important;
        font-size:15px !important;
        line-height:1.7 !important;
        letter-spacing:0.5px !important;
    }
}

@media (max-width: 640px){

    nav{
        gap:14px 18px !important;
        padding:6px 10px 0 !important;
    }

    nav a{
        font-size:14px !important;
    }

    .logo{
        width:240px !important;
    }
}

@media (max-width: 430px){

    nav{
        gap:12px 14px !important;
    }

    nav a{
        font-size:13px !important;
    }
}


/* AUMENTO DEFINITIVO DA LOGOMARCA */
.header .logo{width:420px !important;max-width:none !important;}
@media (max-width:1024px){.header .logo{width:360px !important;}}
@media (max-width:768px){.header .logo{width:300px !important;}}
@media (max-width:480px){.header .logo{width:260px !important;}}


/* ===== CORREÇÃO DEFINITIVA TABLET LANDSCAPE ===== */

@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape){

.trat-grid{
grid-template-columns:repeat(2,1fr) !important;
align-items:stretch !important;
}

.trat-card{
overflow:visible !important;
height:auto !important;
padding-bottom:20px !important;
}

.trat-card img{
width:100% !important;
height:auto !important;
max-height:none !important;
object-fit:contain !important;
object-position:center center !important;
display:block !important;
transform:none !important;
aspect-ratio:auto !important;
}

}


.trat-card img{
height:auto !important;
max-height:none !important;
object-fit:contain !important;
display:block;
margin:auto;
}

.trat-grid{
align-items:start;
}

}

