/* ================================================================
   GREENAXIA — Option 3
   Closer to bioecoproduct.com reference
   Neon lime · white · full-bleed farm imagery · numbered glowing badges
   Type: Oswald (display, condensed industrial) + Manrope + JetBrains Mono
   ================================================================ */

:root {
  --ink:       #0A0D08;
  --ink-2:     #171B13;
  --text:      #2B2F28;
  --muted:     #6B7066;
  --border:    #E8EAE3;
  --border-2:  #D4D8CE;

  --white:     #FFFFFF;
  --off:       #F3F5EF;
  --mist:      #ECEEE5;

  --moss:      #2D4A2E;
  --moss-deep: #122418;

  --lime:      #B6FF00;
  --lime-2:    #A8E62A;
  --lime-deep: #86B800;
  --lime-soft: #E4FF8C;

  --red:       #E03B2F;

  --radius-sm: 6px;
  --radius:    14px;
  --radius-lg: 22px;

  --wrap: 1300px;
  --pad-x: clamp(20px, 4vw, 60px);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);

  --display: "Oswald", "Arial Narrow", system-ui, sans-serif;
  --body:    "Manrope", "Segoe UI", system-ui, sans-serif;
  --mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
button { font: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -0.005em; }
p { margin: 0; }

.svg-defs { position: absolute; width: 0; height: 0; }

/* ---------- Scroll progress ---------- */
.scroll-progress {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  width: 0%;
  background: var(--lime);
  box-shadow: 0 0 12px var(--lime);
  z-index: 100;
  transition: width 0.1s linear;
}

/* ---------- Shared ---------- */
.section-wrap {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 140px) var(--pad-x);
  position: relative;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 20px;
  padding: 8px 16px;
  background: var(--lime);
  border-radius: 999px;
  font-weight: 500;
}
.tag.light {
  background: rgba(182,255,0,0.18);
  color: var(--lime);
  border: 1px solid rgba(182,255,0,0.3);
}
.section-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.2rem, 5.4vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 0 0 26px;
  max-width: 22ch;
  text-transform: none;
}
.section-title.light { color: var(--white); }
.section-lead {
  font-family: var(--body);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.2vw, 1.22rem);
  line-height: 1.55;
  color: var(--text);
  max-width: 58ch;
  margin: 0 0 48px;
}
.section-lead.light { color: rgba(255,255,255,0.76); }

/* ---------- Checklist ---------- */
.check-list {
  display: grid;
  gap: 14px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--body);
  font-size: 15.5px;
  font-weight: 500;
  color: var(--ink);
  padding: 12px 0;
  border-top: 1px solid var(--border);
}
.check-list li:first-child { border-top: 0; }
.check-list li svg {
  width: 18px; height: 18px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 50%;
  padding: 4px;
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(182,255,0,0.22), 0 0 18px rgba(182,255,0,0.45);
}
.check-list-light li {
  color: var(--white);
  border-top-color: rgba(255,255,255,0.15);
}
.check-list-light li svg {
  box-shadow: 0 0 0 3px rgba(182,255,0,0.22), 0 0 22px rgba(182,255,0,0.6);
}

/* ---------- Buttons ---------- */
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: var(--body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  transition: transform 0.3s var(--ease), background 0.25s, color 0.25s, box-shadow 0.35s var(--ease), border-color 0.25s;
  overflow: hidden;
  white-space: nowrap;
}
.btn-sm { padding: 10px 16px; font-size: 11.5px; }
.btn-lg { padding: 18px 28px; font-size: 13.5px; }

.btn-primary {
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 0 0 0 rgba(182,255,0,0.6), 0 12px 28px -8px rgba(182,255,0,0.55);
}
.btn-primary:hover {
  background: var(--ink);
  color: var(--lime);
  transform: translateY(-2px);
  box-shadow: 0 0 0 6px rgba(182,255,0,0.15), 0 14px 32px -8px rgba(10,13,8,0.4);
}
.btn-primary .btn-arrow { transition: transform 0.3s var(--ease); }
.btn-primary:hover .btn-arrow { transform: translateX(4px); }
.btn-light {
  background: rgba(255,255,255,0.94);
  color: var(--ink);
  border: 1px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(8px);
}
.btn-light:hover {
  background: var(--white);
  transform: translateY(-2px);
}
.btn-dark {
  background: var(--ink);
  color: var(--lime);
}
.btn-dark:hover {
  background: var(--white);
  color: var(--ink);
  transform: translateY(-2px);
}
.btn-arrow, .btn-icon { width: 16px; height: 16px; flex-shrink: 0; }

