/**
 * Marcenaria LDA — main.css v1.1
 * Autech Sistemas
 */

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

:root{
  --gold:#B8963E;--gold-light:#D4AE6A;--gold-pale:#F5EDD8;
  --dark:#1A1410;--dark-mid:#2E2318;--brown:#4A3728;
  --cream:#FAF6EF;--cream-mid:#F0E8D8;
  --text:#1A1410;--text-mid:#5C4A3A;--text-light:#8A7060;
  --white:#FFFFFF;
  --fd:'Cormorant Garamond',Georgia,serif;
  --fb:'Inter',system-ui,sans-serif;
}

/* ── BASE ── */
html,body{width:100%;height:100%;overflow:hidden;font-family:var(--fb);color:var(--text);background:var(--dark)}

/* ── SLIDES: fullscreen em todos os tamanhos ── */
.slide{
  position:fixed;
  inset:0;
  width:100%;
  height:100vh;
  display:flex;
  align-items:center;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.65s cubic-bezier(0.4,0,0.2,1);
  will-change:opacity;
}
.slide.active{opacity:1;pointer-events:all;z-index:10}
.slide.leaving{opacity:0;z-index:5}

/* Mobile: scroll interno + conteúdo visível */
@media(max-width:600px){
  .anim{opacity:1!important;transform:none!important;transition:none!important}
  .slide{
    overflow-y:auto!important;
    overflow-x:hidden!important;
    -webkit-overflow-scrolling:touch!important;
    align-items:flex-start!important;
    scrollbar-width:none!important;
    /* CRÍTICO: padding-top aqui dentro de fixed+overflow funciona */
    padding-top:56px!important;
    padding-left:5%!important;
    padding-right:5%!important;
    padding-bottom:5rem!important;
    /* Garantir que filhos ficam visíveis */
    flex-direction:column!important;
    justify-content:flex-start!important;
  }
  .slide::-webkit-scrollbar{display:none}
  /* Remover padding duplicado das seções individuais */
  #s1,#s2,#s3,#s4,#s5,#s6,#s7,#s8,#s9{
    padding:0!important;
  }
  /* Mas S9 precisa de flex column */
  #s9{flex-direction:column!important;align-items:center!important;text-align:center!important}
  /* Conteúdo de cada slide */
  #s1{padding:56px 5% 2rem!important;align-items:flex-start!important;flex-direction:column!important}
  #s1 .left{padding-top:0!important;width:100%!important;max-width:none!important;flex:none!important}
  #s1 .right{display:none!important}
  #s1 h1{font-size:1.9rem!important;color:#fff!important;opacity:1!important}
  #s1 h1 em{color:#D4AE6A!important}
  #s1 .sub{font-size:0.88rem!important;color:rgba(255,255,255,0.6)!important;opacity:1!important}
  #s1 .tag{opacity:1!important;color:#B8963E!important}
  #s1 .hero-actions{flex-direction:column!important;gap:0.75rem!important;margin-top:1.5rem!important}
  #s1 .btn-p,#s1 .btn-o{width:100%!important;display:block!important;text-align:center!important}
  #s2{padding:56px 5% 2rem!important;flex-direction:column!important;justify-content:flex-start!important}
  #s3{padding:56px 5% 2rem!important;flex-direction:column!important;justify-content:flex-start!important;gap:1.5rem!important}
  #s3 .wfp-left{display:none!important}
  #s3 .wfp-right{max-width:none!important;position:relative!important;z-index:3!important}
  #s4{padding:56px 5% 2rem!important;flex-direction:column!important;justify-content:flex-start!important;gap:1.5rem!important}
  #s4 .right{grid-template-columns:1fr!important}
  #s5{padding:56px 5% 2rem!important;flex-direction:column!important;justify-content:flex-start!important}
  #s6{padding:56px 5% 2rem!important;flex-direction:column!important;justify-content:flex-start!important}
  #s7{padding:56px 5% 2rem!important;flex-direction:column!important;justify-content:flex-start!important;gap:1.5rem!important}
  #s7 .sobre-right{display:none!important}
  #s8{padding:56px 5% 2rem!important;flex-direction:column!important;justify-content:flex-start!important}
  #s9{padding:56px 5% 2rem!important;justify-content:flex-start!important}
  #s9 > div{width:100%!important;max-width:none!important}
  .nums-grid{grid-template-columns:1fr 1fr!important}
  .prod-scroll{grid-template-columns:1fr 1fr!important}
  .steps{grid-template-columns:1fr!important;row-gap:1.5rem!important}
  .steps::before{display:none!important}
  .step-item{text-align:left!important;display:flex!important;align-items:flex-start!important;gap:1rem!important;padding:0!important}
  .step-num{flex-shrink:0!important;margin:0!important}
  .depo-grid{grid-template-columns:1fr!important}
  .values-grid{grid-template-columns:1fr 1fr!important}
  .hero-actions{flex-direction:column!important;gap:0.75rem!important}
  .btn-p,.btn-o{width:100%!important;display:block!important;text-align:center!important}
  h1{font-size:1.9rem!important}
  h2{font-size:1.6rem!important}
  .sub{font-size:0.88rem!important}
  .prod-header{flex-direction:column!important;gap:1rem!important}
}

