:root {
  --forest: #17382b;
  --forest-deep: #102a20;
  --sage: #9bb38f;
  --lime: #d8e7a5;
  --cream: #f7f2e7;
  --paper: #fffdf8;
  --clay: #d97845;
  --ink: #1d2923;
  --muted: #68756e;
  --line: rgba(23, 56, 43, 0.15);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.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; }

.site-header { height: 96px; max-width: 1380px; margin: auto; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; line-height: 1; }
.brand-mark { position: relative; display: block; flex: 0 0 auto; width: 48px; height: 48px; overflow: hidden; border-radius: 50%; background: var(--cream); }
.brand-mark img { position: absolute; width: 96px; max-width: none; height: 96px; left: -24px; top: -9px; }
.brand strong { display: block; color: var(--forest); font-family: var(--serif); font-size: 21px; letter-spacing: -0.5px; }
.brand small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 2.6px; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 35px; font-size: 14px; font-weight: 600; }
nav a:not(.nav-cta) { position: relative; }
nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--clay); transition: right .25s; }
nav a:hover::after { right: 0; }
.nav-cta { padding: 12px 20px; color: white; background: var(--forest); border-radius: 99px; transition: transform .2s, background .2s; }
.nav-cta:hover { background: var(--forest-deep); transform: translateY(-2px); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--forest); }