/* ================================================================
   HEADER
   ================================================================ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  padding: 16px var(--pad-x);
  z-index: 50;
  transition: background 0.35s var(--ease), backdrop-filter 0.35s, border-color 0.35s, padding 0.35s var(--ease);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,0.88);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom-color: var(--border);
  padding: 12px var(--pad-x);
}
.site-header:not(.is-scrolled) .site-nav a,
.site-header:not(.is-scrolled) .brand,
.site-header:not(.is-scrolled) .lang-btn {
  color: var(--white);
}
.site-header:not(.is-scrolled) .brand-dot {
  box-shadow: 0 0 0 4px rgba(182,255,0,0.4), 0 0 20px rgba(182,255,0,0.8);
}
.site-header:not(.is-scrolled) .lang {
  border-color: rgba(255,255,255,0.35);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 22px;
  color: var(--ink);
  letter-spacing: -0.005em;
  transition: color 0.3s;
}
.brand-dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 4px rgba(182,255,0,0.3), 0 0 16px rgba(182,255,0,0.7);
  flex-shrink: 0;
  position: relative;
  transition: box-shadow 0.3s;
}
.brand-dot::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--ink);
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2.2vw, 32px);
  font-family: var(--body);
  font-size: 13.5px;
  font-weight: 500;
}
.site-nav a {
  position: relative;
  color: var(--ink);
  opacity: 0.85;
  padding: 6px 2px;
  transition: opacity 0.25s, color 0.3s;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  bottom: 2px;
  height: 2px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s var(--ease);
}
.site-nav a:hover { opacity: 1; }
.site-nav a:hover::after { transform: scaleX(1); }

.header-right { display: flex; align-items: center; gap: 14px; }
.lang {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-2);
  border-radius: 999px;
  padding: 3px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  transition: border-color 0.3s;
}
.lang-btn {
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--ink);
  opacity: 0.6;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
}
.lang-btn:hover { opacity: 1; }
.lang-btn.is-active {
  background: var(--lime);
  color: var(--ink);
  opacity: 1;
}

@media (max-width: 900px) { .site-nav { display: none; } }

/* ================================================================
   HERO
   ================================================================ */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(120px, 18vh, 200px) var(--pad-x) 0;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}
.hero-photo.img-fail img { display: none; }
.hero-photo.img-fail::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 40%, #1F4A2E, #0D1F14 60%, #050A07);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,13,8,0.5) 0%, rgba(10,13,8,0.55) 50%, rgba(10,13,8,0.85) 100%),
    radial-gradient(circle at 85% 30%, rgba(182,255,0,0.15), transparent 40%);
  z-index: 1;
}
.hero-grid-deco {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  z-index: 1;
  mask-image: linear-gradient(to bottom, black 60%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent);
}

.hero-wrap {
  position: relative;
  z-index: 2;
  max-width: var(--wrap);
  margin: 0 auto;
  width: 100%;
  padding-bottom: 80px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--lime);
  padding: 10px 16px;
  background: rgba(182,255,0,0.1);
  border: 1px solid rgba(182,255,0,0.3);
  border-radius: 999px;
  margin: 0 0 28px;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.1s forwards;
}
.hero-badge::before {
  content: "";
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 10px var(--lime);
  animation: pulse 2s var(--ease) infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hero-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.8rem, 8.2vw, 8rem);
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: var(--white);
  margin: 0 0 40px;
  max-width: 18ch;
  text-transform: none;
}
.hero-line {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s var(--ease) forwards;
}
.hero-line:nth-child(1) { animation-delay: 0.22s; }
.hero-line:nth-child(2) { animation-delay: 0.34s; }
.hero-line:nth-child(3) { animation-delay: 0.46s; }