/* ── NAV ── */
nav{position:fixed;top:0;width:100%;z-index:200;padding:0 5%;background:rgba(26,20,16,0.92);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;height:64px;border-bottom:1px solid rgba(184,150,62,0.2)}
.nav-logo{font-family:var(--fd);font-size:1.4rem;font-weight:600;color:var(--gold-light);letter-spacing:0.08em;text-decoration:none}
.nav-logo span{color:var(--white);font-weight:400}
/* logo imagem horizontal no nav */
.nav-links{display:flex;gap:2rem;list-style:none}
.nav-links a{color:rgba(255,255,255,0.6);text-decoration:none;font-size:0.78rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:500;transition:color 0.2s}
.nav-links a:hover{color:var(--gold-light)}
.nav-cta{border:1px solid var(--gold)!important;color:var(--gold-light)!important;padding:0.4rem 1.1rem}
.nav-galeria{color:rgba(255,255,255,0.75)!important}
.nav-galeria:hover{color:var(--gold-light)!important}
/* Lado esquerdo do nav: logo + sociais */
.nav-left{display:flex;align-items:center;gap:1rem;flex-shrink:0}
.nav-socials{display:flex;align-items:center;gap:0.5rem}
.nav-social-link{
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,0.38);
  transition:color 0.2s;
  padding:0.15rem;
}
.nav-social-link:hover{color:var(--gold-light)!important}
/* Separador visual entre logo e ícones */
.nav-socials::before{
  content:'';display:block;width:1px;height:14px;
  background:rgba(255,255,255,0.15);margin-right:0.25rem;
}
/* Esconder sociais no mobile (lado esquerdo) */
@media(max-width:900px){.nav-socials{display:none}}
/* nav-always: Galeria e Orçamento sempre visíveis */
.nav-always{display:inline-block!important}
@media(max-width:900px){
  /* Esconder links de nav no mobile exceto Galeria e Orçamento */
  .nav-links li:not(:nth-last-child(1)):not(:nth-last-child(2)){display:none!important}
}

/* Ícones sociais na seção de contato S9 */
.s9-socials{
  display:flex;align-items:center;justify-content:center;
  gap:1.25rem;margin-top:2rem;
}
.s9-social-link{
  color:rgba(255,255,255,0.35);
  transition:color 0.25s,transform 0.25s;
  display:flex;align-items:center;
}
.s9-social-link:hover{color:var(--gold-light);transform:scale(1.15)}

/* ── DOTS ── */
#dots{position:fixed;right:1.75rem;top:50%;transform:translateY(-50%);z-index:200;display:flex;flex-direction:column;gap:10px}
.dot{width:7px;height:7px;border-radius:50%;border:1px solid rgba(255,255,255,0.35);background:transparent;cursor:pointer;transition:all 0.3s;display:block}
.dot.active{background:var(--gold);border-color:var(--gold);transform:scale(1.3)}

/* ── BUTTONS ── */
.btn-p{background:var(--gold);color:var(--dark);padding:0.8rem 2rem;font-size:0.82rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;text-decoration:none;border:none;cursor:pointer;display:inline-block;transition:background 0.2s}
.btn-p:hover{background:var(--gold-light)}
.btn-o{border:1px solid rgba(255,255,255,0.3);color:rgba(255,255,255,0.85);padding:0.8rem 2rem;font-size:0.82rem;font-weight:500;letter-spacing:0.08em;text-decoration:none;display:inline-block;transition:border-color 0.2s,color 0.2s}
.btn-o:hover{border-color:var(--gold);color:var(--gold-light)}

