/* Ajustes de experiência — galeria, equipe e navegação comum */
:root{--wine:#5a1e22;--wine-dark:#2b0d10;--gold:#c79b2d;--cream:#f7f1e8;--white:#fffaf4}
body{padding-bottom:0}
header,.site-header{background:var(--wine)!important;box-shadow:0 5px 22px rgba(43,13,16,.2)!important}
.home-page header.site-header:not(.scrolled){background:transparent!important;box-shadow:none!important}
header .menu a,.site-header .menu a{color:var(--white)!important;text-shadow:none!important}
header .menu a:hover,.site-header .menu a:hover{color:#e0bd61!important}
header .brand-logo,.site-header .brand-logo{filter:none}
.site-menu-toggle{display:none;border:1px solid rgba(255,250,244,.55);background:transparent;color:var(--white);width:42px;height:38px;font-size:1.2rem;cursor:pointer}
.menu-toggle{display:none!important}
.site-footer{background:var(--wine-dark)!important;color:#ddcec6;padding:36px 0}
.site-footer .wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.site-footer .brand-logo{width:220px!important;max-height:74px!important}
.site-footer p{margin:0;font-size:.78rem}

/* Galeria Antes/Depois */
.results-gallery{padding:105px 0;background:#f1e6dc;text-align:center}
.results-gallery .title{margin-bottom:14px}
.results-gallery .gallery-intro{max-width:620px;margin:0 auto 40px;color:#756463}
.before-after-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;text-align:left}
.ba-card{min-width:0}
.ba-viewer{position:relative;aspect-ratio:4/5;overflow:hidden;background:#d9c6ba;box-shadow:0 18px 34px rgba(43,13,16,.14);isolation:isolate}
.ba-viewer img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;user-select:none}
.ba-after{clip-path:inset(0 0 0 50%)}
.ba-divider{position:absolute;top:0;bottom:0;left:50%;width:2px;background:var(--white);transform:translateX(-50%);box-shadow:0 0 8px rgba(0,0,0,.3);pointer-events:none;z-index:2}
.ba-divider::after{content:'↔';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--white);color:var(--wine);font-weight:700;box-shadow:0 3px 12px rgba(0,0,0,.22)}
.ba-label{position:absolute;z-index:3;bottom:13px;padding:4px 8px;background:rgba(43,13,16,.76);color:#fff;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;pointer-events:none}
.ba-label.before{left:13px}.ba-label.after{right:13px}
.ba-range{position:absolute;inset:0;z-index:4;width:100%;height:100%;opacity:0;cursor:ew-resize;margin:0}
.ba-card h3{font:500 1.15rem var(--serif,Georgia,serif);color:var(--wine);margin:14px 0 0;text-align:center}
.video-feature{padding:90px 0;background:var(--wine)}
.video-feature .eyebrow,.video-feature .title,.video-feature p{color:var(--white)}
.video-feature .eyebrow{color:#e0bd61}.video-feature .title{margin:10px 0}.video-feature .video-copy{text-align:center;max-width:620px;margin:0 auto 30px}
.video-frame{max-width:880px;margin:auto;overflow:hidden;border:1px solid rgba(199,155,45,.55);box-shadow:0 28px 70px rgba(0,0,0,.34);background:#160608}
.video-frame video{display:block;width:100%;max-height:54vh;object-fit:cover}

/* A abertura da Home mantém apenas o logotipo pulsando. */
.loaderBar{display:none!important}

/* Equipe */
.team-grid{display:block!important}.team-intro{text-align:center;max-width:720px;margin:0 auto 48px}.team-title{font-size:clamp(2.7rem,5vw,4.8rem)!important}
.team-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;max-width:940px;margin:auto}
.team-member{background:#fffaf4;box-shadow:0 16px 38px rgba(43,13,16,.12)}
.team-member-photo{aspect-ratio:4/5;overflow:hidden;background:linear-gradient(145deg,#cdb6ab,#765559);position:relative}
.team-member-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1);transition:filter .55s ease,transform .55s ease}
.team-member:hover .team-member-photo img{filter:grayscale(0);transform:scale(1.035)}
.team-member-placeholder{color:#fffaf4;display:grid;place-items:center;text-align:center;padding:28px;font:1.6rem var(--serif,Georgia,serif);background:linear-gradient(135deg,#8e6261,#4a1519)}
.team-member-placeholder small{display:block;margin-top:8px;font:600 .65rem var(--sans,Arial,sans-serif);letter-spacing:.16em;text-transform:uppercase;color:#e0bd61}
.team-member-info{padding:23px 26px 28px}.team-member-info h2{font:1.7rem var(--serif,Georgia,serif);color:var(--wine);margin:0 0 4px}.team-member-info p{margin:0;color:#756463}

@media(max-width:850px){
  header .nav,.site-header .nav{min-height:76px!important}.site-menu-toggle{display:block}
  header .menu,.site-header .menu{display:none!important;position:absolute;top:100%;left:0;right:0;padding:18px 24px;background:var(--wine);border-top:1px solid rgba(255,255,255,.18);flex-direction:column;gap:14px}
  header .menu.is-open,.site-header .menu.is-open{display:flex!important}
  .before-after-grid{grid-template-columns:repeat(2,1fr)}.results-gallery{padding:70px 0}.video-feature{padding:70px 0}
}
@media(max-width:560px){.before-after-grid,.team-cards{grid-template-columns:1fr}.ba-viewer{aspect-ratio:1/1.05}.video-frame{width:100%}.site-footer .wrap{align-items:flex-start;flex-direction:column}}
@media(prefers-reduced-motion:reduce){.team-member-photo img{transition:none}}

/* CORREÇÕES FINAIS — somente logo, menu e responsividade mobile */
@media (min-width: 851px){
  .site-header .nav{flex-wrap:nowrap!important;white-space:nowrap!important;gap:12px!important}
  .site-header .brand{flex:0 0 auto!important}
  .site-header .menu{display:flex!important;flex-wrap:nowrap!important;white-space:nowrap!important;gap:13px!important;align-items:center!important;min-width:0!important}
  .site-header .menu a{white-space:nowrap!important;font-size:.62rem!important;letter-spacing:.07em!important}
  .site-header .btn{flex:0 0 auto!important;white-space:nowrap!important;font-size:.60rem!important;padding:11px 14px!important}
  .site-header .brand-logo{width:300px!important;max-width:300px!important;height:auto!important;max-height:78px!important}
  .site-footer .brand-logo{width:420px!important;max-width:420px!important;height:auto!important;max-height:130px!important}
}
@media (max-width:850px){
  html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important}
  .wrap{width:100%!important;max-width:100%!important;padding-left:18px!important;padding-right:18px!important}
  .hero-full{height:auto!important;min-height:100svh!important;overflow:hidden!important}
  .hero-full-content{width:100%!important;min-height:100svh!important;height:auto!important;padding:120px 18px 110px!important;align-items:flex-end!important;box-sizing:border-box!important}
  .hero-copy-full{width:100%!important;max-width:100%!important}
  .hero-copy-full h1{font-size:clamp(2.65rem,12vw,4.5rem)!important;line-height:1!important;overflow-wrap:normal!important}
  .hero-copy-full .lead{max-width:100%!important;font-size:.95rem!important;line-height:1.55!important}
  .hero-copy-full .btn{display:flex!important;width:100%!important;max-width:100%!important;justify-content:center!important;box-sizing:border-box!important;white-space:normal!important;text-align:center!important}
  .hero-copy-full .btn + .btn{margin-top:10px!important}
  .hero-photo-footer{padding:10px 18px!important;box-sizing:border-box!important}
  section,.section,.sobre,.results-gallery,.video-feature,.cta{max-width:100%!important;box-sizing:border-box!important;overflow:visible!important}
  .sobre .wrap,.grid,.contact-grid,.contact-section .wrap{grid-template-columns:1fr!important;width:100%!important;max-width:100%!important}
  .sobre p,.copy,.section p,.section li,.cta p{max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important}
  .hero-ctas,.hero-actions,.hero-buttons{width:100%!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}
  .hero-ctas .btn,.hero-actions .btn,.hero-buttons .btn{width:100%!important;max-width:100%!important;text-align:center!important;justify-content:center!important;box-sizing:border-box!important}
  .comparison{display:block!important;width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}
  .comparison table{min-width:620px!important}
  img,video,iframe{max-width:100%!important}
  input,textarea,select,button{max-width:100%!important;box-sizing:border-box!important}
  .site-footer .wrap{width:100%!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important}
  .site-footer .brand-logo{width:260px!important;max-width:100%!important;height:auto!important}
}

/* AJUSTE FINAL MOBILE — somente o botão Conhecer serviços */
@media (max-width:850px){
  .hero-copy-full .hero-ctas .btn.ghost{position:relative!important;top:-22px!important}
}
