/* ===========================================
   LÍRIO & CO. — CORES DA MARCA
   Ajuste aqui as cores principais do site.
   Depois de alterar, salve e envie o arquivo novamente.
   =========================================== */
:root{
  --lirio-bg:#F7F2EB;
  --lirio-paper:#FFFBF7;
  --lirio-rose:#E7C1B2;
  --lirio-sand:#C8A99A;
  --lirio-green:#7A846A;
  --lirio-brown:#7A5A44;
  --lirio-text:#33251D;
  --lirio-muted:#8B776A;
  --lirio-border:rgba(122,90,68,.14);
  --shadow-soft:0 24px 70px rgba(122,90,68,.11);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{
  margin:0;
  color:var(--lirio-text);
  background:var(--lirio-bg);
  font-family:'Montserrat',system-ui,-apple-system,Segoe UI,sans-serif;
  letter-spacing:.01em;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%}
::selection{background:var(--lirio-rose);color:var(--lirio-brown)}
.site-header{
  background:rgba(255,251,247,.95);
  border-bottom:1px solid rgba(122,90,68,.08);
  backdrop-filter:blur(16px);
}
.header-shell{
  min-height:96px;
  padding:0 5vw;
  display:grid;
  grid-template-columns:48px 48px minmax(160px,1fr) auto auto;
  align-items:center;
  gap:16px;
}
.brand-logo{
  justify-self:center;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
}
.brand-logo img{height:76px;width:auto;display:block}
.header-icon{
  border:0;
  background:transparent;
  color:var(--lirio-text);
  width:48px;
  height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:31px;
  text-decoration:none;
  border-radius:50%;
  transition:.25s ease;
}
.header-icon:hover{background:rgba(231,193,178,.22);color:var(--lirio-brown)}
.desktop-nav{
  gap:28px;
  margin-left:20px;
}
.desktop-nav a{
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:2.8px;
  font-size:12px;
  font-weight:600;
  color:var(--lirio-brown);
  position:relative;
}
.desktop-nav a:after{
  content:"";
  height:1px;
  background:var(--lirio-brown);
  width:0;
  position:absolute;
  left:0;
  bottom:-7px;
  transition:.25s ease;
}
.desktop-nav a:hover:after{width:100%}
.nav-dropdown { position:relative; display:inline-block; }
.nav-dropdown-menu {
  position:absolute; top:calc(100% + 5px); left:0;
  background:var(--lirio-paper); border:1px solid rgba(122,90,68,.1);
  min-width:200px; padding:10px 0; border-radius:12px;
  opacity:0; visibility:hidden; transform:translateY(10px);
  transition:.3s ease; box-shadow:var(--shadow-soft);
  display:flex; flex-direction:column; z-index:100;
}
.nav-dropdown:hover .nav-dropdown-menu { opacity:1; visibility:visible; transform:translateY(0); }
.header-nav-line .nav-dropdown-menu a {
  padding:12px 20px; font-size:11px; letter-spacing:2px; color:var(--lirio-brown);
  border-bottom:1px solid rgba(122,90,68,.05); text-transform:uppercase; margin:0; font-weight:600;
}
.header-nav-line .nav-dropdown-menu a:last-child { border-bottom:none; }
.header-nav-line .nav-dropdown-menu a:after { display:none; }
.header-nav-line .nav-dropdown-menu a:hover { background:rgba(231,193,178,.15); color:var(--lirio-green); }
.header-actions{display:flex;align-items:center;gap:10px;justify-self:end}
.bag-icon{
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  transition:.25s ease;
  color:var(--lirio-text);
}
.bag-icon i{font-size:26px;line-height:1}
.bag-icon span{
  position:absolute;
  top:8px;
  right:2px;
  background:var(--lirio-green);
  color:white;
  font-size:10px;
  font-weight:700;
  width:18px;
  height:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}
.bag-icon:hover{background:rgba(231,193,178,.22);color:var(--lirio-brown)}
.search-collapse{border-top:1px solid rgba(122,90,68,.08)}
.search-form{
  padding:22px 5vw;
  display:grid;
  grid-template-columns:34px 1fr auto;
  align-items:center;
  gap:14px;
  background:var(--lirio-paper);
}
.search-form i{font-size:22px;color:var(--lirio-green)}
.search-form input{
  border:0;
  border-bottom:1px solid rgba(122,90,68,.22);
  background:transparent;
  padding:12px 0;
  outline:0;
  color:var(--lirio-brown);
}
.search-form button,.catalog-search button{
  border:1px solid var(--lirio-brown);
  background:var(--lirio-brown);
  color:#fff;
  padding:12px 20px;
  border-radius:999px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
  font-weight:700;
}
.menu-offcanvas{background:var(--lirio-paper);color:var(--lirio-brown)}
.menu-offcanvas .offcanvas-header{padding:32px;border-bottom:1px solid var(--lirio-border)}
.menu-offcanvas h2{
  font-family:'Cormorant Garamond',serif;
  font-size:44px;
  color:var(--lirio-green);
  margin:0;
  line-height:.85;
}
.menu-offcanvas span{text-transform:uppercase;letter-spacing:3px;font-size:10px;color:var(--lirio-brown)}
.menu-offcanvas .offcanvas-body{padding:30px 32px;display:flex;flex-direction:column;gap:18px}
.menu-offcanvas a{text-decoration:none;text-transform:uppercase;letter-spacing:2px;font-size:13px;font-weight:600}
.home-hero{
  min-height:calc(100vh - 96px);
  background:
    linear-gradient(90deg,rgba(51,37,29,.58),rgba(51,37,29,.08) 62%,rgba(247,242,235,.05)),
    var(--hero-image) center/cover no-repeat;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) 360px;
  gap:40px;
  align-items:end;
  padding:8vw 5vw;
  position:relative;
}
.eyebrow{
  display:block;
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:12px;
  font-weight:700;
  color:var(--lirio-rose);
  margin-bottom:18px;
}
.eyebrow.dark{color:var(--lirio-green)}
.hero-content{max-width:760px;color:white}
.hero-content h1,.page-hero h1,.section-heading h2,.intro-section h2,.product-copy h1,.about-content h2,.process-section h2,.contact-card h2,.contact-form h2,.empty-state h2{
  font-family:'Cormorant Garamond',serif;
  letter-spacing:-.03em;
}
.hero-content h1{
  font-size:clamp(48px,8vw,96px);
  line-height:.88;
  margin:0 0 24px;
  max-width:850px;
}
.hero-content p{max-width:560px;line-height:1.85;font-size:16px;margin:0;color:rgba(255,255,255,.92)}
.hero-product-card{
  background:rgba(255,251,247,.9);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.45);
  box-shadow:var(--shadow-soft);
  border-radius:32px;
  padding:28px;
  color:var(--lirio-brown);
}
.hero-product-card span{
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:11px;
  color:var(--lirio-green);
  font-weight:700;
}
.hero-product-card strong{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  line-height:1;
  margin:12px 0;
}
.hero-product-card p{margin:0;line-height:1.65;color:var(--lirio-muted)}
.section-pad{padding:86px 5vw}
.section-heading{max-width:760px;margin:0 auto 48px}
.section-heading span{
  display:block;
  color:var(--lirio-green);
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:12px;
  font-weight:700;
  margin-bottom:12px;
}
.section-heading h2{
  font-size:clamp(42px,6vw,72px);
  line-height:.95;
  margin:0;
  color:var(--lirio-brown);
}
.product-swiper{padding:0 0 56px}
.product-swiper .swiper-slide{height:auto}
.swiper-pagination-bullet{background:var(--lirio-sand);opacity:.5}
.swiper-pagination-bullet-active{background:var(--lirio-brown);opacity:1}
.product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px;
}
.product-grid.compact{max-width:1120px;margin:0 auto}
.product-card{
  background:var(--lirio-paper);
  border:1px solid rgba(122,90,68,.08);
  overflow:hidden;
  height:100%;
  display:flex;
  flex-direction:column;
  transition:.3s ease;
  text-decoration:none;
  color:inherit;
}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-soft)}
.product-image{display:block;position:relative;overflow:hidden;background:#fff;}
.product-image img{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  display:block;
  transition:transform .5s ease;
}
.product-card:hover .product-image img{transform:scale(1.045)}
.product-badge{
  position:absolute;
  left:16px;
  bottom:16px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(122,90,68,.12);
  border-radius:12px;
  padding:8px 12px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:10px;
  font-weight:700;
  color:var(--lirio-brown);
}
.product-body{padding:24px;display:flex;flex-direction:column;flex:1}
.product-category{
  color:var(--lirio-green);
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:11px;
  font-weight:700;
  margin:0 0 12px;
}
.product-body h3{
  font-family:'Cormorant Garamond',serif;
  font-size:33px;
  margin:0 0 10px;
  line-height:1;
}
.product-body>p{line-height:1.7;color:var(--lirio-muted);font-size:14px;margin-bottom:12px;}
.product-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.product-footer strong{font-size:20px;color:var(--lirio-text)}
.product-footer a{
  text-decoration:none;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:700;
  color:var(--lirio-brown);
}
.brand-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:var(--lirio-paper);
  border-block:1px solid rgba(122,90,68,.12);
}
.brand-strip span{
  text-align:center;
  padding:24px 12px;
  text-transform:uppercase;
  letter-spacing:3px;
  color:var(--lirio-green);
  font-size:12px;
  font-weight:700;
  border-right:1px solid rgba(122,90,68,.1);
}
.intro-section{background:var(--lirio-paper)}
.intro-section h2,.about-content h2,.process-section h2{
  font-size:clamp(42px,6vw,72px);
  color:var(--lirio-brown);
  line-height:.95;
  margin:0;
}
.intro-section p,.about-content p,.process-section p{line-height:1.9;color:var(--lirio-muted);font-size:17px}
.text-link{
  color:var(--lirio-brown);
  text-decoration:none;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
}
.text-link:hover{color:var(--lirio-green)}
.soft-section{background:linear-gradient(180deg,var(--lirio-bg),rgba(231,193,178,.38))}
.order-steps>div>div,.value-card,.contact-card,.contact-form{
  background:rgba(255,251,247,.78);
  border:1px solid rgba(122,90,68,.1);
  border-radius:30px;
  padding:30px;
  height:100%;
  box-shadow:0 18px 50px rgba(122,90,68,.07);
}
.order-steps b,.process-box b{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:52px;
  color:var(--lirio-brown);
  line-height:1;
}
.order-steps p{margin:12px 0 0;font-weight:600;color:var(--lirio-brown)}
.colors-section{background:var(--lirio-bg)}
.color-pills{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
  max-width:880px;
  margin:0 auto;
}
.color-pills span{
  background:var(--lirio-paper);
  border:1px solid rgba(122,90,68,.12);
  border-radius:999px;
  padding:14px 22px;
  color:var(--lirio-brown);
  font-weight:600;
}
.page-hero{
  min-height:420px;
  display:flex;
  align-items:end;
  padding:8vw 5vw 6vw;
  background:
    linear-gradient(90deg,rgba(51,37,29,.58),rgba(51,37,29,.15)),
    url('../../imgprodutos/charlotte-perola.jpg') center/cover no-repeat;
  color:white;
}
.page-hero.small{min-height:350px;background:linear-gradient(135deg,var(--lirio-paper),var(--lirio-rose));color:var(--lirio-brown)}
.about-hero{background:linear-gradient(90deg,rgba(51,37,29,.55),rgba(51,37,29,.1)),url('../../imgprodutos/blair-onix.jpg') center/cover no-repeat}
.contact-hero{background:linear-gradient(90deg,rgba(51,37,29,.55),rgba(51,37,29,.08)),url('../../imgprodutos/rosalie-chiclete.jpg') center/cover no-repeat}
.page-hero>div{max-width:760px}
.page-hero h1{font-size:clamp(46px,8vw,86px);line-height:.9;margin:0 0 20px}
.page-hero p{max-width:580px;line-height:1.8;margin:0;font-size:17px}
.catalog-toolbar{
  background:var(--lirio-paper);
  border-bottom:1px solid rgba(122,90,68,.1);
  padding:28px 5vw;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:20px;
  align-items:center;
}
.catalog-toolbar p{margin:0;color:var(--lirio-muted);font-size:14px}
.catalog-search{
  display:grid;
  grid-template-columns:28px 1fr auto;
  gap:12px;
  align-items:center;
  background:var(--lirio-bg);
  border:1px solid rgba(122,90,68,.12);
  border-radius:999px;
  padding:6px 8px 6px 18px;
}
.catalog-search i{color:var(--lirio-green);font-size:18px}
.catalog-search input{border:0;background:transparent;outline:0;color:var(--lirio-brown);min-width:0}
.empty-state{text-align:center;padding:70px 20px;color:var(--lirio-brown)}
.empty-state h2{font-size:44px}
.product-page{
  padding:64px 5vw 90px;
  background:var(--lirio-paper);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
  gap:56px;
  align-items:start;
}
.main-product-image{
  background:#fff;
  overflow:hidden;
  border:1px solid rgba(122,90,68,.08);
  box-shadow:var(--shadow-soft);
}
.main-product-image img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}
.product-copy{position:sticky;top:128px}
.breadcrumb-clean{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  align-items:center;
  color:var(--lirio-muted);
  margin-bottom:28px;
}
.breadcrumb-clean a{text-decoration:none;color:var(--lirio-muted)}
.breadcrumb-clean strong{font-weight:500;color:var(--lirio-brown)}
.product-copy h1{font-size:clamp(46px,7vw,80px);line-height:.9;margin:0;color:var(--lirio-text)}
.product-price-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:28px 0;
  padding-bottom:28px;
  border-bottom:1px solid rgba(122,90,68,.14);
}
.product-price-line span{font-size:29px;font-weight:700}
.product-price-line small{color:var(--lirio-muted);font-size:15px}
.lead-text{font-size:17px;line-height:1.85;color:var(--lirio-muted)}
.product-options{display:grid;gap:22px;margin:28px 0}
.product-options>div{display:grid;grid-template-columns:130px 1fr;gap:18px;align-items:start}
.product-options span{
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:12px;
  font-weight:700;
  color:var(--lirio-brown);
}
.option-pills{display:flex;flex-wrap:wrap;gap:8px}
.option-pills em{
  font-style:normal;
  border:1px solid var(--lirio-border);
  border-radius:10px;
  padding:9px 12px;
  color:var(--lirio-brown);
  background:#fff;
  display:inline-block;
  transition:all 0.2s;
}
.option-pills input:checked + em {
  background:var(--lirio-green);
  border-color:var(--lirio-green);
  color:#fff;
}
.primary-cta,.secondary-cta,.whats-generated{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border-radius:999px;
  padding:16px 28px;
  text-transform:uppercase;
  letter-spacing:2.5px;
  font-size:12px;
  font-weight:700;
  transition:.25s ease;
}
.primary-cta{background:var(--lirio-text);color:white;border:1px solid var(--lirio-text)}
.primary-cta:hover{background:var(--lirio-green);border-color:var(--lirio-green);color:white}
.primary-cta.small,.secondary-cta.small{padding:13px 20px;margin-right:10px;margin-top:10px}
.secondary-cta{border:1px solid var(--lirio-brown);color:var(--lirio-brown);background:transparent}
.secondary-cta:hover{background:var(--lirio-brown);color:white}
.product-accordion{margin-top:34px;border-top:1px solid rgba(122,90,68,.14)}
.product-accordion .accordion-item{background:transparent;border:0;border-bottom:1px solid rgba(122,90,68,.14)}
.product-accordion .accordion-button{
  background:transparent!important;
  box-shadow:none!important;
  color:var(--lirio-text)!important;
  padding:20px 0;
  text-transform:uppercase;
  letter-spacing:2.5px;
  font-size:12px;
  font-weight:700;
}
.product-accordion .accordion-body{padding:0 0 24px;color:var(--lirio-muted);line-height:1.8}
.value-card h3{
  font-family:'Cormorant Garamond',serif;
  font-size:36px;
  color:var(--lirio-brown);
  margin-bottom:14px;
}
.value-card p{line-height:1.8;color:var(--lirio-muted);margin:0}
.process-box{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px 26px;
  background:var(--lirio-paper);
  border-radius:36px;
  padding:44px;
  border:1px solid rgba(122,90,68,.1);
  box-shadow:var(--shadow-soft);
}
.process-box span{
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:13px;
  font-weight:700;
  color:var(--lirio-green);
  align-self:center;
}
.contact-card h2,.contact-form h2{font-size:48px;color:var(--lirio-brown);margin-bottom:18px}
.contact-card p{line-height:1.8;color:var(--lirio-muted)}
.contact-card i{color:var(--lirio-green);margin-right:8px}
.contact-form label{display:block;margin-bottom:18px;color:var(--lirio-brown);font-weight:600}
.contact-form input,.contact-form select,.contact-form textarea{
  display:block;
  width:100%;
  margin-top:9px;
  border:1px solid rgba(122,90,68,.16);
  background:#fff;
  border-radius:18px;
  padding:14px 16px;
  color:var(--lirio-brown);
  outline:0;
}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--lirio-green);box-shadow:0 0 0 4px rgba(122,132,106,.12)}
.contact-form button{
  border:0;
  background:var(--lirio-brown);
  color:white;
  border-radius:999px;
  padding:15px 26px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:700;
  font-size:12px;
}
.whats-generated{background:#45C456;color:white;margin-left:12px}
.site-footer{
  background:var(--lirio-paper);
  padding:70px 0 26px;
  border-top:1px solid rgba(122,90,68,.08);
}
.footer-logo{width:170px;margin-bottom:22px}
.site-footer p{color:var(--lirio-muted);line-height:1.8;max-width:460px}
.site-footer h3{
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:12px;
  font-weight:700;
  color:var(--lirio-green);
  margin-bottom:15px;
}
.site-footer a{display:block;text-decoration:none;color:var(--lirio-brown);margin-bottom:10px}
.footer-bottom{
  border-top:1px solid rgba(122,90,68,.1);
  margin-top:48px;
  padding-top:20px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  color:var(--lirio-muted);
  font-size:13px;
}
.whatsapp-float{
  position:fixed;
  right:24px;
  bottom:92px;
  z-index:50;
  width:64px;
  height:64px;
  background:#45C456;
  color:white;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  box-shadow:0 14px 34px rgba(69,196,86,.35);
  transition:.25s ease;
}
.whatsapp-float:hover{transform:translateY(-4px) scale(1.03);color:white}
.cookie-bar{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:60;
  background:rgba(255,255,255,.96);
  border-top:1px solid rgba(122,90,68,.1);
  padding:17px 5vw;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:var(--lirio-text);
  box-shadow:0 -12px 35px rgba(51,37,29,.08);
}
.cookie-bar button{
  background:#fff;
  border:1px solid var(--lirio-text);
  border-radius:10px;
  padding:12px 22px;
  text-transform:uppercase;
  letter-spacing:2px;
  font-weight:600;
}
.cookie-bar.is-hidden{display:none}
@media(min-width:992px){
  .product-swiper .swiper-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:34px;transform:none!important}
  .product-swiper .swiper-slide{width:auto!important}
  .product-swiper .swiper-pagination{display:none}
}
@media(max-width:991px){
  .header-shell{height:88px;min-height:88px;grid-template-columns:44px 44px 1fr auto;padding:0 4vw;gap:8px}
  .brand-logo img{height:68px}
  .header-actions{gap:4px}
  .header-actions .header-icon{display:none!important}
  .bag-icon{width:36px;height:40px}
  .home-hero{min-height:620px;grid-template-columns:1fr;padding:12vw 5vw;background-position:center}
  .hero-content h1{font-size:52px}
  .hero-product-card{max-width:420px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .brand-strip{grid-template-columns:repeat(2,1fr)}
  .catalog-toolbar{grid-template-columns:1fr;gap:14px}
  .product-page{grid-template-columns:1fr;gap:35px;padding-top:36px}
  .product-copy{position:static}
  .product-options>div{grid-template-columns:1fr;gap:10px}
}
@media(max-width:575px){
  .header-icon{width:40px;height:40px;font-size:29px}
  .brand-logo img{height:58px}
  .home-hero{min-height:570px;padding:15vw 5vw;background-position:center}
  .hero-content h1,.page-hero h1{font-size:45px}
  .hero-content p,.page-hero p{font-size:15px}
  .hero-product-card{padding:22px;border-radius:24px}
  .section-pad{padding:62px 5vw}
  .section-heading h2,.intro-section h2,.about-content h2,.process-section h2{font-size:42px}
  .product-grid{grid-template-columns:1fr}
  .product-body{padding:20px}
  .brand-strip span{font-size:10px;padding:18px 8px}
  .catalog-search{grid-template-columns:22px 1fr;gap:8px;border-radius:22px;padding:12px}
  .catalog-search button{grid-column:1/-1;width:100%}
  .product-price-line{align-items:flex-start;flex-direction:column;gap:8px}
  .main-product-image img{aspect-ratio:3/4}
  .process-box{padding:28px;gap:14px 18px}
  .contact-form button,.whats-generated{width:100%;margin:10px 0 0}
  .cookie-bar{align-items:flex-start;font-size:12px}
  .cookie-bar button{padding:10px 14px}
  .whatsapp-float{width:58px;height:58px;right:18px;bottom:88px}
}


/* ===========================================
   AJUSTES VISUAIS V2 — LOGO, HEADER E BANNER
   =========================================== */
.site-header{
  background:rgba(255,251,247,.98);
  box-shadow:0 10px 35px rgba(122,90,68,.055);
}
.header-shell{
  min-height:92px;
  grid-template-columns:48px 48px minmax(170px,1fr) auto auto;
}
.brand-logo{
  padding:8px 12px;
  border-radius:999px;
}
.brand-logo img{
  width:clamp(150px,18vw,220px);
  height:auto;
  max-height:42px;
  object-fit:contain;
  display:block;
}
.header-icon{
  color:#2A221F;
  font-size:29px;
}
.bag-icon{
  color:#2A221F;
}
.desktop-nav a{color:var(--lirio-brown)}

.hero-editorial{
  min-height:calc(100vh - 92px);
  background:
    radial-gradient(circle at 12% 15%, rgba(231,193,178,.28), transparent 32%),
    linear-gradient(135deg,var(--lirio-bg),var(--lirio-paper) 54%,rgba(231,193,178,.38));
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);
  gap:clamp(28px,5vw,70px);
  align-items:center;
  padding:clamp(52px,7vw,92px) 5vw;
  overflow:hidden;
  position:relative;
}
.hero-editorial:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  right:-160px;
  top:8%;
  background:rgba(200,169,154,.25);
  filter:blur(2px);
}
.hero-copy{
  color:var(--lirio-brown);
  position:relative;
  z-index:2;
  max-width:690px;
}
.hero-copy h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(54px,7.8vw,112px);
  line-height:.86;
  letter-spacing:-.055em;
  margin:0 0 24px;
  color:var(--lirio-brown);
}
.hero-copy p{
  max-width:540px;
  line-height:1.9;
  color:var(--lirio-muted);
  font-size:clamp(15px,1.3vw,18px);
  margin:0;
}
.hero-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}
.hero-tags span{
  border:1px solid rgba(122,90,68,.16);
  background:rgba(255,251,247,.74);
  color:var(--lirio-green);
  border-radius:999px;
  padding:10px 14px;
  text-transform:uppercase;
  letter-spacing:2.2px;
  font-size:10px;
  font-weight:700;
}
.hero-visual{
  position:relative;
  z-index:2;
  min-height:520px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-visual:before{
  content:"";
  position:absolute;
  inset:7% 5% 2% 18%;
  border-radius:48% 52% 42% 58%;
  background:rgba(231,193,178,.42);
}
.hero-visual img{
  position:relative;
  z-index:1;
  width:min(540px,88%);
  max-height:650px;
  object-fit:cover;
  aspect-ratio:4/5;
  border-radius:42px;
  box-shadow:0 28px 90px rgba(122,90,68,.20);
  border:10px solid rgba(255,251,247,.72);
}
.hero-editorial .hero-product-card{
  position:absolute;
  z-index:3;
  left:0;
  bottom:4%;
  width:min(390px,78%);
  background:rgba(255,251,247,.92);
  border:1px solid rgba(255,255,255,.6);
  box-shadow:0 26px 80px rgba(122,90,68,.18);
  border-radius:30px;
  padding:26px 28px;
  backdrop-filter:blur(14px);
}
.hero-editorial .hero-product-card span{
  text-transform:uppercase;
  letter-spacing:3px;
  font-size:11px;
  color:var(--lirio-green);
  font-weight:800;
}
.hero-editorial .hero-product-card strong{
  display:block;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(34px,4vw,48px);
  line-height:.95;
  margin:12px 0;
  color:var(--lirio-brown);
}
.hero-editorial .hero-product-card p{
  line-height:1.65;
  color:var(--lirio-muted);
  margin:0;
}
.footer-logo{
  width:220px;
  max-height:45px;
  object-fit:contain;
}

@media(max-width:991px){
  .header-shell{
    min-height:82px;
    height:82px;
    grid-template-columns:42px 42px 1fr 46px;
    padding:0 4vw;
  }
  .brand-logo img{
    width:clamp(128px,38vw,170px);
    max-height:34px;
  }
  .hero-editorial{
    min-height:auto;
    grid-template-columns:1fr;
    gap:24px;
    padding:32px 4vw 54px;
  }
  .hero-copy{
    order:2;
    background:rgba(255,251,247,.72);
    border:1px solid rgba(122,90,68,.08);
    border-radius:32px;
    padding:28px 24px;
    box-shadow:0 18px 55px rgba(122,90,68,.09);
  }
  .hero-copy h1{
    font-size:clamp(42px,12vw,62px);
    line-height:.9;
  }
  .hero-visual{
    order:1;
    min-height:430px;
    align-items:flex-end;
  }
  .hero-visual img{
    width:min(420px,86%);
    max-height:470px;
    border-radius:32px;
    border-width:8px;
  }
  .hero-editorial .hero-product-card{
    left:50%;
    transform:translateX(-50%);
    bottom:-20px;
    width:min(360px,88%);
    padding:20px 22px;
    border-radius:24px;
  }
  .hero-editorial .hero-product-card strong{font-size:32px}
  .hero-editorial .hero-product-card p{font-size:13px}
}
@media(max-width:575px){
  .header-shell{
    min-height:78px;
    height:78px;
    grid-template-columns:40px 40px 1fr 42px;
    gap:7px;
  }
  .header-icon{font-size:27px;width:38px;height:38px}
  .bag-icon{width:36px;height:39px}
  .brand-logo{padding:5px 4px}
  .brand-logo img{width:136px;max-height:30px}
  .hero-editorial{padding-top:24px}
  .hero-visual{min-height:392px}
  .hero-visual:before{inset:8% 0 8% 18%}
  .hero-visual img{width:92%;max-height:420px;border-radius:28px}
  .hero-copy{padding:24px 20px;border-radius:28px}
  .hero-copy h1{font-size:43px}
  .hero-tags span{font-size:9px;letter-spacing:1.8px;padding:9px 11px}
}

/* =========================================================
   AJUSTES VISUAIS V2 — Header, logo e destaque da home
   Cores principais da marca: edite no bloco :root no topo.
   ========================================================= */
.site-header{
  background:rgba(255,251,247,.98);
  box-shadow:0 8px 28px rgba(122,90,68,.045);
}
.header-shell-v2{
  min-height:86px;
  height:86px;
  padding:0 clamp(18px,4vw,58px);
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:14px;
}
.header-left,.header-actions-v2{
  display:flex;
  align-items:center;
  gap:10px;
}
.header-actions-v2{justify-content:flex-end}
.brand-logo-v2{
  justify-self:center;
  line-height:0;
  padding:0;
}
.brand-logo-v2 img{
  width:clamp(156px,18vw,238px);
  height:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 4px 10px rgba(122,90,68,.05));
}
.header-nav-line{
  height:38px;
  align-items:center;
  justify-content:center;
  gap:34px;
  border-top:1px solid rgba(122,90,68,.06);
  background:rgba(255,251,247,.84);
}
.header-nav-line a{
  text-decoration:none;
  color:var(--lirio-brown);
  text-transform:uppercase;
  letter-spacing:2.8px;
  font-size:11px;
  font-weight:700;
  opacity:.86;
  transition:.2s ease;
}
.header-nav-line a:hover{opacity:1;color:var(--lirio-green)}
.header-icon{
  color:#2B241F;
}
.bag-icon{
  border-color:#2B241F;
  color:#2B241F;
}