/* ── TYPOGRAPHY ── */
.tag{font-size:0.7rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gold);font-weight:500;display:block;margin-bottom:1rem}
.tag-line{border-left:2px solid var(--gold);padding-left:0.75rem}
h1,h2{font-family:var(--fd)}
h1{font-size:clamp(2.6rem,5vw,4rem);font-weight:500;line-height:1.15;color:var(--white);margin-bottom:1.25rem}
h1 em{font-style:italic;color:var(--gold-light)}
h2{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;line-height:1.2}
.sub{font-size:0.95rem;color:rgba(255,255,255,0.55);line-height:1.85;max-width:480px}
.sub-dark{font-size:0.95rem;color:var(--text-mid);line-height:1.85}

.bg-grid::before{content:'';position:absolute;inset:0;z-index:0;background-image:linear-gradient(rgba(184,150,62,0.06) 1px,transparent 1px),linear-gradient(90deg,rgba(184,150,62,0.06) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}

/* ── ANIMAÇÕES ── */
.anim{opacity:0;transition:opacity 0.5s ease}
.anim.delay-1{transition-delay:0.1s}.anim.delay-2{transition-delay:0.2s}
.anim.delay-3{transition-delay:0.3s}.anim.delay-4{transition-delay:0.4s}.anim.delay-5{transition-delay:0.5s}
.slide.active .anim{opacity:1}
.slide.leaving .anim{opacity:0!important;transition-delay:0s}

/* Mobile: forçar .anim visível — precisa vir DEPOIS das regras globais */
@media(max-width:600px){
  .anim,.anim.delay-1,.anim.delay-2,.anim.delay-3,.anim.delay-4,.anim.delay-5{
    opacity:1!important;
    transform:none!important;
    transition:none!important;
    transition-delay:0s!important;
  }
}

/* ═══ S1 HERO ═══ */
#s1{background:var(--dark);padding:0 5%;justify-content:space-between;gap:3rem}
#s1 .left{flex:1;max-width:580px;padding-top:64px}
#s1 .right{flex:1;display:flex;justify-content:flex-end;padding-top:64px}
.hero-frame{width:100%;max-width:420px;aspect-ratio:4/5;border:1px solid rgba(184,150,62,0.25);position:relative;overflow:hidden}
.hero-ph{width:100%;height:100%;background:var(--dark-mid);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;padding:1.5rem;text-align:center}
.hero-ph p{font-size:0.7rem;color:rgba(255,255,255,0.18);letter-spacing:0.1em;text-transform:uppercase;line-height:1.6}
.hero-badge{position:absolute;bottom:1.5rem;left:-1.5rem;background:var(--gold);color:var(--dark);padding:0.9rem 1.4rem;z-index:5}
.hero-badge strong{display:block;font-family:var(--fd);font-size:1.8rem;font-weight:600;line-height:1}
.hero-badge span{font-size:0.65rem;font-weight:600;letter-spacing:0.1em;text-transform:uppercase}
.hero-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap}

/* Hero carrossel */
.hero-carousel{position:relative;width:100%;height:100%}
.hero-carousel-dots{position:absolute;bottom:0.75rem;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:4}
.hc-dot{width:5px;height:5px;border-radius:50%;border:1px solid rgba(255,255,255,0.4);background:transparent;cursor:pointer;transition:all 0.3s}
.hc-dot.active{background:var(--gold);border-color:var(--gold)}

/* ═══ S2 NÚMEROS ═══ */
#s2{background:var(--dark-mid);flex-direction:column;justify-content:center;padding:0 5%;gap:0}
.nums-header{text-align:center;margin-bottom:4rem}
.nums-header h2{color:var(--white);margin-bottom:0.75rem}
.nums-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:rgba(184,150,62,0.15);width:100%;max-width:900px}
.num-item{background:var(--dark-mid);padding:3rem 2rem;text-align:center}
.num-val{font-family:var(--fd);font-size:3.5rem;font-weight:600;color:var(--gold-light);line-height:1;margin-bottom:0.5rem}
.num-lbl{font-size:0.72rem;color:rgba(255,255,255,0.4);letter-spacing:0.15em;text-transform:uppercase}
.slogan{margin-top:3.5rem;text-align:center;font-family:var(--fd);font-style:italic;font-size:1.3rem;color:rgba(255,255,255,0.35);max-width:600px}

