:root {
  --green-950: #0d3014;
  --green-900: #123f1a;
  --green-800: #185522;
  --green-600: #438d42;
  --green-100: #eaf4e9;
  --mint: #e6f5f1;
  --cream: #fbf7ed;
  --yellow: #ffd130;
  --coral: #ef835f;
  --ink: #162019;
  --muted: #5d685f;
  --white: #ffffff;
  --border: rgba(13, 48, 20, 0.14);
  --shadow: 0 24px 70px rgba(13, 48, 20, 0.13);
  --radius-lg: 32px;
  --radius-md: 20px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; text-align: center; }
.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: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--yellow); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 16px; }

h1, h2, h3 { margin: 0; color: var(--green-950); font-family: Georgia, "Times New Roman", serif; line-height: 1.05; letter-spacing: -0.025em; }
h1 { max-width: 760px; font-size: clamp(3rem, 6.7vw, 6.4rem); }
h2 { font-size: clamp(2.35rem, 4.6vw, 4.6rem); }
h3 { font-size: 1.45rem; }
p { margin: 0; }
.eyebrow { margin-bottom: 14px; color: var(--green-600); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section { padding: 110px 0; }
.section-lede { margin: 24px auto 0; max-width: 680px; color: var(--muted); font-size: 1.2rem; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 24px; border: 2px solid var(--green-950); border-radius: 999px; background: var(--green-950); color: white; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-800); box-shadow: 0 12px 24px rgba(13,48,20,.2); }
.button-small { min-height: 42px; padding: 8px 18px; }
.button-light { border-color: white; background: white; color: var(--green-950); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-900); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid #e5e7eb; background: rgba(255,255,255,.98); backdrop-filter: blur(12px); }
.header-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 112px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 16px; color: #374151; font-size: .86rem; font-weight: 750; }
.site-nav > a:not(.button) { text-decoration: none; }
.site-nav > a:not(.button):hover, .site-nav > a[aria-current="page"] { color: var(--green-600); text-decoration: underline; text-underline-offset: 5px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 10px; border: 0; border-radius: 50%; background: var(--green-100); }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--green-950); }
:where(a, button, input, textarea, summary):focus-visible { outline: 3px solid #d09f00; outline-offset: 3px; }

.hero { overflow: hidden; padding: 72px 0 86px; background: radial-gradient(circle at 85% 20%, rgba(255,209,48,.38), transparent 30%), linear-gradient(135deg, var(--cream) 0%, #f5f0e3 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(44px, 7vw, 94px); }
.hero-lede { max-width: 650px; margin-top: 28px; color: #3e4c42; font-size: clamp(1.08rem, 1.8vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 34px; }
.hero-proof { display: flex; gap: clamp(24px, 4vw, 50px); margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--border); }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { color: var(--green-950); font-family: Georgia, serif; font-size: 1.65rem; line-height: 1; }
.hero-proof span { margin-top: 7px; color: var(--muted); font-size: .78rem; }
.hero-photo-wrap { position: relative; }
.hero-photo { width: 100%; aspect-ratio: .82; border-radius: 48% 48% 22px 22px; object-fit: cover; box-shadow: var(--shadow); }
.hero-card { position: absolute; left: -36px; bottom: 40px; display: flex; align-items: center; gap: 12px; max-width: 300px; padding: 16px 18px; border: 1px solid rgba(255,255,255,.6); border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(13,48,20,.18); backdrop-filter: blur(10px); }
.hero-card span { color: var(--muted); font-size: .86rem; }
.status-dot { flex: 0 0 12px; width: 12px; height: 12px; border-radius: 50%; background: var(--green-600); box-shadow: 0 0 0 6px rgba(67,141,66,.14); }

.press-strip { border-block: 1px solid var(--border); background: white; }
.press-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #758077; font-size: .78rem; font-weight: 800; letter-spacing: .06em; }
.press-name { color: #344039; font-family: Georgia, serif; font-size: 1.05rem; }

.intro-section { background: white; }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 58px; }
.value-card { min-height: 300px; padding: 32px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--cream); }
.value-card:nth-child(2) { background: var(--mint); }
.value-card:nth-child(3) { background: #fff5d6; }
.card-number { display: inline-flex; margin-bottom: 64px; color: var(--green-600); font-size: .8rem; font-weight: 900; }
.value-card p { margin-top: 18px; color: var(--muted); }

.producers-section { background: var(--green-950); color: white; }
.producers-section h2, .producers-section .eyebrow, .producers-section .text-link { color: white; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.split-heading > div { max-width: 780px; }
.producer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 54px; }
.producer-card { position: relative; overflow: hidden; min-height: 360px; border-radius: 22px; color: white; text-decoration: none; }
.producer-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.producer-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 55%, rgba(0,0,0,.72)); }
.producer-card span { position: absolute; z-index: 1; left: 20px; right: 20px; bottom: 18px; font-family: Georgia, serif; font-size: 1.15rem; font-weight: 700; }
.producer-card:hover img { transform: scale(1.05); }

.how-section { background: var(--mint); }
.how-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(54px, 8vw, 110px); }
.photo-stack { position: relative; padding: 0 52px 70px 0; }
.photo-stack > img:first-child { width: 100%; border-radius: 220px 220px 28px 28px; box-shadow: var(--shadow); }
.photo-accent { position: absolute; right: 0; bottom: 0; width: 44%; border: 8px solid var(--mint); border-radius: 50%; box-shadow: 0 16px 40px rgba(13,48,20,.2); }
.steps { display: grid; gap: 26px; margin: 38px 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; }
.steps li > span { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; background: var(--yellow); color: var(--green-950); font-family: Georgia, serif; font-size: 1.2rem; font-weight: 800; }
.steps p { margin-top: 7px; color: var(--muted); }

