:root {
  --green: #006b3d;
  --green-dark: #004627;
  --green-soft: #e9f4ee;
  --yellow: #ffc900;
  --gold: #d79b00;
  --ink: #101815;
  --muted: #61706a;
  --white: #ffffff;
  --line: rgba(0, 70, 39, 0.12);
  --shadow: 0 26px 70px rgba(0, 36, 18, 0.16);
  --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", Arial, "Noto Sans", sans-serif;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 96px 0; }

.topbar {
  background: var(--green-dark);
  color: #f5fff9;
  font-size: 13px;
  letter-spacing: .02em;
}
.topbar-inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.topbar a { opacity: .92; }
.topbar a:hover { opacity: 1; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  color: var(--green-dark);
  letter-spacing: .02em;
  white-space: nowrap;
}
.brand img { width: 124px; border-radius: 12px; box-shadow: 0 10px 26px rgba(215, 155, 0, .18); }
.brand span { font-size: 18px; }
.nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nav a {
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  color: var(--green-dark);
  transition: background .2s ease, color .2s ease;
}
.nav a:hover, .nav a.active { background: var(--green); color: var(--white); }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 650px;
  background: radial-gradient(circle at 10% 10%, rgba(255, 201, 0, .38), transparent 32%), linear-gradient(135deg, var(--green-dark) 0%, var(--green) 56%, #0a7c49 100%);
  color: var(--white);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -100px -230px auto;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(255, 201, 0, .2);
  filter: blur(2px);
}
.hero-bg-mark {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.hero-bg-mark-one {
  top: 110px;
  right: 10%;
  width: 290px;
  height: 290px;
  background: rgba(255,255,255,.08);
}
.hero-bg-mark-two {
  left: -80px;
  bottom: 52px;
  width: 360px;
  height: 210px;
  background: rgba(255, 201, 0, .88);
  border-radius: 0 110px 110px 0;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 56px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold);
}
.hero .eyebrow { color: var(--yellow); }
.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 5.8vw, 78px);
  line-height: .96;
  letter-spacing: -.055em;
  max-width: 760px;
}
h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  letter-spacing: -.045em;
  color: var(--green-dark);
}
h3 { margin: 0; font-size: 22px; line-height: 1.1; }
.hero-text {
  max-width: 580px;
  font-size: 20px;
  line-height: 1.65;
  color: rgba(255,255,255,.86);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 14px;
  border: 1px solid rgba(255,255,255,.28);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(0,0,0,.18); }
.btn-primary { background: var(--yellow); color: var(--green-dark); border-color: var(--yellow); }
.btn-light { color: var(--white); background: rgba(255,255,255,.1); }
.hero-visual {
  position: relative;
  min-height: 510px;
}
.hero-card, .hero-mini-card {
  position: absolute;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}
.hero-card-large {
  left: 40px;
  top: 20px;
  width: min(500px, 82%);
  height: 410px;
  transform: rotate(-2deg);
}
.hero-card img, .hero-mini-card img { width: 100%; height: 100%; object-fit: cover; }
.hero-card span, .hero-mini-card span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(0, 70, 39, .88);
  color: var(--white);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}
.hero-mini-card {
  width: 190px;
  height: 190px;
  border: 8px solid var(--white);
}
.hero-mini-one { right: 22px; top: 76px; transform: rotate(5deg); }
.hero-mini-two { right: 88px; bottom: 20px; transform: rotate(-4deg); }

.stats-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}
.stat-item {
  min-height: 132px;
  padding: 26px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stat-item strong {
  display: block;
  color: var(--green);
  font-size: 28px;
  letter-spacing: -.02em;
}
.stat-item span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.35;
  font-weight: 700;
}

.intro { background: #f7fbf8; }
.intro-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 0;
  align-items: stretch;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 53, 29, .11);
  background: var(--white);
}
.intro-image { min-height: 560px; }
.intro-image img { width: 100%; height: 100%; object-fit: cover; }
.intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 6vw, 76px);
}
.intro-copy p:not(.eyebrow), .contact-copy p {
  font-size: 17px;
  line-height: 1.9;
  color: var(--muted);
}

