:root {
  --green-950: #04291f;
  --green-900: #06382a;
  --green-800: #0a4b37;
  --green-600: #137a4b;
  --green-400: #6ec76f;
  --gold: #d7a83f;
  --gold-2: #f3d67c;
  --gold-3: #b87918;
  --gold-soft: #fff3b8;
  --cream: #f5f1e8;
  --paper: #fffdf6;
  --ink: #13211c;
  --muted: #64736c;
  --line: rgba(8, 58, 44, 0.16);
  --shadow: 0 24px 70px rgba(4, 41, 31, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 246, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.brand {
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
  color: var(--green-900);
  line-height: 1;
}
.brand-wordmark {
  display: block;
  white-space: nowrap;
  font-size: clamp(20px, 2.2vw, 34px);
  letter-spacing: 0;
}
.brand-wordmark strong {
  color: var(--gold-3);
  text-shadow: 0 1px 0 #fff4ba, 0 8px 22px rgba(215,168,63,0.22);
}
.brand-formula {
  display: block;
  margin-top: 3px;
  color: var(--green-700, #0a4b37);
  font-size: 11px;
  font-weight: 850;
}
.top-logos {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #fffef7, #fff0b5);
  border: 1px solid rgba(215,168,63,0.38);
  box-shadow: 0 10px 28px rgba(184,121,24,0.12);
}
.top-logos img {
  height: 28px;
  width: auto;
}
.top-logos span {
  color: var(--green-900);
  font-weight: 950;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 750;
}
.nav a {
  text-decoration: none;
  color: var(--green-900);
}
.nav-rank {
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--green-950) !important;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  box-shadow: 0 9px 22px rgba(215, 168, 63, 0.26);
}

.hero {
  min-height: 92vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 238, 151, 0.36), transparent 28%),
    radial-gradient(circle at 18% 72%, rgba(215, 168, 63, 0.18), transparent 34%),
    linear-gradient(135deg, var(--green-950), var(--green-800) 54%, #0b5d39);
  color: white;
}
.hero-bg {
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(110, 199, 111, 0.65) 0 2px, transparent 3px),
    radial-gradient(circle at 85% 20%, rgba(243, 214, 124, 0.7) 0 2px, transparent 3px);
  background-size: 34px 34px, 54px 54px;
}
.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  align-items: center;
  gap: clamp(28px, 5vw, 80px);
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(44px, 8vw, 96px) 0 70px;
}
.logos {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
}
.logos img { height: 34px; width: auto; }
.logos span { color: var(--green-800); font-weight: 900; }

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}
.hero h1 {
  margin: 22px 0 10px;
  font-size: clamp(50px, 10vw, 112px);
  line-height: 0.86;
  letter-spacing: 0;
}
.hero h1 span {
  display: block;
  color: var(--gold-soft);
  text-shadow: 0 7px 26px rgba(243, 214, 124, 0.5), 0 1px 0 #a56c12;
}
.hero h2 {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: clamp(26px, 4vw, 52px);
  line-height: 1.02;
}
.lead {
  max-width: 660px;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.84);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}
