:root{
  --bg:#fbf8f4;
  --surface:#f4eee8;
  --card:#fff;
  --ink:#2b1e19;
  --muted:#725f55;
  --accent:#734F30;
  --accent-dark:#724521;
  --wine:#7d3f4c;
  --champagne:#6E4E26;
  --line:#e8ded7;
  --footer:#593e12;
  --shadow:0 22px 60px rgba(64,42,29,.12);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.05;letter-spacing:-.035em;margin:0;color:var(--ink)}
h1{font-size:clamp(3rem,6.4vw,5.4rem)}
h2{font-size:clamp(2.35rem,4.6vw,4.1rem)}
h3{font-size:clamp(1.75rem,3vw,2.7rem)}
p{margin:.75em 0}.container{width:min(calc(100% - 40px),var(--max));margin-inline:auto}.eyebrow{font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.16em;color:var(--accent);margin:0 0 16px}.skip-link{position:fixed;left:14px;top:14px;transform:translateY(-160%);z-index:999;background:#fff;padding:10px 14px;border-radius:8px}.skip-link:focus{transform:none}

.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);border-bottom:1px solid rgba(89,62,18,.10)}
.header-inner{min-height:86px;display:flex;align-items:center;gap:28px}.brand{width:190px;flex:0 0 auto;text-decoration:none}.brand img{width:100%}.main-nav{display:flex;gap:30px;margin-left:auto;align-items:center}.main-nav a{text-decoration:none;font-weight:750;color:#594134}.main-nav a:hover{color:var(--accent)}.header-phone{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 16px;border-radius:999px;text-decoration:none;background:var(--accent);color:#fff;font-weight:800;white-space:nowrap}.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;width:46px;height:46px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:6px 0;border-radius:2px}

.hero{position:relative;min-height:700px;display:flex;align-items:center;overflow:hidden;background:#d9b38c}.hero-bg{position:absolute;inset:0}.hero-bg picture,.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(33,20,14,.35) 0%,rgba(33,20,14,.09) 46%,rgba(33,20,14,0) 72%)}.hero-inner{position:relative;z-index:2;padding-block:70px}.hero-card{max-width:610px;padding:clamp(28px,4vw,48px);border:1px solid rgba(255,255,255,.55);border-radius:28px;background:rgba(255,250,245,.89);backdrop-filter:blur(10px);box-shadow:0 30px 80px rgba(46,25,17,.18)}.hero-card h1{color:#321e16}.hero-card>p:not(.eyebrow){font-size:1.04rem;color:#4e3d34}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:12px 23px;margin-top:16px;border-radius:999px;background:var(--accent);color:#fff;text-decoration:none;font-weight:850;box-shadow:0 14px 32px rgba(163,111,67,.25);transition:.2s ease}.button:hover{transform:translateY(-2px);background:var(--accent-dark)}.button-dark{background:var(--ink);box-shadow:0 14px 32px rgba(43,30,25,.18)}.button-dark:hover{background:var(--wine)}

.products-section{padding:clamp(70px,8vw,110px) 0;background:var(--surface)}.section-header{text-align:center;max-width:830px;margin:0 auto 48px}.section-header>p:last-child{max-width:680px;margin-inline:auto;color:var(--muted);font-size:1.04rem}.product-carousel{display:grid;grid-template-columns:56px minmax(0,1fr) 56px;gap:22px;align-items:center}.carousel-stage{display:grid;grid-template-columns:minmax(0,420px) 1fr;gap:clamp(40px,6vw,74px);align-items:center;min-height:470px;padding:clamp(28px,4.5vw,52px);border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,#fff 0%,#fcf9f5 100%);box-shadow:var(--shadow)}.product-image-wrap{aspect-ratio:1/1;margin:0;overflow:hidden;border-radius:22px;background:#eee4dc;box-shadow:0 20px 44px rgba(82,51,32,.16);opacity:0;transform:translateX(-40px);transition:opacity .55s ease,transform .55s cubic-bezier(.22,.8,.25,1)}.product-image-wrap.is-visible{opacity:1;transform:none}.product-image-wrap img{width:100%;height:100%;object-fit:cover}.product-content{opacity:0;transform:translateY(25px);transition:opacity .5s ease,transform .5s cubic-bezier(.22,.8,.25,1)}.product-content.is-visible{opacity:1;transform:none}.product-eyebrow{display:inline-block;font-size:.72rem;font-weight:850;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:14px}.product-count{display:flex;gap:6px;color:#aa9384;font-size:.8rem;font-weight:800;margin-bottom:18px}.product-count span:first-child{color:var(--accent)}.product-content h3{max-width:15ch}.product-content>p{max-width:55ch;color:var(--muted);font-size:1.01rem;line-height:1.75}.carousel-arrow{width:54px;height:54px;border-radius:50%;border:0;background:var(--ink);color:#fff;font-size:2rem;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 26px rgba(43,30,25,.18);transition:.2s ease}.carousel-arrow:hover,.carousel-arrow:focus-visible{background:var(--accent);transform:scale(1.04)}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:28px}.carousel-dots button{width:10px;height:10px;padding:0;border:0;border-radius:999px;background:#cdbdb2;cursor:pointer;transition:.2s ease}.carousel-dots button.active{width:28px;background:var(--accent)}

.services-section{position:relative;padding:clamp(75px,9vw,125px) 0;background:radial-gradient(circle at 92% 2%,rgba(181,138,106,.13),transparent 29%),radial-gradient(circle at 3% 100%,rgba(125,63,76,.055),transparent 25%),#fbf8f4}.services-header{display:grid;grid-template-columns:1.3fr .7fr;gap:50px;align-items:end;margin-bottom:55px}.services-header h2 span{display:block;color:var(--wine)}.services-header>p{color:var(--muted);font-size:1.08rem;line-height:1.75;margin:0;max-width:390px}.services-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-card{display:flex;flex-direction:column;min-height:365px;padding:clamp(27px,3vw,38px);background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:0 5px 20px rgba(72,50,45,.03);transition:.28s ease}.service-card:hover{transform:translateY(-5px);border-color:#dbc6bf;box-shadow:0 18px 42px rgba(72,50,45,.09)}.service-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:45px}.service-top>span{color:var(--champagne);font-family:Georgia,"Times New Roman",serif;font-style:italic;font-size:.85rem}.service-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#f5e7e8;color:var(--wine);font-size:1.65rem;transition:.25s ease}.service-card:hover .service-icon{border-radius:50%;background:var(--wine);color:#fff}.service-card h3{font-size:clamp(1.45rem,2vw,1.8rem);letter-spacing:-.025em;margin-bottom:14px}.service-card>p{color:var(--muted);font-size:.98rem;line-height:1.75;margin:0}.service-footer{display:flex;justify-content:space-between;gap:14px;margin-top:auto;padding-top:22px;border-top:1px solid var(--line);color:#684E4B;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}

.contact-section{padding:clamp(75px,8vw,110px) 0;background:#efe6dd}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:stretch;padding:clamp(30px,5vw,56px);border-radius:30px;background:#fff;box-shadow:var(--shadow)}.contact-copy h2{font-size:clamp(2.4rem,4vw,3.6rem)}.contact-list{margin-top:25px}.contact-list p{margin:7px 0;color:var(--muted)}.contact-list strong{color:var(--ink)}.contact-list a{font-weight:800;text-decoration:none}.contact-actions{display:flex;align-items:center;gap:22px;flex-wrap:wrap;margin-top:25px}.text-link{font-weight:850;color:var(--wine);text-decoration:none}.text-link:hover{text-decoration:underline}.map-card{min-height:390px;border-radius:22px;overflow:hidden;background:#e6ddd6}.map-card iframe{width:100%;height:100%;min-height:390px;border:0;display:block}

.site-footer{background:var(--footer);color:#fff;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr;gap:45px;align-items:start}.footer-logo{width:min(100%,270px);background:#fff;border-radius:14px;padding:8px}.site-footer nav,.footer-links{display:grid;gap:12px}.site-footer a{color:#fff;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:36px;padding-top:20px;font-size:.86rem;color:rgba(255,255,255,.78)}

.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:90;display:flex;align-items:center;gap:8px;min-height:50px;padding:0 16px 0 13px;border-radius:999px;background:#075e54;color:#fff;text-decoration:none;font-weight:800;box-shadow:0 10px 30px rgba(0,0,0,.25),0 0 18px rgba(7,94,84,.25)}.whatsapp-float svg{width:27px;height:27px;fill:#fff}

@media(max-width:900px){
  .main-nav{position:absolute;left:20px;right:20px;top:76px;display:none;flex-direction:column;align-items:stretch;gap:4px;padding:14px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.main-nav a{padding:11px 12px;border-radius:10px}.menu-toggle{display:block}.header-phone{display:none}.hero{min-height:650px}.hero-card{max-width:570px}.carousel-stage{grid-template-columns:1fr;gap:30px}.product-image-wrap{max-width:500px;width:100%;margin-inline:auto}.services-header{grid-template-columns:1fr;gap:22px}.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-grid{grid-template-columns:1fr}.map-card{min-height:340px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:620px){
  .container{width:min(calc(100% - 28px),var(--max))}.header-inner{min-height:76px}.brand{width:155px}.hero{min-height:720px;align-items:flex-end}.hero-bg img{object-position:62% center}.hero-overlay{background:linear-gradient(180deg,rgba(30,17,11,0) 25%,rgba(30,17,11,.35) 100%)}.hero-inner{padding-block:28px}.hero-card{padding:25px 22px;border-radius:22px}.hero-card h1{font-size:clamp(2.7rem,13vw,4.2rem)}.hero-card>p:not(.eyebrow){font-size:.96rem}.products-section,.services-section,.contact-section{padding:64px 0}.section-header{text-align:left;margin-bottom:32px}.section-header>p:last-child{margin-inline:0}.product-carousel{grid-template-columns:1fr;position:relative}.carousel-stage{padding:20px;border-radius:22px;min-height:0}.carousel-arrow{position:absolute;z-index:4;top:calc(50vw - 8px);width:44px;height:44px;background:rgba(43,30,25,.92)}.carousel-arrow.prev{left:10px}.carousel-arrow.next{right:10px}.product-content h3{font-size:2.15rem}.services-grid{grid-template-columns:1fr}.service-card{min-height:auto}.contact-grid{padding:22px}.contact-actions{align-items:stretch;flex-direction:column}.button{width:100%}.map-card,.map-card iframe{min-height:300px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.whatsapp-float span{display:none}.whatsapp-float{width:54px;height:54px;padding:0;justify-content:center}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.service-card,.service-icon,.carousel-arrow,.product-image-wrap,.product-content{transition:none}.service-card:hover{transform:none}}

/* V2 - banner 1920x650 atrás do header + H1 na segunda seção */
.site-header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:100;
  background:linear-gradient(180deg,rgba(255,255,255,.38),rgba(255,255,255,.12));
  backdrop-filter:blur(7px);
  border-bottom:1px solid rgba(255,255,255,.28);
}
.site-header .brand img{filter:drop-shadow(0 2px 8px rgba(44,24,13,.22))}
.site-header .main-nav a{color:#3d291f;text-shadow:0 1px 8px rgba(255,255,255,.5)}

.hero-banner{
  width:100%;
  height:650px;
  overflow:hidden;
  background:#dfb083;
}
.hero-banner img{
  display:block;
  width:100%;
  height:650px;
  object-fit:cover;
  object-position:center;
}
.hero-content-section{
  padding:clamp(64px,7vw,96px) 0;
  background:#fff;
}
.hero-content-inner{
  max-width:900px;
  text-align:center;
}
.hero-content-inner h1{
  margin-bottom:22px;
  color:#321e16;
}
.hero-content-inner>p:not(.eyebrow){
  max-width:790px;
  margin:0 auto;
  color:#5e4b41;
  font-size:1.08rem;
  line-height:1.8;
}
.hero-content-inner .button{margin-top:28px}

@media(max-width:820px){
  .site-header{background:rgba(255,255,255,.78);backdrop-filter:blur(12px)}
  .hero-banner,.hero-banner img{height:470px}
  .hero-banner img{object-position:58% center}
}
@media(max-width:560px){
  .hero-banner,.hero-banner img{height:380px}
  .hero-banner img{object-position:60% center}
  .hero-content-section{padding:52px 0 60px}
  .hero-content-inner{text-align:left}
  .hero-content-inner>p:not(.eyebrow){font-size:1rem}
  .hero-content-inner .button{width:100%}
}

/* V3 - abertura inspirada na referência: header sobre o banner e menu flutuante */
@media(min-width:901px){
  .site-header{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:100;
    background:transparent;
    backdrop-filter:none;
    border-bottom:0;
  }
  .header-inner{
    position:relative;
    min-height:112px;
    align-items:center;
    padding-top:10px;
  }
  .brand{
    width:235px;
  }
  .site-header .brand img{
    filter:drop-shadow(0 3px 10px rgba(255,255,255,.7)) drop-shadow(0 2px 6px rgba(51,29,17,.12));
  }
  .main-nav{
    margin-left:auto;
    margin-top:25px;
    gap:0;
    padding:4px 10px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(255,255,255,.78);
    border-radius:9px;
    box-shadow:0 10px 28px rgba(49,28,17,.11);
    backdrop-filter:blur(8px);
  }
  .site-header .main-nav a{
    padding:10px 18px;
    color:#5b3022;
    font-size:.88rem;
    font-weight:750;
    text-shadow:none;
    border-radius:7px;
  }
  .site-header .main-nav a:hover{
    color:#fff;
    background:var(--wine);
  }
  .header-phone{
    position:absolute;
    top:8px;
    right:10px;
    min-height:auto;
    padding:3px 7px;
    background:transparent;
    color:#573126;
    border-radius:0;
    box-shadow:none;
    font-size:.79rem;
    font-weight:850;
    text-shadow:0 1px 8px rgba(255,255,255,.95);
  }
  .header-phone::before{
    content:"☎";
    margin-right:6px;
    color:var(--wine);
  }
  .hero-banner{
    position:relative;
    width:104%;
    margin-left:-2%;
    height:650px;
    overflow:hidden;
    background:#dfb083;
    border-bottom-left-radius:50% 13%;
    border-bottom-right-radius:50% 13%;
  }
  .hero-banner img{
    width:100%;
    height:650px;
    object-fit:cover;
    object-position:center;
  }
}

@media(max-width:900px){
  .site-header{
    position:absolute;
    background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,255,255,.56));
    backdrop-filter:blur(10px);
    border-bottom:1px solid rgba(255,255,255,.45);
  }
  .menu-toggle{
    background:rgba(255,255,255,.88);
    border-radius:12px;
    box-shadow:0 8px 22px rgba(49,28,17,.09);
  }
  .hero-banner{
    width:104%;
    margin-left:-2%;
    border-bottom-left-radius:50% 8%;
    border-bottom-right-radius:50% 8%;
  }
}

/* V4 - indicadores acompanham o carrossel sem serem clicáveis */
.carousel-dots span{
  display:block;
  width:10px;
  height:10px;
  padding:0;
  border:0;
  border-radius:999px;
  background:#cdbdb2;
  pointer-events:none;
  transition:width .28s ease,background .28s ease,transform .28s ease;
}
.carousel-dots span.active{
  width:28px;
  background:var(--accent);
}

/* V4 - texto do produto entra de baixo para cima a cada slide */
.product-content{
  opacity:1;
  transform:none;
  transition:none;
}
.product-content > *{
  opacity:0;
  transform:translateY(28px);
  transition:opacity .48s ease,transform .58s cubic-bezier(.22,.8,.25,1);
}
.product-content.is-visible > *{
  opacity:1;
  transform:translateY(0);
}
.product-content.is-visible > :nth-child(1){transition-delay:.03s}
.product-content.is-visible > :nth-child(2){transition-delay:.08s}
.product-content.is-visible > :nth-child(3){transition-delay:.13s}
.product-content.is-visible > :nth-child(4){transition-delay:.18s}
.product-content.is-visible > :nth-child(5){transition-delay:.23s}

@media(prefers-reduced-motion:reduce){
  .product-content > *{
    opacity:1;
    transform:none;
    transition:none;
  }
}
