/* ============================================================
   AGRICENEX: Water & Soil Treatment Platform
   Design system + section styles
   System: white canvas · near-black ink · forest-green primary
   with a wheat / harvest-gold spark for small accents.
   Editorial layout language: image-led cards, overlaid meta,
   mono page numbers, hairline separators.
   Diagrams keep muted semantic hues (water blue / problem umber
   / healthy green), desaturated to sit inside the same family.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* Canvas + ink */
  --canvas: #ffffff;
  --canvas-2: #f4f4ef;
  --surface: #f6f6f2;
  --paper: #ffffff;
  --ink: #16170f;
  --ink-2: #43453a;
  --ink-3: #797b6f;
  --hairline: rgba(22, 23, 15, 0.13);
  --hairline-soft: rgba(22, 23, 15, 0.07);

  /* Accent: forest green (the only UI accent) */
  --forest: var(--green-700);      /* primary — buttons, pills, icon chips */
  --forest-deep: var(--green-900); /* hover states + dark panels */
  --forest-mist: #a7ce9f;          /* accent text/icons on dark surfaces */
  --forest-pale: var(--green-200); /* soft-button hover */
  --forest-soft: var(--green-50);  /* tinted washes */

  /* Spark: wheat / harvest gold (small doses only — dots, chips, selection).
     Inherits the old lime's job: a warm, energetic fleck. Dark glyphs on gold. */
  --wheat: #E9B949;              /* all spark fills — dark glyphs sit on top */
  --wheat-hover: #d8a831;        /* darker gold for hover states */
  --wheat-tint: #f0cd78;         /* light wheat for text/ticks on dark panels */
  --on-wheat: #16170f;           /* ink for glyphs/text placed on gold fills */

  /* Diagram semantics: healthy green (desaturated) */
  --green-900: #1c3a24;
  --green-700: #2c5e38;
  --green-500: #46803f;
  --green-400: #649a5c;
  --green-200: #c8ddc4;
  --green-50: #eaf1e6;

  /* Diagram semantics: water blue (desaturated slate) */
  --blue-900: #22394a;
  --blue-700: #3c6479;
  --blue-500: #5b8ba3;
  --blue-300: #a3c3d3;
  --blue-100: #dde9ef;
  --blue-50: #ecf3f6;

  /* Diagram semantics: problem umber (desaturated) */
  --clay-900: #5c3320;
  --clay-700: #8f4f33;
  --clay-500: #a9613d;
  --clay-300: #d3a78d;
  --clay-100: #ecdccf;
  --clay-50: #f3eae1;

  /* Radii + shadow */
  --r-sm: 12px;
  --r-md: 18px;
  --r-lg: 26px;
  --r-xl: 32px;
  --r-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(22, 23, 15, 0.04), 0 4px 14px rgba(22, 23, 15, 0.04);
  --shadow-md: 0 8px 30px rgba(22, 23, 15, 0.08);
  --shadow-lg: 0 30px 70px -25px rgba(22, 23, 15, 0.25);

  /* Type */
  --sans: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

  /* Layout */
  --maxw: 1320px;
  --gutter: clamp(20px, 5vw, 72px);
  --gutter-edge: clamp(16px, 1.6vw, 28px);
  --nav-h: 62px;
}

/* ---------- Reset ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-anchor: none; }
body {
  font-family: var(--sans);
  background: var(--canvas);
  color: var(--ink);
  line-height: 1.55;
  font-size: 16.5px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
::selection { background: var(--wheat); color: var(--on-wheat); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; border-radius: 2px; }

/* ---------- Reusable layout ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(30px, 4vw, 58px); position: relative; }
.section--tight { padding-block: clamp(20px, 2.5vw, 34px); }

/* Editorial eyebrow labels */
.eyebrow {
  font-size: 14.5px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow .num { color: var(--forest); font-family: var(--sans); font-weight: 700; }

.section-head { max-width: 820px; margin-bottom: clamp(38px, 5vw, 68px); }
.section-head .eyebrow { margin-bottom: 22px; }

/* Split head: heading left, short supporting note right */
.section-head--split {
  max-width: none;
  display: grid; grid-template-columns: 1fr minmax(280px, 400px);
  gap: clamp(24px, 4vw, 64px); align-items: end;
  margin-bottom: clamp(24px, 3vw, 40px);
}
.section-head--split .h2 { margin-top: 12px; max-width: 15ch; }
.section-head__note {
  font-size: 15.5px; color: var(--ink-2); line-height: 1.6;
  max-width: 44ch; padding-bottom: 6px;
}

/* Headlines */
h1, h2, h3 { font-weight: 600; letter-spacing: -0.03em; line-height: 1.04; text-wrap: balance; }
.display {
  font-size: clamp(2.7rem, 7vw, 5.8rem);
  line-height: 0.99;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.h2 { font-size: clamp(2.1rem, 4.6vw, 3.5rem); letter-spacing: -0.03em; }
.h3 { font-size: clamp(1.35rem, 2.2vw, 1.9rem); font-weight: 600; }
.lede { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--ink-2); font-weight: 450; line-height: 1.5; }
.muted { color: var(--ink-3); }
strong { font-weight: 600; }

/* Dark pill badge (reference "Cultivating Excellence" style) */
.badge-dark {
  display: inline-flex; align-items: center;
  background: var(--forest); color: #fff;
  border-radius: var(--r-pill);
  padding: 12px 24px;
  font-size: 14.5px; font-weight: 500; letter-spacing: 0.01em;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 16px 14px 24px;
  border-radius: var(--r-pill);
  font-weight: 600; font-size: 15px;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
  will-change: transform;
}
.btn:active { transform: scale(0.97); }
.btn .dot {
  width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center; flex: none;
  overflow: hidden;
  transition: background 0.25s ease, color 0.25s ease;
}
.btn .dot svg {
  grid-area: 1 / 1;
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.15, 1);
}
.btn .dot svg:last-child { transform: translateX(-220%); }
.btn:hover .dot svg { transform: translateX(220%); }
.btn:hover .dot svg:last-child { transform: translateX(0); }
.btn--dark { background: var(--forest); color: #fff; }
.btn--dark .dot { background: var(--wheat); color: var(--on-wheat); }
.btn--dark:hover { background: var(--forest-deep); }
.btn--light { background: var(--paper); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn--light .dot { background: var(--wheat); color: var(--on-wheat); }
.btn--light:hover { box-shadow: var(--shadow-md); }
.btn--ghost { border: 1px solid var(--hairline); padding: 13px 24px; background: var(--paper); }
.btn--ghost:hover { border-color: var(--ink); }
.btn--green { background: var(--forest-soft); color: var(--forest-deep); }
.btn--green .dot { background: var(--wheat); color: var(--on-wheat); }
.btn--green:hover { background: var(--forest-pale); }

/* Pills / chips */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; border-radius: var(--r-pill);
  font-size: 13.5px; font-weight: 500;
  border: 1px solid var(--hairline);
  background: var(--paper);
  color: var(--ink-2);
}
.chip svg { width: 15px; height: 15px; }

/* Frosted pills overlaid on imagery */
.frame__pills, .platform__pills {
  position: absolute; display: flex; gap: 8px; z-index: 3;
}
.frame__pills span, .platform__pills span {
  padding: 9px 18px; border-radius: var(--r-pill);
  font-size: 13px; font-weight: 550; color: #20241f;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: 0 1px 8px rgba(20,25,15,0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  height: var(--nav-h);
  display: flex; align-items: center;
  /* Frosted glass: strong blur + saturation, translucent white tint kept
     high enough that black text stays legible over dark backdrops. */
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: saturate(1.8) blur(18px);
  -webkit-backdrop-filter: saturate(1.8) blur(18px);
  transition: background 0.3s ease;
}
.nav.scrolled {
  background: rgba(255, 255, 255, 0.68);
}
.nav__inner {
  width: 100%;
  padding-inline: var(--gutter-edge);
  display: flex; align-items: center; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 11px; flex: none; }
.brand img { height: 40px; width: auto; }
.brand__type { font-weight: 700; font-size: 20px; letter-spacing: -0.03em; }
.nav__links { display: flex; gap: 28px; margin-left: auto; }
.nav__links a {
  font-size: 14.5px; font-weight: 500; color: var(--ink-2);
  position: relative; padding: 4px 0; transition: color 0.2s;
}
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 0;
  background: var(--forest); transition: width 0.25s ease;
}
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after { width: 100%; }
.nav__cta { flex: none; padding: 9px 10px 9px 18px; font-size: 14px; gap: 9px; }
.nav__cta .dot { width: 24px; height: 24px; }
.nav__burger {
  display: none; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--hairline); place-items: center; margin-left: auto;
}
.nav__burger span, .nav__burger span::before, .nav__burger span::after {
  content: ""; display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.2s ease;
}
.nav__burger span { position: relative; }
.nav__burger span::before { position: absolute; top: -6px; }
.nav__burger span::after { position: absolute; top: 6px; }
body.menu-open .nav__burger span { background: transparent; }
body.menu-open .nav__burger span::before { transform: translateY(6px) rotate(45deg); }
body.menu-open .nav__burger span::after { transform: translateY(-6px) rotate(-45deg); }

