:root {
  --leaf-950: #07140d;
  --leaf-900: #0b2014;
  --leaf-800: #12351f;
  --leaf-700: #1f5a33;
  --leaf-500: #4f9d55;
  --leaf-100: #eaf5e8;
  --cream: #fbf7ed;
  --gold: #c8a85b;
  --muted: #6c766f;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(7, 20, 13, 0.18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--leaf-950);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  padding: 14px 0;
  background: rgba(7, 20, 13, 0.58);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -0.03em; color: var(--white); }
.brand-mark {
  display: grid; place-items: center;
  width: 40px; height: 40px;
  border-radius: 50%;
  color: var(--leaf-950);
  background: linear-gradient(135deg, #e9d79a, var(--gold));
  box-shadow: 0 10px 24px rgba(200,168,91,.35);
}
.nav-links { display: flex; align-items: center; gap: 22px; color: rgba(255,255,255,.9); font-size: 14px; }
.nav-links a:not(.btn):hover { color: #dff4d8; }
.nav-toggle { display: none; color: #fff; background: none; border: 0; font-size: 28px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 52px; padding: 0 24px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  color: #07140d;
  background: linear-gradient(135deg, #eefadf, #8fd46f);
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(79,157,85,.25);
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 22px 52px rgba(79,157,85,.34); }
.btn-small { min-height: 40px; padding: 0 16px; font-size: 13px; }
.btn-ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.28); box-shadow: none; }
.btn-gold { background: linear-gradient(135deg, #f4e2a8, var(--gold)); box-shadow: 0 20px 48px rgba(200,168,91,.28); }

.hero { position: relative; min-height: 100vh; display: grid; align-items: center; overflow: hidden; color: var(--white); padding: 130px 0 70px; }
.hero-media, .hero-media img, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.05); animation: slowZoom 18s ease-in-out infinite alternate; }
.hero-overlay { background: radial-gradient(circle at 25% 25%, rgba(84,148,67,.35), transparent 36%), linear-gradient(90deg, rgba(7,20,13,.88), rgba(7,20,13,.55), rgba(7,20,13,.22)); }
.hero-content { position: relative; z-index: 2; max-width: 840px; margin-left: max(calc((100vw - 1160px)/2), 20px); }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; color: #d8edc9; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.eyebrow.dark { color: var(--leaf-700); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 86px); line-height: .94; letter-spacing: -0.075em; max-width: 860px; margin-bottom: 24px; }
h2 { font-size: clamp(32px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -0.06em; margin-bottom: 22px; }
h3 { font-size: 20px; line-height: 1.15; letter-spacing: -0.03em; margin-bottom: 8px; }
.hero-copy { max-width: 690px; font-size: clamp(17px, 2vw, 22px); color: rgba(255,255,255,.84); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 34px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; max-width: 720px; }
.trust-grid article { padding: 18px; border-radius: 20px; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(12px); }
.trust-grid strong { display: block; font-size: 24px; color: #e7d28c; }
.trust-grid span { color: rgba(255,255,255,.78); font-size: 14px; }

.section { padding: 108px 0; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; }
.align-center { align-items: center; }
.intro-section { background: var(--cream); }
.feature-list { display: grid; gap: 18px; }
.feature-card { padding: 26px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid rgba(31,90,51,.08); }
.icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 16px; border-radius: 50%; background: var(--leaf-100); color: var(--leaf-700); font-weight: 900; }

.green-panel { background: linear-gradient(135deg, var(--leaf-950), var(--leaf-800)); color: #fff; position: relative; overflow: hidden; }
.green-panel:before { content: ""; position: absolute; width: 420px; height: 420px; right: -120px; top: -120px; background: rgba(143,212,111,.16); filter: blur(30px); border-radius: 50%; }
.image-stack { position: relative; }
.main-img, .rounded-img { border-radius: var(--radius); box-shadow: var(--shadow); min-height: 470px; object-fit: cover; width: 100%; }
.floating-card { position: absolute; left: 24px; bottom: 24px; right: 24px; padding: 20px; border-radius: 22px; background: rgba(255,255,255,.92); color: var(--leaf-950); box-shadow: var(--shadow); }
.floating-card strong { display: block; font-size: 20px; }
.highlight-box { margin-top: 28px; padding: 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.08); }
.highlight-box strong, .highlight-box span { display: block; }
.highlight-box span { margin-top: 8px; color: rgba(255,255,255,.78); }

.section-head { max-width: 800px; margin-bottom: 34px; }
.section-head.narrow { text-align: center; margin-inline: auto; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { overflow: hidden; background: #fff; border-radius: 28px; box-shadow: var(--shadow); border: 1px solid rgba(31,90,51,.08); }
.product-card img { width: 100%; height: 230px; object-fit: cover; }
.product-card div { padding: 22px; }
.product-card p { color: var(--muted); }

.luxury { background: #f4f0e4; }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 14px; }
.check-list li { padding-left: 34px; position: relative; color: #34463a; }
.check-list li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--leaf-700); font-weight: 900; }
.video-card { position: relative; padding: 14px; border-radius: 32px; background: #fff; box-shadow: var(--shadow); }
.video-card img { border-radius: 24px; height: 440px; width: 100%; object-fit: cover; }
.video-card p { padding: 16px 8px 0; color: var(--muted); font-size: 14px; }
.play { position: absolute; left: 50%; top: 44%; transform: translate(-50%,-50%); width: 74px; height: 74px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.9); color: var(--leaf-900); font-size: 28px; box-shadow: 0 20px 50px rgba(0,0,0,.22); }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.timeline div { padding: 28px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.timeline span { color: var(--gold); font-weight: 900; letter-spacing: .12em; }
.timeline strong { display: block; margin: 12px 0 8px; font-size: 22px; }
.timeline p { color: var(--muted); margin: 0; }

.farmer { background: #fff; }
.farmer p { color: #49584f; }
.text-link { color: var(--leaf-700); font-weight: 900; }

.cta-section { padding: 100px 0; background: radial-gradient(circle at 20% 20%, rgba(143,212,111,.18), transparent 35%), var(--leaf-950); }
.cta-card { text-align: center; padding: clamp(36px, 6vw, 76px); border-radius: 38px; color: #fff; background: linear-gradient(135deg, rgba(255,255,255,.1), rgba(255,255,255,.04)); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 30px 100px rgba(0,0,0,.28); }
.cta-card p { max-width: 700px; margin-inline: auto; color: rgba(255,255,255,.78); }

.footer { padding: 42px 0; background: #030a06; color: rgba(255,255,255,.74); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr; gap: 24px; align-items: start; }
.footer .brand { margin-bottom: 14px; }
.footer a:not(.brand) { display: block; margin-top: 8px; color: #e7d28c; }

@keyframes slowZoom { from { transform: scale(1.02); } to { transform: scale(1.12); } }

@media (max-width: 900px) {
  .container { width: min(100% - 28px, 720px); }
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; left: 14px; right: 14px; top: 74px;
    display: none; flex-direction: column; align-items: stretch;
    padding: 18px; border-radius: 24px;
    background: rgba(7,20,13,.96);
  }
  .nav-links.is-open { display: flex; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-content { margin-inline: auto; }
  .trust-grid, .two-col, .product-grid, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .product-card img { height: 260px; }
  .main-img, .rounded-img, .video-card img { min-height: 320px; height: 320px; }
}

@media (max-width: 560px) {
  h1 { font-size: 42px; }
  h2 { font-size: 34px; }
  .section { padding: 72px 0; }
  .hero-actions .btn { width: 100%; }
  .trust-grid article { padding: 16px; }
}
