:root{
  --green:#446A2C;
  --brown:#743D2A;
  --gold:#C4953D;
  --paper:#FCFAF5;
  --cream:#F4EDE3;
  --ink:#2F2A25;
  --muted:#6D625A;
  --line:#E7DCCF;
  --shadow:0 16px 42px rgba(74,48,32,.12);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  font-family:Arial,sans-serif;
  margin:0;
  color:#333;
  min-height:100vh;
  background-color:#fbf8f1;
  position:relative;
  overflow-x:hidden;
}

/* Background delicado com folhas e flores, sem referência sazonal de Páscoa */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(ellipse 120px 46px at 10% 18%, rgba(68,106,44,.10) 0%, rgba(68,106,44,.06) 42%, transparent 43%),
    radial-gradient(ellipse 130px 48px at 86% 28%, rgba(68,106,44,.09) 0%, rgba(68,106,44,.05) 42%, transparent 43%),
    radial-gradient(circle at 22% 76%, rgba(196,149,61,.13) 0 18px, transparent 19px),
    radial-gradient(circle at 80% 82%, rgba(196,149,61,.10) 0 15px, transparent 16px),
    radial-gradient(circle at 74% 16%, rgba(116,61,42,.07) 0 11px, transparent 12px),
    linear-gradient(135deg, #fff 0%, #fcfaf5 42%, #f5efe5 100%);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.55;
  background:
    linear-gradient(55deg, transparent 0 47%, rgba(68,106,44,.035) 47% 48%, transparent 48% 100%),
    linear-gradient(125deg, transparent 0 62%, rgba(196,149,61,.055) 62% 63%, transparent 63% 100%),
    repeating-linear-gradient(45deg, rgba(116,61,42,.025) 0 1px, transparent 1px 32px);
}

/* Ramos sutis construídos com CSS */
.hero::before,
.section::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  pointer-events:none;
  opacity:.18;
  background:
    radial-gradient(ellipse 60px 22px at 38% 34%, rgba(68,106,44,.45) 0%, transparent 58%),
    radial-gradient(ellipse 60px 22px at 56% 46%, rgba(68,106,44,.38) 0%, transparent 58%),
    radial-gradient(ellipse 52px 20px at 42% 62%, rgba(68,106,44,.32) 0%, transparent 58%),
    radial-gradient(circle at 64% 30%, rgba(196,149,61,.42) 0 9px, transparent 10px),
    radial-gradient(circle at 30% 52%, rgba(196,149,61,.35) 0 7px, transparent 8px);
  transform:rotate(-18deg);
}

.hero,
.section{
  position:relative;
}

.hero::before{
  left:-80px;
  top:120px;
}

.section::before{
  right:-110px;
  top:120px;
  transform:rotate(18deg);
}

.container{
  max-width:1120px;
  margin:auto;
  padding:20px;
}

.hero{
  text-align:center;
  padding:70px 20px 46px;
  background:transparent;
}

.logo{
  width:clamp(240px, 32vw, 360px);
  height:auto;
  display:block;
  margin:0 auto 10px;
}

.logo img{
  width:100%;
  height:auto;
  display:block;
}

h1{
  margin:16px 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--brown);
  font-size:clamp(2rem,5vw,3.4rem);
}

.hero-text{
  max-width:680px;
  margin:18px auto 0;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.7;
}

.cta{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

.btn,.btn-outline{
  display:inline-block;
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none;
  margin:6px;
  font-weight:800;
  transition:.2s ease;
}

.btn{
  background:var(--green);
  color:white;
}

.btn-outline{
  border:2px solid var(--green);
  color:var(--green);
  background:#fff;
}

.btn:hover,.btn-outline:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(74,48,32,.12);
}

.banner-media{
  width:min(100%, 980px);
  margin:28px auto 0;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  box-shadow:var(--shadow);
  border:1px solid rgba(196,149,61,.28);
}

.banner-media::before,
.banner-media::after{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:6px;
  z-index:2;
  background:linear-gradient(90deg,#7a5416 0%,#b8841f 12%,#f2d27a 24%,#c8952d 36%,#8e631b 48%,#f0cf72 60%,#b8841f 72%,#f7e3a0 84%,#8a611a 100%);
}

.banner-media::before{top:0}
.banner-media::after{bottom:0}

.banner-media img,
.banner-media video{
  width:100%;
  height:auto;
  display:block;
}

.banner-placeholder{
  min-height:clamp(220px,32vw,390px);
  display:grid;
  place-items:center;
  gap:8px;
  padding:40px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(68,106,44,.13), transparent 35%),
    radial-gradient(circle at 80% 78%, rgba(196,149,61,.17), transparent 34%),
    linear-gradient(135deg,#fff 0%,#f4ede3 100%);
  text-align:center;
}

.banner-placeholder span{
  color:var(--muted);
  font-size:.95rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:700;
}

.banner-placeholder strong{
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.8rem,5vw,3.4rem);
}