.hl {
  display: inline-block;
  background: var(--lime);
  color: var(--ink);
  padding: 0.04em 0.18em 0.02em;
  border-radius: 6px;
  position: relative;
  line-height: 1;
  box-shadow: 0 0 48px rgba(182,255,0,0.5);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-lead {
  font-family: var(--body);
  font-weight: 400;
  font-size: clamp(1.05rem, 1.18vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255,255,255,0.84);
  max-width: 52ch;
  margin: 0 0 36px;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.56s forwards;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  opacity: 0;
  animation: fadeUp 1s var(--ease) 0.68s forwards;
}

.hero-stats {
  position: relative;
  z-index: 2;
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,0.1);
}
.hero-stats-inner {
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--pad-x);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.hstat {
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 1px solid rgba(255,255,255,0.1);
  position: relative;
  overflow: hidden;
  transition: background 0.4s var(--ease);
}
.hstat::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  width: 60%;
  height: 2px;
  background: var(--lime);
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.4s var(--ease);
}
.hstat:first-child { border-left: 0; }
.hstat:hover { background: rgba(182,255,0,0.05); }
.hstat:hover::before { transform: translateX(-50%) scaleX(1); }
.hstat-num {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1;
  color: var(--lime);
  letter-spacing: -0.01em;
}
.hstat-lbl {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}

@media (max-width: 760px) {
  .hero-stats-inner { grid-template-columns: 1fr 1fr; }
  .hstat { border-left: 1px solid rgba(255,255,255,0.1); }
  .hstat:nth-child(2n+1) { border-left: 0; }
  .hstat:nth-child(3), .hstat:nth-child(4) { border-top: 1px solid rgba(255,255,255,0.1); }
}

/* ================================================================
   INTRO
   ================================================================ */
.intro { background: var(--white); }
.intro-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: center;
}
.intro-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, #2D4A2E, #122418);
}
.intro-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-photo.img-fail img { display: none; }
.intro-photo-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: var(--lime);
  color: var(--ink);
  padding: 14px 20px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 40px rgba(182,255,0,0.5);
}
.intro-photo-num {
  font-family: var(--display);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.intro-photo-lbl {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 4px;
}
@media (max-width: 900px) {
  .intro-wrap { grid-template-columns: 1fr; }
  .intro-photo { aspect-ratio: 16 / 10; order: -1; }
}

/* ================================================================
   WHY GRID (numbered tiles)
   ================================================================ */
.whygrid {
  background: var(--off);
  padding: clamp(60px, 8vw, 100px) 0;
}
.whygrid .section-wrap { padding: 0 var(--pad-x); }
.whygrid-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.wtile {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 40px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s var(--ease);
}
.wtile::before {
  content: "";
  position: absolute;
  top: -80px; right: -80px;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(182,255,0,0.35) 0%, transparent 60%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.wtile:hover {
  transform: translateY(-6px);
  border-color: var(--lime-deep);
  box-shadow: 0 20px 50px -20px rgba(182,255,0,0.3);
}
.wtile:hover::before { opacity: 1; }
.wbadge {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--lime);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.1rem;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 0 0 6px rgba(182,255,0,0.1), 0 0 24px rgba(182,255,0,0.35);
}
.wbadge::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(182,255,0,0.5);
}
.wtile h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
  color: var(--ink);
  position: relative;
  z-index: 1;
}
.wtile p {
  font-family: var(--body);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1000px) { .whygrid-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .whygrid-grid { grid-template-columns: 1fr; } }

/* ================================================================
   PRODUCTS
   ================================================================ */