/* Mobile menu drawer */
.mobile-menu {
  position: fixed; inset: 0; z-index: 99;
  background: var(--canvas);
  padding: calc(var(--nav-h) + 28px) var(--gutter-edge) max(28px, env(safe-area-inset-bottom));
  display: flex; flex-direction: column;
  transform: translateY(-100%); transition: transform 0.45s cubic-bezier(0.7,0,0.2,1);
  visibility: hidden;
}
body.menu-open .mobile-menu { transform: translateY(0); visibility: visible; }

.mobile-menu__eyebrow {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.16em; color: var(--ink-3);
  padding-bottom: 20px;
}
.mobile-menu__eyebrow .num { color: var(--forest); font-size: 9px; }

/* Numbered link rows */
.mobile-menu__links { display: flex; flex-direction: column; counter-reset: mnav; }
.mobile-menu__links a {
  counter-increment: mnav;
  display: flex; align-items: baseline; gap: 16px;
  padding: 20px 0; border-top: 1px solid var(--hairline-soft);
  font-size: clamp(1.9rem, 8vw, 2.5rem); font-weight: 600; letter-spacing: -0.03em;
  color: var(--ink); line-height: 1;
}
.mobile-menu__links a::before {
  content: "0" counter(mnav);
  font-family: var(--sans); font-size: 12px; font-weight: 700;
  letter-spacing: 0; color: var(--ink-3); align-self: center; flex: none;
  min-width: 22px;
}
.mobile-menu__links a span { flex: 1; }
.mobile-menu__links a svg {
  width: 22px; height: 22px; flex: none; color: var(--ink-3);
  align-self: center; transition: transform 0.25s ease, color 0.25s ease;
}
.mobile-menu__links a:active svg { transform: translate(3px, -3px); color: var(--forest); }

/* Footer: CTA anchored to the bottom + contact meta */
.mobile-menu__foot { margin-top: auto; padding-top: 32px; }
.mobile-menu__cta {
  width: 100%; justify-content: space-between;
  padding: 16px 16px 16px 24px; font-size: 16px;
}
.mobile-menu__meta {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 20px; font-family: var(--sans); font-size: 12px; color: var(--ink-3);
}
.mobile-menu__meta a { color: var(--ink-2); }

/* Staggered reveal of the rows when the drawer opens */
.mobile-menu__eyebrow,
.mobile-menu__links a,
.mobile-menu__foot { opacity: 0; transform: translateY(14px); }
body.menu-open .mobile-menu__eyebrow,
body.menu-open .mobile-menu__links a,
body.menu-open .mobile-menu__foot {
  opacity: 1; transform: none;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.2,0.7,0.2,1);
}
body.menu-open .mobile-menu__eyebrow { transition-delay: 0.12s; }
body.menu-open .mobile-menu__links a:nth-child(1) { transition-delay: 0.18s; }
body.menu-open .mobile-menu__links a:nth-child(2) { transition-delay: 0.24s; }
body.menu-open .mobile-menu__links a:nth-child(3) { transition-delay: 0.30s; }
body.menu-open .mobile-menu__foot { transition-delay: 0.36s; }

/* ============================================================
   HERO: image-led card with overlaid title, stat & inset card
   ============================================================ */
.hero {
  max-width: none;
  padding-inline: var(--gutter-edge);
  padding-top: calc(var(--nav-h) + 24px);
  padding-bottom: clamp(30px, 4vw, 56px);
}
.hero__visual { position: relative; }
.hero__frame {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 16 / 8.6; background: var(--ink);
}
/* Keep the full image visible within the first viewport on desktop.
   Explicit width stops max-height transferring through aspect-ratio. */
@media (min-width: 821px) {
  .hero__frame {
    width: 100%;
    max-height: calc(100vh - var(--nav-h) - 48px);
    max-height: calc(100svh - var(--nav-h) - 48px);
  }
}
.hero__frame > img { width: 100%; height: 100%; object-fit: cover; }
.hero__shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(12,13,8,0.30) 0%, rgba(12,13,8,0.05) 40%, rgba(12,13,8,0.34) 100%),
    linear-gradient(92deg, rgba(12,13,8,0.55) 0%, rgba(12,13,8,0.18) 48%, rgba(12,13,8,0) 74%);
}

/* One reading column: kicker → title → subline → CTA.
   Anchored to the upper left so it never drops into the inset
   card's lane, whatever the viewport height caps the frame at. */
.hero__copy {
  position: absolute; z-index: 2; color: #fff;
  left: clamp(20px, 3.4vw, 46px);
  top: clamp(52px, 11vh, 140px);
  width: min(66%, 820px);
  display: flex; flex-direction: column; align-items: flex-start;
  text-shadow: 0 1px 2px rgba(12,13,8,0.35), 0 2px 24px rgba(12,13,8,0.35);
}
.hero__kicker {
  font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
}
.hero__title {
  margin-top: clamp(14px, 1.8vw, 22px);
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 1.0;
  text-wrap: balance;
}
.hero__sub {
  margin-top: clamp(16px, 2vw, 24px);
  font-size: clamp(14.5px, 1.2vw, 16.5px);
  font-weight: 500;
  line-height: 1.6; max-width: 42ch;
}
.hero__copy .btn { margin-top: clamp(22px, 2.6vw, 34px); text-shadow: none; }

/* Short desktop viewports: the frame is height-capped, so compact
   the column to keep clear of the inset card below. */
@media (min-width: 821px) and (max-height: 780px) {
  .hero__copy { top: 44px; }
  .hero__title { font-size: clamp(1.9rem, 3.4vw, 3.2rem); }
  .hero__sub { margin-top: 14px; font-size: 14.5px; }
  .hero__copy .btn { margin-top: 20px; }
}

.hero__playcard {
  position: absolute; z-index: 2;
  right: clamp(18px, 3vw, 42px); bottom: clamp(18px, 3vw, 42px);
  background: rgba(255,255,255,0.14); backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.25); color: #fff;
  border-radius: var(--r-pill); padding: 10px 20px 10px 10px;
  display: flex; align-items: center; gap: 14px;
  transition: background 0.3s ease;
}
.hero__playcard:hover { background: rgba(255,255,255,0.22); }
.hero__playcard .play {
  width: 42px; height: 42px; border-radius: 50%; background: var(--wheat); color: var(--on-wheat);
  display: grid; place-items: center; flex: none;
}
.hero__playcard small { font-size: 12.5px; line-height: 1.3; }