.section{
  padding:40px 0 70px;
}

.section h2{
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--brown);
  font-size:clamp(2rem,4vw,2.8rem);
  margin-bottom:8px;
}

.catalog-intro{
  max-width:760px;
  margin:0 auto 30px;
  text-align:center;
  color:var(--muted);
  line-height:1.7;
}

.catalog-section{
  margin-top:44px;
}

.section-title{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}

.section-title span{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  font-weight:900;
}

.section-title h2{
  margin:0;
  text-align:left;
  font-size:clamp(1.55rem,3vw,2.2rem);
}

.products{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:28px;
}

.product{
  background:rgba(255,255,255,.94);
  padding:22px;
  border-radius:16px;
  box-shadow:var(--shadow);
  text-align:center;
  border:1px solid rgba(196,149,61,.18);
  transition:transform .25s ease, box-shadow .25s ease;
  backdrop-filter:blur(4px);
}

.product:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(74,48,32,.16);
}

.product-image{
  width:100%;
  aspect-ratio:1/1.1;
  overflow:hidden;
  border-radius:12px;
  margin-bottom:14px;
  background:#fff;
}

.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.product h3{
  color:var(--brown);
  margin:10px 0 8px;
  line-height:1.25;
}

.product-description{
  min-height:48px;
  color:var(--muted);
  line-height:1.5;
  font-size:.95rem;
}

.price{
  display:block;
  font-size:18px;
  margin:10px 0;
  font-weight:bold;
  color:var(--green);
}

.qty{
  display:flex;
  justify-content:center;
  gap:10px;
  align-items:center;
}

.qty button{
  width:34px;
  height:34px;
  border:none;
  border-radius:8px;
  background:#5e3b1c;
  color:#fff;
  font-size:18px;
  cursor:pointer;
}

.qty input{
  width:48px;
  text-align:center;
  border:1px solid #ddd;
  border-radius:8px;
  padding:6px;
  background:#fff;
}

.total-wrap{
  text-align:center;
  margin-top:38px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(196,149,61,.25);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:20px;
}

.total{
  text-align:center;
  font-size:20px;
  margin:6px 0;
}

.minimo{
  margin-top:8px;
  color:#7a5c36;
  font-size:14px;
}

.minimo-msg{
  margin-top:10px;
  font-size:15px;
  font-weight:600;
  color:#8f3c2f;
}

.minimo-msg.ok{
  color:#2f6b00;
}

.btn-large{
  display:block;
  margin:30px auto;
  padding:15px 30px;
  font-size:18px;
  background:#5e3b1c;
  color:white;
  border:none;
  border-radius:999px;
  cursor:pointer;
  transition:.2s ease;
}

.btn-large.disabled,
.btn-large:disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
  filter:grayscale(.2);
}

footer{
  padding:30px 0;
  background:rgba(255,255,255,.92);
  border-top:1px solid rgba(196,149,61,.28);
}

.footer-content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

footer p{
  margin:4px 0;
  color:var(--muted);
}

.footer-links{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.footer-social{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--green);
  text-decoration:none;
  font-weight:700;
}

.icon-circle{
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(196,149,61,.42);
  box-shadow:0 8px 20px rgba(74,48,32,.08);
  transition:.2s ease;
}

.footer-social:hover .icon-circle{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(74,48,32,.13);
}

.icon-circle svg{
  width:22px;
  height:22px;
  fill:var(--brown);
}

:root{
  --green:#446A2C;
  --brown:#743D2A;
  --gold:#C4953D;
  --paper:#FCFAF5;
  --cream:#F4EDE3;
  --ink:#2F2A25;
  --muted:#6D625A;
  --line:#E7DCCF;
  --shadow:0 16px 42px rgba(74,48,32,.12);
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  font-family:Arial,sans-serif;
  margin:0;
  color:#333;
  min-height:100vh;
  background-color:#fbf8f1;
  position:relative;
  overflow-x:hidden;
}

