
:root{
  --dark:#17352D; --dark2:#24473D; --green:#3F6456; --accent:#B7D532;
  --soft:#DDE6C5; --cream:#F2F0E8; --paper:#F8F7F2; --ink:#16201C;
  --muted:#6E7771; --line:#DADCD5; --white:#fff;
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--cream);color:var(--ink);font-family:"Manrope",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}.serif{font-family:"Merriweather",serif;font-weight:400}.wrap{width:min(1440px,calc(100% - 64px));margin:auto}
header{position:fixed;top:0;left:0;right:0;z-index:50;padding:20px 0;color:#fff;transition:.35s;background:linear-gradient(180deg,rgba(9,31,25,.55),transparent)}
header.scrolled{background:rgba(23,53,45,.88);backdrop-filter:blur(16px);padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.nav{display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-logo{display:inline-flex;align-items:center;line-height:0}.brand-logo img{display:block;width:auto;height:46px;object-fit:contain}.brand-logo.footer-logo img{height:66px}.links{display:flex;gap:30px;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.nav-actions{display:flex;align-items:center;gap:12px}.lang{position:relative}.lang-btn{height:42px;width:48px;padding:0;border:1px solid rgba(255,255,255,.28);background:rgba(10,30,24,.18);color:#fff;border-radius:3px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.lang-btn .flag{font-size:19px;line-height:1;filter:saturate(.95)}.lang-btn:after{content:"⌄";font-size:11px;opacity:.75;transform:translateY(-1px)}.lang-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:54px;padding:6px;background:rgba(10,30,24,.82);border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:7px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s}.lang.open .lang-menu{opacity:1;visibility:visible;transform:translateY(0)}.lang-menu a{display:flex;align-items:center;justify-content:center;padding:9px 8px;border-radius:4px;font-size:19px;line-height:1}.lang-menu a:hover{background:rgba(255,255,255,.08)}.menu-toggle{display:none;width:44px;height:42px;border:1px solid rgba(255,255,255,.28);border-radius:3px;background:rgba(10,30,24,.18);padding:0;cursor:pointer;place-items:center}.menu-toggle span,.menu-toggle:before,.menu-toggle:after{content:"";display:block;width:18px;height:1px;background:#fff;transition:.25s}.menu-toggle:before{transform:translateY(-5px)}.menu-toggle:after{transform:translateY(5px)}.menu-toggle.active span{opacity:0}.menu-toggle.active:before{transform:translateY(1px) rotate(45deg)}.menu-toggle.active:after{transform:translateY(0) rotate(-45deg)}.mobile-menu{display:none}.cta{background:var(--accent);color:var(--dark);padding:13px 20px;border-radius:3px;font-weight:700;font-size:12px}
.hero{min-height:100svh;background:var(--dark);color:white;position:relative;display:grid;align-items:end;overflow:hidden}.hero-media{position:absolute;inset:0;overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.035);filter:saturate(.92) contrast(1.04) brightness(.86);will-change:transform}.hero-media:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(5,24,19,.90) 0%,rgba(5,24,19,.72) 34%,rgba(5,24,19,.30) 60%,rgba(5,24,19,.16) 100%),linear-gradient(180deg,rgba(5,24,19,.36) 0%,rgba(5,24,19,.04) 48%,rgba(5,24,19,.42) 100%)}.hero-media:before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 77% 46%,transparent 0 20%,rgba(11,39,31,.10) 52%,rgba(11,39,31,.32) 100%)}
.float-card{position:absolute;z-index:3;background:linear-gradient(135deg,rgba(8,28,22,.58),rgba(23,53,45,.32));color:#fff;border:1px solid rgba(255,255,255,.20);border-radius:18px;padding:18px 20px;-webkit-backdrop-filter:blur(18px) saturate(125%);backdrop-filter:blur(18px) saturate(125%);box-shadow:0 18px 55px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08);font-size:12px;text-shadow:0 1px 12px rgba(0,0,0,.18)}.f1{right:7%;top:29%}.f2{right:22%;top:54%}.f3{right:7%;bottom:13%}.float-card strong{display:block;font-family:"Merriweather";font-size:24px;font-weight:400;color:var(--accent);margin-bottom:3px}
.hero-content{position:relative;z-index:2;padding:170px 0 86px;max-width:900px;width:calc(100% - 96px);margin-left:clamp(56px,7vw,118px);margin-right:0;left:0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;color:var(--accent);font-weight:700}.hero h1{font-size:clamp(68px,8vw,132px);line-height:.83;margin:20px 0 26px;letter-spacing:-.045em;max-width:900px}.hero h1 em{color:var(--accent);font-style:italic}.hero p{max-width:620px;color:rgba(255,255,255,.72);font-size:17px;line-height:1.7}.hero-actions{display:flex;gap:12px;margin-top:35px}.ghost{border:1px solid rgba(255,255,255,.4);padding:14px 20px;border-radius:3px;font-size:12px;font-weight:600}
.ticker{background:var(--accent);overflow:hidden;color:var(--dark);white-space:nowrap;border-bottom:1px solid rgba(23,53,45,.2)}.ticker-track{display:inline-flex;gap:38px;padding:13px 0;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.13em;animation:ticker 25s linear infinite}.ticker-track span:after{content:"✦";margin-left:38px}@keyframes ticker{to{transform:translateX(-50%)}}
.intro{padding:130px 0 80px}.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:80px;align-items:end}.intro h2{font-size:72px;line-height:.98;margin:0}.intro p{color:var(--muted);font-size:18px;line-height:1.8;max-width:610px}
.products{padding:30px 0 140px}.products-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:32px}.products-head h3{font-size:42px;margin:0}.products-head p{max-width:420px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.product{position:relative;min-height:520px;border-radius:20px;overflow:hidden;background:var(--dark);color:white;cursor:pointer}.product:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(10,27,22,.92));z-index:1}.product-art{position:absolute;inset:0;transition:transform .8s cubic-bezier(.2,.8,.2,1);background-size:cover;background-position:center}.product:hover .product-art{transform:scale(1.08)}
.p1 .product-art{background:url("/assets/image-gen-1(8).png") center/cover no-repeat}.p2 .product-art{background:url("/assets/image-gen-1(8).png") 22% center/cover no-repeat}.p3 .product-art{background:url("/assets/image-gen-1(20260807-193749).png") 42% center/cover no-repeat}.p4 .product-art{background:url("/assets/image-gen-1(20260807-193749).png") 74% center/cover no-repeat}.p5 .product-art{background:url("/assets/image-gen-1(20260812-120449).png") center/cover no-repeat}.product-copy{position:absolute;z-index:2;left:22px;right:22px;bottom:22px}.product .num{font-size:11px;color:var(--accent);letter-spacing:.15em}.product h4{font-family:"Merriweather";font-weight:400;font-size:34px;line-height:1;margin:12px 0}.product p{font-size:12px;line-height:1.6;color:rgba(255,255,255,.72);margin:0 0 18px}.arrow{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.35)}
.story{background:var(--dark);color:white;padding:120px 0;overflow:hidden}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-visual{height:620px;border-radius:28px;background:linear-gradient(135deg,#315245,#8e9f77);position:relative;overflow:hidden}.story-visual:after{content:"FROM SOURCE\A TO SHIPMENT";white-space:pre;position:absolute;font-family:"Merriweather";font-size:72px;line-height:.88;color:rgba(255,255,255,.88);left:45px;bottom:40px}.route{position:absolute;inset:12%;border:1px dashed rgba(183,213,50,.6);border-radius:50%;transform:rotate(-12deg)}.dot{position:absolute;width:16px;height:16px;background:var(--accent);border-radius:50%;box-shadow:0 0 0 8px rgba(183,213,50,.15)}.dot.a{left:17%;top:58%}.dot.b{right:20%;top:28%}.story h2{font-size:72px;line-height:.95;margin:14px 0 28px}.story p{color:rgba(255,255,255,.66);line-height:1.8;font-size:16px}.steps{margin-top:34px;border-top:1px solid rgba(255,255,255,.13)}.step{display:grid;grid-template-columns:60px 1fr;gap:12px;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.13)}.step b{color:var(--accent)}.step span{font-size:14px}
.proof{padding:120px 0}.proof h2{font-size:64px;margin:0 0 55px}.proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.proof-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:26px;min-height:240px;display:flex;flex-direction:column;justify-content:space-between}.proof-card b{font-family:"Merriweather";font-size:42px;font-weight:400}.proof-card p{color:var(--muted);font-size:13px;line-height:1.6}
.footer{background:#102a23;color:white;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:40px}.footer h5{font-size:11px;text-transform:uppercase;color:var(--accent);letter-spacing:.12em}.footer a,.footer p{display:block;color:rgba(255,255,255,.65);font-size:13px;margin:10px 0}.bottom{margin-top:50px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:rgba(255,255,255,.45);display:flex;justify-content:space-between}
.reveal{opacity:0;transform:translateY(40px)}

/* Desktop Mega Menu */
.nav-item{position:relative}
.nav-item.has-mega{position:static}
.nav-item.has-mega>a{display:flex;align-items:center;gap:7px}
.nav-item.has-mega>a::after{
  content:"";
  width:5px;height:5px;
  border-right:1px solid currentColor;
  border-bottom:1px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.72;
  transition:transform .25s ease;
}
.nav-item.has-mega:hover>a::after,
.nav-item.has-mega:focus-within>a::after{
  transform:rotate(225deg) translate(-1px,-1px);
}
.mega-menu{
  position:absolute;
  left:0;right:0;
  top:calc(100% - 2px);
  padding:8px 32px 28px;
  opacity:0;
  visibility:hidden;
  transform:translateY(-4px);
  pointer-events:none;
  transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
}
.nav-item.has-mega:hover .mega-menu,
.nav-item.has-mega:focus-within .mega-menu,
.nav-item.has-mega.mega-open .mega-menu{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}

.mega-menu::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-16px;
  height:24px;
  background:transparent;
}

.mega-shell{
  width:min(1440px,calc(100% - 24px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr 3fr;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(8,28,22,.92),rgba(18,52,42,.84));
  -webkit-backdrop-filter:blur(26px) saturate(130%);
  backdrop-filter:blur(26px) saturate(130%);
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}
.mega-intro{
  min-height:300px;
  padding:34px 34px 30px;
  border-right:1px solid rgba(255,255,255,.11);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    radial-gradient(circle at 20% 10%,rgba(183,213,50,.13),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.025),transparent);
}
.mega-eyebrow{
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--accent);
  margin-bottom:14px;
  font-weight:700;
}
.mega-intro h3{
  font-family:"Merriweather",serif;
  font-size:31px;
  line-height:1.15;
  font-weight:400;
  color:#fff;
  margin:0 0 13px;
}
.mega-intro p{
  max-width:320px;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.65;
  margin:0;
}
.mega-all{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#fff;
  font-size:11px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-top:24px;
}
.mega-all span{
  width:31px;height:31px;
  border-radius:50%;
  display:grid;place-items:center;
  background:var(--accent);
  color:var(--dark);
  transition:transform .25s ease;
}
.mega-all:hover span{transform:translateX(4px)}
.mega-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  padding:16px;
  gap:6px;
}
.mega-category{
  position:relative;
  min-height:268px;
  padding:22px 18px 18px;
  border-radius:13px;
  border:1px solid transparent;
  background:rgba(255,255,255,.025);
  overflow:hidden;
  transition:background .25s ease,border-color .25s ease,transform .25s ease;
}
.mega-category::before{
  content:"";
  position:absolute;
  width:130px;height:130px;
  right:-72px;bottom:-70px;
  border-radius:50%;
  background:rgba(183,213,50,.0);
  filter:blur(4px);
  transition:background .3s ease,transform .35s ease;
}
.mega-category:hover{
  background:rgba(255,255,255,.055);
  border-color:rgba(255,255,255,.12);
  transform:translateY(-3px);
}
.mega-category:hover::before{
  background:rgba(183,213,50,.10);
  transform:scale(1.35);
}
.mega-number{
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:rgba(255,255,255,.38);
  font-size:10px;
  letter-spacing:.14em;
  margin-bottom:34px;
}
.mega-icon{
  width:34px;height:34px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.15);
  display:grid;place-items:center;
  color:var(--accent);
  font-size:15px;
  transition:background .25s ease,color .25s ease;
}
.mega-category:hover .mega-icon{
  background:var(--accent);
  color:var(--dark);
}
.mega-category h4{
  font-family:"Merriweather",serif;
  font-size:20px;
  line-height:1.25;
  color:#fff;
  font-weight:400;
  margin:0 0 13px;
}
.mega-category p{
  font-size:11px;
  line-height:1.55;
  color:rgba(255,255,255,.54);
  margin:0 0 25px;
}
.mega-category .mega-link{
  position:absolute;
  left:18px;
  bottom:18px;
  display:flex;
  align-items:center;
  gap:7px;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--accent);
}
.mega-category .mega-link::after{
  content:"→";
  transition:transform .25s ease;
}
.mega-category:hover .mega-link::after{transform:translateX(4px)}
@media(max-width:1050px){
  .mega-menu{display:none!important}
  .nav-item.has-mega>a::after{display:none}
}