.category-section { background: white; }
.category-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 52px; }
.category-card { display: flex; min-height: 180px; flex-direction: column; align-items: center; justify-content: center; gap: 18px; padding: 24px 14px; border: 1px solid var(--border); border-radius: 18px; background: var(--cream); font-family: Georgia, serif; font-weight: 800; text-align: center; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.category-card:hover { transform: translateY(-5px); background: var(--mint); }
.category-card img { width: 72px; height: 72px; object-fit: contain; }
.tag-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 34px; }
.tag-list a { padding: 8px 14px; border: 1px solid var(--border); border-radius: 999px; color: var(--green-900); font-size: .85rem; font-weight: 800; text-decoration: none; }

.testimonials-section { background: var(--cream); }
.testimonial-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.quote-card { margin: 0; padding: 42px; border-radius: var(--radius-lg); background: white; box-shadow: 0 12px 42px rgba(13,48,20,.08); }
.stars { color: #e4a20a; letter-spacing: .12em; }
.quote-card > p { margin: 24px 0 30px; color: var(--green-950); font-family: Georgia, serif; font-size: clamp(1.45rem, 2.3vw, 2.1rem); line-height: 1.32; }
.quote-card footer { display: flex; flex-direction: column; }
.quote-card footer span { color: var(--muted); font-size: .9rem; }

.cta-section { padding: 84px 0; background: var(--green-600); color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.cta-section h2, .cta-section .eyebrow { color: white; }
.cta-section p:not(.eyebrow) { margin-top: 12px; color: rgba(255,255,255,.82); }

.site-footer { padding: 78px 0 26px; background: var(--green-950); color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 150px; margin-bottom: 22px; filter: brightness(0) invert(1); }
.footer-brand p + p { margin-top: 6px; }
.footer-grid h3 { margin-bottom: 18px; color: white; font-family: inherit; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-grid a:hover, .footer-bottom a:hover { color: white; text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .78rem; }
.footer-bottom a { color: inherit; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 64px; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--border); border-radius: 10px; background: white; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .site-nav .button { margin-top: 6px; }
  .menu-button { display: block; }
  .hero-grid, .how-grid { grid-template-columns: 1fr; }
  .hero-copy { text-align: center; }
  .hero-copy h1, .hero-lede { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-media { max-width: 620px; margin-inline: auto; }
  .value-grid { grid-template-columns: 1fr; }
  .value-card { min-height: 0; }
  .card-number { margin-bottom: 28px; }
  .producer-grid { grid-template-columns: repeat(2, 1fr); }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .container { width: min(var(--container), calc(100% - 28px)); }
  .section { padding: 78px 0; }
  h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  h2 { font-size: clamp(2.1rem, 10vw, 3.3rem); }
  .hero { padding-top: 48px; }
  .hero-proof { gap: 20px; }
  .hero-proof strong { font-size: 1.3rem; }
  .hero-proof span { max-width: 92px; }
  .hero-card { left: 12px; right: 12px; bottom: 18px; max-width: none; }
  .press-inner { min-height: 0; flex-wrap: wrap; justify-content: center; padding-block: 26px; }
  .split-heading { align-items: start; flex-direction: column; }
  .producer-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .producer-card { min-height: 250px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .quote-card { padding: 30px; }
  .cta-inner { align-items: start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 26px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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