/* Background delicado com folhas e flores, sem referência sazonal de Páscoa */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(ellipse 120px 46px at 10% 18%, rgba(68,106,44,.10) 0%, rgba(68,106,44,.06) 42%, transparent 43%),
    radial-gradient(ellipse 130px 48px at 86% 28%, rgba(68,106,44,.09) 0%, rgba(68,106,44,.05) 42%, transparent 43%),
    radial-gradient(circle at 22% 76%, rgba(196,149,61,.13) 0 18px, transparent 19px),
    radial-gradient(circle at 80% 82%, rgba(196,149,61,.10) 0 15px, transparent 16px),
    radial-gradient(circle at 74% 16%, rgba(116,61,42,.07) 0 11px, transparent 12px),
    linear-gradient(135deg, #fff 0%, #fcfaf5 42%, #f5efe5 100%);
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.55;
  background:
    linear-gradient(55deg, transparent 0 47%, rgba(68,106,44,.035) 47% 48%, transparent 48% 100%),
    linear-gradient(125deg, transparent 0 62%, rgba(196,149,61,.055) 62% 63%, transparent 63% 100%),
    repeating-linear-gradient(45deg, rgba(116,61,42,.025) 0 1px, transparent 1px 32px);
}

/* Ramos sutis construídos com CSS */
.hero::before,
.section::before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  pointer-events:none;
  opacity:.18;
  background:
    radial-gradient(ellipse 60px 22px at 38% 34%, rgba(68,106,44,.45) 0%, transparent 58%),
    radial-gradient(ellipse 60px 22px at 56% 46%, rgba(68,106,44,.38) 0%, transparent 58%),
    radial-gradient(ellipse 52px 20px at 42% 62%, rgba(68,106,44,.32) 0%, transparent 58%),
    radial-gradient(circle at 64% 30%, rgba(196,149,61,.42) 0 9px, transparent 10px),
    radial-gradient(circle at 30% 52%, rgba(196,149,61,.35) 0 7px, transparent 8px);
  transform:rotate(-18deg);
}

.hero,
.section{
  position:relative;
}

.hero::before{
  left:-80px;
  top:120px;
}

.section::before{
  right:-110px;
  top:120px;
  transform:rotate(18deg);
}

.container{
  max-width:1120px;
  margin:auto;
  padding:20px;
}

.hero{
  text-align:center;
  padding:70px 20px 46px;
  background:transparent;
}

.logo{
  width:clamp(240px, 32vw, 360px);
  height:auto;
  display:block;
  margin:0 auto 10px;
}

.logo img{
  width:100%;
  height:auto;
  display:block;
}

h1{
  margin:16px 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--brown);
  font-size:clamp(2rem,5vw,3.4rem);
}

.hero-text{
  max-width:680px;
  margin:18px auto 0;
  color:var(--muted);
  font-size:1.08rem;
  line-height:1.7;
}

.cta{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

.btn,.btn-outline{
  display:inline-block;
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none;
  margin:6px;
  font-weight:800;
  transition:.2s ease;
}

.btn{
  background:var(--green);
  color:white;
}

.btn-outline{
  border:2px solid var(--green);
  color:var(--green);
  background:#fff;
}

.btn:hover,.btn-outline:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(74,48,32,.12);
}

.banner-media{
  width:min(100%, 980px);
  margin:28px auto 0;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  box-shadow:var(--shadow);
  border:1px solid rgba(196,149,61,.28);
}

.banner-media::before,
.banner-media::after{
  content:"";
  position:absolute;
  left:0;
  width:100%;
  height:6px;
  z-index:2;
  background:linear-gradient(90deg,#7a5416 0%,#b8841f 12%,#f2d27a 24%,#c8952d 36%,#8e631b 48%,#f0cf72 60%,#b8841f 72%,#f7e3a0 84%,#8a611a 100%);
}

.banner-media::before{top:0}
.banner-media::after{bottom:0}

.banner-media img,
.banner-media video{
  width:100%;
  height:auto;
  display:block;
}

.banner-placeholder{
  min-height:clamp(220px,32vw,390px);
  display:grid;
  place-items:center;
  gap:8px;
  padding:40px 20px;
  background:
    radial-gradient(circle at 20% 20%, rgba(68,106,44,.13), transparent 35%),
    radial-gradient(circle at 80% 78%, rgba(196,149,61,.17), transparent 34%),
    linear-gradient(135deg,#fff 0%,#f4ede3 100%);
  text-align:center;
}

.banner-placeholder span{
  color:var(--muted);
  font-size:.95rem;
  letter-spacing:.04em;
  text-transform:uppercase;
  font-weight:700;
}

.banner-placeholder strong{
  color:var(--brown);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.8rem,5vw,3.4rem);
}

.section{
  padding:40px 0 70px;
}

.section h2{
  text-align:center;
  font-family:Georgia,"Times New Roman",serif;
  color:var(--brown);
  font-size:clamp(2rem,4vw,2.8rem);
  margin-bottom:8px;
}

.catalog-intro{
  max-width:760px;
  margin:0 auto 30px;
  text-align:center;
  color:var(--muted);
  line-height:1.7;
}

.catalog-section{
  margin-top:44px;
}

.section-title{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}

.section-title span{
  width:42px;
  height:42px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--green);
  color:#fff;
  font-weight:900;
}

