:root{
  /* Paleta Papelin
     Base da marca:
     - Primário: #B59673
     - Fundo principal: #FAF9F7
     Direção de uso:
     - Beges e areias quentes para superfícies, gradientes e fundos de apoio
     - Marrons suaves para texto e contraste elegante
     - Verde dessaturado apenas como acento funcional, principalmente WhatsApp
     Regra:
     - Evitar tons frios, brancos chapados e rosados saturados fora desta família */
  --bg:#faf9f7;
  --bg-soft:#f6f1eb;
  --surface:#fffdfb;
  --surface-strong:#f7efe8;
  --text:#352d29;
  --muted:#746660;
  --primary:#b59673;
  --primary-dark:#9f7f5c;
  --secondary:#ccb39a;
  --whatsapp:#8da086;
  --accent-warm:#c7ab8c;
  --accent-cream:#efe2d6;
  --accent-sand:#e3d0bf;
  --line:#e9ddd2;
  --line-strong:#dbcabc;
  --shadow:0 22px 60px rgba(76, 55, 41, 0.08);
  --shadow-soft:0 14px 36px rgba(76, 55, 41, 0.05);
  --radius-xl:32px;
  --radius-lg:24px;
  --radius-md:18px;
  --container:1220px;
}

*{box-sizing:border-box}
html{
  scroll-behavior:smooth;
  scroll-padding-top:45px;
}
body{
  margin:0;
  font-family:"Instrument Sans",sans-serif;
  background:
    radial-gradient(circle at top left, rgba(181,150,115,0.16), transparent 28%),
    linear-gradient(180deg, var(--surface) 0%, var(--bg) 26%, #f4eee7 100%);
  color:var(--text);
  line-height:1.6;
}

img{display:block;max-width:100%;height:auto;border-radius:var(--radius-md)}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}

.container{width:min(calc(100% - 32px), var(--container));margin:0 auto}

#inicio,
#produtos,
#diferenciais,
#sobre,
#contato{
  scroll-margin-top:45px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(245,236,228,0.97);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(233,221,210,0.9);
}

.nav{
  min-height:140px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  padding:11px 0;
}

.brand-lockup{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  flex:1 1 auto;
}

.brand-logo{
  display:block;
  width:auto;
}

.header-logo{
  height:173px;
  max-width:864px;
}

.header-logo-vertical{
  height:94px;
  max-width:351px;
}

.menu{
  display:flex;
  align-items:center;
  gap:25px;
  padding:13px 18px;
  border:1px solid rgba(233,221,210,0.96);
  border-radius:999px;
  background:rgba(244,235,227,0.92);
  box-shadow:0 12px 28px rgba(76, 55, 41, 0.06);
  font-size:0.94rem;
  font-weight:400;
  letter-spacing:normal;
  text-transform:none;
  color:#51453f;
}

.menu a:hover{color:var(--primary)}

.menu-toggle{
  display:none;
  width:48px;
  height:48px;
  padding:0;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--surface);
  align-items:center;
  justify-content:center;
  gap:5px;
  flex-direction:column;
  box-shadow:var(--shadow-soft);
}

.menu-toggle span{
  width:18px;
  height:2px;
  background:#4e433d;
  border-radius:999px;
}

.hero{
  position:relative;
  overflow:hidden;
  padding:58px 0 54px;
}

.hero-glow{
  position:absolute;
  border-radius:999px;
  filter:blur(30px);
  pointer-events:none;
}

.hero-glow-a{
  top:54px;
  left:-20px;
  width:340px;
  height:340px;
  background:rgba(181,150,115,0.16);
}

.hero-glow-b{
  right:0;
  top:10px;
  width:420px;
  height:420px;
  background:rgba(181,150,115,0.1);
}

.hero-grid{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, 1.1fr) minmax(420px, 0.9fr);
  gap:4px;
  align-items:center;
}

.hero-copy{
  width:100%;
  max-width:none;
  margin:0;
  padding-right:0;
}

.eyebrow{
  margin:0 0 14px;
  font-size:0.78rem;
  font-weight:600;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--primary);
}

.eyebrow-light{color:rgba(255,255,255,0.78)}