@media(max-width:1050px){.hero-content{width:min(900px,calc(100% - 64px));margin-left:32px;margin-right:0}.links{display:none}.desktop-quote{display:none}.menu-toggle{display:grid}.nav-actions{gap:8px}.mobile-menu{display:block;position:fixed;top:78px;left:16px;right:16px;z-index:49;background:rgba(18,45,37,.97);border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:18px;backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.28s}.mobile-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-menu nav{display:grid}.mobile-menu nav a{padding:15px 4px;border-bottom:1px solid rgba(255,255,255,.10);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.mobile-menu .mobile-quote{display:block;text-align:center;margin-top:16px}.product-grid{grid-template-columns:1fr 1fr}.product:last-child{grid-column:span 2}.intro-grid,.story-grid{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.wrap{width:min(100% - 30px,1440px)}.hero-content{left:0;width:calc(100% - 30px);margin-left:15px;margin-right:15px}.lang-btn{width:44px}.mobile-menu{top:70px}.brand-logo img{height:38px}.brand-logo.footer-logo img{height:54px}.hero h1{font-size:64px}.float-card{display:none}.hero-video{object-position:58% center}.intro h2,.story h2,.proof h2{font-size:48px}.product-grid,.proof-grid{grid-template-columns:1fr}.product:last-child{grid-column:auto}.footer-grid{grid-template-columns:1fr 1fr}}

/* NG08 typography — Merriweather + Manrope */
.serif{letter-spacing:-.035em}
.hero h1,.story h2,.proof h2{font-weight:400;letter-spacing:-.045em}
.hero h1{line-height:.98}
.product h4{letter-spacing:-.035em;line-height:1.04}
.float-card strong{letter-spacing:-.025em}
.story-visual:after{letter-spacing:-.05em}
@media(max-width:700px){.hero h1,.story h2,.proof h2{letter-spacing:-.035em}}


/* Sourcing Mega Menu */
.sourcing-shell{grid-template-columns:1.08fr 2.92fr}
.sourcing-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding:16px;
  gap:6px;
}
.sourcing-grid .mega-category{min-height:268px}
.sourcing-grid .mega-category h4{font-size:21px}
.sourcing-grid .mega-category p{max-width:220px}
.sourcing-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:17px;
  color:rgba(255,255,255,.55);
  font-size:10px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.sourcing-kicker::before{
  content:"";
  width:22px;
  height:1px;
  background:var(--accent);
}
@media(max-width:1050px){
  .sourcing-grid{grid-template-columns:1fr}
}


/* Quality Mega Menu */
.quality-shell{grid-template-columns:1.02fr 2.98fr}
.quality-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding:16px;
  gap:6px;
}
.quality-grid .mega-category{min-height:268px}
.quality-grid .mega-category h4{font-size:21px}
.quality-grid .mega-category p{max-width:225px}
.quality-badges{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:20px;
}
.quality-badges span{
  padding:7px 9px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  color:rgba(255,255,255,.62);
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(255,255,255,.025);
}
@media(max-width:1050px){
  .quality-grid{grid-template-columns:1fr}
}


/* Products Mega — Catalog / Index treatment */
.products-showcase{
  grid-template-columns:1.08fr 2.92fr;
}
.products-lead{
  min-height:310px;
  padding:32px 30px 28px;
  border-right:1px solid rgba(255,255,255,.10);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    radial-gradient(circle at 16% 6%,rgba(183,213,50,.13),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.026),transparent);
}
.products-lead h3{
  font-family:"Merriweather",serif;
  font-size:31px;
  line-height:1.14;
  font-weight:400;
  color:#fff;
  margin:0 0 14px;
}
.products-lead p{
  max-width:330px;
  margin:0;
  font-size:12px;
  line-height:1.65;
  color:rgba(255,255,255,.58);
}
.products-feature-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:18px;
}
.products-feature-list span{
  padding:7px 9px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.62);
  font-size:9px;
  letter-spacing:.025em;
}
.products-index{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:7px;
  padding:16px;
}
.product-family{
  position:relative;
  min-height:145px;
  padding:17px 18px 16px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.075);
  background:rgba(255,255,255,.022);
  overflow:hidden;
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.product-family:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
}
.product-family::after{
  content:"";
  position:absolute;
  width:110px;height:110px;
  right:-54px;bottom:-62px;
  border-radius:50%;
  background:rgba(183,213,50,0);
  transition:background .28s ease,transform .28s ease;
}
.product-family:hover::after{
  background:rgba(183,213,50,.08);
  transform:scale(1.25);
}
.product-family--large{
  grid-row:span 2;
  min-height:297px;
  background:
    radial-gradient(circle at 82% 76%,rgba(183,213,50,.10),transparent 34%),
    rgba(255,255,255,.028);
}
.product-family-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  font-size:8px;
  letter-spacing:.13em;
  color:rgba(255,255,255,.32);
  text-transform:uppercase;
}
.product-family-copy{
  position:absolute;
  left:18px;
  right:40px;
  bottom:19px;
}
.product-family-copy h4{
  margin:0 0 7px;
  font-family:"Merriweather",serif;
  font-size:19px;
  line-height:1.22;
  color:#fff;
  font-weight:400;
}
.product-family--large .product-family-copy h4{
  font-size:27px;
}
.product-family-copy p{
  margin:0;
  max-width:300px;
  font-size:9.5px;
  line-height:1.5;
  color:rgba(255,255,255,.47);
}
.product-family--large .product-family-copy p{
  max-width:340px;
  font-size:10.5px;
}
.product-family-arrow{
  position:absolute;
  right:17px;
  bottom:16px;
  z-index:2;
  color:var(--accent);
  font-size:15px;
  transition:transform .25s ease;
}
.product-family:hover .product-family-arrow{
  transform:translateX(4px);
}
@media(max-width:1050px){
  .products-showcase{grid-template-columns:1fr}
  .products-index{grid-template-columns:1fr}
}


/* Product-family imagery — controlled, secondary to typography */
.product-family{
  isolation:isolate;
}
.product-family .product-family-top,
.product-family .product-family-copy,
.product-family .product-family-arrow{
  position:relative;
  z-index:3;
}
.family-media{
  position:absolute;
  z-index:1;
  right:-4%;
  bottom:-8%;
  width:55%;
  height:82%;
  border-radius:46% 0 0 0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  opacity:.34;
  filter:saturate(.82) contrast(1.02);
  transform:scale(1.02) translate3d(0,0,0);
  transform-origin:70% 70%;
  transition:transform .55s cubic-bezier(.2,.75,.2,1),opacity .35s ease,filter .35s ease;
  -webkit-mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 20%,#000 54%);
  mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.45) 20%,#000 54%);
}
.product-family::before{
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(10,31,25,.38) 0%,rgba(10,31,25,.12) 57%,rgba(10,31,25,.28) 100%);
  opacity:.76;
  transition:opacity .3s ease;
}
.product-family:hover .family-media{
  transform:scale(1.075) translate3d(-7px,-3px,0);
  opacity:.48;
  filter:saturate(.98) contrast(1.06);
}
.product-family:hover::before{opacity:.54}

.product-family--large .family-media{
  width:76%;
  height:70%;
  right:-7%;
  bottom:-4%;
  opacity:.42;
  border-radius:50% 0 0 0;
}
.product-family--large:hover .family-media{
  transform:scale(1.06) translate3d(-9px,-4px,0);
  opacity:.55;
}

/* Existing Nilglobal imagery, cropped differently per family */
.family-dried .family-media{
  background-image:url("/assets/image-gen-1(20260807-193749).png");
  background-size:255%;
  background-position:13% 78%;
}
.family-freeze .family-media{
  background-image:url("/assets/image-gen-1(8).png");
  background-size:190%;
  background-position:24% 56%;
}
.family-seeds .family-media{
  background-image:url("/assets/image-gen-1(20260807-193749).png");
  background-size:290%;
  background-position:45% 80%;
}
.family-oils .family-media{
  background-image:url("/assets/image-gen-1(20260807-193749).png");
  background-size:270%;
  background-position:58% 61%;
}
.family-herbs .family-media{
  background-image:url("/assets/image-gen-1(20260812-120449).png");
  background-size:210%;
  background-position:18% 30%;
}


