:root{
  --bg:#f7f1e3;
  --fg:#152a1e;
  --green:#1a5233;
  --green-dark:#0d3320;
  --gold:#e0a52a;
  --gold-light:#f2c94c;
  --red:#c8371f;
  --cream:#f7f1e3;
  --muted:#5d6b62;
  --border:#e0d8c5;
  --grad-hero:linear-gradient(135deg,#0d2b1a 0%,#1a5233 60%,#256a44 100%);
  --grad-gold:linear-gradient(135deg,#f2c94c 0%,#e0a52a 50%,#b78221 100%);
  --grad-cta:linear-gradient(135deg,#1f6b3f 0%,#0e3821 100%);
  --shadow-soft:0 6px 20px -8px rgba(20,50,30,0.15);
  --shadow-lifted:0 20px 45px -20px rgba(20,50,30,0.35);
  --shadow-gold:0 12px 30px -12px rgba(224,165,42,0.55);
  --trans:all .35s cubic-bezier(.4,0,.2,1);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);
  color:var(--fg);
  font-family:'Inter',system-ui,sans-serif;
  text-align:center;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,h4{
  font-family:'Cinzel',Georgia,serif;
  letter-spacing:.02em;
}
img{max-width:100%;display:block}

.container{max-width:1200px;margin:0 auto;padding:0 1rem}

/* TOP BAR */
.top-bar{background:#c8371f;color:#fff;padding:.75rem 1rem}
.top-bar p{font-size:.95rem;font-weight:600}
.top-bar .city{text-decoration:underline}

/* CHIP */
.chip{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.4rem 1rem;border-radius:999px;
  font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;
  background:rgba(224,165,42,.15);
  color:var(--green-dark);
  border:1px solid rgba(224,165,42,.4);
}
.chip-dark{
  background:rgba(224,165,42,.2);
  border-color:var(--gold);
  color:var(--gold-light);
}

/* DIVIDER */
.divider-gold{width:64px;height:4px;border-radius:2px;background:var(--grad-gold);margin:1.5rem auto 0}

/* TRIBAL */
.tribal-border{
  height:4px;margin-top:2rem;
  background-image:repeating-linear-gradient(45deg,var(--gold) 0 6px,transparent 6px 12px,var(--red) 12px 18px,transparent 18px 24px);
}

/* HERO */
.hero{position:relative;padding:4rem 0 2rem;overflow:hidden}
.bg-glow{
  position:absolute;inset:0;z-index:-1;opacity:.4;
  background:
    radial-gradient(60% 60% at 50% 20%,rgba(224,165,42,.25) 0%,transparent 60%),
    radial-gradient(50% 50% at 50% 80%,rgba(26,82,51,.18) 0%,transparent 60%);
}
.hero-title{
  margin-top:1.5rem;
  font-size:clamp(2.5rem,7vw,4.5rem);
  font-weight:900;line-height:1.05;
  color:var(--green-dark);
  text-transform:uppercase;
}
.hero-title .gold{color:var(--gold)}
.hero-sub{
  margin-top:1rem;
  font-family:'Cinzel',serif;
  text-transform:uppercase;letter-spacing:.3em;
  color:var(--green);
  font-size:clamp(.9rem,1.5vw,1.2rem);
}
.product-wrap{position:relative;display:flex;justify-content:center;align-items:center;margin-top:2rem}
.halo{
  position:absolute;width:380px;height:380px;max-width:100%;
  border-radius:50%;filter:blur(60px);opacity:.6;
  background:radial-gradient(circle,rgba(224,165,42,.35),transparent 70%);
}
.product-img{position:relative;z-index:1;max-width:420px;width:100%;filter:drop-shadow(0 20px 30px rgba(0,0,0,.3))}
.hero-desc{margin-top:2rem;font-size:1.1rem;color:var(--muted);max-width:36rem;margin-inline:auto}
.hero-desc b{color:var(--fg)}

/* BUTTONS */
.btn-gold{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  margin-top:2rem;
  padding:1rem 2rem;border-radius:999px;
  font-weight:700;font-size:1rem;text-decoration:none;
  color:var(--green-dark);
  background:var(--grad-gold);
  box-shadow:var(--shadow-gold);
  transition:var(--trans);
  border:none;cursor:pointer;
}
.btn-gold:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 40px -12px rgba(224,165,42,.75)}
.btn-gold:active{transform:translateY(0) scale(.98)}
.btn-lg{padding:1.25rem 3rem;font-size:1.15rem;margin-top:1.5rem}

.pay-info{margin-top:.75rem;font-size:.9rem;font-weight:600;color:var(--green-dark)}
.stock-warn{margin-top:.5rem;font-size:.9rem;font-weight:500;color:#a83318}
.pay-info.light{color:#fff}
.stock-warn.light{color:var(--gold-light)}

.rating{
  margin-top:1.5rem;display:flex;justify-content:center;align-items:center;gap:.5rem;
  color:var(--muted);font-size:.9rem;
}
.stars{color:var(--gold);letter-spacing:2px}

/* SECTIONS */
.section{padding:5rem 0}
.section h2{
  margin-top:1.5rem;
  font-size:clamp(1.75rem,4vw,3rem);
  font-weight:700;color:var(--green-dark);
}
.text-white{color:#fff !important}

.section-cream{background:linear-gradient(180deg,var(--cream) 0%,#efe6cf 100%)}
.section-dark{background:var(--grad-hero);color:#fff;position:relative;overflow:hidden}

/* GRIDS */
.grid-3{
  margin-top:3.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem;
  max-width:64rem;margin-inline:auto;
}
@media(min-width:640px){.grid-3{grid-template-columns:repeat(3,1fr)}}

.grid-5{
  margin-top:3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;
  max-width:70rem;margin-inline:auto;
}
@media(min-width:768px){.grid-5{grid-template-columns:repeat(5,1fr)}}

/* CARD */
.card{
  background:#fff;border-radius:1rem;padding:2rem;
  border:1px solid rgba(224,216,197,.6);
  box-shadow:var(--shadow-soft);
  transition:var(--trans);
  display:flex;flex-direction:column;align-items:center;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lifted);border-color:rgba(224,165,42,.5)}
.icon-box{
  width:56px;height:56px;border-radius:1rem;
  background:var(--grad-gold);
  display:flex;align-items:center;justify-content:center;
  font-size:1.75rem;margin-bottom:1.25rem;
}
.card h3{font-size:1.25rem;font-weight:700;color:var(--green-dark)}
.card p{margin-top:.5rem;color:var(--muted)}

/* INGREDIENT CARD */
.ing-card{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:1rem;padding:1.5rem;border-radius:1rem;
  background:rgba(255,255,255,.7);backdrop-filter:blur(8px);
  border:1px solid rgba(224,165,42,.35);
  box-shadow:0 2px 8px rgba(0,0,0,.04);
  transition:var(--trans);
}
.ing-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lifted)}
.ing-card .check{
  width:56px;height:56px;border-radius:50%;
  background:var(--green);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:1.5rem;font-weight:900;
  box-shadow:0 0 0 6px rgba(224,165,42,.25);
  transition:var(--trans);
}
.ing-card:hover .check{transform:scale(1.1)}
.ing-card span{font-weight:700;color:var(--green-dark);font-size:1rem;line-height:1.2}

/* TESTIMONIALS */
.testi{
  border-radius:1rem;padding:2rem;text-align:center;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.1);
  backdrop-filter:blur(6px);
  transition:var(--trans);
}
.testi:hover{background:rgba(255,255,255,.1);transform:translateY(-4px)}
.testi .stars{display:block;margin-bottom:1rem}
.testi p{color:rgba(255,255,255,.9);font-style:italic}
.testi-foot{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}
.testi-foot strong{display:block;color:#fff}
.testi-foot span{color:rgba(255,255,255,.6);font-size:.85rem}

/* CTA BOX */
.cta-box{
  position:relative;overflow:hidden;
  border-radius:2.5rem;
  padding:3rem 2rem;
  background:var(--grad-hero);
  color:#fff;
  box-shadow:var(--shadow-lifted);
  max-width:48rem;margin:0 auto;
  display:flex;flex-direction:column;align-items:center;
}
@media(min-width:768px){.cta-box{padding:4rem 3rem}}
.cta-box h2{margin-top:1.5rem}
.price-old{margin-top:2rem;color:rgba(255,255,255,.6);text-decoration:line-through}
.price-now{
  margin-top:.5rem;
  font-family:'Cinzel',serif;
  font-size:clamp(3rem,8vw,5rem);
  font-weight:700;color:var(--gold);
}
.price-inst{color:rgba(255,255,255,.7);font-size:.9rem;margin-top:.25rem}
.guarantee{margin-top:1rem;color:rgba(255,255,255,.7);font-size:.9rem;display:flex;gap:.5rem;align-items:center}

/* FOOTER */
footer{border-top:1px solid rgba(224,216,197,.6);background:var(--cream);padding:2.5rem 0}
.logo-mark{display:flex;align-items:center;justify-content:center;gap:.5rem}
.logo-circle{
  width:40px;height:40px;border-radius:50%;
  background:var(--grad-gold);
  display:flex;align-items:center;justify-content:center;font-size:1.25rem;
}
.logo-text{font-family:'Cinzel',serif;font-size:1.1rem;font-weight:700;color:var(--green-dark)}
.disclaimer{margin-top:1rem;font-size:.75rem;color:var(--muted);max-width:32rem;margin-inline:auto}
.copyright{margin-top:1.5rem;font-size:.75rem;color:var(--muted)}

/* ANIMATION */
@keyframes floatY{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}
.float{animation:floatY 6s ease-in-out infinite}