/* ═══ S3 WFP ═══ */
#s3{background:var(--dark);padding:0 5%;gap:6rem;overflow:hidden}
.wfp-bg{position:absolute;inset:0;z-index:0;background:#1A1410;overflow:hidden}
.wfp-bg img{width:100%;height:100%;object-fit:cover;filter:blur(8px) brightness(0.55) saturate(0.75);transform:scale(1.06);display:block}
.wfp-bg-ph{width:100%;height:100%;background:linear-gradient(135deg,#2E2318 0%,#1A1410 60%,#2a1e0e 100%);display:flex;align-items:center;justify-content:center}
.wfp-bg-ph span{font-size:0.68rem;color:rgba(255,255,255,0.12);letter-spacing:0.18em;text-transform:uppercase}
.wfp-overlay{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse at 30% 50%,rgba(184,150,62,0.04) 0%,transparent 55%),linear-gradient(to right,rgba(26,20,16,0.65) 0%,rgba(26,20,16,0.1) 40%,rgba(26,20,16,0.1) 60%,rgba(26,20,16,0.65) 100%)}
.wfp-divider{position:absolute;left:50%;top:10%;bottom:10%;width:1px;background:linear-gradient(to bottom,transparent,rgba(184,150,62,0.3) 30%,rgba(184,150,62,0.3) 70%,transparent);z-index:2}
#s3 .wfp-left{flex:1;display:flex;align-items:center;justify-content:center;position:relative;z-index:3}
.wfp-mark{border:1px solid rgba(184,150,62,0.4);padding:3rem 2.5rem;text-align:center;position:relative;background:rgba(26,20,16,0.45);backdrop-filter:blur(2px)}
.wfp-mark::before{content:'';position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px solid rgba(184,150,62,0.15);pointer-events:none}
.wfp-letter{font-family:var(--fd);font-size:7rem;font-weight:600;color:var(--gold);letter-spacing:0.08em;line-height:1;display:block;text-shadow:0 0 60px rgba(184,150,62,0.25)}
.wfp-sub-label{font-size:0.65rem;color:rgba(255,255,255,0.4);letter-spacing:0.22em;text-transform:uppercase;margin-top:0.5rem;display:block}
#s3 .wfp-right{flex:1;max-width:500px;position:relative;z-index:3}
.wfp-right h2{color:var(--white);margin-bottom:1.25rem}
.wfp-list{list-style:none;margin-top:1.75rem;display:flex;flex-direction:column;gap:0.85rem}
.wfp-list li{display:flex;align-items:flex-start;gap:0.75rem;font-size:0.88rem;color:rgba(255,255,255,0.65);line-height:1.7}
.wfp-list li::before{content:'';width:5px;height:5px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:0.6rem}

/* ═══ S4 DIFERENCIAIS ═══ */
#s4{background:var(--cream);padding:0 5%;gap:6rem}
#s4 .left{flex:1;max-width:520px}
#s4 .left h2{color:var(--text);margin-bottom:1.25rem}
#s4 .right{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}
.feat-card{background:var(--white);border:1px solid var(--cream-mid);padding:1.75rem 1.5rem;position:relative;overflow:hidden}
.feat-card::before{content:'';position:absolute;top:0;left:0;width:3px;height:100%;background:var(--gold)}
.feat-icon{width:40px;height:40px;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.feat-card h4{font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:0.4rem}
.feat-card p{font-size:0.82rem;color:var(--text-mid);line-height:1.7}

/* ═══ S5 PRODUTOS ═══ */
#s5{background:var(--dark);flex-direction:column;justify-content:center;padding:0 5%}
.prod-header{display:flex;align-items:flex-end;justify-content:space-between;width:100%;margin-bottom:2rem}
.prod-header h2{color:var(--white)}
.prod-scroll{display:grid;grid-template-columns:repeat(6,1fr);gap:1px;background:rgba(184,150,62,0.15);width:100%}
.prod-item{background:var(--dark);cursor:pointer;transition:background 0.3s;position:relative;overflow:hidden;display:flex;flex-direction:column}
.prod-item:hover{background:rgba(30,22,15,1)}

/* ── Carrossel de produto ── */
.prod-img{width:100%;aspect-ratio:4/3;overflow:hidden;position:relative;background:var(--dark-mid);flex-shrink:0}
.pcarousel{width:100%;height:100%;position:relative}
.pcarousel-slide{position:absolute;inset:0;opacity:0;transition:opacity 0.5s ease}
.pcarousel-slide.active{opacity:1}
.pcarousel-slide img{width:100%;height:100%;object-fit:cover;filter:brightness(0.8) saturate(0.75);transition:filter 0.4s}
.prod-item:hover .pcarousel-slide.active img{filter:brightness(0.95) saturate(0.9)}

/* Setas do carrossel */
.pc-prev,.pc-next{
  position:absolute;top:50%;transform:translateY(-50%);
  background:rgba(26,20,16,0.6);color:rgba(255,255,255,0.7);
  border:none;cursor:pointer;font-size:1.1rem;
  width:24px;height:36px;display:flex;align-items:center;justify-content:center;
  z-index:5;transition:background 0.2s,color 0.2s;opacity:0;
}
.prod-item:hover .pc-prev,.prod-item:hover .pc-next{opacity:1}
.pc-prev:hover,.pc-next:hover{background:rgba(184,150,62,0.7);color:var(--white)}
.pc-prev{left:0}.pc-next{right:0}

/* Dots do carrossel */
.pc-dots{position:absolute;bottom:0.4rem;left:50%;transform:translateX(-50%);display:flex;gap:4px;z-index:5}
.pc-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,0.3);transition:background 0.3s}
.pc-dot.active{background:var(--gold)}

/* Placeholder sem foto */
.prod-img-ph{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.5rem;background:var(--dark-mid)}
.prod-img-ph svg{opacity:0.18}
.prod-img-ph span{font-size:0.6rem;color:rgba(255,255,255,0.18);letter-spacing:0.12em;text-transform:uppercase}

/* Linha dourada inferior */
.prod-item::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:transform 0.35s;z-index:2}
.prod-item:hover::after{transform:scaleX(1)}