/* Sourcing Mega — timeline / motion */
.sourcing-timeline-shell{
  display:block;
  overflow:hidden;
}
.sourcing-timeline-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:34px;
  padding:28px 32px 20px;
  border-bottom:1px solid rgba(255,255,255,.10);
}
.sourcing-timeline-head h3{
  margin:0;
  font-family:"Merriweather",serif;
  font-size:30px;
  line-height:1.14;
  font-weight:400;
  color:#fff;
}
.sourcing-timeline-head p{
  max-width:480px;
  margin:0;
  color:rgba(255,255,255,.56);
  font-size:12px;
  line-height:1.65;
}
.sourcing-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  padding:28px 28px 26px;
}
.timeline-track{
  position:absolute;
  left:8.5%;
  right:8.5%;
  top:48px;
  height:1px;
  background:rgba(255,255,255,.10);
  overflow:visible;
}
.timeline-progress{
  position:absolute;
  inset:0 auto 0 0;
  width:100%;
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(183,213,50,.18),rgba(183,213,50,.88));
}
.timeline-dot{
  position:absolute;
  top:50%;
  left:0;
  width:8px;height:8px;
  border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 22px rgba(183,213,50,.75);
  transform:translate(-50%,-50%);
  animation:sourcingDot 4.6s linear infinite;
}
@keyframes sourcingDot{
  from{left:0}
  to{left:100%}
}
.timeline-step{
  position:relative;
  min-height:220px;
  padding:0 20px 12px;
  border-right:1px solid rgba(255,255,255,.07);
}
.timeline-step:last-child{border-right:0}
.timeline-node{
  position:relative;
  z-index:2;
  width:40px;height:40px;
  display:grid;
  place-items:center;
  margin-bottom:22px;
  border-radius:50%;
  border:1px solid rgba(183,213,50,.42);
  background:rgba(10,31,25,.96);
  color:var(--accent);
  font-size:10px;
  font-weight:700;
  transition:background .25s ease,color .25s ease,transform .25s ease;
}
.timeline-label{
  display:block;
  margin-bottom:10px;
  color:rgba(255,255,255,.36);
  font-size:8px;
  letter-spacing:.16em;
}
.timeline-step h4{
  margin:0 0 9px;
  font-family:"Merriweather",serif;
  font-size:20px;
  line-height:1.25;
  font-weight:400;
  color:#fff;
}
.timeline-step p{
  margin:0;
  max-width:235px;
  color:rgba(255,255,255,.50);
  font-size:10.5px;
  line-height:1.6;
}
.timeline-link{
  position:absolute;
  left:20px;
  bottom:10px;
  color:var(--accent);
  font-size:9px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.timeline-step:hover .timeline-node{
  transform:scale(1.08);
  background:var(--accent);
  color:var(--dark);
}
.timeline-step:hover h4{color:var(--accent)}
@media(max-width:1050px){
  .sourcing-timeline-shell{display:none}
}


/* Quality Mega — technical dashboard */
.quality-dashboard-shell{
  grid-template-columns:.95fr 3.05fr;
}
.quality-dashboard-summary{
  min-height:310px;
  padding:30px 28px 26px;
  border-right:1px solid rgba(255,255,255,.10);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:
    radial-gradient(circle at 18% 8%,rgba(183,213,50,.10),transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.025),transparent);
}
.quality-dashboard-summary h3{
  margin:0 0 13px;
  font-family:"Merriweather",serif;
  font-size:30px;
  line-height:1.14;
  font-weight:400;
  color:#fff;
}
.quality-dashboard-summary p{
  max-width:330px;
  margin:0;
  color:rgba(255,255,255,.56);
  font-size:12px;
  line-height:1.65;
}
.quality-status-list{
  margin-top:20px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:11px;
  overflow:hidden;
  background:rgba(255,255,255,.022);
}
.quality-status-list div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:9px 11px;
  border-bottom:1px solid rgba(255,255,255,.065);
  font-size:8.5px;
  letter-spacing:.07em;
  color:rgba(255,255,255,.54);
}
.quality-status-list div:last-child{border-bottom:0}
.quality-status-list b{
  color:var(--accent);
  font-weight:700;
  letter-spacing:.08em;
}
.quality-dashboard-main{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:8px;
  padding:16px;
}
.quality-panel{
  min-height:278px;
  padding:18px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:12px;
  background:rgba(255,255,255,.025);
  position:relative;
  overflow:hidden;
}
.quality-panel::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(135deg,rgba(255,255,255,.018),transparent 40%);
}
.quality-panel-head{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:19px;
  color:rgba(255,255,255,.42);
  font-size:8.5px;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.quality-live{
  display:flex;
  align-items:center;
  gap:6px;
  color:rgba(255,255,255,.50);
}
.quality-live i{
  width:6px;height:6px;border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 12px rgba(183,213,50,.65);
  animation:qualityPulse 1.8s ease-in-out infinite;
}
@keyframes qualityPulse{
  0%,100%{opacity:.45;transform:scale(.85)}
  50%{opacity:1;transform:scale(1.15)}
}
.quality-batch-id{
  position:relative;
  z-index:2;
  margin-bottom:16px;
  font-family:"Merriweather",serif;
  font-size:25px;
  font-weight:400;
  color:#fff;
}
.quality-table{
  position:relative;
  z-index:2;
}
.quality-row{
  display:grid;
  grid-template-columns:1.05fr .95fr auto;
  gap:13px;
  align-items:center;
  padding:11px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
  font-size:9.5px;
}
.quality-row:last-child{border-bottom:0}
.quality-row span{color:rgba(255,255,255,.43)}
.quality-row strong{color:#fff;font-weight:500}
.quality-row em{
  font-style:normal;
  color:var(--accent);
  font-size:12px;
}
.quality-doc-list{
  position:relative;
  z-index:2;
  display:grid;
  gap:8px;
}
.quality-doc-list a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:48px;
  padding:10px 11px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:9px;
  background:rgba(255,255,255,.02);
  transition:background .22s ease,border-color .22s ease,transform .22s ease;
}
.quality-doc-list a:hover{
  transform:translateX(3px);
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.12);
}
.quality-doc-list strong{
  display:block;
  margin-bottom:3px;
  color:#fff;
  font-size:10px;
  font-weight:600;
}
.quality-doc-list small{
  display:block;
  color:rgba(255,255,255,.40);
  font-size:8.7px;
}
.quality-doc-list > a > span{
  color:var(--accent);
  font-size:13px;
  transition:transform .22s ease;
}
.quality-doc-list a:hover > span{transform:translateX(3px)}
@media(max-width:1050px){
  .quality-dashboard-shell{grid-template-columns:1fr}
}


/* WHAT WE SUPPLY — scroll-driven B2B product universe */
.supply-universe{
  position:relative;
  padding:60px 0 0;
  background:var(--cream);
}
.supply-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:80px;
  padding-bottom:42px;
}
.supply-heading h3{
  margin:9px 0 0;
  font-size:58px;
  line-height:1;
  letter-spacing:-.045em;
}
.supply-heading > p{
  max-width:520px;
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.75;
}
.supply-scroll{
  position:relative;
  height:520vh;
}
.supply-sticky{
  position:sticky;
  top:0;
  height:100vh;
  display:flex;
  align-items:center;
  background:var(--dark);
  color:#fff;
  overflow:hidden;
}
.supply-stage{
  height:min(74vh,760px);
  display:grid;
  grid-template-columns:250px 1fr;
  gap:34px;
  align-items:stretch;
}
.supply-index{
  display:flex;
  flex-direction:column;
  justify-content:center;
  border-right:1px solid rgba(255,255,255,.11);
  padding-right:28px;
}
.supply-index-item{
  appearance:none;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:transparent;
  color:rgba(255,255,255,.38);
  padding:17px 0;
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  text-align:left;
  cursor:pointer;
  transition:color .28s ease,padding-left .28s ease;
  font-family:"Manrope",sans-serif;
}
.supply-index-item span{
  font-size:9px;
  letter-spacing:.12em;
  color:rgba(255,255,255,.28);
  transition:color .28s ease;
}
.supply-index-item strong{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.06em;
  font-weight:600;
}
.supply-index-item.active{
  color:#fff;
  padding-left:8px;
}
.supply-index-item.active span{color:var(--accent)}
.supply-content{
  position:relative;
  min-width:0;
  overflow:hidden;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.10);
  background:linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
}
.supply-panel{
  position:absolute;
  inset:0;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
  pointer-events:none;
}
.supply-panel.active{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
  pointer-events:auto;
}
.supply-copy{
  padding:clamp(34px,4.5vw,70px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}
.supply-meta{
  color:var(--accent);
  font-size:10px;
  letter-spacing:.16em;
  font-weight:700;
  margin-bottom:18px;
}
.supply-copy h4{
  margin:0 0 18px;
  font-size:clamp(42px,4.2vw,70px);
  line-height:.98;
  letter-spacing:-.045em;
}
.supply-copy > p{
  max-width:570px;
  color:rgba(255,255,255,.62);
  font-size:13px;
  line-height:1.7;
  margin:0 0 23px;
}
.supply-tags{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:25px;
}
.supply-tags span{
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.68);
  padding:7px 10px;
  border-radius:999px;
  font-size:9px;
}
.supply-specs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-bottom:27px;
}
.supply-specs div{
  border-top:1px solid rgba(255,255,255,.11);
  padding-top:10px;
}
.supply-specs small{
  display:block;
  color:rgba(255,255,255,.34);
  font-size:8px;
  letter-spacing:.13em;
  margin-bottom:5px;
}
.supply-specs b{
  color:#fff;
  font-size:10px;
  font-weight:500;
}
.supply-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  align-self:flex-start;
  color:#fff;
  font-size:10px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.supply-link i{
  width:34px;height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--accent);
  color:var(--dark);
  font-style:normal;
  transition:transform .25s ease;
}
.supply-link:hover i{transform:translateX(4px)}
.supply-visual{
  position:relative;
  overflow:hidden;
  min-height:100%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.supply-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(23,53,45,.70) 0%,rgba(23,53,45,.15) 28%,rgba(23,53,45,.04) 100%);
  z-index:1;
}
.supply-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(5,25,19,.26));
  z-index:1;
}
.visual-number{
  position:absolute;
  z-index:2;
  right:22px;
  top:15px;
  font-family:"Merriweather",serif;
  font-size:clamp(70px,8vw,130px);
  line-height:1;
  color:rgba(255,255,255,.16);
  letter-spacing:-.06em;
}
.visual-dried{
  background-image:url("/assets/dried-fruit.jpeg");
  background-position:center;
}
.visual-freeze{
  background-image:url("/assets/freeze-dried-fruit.jpeg");
  background-position:center;
}
.visual-seeds{
  background-image:url("/assets/seeds-kernels.jpeg");
  background-position:center;
}
.visual-oils{
  background-image:url("/assets/natural-oils.jpeg");
  background-position:center;
}
.visual-herbs{
  background-image:url("/assets/herbs-botanical.jpeg");
  background-position:center;
}
.supply-trigger{
  height:100vh;
  pointer-events:none;
}