/* Inset card hanging over the frame's bottom-left (reference ©Etitud card) */
.hero__inset {
  position: absolute; z-index: 3;
  left: clamp(18px, 3.4vw, 46px); bottom: -96px;
  width: clamp(230px, 23vw, 300px);
  background: var(--paper); border-radius: 20px; padding: 8px;
  box-shadow: var(--shadow-lg);
}
.hero__inset > img {
  width: 100%; aspect-ratio: 16 / 9.5; object-fit: cover; border-radius: 13px;
}
.hero__inset figcaption { padding: 12px 8px 6px; }
.hero__inset .top { display: flex; gap: 11px; align-items: flex-start; }
.hero__inset .leaf {
  width: 32px; height: 32px; border-radius: 50%; flex: none;
  background: var(--wheat); color: var(--on-wheat); display: grid; place-items: center;
}
.hero__inset .leaf svg { width: 16px; height: 16px; }
.hero__inset .top p { font-size: 12.5px; font-weight: 600; line-height: 1.35; letter-spacing: -0.01em; }
.hero__inset .meta {
  display: flex; justify-content: space-between; gap: 10px;
  margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--hairline-soft);
  font-size: 10.5px; color: var(--ink-3); line-height: 1.35;
}
.hero__inset .meta b { color: var(--ink); font-weight: 700; }
.hero__inset .meta span { text-align: right; }

/* Credential marquee: quiet, logo-strip grey (reference logo row) */
.marquee { overflow: hidden; padding-block: 26px; margin-top: clamp(100px, 10vw, 120px); border-block: 1px solid var(--hairline-soft); }
.marquee__track { display: flex; gap: 64px; width: max-content; animation: slide 48s linear infinite; }
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__item { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--ink-2); white-space: nowrap; font-size: 16.5px; }
.marquee__item svg { width: 21px; height: 21px; color: var(--forest); flex: none; }
@keyframes slide { to { transform: translateX(-50%); } }

/* ============================================================
   INTRODUCTION (01): left rail + editorial statement
   ============================================================ */
.intro__grid {
  display: grid; grid-template-columns: minmax(240px, 300px) 1fr;
  gap: clamp(40px, 6vw, 110px); align-items: start;
}
.intro__rail { position: sticky; top: calc(var(--nav-h) + 24px); }

.railstat .n {
  font-size: clamp(3rem, 4.6vw, 4.4rem);
  font-weight: 650; letter-spacing: -0.045em; line-height: 0.95;
  font-variant-numeric: tabular-nums;
}
.railstat .n span { color: var(--ink); }
.railstat .l { margin-top: 10px; font-size: 14px; color: var(--ink-3); max-width: 24ch; line-height: 1.45; }

.railnav { margin-top: clamp(34px, 5vw, 60px); }
.railitem { border-top: 1px solid var(--hairline-soft); }
.railitem:last-child { border-bottom: 1px solid var(--hairline-soft); }
.railhead {
  width: 100%; display: flex; align-items: center; gap: 15px;
  padding: 18px 0; text-align: left;
}
.railhead .ric {
  width: 44px; height: 44px; border-radius: 50%; flex: none;
  background: var(--wheat); color: var(--on-wheat);
  display: grid; place-items: center;
  transition: transform 0.3s ease;
}
.railhead .ric svg { width: 20px; height: 20px; }
.railhead h4 { font-size: 17.5px; font-weight: 700; letter-spacing: -0.01em; }
.railitem:hover .ric { transform: scale(1.06); }
.railitem > p {
  max-height: 0; overflow: hidden; opacity: 0;
  font-size: 14px; color: var(--ink-3); line-height: 1.55; max-width: 30ch;
  transition: max-height 0.45s cubic-bezier(0.4,0,0.2,1), opacity 0.35s ease, padding 0.45s ease;
}
.railitem.open > p { max-height: 180px; opacity: 1; padding-bottom: 20px; }

.intro__main .eyebrow { margin-bottom: clamp(24px, 3vw, 36px); }
.intro__lead {
  font-size: clamp(2rem, 4.3vw, 3.6rem);
  font-weight: 600; letter-spacing: -0.03em; line-height: 1.06;
  text-wrap: balance; max-width: 21ch;
}
.intro__media {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: clamp(20px, 3vw, 44px); align-items: end;
  margin-top: clamp(38px, 5vw, 64px);
}
.intro__media figure { border-radius: var(--r-md); overflow: hidden; }
.intro__media img { width: 100%; height: 100%; object-fit: cover; }
.intro__media .im1 { aspect-ratio: 4 / 3; }
.intro__media .im2 { aspect-ratio: 4 / 3; }
.imcap { display: flex; flex-direction: column; justify-content: flex-end; gap: 18px; align-self: stretch; padding-block: 4px; }
.imcap p { font-size: 13.5px; color: var(--ink-3); line-height: 1.5; max-width: 17ch; }
.imcap__link {
  display: inline-flex; align-items: center; gap: 10px; align-self: flex-start;
  font-size: 13.5px; font-weight: 650; color: var(--ink); letter-spacing: -0.01em;
}
.imcap__link .dot {
  width: 28px; height: 28px; border-radius: 50%; flex: none;
  background: var(--wheat); color: var(--on-wheat);
  display: grid; place-items: center; overflow: hidden;
}
.imcap__link .dot svg { grid-area: 1 / 1; transition: transform 0.3s cubic-bezier(0.5, 0, 0.15, 1); }
.imcap__link .dot svg:last-child { transform: translateX(-220%); }
.imcap__link:hover .dot svg { transform: translateX(220%); }
.imcap__link:hover .dot svg:last-child { transform: translateX(0); }

.credentials {
  margin-top: clamp(56px, 7vw, 100px);
  display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(20px, 3vw, 40px);
}
.cred { border-top: 1px solid var(--ink); padding-top: 22px; }
.cred .n { font-size: clamp(2.4rem, 4vw, 3.6rem); font-weight: 650; letter-spacing: -0.035em; color: var(--ink); line-height: 1; font-variant-numeric: tabular-nums; }
.cred .n sup { font-size: 0.5em; }
.cred .l { margin-top: 12px; font-size: 13.5px; color: var(--ink-3); font-weight: 450; max-width: 30ch; }

/* ============================================================
   THE PLATFORM (02): tabbed showcase
   ============================================================ */
#platform { padding-block-start: clamp(44px, 4.6vw, 72px); }
.platform {
  display: grid; grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(24px, 3vw, 44px);
  background: var(--surface);
  border-radius: var(--r-xl);
  padding: clamp(16px, 2vw, 28px);
}
.platform__left { display: flex; flex-direction: column; gap: 14px; }
.platform__media { position: relative; border-radius: var(--r-lg); overflow: hidden; flex: 1; min-height: 300px; }
.platform__media > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: opacity 0.35s ease;
}
.platform__pills { top: 18px; right: 18px; transition: opacity 0.35s ease; }

.platform__panel {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: clamp(18px, 2.2vw, 30px) clamp(10px, 2vw, 30px);
}
.tabs__hint {
  font-size: 13px; font-weight: 500; color: var(--ink-3);
  margin-bottom: 12px;
}
.tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.tab {
  padding: 9px 18px; border-radius: var(--r-pill);
  font-size: 15px; font-weight: 600; color: var(--ink-2);
  background: var(--paper); border: 1px solid var(--hairline);
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}
.tab:hover { color: var(--ink); border-color: var(--ink-3); transform: translateY(-1px); }
.tab.active { color: #fff; background: var(--forest); border-color: var(--forest); }
.tab__no { font-family: var(--sans); font-size: 10.5px; font-weight: 700; color: var(--ink-3); margin-right: 8px; transition: color 0.25s ease; }
.tab:hover .tab__no { color: var(--forest); }
.tab.active .tab__no { color: var(--wheat-tint); }

.tabpanes { position: relative; width: 100%; margin-top: clamp(16px, 2vw, 24px); display: grid; }
.tabpane { grid-area: 1 / 1; visibility: hidden; opacity: 0; pointer-events: none; }
.tabpane.active { visibility: visible; opacity: 1; pointer-events: auto; animation: paneIn 0.4s ease; }
@keyframes paneIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.tabpane .kicker {
  display: block; font-size: 11.5px; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--forest);
}
.tabpane__text {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 600; letter-spacing: -0.02em; line-height: 1.25; text-wrap: balance;
  max-width: 34ch; margin: 12px auto 0;
}
.tabpane__list {
  display: grid; grid-template-columns: 1fr 1fr; gap: 9px 26px;
  margin: 18px auto 0; max-width: 560px; text-align: left;
}
.tabpane__list li { display: flex; gap: 9px; font-size: 13.5px; color: var(--ink-2); align-items: flex-start; }
.tabpane__list li svg { width: 15px; height: 15px; flex: none; margin-top: 3px; color: var(--forest); }