.products {
  background:
    radial-gradient(circle at 12% 28%, rgba(182,255,0,0.05), transparent 42%),
    radial-gradient(circle at 88% 72%, rgba(182,255,0,0.04), transparent 46%),
    linear-gradient(to bottom,
      #F3F5EF 0,
      #D8DECE 40px,
      #A6B69E 90px,
      #6B8467 150px,
      #3E5C3A 210px,
      #1F3826 270px,
      var(--moss-deep) 330px,
      var(--moss-deep) calc(100% - 900px),
      #0F1F14 calc(100% - 720px),
      #0C1A11 calc(100% - 540px),
      #0A150D calc(100% - 360px),
      #09110B calc(100% - 200px),
      var(--ink) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.products .tag {
  background: rgba(182,255,0,0.15);
  color: var(--lime);
  border: 1px solid rgba(182,255,0,0.25);
}
.products .section-title { color: var(--white); }
.products .section-lead { color: rgba(255,255,255,0.72); }

.products-head {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 56px;
}
@media (max-width: 900px) {
  .products-head { grid-template-columns: 1fr; gap: 28px; }
}

.product-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
@media (max-width: 900px) { .product-filter { justify-content: flex-start; } }

.filter-chip {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.7);
  background: transparent;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.filter-chip:hover {
  border-color: rgba(255,255,255,0.5);
  color: var(--white);
  transform: translateY(-1px);
}
.filter-chip.is-active {
  background: var(--white);
  border-color: var(--white);
  color: var(--ink);
}

.catalog {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.cat-group {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) 2.4fr;
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  overflow: hidden;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.5s var(--ease), border-color 0.5s var(--ease), background 0.5s var(--ease), box-shadow 0.5s var(--ease);
}
.cat-group:hover {
  transform: translateY(-4px);
  border-color: rgba(182,255,0,0.35);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 28px 60px -30px rgba(0,0,0,0.55);
}
.cat-group:hover .cat-head {
  background: rgba(255,255,255,0.04);
}
.cat-group:hover .cat-ill {
  color: var(--lime);
  transform: rotate(-3deg) scale(1.05) translateY(-2px);
}
.cat-group.is-hidden { display: none; }

.cat-head {
  padding: 36px 32px;
  background: rgba(255,255,255,0.02);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid rgba(255,255,255,0.07);
  position: relative;
  overflow: hidden;
  transition: background 0.5s var(--ease);
}
.cat-head::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 100%, rgba(182,255,0,0.08), transparent 60%);
  opacity: 0;
  transition: opacity 0.6s var(--ease);
  pointer-events: none;
}
.cat-group:hover .cat-head::after { opacity: 1; }
.cat-ill {
  width: 72px;
  height: 72px;
  color: rgba(255,255,255,0.78);
  transition: color 0.4s var(--ease), transform 0.6s var(--ease);
  position: relative;
  z-index: 1;
}
.cat-name {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1.04;
  color: var(--white);
  letter-spacing: -0.01em;
  position: relative;
  z-index: 1;
}
.cat-desc {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.62);
  max-width: 32ch;
  position: relative;
  z-index: 1;
}
.cat-count {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  padding: 6px 12px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  font-weight: 500;
  white-space: nowrap;
  margin-top: auto;
  align-self: flex-start;
  position: relative;
  z-index: 1;
  transition: border-color 0.4s var(--ease), color 0.4s var(--ease);
}
.cat-group:hover .cat-count {
  color: var(--lime);
  border-color: rgba(182,255,0,0.45);
}

.cat-soon-badge {
  position: absolute;
  top: 18px; right: 18px;
  font-family: var(--mono);
  font-size: 9.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 10px;
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.62);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  font-weight: 500;
  z-index: 2;
}

.cat-varieties {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: rgba(255,255,255,0.06);
}
.variety {
  padding: 24px 22px;
  background: rgba(255,255,255,0.025);
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.4s var(--ease), transform 0.4s var(--ease);
}
.variety::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--lime);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.5s var(--ease);
  box-shadow: 0 0 14px rgba(182,255,0,0.5);
}
.variety::after {
  content: "";
  position: absolute;
  top: 18px; right: 18px;
  width: 6px; height: 6px;
  background: var(--lime);
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.4);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
  box-shadow: 0 0 10px rgba(182,255,0,0.6);
}
.variety:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-2px);
}
.variety:hover::before { transform: scaleY(1); transform-origin: top; }
.variety:hover::after { opacity: 1; transform: scale(1); }
.variety:hover .variety-name { color: var(--lime); }
.variety-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.variety-name {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--white);
  letter-spacing: -0.005em;
  transition: color 0.4s var(--ease);
}
.variety-type {
  font-family: var(--body);
  font-size: 12.5px;
  color: rgba(255,255,255,0.55);
  font-style: italic;
  margin-top: auto;
}

