: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);
  --red-900: #6f1610;
  --red-800: #8e2118;
  --red-700: #b33124;
  --red-soft: #fff0dc;
  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;
}

.technical-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(255,247,221,0.94)),
    var(--cream);
  border-top: 1px solid rgba(215, 168, 63, 0.28);
  border-bottom: 1px solid rgba(8, 58, 44, 0.12);
}
.technical-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(215,168,63,0.16), transparent 24%, transparent 76%, rgba(19,122,75,0.1)),
    linear-gradient(180deg, rgba(255,255,255,0.18), transparent 40%);
}
.technical-card > * {
  position: relative;
}
.technical-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 20px;
}
.technical-grid article {
  border: 1px solid rgba(8, 58, 44, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,253,246,0.92));
  box-shadow: 0 20px 48px rgba(4, 41, 31, 0.1);
  padding: clamp(18px, 3vw, 28px);
}
.technical-grid h3 {
  margin: 0 0 18px;
  color: var(--green-900);
  font-size: clamp(20px, 2vw, 28px);
}
.technical-grid dl {
  display: grid;
  gap: 8px;
  margin: 0;
}
.technical-grid dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(8, 58, 44, 0.08);
  border-radius: 8px;
  background: rgba(255,255,255,0.72);
}
.technical-grid dt {
  color: var(--muted);
  font-weight: 760;
}
.technical-grid dd {
  margin: 0;
  color: var(--green-900);
  font-weight: 950;
  white-space: nowrap;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(243,214,124,0.32);
  border: 1px solid rgba(215,168,63,0.28);
}
.technical-grid p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.distributor-chemirol .topbar {
  background: rgba(255, 250, 238, 0.94);
}
.distributor-chemirol .brand-wordmark strong,
.distributor-chemirol .eyebrow {
  color: var(--red-700);
}
.distributor-chemirol .top-logos,
.distributor-chemirol .logos {
  background: linear-gradient(135deg, #fff7d2, #ffe3a1 58%, #ffd978);
  border-color: rgba(142, 33, 24, 0.2);
}
.distributor-chemirol .hero {
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 214, 111, 0.42), transparent 30%),
    radial-gradient(circle at 18% 68%, rgba(179, 49, 36, 0.34), transparent 33%),
    linear-gradient(135deg, #3a1710, var(--red-900) 42%, #0a4b37);
}
.distributor-chemirol .hero-bg {
  opacity: 0.38;
  background-image:
    radial-gradient(circle at 20% 80%, rgba(243, 214, 124, 0.82) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 18%, rgba(255, 95, 70, 0.58) 0 2px, transparent 3px);
}
.distributor-chemirol .hero h1 span {
  color: #ffe38a;
  text-shadow: 0 7px 28px rgba(255, 210, 86, 0.62), 0 1px 0 var(--red-800);
}
.distributor-chemirol .btn-gold,
.distributor-chemirol .mobile-cta a:first-child {
  background: linear-gradient(135deg, #fff1a6, #f3c74f 42%, var(--red-700));
  color: #2b120e;
  box-shadow: 0 17px 36px rgba(142, 33, 24, 0.26);
}
.distributor-chemirol .hero-photo .hero-image {
  border-color: rgba(255, 215, 110, 0.46);
  box-shadow: 0 34px 60px rgba(74, 18, 12, 0.5);
}
.distributor-chemirol .formula-card {
  background: linear-gradient(145deg, rgba(79, 20, 14, 0.94), rgba(183, 118, 20, 0.76));
  border-color: rgba(255, 220, 112, 0.52);
}
.distributor-chemirol .big-numbers div {
  background:
    linear-gradient(145deg, rgba(255,214,111,0.14), transparent 44%),
    linear-gradient(135deg, #4b1711, #073f2f);
  border-color: rgba(215,168,63,0.34);
}
.distributor-chemirol .sulfo-strip {
  background: linear-gradient(135deg, #4b1711, var(--red-900) 42%, #083729);
}
.distributor-chemirol .distributor-actions .btn-plain {
  border-color: rgba(179, 49, 36, 0.24);
  color: var(--red-800);
}

.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-single {
  grid-template-columns: minmax(0, 1fr);
}
.distributors article { padding: 26px; }
.distributors .btn { margin-top: 8px; }
.distributor-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 24px;
  align-items: center;
}
.distributor-actions {
  display: grid;
  gap: 12px;
}
.btn-large {
  min-height: 64px;
  font-size: 22px;
}
.btn-plain {
  background: #f8f4e8;
  border-color: var(--line);
  color: var(--green-950);
}

.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; }

body.distributor-chemirol {
  --green-950: #3a120d;
  --green-900: #6f1610;
  --green-800: #8e2118;
  --green-600: #b33124;
  --green-400: #ef9c52;
  --gold: #e4ad33;
  --gold-2: #ffda6a;
  --gold-3: #b76d13;
  --gold-soft: #fff0a6;
  --cream: #fff2cf;
  --paper: #fff8e7;
  --ink: #2f1510;
  --muted: #73544b;
  --line: rgba(142, 33, 24, 0.22);
  --shadow: 0 24px 70px rgba(111, 22, 16, 0.2);
  background:
    linear-gradient(180deg, #fff7df 0%, #fff1c9 35%, #fff8eb 100%);
}

.distributor-chemirol .topbar {
  background:
    linear-gradient(90deg, rgba(255, 247, 221, 0.96), rgba(255, 226, 138, 0.93) 48%, rgba(255, 247, 221, 0.96));
  border-bottom: 3px solid rgba(179, 49, 36, 0.38);
  box-shadow: 0 12px 34px rgba(111, 22, 16, 0.13);
}

.distributor-chemirol .brand {
  color: var(--red-900);
}

.distributor-chemirol .brand-wordmark strong {
  color: #b01813;
  text-shadow: 0 1px 0 #ffe59a, 0 8px 20px rgba(176, 24, 19, 0.22);
}

.distributor-chemirol .brand-formula,
.distributor-chemirol .nav a {
  color: #7a1510;
}

.distributor-chemirol .nav-rank {
  background: linear-gradient(135deg, #ffd95f, #e7a722 46%, #b01813);
  color: #2f1510 !important;
}

.distributor-chemirol .top-logos,
.distributor-chemirol .logos {
  background:
    linear-gradient(135deg, #fff8d0 0%, #ffd85e 58%, #efb12a 100%);
  border: 1px solid rgba(176, 24, 19, 0.34);
  box-shadow: 0 12px 30px rgba(176, 24, 19, 0.16);
}

.distributor-chemirol .top-logos span,
.distributor-chemirol .logos span {
  color: #7a1510;
}

.distributor-chemirol .hero {
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 217, 95, 0.82), transparent 24%),
    radial-gradient(circle at 23% 72%, rgba(244, 66, 45, 0.42), transparent 33%),
    linear-gradient(135deg, #4b120d 0%, #8f1711 43%, #b33124 70%, #d69b2c 100%);
}

.distributor-chemirol .hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
  background: linear-gradient(90deg, #b01813, #ffd95f 50%, #b01813);
}

.distributor-chemirol .hero-bg {
  opacity: 0.52;
  background-image:
    linear-gradient(135deg, rgba(255, 219, 104, 0.18) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255, 219, 104, 0.18) 25%, transparent 25%),
    radial-gradient(circle at 20% 80%, rgba(255, 225, 111, 0.9) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 18%, rgba(255, 105, 75, 0.78) 0 2px, transparent 3px);
  background-size: 44px 44px, 44px 44px, 30px 30px, 52px 52px;
}

.distributor-chemirol .eyebrow {
  color: #b01813;
}

.distributor-chemirol .hero .eyebrow {
  color: #ffe681;
}

.distributor-chemirol .hero h1 span {
  color: #ffe778;
  text-shadow: 0 10px 36px rgba(255, 217, 95, 0.82), 0 2px 0 #8f1711;
}

.distributor-chemirol .lead {
  color: rgba(255, 247, 220, 0.92);
}

.distributor-chemirol .btn-gold,
.distributor-chemirol .mobile-cta a:first-child {
  background: linear-gradient(135deg, #fff1a6 0%, #ffd95f 42%, #e7a722 62%, #b01813 100%);
  color: #2f1510;
  border-color: rgba(255, 230, 129, 0.62);
  box-shadow: 0 18px 42px rgba(176, 24, 19, 0.34);
}

.distributor-chemirol .btn-ghost {
  color: #fff7db;
  border-color: rgba(255, 231, 120, 0.56);
  background: rgba(111, 22, 16, 0.34);
}

.distributor-chemirol .hero-photo .hero-image {
  border: 5px solid rgba(255, 217, 95, 0.7);
  box-shadow: 0 34px 64px rgba(72, 15, 10, 0.58), 0 0 0 10px rgba(176, 24, 19, 0.22);
}

.distributor-chemirol .formula-card {
  background: linear-gradient(145deg, rgba(79, 20, 14, 0.96), rgba(176, 24, 19, 0.92) 48%, rgba(231, 167, 34, 0.86));
  border-color: rgba(255, 231, 120, 0.72);
}

.distributor-chemirol .section h2,
.distributor-chemirol .story-grid h3,
.distributor-chemirol .argument-list h3,
.distributor-chemirol .distributors h3,
.distributor-chemirol .crop-card h3,
.distributor-chemirol .faq summary,
.distributor-chemirol .technical-grid h3 {
  color: #6f1610;
}

.distributor-chemirol .story-grid article,
.distributor-chemirol .argument-list article,
.distributor-chemirol .faq details {
  border-color: rgba(176, 24, 19, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 218, 106, 0.24), rgba(255, 255, 255, 0.94) 48%),
    #fffaf0;
  box-shadow: 0 16px 38px rgba(111, 22, 16, 0.1);
}

.distributor-chemirol .story-grid span,
.distributor-chemirol .argument-list strong,
.distributor-chemirol .crop-kicker {
  color: #c43a24 !important;
}

.distributor-chemirol .big-numbers div,
.distributor-chemirol .reserve {
  background:
    linear-gradient(145deg, rgba(255, 218, 106, 0.2), transparent 42%),
    linear-gradient(135deg, #4b120d, #8f1711 56%, #b76d13);
  border-color: rgba(255, 218, 106, 0.44);
}

.distributor-chemirol .technical-card {
  background:
    radial-gradient(circle at 86% 8%, rgba(255, 218, 106, 0.48), transparent 28%),
    linear-gradient(135deg, rgba(255, 246, 210, 0.98), rgba(255, 226, 138, 0.9) 46%, rgba(255, 247, 231, 0.98));
  border-top: 4px solid rgba(176, 24, 19, 0.52);
  border-bottom: 4px solid rgba(231, 167, 34, 0.5);
}

.distributor-chemirol .technical-card::before {
  background:
    linear-gradient(90deg, rgba(176, 24, 19, 0.18), transparent 26%, transparent 70%, rgba(255, 218, 106, 0.28)),
    repeating-linear-gradient(135deg, rgba(176, 24, 19, 0.05) 0 10px, transparent 10px 22px);
}

.distributor-chemirol .technical-grid article {
  border: 1px solid rgba(176, 24, 19, 0.26);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 224, 0.96));
  box-shadow: 0 20px 52px rgba(111, 22, 16, 0.14);
}

.distributor-chemirol .technical-grid dl div {
  border-color: rgba(176, 24, 19, 0.12);
  background: linear-gradient(90deg, rgba(255, 245, 214, 0.88), rgba(255, 255, 255, 0.88));
}

.distributor-chemirol .technical-grid dd {
  color: #6f1610;
  background: linear-gradient(135deg, #ffe477, #ffc842);
  border-color: rgba(176, 24, 19, 0.26);
}

.distributor-chemirol .sulfo-strip {
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 218, 106, 0.34), transparent 28%),
    linear-gradient(135deg, #4b120d 0%, #8f1711 48%, #c34327 74%, #b76d13 100%);
}

.distributor-chemirol .talk-grid article,
.distributor-chemirol .crop-card {
  background:
    linear-gradient(145deg, rgba(255, 218, 106, 0.34), transparent 44%),
    #fff7df;
  border-color: rgba(176, 24, 19, 0.2);
  box-shadow: 0 18px 48px rgba(111, 22, 16, 0.1);
}

.distributor-chemirol .partnership {
  background:
    linear-gradient(135deg, #fff1c9 0%, #ffe076 52%, #fff6dc 100%);
}

.distributor-chemirol .distributors article {
  background:
    linear-gradient(135deg, rgba(255, 218, 106, 0.38), rgba(255, 255, 255, 0.96) 42%),
    #fff8e7;
  border: 2px solid rgba(176, 24, 19, 0.28);
  box-shadow: 0 22px 58px rgba(111, 22, 16, 0.14);
}

.distributor-chemirol .distributor-feature {
  position: relative;
  overflow: hidden;
}

.distributor-chemirol .distributor-feature::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 12px;
  background: linear-gradient(180deg, #b01813, #ffd95f, #b01813);
}

.distributor-chemirol .distributor-feature > * {
  position: relative;
}

.distributor-chemirol .distributor-actions .btn-plain {
  background: #fff1c9;
  border-color: rgba(176, 24, 19, 0.3);
  color: #7a1510;
}

.distributor-chemirol .mobile-cta a:last-child {
  background: linear-gradient(135deg, #6f1610, #b01813);
  color: #fff7db;
}

.distributor-chemirol .footer {
  background: linear-gradient(135deg, #2f0f0b, #6f1610 58%, #3a120d);
}

body.distributor-chemirol {
  --green-950: #17301f;
  --green-900: #244329;
  --green-800: #365b31;
  --green-600: #6a7b2c;
  --green-400: #b7b55a;
  --gold: #d7a83f;
  --gold-2: #f5d977;
  --gold-3: #a86f18;
  --gold-soft: #fff0a8;
  --cream: #fff4d5;
  --paper: #fffaf0;
  --ink: #211b10;
  --muted: #6f624c;
  --line: rgba(168, 111, 24, 0.24);
  --shadow: 0 24px 70px rgba(88, 61, 18, 0.18);
  background: linear-gradient(180deg, #fff8e4 0%, #fff2c8 38%, #fffaf0 100%);
}

.distributor-chemirol .topbar {
  background:
    linear-gradient(90deg, rgba(255, 251, 236, 0.96), rgba(255, 232, 153, 0.92) 50%, rgba(255, 251, 236, 0.96));
  border-bottom: 3px solid rgba(215, 168, 63, 0.48);
  box-shadow: 0 12px 34px rgba(168, 111, 24, 0.13);
}

.distributor-chemirol .brand,
.distributor-chemirol .brand-formula,
.distributor-chemirol .nav a {
  color: var(--green-950);
}

.distributor-chemirol .brand-wordmark strong,
.distributor-chemirol .eyebrow {
  color: var(--gold-3);
  text-shadow: 0 1px 0 #fff6c5, 0 8px 20px rgba(168, 111, 24, 0.18);
}

.distributor-chemirol .nav-rank,
.distributor-chemirol .btn-gold,
.distributor-chemirol .mobile-cta a:first-child {
  background: linear-gradient(135deg, #fff7c8 0%, var(--gold-2) 43%, var(--gold) 68%, var(--gold-3) 100%);
  color: var(--green-950) !important;
  border-color: rgba(255, 232, 153, 0.7);
  box-shadow: 0 18px 42px rgba(168, 111, 24, 0.24);
}

.distributor-chemirol .top-logos,
.distributor-chemirol .logos {
  background: linear-gradient(135deg, #fffbe8 0%, #ffe899 58%, #f1c553 100%);
  border: 1px solid rgba(215, 168, 63, 0.46);
  box-shadow: 0 12px 30px rgba(168, 111, 24, 0.13);
}

.distributor-chemirol .top-logos span,
.distributor-chemirol .logos span {
  color: var(--green-950);
}

.distributor-chemirol .hero {
  background:
    radial-gradient(circle at 74% 16%, rgba(255, 226, 120, 0.7), transparent 25%),
    radial-gradient(circle at 18% 72%, rgba(215, 168, 63, 0.32), transparent 34%),
    linear-gradient(135deg, #17301f 0%, #3b5f30 42%, #856a20 72%, #d7a83f 100%);
}

.distributor-chemirol .hero::after {
  background: linear-gradient(90deg, #a86f18, #ffe899 50%, #a86f18);
}

.distributor-chemirol .hero-bg {
  opacity: 0.42;
  background-image:
    linear-gradient(135deg, rgba(255, 232, 153, 0.16) 25%, transparent 25%),
    linear-gradient(225deg, rgba(255, 232, 153, 0.16) 25%, transparent 25%),
    radial-gradient(circle at 20% 80%, rgba(255, 231, 120, 0.84) 0 2px, transparent 3px),
    radial-gradient(circle at 84% 18%, rgba(215, 168, 63, 0.7) 0 2px, transparent 3px);
  background-size: 44px 44px, 44px 44px, 30px 30px, 52px 52px;
}

.distributor-chemirol .hero .eyebrow,
.distributor-chemirol .hero h1 span {
  color: #ffef9f;
}

.distributor-chemirol .hero h1 span {
  text-shadow: 0 10px 36px rgba(255, 226, 120, 0.72), 0 2px 0 #6c4d13;
}

.distributor-chemirol .lead {
  color: rgba(255, 250, 232, 0.92);
}

.distributor-chemirol .btn-ghost {
  color: #fff8df;
  border-color: rgba(255, 232, 153, 0.58);
  background: rgba(23, 48, 31, 0.32);
}

.distributor-chemirol .hero-photo .hero-image {
  border: 5px solid rgba(245, 217, 119, 0.72);
  box-shadow: 0 34px 64px rgba(23, 48, 31, 0.42), 0 0 0 10px rgba(215, 168, 63, 0.18);
}

.distributor-chemirol .formula-card {
  background: linear-gradient(145deg, rgba(23, 48, 31, 0.96), rgba(88, 91, 36, 0.92) 48%, rgba(215, 168, 63, 0.88));
  border-color: rgba(255, 232, 153, 0.72);
}

.distributor-chemirol .section h2,
.distributor-chemirol .story-grid h3,
.distributor-chemirol .argument-list h3,
.distributor-chemirol .distributors h3,
.distributor-chemirol .crop-card h3,
.distributor-chemirol .faq summary,
.distributor-chemirol .technical-grid h3 {
  color: #4f3a12;
}

.distributor-chemirol .story-grid article,
.distributor-chemirol .argument-list article,
.distributor-chemirol .faq details,
.distributor-chemirol .talk-grid article,
.distributor-chemirol .crop-card {
  border-color: rgba(215, 168, 63, 0.26);
  background:
    linear-gradient(145deg, rgba(245, 217, 119, 0.27), rgba(255, 255, 255, 0.95) 48%),
    #fffaf0;
  box-shadow: 0 16px 38px rgba(88, 61, 18, 0.1);
}

.distributor-chemirol .story-grid span,
.distributor-chemirol .argument-list strong,
.distributor-chemirol .crop-kicker {
  color: var(--gold-3) !important;
}

.distributor-chemirol .big-numbers div,
.distributor-chemirol .reserve {
  background:
    linear-gradient(145deg, rgba(255, 232, 153, 0.22), transparent 42%),
    linear-gradient(135deg, #17301f, #4e612a 56%, #a86f18);
  border-color: rgba(255, 232, 153, 0.48);
}

.distributor-chemirol .technical-card,
.distributor-chemirol .partnership {
  background:
    radial-gradient(circle at 86% 8%, rgba(245, 217, 119, 0.46), transparent 28%),
    linear-gradient(135deg, rgba(255, 250, 232, 0.98), rgba(255, 232, 153, 0.88) 46%, rgba(255, 250, 240, 0.98));
  border-top: 4px solid rgba(215, 168, 63, 0.54);
  border-bottom: 4px solid rgba(168, 111, 24, 0.36);
}

.distributor-chemirol .technical-card::before {
  background:
    linear-gradient(90deg, rgba(215, 168, 63, 0.18), transparent 26%, transparent 70%, rgba(255, 232, 153, 0.3)),
    repeating-linear-gradient(135deg, rgba(168, 111, 24, 0.05) 0 10px, transparent 10px 22px);
}

.distributor-chemirol .technical-grid article,
.distributor-chemirol .distributors article {
  border: 1px solid rgba(215, 168, 63, 0.32);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 248, 226, 0.96));
  box-shadow: 0 20px 52px rgba(88, 61, 18, 0.13);
}

.distributor-chemirol .technical-grid dl div {
  border-color: rgba(215, 168, 63, 0.15);
  background: linear-gradient(90deg, rgba(255, 248, 226, 0.9), rgba(255, 255, 255, 0.9));
}

.distributor-chemirol .technical-grid dd {
  color: var(--green-950);
  background: linear-gradient(135deg, #ffed9f, #f1c553);
  border-color: rgba(168, 111, 24, 0.28);
}

.distributor-chemirol .sulfo-strip {
  color: var(--green-950);
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.44), transparent 28%),
    linear-gradient(135deg, #fff0b7 0%, #f1c553 50%, #d7a83f 100%);
  border: 1px solid rgba(168, 111, 24, 0.22);
  box-shadow: 0 22px 58px rgba(88, 61, 18, 0.12);
}

.distributor-chemirol .sulfo-strip .eyebrow,
.distributor-chemirol .sulfo-strip h2,
.distributor-chemirol .sulfo-strip p,
.distributor-chemirol .sulfo-strip > p,
.distributor-chemirol .sulfo-strip > div:last-child p {
  color: var(--green-950);
}

.distributor-chemirol .sulfo-strip h2 {
  display: grid;
  gap: 10px;
  max-width: 560px;
  line-height: 1.08;
}

.distributor-chemirol .distributor-feature::before {
  background: linear-gradient(180deg, #a86f18, #ffe899, #a86f18);
}

.distributor-chemirol .distributor-actions .btn-plain {
  background: #fff4d5;
  border-color: rgba(215, 168, 63, 0.34);
  color: var(--green-950);
}

.distributor-chemirol .mobile-cta a:last-child,
.distributor-chemirol .footer {
  background: linear-gradient(135deg, #17301f, #365b31 58%, #4f3a12);
  color: #fff8df;
}

.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, .technical-grid {
    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;
  }
  .technical-grid dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .technical-grid dd {
    width: max-content;
    max-width: 100%;
  }
  .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;
  }
  .distributor-feature {
    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;
  }
}
