:root {
  --forest: #183d2e;
  --deep: #102c21;
  --cream: #f6f3e9;
  --paper: #fffdf7;
  --gold: #f4cf73;
  --leaf: #97b964;
  --ink: #263f30;
  --muted: #647263;
  --line: #d9dfce;
  --display: Comfortaa, system-ui, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #bb6b22;
  outline-offset: 6px;
}
h1,
h2,
h3,
.brand {
  font-family: var(--display);
  font-weight: 500;
  line-height: 1.2;
  text-wrap: balance;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1 {
  font-size: clamp(36px, 4.2vw, 66px);
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(28px, 3vw, 44px);
  letter-spacing: -0.04em;
}
h3 {
  font-size: 21px;
  letter-spacing: -0.025em;
}
p {
  color: var(--muted);
}
.wrap {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 100;
  background: var(--gold);
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
.site-header {
  background: var(--forest);
  color: var(--cream);
  border-bottom: 1px solid #ffffff1a;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 102px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 19px;
  white-space: nowrap;
}
.brand small {
  display: block;
  font: 10px/1.7 system-ui;
  letter-spacing: 0.07em;
  color: #c8d5b7;
  margin-top: 5px;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  font-size: 13px;
}
.desktop-nav a {
  padding: 10px 0;
  border-bottom: 1px solid transparent;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: var(--gold);
  border-color: var(--gold);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.languages {
  display: flex;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.languages a {
  opacity: 0.55;
}
.languages a[aria-current],
.languages a:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding: 16px 28px;
  background: var(--gold);
  color: var(--deep);
  font-weight: 650;
  border-radius: 50px;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #ffe19b;
  transform: translateY(-2px);
}
.button.small {
  padding: 10px 20px;
  font-size: 14px;
  gap: 16px;
}
.button.outline {
  border: 1px solid #b4c39a80;
  background: transparent;
  color: var(--cream);
}
.mobile-nav {
  display: none;
}
.eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 11px;
  font-weight: 700;
  color: #71845c;
  margin-bottom: 20px;
}
.hero {
  background: var(--forest);
  color: var(--cream);
  position: relative;
  overflow: hidden;
}
.hero:before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  border: 1px solid #bacc7922;
  border-radius: 50%;
  left: -300px;
  top: 200px;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 38px;
  align-items: center;
  padding: 64px 0 66px;
}
.hero .eyebrow {
  color: var(--gold);
}
.hero h1 {
  max-width: 530px;
}
.hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.hero p {
  color: #c5d1bd;
  max-width: 450px;
  margin-top: 25px;
  font-size: 18px;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}
.hero small {
  display: block;
  color: #afc09d;
  font-size: 11px;
  margin-top: 18px;
}
.farm-frame {
  position: relative;
  border: 9px solid #ffffff0b;
  border-radius: 42% 42% 22px 22px;
  background: #719f44;
  box-shadow: 0 24px 70px #07170f55;
  isolation: isolate;
}
.farm-frame > img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
  border-radius: inherit;
}
.farm-label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: #fffdf0ed;
  border: 1px solid #fff9;
  border-radius: 14px;
  padding: 14px 20px;
  color: var(--forest);
  font-size: 13px;
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 14px;
}
.farm-label b {
  font-family: var(--display);
  font-weight: 500;
}
.farm-label span {
  color: #647263;
  font-size: 11px;
  display: block;
}
.farm-label i {
  font-style: normal;
  font-size: 23px;
  color: #588047;
}
.hero-ribbon {
  display: flex;
  justify-content: center;
  gap: 46px;
  border-top: 1px solid #ffffff1a;
  padding: 22px 24px;
  color: #dbe5c9;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.hero-ribbon span:before {
  content: "✦";
  color: var(--gold);
  margin-right: 12px;
}
.section {
  padding: 88px 0;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 36px;
}
.section-heading p {
  max-width: 420px;
  font-size: 15px;
}
.text-link {
  font-weight: 650;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.feature-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  padding: 30px;
  position: relative;
  transition:
    transform 0.2s,
    border 0.2s;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.feature-card:hover {
  border-color: #82956a;
  transform: translateY(-4px);
}
.feature-card .art {
  height: 128px;
  width: 150px;
  object-fit: contain;
  margin-bottom: 26px;
  align-self: center;
}
.feature-card h3 {
  margin-bottom: 14px;
}
.feature-card p {
  font-size: 15px;
  line-height: 1.7;
}
.feature-card .text-link {
  margin-top: 24px;
}
.card-no {
  color: #82956a;
  font-size: 11px;
  letter-spacing: 0.13em;
  position: absolute;
  top: 24px;
  left: 26px;
}
.tinted {
  background: #e8eddc;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.split p {
  margin-top: 22px;
}
.split .button {
  margin-top: 28px;
}
.production-art {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--forest);
  border-radius: 24px;
  padding: 50px 22px;
  min-height: 280px;
  color: var(--gold);
}
.production-art img {
  width: 35%;
  height: 170px;
  object-fit: contain;
}
.production-art span {
  font-size: 40px;
}
.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.step {
  border-top: 1px solid #abb89b;
  padding-top: 20px;
}
.step:before {
  counter-increment: step;
  content: "0" counter(step);
  display: block;
  color: #819467;
  font: 30px var(--display);
  margin-bottom: 25px;
}
.step h3 {
  font-size: 19px;
}
.step p {
  margin-top: 15px;
  font-size: 14px;
}
.page-hero {
  background: var(--forest);
  color: var(--cream);
  padding: 30px 0 64px;
}
.breadcrumbs {
  font-size: 12px;
  color: #b6c7a5;
  margin-bottom: 40px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.page-hero .eyebrow {
  color: var(--gold);
}
.page-hero p {
  color: #c5d1bd;
  max-width: 730px;
  font-size: 18px;
  margin-top: 22px;
}
.page-hero h1 {
  max-width: 920px;
}
.page-hero .hero-grid {
  padding: 0;
  grid-template-columns: 1fr 260px;
}
.page-hero .hero-art {
  height: 230px;
  width: 260px;
  object-fit: contain;
}
.pill-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 28px 0;
}
.pill-nav a {
  border: 1px solid var(--line);
  padding: 8px 18px;
  border-radius: 24px;
  font-size: 13px;
  background: var(--paper);
}
.pill-nav a:hover {
  border-color: var(--forest);
}
.crop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.crop-card {
  background: var(--paper);
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
}
.crop-card img {
  height: 95px;
  width: 115px;
  object-fit: contain;
  margin: 10px auto 24px;
}
.crop-card h3 {
  font-size: 18px;
}
.crop-card .stats {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
  margin-top: 18px;
  font-size: 12px;
  color: var(--muted);
}
.crop-card .badge {
  font-size: 10px;
  color: #69844c;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.callout {
  background: #e8eddc;
  border-left: 3px solid #88a66c;
  padding: 24px 28px;
  border-radius: 0 16px 16px 0;
  margin: 28px 0;
  font-size: 15px;
}
.callout p + p {
  margin-top: 12px;
}
.prose {
  max-width: 800px;
  margin-inline: auto;
}
.prose h2 {
  font-size: 29px;
  margin: 48px 0 18px;
}
.prose h3 {
  margin: 30px 0 14px;
}
.prose p {
  margin: 18px 0;
  line-height: 1.85;
}
.prose ul,
.prose ol {
  color: var(--muted);
  padding-left: 24px;
}
.prose li {
  padding-left: 5px;
  margin: 10px 0;
}
.prose a {
  color: #3f6a37;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.prose .button {
  text-decoration: none;
  color: var(--deep);
}
.prose .lead {
  font-size: 21px;
  color: var(--ink);
}
.prose figure {
  margin: 30px 0;
}
.prose figure img {
  border-radius: 22px;
}
.license-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.license-card {
  padding: 30px;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: 20px;
}
.license-card .stamp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e9eedc;
  font: 25px var(--display);
  color: #6d8846;
  margin-bottom: 24px;
}
.license-card h3 {
  margin-bottom: 15px;
}
.license-card p {
  font-size: 15px;
}
.license-card small {
  display: block;
  margin-top: 20px;
  color: #65794c;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq summary {
  cursor: pointer;
  font-family: var(--display);
  font-size: 18px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.faq summary:after {
  content: "+";
  color: #7b9560;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  padding-top: 16px;
  font-size: 15px;
  max-width: 800px;
}
.blog-card .art {
  height: 130px;
}
.blog-meta {
  font-size: 11px;
  color: #77816b;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}
.article-meta {
  font-size: 12px;
  color: #b6c7a5;
  margin-top: 24px;
}
.final-cta {
  text-align: center;
  background: #e4eacb;
  padding: 70px 24px;
}
.final-cta img {
  margin: 0 auto 25px;
}
.final-cta h2 {
  max-width: 760px;
  margin: auto;
}
.final-cta p {
  max-width: 580px;
  margin: 20px auto 28px;
}
.final-cta small {
  display: block;
  margin-top: 18px;
  font-size: 12px;
  color: var(--muted);
}
.site-footer {
  background: var(--deep);
  color: #d0ddc5;
  padding: 60px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 55px;
}
.site-footer p {
  font-size: 14px;
  color: #9fae93;
  max-width: 360px;
  margin-top: 20px;
}
.site-footer nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  font-size: 13px;
}
.site-footer a:hover {
  color: var(--gold);
}
.footnote {
  border-top: 1px solid #ffffff1a;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #9aaa8e;
}
.legal {
  max-width: 800px;
}
.legal h1 {
  font-size: 38px;
}
.legal h2 {
  font-size: 25px;
  margin-top: 30px;
}
.legal p,
.legal li {
  margin: 15px 0;
  color: var(--muted);
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}
th {
  color: var(--forest);
  background: #e8eddc;
}
td {
  color: var(--muted);
}
@media (min-width: 1450px) {
  .hero-grid {
    gap: 60px;
  }
}
@media (max-width: 1180px) {
  .desktop-nav {
    gap: 13px;
    font-size: 12px;
  }
  .brand small {
    display: none;
  }
  .brand {
    font-size: 15px;
  }
  .header-inner {
    gap: 15px;
  }
  .header-actions {
    gap: 12px;
  }
  .header-actions .languages {
    display: none;
  }
}
@media (max-width: 940px) {
  .desktop-nav {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav summary {
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    padding: 12px;
  }
  .mobile-nav summary span {
    margin-left: 10px;
  }
  .mobile-nav nav {
    position: absolute;
    right: 0;
    top: 52px;
    min-width: 250px;
    background: var(--deep);
    padding: 24px;
    z-index: 20;
    border: 1px solid #ffffff26;
    border-radius: 16px;
    display: grid;
    gap: 16px;
    box-shadow: 0 20px 50px #0004;
  }
  .hero-grid {
    gap: 25px;
    grid-template-columns: 1fr 1.1fr;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero .button {
    padding: 14px 22px;
    font-size: 14px;
  }
  .hero-ribbon {
    gap: 22px;
  }
  .crop-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .split {
    gap: 36px;
  }
  .feature-card {
    padding: 24px;
  }
  .page-hero .hero-grid {
    grid-template-columns: 1fr 190px;
  }
  .page-hero .hero-art {
    width: 190px;
    height: 180px;
  }
}
@media (max-width: 680px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .header-inner {
    min-height: 78px;
    gap: 6px;
  }
  .brand {
    font-size: 13px;
    gap: 8px;
    white-space: normal;
    max-width: 160px;
  }
  .brand img {
    width: 34px;
    height: 34px;
  }
  .header-actions .button {
    font-size: 12px;
    padding: 10px 14px;
    gap: 8px;
  }
  .mobile-nav summary {
    font-size: 0;
    padding: 12px 4px 12px 12px;
  }
  .mobile-nav summary span {
    font-size: 22px;
    margin: 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 42px 0 34px;
    gap: 38px;
  }
  .hero h1 {
    font-size: 44px;
    max-width: 450px;
  }
  .hero p {
    margin-top: 20px;
    font-size: 16px;
  }
  .hero-actions {
    margin-top: 26px;
  }
  .farm-frame {
    border-width: 5px;
    border-radius: 38% 38% 20px 20px;
  }
  .farm-frame > img {
    aspect-ratio: 1.16;
  }
  .farm-label {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px 14px;
    font-size: 11px;
  }
  .farm-label span {
    font-size: 10px;
  }
  .hero-ribbon {
    gap: 10px 20px;
    flex-wrap: wrap;
    padding: 18px;
    font-size: 10px;
    justify-content: start;
  }
  .hero-ribbon span:before {
    margin-right: 7px;
  }
  .section {
    padding: 54px 0;
  }
  .section-heading {
    display: block;
    margin-bottom: 26px;
  }
  .section-heading p {
    margin-top: 18px;
  }
  .section-heading .text-link {
    display: inline-block;
    margin-top: 18px;
  }
  .card-grid,
  .split,
  .license-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    padding: 26px;
  }
  .feature-card .art {
    height: 118px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .step h3 {
    font-size: 17px;
  }
  .crop-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .crop-card {
    padding: 16px;
  }
  .crop-card h3 {
    font-size: 15px;
  }
  .crop-card .stats {
    font-size: 10px;
  }
  .crop-card img {
    height: 85px;
    width: 100px;
  }
  .page-hero {
    padding: 22px 0 40px;
  }
  .breadcrumbs {
    margin-bottom: 30px;
    font-size: 11px;
  }
  .page-hero .hero-grid {
    grid-template-columns: 1fr;
    padding: 0;
    gap: 22px;
  }
  .page-hero .hero-art {
    display: none;
  }
  .page-hero p {
    font-size: 16px;
  }
  .page-hero h1 {
    font-size: 36px;
  }
  .prose h2 {
    font-size: 26px;
  }
  .prose .lead {
    font-size: 19px;
  }
  .production-art {
    min-height: 220px;
    padding: 25px;
  }
  .production-art img {
    height: 145px;
  }
  .final-cta {
    padding: 50px 18px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
  .footer-grid > div {
    grid-column: 1/-1;
  }
  .site-footer .brand {
    max-width: none;
    font-size: 20px;
  }
  .footnote {
    gap: 18px;
    align-items: start;
  }
  .footnote span {
    text-align: right;
  }
  .license-card {
    padding: 25px;
  }
  .pill-nav {
    gap: 8px;
  }
  .pill-nav a {
    padding: 8px 12px;
    font-size: 12px;
  }
  body {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
    animation: none !important;
  }
}
/* Explicit intrinsic image dimensions prevent layout shifts without forcing a tall frame. */
.farm-frame > img {
  height: auto;
}
.hero-grid {
  min-height: 650px;
}
.farm-frame {
  border-radius: 35% 35% 22px 22px;
}
@media (max-width: 680px) {
  .hero-grid {
    min-height: 0;
  }
  .farm-frame {
    border-radius: 28% 28% 20px 20px;
  }
  .farm-label span {
    line-height: 1.45;
  }
}
.page-hero .hero-grid {
  min-height: 0;
}