.hero-copy h1,
.section-head h2,
.about-copy h2,
.contact-info h2,
.cta-band h2,
.cta-final h2{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  letter-spacing:-0.03em;
  line-height:0.96;
}

.hero-copy h1{
  max-width:560px;
  text-wrap:balance;
  font-size:clamp(2.0493rem, 2.8083vw, 2.99805rem);
  line-height:0.95;
}

.hero-text{
  max-width:505px;
  margin:20px 0 28px;
  font-size:1rem;
  color:var(--muted);
}

.hero-actions{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:10px;
  max-width:505px;
}

.hero-actions .btn{
  width:100%;
  min-width:0;
  min-height:47.5px;
  padding:7.6px 12px;
  text-align:center;
  line-height:1.08;
}

.hero-actions .btn br{
  display:block;
  content:"";
  margin:0;
}

.hero-points{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:12px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
  max-width:505px;
}

.hero-points li{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,250,245,0.84);
  border:1px solid rgba(233,221,210,0.96);
  color:#62544d;
  font-size:0.92rem;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 24px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:600;
  transition:transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
  box-shadow:var(--shadow-soft);
}

.btn:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(76,55,41,0.12);
}

.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:var(--primary-dark)}
.btn-secondary{background:var(--secondary);color:#fff}
.btn-whatsapp{background:var(--whatsapp);color:#fff}
.btn-ghost{
  background:rgba(255,253,251,0.72);
  color:#5c5049;
  border-color:rgba(219,202,188,0.98);
  box-shadow:none;
}
.btn-ghost:hover{
  background:#fff;
  border-color:rgba(181,150,115,0.42);
  box-shadow:var(--shadow-soft);
}
.btn-menu{
  min-height:41px;
  padding:0 18px;
  font-size:0.92rem;
  letter-spacing:normal;
}
.btn-small{min-height:44px;padding:0 18px;font-size:0.92rem}

.card{
  background:rgba(255,250,245,0.88);
  border:1px solid rgba(233,221,210,0.92);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.hero-media,
.about-media{
  padding:20px;
}

.hero-media{
  width:min(100%, 560px);
  justify-self:end;
}

.media-frame{
  padding:12px;
  border-radius:30px;
  background:linear-gradient(180deg, rgba(255,255,255,0.9), rgba(247,238,232,0.9));
  border:1px solid rgba(233,221,210,0.98);
}

.hero-media img{
  aspect-ratio:4/4.8;
  object-fit:cover;
}

.media-note{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:16px;
  padding:0 6px;
  color:#796b64;
  font-size:0.78rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.media-note strong{
  color:#584b45;
  font-weight:600;
  letter-spacing:0.04em;
}

.section{padding:90px 0}

.section-soft{
  position:relative;
  background:
    linear-gradient(180deg, rgba(246,239,233,0.9), rgba(250,245,241,0.92)),
    radial-gradient(circle at top right, rgba(181,150,115,0.1), transparent 40%);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.section-head{
  text-align:center;
  margin-bottom:42px;
}

.section-head h2{
  font-size:clamp(2.6rem, 4.4vw, 4.6rem);
  line-height:0.92;
}

.section-head p{
  max-width:620px;
  margin:14px auto 0;
  color:var(--muted);
  font-size:1.02rem;
}

.product-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:24px;
}

.product-card{display:flex;flex-direction:column}
.product-card img{
  aspect-ratio:4/4.9;
  object-fit:cover;
  transition:transform .35s ease;
}

.product-card:hover img{transform:scale(1.03)}

.product-body{
  display:flex;
  flex:1;
  flex-direction:column;
  gap:12px;
  padding:20px 20px 22px;
}

.product-tag{
  margin:0;
  font-size:0.78rem;
  text-transform:uppercase;
  letter-spacing:0.18em;
  color:var(--primary);
}

.product-card h3{
  margin:0;
  font-family:"Cormorant Garamond",serif;
  font-size:2rem;
  line-height:0.92;
}

.product-card p:not(.product-tag){
  margin:0 0 6px;
  color:var(--muted);
  font-size:0.96rem;
}

.product-card .btn{margin-top:auto}

.features-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:20px;
}

.feature-item{
  padding:30px 24px;
  border-radius:28px;
  background:rgba(255,250,245,0.84);
  border:1px solid rgba(233,221,210,0.96);
  box-shadow:var(--shadow-soft);
}

.feature-number{
  display:inline-block;
  margin-bottom:14px;
  color:var(--primary);
  font-size:0.84rem;
  font-weight:700;
  letter-spacing:0.22em;
}

.feature-item h3{
  margin:0 0 10px;
  font-family:"Cormorant Garamond",serif;
  font-size:1.8rem;
  line-height:0.98;
}

.feature-item p{
  margin:0;
  color:var(--muted);
  font-size:0.97rem;
}

.cta-band{
  padding:44px 0;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.15), transparent 52%),
    linear-gradient(135deg, #c2a283 0%, #d8c0ab 48%, #baa58f 100%);
}

.cta-band-inner{
  max-width:650px;
  margin:0 auto;
  text-align:center;
}
.cta-band h2{
  margin:0 0 18px;
  color:#fff;
  font-size:clamp(2.0493rem, 2.8083vw, 2.99805rem);
  max-width:560px;
  margin-left:auto;
  margin-right:auto;
}

.center{justify-content:center}

.about-grid{
  display:grid;
  grid-template-columns:0.9fr 1.1fr;
  gap:44px;
  align-items:center;
}

.about-copy h2,
.contact-info h2,
.cta-final h2{
  font-size:clamp(2.0493rem, 2.8083vw, 2.99805rem);
}

.about-copy p,
.contact-info p{
  color:var(--muted);
  font-size:1rem;
}

.about-copy{
  max-width:560px;
}

.about-copy h2,
.contact-info h2{
  max-width:420px;
  line-height:0.95;
}

.about-copy p,
.contact-info > p{
  max-width:505px;
}

.about-copy p + p{
  margin-top:14px;
}

.section-instagram{
  position:relative;
  background:linear-gradient(180deg, rgba(250,245,241,0.55), rgba(240,231,222,0.8));
}

.instagram-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
  margin-bottom:28px;
}

.instagram-grid img{
  aspect-ratio:1/1;
  object-fit:cover;
  border-radius:24px;
  transition:transform .35s ease, box-shadow .35s ease;
}

.instagram-grid img:hover{
  transform:translateY(-3px);
  box-shadow:var(--shadow-soft);
}

.section-instagram .center-block{
  position:relative;
  z-index:3;
  text-align:center;
}

.section-instagram .center-block .btn{
  position:relative;
  z-index:3;
}

.center-block{text-align:center}

.contact-grid{
  display:grid;
  grid-template-columns:0.88fr 1.12fr;
  gap:40px;
  align-items:start;
}

.contact-info{
  max-width:560px;
}

.contact-stack{
  margin:24px 0 22px;
  padding:20px 22px;
  border-radius:24px;
  background:rgba(255,250,245,0.72);
  border:1px solid rgba(233,221,210,0.96);
}

.contact-stack p{margin:0}
.contact-stack p + p{margin-top:10px}

.contact-info > .btn{
  min-width:220px;
}

.contact-form{
  padding:30px;
  background:linear-gradient(180deg, rgba(255,251,247,0.98), rgba(248,240,234,0.92));
}

.form-title{
  margin:0 0 20px;
  font-family:"Cormorant Garamond",serif;
  font-size:2.15rem;
}

.contact-form label{
  display:block;
  margin-bottom:8px;
  font-size:0.95rem;
  font-weight:600;
}

.contact-form input,
.contact-form textarea{
  width:100%;
  margin-bottom:16px;
  padding:14px 16px;
  min-height:54px;
  border:1px solid var(--line-strong);
  border-radius:18px;
  background:rgba(255,255,255,0.96);
  color:var(--text);
  transition:border-color .2s ease, box-shadow .2s ease;
}

.contact-form textarea{
  min-height:140px;
  resize:vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.menu-toggle:focus,
.btn:focus{
  outline:none;
  border-color:var(--primary);
  box-shadow:0 0 0 4px rgba(181,150,115,0.14);
}

.form-note{
  margin:12px 0 0;
  color:var(--muted);
  font-size:0.92rem;
}

.cta-final{
  padding:56px 0;
  background:
    radial-gradient(circle at top, rgba(255,255,255,0.35), transparent 46%),
    linear-gradient(180deg, #ead8ca 0%, #e3d1c1 100%);
}

.cta-band .hero-actions,
.cta-final .hero-actions{
  grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));
  max-width:560px;
  margin-left:auto;
  margin-right:auto;
}

.cta-band .hero-actions{
  grid-template-columns:auto auto auto;
  max-width:none;
}

.cta-band .hero-actions .btn{
  width:auto;
  min-height:54px;
  padding:0 24px;
  white-space:nowrap;
}

.cta-band .hero-actions .btn-secondary{
  min-width:199px;
}

.cta-final .hero-actions{
  grid-template-columns:auto auto auto;
  max-width:none;
  margin-top:22px;
}

.cta-final .hero-actions .btn{
  width:auto;
  min-height:54px;
  padding:0 24px;
  white-space:nowrap;
}

.cta-final h2{
  max-width:560px;
  margin-left:auto;
  margin-right:auto;
}

.site-footer{
  padding:52px 0 24px;
  border-top:1px solid rgba(233,221,210,0.92);
  background:#f7f0e9;
}

.footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:32px;
}