.cat-group.is-soon {
  background: rgba(255,255,255,0.02);
  border-style: dashed;
  border-color: rgba(255,255,255,0.16);
  opacity: 0.85;
  pointer-events: none;
}
.cat-group.is-soon .cat-head { background: rgba(255,255,255,0.015); }
.cat-group.is-soon .cat-ill { color: rgba(255,255,255,0.4); }
.cat-group.is-soon .variety { cursor: not-allowed; background: rgba(255,255,255,0.015); }
.cat-group.is-soon .variety-name { color: rgba(255,255,255,0.6); }
.cat-group.is-soon .cat-count { color: rgba(255,255,255,0.45); border-color: rgba(255,255,255,0.12); }

.greenhouse-note {
  margin-top: 28px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  background: rgba(255,255,255,0.035);
  color: var(--white);
  border: 1px dashed rgba(255,255,255,0.18);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease);
}
.greenhouse-note::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 50%, rgba(182,255,0,0.1), transparent 60%);
  pointer-events: none;
}
.greenhouse-note:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(182,255,0,0.35);
}
.greenhouse-note-ill {
  width: 64px;
  height: 64px;
  color: var(--lime);
  position: relative;
  z-index: 1;
  transition: transform 0.6s var(--ease);
}
.greenhouse-note:hover .greenhouse-note-ill {
  transform: rotate(-3deg) scale(1.05);
}
.greenhouse-note-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.greenhouse-note-tag {
  display: inline-block;
  align-self: flex-start;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 5px 10px;
  background: rgba(182,255,0,0.15);
  color: var(--lime);
  border: 1px solid rgba(182,255,0,0.28);
  border-radius: 999px;
  font-weight: 500;
}
.greenhouse-note-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  color: var(--white);
  margin: 4px 0 0;
}
.greenhouse-note-body {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  max-width: 60ch;
}

@media (max-width: 800px) {
  .cat-group { grid-template-columns: 1fr; }
  .cat-head { border-right: 0; border-bottom: 1px solid var(--border); }
  .greenhouse-note { grid-template-columns: 1fr; padding: 24px; }
}

/* ================================================================
   HOW WE WORK (full-bleed dark with photo)
   ================================================================ */
.how {
  position: relative;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
}
.how-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.25;
}
.how-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.1);
}
.how-photo.img-fail img { display: none; }
.how::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,13,8,0.75) 0%, rgba(10,13,8,0.95) 100%),
    radial-gradient(circle at 20% 30%, rgba(182,255,0,0.1), transparent 40%);
  z-index: 1;
}
.how-wrap { position: relative; z-index: 2; }

.how-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.hstep {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.4s var(--ease), border-color 0.4s, transform 0.4s var(--ease);
  min-height: 240px;
  position: relative;
  overflow: hidden;
}
.hstep::before {
  content: "";
  position: absolute;
  top: -60px; right: -60px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(182,255,0,0.2) 0%, transparent 60%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.5s var(--ease);
}
.hstep:hover {
  background: rgba(182,255,0,0.05);
  border-color: rgba(182,255,0,0.4);
  transform: translateY(-4px);
}
.hstep:hover::before { opacity: 1; }
.hstep-badge {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.hstep-badge svg {
  width: 32px; height: 32px;
  padding: 10px;
  background: var(--lime);
  color: var(--ink);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(182,255,0,0.18), 0 0 24px rgba(182,255,0,0.4);
  box-sizing: content-box;
  flex-shrink: 0;
}
.hstep-num {
  font-family: var(--display);
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--lime);
  letter-spacing: -0.02em;
}
.hstep h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--white);
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
.hstep p {
  font-family: var(--body);
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255,255,255,0.7);
  margin-top: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) { .how-steps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .how-steps { grid-template-columns: 1fr; } }