.products { background: var(--white); }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading .eyebrow { justify-content: center; }
.product-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 310px;
  gap: 18px;
}
.product-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: var(--green-soft);
  box-shadow: 0 18px 55px rgba(0, 36, 18, .1);
  isolation: isolate;
}
.product-card-wide { grid-column: span 2; }
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.product-card:hover img { transform: scale(1.05); }
.product-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  color: var(--white);
  background: linear-gradient(180deg, transparent 20%, rgba(0, 42, 22, .76) 100%);
  z-index: 1;
}
.product-overlay h3 {
  max-width: 380px;
  font-size: clamp(20px, 2.3vw, 34px);
  letter-spacing: -.025em;
}

.contact {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  right: -120px;
  top: -130px;
  background: rgba(255, 201, 0, .16);
}
.contact-grid {
  position: relative;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 42px;
  align-items: start;
}
.contact h2 { color: var(--white); }
.contact .eyebrow { color: var(--yellow); }
.contact-copy p { color: rgba(255,255,255,.78); max-width: 560px; }
.contact-card {
  background: rgba(255,255,255,.96);
  border-radius: 34px;
  padding: clamp(28px, 4vw, 48px);
  color: var(--ink);
  box-shadow: var(--shadow);
}
dl { margin: 0; }
dl div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
dl div:first-child { padding-top: 0; }
dl div:last-child { padding-bottom: 0; border-bottom: 0; }
dt { color: var(--green); font-weight: 900; }
dd { margin: 0; color: var(--muted); line-height: 1.65; font-weight: 650; overflow-wrap: anywhere; }
dd a:hover { color: var(--green); }

.footer {
  background: #f2f8f5;
  border-top: 1px solid var(--line);
}
.footer-inner {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}
.footer-brand img { width: 110px; border-radius: 10px; }
.footer-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-links a {
  padding: 10px 13px;
  border-radius: 999px;
  font-weight: 800;
  color: var(--green-dark);
}
.footer-links a:hover { background: var(--green); color: var(--white); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .topbar-inner { justify-content: center; flex-wrap: wrap; gap: 14px; padding: 10px 0; }
  .header-inner { min-height: 76px; }
  .brand img { width: 104px; }
  .brand span { font-size: 15px; }
  .menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    background: var(--white);
    border-radius: 16px;
    display: inline-grid;
    place-content: center;
    gap: 5px;
  }
  .menu-toggle span { display: block; width: 20px; height: 2px; background: var(--green-dark); border-radius: 999px; }
  .nav {
    position: absolute;
    top: 76px;
    right: 20px;
    left: 20px;
    display: none;
    padding: 12px;
    border-radius: 22px;
    background: var(--white);
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
  }
  .nav.open { display: grid; }
  .nav a { text-align: center; }
  .hero-grid, .intro-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-visual { min-height: 470px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .product-feature-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 290px; }
  .product-card-wide { grid-column: span 2; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 68px 0; }
  .brand { white-space: normal; }
  .brand img { width: 92px; }
  h1 { font-size: 42px; }
  .hero-text { font-size: 17px; }
  .hero-visual { min-height: 380px; }
  .hero-card-large { left: 0; width: 86%; height: 310px; }
  .hero-mini-card { width: 142px; height: 142px; border-width: 6px; }
  .hero-mini-one { right: 0; top: 50px; }
  .hero-mini-two { right: 24px; bottom: 0; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat-item { min-height: 104px; }
  .intro-image { min-height: 360px; }
  .product-feature-grid { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .product-card-wide { grid-column: span 1; }
  dl div { grid-template-columns: 1fr; gap: 6px; }
  .footer-inner { flex-direction: column; align-items: flex-start; padding: 34px 0; }
}