.prod-info{padding:1.1rem 1.25rem 1.4rem;flex:1}
.prod-badge{font-size:0.58rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--gold);font-weight:600;display:block;margin-bottom:0.45rem}
.prod-item h4{font-family:var(--fd);font-size:1rem;font-weight:600;color:var(--white);margin-bottom:0.3rem}
.prod-item p{font-size:0.75rem;color:rgba(255,255,255,0.38);line-height:1.55}

/* ═══ S6 PROCESSO ═══ */
#s6{background:var(--dark-mid);flex-direction:column;justify-content:center;padding:0 5%}
#s6 h2{color:var(--white);margin-bottom:3.5rem}
.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:0;position:relative;width:100%}
.steps::before{content:'';position:absolute;top:1.75rem;left:10%;right:10%;height:1px;background:rgba(184,150,62,0.2);z-index:0}
.step-item{text-align:center;padding:0 1rem;position:relative;z-index:1}
.step-num{width:3.5rem;height:3.5rem;border:1px solid rgba(184,150,62,0.3);background:var(--dark-mid);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-family:var(--fd);font-size:1.1rem;font-weight:600;color:var(--gold)}
.step-item h4{font-family:var(--fd);font-size:0.95rem;font-weight:600;color:var(--white);margin-bottom:0.4rem}
.step-item p{font-size:0.75rem;color:rgba(255,255,255,0.35);line-height:1.7}

/* ═══ S7 SOBRE ═══ */
#s7{background:var(--cream-mid);padding:0 5%;gap:6rem}
.sobre-left{flex:1;max-width:460px}
.sobre-left h2{color:var(--text);margin-bottom:1.25rem}
.sobre-left p{margin-bottom:1rem}
.values-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}
.val{background:var(--white);border-left:3px solid var(--gold);padding:1rem 1.25rem}
.val h5{font-family:var(--fd);font-size:1rem;font-weight:600;color:var(--text);margin-bottom:0.25rem}
.val p{font-size:0.78rem;color:var(--text-light);line-height:1.6}
.sobre-right{flex:1;display:flex;align-items:center;justify-content:flex-end}
.sobre-img-wrap{position:relative;width:100%;max-width:420px}
.sobre-ph{width:100%;aspect-ratio:3/4;background:var(--brown);display:flex;align-items:center;justify-content:center}
.sobre-ph span{font-size:0.7rem;color:rgba(255,255,255,0.2);letter-spacing:0.12em;text-transform:uppercase}
.sobre-accent{position:absolute;bottom:-1.25rem;left:-1.25rem;background:var(--gold);color:var(--dark);padding:1.25rem 1.5rem}
.sobre-accent strong{display:block;font-family:var(--fd);font-size:2.2rem;font-weight:600;line-height:1}
.sobre-accent span{font-size:0.68rem;font-weight:500;letter-spacing:0.08em}