.platform__cta { margin-top: clamp(20px, 2.6vw, 30px); }

.platform__cards {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  text-align: left;
}
.pcard { background: var(--paper); border-radius: var(--r-md); padding: 15px 18px; }
.pcard h4 {
  font-size: 13px; font-weight: 600; color: var(--ink-2);
  display: flex; justify-content: space-between; align-items: center; gap: 10px;
}
.pcard h4 .ic { width: 28px; height: 28px; border-radius: 50%; flex: none; display: grid; place-items: center; background: var(--wheat); color: var(--on-wheat); }
.pcard--forest { background: var(--forest); color: #fff; }
.pcard--forest h4 { color: #fff; }
.pcard--forest h4 .ic { background: var(--wheat); color: var(--on-wheat); }
.pcard--forest .pcard__big small { color: rgba(255, 255, 255, 0.65); }
.pcard__big { font-size: clamp(1.9rem, 2.5vw, 2.5rem); font-weight: 650; letter-spacing: -0.03em; line-height: 1; margin-top: 10px; }
.pcard__big small { font-size: 0.42em; font-weight: 600; color: rgba(22,23,15,0.55); margin-right: 8px; letter-spacing: 0; }
.pcard__chan { display: flex; gap: 8px; align-items: center; margin-top: 8px; font-family: var(--sans); font-size: 11px; color: var(--ink-3); }
.spark { display: flex; align-items: flex-end; gap: 3px; height: 36px; margin-top: 10px; }
.spark i { flex: 1; background: var(--ink); border-radius: 2px 2px 0 0; opacity: 0.85; }
.spark i.dim { background: var(--hairline); }

/* ============================================================
   DAMAGING CYCLE (03): scrollytelling
   ============================================================ */
.cycle { background: var(--canvas); }
.cycle__intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,56px); align-items: end; margin-bottom: clamp(40px,5vw,70px); }
.cycle__intro p { color: var(--ink-2); font-size: 1.08rem; }

.stage {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 60px);
  align-items: center; padding-block: clamp(44px, 6vw, 90px);
  border-top: 1px solid var(--hairline);
}
.stage:nth-child(even) .stage__content { order: 2; }
.stage__index { display: flex; align-items: baseline; gap: 16px; margin-bottom: 22px; }
.stage__index .no {
  font-family: var(--sans); font-size: 13px; font-weight: 700;
  color: var(--on-wheat); background: var(--wheat); border-radius: var(--r-pill);
  padding: 5px 13px;
}
.stage__index .tag { font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }
.stage h3 { font-size: clamp(1.6rem, 2.8vw, 2.4rem); margin-bottom: 20px; }

.panel { border-radius: var(--r-md); padding: 24px 26px; margin-bottom: 14px; }
.panel__label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.panel--problem { background: var(--surface); }
.panel--problem .panel__label { color: var(--ink-3); }
.panel--solve { background: var(--forest-deep); color: #fff; }
.panel--solve .panel__label { color: var(--wheat-tint); }
.panel p { font-size: 0.98rem; color: var(--ink-2); margin-bottom: 12px; }
.panel p:last-child { margin-bottom: 0; }
.panel ul li { display: flex; gap: 10px; font-size: 0.95rem; color: var(--ink-2); margin-bottom: 9px; align-items: flex-start; }
.panel ul li:last-child { margin-bottom: 0; }
.panel--problem ul li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--ink-3); margin-top: 9px; flex: none; }
.panel--solve ul li { color: rgba(255,255,255,0.82); }
.panel--solve ul li svg { width: 16px; height: 16px; color: var(--wheat-tint); flex: none; margin-top: 3px; }