/* ================================================================
   COMPARE
   ================================================================ */
.compare { background: var(--off); }
.compare-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.compare-row {
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1.3fr;
  gap: 0;
  align-items: center;
  border-top: 1px solid var(--border);
}
.compare-row:first-child { border-top: 0; }
.compare-row > div {
  padding: 20px 24px;
  font-family: var(--body);
  font-size: 15px;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-criterion {
  font-family: var(--display);
  font-size: 1.1rem !important;
  font-weight: 500;
  color: var(--ink) !important;
  letter-spacing: -0.005em;
}
.compare-head {
  background: var(--ink);
  color: var(--white);
}
.compare-head > div {
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72);
  font-weight: 500;
  padding: 20px 24px;
}
.compare-head .c-us {
  color: var(--ink);
  background: var(--lime);
  font-weight: 600;
}
.compare-row:not(.compare-head) .c-us {
  background: linear-gradient(90deg, rgba(182,255,0,0.15), rgba(182,255,0,0.05) 80%);
  color: var(--ink);
  font-weight: 500;
  border-left: 3px solid var(--lime);
  border-right: 3px solid var(--lime);
}
.compare-row:not(.compare-head) .c-them {
  color: var(--muted);
}
.c-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 0 0 3px rgba(10,13,8,0.15);
}
.c-ico, .c-ico-x { width: 18px; height: 18px; flex-shrink: 0; }
.c-ico { color: var(--lime-deep); }
.c-ico-x { color: var(--muted); opacity: 0.55; }

@media (max-width: 760px) {
  .compare-row { grid-template-columns: 1fr; gap: 2px; }
  .compare-row > div { padding: 14px 20px; }
  .compare-row:not(.compare-head) .c-us { border-left: 0; border-right: 0; border-top: 2px solid var(--lime); border-bottom: 2px solid var(--lime); }
  .compare-head { display: none; }
}

/* ================================================================
   WHO (customers)
   ================================================================ */
.who { background: var(--white); }
.who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.who-card {
  padding: 36px 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 240px;
  transition: transform 0.4s var(--ease), border-color 0.4s, box-shadow 0.4s var(--ease), background 0.4s var(--ease);
  position: relative;
  overflow: hidden;
}
.who-card:hover {
  transform: translateY(-6px);
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 20px 50px -20px rgba(10,13,8,0.4);
}
.who-card:hover .who-ico { color: var(--lime); }
.who-card:hover h3 { color: var(--white); }
.who-card:hover p { color: rgba(255,255,255,0.74); }
.who-ico {
  width: 40px; height: 40px;
  color: var(--ink);
  padding: 10px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(182,255,0,0.18), 0 0 24px rgba(182,255,0,0.4);
  box-sizing: content-box;
  transition: color 0.3s;
  align-self: flex-start;
}
.who-card h3 {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--ink);
  transition: color 0.3s;
}
.who-card p {
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
  margin-top: auto;
  transition: color 0.3s;
}
@media (max-width: 1000px) { .who-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .who-grid { grid-template-columns: 1fr; } }

/* ================================================================
   LOGISTICS (full-bleed with photo)
   ================================================================ */
.logistics {
  position: relative;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
  min-height: 640px;
}
.logistics-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.logistics-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5) saturate(1.05);
}
.logistics-photo.img-fail img { display: none; }
.logistics-photo.img-fail { background: linear-gradient(135deg, #0D1F14, #050A07); }
.logistics::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,13,8,0.92) 0%, rgba(10,13,8,0.6) 60%, rgba(10,13,8,0.3) 100%),
    radial-gradient(circle at 10% 70%, rgba(182,255,0,0.15), transparent 40%);
  z-index: 1;
}
.logistics-wrap {
  position: relative;
  z-index: 2;
}
.logistics-inner { max-width: 620px; }

/* ================================================================
   CTA BANNER
   ================================================================ */
