:root {
  --ink: #18231f;
  --muted: #66716d;
  --paper: #f5f7f2;
  --soft: #e7eee6;
  --line: rgba(24, 35, 31, 0.14);
  --lime: #c9f36b;
  --mint: #dcebd5;
  --dark: #18231f;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.site-header { width: min(1280px, calc(100% - 64px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font: 700 21px "Space Grotesk", sans-serif; letter-spacing: -0.05em; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; color: var(--dark); background: var(--lime); border-radius: 9px 9px 9px 2px; font-size: 16px; }
.nav { display: flex; align-items: center; gap: 30px; color: var(--muted); font-size: 14px; }
.nav a { transition: color .2s ease; }
.nav a:hover, .text-link:hover { color: var(--ink); }
.nav-cta { padding: 11px 16px; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; }
.hero { min-height: 640px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding: 80px 0 105px; }
.eyebrow, .section-label { margin: 0 0 20px; color: var(--muted); text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; }
.eyebrow { display: flex; align-items: center; gap: 9px; }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; background: #88b848; border-radius: 50%; box-shadow: 0 0 0 5px rgba(136, 184, 72, .15); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; letter-spacing: -.065em; }
h1 { max-width: 700px; margin-bottom: 24px; font-size: clamp(58px, 7vw, 92px); line-height: .97; font-weight: 600; }
h1 em, h2 em { color: #78a63b; font-style: normal; }
.hero-text { max-width: 500px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; gap: 28px; padding: 16px 20px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(24, 35, 31, .12); }
.button-primary { color: #f7faef; background: var(--dark); }
.button-light { color: var(--dark); background: var(--lime); }
.text-link, .card-link { font-size: 14px; font-weight: 700; }
.text-link span, .card-link span { margin-left: 8px; transition: margin .2s ease; }
.text-link:hover span, .card-link:hover span { margin-left: 13px; }
.hero-art { position: relative; min-height: 470px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(120, 166, 59, .24); border-radius: 50%; transform: rotate(-25deg); }
.orbit-one { width: 370px; height: 190px; }
.orbit-two { width: 340px; height: 340px; transform: rotate(55deg); }
.orbit-three { width: 465px; height: 255px; transform: rotate(30deg); border-color: rgba(24, 35, 31, .14); }
.orb { position: absolute; display: grid; place-items: center; border-radius: 50%; }
.orb-main { width: 150px; height: 150px; color: var(--dark); background: var(--lime); font: 700 95px "Space Grotesk", sans-serif; letter-spacing: -.15em; padding-right: 11px; box-shadow: 20px 20px 0 rgba(220, 235, 213, .85); }
.orb-small { width: 45px; height: 45px; color: var(--dark); background: var(--mint); font-size: 22px; }
.orb-top { top: 77px; right: 16%; }
.orb-bottom { bottom: 83px; left: 14%; background: var(--dark); color: var(--lime); }
.statement { padding: 110px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: .7fr 1.3fr; gap: 50px; }
.statement-content { max-width: 760px; }
.statement h2 { margin-bottom: 28px; font-size: clamp(38px, 5vw, 64px); line-height: 1.03; }
.statement h2 span { color: #78a63b; }
.statement p { max-width: 590px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.products { padding: 20px 0 120px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.section-heading h2 { margin: 0; font-size: 44px; }
.section-note { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.product-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; border-radius: 24px; transition: transform .25s ease; }
.product-card:hover { transform: translateY(-5px); }
.product-card-featured { background: var(--dark); color: #f4f7ed; }
.product-card-muted { color: var(--ink); background: var(--soft); }
.card-top { display: flex; justify-content: space-between; align-items: center; font-size: 12px; }
.card-number { opacity: .6; }
.card-arrow { font-size: 24px; }
.card-status { padding: 6px 10px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.product-icon { width: 64px; height: 64px; display: grid; place-items: center; margin: 52px 0 20px; color: var(--dark); background: var(--lime); border-radius: 18px 18px 18px 3px; font: 700 20px "Space Grotesk", sans-serif; }
.product-icon-outline { color: var(--muted); background: transparent; border: 1px solid var(--line); letter-spacing: 4px; }
.product-card h3 { margin-bottom: 11px; font-size: 31px; }
.product-card p { max-width: 310px; color: rgba(244, 247, 237, .7); line-height: 1.55; }
.product-card-muted p { color: var(--muted); }
.card-link { margin-top: auto; }
.closing { padding: 105px 10%; margin-bottom: 34px; color: #f4f7ed; background: var(--dark); border-radius: 27px; }
.closing .eyebrow { color: rgba(244, 247, 237, .65); }
.closing h2 { margin-bottom: 35px; font-size: clamp(44px, 6vw, 78px); line-height: .98; }
.site-footer { padding: 25px 0 35px; display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; }
@media (max-width: 800px) {
  .shell, .site-header { width: min(100% - 40px, 600px); }
  .nav a:not(.nav-cta) { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 25px; padding: 70px 0 80px; }
  h1 { font-size: clamp(53px, 15vw, 80px); }
  .hero-art { min-height: 350px; }
  .orbit-one { width: 280px; height: 150px; }
  .orbit-two { width: 270px; height: 270px; }
  .orbit-three { width: 350px; height: 210px; }
  .statement { grid-template-columns: 1fr; gap: 20px; padding: 75px 0; }
  .section-heading { align-items: start; flex-direction: column; gap: 14px; }
  .section-heading h2 { font-size: 38px; }
  .products { padding-bottom: 80px; }
  .product-grid { grid-template-columns: 1fr; }
  .closing { padding: 75px 28px; }
}