/* Diagram frame: surface panel with white inner cards (matches platform showcase) */
.diagram {
  background: var(--surface);
  border-radius: var(--r-lg); padding: clamp(22px, 2.6vw, 34px);
}
.diagram__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; gap: 12px; }
.diagram__head .t { font-weight: 600; font-size: 15px; }
.diagram__toggle { display: inline-flex; background: var(--paper); border-radius: var(--r-pill); padding: 4px; font-size: 12px; }
.diagram__toggle button { padding: 6px 14px; border-radius: var(--r-pill); font-weight: 600; color: var(--ink-3); transition: all 0.25s ease; }
.diagram__toggle button.active { background: var(--forest); color: #fff; }
.diagram__toggle button.active.is-after { background: var(--forest); }

/* Before/After ion viz */
.ionbox { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ioncol { border-radius: var(--r-md); padding: 18px; }
.ioncol--before { background: var(--paper); }
.ioncol--after { background: var(--forest-soft); }
.ioncol h5 { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
.ioncol--before h5 { color: var(--ink-3); }
.ioncol--after h5 { color: var(--forest); }
.ionrow { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.ion {
  width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  font-size: 11px; font-weight: 700; color: #fff; flex: none; font-family: var(--sans);
}
.ion--na, .ion--fe, .ion--mn { background: var(--ink); }
.ion--ca { background: var(--forest); color: #fff; }
.ionrow .bar { flex: 1; height: 8px; border-radius: 4px; background: var(--hairline); overflow: hidden; }
.ionrow .bar i { display: block; height: 100%; border-radius: 4px; background: currentColor; transition: width 0.9s cubic-bezier(0.6,0,0.2,1); }
.ionrow .lbl { font-size: 12px; color: var(--ink-2); min-width: 78px; }

/* Gauge */
.gauge { display: flex; align-items: center; gap: 16px; margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--hairline); }
.gauge svg { width: 96px; height: 56px; flex: none; }
.gauge__txt .s { font-weight: 600; font-size: 1.05rem; }
.gauge__txt .d { font-size: 12px; color: var(--ink-3); }

/* Donut soil charts */
.donuts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; text-align: center; }
.donut-wrap svg { width: 100%; max-width: 190px; margin-inline: auto; }
.donut-wrap .cap { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-top: 10px; color: var(--ink-3); }
.donut-wrap .pore { font-size: 13px; margin-top: 6px; font-weight: 600; }
.donut-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; margin-top: 20px; padding-top: 16px; border-top: 1px dashed var(--hairline); }
.donut-legend span { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--ink-2); }
.donut-legend span i { width: 11px; height: 11px; border-radius: 3px; flex: none; }

/* AOP molecular breakdown */
.aop { display: grid; grid-template-columns: 1fr auto 1fr; gap: 16px; align-items: center; }
.aop__col { display: grid; gap: 10px; }
.aop__node { display: flex; align-items: center; gap: 12px; padding: 12px 14px; border-radius: var(--r-md); font-size: 13.5px; font-weight: 500; }
.aop__col--in .aop__node { background: var(--paper); }
.aop__col--out .aop__node { background: var(--forest-soft); }
.aop__mol { width: 40px; height: 40px; flex: none; }
.aop__arrow { display: grid; place-items: center; text-align: center; color: var(--ink-2); }
.aop__arrow svg { width: 46px; height: 46px; }
.aop__arrow small { font-size: 10px; font-weight: 600; color: var(--ink-3); display: block; margin-top: 4px; max-width: 72px; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.06em; }
.aop__eq { grid-column: 1 / -1; text-align: center; font-family: var(--sans); font-size: 12px; color: var(--ink-3); margin-top: 14px; padding-top: 14px; border-top: 1px dashed var(--hairline); }
.aop__eq b { color: var(--forest); }

/* Aeration cross-section */
.aerate { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.aerate figure { border-radius: var(--r-md); overflow: hidden; }
.aerate figcaption { font-size: 12.5px; padding: 12px 14px; font-weight: 600; text-align: center; }
.aerate .before figcaption { background: var(--paper); color: var(--ink-3); }
.aerate .after figcaption { background: var(--forest-soft); color: var(--forest); }

/* Closing cycle loop */
.loopblock { margin-top: clamp(40px,5vw,64px); border-top: 1px solid var(--hairline); padding-top: clamp(40px,5vw,64px); }
.loops { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.loopcard { border-radius: var(--r-lg); padding: clamp(26px,3vw,40px); position: relative; overflow: hidden; background: var(--surface); min-width: 0; }
.loopcard--good { background: var(--forest-deep); color: #fff; }
.loopcard h4 { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 6px; }
.loopcard--bad h4 { color: var(--ink-3); }
.loopcard--good h4 { color: var(--wheat-tint); }
.loopcard .lt { font-size: 1.3rem; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 20px; }
.loopcard svg.loopring { width: 100%; max-width: 372px; margin: 0 auto 20px; display: block; }

/* Cycle diagrams draw themselves segment by segment on reveal */
.loopring [data-seg] { stroke-dasharray: 1; stroke-dashoffset: 1; transition: stroke-dashoffset 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
.loopring [data-seg="2"] { transition-delay: 0.16s; }
.loopring [data-seg="3"] { transition-delay: 0.32s; }
.loopring [data-seg="4"] { transition-delay: 0.48s; }
.loopring [data-seg="5"] { transition-delay: 0.64s; }
.loopring [data-fade] { opacity: 0; transition: opacity 0.55s ease 0.8s; }
.loopring [data-fade="2"] { transition-delay: 1s; }
.reveal.in .loopring [data-seg] { stroke-dashoffset: 0; }
.reveal.in .loopring [data-fade] { opacity: 1; }
@media (prefers-reduced-motion: reduce) {
  .loopring [data-seg] { stroke-dasharray: none; stroke-dashoffset: 0; transition: none; }
  .loopring [data-fade] { opacity: 1; transition: none; }
}
.loopcard ul li { display: flex; gap: 10px; font-size: 0.95rem; color: var(--ink-2); margin-bottom: 10px; align-items: center; }
.loopcard--good ul li { color: rgba(255,255,255,0.85); }
.loopcard ul li svg { width: 18px; height: 18px; flex: none; }
.loopcard--bad ul li svg { color: var(--ink-3); }
.loopcard--good ul li svg { color: var(--wheat-tint); }

.cycle__closing {
  margin-top: clamp(40px,5vw,64px); text-align: center; max-width: 900px; margin-inline: auto;
}
.cycle__closing p { font-size: clamp(1.3rem, 2.4vw, 2rem); font-weight: 550; letter-spacing: -0.02em; line-height: 1.2; text-wrap: balance; }
.cycle__closing .hl-b { color: var(--ink-3); }
.cycle__closing .hl-g { color: var(--forest); }

/* ---- Compact stage summary (homepage) ---- */
.stagemini {
  list-style: none; display: grid; gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
}
.stagemini__card {
  grid-column: span 2;                 /* three across on the top row */
  position: relative;
  background: var(--surface); border: 1px solid var(--hairline);
  border-radius: var(--r-lg); padding: clamp(22px, 2.6vw, 30px);
  display: flex; flex-direction: column;
}
/* bottom two cards split the full width */
.stagemini__card:nth-child(4),
.stagemini__card:nth-child(5) { grid-column: span 3; }

/* causal connectors: the cycle compounds stage → stage */
.stagemini__card:nth-child(1)::after,
.stagemini__card:nth-child(2)::after,
.stagemini__card:nth-child(4)::after {
  content: ""; position: absolute; z-index: 2;
  width: 26px; height: 26px; right: -21px; top: calc(50% - 13px);
  border-radius: 50%; background: var(--wheat);
  box-shadow: 0 0 0 3px var(--canvas);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 7h8M7 3l4 4-4 4' stroke='%2316170f' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center; background-size: 13px;
}

.stagemini__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.stagemini__head .stage__index { margin-bottom: 0; align-items: center; flex: 1; }
.stagemini__ic {
  width: 44px; height: 44px; flex: none; border-radius: 13px;
  background: var(--forest-soft); color: var(--forest);
  display: grid; place-items: center;
}
.stagemini__ic svg { width: 22px; height: 22px; }
/* per-stage icon tint, matching the subpage diagram palette */
.stagemini__card:nth-child(1) .stagemini__ic { background: #e7eef2; color: #587c90; }   /* water */
.stagemini__card:nth-child(2) .stagemini__ic { background: #efe9e0; color: #8a6f52; }   /* soil / clay */
.stagemini__card:nth-child(3) .stagemini__ic { background: #e9e9e3; color: #6b6d5f; }   /* mineral */
.stagemini__card:nth-child(4) .stagemini__ic { background: var(--green-50); color: var(--green-500); }   /* organic */

.stagemini__card h3 { font-size: clamp(1.15rem, 1.7vw, 1.4rem); letter-spacing: -0.02em; margin-bottom: 10px; line-height: 1.15; }
.stagemini__card p { font-size: 0.95rem; color: var(--ink-2); line-height: 1.5; }

.cycle__more {
  margin-top: clamp(34px,4vw,52px); display: flex; flex-wrap: wrap;
  align-items: center; gap: 16px 22px;
}
.cycle__more-note { font-size: 14px; color: var(--ink-3); max-width: 42ch; line-height: 1.5; }

/* ---- Subpage first section ---- */
/* The cycle section is the first content on the-cycle.html, so it needs top
   clearance for the fixed nav (there's no back link above it anymore). */
.cycle:first-child { padding-top: calc(var(--nav-h) + clamp(28px, 4vw, 52px)); }

/* ============================================================
   WATCH VIDEO (04) + grower quote
   ============================================================ */
.video__frame {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 16/8; background: var(--ink);
}
.video__frame img { width: 100%; height: 100%; object-fit: cover; opacity: 0.85; }
.video__frame::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(15,16,10,0.12), rgba(15,16,10,0.55)); }
.video__frame .frame__pills { top: 20px; left: 20px; }
.video__play {
  position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; color: #fff;
  width: 100%; border: 0; padding: 0; background: none; cursor: pointer; font: inherit;
}
/* Once the YouTube player is injected the frame holds only the iframe, so the
   poster gradient and 16:8 crop are dropped for the video's native 16:9. */
.video__frame.is-playing { aspect-ratio: 16/9; }
.video__frame.is-playing::after { content: none; }
.video__frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.video__play .circle {
  width: clamp(72px, 9vw, 104px); height: clamp(72px, 9vw, 104px); border-radius: 50%;
  background: var(--wheat); color: var(--on-wheat);
  display: grid; place-items: center; transition: transform 0.3s ease, background 0.3s ease;
}
.video__play:hover .circle { transform: scale(1.08); background: var(--wheat-hover); }
.video__play .circle svg { width: 34%; height: 34%; margin-left: 4px; }
.video__caption { position: absolute; left: 0; bottom: 0; z-index: 2; padding: clamp(20px,3vw,36px); color: #fff; }
.video__caption .t { font-size: clamp(1.2rem,2.2vw,1.8rem); font-weight: 600; letter-spacing: -0.02em; }
.video__caption .s { opacity: 0.85; font-size: 14px; margin-top: 4px; }

.quote {
  display: grid; grid-template-columns: auto 1fr; gap: clamp(16px, 3vw, 34px);
  max-width: 880px; margin: clamp(48px, 7vw, 90px) auto 0;
}
.quote__mark {
  font-size: clamp(4rem, 7vw, 6.5rem); line-height: 0.7; font-weight: 700;
  color: var(--ink); font-family: Georgia, serif;
}
.quote blockquote {
  font-size: clamp(1.4rem, 2.7vw, 2.2rem);
  font-weight: 600; letter-spacing: -0.025em; line-height: 1.2; text-wrap: balance;
}
.quote__attr { margin-top: 22px; display: flex; flex-direction: column; gap: 2px; }
.quote__attr b { font-size: 15px; font-weight: 700; }
.quote__attr span { font-size: 13.5px; color: var(--ink-3); }

/* ============================================================
   FARMERS VALUE (05): four outcome cards
   Same card language as the cycle summary (stagemini): surface
   cards, forest number pill + mono tag, tinted icon chips. The
   bottom-line card goes deep forest with pale ticks: the payoff.
   ============================================================ */
.vgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vcard {
  background: var(--surface);
  border: 1px solid var(--hairline);
  border-radius: var(--r-lg);
  padding: clamp(24px, 3vw, 38px);
}
.vcard__head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; margin-bottom: 18px; }
.vcard__head .stage__index { margin-bottom: 0; align-items: center; }
.vcard h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); letter-spacing: -0.025em; margin-bottom: 18px; }
.vcard ul li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: 0.95rem; color: var(--ink-2); margin-bottom: 10px;
}
.vcard ul li:last-child { margin-bottom: 0; }
.vcard ul li svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--forest); }

/* Tinted icon chips: same tints as the cycle cards */
.vcard__ic {
  width: 44px; height: 44px; flex: none; border-radius: 13px;
  background: var(--forest-soft); color: var(--forest);
  display: grid; place-items: center;
}
.vcard__ic svg { width: 22px; height: 22px; }
.vcard__ic--water  { background: #e7eef2; color: #587c90; }
.vcard__ic--soil   { background: var(--green-50); color: var(--green-500); }
.vcard__ic--system { background: #e9e9e3; color: #6b6d5f; }
.vcard__ic--return { background: rgba(255, 255, 255, 0.1); color: var(--wheat-tint); }

/* Dark payoff card */
.vcard--dark { background: var(--forest-deep); border-color: var(--forest-deep); color: #fff; }
.vcard--dark .stage__index .tag { color: var(--wheat-tint); }
.vcard--dark ul li { color: rgba(255, 255, 255, 0.85); }
.vcard--dark ul li svg { color: var(--wheat-tint); }

/* ============================================================
   PARTNER (dark CTA)
   ============================================================ */
.partner { background: var(--forest-deep); color: #fff; border-radius: var(--r-xl); overflow: hidden; position: relative; }
.partner__inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,64px); padding: clamp(38px,5vw,76px); }
.partner .eyebrow { color: rgba(255,255,255,0.6); }
.partner .eyebrow .num { color: var(--wheat-tint); }
.partner h2 { color: #fff; margin: 20px 0 20px; }
.partner p { color: rgba(255,255,255,0.72); font-size: 1.05rem; margin-bottom: 26px; }
.partner__benefits { display: grid; gap: 14px; margin-top: 8px; }
.partner__benefits li { display: flex; gap: 12px; align-items: flex-start; font-size: 0.98rem; color: rgba(255,255,255,0.86); }
.partner__benefits li .bic { width: 26px; height: 26px; border-radius: 50%; background: var(--wheat); color: var(--on-wheat); display: grid; place-items: center; flex: none; }
.partner__benefits li .bic svg { width: 15px; height: 15px; }

/* Forms */
.form { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-lg); padding: clamp(22px,3vw,32px); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 11.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16);
  border-radius: var(--r-sm); padding: 13px 15px; color: #fff; font-family: inherit; font-size: 15px;
  transition: border-color 0.2s, background 0.2s;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,0.35); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--wheat-tint); background: rgba(255,255,255,0.09); }
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23ffffff88' stroke-width='1.6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 15px center; }
.field textarea { resize: vertical; min-height: 96px; }
.form .btn { width: 100%; justify-content: center; margin-top: 6px; padding-left: 24px; }
.form__note { font-size: 12px; color: rgba(255,255,255,0.45); text-align: center; margin-top: 14px; }

