/* ============ RESET / BASE ============ */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1a2e1f;
  background: #fffdf8;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
ul { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4 {
  font-family: 'Fraunces', Georgia, serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 .5em;
  color: #14241a;
}
p { margin: 0 0 1em; color: #4a5a4f; }

:root {
  --green-50:  #f1f8f0;
  --green-100: #def1da;
  --green-300: #8ec787;
  --green-500: #3f7c3b;
  --green-600: #2f6a2c;
  --green-700: #1f4d1f;
  --cream:     #fff8ec;
  --cream-2:   #fef3da;
  --gold:      #d4a437;
  --ink:       #14241a;
  --muted:     #6a7a70;
  --border:    #e6e2d6;
  --shadow:    0 12px 32px -12px rgba(20,36,26,.18);
  --shadow-lg: 0 30px 60px -20px rgba(20,36,26,.25);
}

.container { width: min(1180px, 92%); margin: 0 auto; }
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--green-600);
  font-weight: 600;
  margin-bottom: 1rem;
}
.eyebrow.center { display: block; text-align: center; }
.section { padding: 96px 0; }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .7rem 1.2rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: .95rem;
  transition: all .18s ease;
  white-space: nowrap;
}
.btn-primary { background: var(--green-600); color: #fff; }
.btn-primary:hover { background: var(--green-700); transform: translateY(-1px); box-shadow: 0 8px 18px -8px rgba(31,77,31,.6); }
.btn-outline { background: #fff; border: 1.5px solid var(--green-600); color: var(--green-600); }
.btn-outline:hover { background: var(--green-50); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-ghost:hover { background: #f1efe6; }
.btn-lg { padding: .95rem 1.6rem; font-size: 1rem; }
.btn-sm { padding: .5rem .9rem; font-size: .85rem; }
.w-full { width: 100%; }

/* ============ HEADER / NAV ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,248,.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
}
.nav-wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
}
.logo {
  display: inline-flex; align-items: center; gap: .65rem;
  font-family: 'Fraunces', serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--ink);
}
.logo-mark {
  width: 38px; height: 38px;
  background: var(--green-600);
  color: #fff;
  display: grid; place-items: center;
  border-radius: 10px;
  font-weight: 700;
  box-shadow: inset 0 -3px 0 rgba(0,0,0,.18);
}
.logo-text em { color: var(--green-600); font-style: italic; }
.logo-light { color: #fff; }
.logo-light .logo-text em { color: var(--green-300); }

.nav-links {
  display: flex; gap: 2rem; align-items: center;
  font-weight: 500; font-size: .95rem;
}
.nav-links a { color: #3a4a40; position: relative; padding: .25rem 0; }
.nav-links a:hover { color: var(--green-600); }
.nav-links a.active { color: var(--green-600); }
.nav-links a.active::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 2px; background: var(--green-600); border-radius: 2px;
}
.nav-actions { display: flex; gap: .5rem; align-items: center; }

.hamburger { display: none; flex-direction: column; gap: 4px; padding: 8px; }
.hamburger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; }

/* ============ HERO ============ */
.hero {
  background:
    radial-gradient(60% 80% at 100% 0%, rgba(143,199,135,.25), transparent 60%),
    linear-gradient(180deg, #fff8ec 0%, #fffdf8 100%);
  padding: 80px 0 100px;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  letter-spacing: -.02em;
}
.hero h1 .accent { color: var(--green-600); font-style: italic; }
.lead { font-size: 1.1rem; color: #506056; max-width: 520px; }
.hero-cta { display: flex; gap: 1rem; margin: 1.6rem 0 2.4rem; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats strong {
  font-family: 'Fraunces', serif;
  font-size: 1.6rem;
  color: var(--ink);
}
.hero-stats span { font-size: .85rem; color: var(--muted); }

.hero-art {
  position: relative;
  height: 480px;
}
.hero-blob {
  position: absolute; inset: 30px;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  border-radius: 48% 52% 60% 40% / 50% 45% 55% 50%;
  box-shadow: var(--shadow-lg);
  animation: blob 12s ease-in-out infinite;
}
@keyframes blob {
  0%,100% { border-radius: 48% 52% 60% 40% / 50% 45% 55% 50%; }
  50%     { border-radius: 60% 40% 45% 55% / 45% 55% 45% 55%; }
}
.hero-bottle {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
}
.bottle-neck {
  width: 50px; height: 28px;
  background: #f3ead3;
  border-radius: 8px 8px 4px 4px;
  margin: 0 auto;
  border-bottom: 6px solid var(--gold);
}
.bottle-body {
  background: linear-gradient(180deg, #fffefa 0%, #f5ecd6 100%);
  border-radius: 16px 16px 28px 28px;
  height: 230px;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  gap: .5rem;
  color: var(--green-700);
  font-weight: 700;
  text-align: center;
  box-shadow: inset 8px -8px 24px rgba(0,0,0,.06), inset -8px 8px 24px rgba(255,255,255,.6);
  font-family: 'Fraunces', serif;
}
.bottle-body .big { font-size: 3.4rem; line-height: 1; color: var(--green-600); }
.bottle-body span:not(.big) { font-size: .75rem; letter-spacing: .15em; }

.hero-card {
  position: absolute;
  background: #fff;
  padding: 12px 16px;
  border-radius: 14px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 12px;
  font-size: .9rem;
  z-index: 2;
}
.hero-card strong { display: block; font-size: .92rem; }
.hero-card small { color: var(--muted); font-size: .75rem; }
.hc-icon {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  background: var(--cream-2);
  border-radius: 10px;
  font-size: 1.2rem;
}
.hero-card-1 { top: 30px; left: -10px; animation: float 5s ease-in-out infinite; }
.hero-card-2 { bottom: 40px; right: -10px; animation: float 5s ease-in-out -2.5s infinite; }
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-10px); }
}

/* ============ FEATURES ============ */
.features { padding: 64px 0; background: #fff; border-bottom: 1px solid var(--border); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.feature { text-align: center; padding: 0 8px; }
.feature h3 { font-size: 1.15rem; margin-bottom: .35em; }
.feature p { font-size: .92rem; color: var(--muted); }
.feat-icon {
  width: 56px; height: 56px;
  margin: 0 auto 1rem;
  background: var(--green-50);
  border-radius: 16px;
  display: grid; place-items: center;
  font-size: 1.6rem;
  border: 1px solid var(--green-100);
}

/* ============ PRODUCTS ============ */
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.product-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 20px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-img {
  position: relative;
  height: 180px;
  border-radius: 14px;
  display: grid; place-items: center;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.product-emoji { font-size: 5rem; }
.product-card h3 { font-size: 1.25rem; margin-bottom: .35em; }
.product-card p { font-size: .9rem; color: var(--muted); margin-bottom: 1rem; }
.product-foot { display: flex; align-items: center; justify-content: space-between; }
.price {
  font-family: 'Fraunces', serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--ink);
}
.price small { color: var(--muted); font-weight: 400; font-size: .8rem; }
.tag {
  position: absolute; top: 12px; right: 12px;
  background: var(--green-600); color: #fff;
  font-size: .7rem; font-weight: 600;
  padding: 4px 10px; border-radius: 999px;
  letter-spacing: .04em;
}

/* ============ ABOUT ============ */
.about {
  padding: 96px 0;
  background:
    linear-gradient(180deg, #fffdf8 0%, #f7f3e8 100%);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-art {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about-tile {
  background: #fff;
  padding: 28px 22px;
  border-radius: 18px;
  border: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 6px;
  box-shadow: var(--shadow);
}
.about-tile span { font-size: 2rem; }
.about-tile strong { font-family: 'Fraunces', serif; font-size: 1.15rem; color: var(--ink); }
.about-tile small { color: var(--muted); font-size: .85rem; }
.about-tile:nth-child(odd) { transform: translateY(-12px); }
.about-text h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); }

/* ============ TESTIMONIALS ============ */
.testimonials { background: #fff; }
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 26px;
  display: flex; flex-direction: column;
}
.stars { color: var(--gold); letter-spacing: 2px; margin-bottom: .8rem; }
.testimonial p {
  font-family: 'Fraunces', serif;
  font-size: 1.05rem;
  color: var(--ink);
  flex: 1;
  margin-bottom: 1.4rem;
}
.t-user { display: flex; align-items: center; gap: .75rem; }
.avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: .9rem;
  color: #1a2e1f;
}
.t-user strong { display: block; font-size: .95rem; }
.t-user small { color: var(--muted); font-size: .8rem; }

/* ============ CONTACT ============ */
.contact {
  background: linear-gradient(180deg, #f7f3e8 0%, #fffdf8 100%);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-info h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); }
.contact-list { margin: 2rem 0; display: flex; flex-direction: column; gap: 1.2rem; }
.contact-list li { display: flex; gap: 1rem; }
.ci-icon {
  width: 44px; height: 44px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  display: grid; place-items: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.contact-list strong { display: block; margin-bottom: .15rem; }
.contact-list a, .contact-list span { color: var(--muted); font-size: .95rem; }
.contact-list a:hover { color: var(--green-600); }

.socials { display: flex; gap: .6rem; }
.socials a {
  width: 40px; height: 40px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 700;
  font-size: .85rem;
  color: var(--green-600);
  transition: all .18s;
}
.socials a:hover { background: var(--green-600); color: #fff; transform: translateY(-2px); }

.contact-form {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 36px;
  box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 1rem;
}
.contact-form h3 { font-size: 1.4rem; margin-bottom: .25rem; }
.contact-form label { display: flex; flex-direction: column; gap: .35rem; }
.contact-form label > span { font-size: .85rem; font-weight: 500; color: #3a4a40; }
.contact-form input,
.contact-form select,
.contact-form textarea {
  padding: .85rem 1rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  font: inherit;
  background: #fffdf8;
  transition: border-color .15s, box-shadow .15s;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(63,124,59,.12);
}
.row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-note { color: var(--muted); text-align: center; }

/* ============ FOOTER ============ */
.site-footer {
  background: #14241a;
  color: #d8e2dc;
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 56px;
}
.site-footer h4 { color: #fff; font-family: 'Inter', sans-serif; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 1rem; }
.site-footer ul li { margin-bottom: .5rem; font-size: .9rem; }
.site-footer ul li a:hover { color: var(--green-300); }
.site-footer .muted { color: #8fa093; font-size: .9rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 22px 0;
  font-size: .85rem;
  color: #8fa093;
}
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }

/* ============ MODALS ============ */
.modal {
  position: fixed; inset: 0;
  z-index: 100;
  display: none;
  align-items: center; justify-content: center;
  padding: 1rem;
}
.modal.open { display: flex; }
.modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(20,36,26,.6);
  backdrop-filter: blur(4px);
  animation: fadeIn .2s ease;
}
.modal-card {
  position: relative;
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  width: min(440px, 100%);
  max-height: 90vh;
  overflow: auto;
  box-shadow: var(--shadow-lg);
  animation: slideUp .3s cubic-bezier(.2,.8,.2,1);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close {
  position: absolute; top: 14px; right: 16px;
  width: 36px; height: 36px;
  border-radius: 50%;
  font-size: 1.5rem;
  color: var(--muted);
  display: grid; place-items: center;
}
.modal-close:hover { background: #f1efe6; color: var(--ink); }
.modal-head { margin-bottom: 1.5rem; }
.modal-head h2 { font-size: 1.7rem; margin-bottom: .3rem; }
.modal-head p { color: var(--muted); margin: 0; font-size: .95rem; }
.modal-form { display: flex; flex-direction: column; gap: 1rem; }
.modal-form label { display: flex; flex-direction: column; gap: .35rem; }
.modal-form label > span { font-size: .85rem; font-weight: 500; color: #3a4a40; }
.modal-form input,
.modal-form select {
  padding: .8rem 1rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  font: inherit;
  background: #fffdf8;
}
.modal-form input:focus {
  outline: none;
  border-color: var(--green-500);
  box-shadow: 0 0 0 4px rgba(63,124,59,.12);
}
.row-between { display: flex; justify-content: space-between; align-items: center; font-size: .85rem; }
.check { display: flex; align-items: flex-start; gap: .55rem; font-size: .82rem; line-height: 1.5; color: #3a4a40; }
.check input { width: auto; padding: 0; margin-top: 3px; flex-shrink: 0; }
.check span { flex: 1; }
.check a { color: var(--green-600); font-weight: 500; }
.check a:hover { text-decoration: underline; }
.link { color: var(--green-600); font-weight: 500; }
.link:hover { text-decoration: underline; }
.divider {
  display: flex; align-items: center; gap: .75rem;
  color: var(--muted); font-size: .8rem;
  margin: .5rem 0;
}
.divider::before, .divider::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}
.modal-foot { text-align: center; font-size: .9rem; margin: 0; color: var(--muted); }
.modal-foot a { color: var(--green-600); font-weight: 600; }
.modal-foot a:hover { text-decoration: underline; }

/* ============ LEGAL PAGES ============ */
.page-hero {
  background: linear-gradient(180deg, #fff8ec 0%, #fffdf8 100%);
  padding: 80px 0 60px;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.page-hero h1 { font-size: clamp(2.2rem, 4vw, 3rem); }
.page-hero p { color: var(--muted); max-width: 600px; margin: 0 auto; }
.legal {
  padding: 64px 0 96px;
  max-width: 820px;
  margin: 0 auto;
}
.legal h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}
.legal h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.legal h3 { font-size: 1.1rem; margin-top: 1.5rem; }
.legal p, .legal li { color: #3a4a40; font-size: .98rem; }
.legal ul { list-style: disc; padding-left: 1.4rem; margin-bottom: 1rem; }
.legal li { margin-bottom: .4rem; }
.legal .updated {
  display: inline-block;
  background: var(--green-50);
  color: var(--green-700);
  border: 1px solid var(--green-100);
  padding: .35rem .9rem;
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-art { height: 380px; max-width: 420px; margin: 0 auto; }
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid { grid-template-columns: 1fr; gap: 48px; }
  .testimonial-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 720px) {
  .section { padding: 72px 0; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: .5rem 0;
    border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .9rem 5%; border-bottom: 1px solid var(--border); }
  .nav-links a:last-child { border-bottom: 0; }
  .hamburger { display: flex; }
  .nav-actions .btn-ghost { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 1.2rem; flex-wrap: wrap; }
  .hero-stats strong { font-size: 1.3rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom .container { justify-content: center; text-align: center; }
  .modal-card { padding: 28px 22px; }
  .row { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
}