.hero-v2{
  min-height:calc(100vh - 124px);
  padding:clamp(42px,6vw,84px) clamp(18px,5vw,72px);
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);
  align-items:center;
  gap:clamp(28px,5vw,74px);
  background:
    radial-gradient(circle at 82% 16%, rgba(231,193,178,.58), transparent 34%),
    linear-gradient(135deg, var(--lirio-bg) 0%, var(--lirio-paper) 48%, rgba(231,193,178,.28) 100%);
  position:relative;
  overflow:hidden;
}
.hero-v2:before{
  content:"";
  position:absolute;
  inset:auto -10% -35% 38%;
  height:72%;
  border-radius:50%;
  background:rgba(200,169,154,.24);
  filter:blur(2px);
}
.hero-copy-v2{
  position:relative;
  z-index:2;
  color:var(--lirio-brown);
  max-width:670px;
}
.hero-copy-v2 .eyebrow{
  color:var(--lirio-green);
  margin-bottom:18px;
}
.hero-copy-v2 h1{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(54px,8vw,105px);
  line-height:.86;
  margin:0 0 24px;
  letter-spacing:-.045em;
  color:var(--lirio-brown);
}
.hero-copy-v2>p{
  max-width:560px;
  line-height:1.9;
  color:var(--lirio-muted);
  font-size:clamp(15px,1.35vw,18px);
  margin:0;
}
.hero-feature-v2{
  margin-top:34px;
  max-width:465px;
  background:rgba(255,251,247,.86);
  border:1px solid rgba(122,90,68,.1);
  box-shadow:0 18px 56px rgba(122,90,68,.10);
  border-radius:30px;
  padding:28px;
  backdrop-filter:blur(10px);
}
.hero-feature-v2 span{
  display:block;
  color:var(--lirio-green);
  text-transform:uppercase;
  letter-spacing:3.4px;
  font-size:11px;
  font-weight:800;
  margin-bottom:12px;
}
.hero-feature-v2 strong{
  display:block;
  font-family:'Cormorant Garamond',serif;
  color:var(--lirio-brown);
  font-size:clamp(34px,3.2vw,48px);
  line-height:.96;
  margin-bottom:12px;
}
.hero-feature-v2 p{
  color:var(--lirio-muted);
  line-height:1.75;
  margin:0 0 14px;
}
.hero-feature-v2 small{
  display:inline-block;
  color:var(--lirio-brown);
  font-weight:700;
  letter-spacing:.06em;
}
.hero-visual-v2{
  position:relative;
  z-index:2;
  min-height:min(70vh,720px);
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-image-frame{
  width:min(100%,620px);
  height:min(72vh,720px);
  min-height:520px;
  border-radius:48px;
  overflow:hidden;
  background:var(--lirio-paper);
  border:1px solid rgba(122,90,68,.1);
  box-shadow:0 28px 92px rgba(122,90,68,.16);
}
.hero-image-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.015);
}
.hero-floating-note{
  position:absolute;
  right:clamp(4px,2vw,26px);
  bottom:clamp(22px,6vw,76px);
  background:var(--lirio-brown);
  color:#fff;
  border-radius:999px;
  padding:14px 20px;
  text-transform:uppercase;
  letter-spacing:2.4px;
  font-size:11px;
  font-weight:800;
  box-shadow:0 16px 40px rgba(51,37,29,.18);
}
.section-heading h2{
  letter-spacing:-.035em;
}
.product-card{
  border-radius:28px;
}
.product-image img{
  background:var(--lirio-paper);
}
.whatsapp-float svg{
  width:34px;
  height:34px;
}
.whatsapp-float{
  background:#25D366;
  box-shadow:0 14px 34px rgba(37,211,102,.32);
}

