
:root {
  --green: #00694f;
  --green-dark: #003f32;
  --mint: #dff7ef;
  --ink: #111c18;
  --muted: #66736e;
  --line: #dfe8e4;
  --bg: #f5f8f5;
  --paper: #ffffff;
  --amber: #d68628;
  --shadow: 0 18px 50px rgba(17, 28, 24, 0.1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 30; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 14px clamp(18px, 4vw, 56px); background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--green-dark); text-decoration: none; font-weight: 850; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 10px; color: white; background: var(--green); font-size: .82rem; }
nav { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
nav a { min-height: 36px; display: inline-flex; align-items: center; padding: 7px 10px; border-radius: 8px; color: var(--muted); font-weight: 750; text-decoration: none; }
nav a:hover { color: var(--ink); background: #edf3ef; }
.hero { min-height: 72vh; display: grid; align-items: center; padding: clamp(54px, 8vw, 110px) clamp(18px, 4vw, 56px); color: white; background: linear-gradient(90deg, rgba(0,40,31,.92), rgba(0,80,62,.58) 48%, rgba(0,80,62,.08)), var(--hero-image) center/cover no-repeat; }
.hero-copy { width: min(780px, 100%); }
.eyebrow, .section-kicker { margin: 0 0 10px; color: var(--amber); font-size: .78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero .eyebrow { color: #ffd997; }
h1 { margin: 0; max-width: 13ch; font-size: clamp(2.35rem, 6.8vw, 5.2rem); line-height: .96; letter-spacing: 0; }
h2 { margin: 0 0 12px; font-size: clamp(1.45rem, 3vw, 2.35rem); line-height: 1.1; letter-spacing: 0; }
h3 { margin: 10px 0; font-size: 1.02rem; line-height: 1.25; }
.hero p { max-width: 710px; color: #ecf5ef; font-size: clamp(1.02rem, 2vw, 1.26rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 8px; padding: 10px 15px; font-weight: 850; text-decoration: none; cursor: pointer; }
.button.primary { color: white; background: var(--green); }
.button.secondary { color: white; border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.12); }
.button.secondary.dark { color: var(--green); border-color: var(--line); background: white; }
.button.small { width: 100%; min-height: 38px; margin-top: auto; color: var(--green); border-color: var(--line); background: white; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0 clamp(18px,4vw,56px); background: var(--line); }
.stats div { min-height: 98px; padding: 22px; background: white; }
.stats strong { display: block; font-size: clamp(1.4rem, 3vw, 2.15rem); line-height: 1; }
.stats span { color: var(--muted); font-weight: 700; }
.strip { display: flex; flex-wrap: wrap; gap: 10px; padding: 18px clamp(18px,4vw,56px); background: #eef5f1; }
.strip span { padding: 6px 11px; border-radius: 999px; background: white; color: var(--muted); font-weight: 800; }
.section, .split-section, .data-section, .lead-form, .page-title, .product-detail { width: min(1180px, calc(100% - 36px)); margin: 30px auto; }
.section, .split-section, .data-section, .lead-form, .page-title, .product-detail { padding: clamp(22px, 4vw, 42px); border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: var(--shadow); }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 18px; margin-bottom: 18px; }
.section-head a { color: var(--green); font-weight: 850; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.product-card { min-height: 100%; display: flex; flex-direction: column; padding: 14px; border: 1px solid var(--line); border-radius: 10px; background: #fbfdfb; }
.product-image { display: grid; place-items: center; aspect-ratio: 1/1; overflow: hidden; border-radius: 8px; background: white; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.product-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.product-meta span { padding: 4px 7px; border-radius: 999px; background: var(--mint); color: var(--green-dark); font-size: .76rem; font-weight: 850; }
.product-card h3 a { text-decoration: none; }
.price-row { display: flex; flex-wrap: wrap; gap: 8px; align-items: baseline; margin: 8px 0 12px; }
.price-row strong, .detail-price strong { color: var(--green-dark); font-size: 1.2rem; }
.save, .detail-price span { color: var(--muted); text-decoration: line-through; font-size: .92rem; }
.brand-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.brand-card { min-height: 116px; display: grid; align-content: center; gap: 6px; padding: 18px; border: 1px solid var(--line); border-radius: 10px; background: #fbfdfb; text-decoration: none; }
.brand-card strong { color: var(--green-dark); font-size: 1.25rem; }
.brand-card span { color: var(--muted); font-weight: 700; }
.split-section, .lead-form, .product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr); gap: 28px; align-items: start; }
.note-card { padding: 20px; border-radius: 10px; background: var(--mint); }
.page-title h1 { max-width: 840px; font-size: clamp(2rem, 5vw, 4rem); }
.page-title p { max-width: 760px; color: var(--muted); }
.filter-bar { width: min(1180px, calc(100% - 36px)); margin: 24px auto 0; display: flex; flex-wrap: wrap; gap: 8px; }
.filter-chip { min-height: 36px; border: 1px solid var(--line); border-radius: 999px; padding: 6px 11px; background: white; color: var(--muted); font-weight: 800; cursor: pointer; }
.filter-chip.is-active { color: white; background: var(--green); border-color: var(--green); }
.product-detail { grid-template-columns: minmax(280px, .9fr) minmax(0, 1fr); }
.detail-image { display: grid; place-items: center; min-height: 460px; border-radius: 10px; background: #fff; border: 1px solid var(--line); }
.detail-image img { max-width: 94%; max-height: 430px; object-fit: contain; }
.detail-list { padding-left: 20px; color: var(--muted); }
.compliance-note { padding: 12px 14px; border-left: 4px solid var(--amber); background: #fff8ed; color: #674017; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: #edf5f1; font-size: .82rem; text-transform: uppercase; }
form { display: grid; gap: 12px; }
label { display: grid; gap: 6px; color: var(--muted); font-weight: 780; }
input, select, textarea { width: 100%; min-height: 44px; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; font: inherit; color: var(--ink); background: white; }
textarea { resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: 9px; }
.checkbox input { width: 18px; min-height: 18px; margin-top: 4px; }
.site-footer { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; margin-top: 40px; padding: 42px clamp(18px,4vw,56px); color: #dce8e1; background: #10231d; }
.site-footer p { max-width: 720px; color: #aec0b8; }
.footer-links { display: grid; gap: 8px; }
:focus-visible { outline: 3px solid #f2bc59; outline-offset: 3px; }
@media (max-width: 980px) {
  .product-grid, .brand-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-section, .lead-form, .product-detail, .site-footer { grid-template-columns: 1fr; }
  .detail-image { min-height: 340px; }
}
@media (max-width: 620px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  nav { justify-content: flex-start; }
  .hero { min-height: 68vh; background: linear-gradient(180deg, rgba(0,40,31,.92), rgba(0,80,62,.48)), var(--hero-image) center/cover no-repeat; }
  h1 { max-width: 11ch; }
  .hero-actions .button { width: 100%; }
  .stats, .product-grid, .brand-grid { grid-template-columns: 1fr; }
  .section, .split-section, .data-section, .lead-form, .page-title, .product-detail, .filter-bar { width: min(100% - 24px, 1180px); }
  .section, .split-section, .data-section, .lead-form, .page-title, .product-detail { padding: 20px; }
}