.hero-actions, .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0;
  border: 1px solid transparent;
}
.btn-gold {
  background: linear-gradient(135deg, #fff7bf, var(--gold-2) 42%, var(--gold-3));
  color: var(--green-950);
  box-shadow: 0 16px 34px rgba(215, 168, 63, 0.36);
}
.btn-ghost {
  color: white;
  border-color: rgba(255,255,255,0.36);
  background: rgba(255,255,255,0.08);
}

.hero-product {
  position: relative;
  min-height: 600px;
  display: grid;
  place-items: center;
}
.halo {
  position: absolute;
  width: min(520px, 84vw);
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(243,214,124,0.34), transparent 68%);
}
.hero-product img {
  position: relative;
  max-height: 640px;
  filter: drop-shadow(0 32px 42px rgba(0,0,0,0.45));
}
.hero-photo {
  min-height: 520px;
}
.hero-photo .halo {
  display: none;
}
.hero-photo .hero-image {
  width: 100%;
  max-height: none;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(243,214,124,0.28);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 34px 58px rgba(0,0,0,0.42);
  filter: none;
}
.formula-card {
  position: absolute;
  right: 0;
  bottom: 8%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 10px;
  padding: 18px 20px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(4, 41, 31, 0.92), rgba(91, 58, 10, 0.74));
  border: 1px solid rgba(243,214,124,0.42);
  box-shadow: var(--shadow);
}
.formula-card strong {
  color: var(--gold-2);
  font-size: 32px;
  line-height: 1;
}
.formula-card span {
  color: rgba(255,255,255,0.78);
  align-self: end;
  font-size: 12px;
  font-weight: 800;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 8vw, 100px) 0;
}
.section-head {
  max-width: 840px;
  margin-bottom: 32px;
}
.section h2 {
  margin: 0;
  color: var(--green-950);
  font-size: clamp(31px, 5vw, 58px);
  line-height: 1.02;
}
.section-head p:not(.eyebrow), .product-copy p, .origin-copy p, .partnership p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.root-story {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: stretch;
}
.root-visual {
  margin: 0;
  min-height: 460px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--green-950);
}
.root-visual img {
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.story-grid article, .argument-list article, .distributors article, .faq details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 32px rgba(8,58,44,0.07);
}
.story-grid article { padding: 24px; }
.story-grid span, .argument-list strong {
  color: var(--gold);
  font-weight: 950;
}
.story-grid h3, .argument-list h3, .distributors h3 {
  margin: 8px 0 8px;
  color: var(--green-950);
  font-size: 23px;
}
.story-grid p, .argument-list p, .distributors p, .faq p, .crop-panel p, .crop-panel li, .spec-list li, .talk-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.product {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}
.product-media img, .origin img, .crop-panel img {
  width: 100%;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.big-numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 14px;
  margin: 24px 0;
}
.big-numbers div {
  padding: 20px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,238,151,0.12), transparent 42%),
    var(--green-950);
  color: white;
  border: 1px solid rgba(243,214,124,0.22);
}
.big-numbers strong {
  display: block;
  color: var(--gold-2);
  font-size: clamp(38px, 6vw, 64px);
  line-height: 1;
}
.big-numbers span { color: rgba(255,255,255,0.78); font-weight: 750; }
.spec-list {
  padding-left: 20px;
}

.sulfo-strip {
  width: 100%;
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  padding-right: max(18px, calc((100vw - 1180px) / 2));
  background: linear-gradient(135deg, var(--green-950), #0b5139);
  color: white;
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 28px;
  align-items: center;
}
.sulfo-strip h2 { color: white; }
.sulfo-strip > p,
.sulfo-strip > div:last-child p {
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  font-size: 18px;
}
.sulfo-strip > div:last-child p { margin: 0 0 14px; }
.sulfo-strip > div:last-child p:last-child { margin-bottom: 0; }

.sales-talk {
  padding-top: clamp(46px, 6vw, 76px);
}
.talk-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.talk-grid article {
  padding: 26px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 238, 151, 0.22), transparent 46%),
    #ffffff;
  border: 1px solid rgba(215,168,63,0.28);
  box-shadow: 0 16px 38px rgba(8,58,44,0.08);
}
.talk-grid h3 {
  margin: 0 0 12px;
  color: var(--green-950);
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1.06;
}
.talk-grid p {
  margin: 0;
  font-size: 17px;
}

.crop-list {
  display: grid;
  gap: 22px;
}
.crop-card {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(18px, 4vw, 38px);
  align-items: center;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(243,214,124,0.24), transparent 36%),
    #f6f2e8;
  border: 1px solid rgba(215,168,63,0.2);
  box-shadow: 0 18px 48px rgba(8,58,44,0.08);
}
.crop-card:nth-child(even) img { order: 2; }
.crop-card img {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
}
.crop-kicker {
  margin: 0 0 8px;
  color: var(--gold) !important;
  font-weight: 900;
}
.crop-card h3 { margin: 0; color: var(--green-950); font-size: clamp(26px, 4vw, 44px); line-height: 1.05; }
.crop-card p, .crop-card li { color: var(--muted); line-height: 1.58; }

.argument-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.argument-list article { padding: 20px; }