/* ═══ S8 DEPOIMENTOS ═══ */
#s8{background:var(--gold-pale);flex-direction:column;justify-content:center;padding:0 5%}
#s8 h2{color:var(--text);margin-bottom:2.5rem}
.depo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%}
.depo{background:var(--white);padding:2rem;border:1px solid rgba(184,150,62,0.15)}
.stars{color:var(--gold);font-size:0.82rem;letter-spacing:0.1em;margin-bottom:0.75rem}
.depo-q{font-family:var(--fd);font-style:italic;font-size:1rem;color:var(--text);line-height:1.75;margin-bottom:1.25rem}
.depo-who strong{display:block;font-size:0.82rem;font-weight:600;color:var(--text)}
.depo-who span{font-size:0.75rem;color:var(--text-light)}

/* ═══ S9 CTA ═══ */
#s9{
  background:var(--dark);
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:64px 5% 0;   /* 64px = altura do nav */
  overflow:hidden;
  gap:0;
}
/* logo acima do conteúdo — estática no fluxo, não absoluta */
#s9-logo-bg{
  display:block;
  width:clamp(100px, 16vh, 160px);
  height:clamp(100px, 16vh, 160px);
  object-fit:contain;
  opacity:0.55;
  margin:0 auto 1.5rem;
  position:relative;
  z-index:2;
  flex-shrink:0;
}
#s9>*{position:relative;z-index:2}
#s9-logo-bg{position:relative!important;z-index:2!important}
#s9 .tag{display:inline-block}
#s9 h2{color:var(--white);max-width:640px;margin:0 auto 1.25rem}
#s9 .sub{margin:0 auto 2.5rem;text-align:center}
.cta-acts{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.footer-strip{position:absolute;bottom:0;left:0;right:0;padding:1.25rem 5%;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,0.06)}
.footer-strip p{font-size:0.75rem;color:rgba(255,255,255,0.18)}
.gold{color:var(--gold)}

/* ── WHATSAPP ── */
.wa{position:fixed;bottom:2rem;right:2rem;width:52px;height:52px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:300;box-shadow:0 4px 18px rgba(37,211,102,0.3);text-decoration:none;transition:transform 0.2s}
.wa:hover{transform:scale(1.08)}
.wa svg{width:26px;height:26px;fill:white}

/* ── SLIDE LABEL ── */
.slide-label{position:fixed;bottom:2rem;left:5%;z-index:200;font-size:0.68rem;letter-spacing:0.2em;text-transform:uppercase;color:rgba(255,255,255,0.25)}

/* ── RESPONSIVE TABLET ── */
@media(max-width:900px){
  #s1{flex-direction:column;justify-content:center;gap:2rem}
  #s1 .right{display:none}
  #s1 .left{padding-top:80px;max-width:none}
  .nums-grid{grid-template-columns:repeat(2,1fr)}
  #s3,#s4,#s7{flex-direction:column;gap:2.5rem;justify-content:center}
  .prod-scroll{grid-template-columns:repeat(3,1fr)}
  .steps{grid-template-columns:repeat(3,1fr);row-gap:2rem}
  .steps::before{display:none}
  .depo-grid{grid-template-columns:1fr}
  .sobre-right{display:none}
  #dots{display:none}
  #s4 .right{grid-template-columns:1fr}
  .nav-links li:not(:last-child):not(:nth-last-child(2)){display:none}
}

