
:root{
  --bg:#2f1514;
  --bg2:#4b1718;
  --wine:#6f2628;
  --wine2:#8d383b;
  --cream:#f5ead9;
  --paper:#fff7eb;
  --gold:#c28a2e;
  --gold2:#e1b65f;
  --brown:#7b4a2e;
  --text:#fff8ef;
  --dark:#26100f;
  --muted:#ead9c6;
  --line:rgba(255,255,255,.16);
  --panel:rgba(255,255,255,.08);
  --panel2:rgba(255,255,255,.13);
  --shadow:0 26px 85px rgba(0,0,0,.42);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.58;
  overflow-x:hidden;
  font-size:15px;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(var(--max),calc(100% - 52px));margin:auto}
.page-bg{
  position:fixed;inset:0;z-index:-2;
  background:
    radial-gradient(circle at 14% 12%,rgba(225,182,95,.18),transparent 30%),
    radial-gradient(circle at 86% 10%,rgba(141,56,59,.38),transparent 32%),
    radial-gradient(circle at 50% 98%,rgba(194,138,46,.15),transparent 28%),
    linear-gradient(135deg,#2a1110,#4b1718 52%,#24100f);
}
.page-bg:after{
  content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:76px 76px;opacity:.18;
}
.header{position:sticky;top:10px;margin-top:10px;z-index:50}
.nav{
  min-height:76px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:9px 16px;
  background:rgba(43,18,17,.82);
  border:1px solid var(--line);
  border-radius:25px;
  backdrop-filter:blur(22px);
  box-shadow:0 18px 55px rgba(0,0,0,.28);
}
.brand{display:flex;align-items:center;gap:13px;min-width:max-content}
.brand img{
  width:60px;height:60px;border-radius:18px;object-fit:cover;
  background:var(--paper);
  border:1px solid rgba(225,182,95,.65);
  box-shadow:0 0 0 5px rgba(194,138,46,.14);
}
.brand strong{display:block;font-family:"Cormorant Garamond",serif;font-size:30px;line-height:.9;color:#fff}
.brand small{display:block;margin-top:4px;font-size:10px;text-transform:uppercase;letter-spacing:.28em;color:var(--gold2);font-weight:900}
.menu{display:flex;align-items:center;gap:17px;font-size:13px;font-weight:850}
.menu a{color:var(--muted)}
.menu a:hover{color:#fff}
.header-actions{display:flex;align-items:center;gap:12px}
.btn{
  min-height:48px;padding:0 20px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid transparent;font-weight:900;transition:.22s;white-space:nowrap;font-size:13px;
  text-align:center;line-height:1;
}
.btn:hover{transform:translateY(-2px)}
.btn-whatsapp{
  color:#06110d!important;
  background:linear-gradient(135deg,#62f2af,#25d883)!important;
  border:1px solid rgba(98,242,175,.68)!important;
  box-shadow:0 16px 34px rgba(37,216,131,.18), inset 0 1px 0 rgba(255,255,255,.28)!important;
}
.btn-whatsapp .wpp-svg{color:#06110d}
.btn-outline,.btn-instagram{
  background:rgba(255,255,255,.06);
  border-color:var(--line);
  color:#fff;
}
.wpp-svg,.ig-svg{width:22px;height:22px;flex:0 0 22px;display:block}
.menu-btn{display:none;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.07);width:46px;height:46px;padding:12px}
.menu-btn span{display:block;height:2px;background:#fff;border-radius:99px;margin:5px 0}
.hero{padding:74px 0 36px}
.hero-grid{display:grid;grid-template-columns:1fr .92fr;gap:26px;align-items:center}
.eyebrow{
  display:inline-flex;
  padding:9px 15px;border-radius:999px;
  background:rgba(194,138,46,.15);
  border:1px solid rgba(225,182,95,.28);
  color:#ffe1a5;
  text-transform:uppercase;letter-spacing:.20em;font-size:12px;font-weight:950;
}
h1,h2{
  margin:18px 0;
  font-family:"Cormorant Garamond",serif;
  line-height:.98;
  letter-spacing:-.035em;
}
h1{font-size:clamp(45px,5.6vw,82px);max-width:11ch;color:#fff}
h2{font-size:clamp(32px,3.6vw,56px);color:#fff}
h3{margin:0}
.hero-lead,.section-head p,.contact-card p,.product-desc,.step-card p,.category-card p{color:#f2dfca;font-size:15.5px}
.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}
.numbers{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:24px}
.numbers article,.category-card,.product-card,.step-card,.contact-card,.addition-card{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 18px 55px rgba(0,0,0,.24);
  backdrop-filter:blur(18px);
}
.numbers article{padding:15px;text-align:center}
.numbers strong{display:block;color:var(--gold2);font-size:25px}
.numbers span{display:block;color:var(--muted);font-size:12.5px;font-weight:800}
.hero-card{position:relative;border-radius:30px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#210e0d}
.hero-card>img{width:100%;height:600px;object-fit:cover;object-position:center}
.hero-logo-card{
  position:absolute;left:18px;right:18px;bottom:18px;
  display:flex;align-items:center;gap:14px;
  padding:12px 14px;border-radius:20px;
  background:rgba(43,18,17,.70);
  backdrop-filter:blur(16px);
  border:1px solid rgba(255,255,255,.18);
}
.hero-logo-card img{width:60px;height:60px;border-radius:16px;background:var(--paper);object-fit:cover}
.hero-logo-card span{font-weight:900;color:#fff}
.section{padding:70px 0}
.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.category-card{padding:30px;transition:.22s}
.category-card:hover,.product-card:hover,.step-card:hover{transform:translateY(-5px);background:var(--panel2)}
.service-icon{
  width:58px;height:58px;border-radius:18px;
  color:#ffe1a5;background:rgba(194,138,46,.17);
  border:1px solid rgba(225,182,95,.28);
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;
}
.service-icon svg,.step-card span svg{width:32px;height:32px;display:block}
.category-card h2{font-size:38px;margin:0 0 12px}
.section-head{text-align:center;max-width:820px;margin:0 auto 40px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.product-card{overflow:hidden;display:flex;flex-direction:column}
.product-img{height:285px;position:relative;overflow:hidden;background:#1e0d0c}
.product-img img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.product-card:hover .product-img img{transform:scale(1.035)}
.product-img span{
  position:absolute;left:14px;top:14px;padding:8px 12px;border-radius:999px;
  background:rgba(43,18,17,.78);border:1px solid rgba(225,182,95,.35);
  color:#ffe1a5;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em
}
.product-body{padding:22px;display:flex;flex-direction:column;gap:12px;flex:1}
.product-category{margin:0;color:var(--gold2);font-size:12px;text-transform:uppercase;font-weight:950;letter-spacing:.12em}
.product-card h3{font-size:26px;font-family:"Cormorant Garamond",serif;color:#fff}
.product-desc{margin:0}
.mini-list{padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap;gap:8px}
.mini-list li{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10);font-size:12px;color:var(--muted);font-weight:800}
.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:10px}
.product-bottom strong{display:block;color:#ffe1a5;font-size:24px;font-family:"Cormorant Garamond",serif}
.product-bottom small{display:block;color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}
.product-wpp{min-height:43px;padding:0 15px}
.center-actions{display:flex;justify-content:center;margin-top:28px}
.how{background:linear-gradient(135deg,rgba(194,138,46,.10),rgba(255,255,255,.03))}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step-card{padding:24px}
.step-card span{width:54px;height:54px;border-radius:17px;display:grid;place-items:center;color:#ffe1a5;background:rgba(194,138,46,.17);border:1px solid rgba(225,182,95,.28);margin-bottom:16px}
.step-card h3{font-size:19px;color:#fff}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.gallery-item{margin:0;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 16px 46px rgba(0,0,0,.25);background:#1e0d0c}
.gallery-item.wide{grid-column:span 2}
.gallery-item img{width:100%;height:100%;min-height:330px;object-fit:cover;transition:.25s}
.gallery-item:hover img{transform:scale(1.025)}
.contact{background:linear-gradient(135deg,rgba(141,56,59,.22),rgba(255,255,255,.03))}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-card,.addition-card{padding:34px}
.contact-list{list-style:none;padding:0;margin:22px 0;display:grid;gap:12px;color:var(--muted)}
.contact-list a{color:#ffe1a5}
.note{padding:16px;border-radius:18px;background:rgba(255,255,255,.07);border:1px solid var(--line)}
.catalog-hero{padding:74px 0 25px}
.catalog-title{text-align:center;max-width:840px}
.catalog-title h1{max-width:none;margin-left:auto;margin-right:auto}
.catalog-title p{color:var(--muted)}
.additions-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.addition-card ul{list-style:none;padding:0;margin:20px 0;display:grid;gap:11px}
.addition-card li{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.12);color:var(--muted)}
.addition-card li strong{color:#ffe1a5}
.footer{padding:54px 0 28px;border-top:1px solid var(--line);background:rgba(24,9,9,.72)}
.footer-top{display:grid;grid-template-columns:1fr auto;align-items:center;gap:32px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.10)}
.footer-brand{display:flex;align-items:center;gap:18px}
.footer-brand img{width:78px;height:78px;border-radius:20px;object-fit:cover;background:var(--paper)}
.footer-brand h2{margin:0 0 6px;font-size:32px;max-width:none}
.footer-brand p{margin:0;color:var(--muted)}
.footer-cta{height:52px;min-width:236px;padding:0 24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1;gap:10px;white-space:nowrap;color:#fff!important;font-weight:900;background:linear-gradient(135deg,rgba(255,255,255,.105),rgba(255,255,255,.035))!important;border:1px solid rgba(225,182,95,.34)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 16px 38px rgba(0,0,0,.32)!important;backdrop-filter:blur(16px)}
.footer-cta .wpp-svg{color:#62f2af}
.footer-bottom{margin-top:24px;display:flex;justify-content:space-between;gap:18px;color:var(--muted);font-size:13px}
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:40;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:rgba(43,18,17,.88);border:1px solid rgba(98,242,175,.72);color:#62f2af;box-shadow:0 0 0 8px rgba(37,216,131,.08),0 18px 45px rgba(0,0,0,.42),0 0 26px rgba(37,216,131,.30);backdrop-filter:blur(16px)}
.floating-whatsapp .wpp-svg{width:31px;height:31px;flex:0 0 31px;color:#62f2af}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:1100px){
  .header-actions .btn-instagram{display:none}
  .nav-cta{display:none}
  .menu{position:fixed;inset:88px 16px auto 16px;display:grid;gap:0;padding:16px;background:rgba(43,18,17,.97);border:1px solid var(--line);border-radius:22px;opacity:0;pointer-events:none;transform:translateY(-14px);transition:.2s}
  .menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}
  .menu a{padding:13px}
  .menu-btn{display:block}
  .hero-grid,.contact-grid{grid-template-columns:1fr}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:760px){
  .container{width:min(100% - 28px,var(--max))}
  .header{top:8px;margin-top:8px}
  .nav{min-height:70px;border-radius:20px}
  .brand img{width:50px;height:50px;border-radius:15px}
  .brand strong{font-size:24px}
  .brand small{font-size:8px}
  .hero{padding:52px 0 20px}
  h1{font-size:clamp(42px,13vw,58px);max-width:none}
  h2{font-size:clamp(32px,10vw,46px)}
  .hero-card>img{height:auto;min-height:0}
  .numbers,.category-grid,.product-grid,.steps-grid,.gallery-grid,.additions-grid{grid-template-columns:1fr}
  .gallery-item.wide{grid-column:span 1}
  .gallery-item img{height:auto;min-height:0}
  .product-img{height:auto}
  .product-img img{height:auto}
  .hero-actions{display:grid}
  .btn{width:100%}
  .product-bottom{align-items:flex-start;flex-direction:column}
  .product-wpp{width:100%}
  .footer-top{grid-template-columns:1fr;justify-items:center;text-align:center}
  .footer-brand{flex-direction:column}
  .footer-bottom{display:grid;text-align:center}
  .footer-cta{width:100%;max-width:320px}
}


/* ============================
   Correções solicitadas
   - Menu mobile alinhado à direita
   - Botões WhatsApp mais premium
============================ */

/* Botão WhatsApp premium */
.btn-whatsapp{
  position:relative !important;
  overflow:hidden !important;
  color:#07110d !important;
  background:
    radial-gradient(circle at 20% 18%, rgba(255,255,255,.70), transparent 22%),
    linear-gradient(135deg, #7cffc4 0%, #35e79a 48%, #16c979 100%) !important;
  border:1px solid rgba(188,255,223,.78) !important;
  box-shadow:
    0 18px 38px rgba(22,201,121,.26),
    0 0 0 5px rgba(22,201,121,.08),
    inset 0 1px 0 rgba(255,255,255,.58),
    inset 0 -10px 22px rgba(0,88,46,.12) !important;
  text-shadow:none !important;
}

.btn-whatsapp::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg, transparent 0%, rgba(255,255,255,.36) 42%, transparent 62%);
  transform:translateX(-130%);
  transition:transform .65s ease;
}

.btn-whatsapp:hover::before{
  transform:translateX(130%);
}

.btn-whatsapp:hover{
  transform:translateY(-3px) scale(1.015) !important;
  box-shadow:
    0 22px 48px rgba(22,201,121,.34),
    0 0 0 6px rgba(22,201,121,.10),
    inset 0 1px 0 rgba(255,255,255,.64) !important;
}

.btn-whatsapp .wpp-svg{
  position:relative;
  z-index:1;
  width:23px;
  height:23px;
  flex:0 0 23px;
  color:#063f27 !important;
  filter:drop-shadow(0 1px 0 rgba(255,255,255,.35));
}

.btn-whatsapp{
  font-weight:950 !important;
}

.btn-whatsapp > *:not(svg),
.btn-whatsapp{
  position:relative;
  z-index:1;
}

/* Botão pequeno do produto mais bonito e centralizado */
.product-wpp{
  min-width:118px;
  height:45px;
  padding:0 18px !important;
  justify-content:center;
}

/* Botão flutuante WhatsApp mais elegante */
.floating-whatsapp{
  width:64px !important;
  height:64px !important;
  right:24px !important;
  bottom:24px !important;
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.18), transparent 24%),
    rgba(43,18,17,.92) !important;
  border:1px solid rgba(124,255,196,.82) !important;
  box-shadow:
    0 0 0 8px rgba(22,201,121,.08),
    0 18px 50px rgba(0,0,0,.48),
    0 0 32px rgba(22,201,121,.34),
    inset 0 1px 0 rgba(255,255,255,.13) !important;
}

.floating-whatsapp:hover{
  transform:translateY(-3px) scale(1.04);
}

.floating-whatsapp .wpp-svg{
  width:33px !important;
  height:33px !important;
  flex:0 0 33px !important;
  color:#7cffc4 !important;
}

/* Menu mobile na direita */
@media(max-width:1100px){
  .nav{
    justify-content:flex-start !important;
  }

  .menu-btn{
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-left:auto !important;
    flex:0 0 46px !important;
    order:3;
  }

  .header-actions{
    display:none !important;
  }

  .brand{
    order:1;
  }

  .menu{
    order:4;
  }
}

@media(max-width:760px){
  .nav{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
  }

  .menu-btn{
    margin-left:auto !important;
    margin-right:0 !important;
    position:relative !important;
    right:0 !important;
  }

  .btn-whatsapp{
    min-height:50px;
  }

  .product-wpp{
    width:100%;
    height:48px;
  }
}


/* ============================
   Correção: voltar os 3 traços do menu mobile
============================ */
.menu-btn{
  width:46px !important;
  height:46px !important;
  padding:0 !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.075) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10), 0 10px 24px rgba(0,0,0,.18) !important;
}

.menu-btn span{
  display:block !important;
  width:22px !important;
  height:2px !important;
  min-height:2px !important;
  margin:3px 0 !important;
  border-radius:999px !important;
  background:#fff7eb !important;
  opacity:1 !important;
  flex:0 0 auto !important;
  box-shadow:0 0 10px rgba(225,182,95,.22) !important;
}

@media(max-width:1100px){
  .menu-btn{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    margin-left:auto !important;
    margin-right:0 !important;
    flex:0 0 46px !important;
    order:3 !important;
  }
}

@media(max-width:760px){
  .menu-btn{
    display:flex !important;
    position:relative !important;
    right:0 !important;
    margin-left:auto !important;
    margin-right:0 !important;
  }
}