.footer-lockup{margin-bottom:14px}
.footer-logo{height:104px;max-width:520px}

.footer-grid > div:first-child{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.footer-grid h3{
  margin:0 0 12px;
  font-family:"Cormorant Garamond",serif;
  font-size:1.9rem;
}

.footer-grid p{margin:0;color:var(--muted);max-width:360px}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid li + li{margin-top:8px}

.footer-bottom{
  padding-top:24px;
  color:var(--muted);
  font-size:0.94rem;
}

.whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:70;
  background:var(--whatsapp);
  color:#fff;
  border-radius:999px;
  padding:14px 18px;
  font-weight:700;
  box-shadow:0 16px 34px rgba(92,116,89,0.24);
}

@media (max-width:1100px){
  .hero-grid,
  .about-grid,
  .contact-grid,
  .footer-grid{grid-template-columns:1fr}

  .product-grid,
  .features-grid,
  .instagram-grid{grid-template-columns:repeat(2, 1fr)}

  .nav{
    min-height:138px;
    align-items:center;
    padding:16px 0 18px;
  }

  .header-logo{
    height:168px;
    max-width:820px;
  }

  .header-logo-vertical{
    height:95px;
    max-width:345px;
  }

  .hero{
    padding:44px 0 34px;
  }

  .hero-grid{
    gap:22px;
    grid-template-columns:1fr;
  }

  .hero-copy{
    max-width:620px;
    padding-right:0;
  }

  .about-copy,
  .contact-info,
  .footer-grid p{
    max-width:none;
  }

  .hero-copy{text-align:center}
  .hero-text{margin-left:auto;margin-right:auto}
  .hero-points,
  .hero-actions{justify-content:center}
}