/* Mobile/tablet: no pinned 500vh experience; use stacked cards */
@media(max-width:1050px){
  .supply-heading{gap:30px}
  .supply-scroll{height:auto}
  .supply-sticky{position:relative;height:auto;padding:28px 0 70px}
  .supply-stage{height:auto;display:block}
  .supply-index{display:none}
  .supply-content{overflow:visible;border:0;background:transparent}
  .supply-panel{
    position:relative;
    inset:auto;
    opacity:1;
    visibility:visible;
    transform:none!important;
    pointer-events:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    min-height:520px;
    margin-bottom:14px;
    border:1px solid rgba(255,255,255,.10);
    border-radius:20px;
    overflow:hidden;
    background:rgba(255,255,255,.025);
  }
  .supply-trigger{display:none}
}
@media(max-width:700px){
  .supply-heading{display:block}
  .supply-heading h3{font-size:46px}
  .supply-heading > p{margin-top:18px}
  .supply-panel{grid-template-columns:1fr;min-height:0}
  .supply-copy{padding:30px 24px}
  .supply-copy h4{font-size:42px}
  .supply-visual{height:320px;order:-1}
  .supply-specs{grid-template-columns:1fr}
}


.supply-index-item{
  position:relative;
}
.supply-index-item::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-1px;
  width:0;
  height:1px;
  background:var(--accent);
  transition:width .3s ease;
}
.supply-index-item:hover{
  color:rgba(255,255,255,.78);
  padding-left:5px;
}
.supply-index-item.active::after{
  width:100%;
}


/* HOW WE WORK — GSAP signature scene */
.howwork{background:var(--cream);position:relative}
.howwork-scroll{height:460vh;position:relative}
.howwork-pin{
  position:sticky;top:0;height:100vh;overflow:hidden;
  background:linear-gradient(135deg,#F2F0E8 0%,#F7F5EE 58%,#EEECE2 100%);
  color:var(--dark);
}
.howwork-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.howwork-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.18}
.orb-a{width:360px;height:360px;background:#C8D88B;right:7%;top:8%}
.orb-b{width:460px;height:460px;background:#D8D1B9;left:-8%;bottom:-20%}
.howwork-shell{height:100%;display:flex;flex-direction:column;padding-top:95px;padding-bottom:34px}
.howwork-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}
.howwork-top h3{margin:10px 0 0;font-size:clamp(42px,4.5vw,72px);line-height:.98;letter-spacing:-.045em;font-weight:400}
.howwork-counter{display:flex;align-items:center;gap:12px;color:rgba(23,53,45,.45);font-size:10px;letter-spacing:.14em;margin-top:18px}
.howwork-counter span:first-child{font-family:"Merriweather",serif;font-size:28px;color:var(--green);letter-spacing:-.03em}
.howwork-counter i{display:block;width:54px;height:1px;background:rgba(23,53,45,.16)}
.howwork-stage{flex:1;display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:center;min-height:0;padding:28px 0}
.howwork-copy{position:relative;height:min(470px,56vh)}
.how-scene{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;opacity:0;visibility:hidden;pointer-events:none}
.how-scene.active{opacity:1;visibility:visible;pointer-events:auto}
.how-kicker{color:var(--accent);font-size:10px;font-weight:700;letter-spacing:.16em;margin-bottom:18px}
.how-scene h4{font-size:clamp(44px,4.4vw,72px);line-height:.98;letter-spacing:-.045em;font-weight:400;margin:0 0 18px;max-width:650px}
.how-scene p{max-width:590px;color:rgba(23,53,45,.62);font-size:13px;line-height:1.75;margin:0 0 26px}
.how-points{display:flex;flex-wrap:wrap;gap:8px}
.how-points span{padding:8px 10px;border-radius:999px;border:1px solid rgba(23,53,45,.12);background:rgba(255,255,255,.42);color:rgba(23,53,45,.68);font-size:9px}
.howwork-visual{position:relative;height:min(570px,62vh);border-radius:28px;overflow:hidden;border:1px solid rgba(23,53,45,.11);background:rgba(255,255,255,.48)}
.howwork-image{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.06)}
.howwork-image::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(242,240,232,.72),rgba(242,240,232,.14) 56%,rgba(23,53,45,.10))}
.image-source,
.image-process,
.image-verify,
.image-deliver{
  background-image:url("/assets/how-we-work-supply-chain.png");
  background-position:center center;
  background-size:cover;
}