/* ============================================================
   FAQ
   ============================================================ */
.faq__grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(30px,4vw,60px); align-items: start; }
.faq__list { border-top: 1px solid var(--hairline); }
.faq__item { border-bottom: 1px solid var(--hairline); }
.faq__q { width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 24px 0; font-size: clamp(1.05rem,1.6vw,1.25rem); font-weight: 550; letter-spacing: -0.01em; color: var(--ink); }
.faq__q .pm { width: 32px; height: 32px; border-radius: 50%; border: 1px solid var(--hairline); display: grid; place-items: center; flex: none; transition: background 0.3s, color 0.3s, transform 0.3s, border-color 0.3s; }
.faq__q .pm svg { width: 15px; height: 15px; transition: transform 0.3s ease; }
.faq__q:hover .pm { border-color: var(--ink); }
.faq__item.open .faq__q .pm { background: var(--wheat); color: var(--on-wheat); border-color: var(--wheat); }
.faq__item.open .faq__q .pm svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq__a p { padding-bottom: 24px; color: var(--ink-2); max-width: 62ch; font-size: 1rem; }
.faq__more a { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--forest); }

/* ============================================================
   CONTACT
   ============================================================ */
.contact__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,5vw,64px); align-items: start; }
.contact__form { background: var(--surface); border: 1px solid var(--hairline-soft); border-radius: var(--r-lg); padding: clamp(24px,3vw,36px); }
.contact__form .field label { color: var(--ink-3); }
.contact__form .field input, .contact__form .field select, .contact__form .field textarea { background: var(--paper); border-color: var(--hairline); color: var(--ink); }
.contact__form .field input::placeholder, .contact__form .field textarea::placeholder { color: var(--ink-3); }
.contact__form .field input:focus, .contact__form .field select:focus, .contact__form .field textarea:focus { border-color: var(--ink); background: #fff; }
.contact__form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2316170f66' stroke-width='1.6'/%3E%3C/svg%3E"); }
.contact__form .form__note { color: var(--ink-3); }
.field label .req { color: #c2402e; font-size: 12px; }
.partner .field label .req { color: #ff8f7d; }

.form__distributor { display: flex; align-items: center; gap: 14px; padding: 14px 18px; margin-top: 22px; background: var(--forest-soft); border: 1px solid rgba(44,94,56,0.25); border-radius: var(--r-md); transition: border-color 0.25s, background 0.25s; }
.form__distributor .ic { width: 38px; height: 38px; border-radius: 50%; background: var(--wheat); color: var(--on-wheat); display: grid; place-items: center; flex: none; }
.form__distributor .ic svg { width: 19px; height: 19px; }
.form__distributor .txt { font-size: 14px; color: var(--forest); line-height: 1.45; }
.form__distributor .txt b { color: var(--ink); font-weight: 600; white-space: nowrap; }
.form__distributor:hover { border-color: var(--forest); background: #e0ecda; }

/* ---------- Form states: inline error + persistent thank-you ---------- */
.form-alert {
  margin: 4px 0 2px; padding: 12px 16px;
  background: var(--clay-50); border: 1px solid rgba(169, 97, 61, 0.28); border-radius: var(--r-sm);
  color: var(--clay-900); font-size: 14px; line-height: 1.5;
}
/* .partner p sets a larger size + bottom margin — reset it for these blocks. */
.partner .form-alert { background: rgba(211, 167, 141, 0.14); border-color: rgba(211, 167, 141, 0.38); color: #f2ddd0; font-size: 14px; margin-bottom: 2px; }

/* The card keeps its filled-in height (set inline on submit) and centres the message. */
form.is-sent { display: flex; align-items: center; justify-content: center; }
.form-success {
  text-align: center; max-width: 44ch; margin-inline: auto; outline: none;
  animation: successIn 0.5s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}
.form-success__ic {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--forest); color: #fff;
  display: grid; place-items: center; margin: 0 auto 20px;
}
.form-success__ic svg { width: 25px; height: 25px; }
.form-success__title { font-size: clamp(1.28rem, 2.2vw, 1.6rem); font-weight: 550; letter-spacing: -0.02em; line-height: 1.2; color: var(--ink); }
.form-success__body { margin-top: 14px; font-size: 15px; line-height: 1.6; color: var(--ink-2); }
.form-success__body a { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--forest); }
.form-success__again {
  margin-top: 26px; padding-bottom: 2px; font-size: 13.5px; font-weight: 600;
  color: var(--ink-3); border-bottom: 1px solid var(--hairline);
  transition: color 0.25s, border-color 0.25s;
}
.form-success__again:hover { color: var(--ink); border-bottom-color: var(--ink); }

.partner .form-success__ic { background: var(--wheat); color: var(--on-wheat); }
.partner .form-success__title { color: #fff; }
.partner .form-success__body { color: rgba(255, 255, 255, 0.72); font-size: 15px; margin-bottom: 0; }
.partner .form-success__body a { color: #fff; border-bottom-color: var(--forest-mist); }
.partner .form-success__again { color: rgba(255, 255, 255, 0.6); border-bottom-color: rgba(255, 255, 255, 0.24); }
.partner .form-success__again:hover { color: #fff; border-bottom-color: #fff; }

@keyframes successIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { .form-success { animation: none; } }

.contact__info .lede { margin-bottom: 30px; }
.contact__cards { display: grid; gap: 12px; }
.info-card { display: flex; gap: 16px; align-items: center; background: var(--surface); border: 1px solid var(--hairline-soft); border-radius: var(--r-md); padding: 18px 20px; }
.info-card .ic { width: 46px; height: 46px; border-radius: 50%; background: var(--wheat); color: var(--on-wheat); display: grid; place-items: center; flex: none; }
.info-card .ic svg { width: 22px; height: 22px; }
.info-card .k { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--ink-3); }
.info-card .v { font-weight: 600; font-size: 15px; margin-top: 3px; }
.sa-badge { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; padding: 10px 18px; border-radius: var(--r-pill); background: var(--paper); border: 1px solid var(--hairline); font-size: 13px; font-weight: 500; color: var(--ink-2); }
.sa-badge .flag { width: 18px; height: 18px; border-radius: 3px; overflow: hidden; flex: none; }
.sa-badge .flag img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { padding-top: clamp(50px,6vw,80px); padding-bottom: 40px; border-top: 1px solid var(--hairline); }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; margin-bottom: 50px; }
.footer__brand .brand { margin-bottom: 18px; }
.footer__brand p { color: var(--ink-3); font-size: 14px; max-width: 34ch; }
.footer h5 { font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 16px; }
.footer__col a { display: block; font-size: 14.5px; color: var(--ink-2); padding: 6px 0; transition: color 0.2s; }
.footer__col a:hover { color: var(--ink); }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-top: 26px; border-top: 1px solid var(--hairline); flex-wrap: wrap; }
.footer__bottom p { font-size: 13px; color: var(--ink-3); font-family: var(--sans); }
.footer__social { display: flex; gap: 10px; }
.footer__social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--hairline); display: grid; place-items: center; color: var(--ink-2); transition: all 0.25s; }
.footer__social a:hover { background: var(--forest); color: #fff; border-color: var(--forest); }
.footer__social svg { width: 17px; height: 17px; }

/* ============================================================
   Scroll reveal
   ============================================================ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2,0.7,0.2,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
.reveal.d4 { transition-delay: 0.32s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1080px) {
  .hero__frame { aspect-ratio: 16 / 10; }
  .hero__copy { width: min(62%, 560px); }
  .intro__grid { grid-template-columns: 1fr; gap: 48px; }
  .intro__rail { position: static; display: grid; grid-template-columns: 1fr 1.2fr; gap: 30px; align-items: start; }
  .railnav { margin-top: 0; }
  .platform { grid-template-columns: 1fr; }
  .platform__media { min-height: 380px; }
  .credentials { grid-template-columns: repeat(2, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; }
  .stagemini { grid-template-columns: repeat(2, 1fr); }
  .stagemini__card,
  .stagemini__card:nth-child(4),
  .stagemini__card:nth-child(5) { grid-column: auto; }
  .stagemini__card::after { display: none; }
}
@media (max-width: 820px) {
  .nav__links, .nav__cta { display: none; }
  .nav__burger { display: grid; }
  .hero__frame { aspect-ratio: 4 / 4.4; }
  .hero__copy {
    width: auto; left: clamp(18px, 4vw, 32px); right: clamp(18px, 4vw, 32px);
    top: auto; bottom: 108px; transform: none;
  }
  .hero__title { font-size: clamp(2rem, 8.4vw, 3rem); }
  .hero__sub { max-width: none; }
  .hero__playcard { right: auto; left: clamp(18px, 4vw, 32px); bottom: 18px; }
  .hero__inset { display: none; }
  .marquee { margin-top: clamp(36px, 7vw, 56px); }
  .intro__rail { grid-template-columns: 1fr; }
  .intro__media { grid-template-columns: 1fr; }
  .intro__media .imcap { flex-direction: row; justify-content: space-between; align-items: center; gap: 20px; }
  .imcap p { max-width: 34ch; }
  .section-head--split { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .section-head__note { padding-bottom: 0; }
  .stage { grid-template-columns: 1fr; }
  .stage:nth-child(even) .stage__content { order: 0; }
  .partner__inner, .contact__grid, .faq__grid, .cycle__intro, .loops { grid-template-columns: 1fr; }
  .stagemini { grid-template-columns: 1fr; }
  .faq__grid .section-head { margin-bottom: 8px; }
  .vgrid { grid-template-columns: 1fr; }
  .tabpane__list { grid-template-columns: 1fr; }
  .platform__cards { grid-template-columns: 1fr; }
  .quote { grid-template-columns: 1fr; gap: 10px; }
  .quote__mark { line-height: 1; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .hero__frame { aspect-ratio: 3 / 5; }
  .hero__copy { bottom: 104px; }
  .hero__kicker { font-size: 11.5px; }
  .donuts, .ionbox, .aop, .aerate, .form__row { grid-template-columns: 1fr; }
  .aop__arrow { grid-auto-flow: column; align-items: center; justify-content: center; gap: 8px; }
  .aop__arrow svg { transform: rotate(90deg); width: 34px; height: 34px; }
  .aop__arrow small { margin-top: 0; max-width: none; text-align: left; }
  .footer__top { grid-template-columns: 1fr; }
  .platform { padding: 12px; }
  .platform__media { min-height: 320px; }
  .tab { padding: 9px 14px; font-size: 14px; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; transition-delay: 0 !important; scroll-behavior: auto; }
  .marquee__track { animation: none !important; }
  .reveal { opacity: 1; transform: none; }
  .mobile-menu__eyebrow, .mobile-menu__links a, .mobile-menu__foot { opacity: 1; transform: none; }
}

/* ============================================================
   DISTRIBUTOR PAGE
   ============================================================ */

/* Home page: compact partner CTA (form removed, single column) */
.partner__inner--compact { align-items: center; }
.partner__inner--compact > div:first-child p { margin-bottom: 0; }
.partner__inner--compact .partner__benefits { gap: 16px; margin-top: 0; }
.partner__inner--compact .partner__cta { margin-top: 34px; }

/* distributor.html: intro hero */
.disthero { padding-top: calc(var(--nav-h) + clamp(48px, 7vw, 96px)); padding-bottom: clamp(36px, 5vw, 70px); }
.distintro { display: grid; grid-template-columns: 1.15fr 1fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.distintro__title { margin-top: 22px; max-width: 14ch; }
.distintro__copy p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.65; }
.distintro__copy p + p { margin-top: 16px; }
.distintro__copy .distintro__lead { color: var(--ink); font-size: clamp(1.15rem, 1.5vw, 1.3rem); font-weight: 600; line-height: 1.5; }
.distintro__copy .distintro__note { margin-top: 22px; padding-top: 22px; border-top: 1px dashed var(--hairline); }

/* quick facts under the headline */
.distfacts {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 34px);
  margin-top: clamp(36px, 4.5vw, 64px);
  padding-top: clamp(20px, 2.5vw, 28px);
  border-top: 1px solid var(--hairline);
}
.distfacts .fact { display: flex; flex-direction: column; }
.distfacts .n { font-weight: 700; font-size: clamp(1.55rem, 2.5vw, 2.15rem); letter-spacing: -0.02em; line-height: 1; color: var(--ink); font-variant-numeric: tabular-nums; }
.distfacts .l { margin-top: 9px; font-size: 12.5px; line-height: 1.45; color: var(--ink-3); }

/* full-width editorial image band beneath the intro columns */
.distintro__banner {
  position: relative; margin-top: clamp(44px, 5.5vw, 72px);
  border-radius: var(--r-lg); overflow: hidden;
  aspect-ratio: 16 / 6.4; background: var(--ink);
}
.distintro__banner > img { width: 100%; height: 100%; object-fit: cover; }
.distintro__banner .shade {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,13,8,0.26) 0%, rgba(12,13,8,0.02) 45%, rgba(12,13,8,0.32) 100%);
}
.distintro__banner .chips {
  position: absolute; left: clamp(16px, 2.4vw, 30px); top: clamp(16px, 2.4vw, 30px);
  display: flex; flex-wrap: wrap; gap: 8px;
}
.distintro__banner .chip {
  background: rgba(22,23,15,0.42); border-color: rgba(255,255,255,0.2); color: #fff;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
}
.distintro__banner .cap {
  position: absolute; right: clamp(16px, 2.4vw, 30px); bottom: clamp(14px, 2vw, 22px);
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(255,255,255,0.92); text-shadow: 0 1px 2px rgba(12,13,8,0.4);
}