@media (max-width:768px){
  .container{width:min(calc(100% - 24px), var(--container))}
  .nav{
    min-height:108px;
    align-items:center;
    padding:12px 0;
  }
  .menu{
    position:absolute;
    top:104px;
    left:12px;
    right:12px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:16px;
    padding:18px;
    border-radius:24px;
    background:rgba(255,250,245,0.98);
    border:1px solid rgba(233,221,210,0.96);
    box-shadow:var(--shadow);
  }

  .menu.is-open{display:flex}
  .menu-toggle{display:inline-flex}

  .header-logo{height:150px;max-width:100%}
  .header-logo-vertical{height:84px;max-width:100%}
  .hero{padding-top:34px}
  .hero-copy h1{
    max-width:none;
    font-size:2.7rem;
  }
  .hero-grid{gap:26px}
  .hero-media img{aspect-ratio:4/4.5}
  .hero-copy{max-width:none}
  .hero-actions{max-width:none}
  .hero-points{
    justify-content:center;
    gap:12px;
  }

  .section,
  .cta-final{padding:54px 0}

  .product-grid,
  .features-grid,
  .instagram-grid{grid-template-columns:1fr}

  .contact-form{padding:22px}
  .whatsapp-float{right:14px;bottom:14px}
  .footer-logo{height:104px;max-width:520px}
}