/* ── RESPONSIVE MOBILE ── */
@media(max-width:600px){

  /* Nav compacto — força linha única */
  nav{height:auto;min-height:52px;padding:0.5rem 4%;flex-wrap:nowrap;align-items:center}
  .nav-logo{font-size:1rem;white-space:nowrap}
  .nav-links{gap:0.75rem}
  .nav-links li:not(:last-child):not(:nth-last-child(2)){display:none}
  .nav-cta{padding:0.35rem 0.85rem;font-size:0.7rem}
  .nav-galeria{font-size:0.72rem!important;letter-spacing:0.08em!important}

  /* Slides: altura automática no mobile */
  .slide{
    height:auto;
    min-height:auto;
    position:relative;
    overflow:visible;
    padding-bottom:3rem;
  }

  /* S1 Hero — reset total */
  #s1{padding:56px 5% 2.5rem!important;gap:1rem!important;justify-content:flex-start!important;flex-direction:column!important;align-items:flex-start!important;background:#1A1410!important}
  #s1::before{z-index:0!important;pointer-events:none!important}
  #s1 .right{display:none!important}
  #s1 .left{max-width:none!important;width:100%!important;padding-top:0!important;margin-top:0!important;position:relative!important;z-index:5!important;flex:none!important}
  #s1 h1{font-size:2rem!important;color:#fff!important;opacity:1!important;visibility:visible!important;display:block!important;margin-bottom:1rem!important;line-height:1.2!important}
  #s1 h1 em{color:#D4AE6A!important;font-style:italic!important}
  #s1 .sub{font-size:0.88rem!important;color:rgba(255,255,255,0.6)!important;opacity:1!important;visibility:visible!important;display:block!important;line-height:1.75!important}
  #s1 .tag{opacity:1!important;visibility:visible!important;display:block!important;color:#B8963E!important}
  #s1 .hero-actions{flex-direction:column!important;gap:0.75rem!important;margin-top:1.5rem!important;opacity:1!important;display:flex!important}
  #s1 .btn-p{display:block!important;width:100%!important;text-align:center!important;background:#B8963E!important;color:#1A1410!important;padding:0.85rem!important;margin-bottom:0.75rem!important}
  #s1 .btn-o{display:block!important;width:100%!important;text-align:center!important;border:1px solid rgba(255,255,255,0.3)!important;color:rgba(255,255,255,0.85)!important;padding:0.85rem!important}
  h1{font-size:2rem;margin-bottom:1rem}
  .sub{font-size:0.9rem}

  /* S2 Números */
  #s2{padding:72px 5% 2rem;justify-content:flex-start;gap:0}
  .nums-header{margin-bottom:2rem}
  .nums-header h2{font-size:1.6rem}
  .nums-grid{grid-template-columns:repeat(2,1fr);max-width:100%}
  .num-item{padding:1.5rem 1rem}
  .num-val{font-size:2.5rem}
  .slogan{font-size:1rem;margin-top:2rem}

  /* S3 WFP */
  #s3{padding:72px 5% 2rem;gap:1rem;justify-content:flex-start}
  #s3 .wfp-left{display:none}
  #s3 .wfp-right{max-width:none;padding-top:0}
  .wfp-right h2{font-size:1.6rem}
  .wfp-divider{display:none}

  /* S4 Diferenciais */
  #s4{padding:72px 5% 2rem;gap:1.5rem;justify-content:flex-start}
  #s4 .left h2{font-size:1.6rem}
  #s4 .right{grid-template-columns:1fr;gap:1rem}
  .feat-card{padding:1.25rem}

  /* S5 Produtos */
  #s5{padding:72px 5% 2rem;justify-content:flex-start}
  .prod-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}
  .prod-header h2{font-size:1.6rem}
  .prod-scroll{grid-template-columns:1fr 1fr}
  .prod-item h4{font-size:0.9rem}
  .prod-item p{font-size:0.72rem}

  /* S6 Processo */
  #s6{padding:72px 5% 2rem;justify-content:flex-start}
  #s6 h2{font-size:1.6rem;margin-bottom:2rem}
  .steps{grid-template-columns:1fr;row-gap:1.5rem}
  .step-item{text-align:left;display:flex;align-items:flex-start;gap:1rem;padding:0}
  .step-num{flex-shrink:0;margin:0}

  /* S7 Sobre */
  #s7{padding:72px 5% 2rem;gap:1.5rem;justify-content:flex-start}
  .sobre-left h2{font-size:1.6rem}
  .values-grid{grid-template-columns:1fr;gap:0.75rem}

  /* S8 Depoimentos */
  #s8{padding:72px 5% 2rem;justify-content:flex-start}
  #s8 h2{font-size:1.6rem;margin-bottom:1.5rem}
  .depo{padding:1.25rem}
  .depo-q{font-size:0.92rem}

  /* S9 CTA */
  #s9{padding:72px 5% 0;justify-content:flex-start}

  /* Footer strip */
  .footer-strip{flex-direction:column;gap:0.4rem;text-align:center;padding:1rem 5%}

  /* Slide label */
  .slide-label{display:none}
}
