:root {
  --green: #55624c;
  --green-dark: #2f3a31;
  --cream: #f3eee6;
  --sand: #d8cbb8;
  --gold: #b89a6a;
  --white: #fff;
  --ink: #20251f;
  --muted: #687066;
  --border: rgba(47, 58, 49, .15);
  --shadow: 0 20px 60px rgba(47, 58, 49, .13);
  --radius: 24px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); max-width: 850px; margin-bottom: 1.5rem; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin-bottom: 1.25rem; }
h3 { font-size: 1.2rem; }
p { color: var(--muted); }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding: 6.5rem 0; }
.section-soft { background: var(--cream); }
.section-heading { max-width: 680px; margin-bottom: 2.5rem; }
.eyebrow {
  margin-bottom: .85rem;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: .75rem; left: .75rem; z-index: 9999;
  transform: translateY(-150%); padding: .7rem 1rem; border-radius: 10px;
  background: var(--green-dark); color: var(--white); text-decoration: none;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  border-bottom: 1px solid var(--border);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; font-weight: 800; font-size: 1.15rem; text-decoration: none; }
.brand-mark {
  width: 38px; aspect-ratio: 1; display: grid; place-items: center;
  border-radius: 50% 50% 50% 12px; color: var(--white); background: var(--green);
}
.main-nav { display: flex; align-items: center; gap: 1.6rem; }
.main-nav a {
  color: var(--green-dark); font-size: .95rem; font-weight: 650; text-decoration: none;
}
.main-nav a:hover, .main-nav a:focus-visible { color: var(--gold); }
.menu-button {
  display: none; width: 44px; height: 44px; padding: 10px;
  border: 1px solid var(--border); border-radius: 12px; background: var(--white);
}
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green-dark); }

.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(184,154,106,.18), transparent 26rem),
    linear-gradient(135deg, #fbf9f5, #f3eee6);
}
.hero-grid {
  min-height: 760px; display: grid; grid-template-columns: 1.15fr .85fr;
  align-items: center; gap: 5rem; padding-block: 5rem;
}
.hero-text { max-width: 700px; font-size: 1.12rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.button {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 50px; padding: .85rem 1.25rem; border: 1px solid transparent;
  border-radius: 999px; font-weight: 750; text-decoration: none; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 26px rgba(85,98,76,.22); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { color: var(--green-dark); border-color: var(--border); background: rgba(255,255,255,.7); }
.microcopy { margin-top: 1rem; font-size: .86rem; }

.product-visual {
  position: relative; min-height: 510px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.6); border-radius: 40px;
  background: rgba(255,255,255,.38); box-shadow: var(--shadow);
  isolation: isolate;
}
.visual-glow {
  position: absolute; width: 310px; aspect-ratio: 1; z-index: -1;
  border-radius: 50%; background: rgba(184,154,106,.22); filter: blur(10px);
}
.product-box {
  position: absolute; left: 18%; bottom: 19%; width: 155px; height: 285px;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem;
  border-radius: 12px; color: var(--green-dark); background: var(--cream);
  border: 1px solid rgba(47,58,49,.12); box-shadow: 0 18px 45px rgba(47,58,49,.16);
  transform: rotate(-7deg);
}
.product-brand { font-weight: 900; letter-spacing: .18em; }
.product-name { text-align: center; font-family: Georgia, serif; font-size: 1.05rem; }
.product-size { font-size: .78rem; }
.product-bottle {
  position: absolute; right: 20%; bottom: 18%; width: 92px; height: 250px;
  display: grid; place-items: center; border-radius: 14px 14px 28px 28px;
  color: var(--cream); background: var(--green-dark);
  box-shadow: 0 18px 45px rgba(47,58,49,.28); transform: rotate(5deg);
}
.product-bottle::before {
  content: ""; position: absolute; top: -64px; width: 48px; height: 70px;
  border-radius: 8px 8px 3px 3px; background: linear-gradient(#111, #343434);
}
.product-bottle span { font-family: Georgia, serif; font-size: 2.2rem; }
.product-visual > p { position: absolute; bottom: 1rem; margin: 0; font-size: .75rem; }

.trust-strip { background: var(--green-dark); color: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 1.35rem 2rem; border-right: 1px solid rgba(255,255,255,.12); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid span { margin-top: .25rem; color: rgba(255,255,255,.7); font-size: .9rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 5rem; }
.notice {
  padding: 1rem 1.1rem; border-left: 4px solid var(--gold);
  border-radius: 0 12px 12px 0; background: var(--cream); font-size: .9rem;
}
.feature-card, .contact-card {
  padding: 2rem; border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--white); box-shadow: var(--shadow);
}
.feature-card ol { margin: 1rem 0 0; padding-left: 1.2rem; }
.feature-card li + li { margin-top: .75rem; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.card {
  min-height: 250px; padding: 1.7rem; border: 1px solid rgba(47,58,49,.1);
  border-radius: var(--radius); background: rgba(255,255,255,.72);
}
.card-icon {
  display: inline-grid; place-items: center; width: 44px; height: 44px; margin-bottom: 2rem;
  border-radius: 50%; color: var(--white); background: var(--green);
  font-size: .78rem; font-weight: 800;
}

.about-panel {
  min-height: 400px; display: grid; place-items: center; align-content: center;
  padding: 3rem; border-radius: 34px; background: var(--green);
  box-shadow: var(--shadow); text-align: center;
}
.about-panel p { max-width: 360px; color: rgba(255,255,255,.82); font-family: Georgia, serif; font-size: 1.5rem; }
.about-leaf {
  width: 110px; aspect-ratio: 1; display: grid; place-items: center; margin-bottom: 1.5rem;
  border-radius: 50% 50% 50% 12px; color: var(--green); background: var(--cream);
  font-family: Georgia, serif; font-size: 3.5rem;
}

.section-contact { background: var(--sand); }
.contact-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 4rem; }
.contact-card { font-style: normal; }
.contact-card div + div { margin-top: 1.4rem; padding-top: 1.4rem; border-top: 1px solid var(--border); }
.contact-card span { display: block; margin-bottom: .25rem; color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-card a { color: var(--green-dark); font-weight: 750; text-decoration: none; }
.contact-card p { margin: 0; }

.site-footer { padding: 4rem 0 1.5rem; color: rgba(255,255,255,.78); background: var(--green-dark); }
.site-footer p { color: inherit; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.brand-footer { color: var(--white); }
.legal { justify-self: end; max-width: 580px; }
.legal p { margin-bottom: .4rem; }
.legal a { color: var(--cream); }
.footer-bottom { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .85rem; }

.whatsapp-float {
  position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 900;
  width: 58px; aspect-ratio: 1; display: grid; place-items: center;
  border-radius: 50%; color: var(--white); background: #1f8f4e;
  box-shadow: 0 15px 30px rgba(0,0,0,.2); text-decoration: none; font-size: 1.5rem;
}

@media (max-width: 900px) {
  .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .hero-grid { min-height: auto; }
  .product-visual { min-height: 450px; }
  .cards { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid div:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .legal { justify-self: start; }
}

@media (max-width: 720px) {
  .section { padding: 4.5rem 0; }
  .menu-button { display: block; }
  .main-nav {
    position: absolute; top: calc(100% + 1px); left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 0;
    padding: .75rem 1rem 1rem; background: var(--white); border-bottom: 1px solid var(--border);
  }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: .85rem .25rem; }
  .hero-grid { padding-block: 4rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .product-box { left: 12%; }
  .product-bottle { right: 15%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