/* The new visual already contains the four-stage route and stage markers. */
.howwork-visual .how-route,
.howwork-visual .how-card{
  display:none;
}
.how-route{position:absolute;inset:0;width:100%;height:100%;z-index:3;pointer-events:none}
.route-base{fill:none;stroke:rgba(23,53,45,.16);stroke-width:2;stroke-dasharray:5 8}
.route-live{fill:none;stroke:var(--green);stroke-width:3;stroke-linecap:round}
.route-node{fill:#F2F0E8;stroke:rgba(23,53,45,.24);stroke-width:2;transition:.25s}
.route-node.active{fill:var(--accent);stroke:var(--green);filter:drop-shadow(0 0 8px rgba(183,213,50,.7))}
.how-card{position:absolute;z-index:4;min-width:150px;padding:14px 15px;border-radius:14px;background:rgba(255,255,255,.52);border:1px solid rgba(23,53,45,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);opacity:.56;transform:scale(.96);transition:.3s}
.how-card small{display:block;color:rgba(23,53,45,.48);font-size:8px;letter-spacing:.14em;margin-bottom:5px}
.how-card strong{font-family:"Merriweather",serif;font-size:14px;font-weight:400;color:var(--dark)}
.how-card.active{opacity:1;transform:scale(1);border-color:rgba(63,100,86,.35)}
.card-source{left:6%;bottom:12%}.card-process{left:38%;top:15%}.card-verify{right:9%;bottom:20%}.card-deliver{right:5%;top:11%}
.howwork-progress{height:1px;background:rgba(23,53,45,.11);position:relative}
.how-progress-fill{display:block;height:1px;width:100%;background:var(--green);transform:scaleX(0);transform-origin:left center}
@media(max-width:1050px){
  .howwork-scroll{height:auto}
  .howwork-pin{position:relative;height:auto;padding:70px 0}
  .howwork-shell{padding-top:0}
  .howwork-stage{grid-template-columns:1fr}
  .howwork-copy{height:auto}
  .how-scene{position:relative;opacity:1!important;visibility:visible!important;transform:none!important;margin-bottom:54px}
  .howwork-visual{height:460px}
  .howwork-progress,.howwork-counter{display:none}
}
@media(max-width:700px){
  .howwork-visual{height:360px}.how-card{display:none}.how-route{opacity:.8}
}


/* How We Work — light theme overrides */
.howwork .eyebrow{color:var(--green)!important}
.howwork-top h3,
.how-scene h4{color:var(--dark)}
.how-kicker{color:var(--green)}
.howwork-counter span:first-child{color:var(--green)}
.how-card.active{
  background:rgba(255,255,255,.72);
  border-color:rgba(63,100,86,.30);
  box-shadow:0 16px 45px rgba(23,53,45,.10);
}
.howwork-visual{
  box-shadow:0 28px 80px rgba(23,53,45,.10);
}
.route-live{stroke:var(--green)}
.how-progress-fill{background:var(--green)}


/* How We Work — restore controlled accent usage */
.how-kicker,
.howwork .eyebrow{
  color:var(--accent)!important;
}

.howwork-counter span:first-child{
  color:var(--accent);
}

.route-live{
  stroke:var(--accent);
}

.route-node.active{
  fill:var(--accent);
  stroke:var(--accent);
  filter:drop-shadow(0 0 8px rgba(183,213,50,.5));
}

.how-progress-fill{
  background:var(--accent);
}

.how-card.active{
  border-color:rgba(183,213,50,.45);
}

.how-card.active small{
  color:var(--accent);
}

.how-points span:nth-child(1){
  border-color:rgba(183,213,50,.35);
  color:var(--dark);
  background:rgba(183,213,50,.12);
}

.howwork-counter i{
  background:linear-gradient(90deg,var(--accent),rgba(23,53,45,.12));
}


/* GLOBAL SUPPLY — second signature GSAP scene */
.global-supply{position:relative;background:var(--dark);color:#fff}
.global-scroll{height:420vh;position:relative}
.global-pin{
  position:sticky;top:0;height:100vh;overflow:hidden;
  background:
    radial-gradient(circle at 72% 40%,rgba(183,213,50,.06),transparent 28%),
    linear-gradient(135deg,#102f27 0%,#17352d 60%,#0b271f 100%);
}
.global-bg-grid{
  position:absolute;inset:0;opacity:.08;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px);
  background-size:72px 72px;
  mask-image:linear-gradient(90deg,transparent 0%,#000 35%,#000 100%);
}
.global-shell{
  height:100%;display:grid;grid-template-columns:.82fr 1.18fr;
  gap:56px;align-items:center;padding-top:92px;padding-bottom:50px;
}
.global-copy .eyebrow{color:var(--accent)}
.global-copy h3{
  margin:10px 0 22px;font-size:clamp(48px,5vw,78px);
  line-height:.98;letter-spacing:-.05em;font-weight:400;
}
.global-copy>p{
  max-width:540px;margin:0;color:rgba(255,255,255,.60);
  font-size:13px;line-height:1.75;
}
.global-market-copy{position:relative;height:145px;margin-top:34px}
.market-copy{position:absolute;inset:0;opacity:0;visibility:hidden}
.market-copy.active{opacity:1;visibility:visible}
.market-copy>span{display:block;color:var(--accent);font-size:9px;letter-spacing:.14em;margin-bottom:8px}
.market-copy h4{margin:0 0 7px;font-family:"Merriweather",serif;font-size:24px;font-weight:400}
.market-copy p{margin:0;max-width:520px;color:rgba(255,255,255,.50);font-size:11px;line-height:1.65}
.global-stats{
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:26px;
  border-top:1px solid rgba(255,255,255,.10);padding-top:18px;
}
.global-stats strong{display:block;font-family:"Merriweather",serif;font-size:22px;font-weight:400;color:var(--accent);margin-bottom:3px}
.global-stats span{font-size:8.5px;line-height:1.45;color:rgba(255,255,255,.44)}
.global-map-wrap{
  position:relative;height:min(650px,70vh);
  border:1px solid rgba(255,255,255,.11);
  border-radius:28px;overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.012));
  box-shadow:0 30px 90px rgba(0,0,0,.18);
}
.global-map{width:100%;height:100%}
.continents path{fill:rgba(242,240,232,.10);stroke:rgba(255,255,255,.12);stroke-width:1}
.origin-pulse{fill:rgba(183,213,50,.16);stroke:var(--accent);stroke-width:1;animation:originPulse 2.2s ease-in-out infinite}
@keyframes originPulse{0%,100%{r:10;opacity:.45}50%{r:18;opacity:.12}}
.origin-core{fill:var(--accent);filter:url(#glow)}
.origin-label{fill:#fff;font:600 10px Manrope;letter-spacing:.12em}
.global-route{fill:none;stroke:var(--accent);stroke-width:2.4;stroke-linecap:round;filter:url(#glow)}
.market-node circle{fill:#17352d;stroke:rgba(255,255,255,.30);stroke-width:2}
.market-node text{fill:rgba(255,255,255,.46);font:600 9px Manrope;letter-spacing:.08em}
.market-node.active circle{fill:var(--accent);stroke:var(--accent)}
.market-node.active text{fill:#fff}
.global-card{
  position:absolute;z-index:3;min-width:160px;padding:13px 14px;
  border-radius:14px;background:rgba(8,28,22,.48);
  border:1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);
  opacity:.26;transform:scale(.95);transition:.3s;
}
.global-card.active{opacity:1;transform:scale(1);border-color:rgba(183,213,50,.40)}
.global-card small{display:block;color:rgba(255,255,255,.42);font-size:7.5px;letter-spacing:.13em;margin-bottom:4px}
.global-card strong{font-family:"Merriweather",serif;font-size:13px;font-weight:400}
.global-card>span{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:var(--accent)}
.card-eu{right:21%;top:20%}.card-uk{left:35%;top:10%}.card-na{left:8%;top:22%}.card-me{right:10%;bottom:20%}
.global-progress{position:absolute;left:0;right:0;bottom:0;height:2px;background:rgba(255,255,255,.08)}
.global-progress span{display:block;width:100%;height:100%;background:var(--accent);transform:scaleX(0);transform-origin:left}
@media(max-width:1050px){
  .global-scroll{height:auto}
  .global-pin{position:relative;height:auto;padding:70px 0}
  .global-shell{grid-template-columns:1fr}
  .global-market-copy{height:auto}
  .market-copy{position:relative;opacity:1!important;visibility:visible!important;margin-top:20px}
  .global-map-wrap{height:520px}
  .global-progress{display:none}
}
@media(max-width:700px){
  .global-map-wrap{height:390px}.global-card{display:none}.global-stats{grid-template-columns:1fr}
}


/* Global Supply — recognizable world map layer */
.global-map-wrap::before{
  content:"";
  position:absolute;
  z-index:0;
  inset:5% 2% 7%;
  background-image:
    linear-gradient(rgba(10,39,31,.42),rgba(10,39,31,.42)),
    url("/assets/world-map-reference.png");
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  opacity:.94;
  mix-blend-mode:screen;
  filter:saturate(.52) contrast(1.08) brightness(.94);
  pointer-events:none;
}
.global-map{
  position:relative;
  z-index:2;
}
.global-map .continents{
  opacity:0!important;
}
.global-map-wrap::after{
  content:"WORLD SUPPLY NETWORK";
  position:absolute;
  z-index:1;
  right:22px;
  bottom:17px;
  color:rgba(255,255,255,.18);
  font:600 8px/1 "Manrope",sans-serif;
  letter-spacing:.18em;
  pointer-events:none;
}


/* Global Supply — align card arrows with the main text baseline */
.global-card>span{
  top:auto;
  bottom:13px;
  transform:none;
  line-height:1;
}


/* Global Supply — move arrows to their own row */
.global-card{
  padding-bottom:12px;
}
.global-card>span{
  position:static;
  display:block;
  margin-top:8px;
  transform:none;
  line-height:1;
  font-size:13px;
  color:var(--accent);
}


/* B2B PROOF — light capability board */
.proof-v2{
  position:relative;
  padding:130px 0 115px;
  overflow:hidden;
  background:
    radial-gradient(circle at 90% 8%,rgba(183,213,50,.14),transparent 24%),
    linear-gradient(180deg,#F6F4EC 0%,#F0EEE4 100%);
  color:var(--dark);
}
.proof-v2::before{
  content:"";
  position:absolute;
  width:420px;height:420px;
  border-radius:50%;
  left:-170px;bottom:-220px;
  background:rgba(63,100,86,.07);
  filter:blur(25px);
}
.proof-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:80px;
  align-items:end;
  margin-bottom:58px;
}
.proof-eyebrow{color:var(--accent)}
.proof-v2 h2{
  margin:10px 0 0;
  font-size:clamp(54px,6vw,88px);
  line-height:.94;
  letter-spacing:-.055em;
  font-weight:400;
}
.proof-lead{
  max-width:500px;
  margin:0 0 6px auto;
  color:var(--muted);
  font-size:13px;
  line-height:1.8;
}
.proof-board{
  display:grid;
  grid-template-columns:1.16fr repeat(3,1fr);
  gap:12px;
  perspective:1200px;
}
.proof-v2 .proof-card{
  position:relative;
  min-height:350px;
  padding:24px;
  border-radius:22px;
  border:1px solid rgba(23,53,45,.11);
  background:rgba(255,255,255,.60);
  box-shadow:0 14px 48px rgba(23,53,45,.045);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  transition:border-color .35s ease,box-shadow .35s ease,transform .35s ease;
}
.proof-v2 .proof-card::before{
  content:"";
  position:absolute;
  inset:auto -20% -55% auto;
  width:190px;height:190px;
  border-radius:50%;
  background:var(--accent);
  opacity:.055;
  transition:transform .55s cubic-bezier(.2,.8,.2,1),opacity .35s ease;
}
.proof-v2 .proof-card:hover{
  transform:translateY(-6px);
  border-color:rgba(183,213,50,.48);
  box-shadow:0 26px 60px rgba(23,53,45,.09);
}
.proof-v2 .proof-card:hover::before{
  transform:scale(1.55);
  opacity:.10;
}
.proof-v2 .proof-card-primary{
  background:var(--dark);
  color:#fff;
  border-color:rgba(23,53,45,.2);
}
.proof-v2 .proof-card-primary::before{opacity:.12}
.proof-card-top,.proof-card-bottom{
  position:relative;z-index:1;
  display:flex;align-items:center;justify-content:space-between;
}
.proof-index{
  color:rgba(23,53,45,.42);
  font-size:9px;font-weight:700;letter-spacing:.16em;
}
.proof-card-primary .proof-index{color:rgba(255,255,255,.44)}
.proof-status,.proof-mini{
  font-size:7.5px;font-weight:700;letter-spacing:.13em;
  color:rgba(23,53,45,.42);
}
.proof-status{display:flex;align-items:center;gap:6px;color:var(--accent)}
.proof-status i{
  width:5px;height:5px;border-radius:50%;background:var(--accent);
  box-shadow:0 0 0 5px rgba(183,213,50,.12);
  animation:proofPulse 1.8s ease-in-out infinite;
}
@keyframes proofPulse{50%{box-shadow:0 0 0 8px rgba(183,213,50,0)}}
.proof-v2 .proof-card b{
  position:relative;z-index:1;
  display:block;
  margin-bottom:10px;
  font-family:"Merriweather",serif;
  font-size:clamp(31px,2.5vw,43px);
  line-height:1;
  letter-spacing:-.04em;
  font-weight:400;
  color:var(--dark);
}
.proof-v2 .proof-card-primary b{color:var(--accent)}
.proof-v2 .proof-card h3{
  position:relative;z-index:1;
  margin:0 0 12px;
  font-family:"Merriweather",serif;
  font-size:17px;font-weight:400;
}
.proof-v2 .proof-card p{
  position:relative;z-index:1;
  margin:0;
  max-width:310px;
  color:var(--muted);
  font-size:11px;line-height:1.7;
}
.proof-v2 .proof-card-primary p{color:rgba(255,255,255,.58)}
.proof-card-bottom{
  border-top:1px solid rgba(23,53,45,.09);
  padding-top:15px;
  font-size:8px;font-weight:700;letter-spacing:.13em;
  color:rgba(23,53,45,.56);
}
.proof-card-primary .proof-card-bottom{
  border-color:rgba(255,255,255,.10);
  color:rgba(255,255,255,.54);
}
.proof-card-bottom strong{
  font-size:16px;font-weight:400;color:var(--accent);
}
.proof-rule{
  display:flex;align-items:center;gap:22px;
  margin-top:30px;
}
.proof-rule span{
  flex:1;height:1px;
  background:linear-gradient(90deg,var(--accent),rgba(23,53,45,.12));
}
.proof-rule p{
  margin:0;color:rgba(23,53,45,.38);
  font-size:8px;font-weight:700;letter-spacing:.15em;
}
@media(max-width:1050px){
  .proof-head{grid-template-columns:1fr;gap:24px}
  .proof-lead{margin-left:0}
  .proof-board{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .proof-board{grid-template-columns:1fr}
  .proof-v2 .proof-card{min-height:300px}
  .proof-rule p{display:none}
}


/* B2B Proof — Organic Capability accent treatment */
.proof-v2 .organic-title{
  display:inline-block;
  color:var(--accent);
  position:relative;
  padding-bottom:7px;
}
.proof-v2 .organic-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:38px;
  height:2px;
  background:var(--dark);
  border-radius:999px;
}


/* INDUSTRIES WE SERVE */
.industries{
  position:relative;
  padding:128px 0 118px;
  background:linear-gradient(180deg,#E8E4D7 0%,#EEEADF 100%);
  color:var(--dark);
  overflow:hidden;
}
.industries::before{
  content:"";
  position:absolute;
  width:520px;height:520px;border-radius:50%;
  right:-230px;top:-220px;
  background:rgba(183,213,50,.13);
  filter:blur(35px);
}
.industries-head{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:76px;
  align-items:end;
  margin-bottom:56px;
}
.industries .eyebrow{color:var(--accent)}
.industries h2{
  margin:10px 0 0;
  font-size:clamp(54px,6vw,88px);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:400;
}
.industries-head>p{
  margin:0 0 7px auto;
  max-width:510px;
  color:var(--muted);
  font-size:13px;
  line-height:1.8;
}
.industries-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  gap:12px;
}
.industry-card{
  position:relative;
  min-height:300px;
  padding:22px;
  border-radius:22px;
  background:rgba(255,255,255,.54);
  border:1px solid rgba(23,53,45,.10);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.industry-card:nth-child(4),
.industry-card:nth-child(5){grid-column:span 1}
.industry-feature{
  grid-row:span 2;
  min-height:612px;
  background:var(--dark);
  color:#fff;
}
.industry-card:hover{
  transform:translateY(-6px);
  border-color:rgba(183,213,50,.50);
  box-shadow:0 26px 60px rgba(23,53,45,.08);
}
.industry-index{
  color:rgba(23,53,45,.35);
  font-size:9px;font-weight:700;letter-spacing:.16em;
}
.industry-feature .industry-index{color:rgba(255,255,255,.36)}
.industry-content{position:relative;z-index:2}
.industry-content>span{
  display:block;
  color:var(--accent);
  font-size:9px;font-weight:700;letter-spacing:.14em;
  margin-bottom:10px;
}
.industry-content h3{
  margin:0 0 14px;
  font-size:clamp(25px,2.2vw,38px);
  line-height:1.05;
  letter-spacing:-.04em;
  font-weight:400;
}
.industry-content p{
  margin:0;
  max-width:410px;
  color:var(--muted);
  font-size:11px;
  line-height:1.72;
}
.industry-feature .industry-content p{color:rgba(255,255,255,.58)}
.industry-tags{
  display:flex;flex-wrap:wrap;gap:7px;
  margin-top:20px;
}
.industry-tags i{
  font-style:normal;
  font-size:8px;
  color:rgba(23,53,45,.62);
  padding:7px 9px;
  border-radius:999px;
  border:1px solid rgba(23,53,45,.10);
  background:rgba(255,255,255,.38);
}
.industry-feature .industry-tags i{
  color:rgba(255,255,255,.65);
  border-color:rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
}
.industry-line{
  position:absolute;
  left:0;right:0;bottom:0;height:2px;
  background:var(--accent);
  transform:scaleX(0);
  transform-origin:left center;
}
.industries-footer{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:30px;
  color:rgba(23,53,45,.42);
  font-size:9px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.industries-footer strong{
  color:var(--dark);
  font-family:"Merriweather",serif;
  font-size:14px;
  font-weight:400;
  letter-spacing:0;
  text-transform:none;
}
.industries-footer i{
  flex:1;height:1px;
  background:linear-gradient(90deg,var(--accent),rgba(23,53,45,.08));
}
@media(max-width:1050px){
  .industries-head{grid-template-columns:1fr;gap:24px}
  .industries-head>p{margin-left:0}
  .industries-grid{grid-template-columns:1fr 1fr}
  .industry-feature{grid-row:auto;min-height:360px;grid-column:span 2}
}
@media(max-width:650px){
  .industries-grid{grid-template-columns:1fr}
  .industry-feature{grid-column:auto}
  .industry-card{min-height:280px}
  .industries-footer{align-items:flex-start;flex-direction:column}
  .industries-footer i{width:100%}
}


/* INDUSTRIES V35 — Buyer Ecosystem */
.industries-ecosystem{
  position:relative;
  padding:120px 0 125px;
  background:#EFECE2;
  color:var(--dark);
  overflow:hidden;
}
.industries-ecosystem::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 24% 60%,rgba(183,213,50,.10),transparent 28%),
    radial-gradient(circle at 80% 25%,rgba(63,100,86,.08),transparent 24%);
  pointer-events:none;
}
.industries-eco-head{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:70px;
  align-items:end;
  margin-bottom:54px;
}
.industries-eco-head .eyebrow{color:var(--accent)}
.industries-eco-head h2{
  margin:10px 0 0;
  font-size:clamp(54px,6vw,88px);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:400;
}
.industries-eco-head h2 em{
  color:var(--green);
  font-style:italic;
  font-weight:400;
}
.industries-eco-head>p{
  margin:0 0 8px auto;
  max-width:500px;
  color:var(--muted);
  font-size:13px;
  line-height:1.8;
}
.industry-ecosystem-stage{
  display:grid;
  grid-template-columns:1.12fr .88fr;
  gap:30px;
  align-items:stretch;
}
.industry-network{
  position:relative;
  min-height:620px;
  border-radius:32px;
  border:1px solid rgba(23,53,45,.10);
  background:
    linear-gradient(rgba(255,255,255,.38),rgba(255,255,255,.38)),
    radial-gradient(circle at center,rgba(183,213,50,.08),transparent 45%);
  overflow:hidden;
}
.industry-network::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(23,53,45,.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(23,53,45,.04) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:radial-gradient(circle at center,#000 30%,transparent 80%);
}
.industry-network-lines{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:1;
}
.network-path{
  fill:none;
  stroke:rgba(23,53,45,.16);
  stroke-width:1.6;
  stroke-linecap:round;
}
.industry-hub{
  position:absolute;
  left:50%;top:50%;
  width:172px;height:172px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:var(--dark);
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  z-index:4;
  box-shadow:0 30px 70px rgba(23,53,45,.18);
}
.industry-hub>span{
  color:var(--accent);
  font-size:8px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:7px;
}
.industry-hub strong{
  font-size:28px;
  line-height:1.02;
  font-weight:400;
}
.industry-hub i{
  position:absolute;
  inset:-14px;
  border:1px solid rgba(183,213,50,.38);
  border-radius:50%;
  animation:hubPulse 2.7s ease-in-out infinite;
}
@keyframes hubPulse{
  50%{transform:scale(1.06);opacity:.35}
}
.industry-orbit{
  position:absolute;
  border:1px dashed rgba(23,53,45,.10);
  border-radius:50%;
  left:50%;top:50%;
  transform:translate(-50%,-50%);
  pointer-events:none;
}
.orbit-a{width:410px;height:410px}
.orbit-b{width:540px;height:540px;opacity:.65}
.industry-node{
  position:absolute;
  z-index:5;
  width:126px;height:126px;
  border-radius:50%;
  border:1px solid rgba(23,53,45,.13);
  background:rgba(255,255,255,.78);
  color:var(--dark);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
  cursor:pointer;
  box-shadow:0 12px 34px rgba(23,53,45,.05);
  transition:transform .35s ease,border-color .35s ease,background .35s ease,box-shadow .35s ease;
}
.industry-node:hover,
.industry-node.active{
  transform:scale(1.07);
  background:var(--accent);
  border-color:var(--accent);
  box-shadow:0 18px 40px rgba(23,53,45,.12);
}
.industry-node .node-number{
  font-size:7px;
  letter-spacing:.14em;
  color:rgba(23,53,45,.42);
}
.industry-node strong{
  font-family:"Merriweather",serif;
  font-size:14px;
  line-height:1.08;
  font-weight:400;
  text-align:center;
}
.node-retail{left:8%;top:8%}
.node-distributor{right:7%;top:8%}
.node-food{left:5%;bottom:12%}
.node-private{right:6%;bottom:10%}
.node-ingredient{left:50%;bottom:2%;transform:translateX(-50%)}
.industry-node.node-ingredient:hover,
.industry-node.node-ingredient.active{
  transform:translateX(-50%) scale(1.07);
}
.industry-detail-panel{
  position:relative;
  min-height:620px;
  border-radius:32px;
  background:var(--dark);
  color:#fff;
  padding:46px;
  overflow:hidden;
  box-shadow:0 28px 80px rgba(23,53,45,.12);
}
.industry-detail-panel::before{
  content:"";
  position:absolute;
  width:330px;height:330px;
  border-radius:50%;
  right:-120px;top:-110px;
  background:var(--accent);
  opacity:.08;
  filter:blur(8px);
}
.industry-detail{
  position:absolute;
  left:46px;right:46px;
  top:46px;
  bottom:110px;
  opacity:0;
  visibility:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.industry-detail.active{
  opacity:1;
  visibility:visible;
}
.detail-kicker{
  color:var(--accent);
  font-size:9px;
  letter-spacing:.15em;
  font-weight:700;
  margin-bottom:18px;
}
.industry-detail h3{
  margin:0 0 18px;
  max-width:450px;
  font-size:clamp(38px,4vw,62px);
  line-height:.98;
  letter-spacing:-.045em;
  font-weight:400;
}
.industry-detail>p{
  margin:0;
  max-width:460px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  line-height:1.75;
}
.detail-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:34px;
}
.detail-meta>div{
  border-top:1px solid rgba(255,255,255,.12);
  padding-top:13px;
}
.detail-meta small{
  display:block;
  color:rgba(255,255,255,.34);
  font-size:7px;
  letter-spacing:.14em;
  margin-bottom:6px;
}
.detail-meta strong{
  font-size:10px;
  color:rgba(255,255,255,.72);
  font-weight:500;
}
.industry-detail-footer{
  position:absolute;
  left:46px;right:46px;bottom:34px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid rgba(255,255,255,.10);
  padding-top:18px;
}
.industry-detail-footer span{
  color:rgba(255,255,255,.34);
  font-size:8px;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.industry-detail-footer strong{
  color:var(--accent);
  font-family:"Merriweather",serif;
  font-size:13px;
  font-weight:400;
}
@media(max-width:1050px){
  .industries-eco-head{grid-template-columns:1fr;gap:22px}
  .industries-eco-head>p{margin-left:0}
  .industry-ecosystem-stage{grid-template-columns:1fr}
  .industry-network{min-height:560px}
  .industry-detail-panel{min-height:520px}
}
@media(max-width:700px){
  .industry-network{min-height:680px}
  .industry-node{width:108px;height:108px}
  .node-retail{left:4%;top:7%}
  .node-distributor{right:4%;top:7%}
  .node-food{left:3%;bottom:20%}
  .node-private{right:3%;bottom:20%}
  .node-ingredient{bottom:3%}
  .orbit-a{width:330px;height:330px}
  .orbit-b{width:440px;height:440px}
  .industry-detail-panel{padding:30px;min-height:520px}
  .industry-detail{left:30px;right:30px;top:30px;bottom:100px}
  .industry-detail-footer{left:30px;right:30px;bottom:28px;gap:14px;align-items:flex-start;flex-direction:column}
}


/* B2B PROOF — photographic card layers */
.proof-v2 .proof-card.proof-visual{
  isolation:isolate;
}
.proof-v2 .proof-card.proof-visual::after{
  content:"";
  position:absolute;
  z-index:0;
  right:-8%;
  bottom:0;
  width:68%;
  height:58%;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  opacity:.17;
  filter:saturate(.72) contrast(1.02);
  -webkit-mask-image:linear-gradient(135deg,transparent 0%,rgba(0,0,0,.20) 18%,#000 58%);
  mask-image:linear-gradient(135deg,transparent 0%,rgba(0,0,0,.20) 18%,#000 58%);
  transform:scale(1.03);
  transition:transform .65s cubic-bezier(.2,.8,.2,1),opacity .35s ease;
  pointer-events:none;
}
.proof-v2 .proof-card.proof-visual:hover::after{
  transform:scale(1.10) translate(-2%,-1%);
  opacity:.24;
}
.proof-v2 .proof-card.proof-visual>*{
  position:relative;
  z-index:2;
}
.proof-v2 .proof-card-primary.proof-visual::after{
  width:76%;
  height:66%;
  opacity:.26;
  filter:saturate(.7) brightness(.72) contrast(1.08);
  -webkit-mask-image:linear-gradient(130deg,transparent 0%,rgba(0,0,0,.18) 13%,#000 56%);
  mask-image:linear-gradient(130deg,transparent 0%,rgba(0,0,0,.18) 13%,#000 56%);
}
.proof-v2 .proof-card-primary.proof-visual:hover::after{
  opacity:.34;
}

/* Existing Nilglobal assets, cropped differently per capability */
.proof-visual-global::after{
  background-image:url("/assets/world-map-reference.png");
  background-position:58% 45%;
  background-size:145%;
}
.proof-visual-organic::after{
  background-image:url("/assets/image-gen-1(20260812-120449).png");
  background-position:55% 48%;
}
.proof-visual-format::after{
  background-image:url("/assets/image-gen-1(8).png");
  background-position:50% 54%;
}
.proof-visual-flow::after{
  background-image:url("/assets/image-gen-1(20260807-193749).png");
  background-position:72% 52%;
}

/* subtle image separator for readability */
.proof-v2 .proof-card.proof-visual .proof-card-bottom{
  background:linear-gradient(90deg,rgba(246,244,236,.84),rgba(246,244,236,.20));
  margin-left:-4px;
  margin-right:-4px;
  padding-left:4px;
  padding-right:4px;
}
.proof-v2 .proof-card-primary.proof-visual .proof-card-bottom{
  background:linear-gradient(90deg,rgba(23,53,45,.72),rgba(23,53,45,.16));
}


/* B2B PROOF V37 — true top image band, no opacity */
.proof-v2 .proof-card.proof-visual{
  padding-top:0;
}

/* Disable previous blended photographic pseudo-layer */
.proof-v2 .proof-card.proof-visual::after{
  display:none!important;
}

/* Top 25% image zone */
.proof-image-band{
  position:relative!important;
  z-index:2!important;
  width:calc(100% + 48px);
  height:88px;
  flex:0 0 88px;
  margin:0 -24px 20px;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  overflow:hidden;
  border-radius:21px 21px 0 0;
}
.proof-image-band::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:26px;
  background:linear-gradient(180deg,transparent,rgba(246,244,236,.16));
  pointer-events:none;
}
.proof-card-primary .proof-image-band::after{
  background:linear-gradient(180deg,transparent,rgba(23,53,45,.24));
}

/* Explicit images, full opacity */
.proof-visual-global .proof-image-band{
  background-image:url("/assets/world-map-reference.png");
  background-position:center 42%;
  background-size:cover;
}
.proof-visual-organic .proof-image-band{
  background-image:url("/assets/image-gen-1(20260812-120449).png");
  background-position:center 49%;
}
.proof-visual-format .proof-image-band{
  background-image:url("/assets/image-gen-1(8).png");
  background-position:center 52%;
}
.proof-visual-flow .proof-image-band{
  background-image:url("/assets/image-gen-1(20260807-193749).png");
  background-position:center 55%;
}

/* Keep content spacing clean beneath the image */
.proof-v2 .proof-card.proof-visual .proof-card-top{
  margin-top:0;
}
.proof-v2 .proof-card.proof-visual .proof-card-bottom{
  background:none!important;
}

/* Gentle image motion, still 100% opaque */
.proof-v2 .proof-card.proof-visual:hover .proof-image-band{
  background-size:108%;
}
.proof-image-band{
  transition:background-size .65s cubic-bezier(.2,.8,.2,1);
}

/* Taller first card image, preserving roughly the top quarter */
.proof-v2 .proof-card-primary .proof-image-band{
  height:94px;
  flex-basis:94px;
}


/* CERTIFICATIONS — credential matrix */
.certifications{
  position:relative;
  padding:118px 0;
  background:#F6F4EC;
  color:var(--dark);
  overflow:hidden;
}
.certifications::before{
  content:"";
  position:absolute;
  width:480px;height:480px;border-radius:50%;
  right:-180px;bottom:-220px;
  background:rgba(183,213,50,.12);
  filter:blur(36px);
}
.cert-shell{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:72px;
  align-items:center;
}
.cert-intro .eyebrow{color:var(--accent)}
.cert-intro h2{
  margin:10px 0 20px;
  font-size:clamp(52px,5.6vw,84px);
  line-height:.95;
  letter-spacing:-.055em;
  font-weight:400;
}
.cert-intro>p{
  max-width:500px;
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.8;
}
.cert-proofline{
  margin-top:30px;
  display:flex;
  flex-direction:column;
  gap:11px;
}
.cert-proofline span{
  display:flex;
  align-items:center;
  gap:9px;
  color:rgba(23,53,45,.62);
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.cert-proofline i{
  width:7px;height:7px;border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 5px rgba(183,213,50,.12);
}
.cert-panel{
  border-radius:28px;
  background:var(--dark);
  color:#fff;
  border:1px solid rgba(23,53,45,.2);
  box-shadow:0 30px 90px rgba(23,53,45,.13);
  overflow:hidden;
}
.cert-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:24px 26px;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.cert-panel-head small{
  display:block;
  color:rgba(255,255,255,.34);
  font-size:7px;
  letter-spacing:.15em;
  margin-bottom:4px;
}
.cert-panel-head strong{
  font-family:"Merriweather",serif;
  font-size:16px;
  font-weight:400;
}
.cert-live{
  display:flex;
  align-items:center;
  gap:7px;
  color:var(--accent);
  font-size:8px;
  letter-spacing:.13em;
  font-weight:700;
}
.cert-live i{
  width:6px;height:6px;border-radius:50%;
  background:var(--accent);
  box-shadow:0 0 0 5px rgba(183,213,50,.12);
  animation:certPulse 1.8s ease-in-out infinite;
}
@keyframes certPulse{50%{box-shadow:0 0 0 9px rgba(183,213,50,0)}}

.cert-rows{padding:8px 0}
.cert-row{
  display:grid;
  grid-template-columns:66px 1fr auto;
  gap:18px;
  align-items:center;
  padding:18px 26px;
  border-bottom:1px solid rgba(255,255,255,.07);
  transition:background .3s ease;
}
.cert-row:last-child{border-bottom:0}
.cert-row:hover{background:rgba(255,255,255,.035)}
.cert-mark{
  width:52px;height:52px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:"Merriweather",serif;
  font-size:12px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.10);
  color:var(--accent);
}
.cert-row-copy strong{
  display:block;
  font-family:"Merriweather",serif;
  font-size:15px;
  font-weight:400;
  margin-bottom:5px;
}
.cert-row-copy span{
  color:rgba(255,255,255,.48);
  font-size:10px;
  line-height:1.55;
}
.cert-state{
  color:rgba(255,255,255,.40);
  font-size:7px;
  letter-spacing:.13em;
  font-weight:700;
  padding:6px 8px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
}
.cert-footer{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:center;
  padding:18px 26px;
  background:rgba(255,255,255,.025);
  border-top:1px solid rgba(255,255,255,.08);
}
.cert-footer span{
  color:rgba(255,255,255,.30);
  font-size:7px;
  letter-spacing:.14em;
}
.cert-footer strong{
  color:var(--accent);
  font-family:"Merriweather",serif;
  font-size:13px;
  font-weight:400;
}
@media(max-width:1050px){
  .cert-shell{grid-template-columns:1fr;gap:42px}
}
@media(max-width:650px){
  .cert-row{grid-template-columns:54px 1fr}
  .cert-state{grid-column:2;justify-self:start}
  .cert-footer{align-items:flex-start;flex-direction:column}
}


/* Certification capability rail */
.cert-rail{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  max-width:560px;
}
.cert-rail span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(23,53,45,.12);
  background:rgba(255,255,255,.48);
  color:var(--dark);
  font-size:8px;
  font-weight:700;
  letter-spacing:.10em;
  line-height:1;
  white-space:nowrap;
}
.cert-rail span:nth-child(6),
.cert-rail span:nth-child(7),
.cert-rail span:nth-child(8),
.cert-rail span:nth-child(9){
  border-color:rgba(183,213,50,.34);
  background:rgba(183,213,50,.11);
}


/* Certification logo wall */
.cert-logo-wall{
  margin-top:30px;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  max-width:610px;
}
.cert-logo-card{
  min-height:92px;
  border-radius:16px;
  border:1px solid rgba(23,53,45,.11);
  background:rgba(255,255,255,.58);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:10px 8px;
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.cert-logo-card:hover{
  transform:translateY(-4px);
  border-color:rgba(183,213,50,.46);
  box-shadow:0 14px 30px rgba(23,53,45,.07);
}
.cert-logo-card>span{
  color:rgba(23,53,45,.52);
  font-size:6.8px;
  font-weight:700;
  letter-spacing:.12em;
  text-align:center;
}
.cert-logo-card img{
  display:block;
  width:auto;
  max-width:72px;
  height:48px;
  object-fit:contain;
}
.cert-wordmark{
  height:48px;
  min-width:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--dark);
  line-height:1;
}
.brcgs-mark{
  font-size:18px;
  font-weight:800;
  letter-spacing:-.045em;
  border-bottom:3px solid var(--accent);
}
.iso-mark{
  flex-direction:column;
  gap:1px;
  border:1px solid rgba(23,53,45,.2);
  border-radius:50%;
  width:48px;
  min-width:48px;
}
.iso-mark b{font-size:15px;letter-spacing:-.04em}
.iso-mark small{font-size:7px;letter-spacing:.09em}
.haccp-mark{
  font-size:16px;
  font-weight:800;
  letter-spacing:.04em;
  position:relative;
}
.haccp-mark::before,
.haccp-mark::after{
  content:"";
  position:absolute;
  top:50%;
  width:10px;
  height:1px;
  background:var(--accent);
}
.haccp-mark::before{left:-14px}
.haccp-mark::after{right:-14px}
.halal-mark{
  flex-direction:column;
  gap:2px;
  border:1px solid rgba(23,53,45,.16);
  border-radius:50%;
  width:48px;
  min-width:48px;
}
.halal-mark b{font-size:9px;letter-spacing:.06em}
.halal-mark small{font-size:11px}
.kosher-mark{
  flex-direction:column;
  gap:2px;
  border:2px solid var(--dark);
  border-radius:50%;
  width:48px;
  min-width:48px;
}
.kosher-mark b{font-family:"Merriweather",serif;font-size:18px}
.kosher-mark small{font-size:5px;letter-spacing:.12em}
.uk-organic-mark{
  width:54px;
  min-width:54px;
  height:48px;
  flex-direction:column;
  border-radius:14px 3px 14px 3px;
  background:var(--dark);
  color:#fff;
}
.uk-organic-mark b{font-size:14px}
.uk-organic-mark small{font-size:6px;letter-spacing:.13em;color:var(--accent)}
@media(max-width:650px){
  .cert-logo-wall{grid-template-columns:repeat(2,minmax(0,1fr))}
}


/* Certification V41 — user-selected real logo images */
.cert-logo-card .cert-user-logo{
  display:block;
  width:auto;
  height:52px;
  max-width:92px;
  object-fit:contain;
  background:#fff;
}

/* Crop/select the Food Safety logo from the BRCGS multi-logo source */
.cert-logo-card .cert-brcgs-img{
  width:95px;
  max-width:95px;
  height:54px;
  object-fit:cover;
  object-position:21% 2%;
}

/* ISO source contains 9001 + 22000; focus on right-hand ISO 22000 seal */
.cert-logo-card .cert-iso-img{
  width:66px;
  max-width:66px;
  height:56px;
  object-fit:cover;
  object-position:77% center;
}

/* Keep certification marks visually consistent */
.cert-logo-card .cert-haccp-img,
.cert-logo-card .cert-halal-img,
.cert-logo-card .cert-kosher-img,
.cert-logo-card .cert-uk-organic-img,
.cert-logo-card .cert-canada-img{
  max-width:76px;
  height:54px;
  object-fit:contain;
}

.cert-logo-card.cert-official img{
  height:54px;
  max-width:78px;
}


/* Certification V42 — exact source crops */
.cert-logo-crop{
  display:block;
  flex:0 0 auto;
  background-repeat:no-repeat;
  background-color:#fff;
}

/* Source image contains 10 BRCGS variants.
   Food Safety is the second logo in the top row. */
.cert-brcgs-crop{
  width:94px;
  height:55px;
  background-image:url("https://www.brcgs.com/media/2164633/logos.png");
  background-size:500px auto;
  background-position:-99px -4px;
  border-radius:2px;
}

/* Source image contains ISO 9001 (left) + ISO 22000 (right).
   Show only the right-hand Food Safety Management / ISO 22000 seal. */
.cert-iso22000-crop{
  width:72px;
  height:58px;
  background-image:url("https://logowik.com/content/uploads/images/iso-9001-iso-22000-certified1961.jpg");
  background-size:144px auto;
  background-position:right center;
  border-radius:2px;
}

/* Disable older crop rules for these two assets */
.cert-logo-card .cert-brcgs-img,
.cert-logo-card .cert-iso-img{
  display:none!important;
}


/* Certification V43 — transparent logo appearance */
.cert-logo-card{
  background:rgba(255,255,255,.36);
}

/* Remove any white box/background around all external certification images */
.cert-logo-card img,
.cert-logo-card .cert-user-logo{
  background:transparent!important;
  mix-blend-mode:multiply;
}

/* Background-image based BRCGS / ISO crops */
.cert-logo-crop{
  background-color:transparent!important;
  mix-blend-mode:multiply;
}

/* Keep official seals visually clean */
.cert-logo-card.cert-official{
  background:rgba(255,255,255,.30);
}
.cert-logo-card.cert-official img{
  background:transparent!important;
  mix-blend-mode:multiply;
}

/* Ensure no inherited white plate appears */
.cert-brcgs-crop,
.cert-iso22000-crop{
  background-color:transparent!important;
}


/* FINAL CTA */
.final-cta{
  position:relative;
  min-height:92vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:var(--dark);
  color:#fff;
}
.final-cta::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 74% 24%,rgba(183,213,50,.12),transparent 24%),
    linear-gradient(145deg,#102f27 0%,#17352d 58%,#0b271f 100%);
}
.final-cta-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.cta-shape{
  position:absolute;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
}
.cta-shape-a{width:520px;height:520px;right:-120px;top:-130px}
.cta-shape-b{width:340px;height:340px;right:90px;top:25px;border-color:rgba(183,213,50,.16)}
.cta-shape-c{width:680px;height:680px;left:-360px;bottom:-430px}
.final-cta-shell{
  position:relative;
  z-index:2;
  padding-top:110px;
  padding-bottom:90px;
}
.final-cta-kicker{
  color:var(--accent);
  font-size:9px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:24px;
}
.final-cta-copy h2{
  margin:0;
  max-width:1200px;
  font-size:clamp(72px,9.2vw,150px);
  line-height:.84;
  letter-spacing:-.06em;
  font-weight:400;
}
.final-cta-copy h2 span{display:block}
.final-cta-copy h2 span:nth-child(2){color:var(--accent)}
.final-cta-copy p{
  margin:38px 0 0;
  max-width:620px;
  color:rgba(255,255,255,.58);
  font-size:13px;
  line-height:1.8;
}
.final-cta-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:38px;
}
.cta-primary,
.cta-secondary{
  text-decoration:none;
  transition:transform .3s ease,background .3s ease,border-color .3s ease;
}
.cta-primary{
  min-width:210px;
  height:58px;
  border-radius:999px;
  padding:0 20px 0 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:var(--accent);
  color:var(--dark);
  font-size:10px;
  font-weight:700;
  letter-spacing:.06em;
}
.cta-primary i{
  width:30px;height:30px;border-radius:50%;
  background:var(--dark);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-style:normal;
  transition:transform .3s ease;
}
.cta-primary:hover{transform:translateY(-3px)}
.cta-primary:hover i{transform:rotate(45deg)}
.cta-secondary{
  height:58px;
  display:flex;
  align-items:center;
  padding:0 22px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
  font-size:10px;
  font-weight:600;
}
.cta-secondary:hover{
  transform:translateY(-3px);
  border-color:rgba(183,213,50,.46);
}
.final-cta-proof{
  margin-top:70px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.final-cta-proof span{
  padding:8px 10px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:999px;
  color:rgba(255,255,255,.46);
  font-size:8px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

/* FOOTER */
.site-footer{
  background:#0B241D;
  color:#fff;
  padding:76px 0 28px;
  border-top:1px solid rgba(255,255,255,.07);
}
.footer-top{
  display:grid;
  grid-template-columns:1.45fr repeat(3,1fr);
  gap:46px;
  padding-bottom:52px;
}
.footer-brand img{
  width:150px;
  height:auto;
  display:block;
  margin-bottom:18px;
  filter:brightness(0) invert(1);
}
.footer-brand p{
  margin:0;
  color:rgba(255,255,255,.42);
  font-size:11px;
  line-height:1.6;
}
.footer-col{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.footer-col>span{
  color:var(--accent);
  font-size:8px;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:5px;
}
.footer-col a{
  color:rgba(255,255,255,.58);
  text-decoration:none;
  font-size:10px;
  transition:color .25s ease,transform .25s ease;
}
.footer-col a:hover{
  color:#fff;
  transform:translateX(3px);
}
.footer-mid{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.footer-certline{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.footer-certline span{
  padding:6px 8px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  color:rgba(255,255,255,.36);
  font-size:7px;
  letter-spacing:.08em;
}
.footer-tagline{
  max-width:400px;
  text-align:right;
  font-size:22px;
  line-height:1.1;
  color:rgba(255,255,255,.72);
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  padding-top:24px;
  color:rgba(255,255,255,.28);
  font-size:8px;
}
.footer-bottom>div{display:flex;gap:18px}
.footer-bottom a{color:rgba(255,255,255,.28);text-decoration:none}
.footer-bottom a:hover{color:#fff}

@media(max-width:1050px){
  .final-cta{min-height:auto}
  .footer-top{grid-template-columns:1fr 1fr}
}
@media(max-width:700px){
  .final-cta-shell{padding-top:90px;padding-bottom:70px}
  .final-cta-copy h2{font-size:clamp(56px,17vw,86px)}
  .final-cta-actions{align-items:stretch;flex-direction:column}
  .cta-primary,.cta-secondary{width:100%;justify-content:space-between}
  .footer-top{grid-template-columns:1fr;gap:32px}
  .footer-mid{align-items:flex-start;flex-direction:column}
  .footer-tagline{text-align:left}
  .footer-bottom{align-items:flex-start;flex-direction:column}
}


/* Footer contact details */
.footer-contact p{
  margin:0 0 2px;
  color:rgba(255,255,255,.48);
  font-size:10px;
  line-height:1.65;
}
.footer-contact a small{
  font-size:7px;
  color:rgba(255,255,255,.34);
  font-weight:500;
  letter-spacing:.04em;
}


/* NG08 v03 — mega menu colors restored to original dark design */
.lang-btn .flag-img,.lang-menu .flag-img{display:block;width:24px;height:15px;object-fit:cover;border-radius:0;box-shadow:0 0 0 1px rgba(255,255,255,.18)}
.lang-menu .flag-img{width:28px;height:17px}


/* Hero alignment requested: copy uses the exact same width as the header container; video remains full-bleed. */
.hero-content{width:min(1440px,calc(100% - 64px))!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important;left:auto!important}
.hero-video{width:100%!important;height:100%!important;inset:0!important;object-fit:cover!important}
@media(max-width:650px){.hero-content{width:min(100% - 30px,1440px)!important;margin-left:auto!important;margin-right:auto!important}}


/* NG08 v03 — hero proof cards stay inside the header/container right boundary */
@media(min-width:1051px){
  .hero-media .f1,
  .hero-media .f3{
    right:max(32px, calc((100vw - 1440px) / 2))!important;
  }
  .hero-media .f2{
    right:calc(max(32px, calc((100vw - 1440px) / 2)) + 190px)!important;
  }
}

/* Seamless category marquee */
.ticker-track{display:flex!important;width:max-content!important;gap:0!important;animation:tickerSeamless 24s linear infinite!important;will-change:transform}
.ticker-group{display:flex;flex:0 0 auto;gap:38px;padding-right:38px}
@keyframes tickerSeamless{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}

/* HOW WE WORK — real photography per controlled stage */
.image-source{background-image:none!important;overflow:hidden}
.image-source .source-real{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:sourceRealCrossfade 10s linear infinite;transform:scale(1.01)}
.image-source .source-blackseed{background-image:url("https://static1.kwiatoweogrody.pl/hpeciai/0c38767ea1c6f7cd2305957f152f86e1/pol_pl_Czarnuszka-siewna-nasiona-0-5-g-1134_6.jpg");opacity:1}
.image-source .source-apricot{background-image:url("https://batafood.com/wp-content/uploads/2024/06/batafood_apricots_drying_harvest.jpg");animation-delay:5s}
@keyframes sourceRealCrossfade{0%,42%{opacity:1}50%,92%{opacity:0}100%{opacity:1}}
.image-process{background-image:url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Machine%20prepares%20materials%20for%20processing%20at%20a%20manufacturing%20facility.jpg")!important;background-position:center!important}
.image-verify{background-image:url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Food%20Test%20Laboratory.jpg")!important;background-position:center!important}
.image-deliver{background-image:url("https://www.eluniversal.com.co/resizer/v2/exportaciones-de-bolivar-VJ5TAMBXARGYVL3W73JVKN2CEE.JPG?auth=dba8e0bf05d7043e3f83a8d958dc033ceb83c12d628bb6609b262c52bd672060&height=800&quality=70&smart=true&width=1200")!important;background-position:center!important}
.howwork-visual .how-route{display:block!important}.howwork-visual .how-card{display:block!important}

/* BUILT FOR B2B — keep card structure, only replace the requested imagery with real photography */
.proof-visual-organic .proof-image-band{background-image:url("https://commons.wikimedia.org/wiki/Special:Redirect/file/Organic%20Strawberry%20Greenhouse%20in%20Byurakan%2C%20Armenia%2001.jpg")!important;background-position:center 48%!important}
.proof-visual-format .proof-image-band{background-image:url("https://vegconomist.com/wp-content/uploads/sites/3/ITC-manufacturing.jpg")!important;background-position:center 54%!important}
.proof-visual-flow .proof-image-band{background-image:url("https://static.wixstatic.com/media/075cd7_b3dee1542b2c460f943816362eae3722~mv2.webp/v1/fill/w_1000%2Ch_563%2Cal_c%2Cq_85%2Cusm_0.66_1.00_0.01/075cd7_b3dee1542b2c460f943816362eae3722~mv2.webp")!important;background-position:center 50%!important}


/* NG08 v04 — mega menu fully opaque; page/hero must not show through */
@media(min-width:1051px){
  .mega-menu,
  .mega-shell,
  .mega-products .mega-shell,
  .mega-sourcing .mega-shell,
  .mega-quality .mega-shell{
    background:#17352D!important;
    background-color:#17352D!important;
    opacity:1!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
}