@media(max-width:991px){
  .header-shell-v2{
    height:82px;
    min-height:82px;
    grid-template-columns:1fr auto 1fr;
    padding:0 16px;
  }
  .brand-logo-v2 img{width:144px;height:auto}
  .header-left{gap:6px}
  .header-actions-v2{gap:6px}
  .hero-v2{
    min-height:auto;
    grid-template-columns:1fr;
    padding:0 0 54px;
    gap:0;
    background:linear-gradient(180deg,var(--lirio-paper),var(--lirio-bg));
  }
  .hero-v2:before{display:none}
  .hero-visual-v2{
    order:1;
    min-height:auto;
    width:100%;
  }
  .hero-image-frame{
    width:100%;
    height:58vh;
    min-height:430px;
    border-radius:0 0 42px 42px;
    border-left:0;
    border-right:0;
    box-shadow:0 22px 60px rgba(122,90,68,.12);
  }
  .hero-image-frame img{
    object-position:center;
  }
  .hero-copy-v2{
    order:2;
    width:calc(100% - 32px);
    max-width:680px;
    margin:-64px auto 0;
    padding:30px 24px;
    border-radius:32px;
    background:rgba(255,251,247,.93);
    box-shadow:0 22px 70px rgba(122,90,68,.14);
    border:1px solid rgba(122,90,68,.08);
    backdrop-filter:blur(10px);
  }
  .hero-copy-v2 h1{
    font-size:clamp(43px,12vw,64px);
    line-height:.9;
  }
  .hero-feature-v2{
    margin-top:24px;
    box-shadow:none;
    background:var(--lirio-bg);
    padding:22px;
    border-radius:24px;
  }
  .hero-floating-note{
    right:16px;
    bottom:78px;
    font-size:10px;
    padding:12px 16px;
  }
}
@media(max-width:575px){
  .brand-logo-v2 img{width:132px}
  .header-icon{width:38px;height:38px;font-size:28px}
  .bag-icon{width:38px;height:42px}
  .hero-image-frame{
    height:54vh;
    min-height:400px;
  }
  .hero-copy-v2{
    width:calc(100% - 28px);
    padding:28px 22px;
  }
  .hero-copy-v2 h1{font-size:44px}
  .hero-copy-v2>p{font-size:15px;line-height:1.8}
  .hero-feature-v2 strong{font-size:34px}
}