.section-title h2{
  margin:0;
  text-align:left;
  font-size:clamp(1.55rem,3vw,2.2rem);
}

.products{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:28px;
}

.product{
  background:rgba(255,255,255,.94);
  padding:22px;
  border-radius:16px;
  box-shadow:var(--shadow);
  text-align:center;
  border:1px solid rgba(196,149,61,.18);
  transition:transform .25s ease, box-shadow .25s ease;
  backdrop-filter:blur(4px);
}

.product:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 50px rgba(74,48,32,.16);
}

.product-image{
  width:100%;
  aspect-ratio:1/1.1;
  overflow:hidden;
  border-radius:12px;
  margin-bottom:14px;
  background:#fff;
}

.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.product h3{
  color:var(--brown);
  margin:10px 0 8px;
  line-height:1.25;
}

.product-description{
  min-height:48px;
  color:var(--muted);
  line-height:1.5;
  font-size:.95rem;
}

.price{
  display:block;
  font-size:18px;
  margin:10px 0;
  font-weight:bold;
  color:var(--green);
}

.qty{
  display:flex;
  justify-content:center;
  gap:10px;
  align-items:center;
}

.qty button{
  width:34px;
  height:34px;
  border:none;
  border-radius:8px;
  background:#5e3b1c;
  color:#fff;
  font-size:18px;
  cursor:pointer;
}

.qty input{
  width:48px;
  text-align:center;
  border:1px solid #ddd;
  border-radius:8px;
  padding:6px;
  background:#fff;
}

.total-wrap{
  text-align:center;
  margin-top:38px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(196,149,61,.25);
  border-radius:18px;
  box-shadow:var(--shadow);
  padding:20px;
}

.total{
  text-align:center;
  font-size:20px;
  margin:6px 0;
}

.minimo{
  margin-top:8px;
  color:#7a5c36;
  font-size:14px;
}

.minimo-msg{
  margin-top:10px;
  font-size:15px;
  font-weight:600;
  color:#8f3c2f;
}

.minimo-msg.ok{
  color:#2f6b00;
}

.btn-large{
  display:block;
  margin:30px auto;
  padding:15px 30px;
  font-size:18px;
  background:#5e3b1c;
  color:white;
  border:none;
  border-radius:999px;
  cursor:pointer;
  transition:.2s ease;
}

.btn-large.disabled,
.btn-large:disabled{
  opacity:.45;
  cursor:not-allowed;
  pointer-events:none;
  filter:grayscale(.2);
}

footer{
  padding:30px 0;
  background:rgba(255,255,255,.92);
  border-top:1px solid rgba(196,149,61,.28);
}

.footer-content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

footer p{
  margin:4px 0;
  color:var(--muted);
}

.footer-links{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.footer-social{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--green);
  text-decoration:none;
  font-weight:700;
}

.icon-circle{
  width:42px;
  height:42px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  background:#fff;
  border:1px solid rgba(196,149,61,.42);
  box-shadow:0 8px 20px rgba(74,48,32,.08);
  transition:.2s ease;
}

.footer-social:hover .icon-circle{
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(74,48,32,.13);
}

.icon-circle svg{
  width:22px;
  height:22px;
  fill:var(--brown);
}

@media (max-width:720px){
  .hero{
    padding:44px 14px 30px;
  }

  .banner-placeholder{
    min-height:240px;
  }

  .section-title{
    align-items:flex-start;
  }

  .footer-content{
    flex-direction:column;
    text-align:center;
  }

  .footer-links{
    justify-content:center;
  }

  .hero::before,
  .section::before{
    opacity:.10;
  }
}

html,
body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

.hero,
.section,
footer{
  max-width:100%;
  overflow:hidden;
}

img,
video,
svg{
  max-width:100%;
}

.floating-cart{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:9999;
  display:none;
  align-items:center;
  gap:10px;
  border:none;
  border-radius:999px;
  padding:12px 18px;
  background:var(--green);
  color:#fff;
  font-weight:800;
  font-size:15px;
  box-shadow:0 14px 32px rgba(47,42,37,.22);
  cursor:pointer;
  transition:transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.floating-cart.show{
  display:flex;
}

.floating-cart:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(47,42,37,.28);
}

.floating-cart .cart-icon{
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  font-size:18px;
}

.floating-cart span{
  line-height:1.15;
}

.floating-cart strong{
  display:block;
  font-size:14px;
  color:#f7e3a0;
}

@media (max-width:720px){
  .floating-cart{
    left:14px;
    right:14px;
    bottom:14px;
    justify-content:center;
    border-radius:18px;
    padding:14px 18px;
  }
}