
:root {
  --green: #173f2e;
  --green-2: #245d43;
  --cream: #fbf5e8;
  --sand: #f1d596;
  --orange: #e76d4d;
  --ink: #173029;
  --muted: #68756e;
  --white: #ffffff;
  --line: rgba(23, 63, 46, .14);
  --shadow: 0 26px 70px rgba(21, 53, 40, .14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
}
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; left: 12px; top: -50px; z-index: 999; padding: 10px 14px; background: white; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(251,245,232,.82);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid transparent;
  transition: .25s ease;
}
.site-header.scrolled { border-bottom-color: var(--line); box-shadow: 0 8px 28px rgba(22,55,42,.06); }
.nav-wrap { height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 700; font-size: 1.16rem; letter-spacing: -.02em; }
.brand-mark { width: 36px; color: var(--green-2); }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { text-decoration: none; font-size: .94rem; font-weight: 600; }
.nav-cta { padding: 10px 17px; border-radius: 999px; background: var(--green); color: white !important; }
.menu-button { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--green); margin: 5px 0; }

.hero { min-height: 860px; padding: 155px 0 85px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .14em; font-size: .76rem; font-weight: 700; color: var(--green-2); }
.hero h1, h2 { font-family: "Playfair Display", Georgia, serif; line-height: 1.04; letter-spacing: -.04em; }
.hero h1 { margin: 0; font-size: clamp(3.4rem, 6.5vw, 6.3rem); max-width: 760px; }
.hero h1 em { color: var(--orange); font-weight: inherit; }
.hero-lead { max-width: 660px; margin: 28px 0 34px; font-size: 1.16rem; color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green); color: white; box-shadow: 0 12px 28px rgba(23,63,46,.18); }
.button-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.hero-proof { margin-top: 48px; padding-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid var(--line); }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { font-size: .95rem; }
.hero-proof span { margin-top: 4px; font-size: .78rem; color: var(--muted); }

.hero-visual { position: relative; min-height: 620px; }
.visual-card { position: absolute; inset: 5% 4% 4% 7%; filter: drop-shadow(0 35px 45px rgba(39,68,54,.18)); transform: rotate(2deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(36,93,67,.14); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; right: -190px; top: 65px; }
.orbit-two { width: 440px; height: 440px; right: -80px; top: 170px; }
.floating-note { position: absolute; display: flex; align-items: center; gap: 9px; padding: 11px 15px; border-radius: 999px; background: rgba(255,255,255,.92); box-shadow: 0 15px 35px rgba(31,62,47,.14); font-size: .84rem; font-weight: 700; }
.floating-note span { color: var(--orange); }
.note-one { left: 0; top: 22%; }
.note-two { right: -2%; top: 47%; }
.note-three { left: 7%; bottom: 7%; }

.ticker { background: var(--green); color: white; overflow: hidden; padding: 16px 0; }
.ticker-track { display: flex; width: max-content; gap: 24px; align-items: center; animation: ticker 24s linear infinite; font-weight: 600; }
.ticker-track i { color: var(--sand); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
h2 { margin: 0; font-size: clamp(2.6rem, 4.8vw, 4.7rem); }
.about-copy { font-size: 1.16rem; color: var(--muted); }
.about-copy p:first-child { margin-top: 2px; }
.text-link { display: inline-flex; gap: 10px; margin-top: 18px; color: var(--green); font-weight: 700; text-decoration: none; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.activities { background: white; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 55px; }
.section-heading > p { max-width: 450px; color: var(--muted); font-size: 1.05rem; }
.activity-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.activity-card { min-height: 490px; padding: 38px; border-radius: var(--radius); position: relative; overflow: hidden; }
.activity-card::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; right: -85px; bottom: -100px; background: rgba(255,255,255,.15); }
.activity-card.chemical { background: var(--green); color: white; }
.activity-card.produce { background: var(--sand); }
.activity-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 80px; }
.activity-number { font-weight: 700; opacity: .72; }
.activity-symbol { font-size: 2rem; }
.category { text-transform: uppercase; letter-spacing: .12em; font-size: .74rem; font-weight: 700; opacity: .72; }
.activity-card h3 { margin: 8px 0 18px; font-family: "Playfair Display", Georgia, serif; font-size: 2.5rem; line-height: 1.08; }
.activity-card > p { max-width: 590px; }
.activity-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.activity-card li { padding: 9px 0; border-bottom: 1px solid currentColor; border-color: rgba(255,255,255,.2); }
.activity-card.produce li { border-color: rgba(23,63,46,.18); }

.approach { background: #f3ead7; }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.approach-copy > p:last-child { max-width: 530px; color: var(--muted); font-size: 1.06rem; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 65px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step > span { font-weight: 700; color: var(--orange); }
.step h3 { margin: 0 0 6px; font-size: 1.25rem; }
.step p { margin: 0; color: var(--muted); }

.contact-section { background: white; padding: 110px 0; }
.contact-card { background: var(--green); color: white; border-radius: 36px; padding: 60px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; box-shadow: var(--shadow); }
.eyebrow.light { color: var(--sand); }
.contact-card h2 { font-size: clamp(2.5rem, 4vw, 4.2rem); }
.contact-card > div:first-child > p:last-child { max-width: 580px; color: rgba(255,255,255,.72); font-size: 1.06rem; }
.contact-details { display: grid; gap: 24px; align-content: start; }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { font-size: .74rem; text-transform: uppercase; letter-spacing: .11em; color: rgba(255,255,255,.58); }
.contact-details strong { margin-top: 5px; }
.button-light { justify-self: start; background: white; color: var(--green); }
.contact-note { color: rgba(255,255,255,.55); max-width: 380px; }

.site-footer { background: #112d22; color: white; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div:first-child p { max-width: 450px; color: rgba(255,255,255,.62); }
.legal h3 { margin-top: 0; font-size: 1rem; }
.legal p { color: rgba(255,255,255,.62); font-size: .9rem; }
.footer-bottom { margin-top: 55px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.55); font-size: .82rem; }
.footer-bottom a { text-decoration: none; }

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

@media (max-width: 920px) {
  .site-nav { position: fixed; inset: 84px 20px auto; display: none; flex-direction: column; align-items: stretch; padding: 24px; background: white; border-radius: 20px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .menu-button { display: block; }
  .hero { padding-top: 130px; }
  .hero-grid, .split-grid, .approach-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 20px; }
  .hero-visual { min-height: 520px; }
  .visual-card { inset: 2% 12% 4%; }
  .split-grid, .approach-grid { gap: 45px; }
  .section-heading { align-items: start; flex-direction: column; }
  .activity-grid { grid-template-columns: 1fr; }
  .contact-card { gap: 42px; padding: 45px; }
}
@media (max-width: 620px) {
  .container { width: min(100% - 26px, 1180px); }
  .nav-wrap { height: 74px; }
  .site-nav { inset: 74px 13px auto; }
  .hero { min-height: auto; padding: 115px 0 60px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-visual { min-height: 420px; }
  .visual-card { inset: 3% 4%; }
  .floating-note { font-size: .72rem; padding: 8px 11px; }
  .note-one { left: 0; top: 18%; }
  .note-two { right: 0; top: 49%; }
  .section { padding: 80px 0; }
  .activity-card { padding: 28px; min-height: 440px; }
  .activity-top { margin-bottom: 55px; }
  .contact-section { padding: 70px 0; }
  .contact-card { padding: 32px 25px; border-radius: 26px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