.hero { min-height: 730px; max-width: 1380px; margin: auto; padding: 45px 5vw 85px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 5vw; overflow: hidden; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--forest); font-size: 12px; font-weight: 700; letter-spacing: 2.2px; text-transform: uppercase; }
.eyebrow span { width: 30px; height: 1px; background: var(--clay); }
.eyebrow.light { color: var(--lime); }
.hero h1 { max-width: 720px; margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(55px, 6vw, 88px); line-height: .98; letter-spacing: -3.6px; }
.hero h1 em { color: var(--clay); font-weight: inherit; }
.hero-intro { max-width: 610px; margin: 30px 0 34px; color: #59665f; font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 15px 24px; border: 0; border-radius: 3px; cursor: pointer; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--forest); }
.button-primary:hover { background: var(--forest-deep); }
.text-link { color: var(--forest); font-size: 14px; font-weight: 700; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero-art { position: relative; min-height: 580px; background: #edf0dd; border-radius: 48% 48% 3px 3px; overflow: hidden; }
.hero-art::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: radial-gradient(rgba(23,56,43,.12) .7px, transparent .7px); background-size: 9px 9px; }
.sun { position: absolute; width: 145px; height: 145px; right: 13%; top: 15%; background: var(--clay); border-radius: 50%; opacity: .92; }
.landscape { position: absolute; inset: 0; width: 100%; height: 100%; }
.hill { stroke: none; }
.hill-back { fill: #bfd0a2; }
.hill-front { fill: var(--forest); }
.field-line { fill: none; stroke: #a7be80; stroke-width: 2; opacity: .45; }
.plant { fill: none; stroke: #f4f0dd; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.crate { fill: none; stroke: #f4f0dd; stroke-width: 4; stroke-linejoin: round; }
.crate circle { fill: var(--clay); stroke: #f4f0dd; }
.route-badge { position: absolute; left: 7%; bottom: 7%; display: flex; align-items: center; gap: 12px; padding: 13px 17px; color: var(--forest); background: rgba(255,253,248,.92); border-radius: 4px; box-shadow: 0 14px 35px rgba(9,30,21,.16); }
.route-icon { display: grid; place-items: center; width: 35px; height: 35px; color: white; background: var(--clay); border-radius: 50%; font-size: 19px; }
.route-badge small, .route-badge strong { display: block; }
.route-badge small { color: var(--muted); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.route-badge strong { font-family: var(--serif); font-size: 16px; }

.trust-strip { padding: 28px 6vw; color: var(--forest); background: var(--cream); border-block: 1px solid var(--line); display: flex; align-items: center; gap: 6vw; }
.trust-strip > p { margin: 0; font-family: var(--serif); font-style: italic; }
.trust-strip ul { flex: 1; list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip li { padding: 0 4vw; font-size: 13px; font-weight: 700; border-left: 1px solid var(--line); }
.trust-strip li span { margin-right: 15px; color: var(--clay); font-size: 10px; }

.section { padding: 120px max(6vw, calc((100vw - 1220px)/2)); }
.about { display: grid; grid-template-columns: 1fr 3fr; gap: 5vw; }
.section-label { color: var(--muted); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; writing-mode: vertical-rl; }
h2 { margin: 0; color: var(--forest); font-family: var(--serif); font-size: clamp(40px, 4.5vw, 64px); line-height: 1.08; letter-spacing: -2px; }
.about h2 { max-width: 850px; }
.two-column-copy { max-width: 850px; margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 55px; color: var(--muted); }
.two-column-copy p { margin: 0; }

.products { color: white; background: var(--forest); }
.products-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.products h2 { max-width: 650px; color: white; }
.products-heading > p { max-width: 390px; margin: 0 0 8px; color: #b9c7c0; }
.product-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.product-card { min-height: 315px; padding: 28px 34px 34px; background: #204635; border: 1px solid rgba(255,255,255,.14); display: flex; flex-direction: column; transition: transform .3s, background .3s; }
.product-card:hover { transform: translateY(-8px); background: #284f3e; }
.card-number { align-self: flex-end; color: #7e9c8e; font-size: 11px; }
.product-card svg { width: 56px; height: 45px; margin: 4px 0 22px; fill: none; stroke: #789284; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-card h3 { margin: auto 0 17px; color: var(--sage); font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.product-card p { margin: 0; color: #b9c7c0; font-size: 14px; }
.product-card ul { margin: 0; padding: 0; columns: 2; column-gap: 30px; list-style: none; color: #fffdf8; font-size: 19px; font-weight: 600; line-height: 1.35; }
.product-card li { position: relative; margin: 0 0 13px; padding-left: 17px; break-inside: avoid; }
.product-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; background: var(--clay); border-radius: 50%; }

.process { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; background: var(--cream); }
.process-intro { align-self: start; position: sticky; top: 50px; }
.steps { list-style: none; margin: 0; padding: 0; }
.steps li { padding: 34px 0; display: grid; grid-template-columns: 55px 1fr; gap: 20px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps > li > span { color: var(--clay); font-size: 11px; font-weight: 700; }
.steps h3 { margin: -5px 0 8px; color: var(--forest); font-family: var(--serif); font-size: 27px; }
.steps p { margin: 0; color: var(--muted); }

.contact { padding: 115px max(6vw, calc((100vw - 1220px)/2)); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; color: white; background: var(--forest-deep); }
.contact h2 { color: white; }
.contact-copy > p:last-child { max-width: 520px; color: #aebdb5; }
.contact-form { display: flex; flex-direction: column; gap: 20px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form label span { display: block; margin-bottom: 7px; color: #b8c5bf; font-size: 11px; font-weight: 600; letter-spacing: .5px; }
.contact-form input, .contact-form textarea { width: 100%; color: white; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.18); border-radius: 3px; outline: 0; padding: 13px 14px; transition: border-color .2s, background .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--lime); background: rgba(255,255,255,.1); }
.contact-form textarea { resize: vertical; }
.button-cream { align-self: flex-start; color: var(--forest); background: var(--lime); }
.button-cream:hover { background: #e3efba; }
.form-note { min-height: 24px; margin: -8px 0 0; color: #c6d4cd; font-size: 13px; }

footer { padding: 42px 6vw; display: flex; align-items: center; gap: 35px; background: var(--paper); }
footer > p { margin: 0; color: var(--muted); font-size: 13px; }
.copyright { margin-left: auto; }

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

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .menu-toggle { display: block; z-index: 2; }
  nav { display: none; position: absolute; top: 70px; left: 4vw; right: 4vw; padding: 25px; flex-direction: column; align-items: stretch; gap: 20px; background: var(--paper); box-shadow: 0 18px 40px rgba(15,42,31,.15); }
  nav.open { display: flex; }
  .hero { min-height: auto; padding-top: 45px; grid-template-columns: 1fr; }
  .hero-art { min-height: 510px; margin-top: 25px; }
  .trust-strip { align-items: flex-start; }
  .trust-strip ul { grid-template-columns: 1fr; gap: 12px; }
  .trust-strip li { padding: 4px 20px; }
  .products-heading, .contact { grid-template-columns: 1fr; }
  .products-heading { display: grid; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 315px; }
  .process { grid-template-columns: 1fr; }
  .process-intro { position: static; }
  .contact { display: grid; }
}

@media (max-width: 620px) {
  .brand strong { font-size: 18px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark img { width: 84px; height: 84px; left: -21px; top: -8px; }
  .hero { padding-inline: 6vw; padding-bottom: 60px; }
  .hero h1 { font-size: 49px; letter-spacing: -2.5px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-art { min-height: 410px; }
  .route-badge { left: 5%; bottom: 5%; }
  .trust-strip { display: block; }
  .trust-strip > p { margin-bottom: 20px; }
  .section, .contact { padding: 80px 6vw; }
  .about { grid-template-columns: 1fr; }
  .section-label { display: none; }
  .two-column-copy { grid-template-columns: 1fr; gap: 14px; margin-top: 35px; }
  .field-row { grid-template-columns: 1fr; }
  .product-card ul { columns: 1; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; }
  .copyright { margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