.origin, .rewards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}
.reserve {
  display: flex;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,238,151,0.14), transparent 44%),
    var(--green-950);
  color: white;
}
.reserve strong {
  color: var(--gold-2);
  font-size: clamp(48px, 8vw, 88px);
  line-height: 1;
}
.reserve span { color: rgba(255,255,255,0.82); font-weight: 800; }

.partnership {
  text-align: center;
  background: var(--cream);
  width: 100%;
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  padding-right: max(18px, calc((100vw - 1180px) / 2));
}
.logos.large { border-radius: 8px; margin-bottom: 22px; }
.logos.large img { height: 56px; }

.distributors {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.distributors article { padding: 26px; }
.distributors .btn { margin-top: 8px; }

.faq details {
  padding: 20px 24px;
  margin-bottom: 12px;
}
.faq summary {
  cursor: pointer;
  color: var(--green-950);
  font-weight: 900;
}

.mobile-cta {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 45;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mobile-cta a {
  min-height: 48px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 950;
}
.mobile-cta a:first-child { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--green-950); }
.mobile-cta a:last-child { background: var(--green-950); color: white; }

.footer {
  padding: 34px max(18px, calc((100vw - 1180px) / 2));
  background: #031b15;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}
.footer strong { color: white; }
.language-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.14);
}
.language-footer span {
  color: white;
  font-weight: 850;
}
.language-options {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.language-options button,
.language-suggestion button {
  min-height: 38px;
  border: 1px solid rgba(243,214,124,0.38);
  border-radius: 999px;
  padding: 0 14px;
  color: white;
  background: rgba(255,255,255,0.08);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}
.language-options button[aria-pressed="true"],
.language-suggestion button:first-child {
  color: var(--green-950);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}
.language-suggestion {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 55;
  width: min(420px, calc(100vw - 36px));
  padding: 16px;
  border: 1px solid rgba(243,214,124,0.42);
  border-radius: 8px;
  background: rgba(3, 27, 21, 0.96);
  color: white;
  box-shadow: 0 20px 48px rgba(0,0,0,0.28);
}
.language-suggestion p {
  margin: 0 0 12px;
  color: rgba(255,255,255,0.84);
  line-height: 1.45;
}
.language-suggestion div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 980px) {
  .nav { display: none; }
  .hero-inner, .root-story, .product, .crop-card, .origin, .sulfo-strip {
    grid-template-columns: 1fr;
  }
  .top-logos img { height: 22px; }
  .hero { min-height: auto; }
  .hero-inner { padding-top: 34px; }
  .hero-product {
    order: -1;
    min-height: 360px;
  }
  .hero-product img { max-height: 420px; }
  .formula-card {
    right: 10px;
    bottom: 10px;
  }
  .argument-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
  body { padding-bottom: 92px; }
  .topbar { padding: 10px 14px; }
  .brand strong { font-size: 20px; }
  .brand-wordmark { font-size: 18px; }
  .brand-formula { font-size: 10px; }
  .topbar { gap: 10px; }
  .top-logos {
    gap: 6px;
    padding: 5px 7px;
  }
  .top-logos img { height: 18px; }
  .hero-copy .logos { display: none; }
  .hero h1 { font-size: 48px; }
  .hero h2 { font-size: 27px; }
  .lead { font-size: 16px; }
  .btn { width: 100%; }
  .hero-actions { gap: 10px; }
  .hero-product { min-height: 330px; }
  .hero-product img { max-height: 340px; }
  .formula-card {
    grid-template-columns: repeat(3, auto);
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: max-content;
    max-width: 100%;
  }
  .formula-card span { display: none; }
  .section { width: min(100% - 28px, 1180px); padding: 54px 0; }
  .section h2 { font-size: 32px; }
  .story-grid, .big-numbers, .distributors, .argument-list, .talk-grid {
    grid-template-columns: 1fr;
  }
  .root-visual { min-height: 360px; }
  .crop-card { padding: 12px; }
  .crop-card:nth-child(even) img { order: 0; }
  .reserve { align-items: flex-start; flex-direction: column; }
  .mobile-cta { display: grid; }
  .language-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .language-options,
  .language-options button {
    width: 100%;
  }
  .language-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .language-suggestion {
    left: 12px;
    right: 12px;
    bottom: 86px;
    width: auto;
  }
}