/* distributor.html: "why partner" checklist */
.distbenefits { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; margin-top: clamp(28px,3vw,40px); }
.distbenefits li { display: flex; gap: 10px; align-items: flex-start; font-size: 0.98rem; color: var(--ink-2); }
.distbenefits li svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--forest); }

/* distributor.html: "who it's for" note */
.distnote { max-width: 72ch; margin-top: clamp(28px,3vw,40px); padding-top: clamp(28px,3vw,40px); border-top: 1px solid var(--hairline); }
.distnote p { color: var(--ink-2); font-size: 1.05rem; }

/* distributor.html: Louis van der Walt contact card, inside the dark .partner panel */
.dist-contact { display: grid; gap: 12px; margin: 22px 0 30px; }
.dist-contact__row { display: flex; gap: 16px; align-items: center; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-md); padding: 16px 18px; }
.dist-contact__row .ic { width: 44px; height: 44px; border-radius: 50%; background: var(--wheat); color: var(--on-wheat); display: grid; place-items: center; flex: none; }
.dist-contact__row .ic svg { width: 20px; height: 20px; }
.dist-contact__row .k { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(255,255,255,0.55); }
.dist-contact__row .v { font-weight: 600; font-size: 15px; margin-top: 3px; color: #fff; }
.dist-contact__row a.v:hover { color: var(--wheat-tint); }

@media (max-width: 820px) {
  .distintro { grid-template-columns: 1fr; }
  .distbenefits { grid-template-columns: 1fr; }
  .distintro__banner { aspect-ratio: 16 / 11; }
  .distintro__banner .cap { right: auto; left: 16px; }
}
@media (max-width: 480px) {
  .distfacts { gap: 14px; }
  .distfacts .l { font-size: 11.5px; }
}

/* ============================================================
   FAQ page
   ============================================================ */

/* Page head */
.faqhead { max-width: 640px; margin: 0 auto clamp(44px, 5vw, 64px); text-align: center; }
.faqhead .eyebrow { justify-content: center; margin-bottom: 22px; }
.faqhead p { margin-top: 16px; font-size: 15px; }
.faqhead p a { color: var(--ink); font-weight: 600; border-bottom: 1px solid var(--forest); }

/* Category groups: single centered column */
.faqcats { max-width: 860px; margin: 0 auto; }
.faqcat { padding-top: clamp(44px, 5vw, 64px); }
.faqcat:first-child { padding-top: 0; }
.faqcat + .faqcat { border-top: 1px solid var(--hairline); }
.faqcat__head { display: flex; align-items: baseline; gap: 16px; margin-bottom: clamp(20px, 2.4vw, 28px); }
.faqcat__num { font-family: var(--sans); font-size: 13px; font-weight: 700; color: var(--forest); flex: none; }
.faqcat__title { margin: 0; }
@media (max-width: 520px) {
  .faqcat__head { flex-direction: column; gap: 4px; align-items: flex-start; }
}

/* Form plumbing: honeypot (visually removed, invisible to humans) + sending state */
.hp { position: absolute !important; left: -9999px !important; top: auto; width: 1px; height: 1px; overflow: hidden; }
.btn[disabled] { opacity: 0.55; pointer-events: none; }

/* ============================================================
   Legal pages — Privacy Notice · Terms & Conditions
   ============================================================ */
.legal { padding-top: calc(var(--nav-h) + clamp(40px, 6vw, 84px)); padding-bottom: clamp(64px, 8vw, 112px); }
.legal__head { max-width: 760px; }
.legal__head .eyebrow { margin-bottom: 22px; }
.legal__head .lede { margin-top: 24px; max-width: 62ch; }
.legal__meta { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; padding: 7px 15px; border: 1px solid var(--hairline); border-radius: var(--r-pill); font-size: 13px; font-weight: 600; color: var(--ink-2); }
.legal__meta .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--forest); flex: none; }