.cta-banner {
  background: var(--lime);
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.5) 0%, transparent 40%),
    radial-gradient(circle at 85% 80%, rgba(10,13,8,0.1) 0%, transparent 50%);
  pointer-events: none;
}
.cta-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(60px, 9vw, 120px) var(--pad-x);
  position: relative;
  z-index: 1;
}
.cta-title {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(2.2rem, 5.6vw, 4.6rem);
  line-height: 1;
  color: var(--ink);
  max-width: 22ch;
  margin: 0 0 20px;
  letter-spacing: -0.01em;
}
.cta-lead {
  font-family: var(--body);
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  color: var(--ink);
  opacity: 0.78;
  max-width: 52ch;
  margin: 0 0 36px;
}

/* ================================================================
   CONTACT
   ================================================================ */
.contact { background: var(--off); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
.contact-info {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid var(--border);
}
.contact-info li {
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
  align-items: start;
}
.ci-lbl {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  padding-top: 4px;
}
.ci-val {
  font-family: var(--display);
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--ink);
}
.ci-val-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ci-val-addr {
  font-family: var(--body);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ink);
  letter-spacing: 0;
}
.ci-link {
  display: inline-flex;
  align-items: baseline;
  gap: 12px;
  color: var(--ink);
  transition: color 0.25s var(--ease);
  text-decoration: none;
}
.ci-link:hover { color: var(--lime-deep); }
.ci-link em {
  font-family: var(--mono);
  font-size: 10.5px;
  font-style: normal;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 400;
}
@media (max-width: 600px) {
  .contact-info li { grid-template-columns: 1fr; gap: 8px; }
  .ci-lbl { padding-top: 0; }
}
.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 44px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 18px;
  position: relative;
  overflow: hidden;
}
.contact-form::before {
  content: "";
  position: absolute;
  top: -160px; right: -160px;
  width: 380px; height: 380px;
  background: radial-gradient(circle, rgba(182,255,0,0.2) 0%, transparent 65%);
  pointer-events: none;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
}
.field-full { grid-column: 1 / -1; }
.field label {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.field input, .field textarea {
  font-family: var(--body);
  font-size: 15px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--border-2);
  padding: 10px 0;
  outline: none;
  transition: border-color 0.3s;
  resize: vertical;
}
.field input:focus, .field textarea:focus { border-bottom-color: var(--lime-deep); }
.field textarea { min-height: 88px; }
.form-footer {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 6px;
}
.form-note {
  font-size: 12px;
  color: var(--muted);
  max-width: 38ch;
  line-height: 1.5;
}
.contact-form.is-sent {
  text-align: center;
  display: block;
  padding: clamp(60px, 8vw, 100px);
}
@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { grid-template-columns: 1fr; }
}

/* ================================================================
   FOOTER
   ================================================================ */
.site-footer {
  background: var(--ink);
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: -20%; left: 30%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(182,255,0,0.08) 0%, transparent 55%);
  border-radius: 50%;
  pointer-events: none;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: clamp(32px, 5vw, 80px);
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: relative;
  z-index: 1;
}
.footer-brand { display: flex; flex-direction: column; gap: 20px; }
.footer-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 500;
  font-size: 22px;
  color: var(--white);
}
.footer-tag {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.1;
  color: var(--lime);
  max-width: 18ch;
  letter-spacing: -0.01em;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-cols > div { display: flex; flex-direction: column; gap: 10px; }
.footer-cols h4 {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lime);
  margin: 0 0 8px;
}
.footer-cols a, .footer-cols span {
  font-family: var(--body);
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  transition: color 0.25s;
}
.footer-cols a:hover { color: var(--lime); }
.footer-addr {
  font-size: 13px !important;
  line-height: 1.55;
  color: rgba(255,255,255,0.6) !important;
  margin-top: 4px;
}
.footer-bar {
  padding: 20px 0 24px;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.45);
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .footer-cols { grid-template-columns: 1fr; }
}

/* ================================================================
   REVEAL
   ================================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s var(--ease), transform 0.9s var(--ease);
}
.reveal.is-in { opacity: 1; transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .hero-title .hero-line,
  .hero-badge,
  .hero-lead,
  .hero-cta,
  .reveal { opacity: 1; transform: none; }
}

::selection { background: var(--lime); color: var(--ink); }