/* Body: single readable column, section-per-topic with a hairline between */
.legal__body { max-width: 760px; margin-top: clamp(42px, 5vw, 64px); }
.legal__body > section { padding-top: clamp(32px, 4vw, 46px); margin-top: clamp(32px, 4vw, 46px); border-top: 1px solid var(--hairline); }
.legal__body > section:first-child { border-top: 0; margin-top: 0; padding-top: 0; }
.legal__body h2 { font-size: clamp(1.32rem, 2.4vw, 1.7rem); letter-spacing: -0.025em; }
.legal__body h3 { font-size: 1rem; font-weight: 600; margin-top: 28px; letter-spacing: -0.01em; }
.legal__body p { color: var(--ink-2); margin-top: 15px; line-height: 1.62; }
.legal__body h2 + p, .legal__body h3 + p { margin-top: 14px; }
.legal__body a { color: var(--forest); font-weight: 600; border-bottom: 1px solid var(--forest-pale); transition: border-color .2s; }
.legal__body a:hover { border-color: var(--forest); }
.legal__body ul { margin-top: 16px; display: grid; gap: 10px; }
.legal__body li { position: relative; padding-left: 24px; color: var(--ink-2); line-height: 1.55; }
.legal__body li::before { content: ""; position: absolute; left: 3px; top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--forest); }
.legal__callout { margin-top: 20px; padding: 20px 24px; background: var(--forest-soft); border-left: 3px solid var(--forest); border-radius: var(--r-md); }
.legal__callout p { margin-top: 0; color: var(--ink); }
.legal__callout .k { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 8px; }
.legal__contact { margin-top: 18px; padding: 22px 24px; background: var(--surface); border: 1px solid var(--hairline-soft); border-radius: var(--r-md); line-height: 1.75; color: var(--ink-2); font-size: 15px; }
.legal__contact strong { color: var(--ink); }

/* Footer legal links (in the bottom bar) */
.footer__legal { display: flex; align-items: center; gap: 22px; }
.footer__legal a { font-size: 13px; color: var(--ink-3); transition: color .2s; }
.footer__legal a:hover { color: var(--ink); }
@media (max-width: 560px) { .footer__legal { gap: 16px; } }
