/* ============================================================
   KOMODO ORGANIC — REBRAND v2 (green / cream / leaf, gold retired)
   Loaded last. Remaps the palette tokens so the whole site
   recolors, then fixes brand-specific spots.
   ============================================================ */
:root{
  --green-950:#08160d; --green-900:#0E2416; --green-800:#12291c;
  --green-700:#1B3B2E; --green-600:#245c3a; --green-500:#3C7A4E;
  --green-400:#4c9a63; --green-300:#8BC152; --green-200:#b7e4c7; --green-100:#e7efe1;
  /* gold → greens */
  --gold-900:#173a24; --gold-800:#245c3a; --gold-700:#2C5E3B;
  --gold-600:#3C7A4E; --gold-500:#8BC152; --gold-400:#8BC152; --gold-100:#eef4e6;
  --cream-100:#FDFBF8; --cream-200:#FBFAF5; --cream-300:#EFE9DB;
  --color-accent:#3C7A4E; --color-accent-light:#8BC152;
  --shadow-gold:0 4px 20px rgba(60,122,78,.28); --glow-gold:0 0 40px rgba(139,193,82,.20);
}

/* ---- Header: solid forest, logo mark image ---- */
/* NOTE: no backdrop-filter on .site-header itself — it creates a containing block that traps the fixed mobile nav. Blur is handled by the theme's .site-header::before. */
.site-header{background:rgba(14,36,22,.92)!important;border-bottom:1px solid rgba(255,255,255,.06)!important}
.site-header.scrolled,.site-header.is-stuck,.site-header.stuck{background:rgba(14,36,22,.97)!important}
.logo-mark-img{height:34px;width:auto;display:block}
.logo-name{color:#fff!important}
.logo-sub{color:var(--green-300)!important}
.nav-link{color:rgba(255,255,255,.85)}
.nav-link:hover{color:#fff}
:focus-visible{outline-color:var(--green-500)}

/* ---- Hero shimmer + rings → leaf ---- */
.text-shimmer{background-image:linear-gradient(90deg,#8BC152 0%,#d8f3dc 40%,#8BC152 60%,#6FA83C 100%)!important;background-size:200% auto!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important;color:transparent!important}
.stage-ring--1{border-color:rgba(139,193,82,.34)!important}
.ring-dot--gold{background:#8BC152!important;box-shadow:0 0 14px 4px rgba(139,193,82,.6)!important}
.hero-stat .stat-n{color:#fff}

/* ---- Light content sections (replaces theme-light): cream + green accents ---- */
:is(#products,#industries,#quality,#origins){
  background:#FBFAF5!important;
  background-image:radial-gradient(ellipse 72% 46% at 50% 0%,rgba(60,122,78,.05),transparent 62%)!important;
  position:relative;
  --ink:#16241B; --ink-soft:#4d5a4f; --card:#fff; --card-bd:#e6e0d2; --card-bd-hi:#d7cdb4;
  --card-sh:0 12px 34px rgba(20,40,25,.07); --card-sh-hi:0 20px 46px rgba(20,40,25,.13);
}
:is(#products,#industries,#quality,#origins)::before{content:'';position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,transparent,rgba(60,122,78,.22),transparent)!important;z-index:2}
:is(#products,#industries,#quality,#origins) .eyebrow{color:var(--green-600)}
:is(#products,#industries,#quality,#origins) .section-title{color:var(--ink)}
:is(#products,#industries,#quality,#origins) .section-desc{color:var(--ink-soft)}
:is(#products) .pcard{background:var(--card);border-color:var(--card-bd);box-shadow:var(--card-sh)}
:is(#products) .pcard:hover{border-color:var(--card-bd-hi);box-shadow:var(--card-sh-hi)}
:is(#products) .pcard-body h3{color:var(--ink)}
:is(#products) .pcard-body p{color:var(--ink-soft)}
:is(#products) .pcard-arrow{color:var(--green-600)}
:is(#products) .pcard-media img{filter:drop-shadow(0 12px 20px rgba(20,40,25,.18))}
:is(#industries) .industry-card{background:var(--card);border-color:var(--card-bd);box-shadow:var(--card-sh)}
:is(#industries) .industry-card:hover{border-color:var(--card-bd-hi);box-shadow:var(--card-sh-hi)}
:is(#industries) .ic-icon{background:rgba(60,122,78,.1);border-color:rgba(60,122,78,.22);color:var(--green-600)}
:is(#industries) .ic-body h3{color:var(--ink)}
:is(#industries) .ic-body p{color:var(--ink-soft)}
:is(#industries) .ic-arrow{color:var(--green-600)}
:is(#quality) .qf-item h4{color:var(--ink)}
:is(#quality) .qf-item p{color:var(--ink-soft)}
:is(#quality) .qf-dot{background:var(--green-500)}
:is(#quality) .qb-card{background:var(--card);border-color:var(--card-bd);box-shadow:var(--card-sh)}
:is(#quality) .qb-title{color:var(--ink)}
:is(#quality) .qb-sub{color:#6F776E}
:is(#quality) .qb-icon svg{color:var(--green-600)}
:is(#origins) .origin-card{background:var(--card);border-color:var(--card-bd);box-shadow:var(--card-sh)}
:is(#origins) .origin-body h3{color:var(--ink)}
:is(#origins) .origin-body p{color:var(--ink-soft)}
:is(#origins) .origin-line{background:rgba(20,40,25,.08)}
:is(#origins) .origin-flag .flag-ico{width:34px;height:auto;border-radius:4px}
:is(#products,#industries,#quality,#origins) .btn-ghost{color:var(--green-700);border-color:var(--green-700);background:transparent}
:is(#products,#industries,#quality,#origins) .btn-ghost:hover{background:var(--green-700);color:#fff}
:is(#products,#industries,#quality,#origins) .tag-green{background:rgba(60,122,78,.14);color:var(--green-700);border-color:rgba(60,122,78,.3)}
:is(#products,#industries,#quality,#origins) .tag-gold{background:rgba(60,122,78,.14);color:var(--green-700);border-color:rgba(60,122,78,.3)}
:is(#products,#industries,#quality,#origins) .tag-light{background:rgba(20,40,25,.06);color:#2e3830;border-color:rgba(20,40,25,.15)}

/* Available-now vs coming-soon product cards */
.pcard .avail-tag{position:absolute;top:12px;left:12px;z-index:4;font-family:var(--font-mono,monospace);font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;color:#12240f;background:var(--green-300);border-radius:999px;padding:3px 10px;font-weight:700;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.soon-ribbon{background:var(--green-500)!important;color:#fff!important}
.pcard--soon .pcard-media img{filter:grayscale(.25) opacity(.94)!important}

/* ---- Process band + truck recolor ---- */
.proc-road-line{background:repeating-linear-gradient(90deg,rgba(139,193,82,.55) 0 16px,transparent 16px 34px)!important}
.pt-wind i{background:linear-gradient(90deg,transparent,rgba(139,193,82,.5))!important}
.proc-num{color:var(--green-300)!important}
.proc-node .proc-ic{color:var(--green-300)!important;border-color:rgba(139,193,82,.28)!important}
.proc-scene.armed .proc-node.act .proc-ic{border-color:rgba(139,193,82,.6)!important;box-shadow:0 0 0 7px var(--green-950),0 0 22px rgba(139,193,82,.35)!important}
.proc-scene.armed .proc-node .proc-ic::after{background:rgba(139,193,82,.30)!important}
.pc-chk{background:var(--green-300)!important}

/* ---- Private Label banner: dark, readable ---- */
.private-label-banner{background:linear-gradient(120deg,#20492e 0%,#16341F 55%,#0E2416 100%)!important}
.private-label-banner h2{color:#fff!important}
.private-label-banner .plb-content p{color:rgba(255,255,255,.8)!important}
.private-label-banner .plb-feat{background:rgba(255,255,255,.08)!important;border:1px solid rgba(139,193,82,.3)!important;color:#fff!important}

/* ---- Clients: real logo images in the auto-scroll marquee ---- */
.clients{background:#FBFAF5;border-top:1px solid var(--cream-300)}
.clients-label{color:#6F776E}
.client-logo{color:#16241B}
.client-logo img{height:44px;width:auto;max-width:150px;object-fit:contain;filter:grayscale(1);opacity:.62;transition:filter .3s,opacity .3s}
.client-logo:hover img{filter:none;opacity:1}

/* ---- Final CTA: RFQ form on dark ---- */
.final-cta-section .fcta-form{max-width:600px;margin:2rem auto 0;display:grid;gap:.7rem;text-align:left}
.final-cta-section .fcta-form .row2{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}
.final-cta-section .fcta-form .form-control{width:100%;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.18);color:#fff;border-radius:10px;padding:.85rem 1rem;font-family:var(--font-body);font-size:.95rem}
.final-cta-section .fcta-form .form-control::placeholder{color:rgba(255,255,255,.5)}
.final-cta-section .fcta-form textarea.form-control{min-height:96px;resize:vertical}
.final-cta-section .fcta-form .btn{margin-top:.3rem}
@media(max-width:560px){.final-cta-section .fcta-form .row2{grid-template-columns:1fr}}

/* favicon-ish: skip-link + fab in brand green */
.skip-link{background:var(--green-500)}
.inquiry-fab{background:var(--green-500)!important}


/* ---- Why Komodo (editorial split with fact tiles) ---- */
.why-sec{background:#FBFAF5;padding-block:clamp(4rem,8vw,6.5rem)}
.why-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}
.why-sec .eyebrow{color:var(--green-600)}
.why-sec .section-title{color:#16241B;margin:1rem 0 1.3rem;font-size:clamp(2rem,4.4vw,3.2rem)}
.why-sec .section-title .accent{color:var(--green-500)}
.why-lead{color:#4d5a4f;font-size:1.05rem;line-height:1.7}
.why-strong{color:#16241B;font-weight:600;margin-top:1rem;line-height:1.7}
.why-visual{position:relative;aspect-ratio:1/1;display:grid;place-items:center;max-width:440px;margin-inline:auto;width:100%}
.why-halo{position:absolute;inset:8%;border-radius:50%;background:radial-gradient(circle,#eef4e6,#f6f1e6 70%);border:1px solid #e6e0d2}
.why-visual img{position:relative;max-height:74%;z-index:2;filter:drop-shadow(0 24px 26px rgba(20,40,25,.18))}
.why-tile{position:absolute;z-index:3;border-radius:16px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.15rem;min-width:98px;box-shadow:0 10px 26px rgba(20,40,25,.1)}
.why-tile b{font-family:var(--font-display);font-size:1.7rem;line-height:1}
.why-tile span{font-size:.68rem;letter-spacing:.03em;line-height:1.2;text-transform:uppercase;font-weight:600}
.why-tile--solid{top:3%;right:4%;background:var(--green-300);color:#12240f}
.why-tile--solid span{color:#1b3b2e}
.why-tile--outline{bottom:6%;left:0;background:#fff;border:1.5px solid var(--green-500);color:var(--green-700)}
.why-tile--outline span{color:#4d5a4f}
.why-chip{position:absolute;left:4%;top:22%;z-index:3;background:#16341F;color:#fff;border-radius:14px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.15rem;box-shadow:0 16px 34px rgba(20,40,25,.22)}
.why-chip b{font-family:var(--font-display);font-size:1.7rem;color:var(--green-300);line-height:1}
.why-chip span{font-size:.66rem;color:#b6c4b6;line-height:1.2;text-transform:uppercase;font-weight:600}
@media(max-width:860px){.why-grid{grid-template-columns:1fr}.why-visual{margin-top:1.5rem;max-width:340px}}

/* ---- Dock active + eyebrow badge → leaf (was gold) ---- */
.dock-btn.active{color:#fff!important;background:rgba(139,193,82,.18)!important;border-color:rgba(139,193,82,.5)!important;box-shadow:0 2px 12px rgba(139,193,82,.18)!important}
/* (old eyebrow glow blocks removed — see v3.7 below for the single source of truth) */

.why-tile--solid b{font-size:1.5rem;letter-spacing:-.01em}
.why-tile--solid b .pl{font-size:1.1rem;vertical-align:top}

/* ==== v3 feedback round ==== */
/* Available Now tag: white + readable */
.pcard .avail-tag{background:#fff!important;color:#1B3B2E!important;border:1px solid rgba(60,122,78,.4)!important;box-shadow:0 2px 8px rgba(20,40,25,.12)!important;font-size:.6rem!important;letter-spacing:.05em!important;font-weight:800!important}

/* Industries bento */
.ind-bento{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.4rem}
.ibx{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:1.4rem;background:#fff;border:1px solid #e6e0d2;border-radius:18px;padding:1.5rem;min-height:158px;box-shadow:0 12px 34px rgba(20,40,25,.06);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;overflow:hidden}
.ibx:hover{transform:translateY(-4px);border-color:#8BC152;box-shadow:0 20px 46px rgba(20,40,25,.12)}
.ibx-ico{width:48px;height:48px;border-radius:13px;background:#eef4e6;display:grid;place-items:center;color:#3C7A4E;flex:none}
.ibx-ico svg{width:24px;height:24px;stroke:currentColor;fill:none;stroke-width:1.6}
.ibx h3{font-family:var(--font-display);font-size:1.12rem;color:#16241B;margin-bottom:.25rem;letter-spacing:-.01em}
.ibx p{font-size:.85rem;color:#4d5a4f;line-height:1.5}
.ibx-ar{position:absolute;top:1.5rem;right:1.5rem;color:#8BC152;font-size:1.15rem;opacity:0;transform:translateX(-6px);transition:.25s}
.ibx:hover .ibx-ar{opacity:1;transform:none}
.ibx--feat{grid-column:span 2;grid-row:span 2;background:linear-gradient(150deg,#1B3B2E,#0E2416);border-color:transparent;justify-content:flex-end;padding:1.9rem}
.ibx--feat .ibx-ico{background:rgba(139,193,82,.16);color:#8BC152;width:56px;height:56px}
.ibx--feat .ibx-ico svg{width:28px;height:28px}
.ibx--feat h3{color:#fff;font-size:1.9rem}
.ibx--feat p{color:#b6c4b6;font-size:.98rem;max-width:36ch;line-height:1.6}
.ibx--feat .ibx-ar{color:#8BC152}
.ibx--cta{background:#eef4e6;border:1.5px dashed #8BC152;justify-content:flex-end}
.ibx--cta h3{color:#1B3B2E}.ibx--cta p{color:#3C7A4E}
.ibx-cta-ar{color:#3C7A4E;font-weight:700;font-size:.9rem}
@media(max-width:900px){.ind-bento{grid-template-columns:repeat(2,1fr)}.ibx--feat{grid-column:span 2;grid-row:span 1;min-height:180px}}
@media(max-width:560px){.ind-bento{grid-template-columns:1fr}.ibx--feat{grid-column:span 1}}

/* Clients: padding + seamless continuous loop (3 copies) */
.clients{padding-block:clamp(3.5rem,6vw,5.5rem)!important}
.clients-track{animation:komScroll 44s linear infinite!important;width:max-content!important}
.clients:hover .clients-track{animation-play-state:paused}
@keyframes komScroll{from{transform:translateX(0)}to{transform:translateX(-33.3333%)}}

/* Private Label: 3 feature chips per row */
.private-label-banner .plb-features{grid-template-columns:repeat(3,1fr)!important}
@media(max-width:640px){.private-label-banner .plb-features{grid-template-columns:1fr 1fr!important}}

/* Hero eyebrow glow: more evident */
/* (strong komEyebrow block removed) */

/* Coming-soon items in Products dropdown */
.dropdown-soon li{display:flex;align-items:center;gap:.45rem}
.dropdown-soon .d-name{opacity:.5}
.d-soon{font-size:.56rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8BC152;background:rgba(139,193,82,.16);border-radius:999px;padding:1px 6px}

/* ==== v3.3: visible pulsing glow + WhatsApp FAB ==== */
/* ==== v3.7: single moderate pulsing eyebrow glow (only source of truth) ==== */
.eyebrow.eyebrow--badge{border:1px solid rgba(139,193,82,.4);background:linear-gradient(180deg,rgba(139,193,82,.15),rgba(139,193,82,.05))!important;color:#a7d977!important;box-shadow:0 0 10px rgba(139,193,82,.24);animation:komPulse 2.6s ease-in-out infinite!important}
.eyebrow.eyebrow--badge::before{background:#8BC152!important;box-shadow:0 0 8px 1px rgba(139,193,82,.7)!important}
.eyebrow.eyebrow--badge strong{color:#c3e894!important}
@keyframes komPulse{0%,100%{box-shadow:0 0 8px rgba(139,193,82,.2);border-color:rgba(139,193,82,.34)}50%{box-shadow:0 0 18px 2px rgba(139,193,82,.4);border-color:rgba(139,193,82,.52)}}
/* reduced-motion users: hold a moderate static glow, never the old strong one */
@media (prefers-reduced-motion: reduce){
  .eyebrow.eyebrow--badge{animation:none!important;box-shadow:0 0 13px rgba(139,193,82,.3)!important}
}
.inquiry-fab.wa-fab{background:#25D366!important;color:#fff!important}
.inquiry-fab.wa-fab:hover{background:#1fb457!important}

/* v3.2: Products dropdown -> 4 product boxes + CTA */
.dropdown-prodwrap{display:flex;gap:var(--space-5);align-items:stretch}
.dropdown-prodgrid{display:grid;grid-template-columns:repeat(4,138px);gap:var(--space-3)}
.dd-prod{display:flex;flex-direction:column;gap:.55rem;padding:.7rem;border-radius:var(--radius-lg);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);transition:background var(--t-fast),border-color var(--t-fast),transform var(--t-fast)}
.dd-prod:hover{background:rgba(139,193,82,.1);border-color:rgba(139,193,82,.4);transform:translateY(-2px)}
.dd-prod-media{display:flex;align-items:center;justify-content:center;height:74px;border-radius:var(--radius-md);background:var(--cream-100);overflow:hidden}
.dd-prod-media img{max-width:88%;max-height:88%;object-fit:contain}
.dd-prod-name{font-size:var(--text-sm);font-weight:600;color:var(--cream-100);text-align:center}
.dropdown-prodwrap .dropdown-cta-card{width:190px;flex:0 0 190px;justify-content:center}
@media (max-width:1080px){
  .dropdown-prodgrid{grid-template-columns:repeat(2,138px)}
  .dropdown-prodwrap{flex-wrap:wrap}
  .dropdown-prodwrap .dropdown-cta-card{width:100%;flex:1 1 100%}
}

/* ==== v3.4: unify process bg, footer width, merged CTA chips, restaurants tile bg ==== */
/* Process section: single unified background (was a two-tone gradient) */
.section--processband{background:var(--green-900)!important}
.process-bg{background:radial-gradient(ellipse 75% 55% at 50% -5%,rgba(60,122,78,.14) 0%,transparent 62%)!important}

/* Footer: widen brand column to fill dead space */
@media(min-width:901px){
  .footer-grid{grid-template-columns:2.7fr 1fr 1fr 1fr!important}
  .footer-brand > p{max-width:440px!important}
}
.footer-legal a{color:#8BC152!important;text-decoration:none}
.footer-legal a:hover{text-decoration:underline}

/* Merged CTA: feature chips 3 per row, centered + green */
.final-cta-section .plb-features{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;max-width:620px;margin:1.6rem auto .4rem;justify-content:center}
.final-cta-section .plb-feat{background:rgba(255,255,255,.07)!important;border:1px solid rgba(139,193,82,.32)!important;color:#eef4e6!important;justify-content:center;text-align:center}
@media(max-width:640px){.final-cta-section .plb-features{grid-template-columns:1fr 1fr}}

/* Restaurants feature tile: layered background instead of flat block */
.ibx--feat{background:
  radial-gradient(120% 90% at 100% 0%, rgba(139,193,82,.22) 0%, transparent 55%),
  radial-gradient(90% 70% at 0% 100%, rgba(60,122,78,.30) 0%, transparent 60%),
  linear-gradient(150deg,#1B3B2E,#0E2416)!important}
.ibx--feat::after{content:"";position:absolute;right:-40px;bottom:-40px;width:230px;height:230px;
  background:url("/images/profile/mark_cream.png") center/contain no-repeat;opacity:.06;pointer-events:none}
.ibx--feat::before{content:"";position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:34px 34px;mask-image:radial-gradient(80% 70% at 70% 30%,#000,transparent 75%);-webkit-mask-image:radial-gradient(80% 70% at 70% 30%,#000,transparent 75%);pointer-events:none}
.ibx--feat .ibx-ico,.ibx--feat .ibx-t,.ibx--feat .ibx-ar{position:relative;z-index:1}

/* v3.7: road restored (green strip); the 2nd-background issue was the dusk overlay, now off */
.proc-road-surface{background:linear-gradient(180deg,#12291c,#0b1c11)!important;border:1px solid rgba(139,193,82,.12)!important}
.proc-road-line{opacity:1}

/* v3.6: kill the dusk overlay that darkened the truck/scene area (was a 2nd background) */
.proc-dusk{display:none!important}
.section--processband.dusking .proc-dusk{opacity:0!important}

/* v3.8: CTA heading -> exactly two lines ("Need Something Specific?" unbroken) */
.final-cta-section .fcs-inner{max-width:820px!important}
.final-cta-section #final-cta-heading{font-size:clamp(2rem,4.8vw,2.9rem)!important;white-space:nowrap;line-height:1.1!important}
@media(max-width:560px){
  .final-cta-section #final-cta-heading{white-space:normal;font-size:clamp(1.6rem,7.5vw,2.3rem)!important}
}

/* v3.9: prevent any horizontal overflow / black gutter on mobile */
html,body{max-width:100%;overflow-x:hidden}
@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:var(--space-8)!important}
  .footer-brand{grid-column:1 / -1!important}
  .footer-brand > p{max-width:100%!important}
}
@media(max-width:520px){
  .footer-grid{grid-template-columns:1fr!important}
}

/* v4.0: mobile — hide coming-soon products in "Supplying Today" grid */
@media(max-width:767px){
  #products .pcard--soon{display:none!important}
}

/* ============================================================
   v4.1: PRODUCT PAGES (.product-page) — hero + brighter sections
   ============================================================ */
/* Hero: full-height, vertically centered, larger rings + cut */
.page-hero--product{min-height:100vh;align-items:center;padding-top:calc(var(--header-h) + 1.5rem);padding-bottom:2.5rem}
.page-hero--product .page-hero-visual{width:min(500px,46vw)}
.page-hero--product .ph-core.is-cutout{inset:11%}
.page-hero--product .ph-core.is-cutout img{transform:scale(1.16);filter:drop-shadow(0 26px 46px rgba(0,0,0,.5))}
/* Hero background + rings recolored to leaf/forest */
.page-hero--product .page-hero-bg-gradient{background:radial-gradient(ellipse 66% 62% at 72% 46%,rgba(60,122,78,.22),transparent 64%),linear-gradient(180deg,#0E2416,#08160d)!important}
.page-hero .ph-orbit{border-color:rgba(139,193,82,.12)!important}
.page-hero .ph-orbit--mid{border-color:rgba(139,193,82,.18)!important}
.page-hero .ph-orbit-dot{background:#8BC152!important;box-shadow:0 0 12px 3px rgba(139,193,82,.55)!important}
.page-hero .ph-glow{background:radial-gradient(circle,rgba(60,122,78,.4),transparent 68%)!important}
.page-hero-breadcrumb .bc-current{color:var(--green-300)!important}
.page-hero-breadcrumb a:hover{color:var(--green-300)!important}

/* Feature chips under intro copy */
.feature-chips{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.6rem}

/* Intro product image: branded cut showcase */
.img-block--product{background:radial-gradient(circle at 50% 42%,#1e492f,#0E2416)!important;display:flex;align-items:center;justify-content:center;padding:2rem}
.img-block--product img{width:auto!important;height:auto!important;max-width:88%;max-height:90%;object-fit:contain!important;filter:drop-shadow(0 24px 42px rgba(0,0,0,.5))}
.img-block--product .img-block-overlay{display:none}

/* FAQ chevron → green */
.product-page .faq-item.open .faq-chevron{background:rgba(139,193,82,.16)!important}

/* Brighter (cream) surface sections, matching the homepage content bands */
.product-page .section--surface{
  background:#FBFAF5!important;
  background-image:radial-gradient(ellipse 72% 46% at 50% 0%,rgba(60,122,78,.05),transparent 62%)!important;
  position:relative;
}
.product-page .section--surface .eyebrow{color:var(--green-600)!important}
.product-page .section--surface .section-title{color:#16241B!important}
.product-page .section--surface .section-desc{color:#4d5a4f!important}
.product-page .section--surface .spec-table th{color:#16241B!important}
.product-page .section--surface .spec-table td{color:#4d5a4f!important}
.product-page .section--surface .spec-table tr{border-color:rgba(20,40,25,.1)!important}
/* Tag chips on cream */
.product-page .section--surface .tag-green{background:rgba(60,122,78,.12)!important;color:var(--green-700)!important;border:1px solid rgba(60,122,78,.28)!important}

/* v4.2: retire residual gold on .tag-gold (Halal tags) site-wide -> leaf green */
.tag-gold{background:rgba(139,193,82,.16)!important;color:#8BC152!important;border:1px solid rgba(139,193,82,.32)!important}
.product-page .section--surface .tag-gold{background:rgba(60,122,78,.12)!important;color:var(--green-700)!important;border:1px solid rgba(60,122,78,.28)!important}

/* v4.3: image-based cut catalogue (product pages) */
.cut-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;margin-top:2.4rem}
.cut-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e6e0d2;border-radius:16px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.18);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s;text-decoration:none}
.cut-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(0,0,0,.3)}
.cut-media{aspect-ratio:1/1;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cut-media img{width:100%;height:100%;object-fit:cover;display:block}
.cut-body{padding:.95rem 1.05rem 1.15rem}
.cut-name{font-family:var(--font-display);font-size:1.02rem;font-weight:700;color:#16241B;margin-bottom:.55rem;letter-spacing:-.01em;line-height:1.15}
.cut-tags{display:flex;flex-wrap:wrap;gap:.35rem}
.cut-card .tag{font-size:.6rem;padding:.2rem .5rem}
.cut-card .tag-green{background:rgba(60,122,78,.1)!important;color:var(--green-700)!important;border:1px solid rgba(60,122,78,.28)!important}
.cut-card .tag-gold{background:rgba(139,193,82,.15)!important;color:#357a49!important;border:1px solid rgba(139,193,82,.32)!important}
.cut-card .tag-light{background:rgba(20,40,25,.06)!important;color:#4d5a4f!important;border:1px solid rgba(20,40,25,.14)!important}
.cut-note{max-width:760px;margin:2rem auto 0;text-align:center;font-size:.9rem;line-height:1.65;color:rgba(255,255,255,.5)}
@media(max-width:900px){.cut-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.cut-grid{grid-template-columns:1fr 1fr;gap:.7rem}.cut-name{font-size:.9rem}}

/* v4.4: 3-up cut grid variant (eggs) */
.cut-grid--3{grid-template-columns:repeat(3,1fr)}
@media(max-width:900px){.cut-grid--3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.cut-grid--3{grid-template-columns:1fr 1fr}}

/* v4.5: industry pages — category card recolor + photo intro block */
.industry-page .pl-card-cat{color:var(--green-300)!important}
.industry-page .pl-card-arrow{color:var(--green-300)!important}
.img-block--photo{background:#0E2416}
.img-block--photo img{object-fit:cover;width:100%;height:100%}

/* v4.6: industry "Built for [Industry]" value grid */
.val-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:2.4rem}
.val-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.7rem;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s,background .25s}
.val-card:hover{transform:translateY(-3px);border-color:rgba(139,193,82,.32);background:rgba(139,193,82,.06)}
.val-ico{width:48px;height:48px;border-radius:13px;background:rgba(139,193,82,.14);color:#8BC152;display:flex;align-items:center;justify-content:center;margin-bottom:1.1rem}
.val-ico svg{width:24px;height:24px}
.val-card h3{font-family:var(--font-display);font-size:1.12rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:-.01em}
.val-card p{font-size:.9rem;color:rgba(255,255,255,.62);line-height:1.62}
.cut-note a{color:#8BC152;text-decoration:none;font-weight:600}
.cut-note a:hover{text-decoration:underline}
@media(max-width:900px){.val-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.val-grid{grid-template-columns:1fr}}

/* v4.7: industry value section -> bright editorial index list */
.val-section{border-top:1px solid rgba(20,40,25,.08)}
.val-split{display:grid;grid-template-columns:0.9fr 1.1fr;gap:3.4rem;align-items:start}
.val-intro .section-title{margin-bottom:1rem}
.val-intro .section-desc{max-width:340px}
.val-browse{display:inline-block;margin-top:1.3rem;color:var(--green-600)!important;font-weight:600;text-decoration:none;font-size:.95rem}
.val-browse:hover{text-decoration:underline}
.val-list{display:flex;flex-direction:column}
.val-row{display:grid;grid-template-columns:2.4rem 1fr;gap:1.3rem;padding:1.5rem 0;border-top:1px solid rgba(20,40,25,.1);transition:padding-left .2s}
.val-row:first-child{border-top:none;padding-top:.2rem}
.val-row:hover{padding-left:.4rem}
.val-num{font-family:var(--font-mono,monospace);font-size:.82rem;font-weight:600;color:var(--green-500);letter-spacing:.06em;padding-top:.28rem}
.val-txt h3{font-family:var(--font-display);font-size:1.16rem;font-weight:700;color:#16241B;margin-bottom:.35rem;letter-spacing:-.01em}
.val-txt p{font-size:.92rem;color:#4d5a4f;line-height:1.62}
@media(max-width:860px){.val-split{grid-template-columns:1fr;gap:2rem}.val-intro .section-desc{max-width:none}}

/* v4.8: industry "Built for [Industry]" -> asymmetric bento (cream surface) */
.built-bento{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  grid-auto-rows:1fr;
  gap:1.1rem;
  margin-top:.5rem;
}
/* Dark brand feature panel, spans 2x2 top-left */
.bb-feature{
  grid-column:1 / 3;
  grid-row:1 / 3;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:2.6rem;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(155deg,#16321F 0%,#0E2416 62%,#0B1D12 100%);
  border:1px solid rgba(139,193,82,.18);
  box-shadow:0 24px 60px rgba(11,29,18,.28);
}
.bb-feature::before{
  content:"";position:absolute;top:-30%;right:-24%;
  width:78%;height:78%;
  background:radial-gradient(circle,rgba(139,193,82,.34),transparent 68%);
  filter:blur(6px);pointer-events:none;
}
.bb-feature::after{
  content:"";position:absolute;inset:0;
  background:url(/images/mark_cream.png) no-repeat;
  background-position:right -34px top -30px;
  background-size:210px;
  opacity:.06;pointer-events:none;
}
.bb-feature .eyebrow{color:#9BD05E!important;margin-bottom:auto}
.bb-feature h3{
  font-family:var(--font-display);
  font-size:1.85rem;line-height:1.12;font-weight:800;
  letter-spacing:-.02em;color:#fff;
  margin:1.6rem 0 .8rem;position:relative;
}
.bb-feature p{
  font-size:.98rem;line-height:1.6;color:rgba(255,255,255,.7);
  max-width:34ch;position:relative;margin-bottom:1.5rem;
}
.bb-browse{
  display:inline-flex;align-items:center;gap:.4rem;
  color:#9BD05E;font-weight:600;font-size:.95rem;
  text-decoration:none;position:relative;
  transition:gap .2s;
}
.bb-browse:hover{gap:.7rem;text-decoration:underline}
/* White value cards on cream */
.bb-card{
  position:relative;
  display:flex;flex-direction:column;
  padding:1.6rem 1.5rem;
  background:#fff;
  border:1px solid #ece6d8;
  border-radius:18px;
  box-shadow:0 14px 34px rgba(20,40,25,.09);
  transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s;
}
.bb-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 50px rgba(20,40,25,.16);
  border-color:rgba(60,122,78,.3);
}
.bb-num{
  font-family:var(--font-mono,monospace);
  font-size:.74rem;font-weight:700;letter-spacing:.12em;
  color:var(--green-500);
  margin-bottom:.9rem;
}
.bb-card h4{
  font-family:var(--font-display);
  font-size:1.14rem;font-weight:700;letter-spacing:-.01em;
  color:#16241B;margin-bottom:.45rem;line-height:1.18;
}
.bb-card p{
  font-size:.9rem;line-height:1.6;color:#4d5a4f;margin:0;
}
.bb-wide{grid-column:span 2}
@media(max-width:900px){
  .built-bento{grid-template-columns:repeat(2,1fr)}
  .bb-feature{grid-column:1 / 3;grid-row:auto;padding:2.2rem}
  .bb-feature h3{font-size:1.6rem}
  .bb-wide{grid-column:span 2}
}
@media(max-width:560px){
  .built-bento{grid-template-columns:1fr}
  .bb-feature,.bb-wide{grid-column:1 / -1}
}

/* v4.9: products hub — two-tier catalogue, process, stats band */
.cat-tier{display:flex;align-items:center;gap:.9rem;margin:2.6rem 0 1.4rem}
.cat-tier:first-of-type{margin-top:2.2rem}
.cat-tier .cat-tier-label{font-family:var(--font-mono,monospace);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--green-600);white-space:nowrap}
.cat-tier .cat-tier-line{flex:1;height:1px;background:linear-gradient(90deg,rgba(60,122,78,.34),rgba(60,122,78,0))}
.cat-tier .cat-tier-count{font-size:.72rem;letter-spacing:.1em;color:#8a968c;font-weight:600}
/* available cards get a subtle view cue */
.cut-card .cut-cue{margin-top:.7rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:var(--green-600);display:flex;align-items:center;gap:.35rem}
.cut-card:hover .cut-cue{gap:.6rem}
/* coming-soon cards: muted, non-interactive */
.cut-card.is-soon{cursor:default;box-shadow:0 8px 22px rgba(20,40,25,.06);opacity:.92}
.cut-card.is-soon:hover{transform:none;box-shadow:0 8px 22px rgba(20,40,25,.06);border-color:#e6e0d2}
.cut-card.is-soon .cut-media{position:relative}
.cut-card.is-soon .cut-media img{filter:grayscale(.55) contrast(.96);opacity:.9}
.cut-soon-badge{position:absolute;top:.6rem;left:.6rem;z-index:2;background:rgba(20,40,25,.78);color:#d7e4d2;font-size:.58rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.28rem .5rem;border-radius:7px;backdrop-filter:blur(2px)}
.cut-card.is-soon .cut-name{color:#4a564c}
/* 5-step process on dark */
.proc-list{display:grid;grid-template-columns:repeat(5,1fr);gap:1.1rem;margin-top:2.6rem;counter-reset:proc}
.proc-item{position:relative;padding:1.6rem 1.3rem;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:16px;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s,background .25s}
.proc-item:hover{transform:translateY(-4px);border-color:rgba(139,193,82,.32);background:rgba(139,193,82,.06)}
.proc-step{font-family:var(--font-mono,monospace);font-size:.68rem;font-weight:700;letter-spacing:.14em;color:#8BC152;margin-bottom:.9rem}
.proc-item h4{font-family:var(--font-display);font-size:1.12rem;font-weight:700;letter-spacing:-.01em;color:#fff;margin-bottom:.5rem}
.proc-item p{font-size:.86rem;line-height:1.58;color:rgba(255,255,255,.6);margin:0}
.proc-item::after{content:"";position:absolute;top:50%;right:-.75rem;width:.7rem;height:1px;background:rgba(139,193,82,.4)}
.proc-item:last-child::after{display:none}
@media(max-width:1000px){.proc-list{grid-template-columns:repeat(2,1fr)}.proc-item::after{display:none}}
@media(max-width:520px){.proc-list{grid-template-columns:1fr}}
/* stats band on cream */
.stat-band{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:0;margin-top:1.5rem;border:1px solid rgba(20,40,25,.1);border-radius:18px;overflow:hidden;background:#fff}
.sb-item{flex:1 1 0;min-width:150px;padding:1.9rem 1.4rem;text-align:center;border-right:1px solid rgba(20,40,25,.09)}
.sb-item:last-child{border-right:none}
.sb-num{display:block;font-family:var(--font-display);font-size:1.9rem;font-weight:800;letter-spacing:-.02em;color:#16241B;line-height:1}
.sb-label{display:block;margin-top:.5rem;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green-600)}
@media(max-width:640px){.sb-item{flex-basis:50%;border-bottom:1px solid rgba(20,40,25,.09)}.sb-item:nth-child(2){border-right:none}}

/* v5.0: homepage pcards + coming-soon on light product-page catalogue */
.product-page .pcard{background:#fff!important;border:1px solid #e8e0cf!important;box-shadow:0 14px 34px rgba(20,40,25,.09)}
.product-page .pcard:hover{background:#fff!important;border-color:rgba(60,122,78,.32)!important;box-shadow:0 24px 50px rgba(20,40,25,.16);transform:translateY(-5px)}
.product-page .pcard-body h3{color:#16241B!important}
.product-page .pcard-body p{color:#4d5a4f!important}
.product-page .pcard-arrow{color:var(--green-600)!important}
.product-page .pcard-media img{filter:drop-shadow(0 12px 20px rgba(20,40,25,.20))}
.product-page .pcard-glow{opacity:.42}
/* coming-soon: muted, non-navigating */
.product-page .pcard--soon{cursor:default}
.product-page .pcard--soon:hover{transform:none;box-shadow:0 14px 34px rgba(20,40,25,.09);border-color:#e8e0cf!important;background:#fff!important}
.product-page .pcard--soon .pcard-media img{filter:grayscale(.55) opacity(.9) drop-shadow(0 10px 16px rgba(20,40,25,.14))!important}
.product-page .pcard--soon:hover .pcard-media img{transform:none}
.product-page .pcard--soon .pcard-body h3{color:#4a564c!important}

/* v5.1: sourcing-logistics — origins in one row + logistics capabilities */
.origin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.1rem;margin-top:2.4rem}
.origin-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #ece6d8;border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(20,40,25,.09);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s}
.origin-card:hover{transform:translateY(-4px);box-shadow:0 24px 50px rgba(20,40,25,.16);border-color:rgba(60,122,78,.3)}
.origin-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#0E2416}
.origin-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.origin-card:hover .origin-media img{transform:scale(1.05)}
.origin-media img.origin-flag{position:absolute;inset:auto auto .7rem .7rem;width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 3px 12px rgba(0,0,0,.5);border:2px solid rgba(255,255,255,.95);transform:none!important}
.origin-body{padding:1.1rem 1.25rem 1.35rem;display:flex;flex-direction:column;flex:1}
.origin-body .eyebrow{margin-bottom:.45rem}
.origin-body h3{font-family:var(--font-display);font-size:1.28rem;font-weight:800;letter-spacing:-.01em;color:#16241B;margin-bottom:.5rem;line-height:1.1}
.origin-body p{font-size:.85rem;line-height:1.55;color:#4d5a4f;margin-bottom:.95rem;flex:1}
.origin-tags{display:flex;flex-wrap:wrap;gap:.35rem}
.origin-card .tag{font-size:.62rem;padding:.24rem .55rem}
@media(max-width:1000px){.origin-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.origin-grid{grid-template-columns:1fr}}
/* logistics capabilities: 4-across dark icon cards (reuses .val-card) */
.val-grid--4{grid-template-columns:repeat(4,1fr)}
@media(max-width:1000px){.val-grid--4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.val-grid--4{grid-template-columns:1fr}}

/* v5.1a: origin-card light tags readable on cream */
.origin-card .tag-light{background:rgba(20,40,25,.06)!important;color:#4d5a4f!important;border:1px solid rgba(20,40,25,.14)!important}
.origin-card .tag-green{background:rgba(60,122,78,.12)!important;color:var(--green-700)!important;border:1px solid rgba(60,122,78,.28)!important}

/* v5.1c: origin-card readable text/tags on green hover */
.origin-card:hover .origin-body h3{color:#fff!important}
.origin-card:hover .origin-body p{color:rgba(255,255,255,.82)!important}
.origin-card:hover .origin-body .eyebrow{color:#bfe3a8!important}
.origin-card:hover .tag-light{background:rgba(255,255,255,.14)!important;color:#fff!important;border-color:rgba(255,255,255,.28)!important}
.origin-card:hover .tag-green{background:rgba(255,255,255,.2)!important;color:#fff!important;border-color:rgba(255,255,255,.32)!important}

/* v5.2: quality-compliance — documentation cards */
.doc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.4rem}
.doc-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #ece6d8;border-radius:14px;padding:1.1rem 1.25rem;box-shadow:0 10px 26px rgba(20,40,25,.07);transition:transform .2s cubic-bezier(.16,1,.3,1),box-shadow .2s,border-color .2s}
.doc-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(20,40,25,.13);border-color:rgba(60,122,78,.3)}
.doc-ico{flex:none;width:44px;height:44px;border-radius:12px;background:rgba(60,122,78,.1);color:var(--green-600);display:flex;align-items:center;justify-content:center}
.doc-ico svg{width:22px;height:22px}
.doc-body h3{font-family:var(--font-display);font-size:1.04rem;font-weight:700;color:#16241B;margin:0 0 .22rem;letter-spacing:-.01em;line-height:1.1}
.doc-status{font-family:var(--font-mono,monospace);font-size:.62rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green-600)}
@media(max-width:820px){.doc-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.doc-grid{grid-template-columns:1fr}}

/* ============================================================
   v5.3: QUALITY & COMPLIANCE — bespoke premium treatment
   ============================================================ */
/* Hero */
.qhero{position:relative;overflow:hidden;background:#0B1D12;min-height:100vh;display:flex;align-items:center;padding:calc(var(--header-h,72px) + 40px) 0 56px;isolation:isolate}
.qhero>.container{width:100%}
.qhero::before{content:"";position:absolute;inset:0;background:
  radial-gradient(ellipse 60% 55% at 82% 30%,rgba(60,122,78,.28),transparent 62%),
  radial-gradient(ellipse 70% 60% at 10% 90%,rgba(11,29,18,.6),transparent 60%);z-index:-1}
.qhero::after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 70% at 50% 30%,#000,transparent 75%);z-index:-1;opacity:.6}
.qhero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:3.4rem;align-items:center}
.qhero-content .page-hero-breadcrumb{margin-bottom:1.4rem}
.qhero-title{font-family:var(--font-display);font-weight:800;letter-spacing:-.025em;line-height:1.02;color:#fff;font-size:clamp(2.7rem,4.8vw,4.3rem);margin:.6rem 0 1.2rem}
.qhero-title em{font-style:normal;color:var(--green-300)}
.qhero-lede{font-size:1.06rem;line-height:1.6;color:rgba(255,255,255,.72);max-width:33em;margin-bottom:1.5rem}
.qhero-proof{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem .9rem;margin-bottom:2rem;font-size:.82rem;color:rgba(255,255,255,.66)}
.qhero-proof .qp{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}
.qhero-proof .qp svg{width:15px;height:15px;color:var(--green-300)}
.qhero-proof .qp-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.28)}
.qhero-visual{position:relative;display:flex;align-items:center;justify-content:center}
.qemblem{position:relative;width:100%;max-width:430px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}
.qem-glow{position:absolute;inset:10%;border-radius:50%;background:radial-gradient(circle,rgba(139,193,82,.25),transparent 66%);filter:blur(12px);z-index:0}
.qemblem svg{position:relative;z-index:1;width:100%;height:100%;overflow:visible}
.qem-spin{transform-origin:200px 200px;animation:qspin 34s linear infinite;will-change:transform;backface-visibility:hidden}
@keyframes qspin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.qem-spin{animation:none}}
.qem-chip{position:absolute;z-index:2;font-family:var(--font-mono,monospace);font-size:.6rem;font-weight:700;letter-spacing:.1em;color:#dcefc9;background:rgba(11,29,18,.78);border:1px solid rgba(139,193,82,.45);border-radius:999px;padding:.32rem .62rem;box-shadow:0 8px 18px rgba(0,0,0,.4);backdrop-filter:blur(3px);white-space:nowrap}
.qem-chip.c1{top:8%;right:2%}
.qem-chip.c2{top:44%;left:-4%}
.qem-chip.c3{bottom:8%;right:8%}
@media(max-width:900px){.qhero-visual{max-width:360px;margin:0 auto}}
/* Manifesto band (cream) */
.qmani{text-align:center}
.qmani .eyebrow{justify-content:center}
.qmani h2{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em;color:#16241B;font-size:clamp(1.9rem,3.3vw,2.9rem);line-height:1.12;max-width:34ch;margin:.7rem auto 1.1rem}
.qmani h2 em{font-style:normal;color:var(--green-600)}
.qmani p{font-size:1.04rem;line-height:1.7;color:#4d5a4f;max-width:60ch;margin:0 auto}
.qproof-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2.8rem;text-align:left}
.qproof-card{background:#fff;border:1px solid #ece6d8;border-radius:16px;padding:1.5rem 1.4rem;box-shadow:0 12px 30px rgba(20,40,25,.07)}
.qproof-card .qpi{width:40px;height:40px;border-radius:11px;background:rgba(60,122,78,.1);color:var(--green-600);display:flex;align-items:center;justify-content:center;margin-bottom:.9rem}
.qproof-card .qpi svg{width:21px;height:21px}
.qproof-card h3{font-family:var(--font-display);font-size:1rem;font-weight:700;color:#16241B;margin-bottom:.3rem;letter-spacing:-.01em}
.qproof-card p{font-size:.83rem;line-height:1.5;color:#4d5a4f;margin:0}
@media(max-width:820px){.qproof-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:520px){.qproof-row{grid-template-columns:1fr}}

/* The Quality Gauntlet (dark) */
.qgauntlet-lead{max-width:44ch}
.qgates{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;margin-top:2.8rem;counter-reset:gate}
.qgate{position:relative;display:flex;flex-direction:column;padding:1.6rem 1.35rem 1.5rem;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.09);border-radius:18px;overflow:hidden;transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s,background .25s}
.qgate:hover{transform:translateY(-5px);border-color:rgba(139,193,82,.35);background:linear-gradient(180deg,rgba(139,193,82,.08),rgba(255,255,255,.02))}
.qgate-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem}
.qgate-num{font-family:var(--font-display);font-size:2.1rem;font-weight:800;line-height:1;color:transparent;-webkit-text-stroke:1.3px rgba(139,193,82,.55);letter-spacing:-.02em}
.qgate-stamp{display:inline-flex;align-items:center;gap:3px;transform:rotate(-7deg);font-family:var(--font-mono,monospace);font-size:.52rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#8BC152;border:1.4px solid rgba(139,193,82,.5);border-radius:6px;padding:2px 6px}
.qgate-stamp svg{width:11px;height:11px}
.qgate-ico{width:44px;height:44px;border-radius:12px;background:rgba(139,193,82,.13);color:#8BC152;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.qgate-ico svg{width:22px;height:22px}
.qgate h3{font-family:var(--font-display);font-size:1.08rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin-bottom:.5rem;line-height:1.15}
.qgate p{font-size:.85rem;line-height:1.55;color:rgba(255,255,255,.6);margin:0}
.qgate-final{border-color:rgba(139,193,82,.4);background:linear-gradient(180deg,rgba(139,193,82,.12),rgba(139,193,82,.03))}
@media(max-width:1080px){.qgates{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.qgates{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.qgates{grid-template-columns:1fr}}
.qgate-note{margin-top:2rem;text-align:center;font-size:.92rem;color:rgba(255,255,255,.5)}
.qgate-note b{color:#8BC152;font-weight:700}

/* Certified at the Source (cream) */
.qcert-groups{display:grid;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:2.6rem}
.qcert-group{background:#fff;border:1px solid #ece6d8;border-radius:18px;padding:1.6rem 1.5rem;box-shadow:0 12px 30px rgba(20,40,25,.07)}
.qcert-group .qcg-label{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono,monospace);font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green-600);margin-bottom:1rem}
.qcert-group .qcg-label svg{width:16px;height:16px}
.qbadges{display:flex;flex-wrap:wrap;gap:.5rem}
.qbadge{font-family:var(--font-display);font-size:.82rem;font-weight:700;letter-spacing:-.01em;color:#16241B;background:rgba(60,122,78,.08);border:1px solid rgba(60,122,78,.2);border-radius:9px;padding:.42rem .7rem}
.qcert-foot{margin-top:1.8rem;text-align:center;font-size:.86rem;color:#6a7670;max-width:70ch;margin-left:auto;margin-right:auto}
@media(max-width:820px){.qcert-groups{grid-template-columns:1fr}}

/* Closing promise */
.qpromise{position:relative;text-align:center;padding:3.4rem 2rem;border-radius:24px;background:linear-gradient(150deg,#16321F,#0B1D12);border:1px solid rgba(139,193,82,.22);overflow:hidden}
.qpromise::before{content:"";position:absolute;top:-40%;right:-10%;width:60%;height:120%;background:radial-gradient(circle,rgba(139,193,82,.2),transparent 65%);pointer-events:none}
.qpromise h2{font-family:var(--font-display);font-weight:800;letter-spacing:-.02em;color:#fff;font-size:clamp(1.8rem,3.4vw,2.7rem);line-height:1.1;position:relative;margin-bottom:.8rem}
.qpromise h2 em{font-style:normal;color:var(--green-300)}
.qpromise p{font-size:1.02rem;line-height:1.6;color:rgba(255,255,255,.72);max-width:56ch;margin:0 auto 1.6rem;position:relative}

/* v5.4: private-label — bright capabilities bento + buyer roster */
.cap-bento{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:1.1rem;margin-top:.5rem}
.cap-feature{grid-column:1 / 3;grid-row:1 / 3;position:relative;display:flex;flex-direction:column;justify-content:flex-end;padding:2.4rem;border-radius:22px;overflow:hidden;background:linear-gradient(155deg,#ffffff,#f2f7ec);border:1px solid rgba(60,122,78,.22);box-shadow:0 18px 44px rgba(20,40,25,.09)}
.cap-feature::before{content:"";position:absolute;top:-32%;right:-22%;width:74%;height:74%;background:radial-gradient(circle,rgba(60,122,78,.16),transparent 68%);pointer-events:none}
.cap-feature .eyebrow{color:var(--green-600)!important;margin-bottom:auto}
.cap-feature h3{font-family:var(--font-display);font-size:1.9rem;line-height:1.08;font-weight:800;letter-spacing:-.02em;color:#16241B;margin:1.4rem 0 .7rem;position:relative}
.cap-feature p{font-size:.98rem;line-height:1.6;color:#4d5a4f;max-width:32ch;position:relative;margin-bottom:1.3rem}
.cap-browse{display:inline-flex;align-items:center;gap:.4rem;color:var(--green-600);font-weight:600;font-size:.95rem;text-decoration:none;position:relative;transition:gap .2s}
.cap-browse:hover{gap:.7rem;text-decoration:underline}
.cap-card{position:relative;display:flex;flex-direction:column;padding:1.5rem 1.45rem;background:#fff;border:1px solid #ece6d8;border-radius:18px;box-shadow:0 12px 30px rgba(20,40,25,.07);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s,border-color .25s}
.cap-card:hover{transform:translateY(-4px);box-shadow:0 22px 46px rgba(20,40,25,.14);border-color:rgba(60,122,78,.3)}
.cap-ico{width:42px;height:42px;border-radius:12px;background:rgba(60,122,78,.1);color:var(--green-600);display:flex;align-items:center;justify-content:center;margin-bottom:.85rem}
.cap-ico svg{width:22px;height:22px}
.cap-card h4{font-family:var(--font-display);font-size:1.08rem;font-weight:700;letter-spacing:-.01em;color:#16241B;margin-bottom:.4rem;line-height:1.15}
.cap-card p{font-size:.85rem;line-height:1.55;color:#4d5a4f;margin:0}
.cap-wide{grid-column:span 2}
@media(max-width:900px){.cap-bento{grid-template-columns:repeat(2,1fr)}.cap-feature{grid-column:1 / 3;grid-row:auto;padding:2rem}.cap-wide{grid-column:span 2}}
@media(max-width:560px){.cap-bento{grid-template-columns:1fr}.cap-feature,.cap-wide{grid-column:1 / -1}}
/* Built for Buyers — editorial roster */
.buyer-ledger{margin-top:2.4rem;border-top:1px solid rgba(20,40,25,.13)}
.buyer-row{display:grid;grid-template-columns:1fr 1.5fr;gap:1rem 2.5rem;align-items:center;padding:1.7rem 0;border-bottom:1px solid rgba(20,40,25,.13);transition:padding-left .2s}
.buyer-row:hover{padding-left:.5rem}
.buyer-id{display:flex;align-items:center;gap:1rem}
.buyer-ico{flex:none;width:48px;height:48px;border-radius:13px;background:rgba(60,122,78,.1);color:var(--green-600);display:flex;align-items:center;justify-content:center}
.buyer-ico svg{width:24px;height:24px}
.buyer-id h3{font-family:var(--font-display);font-size:1.42rem;font-weight:800;letter-spacing:-.015em;color:#16241B;margin:0;line-height:1.05}
.buyer-row p{font-size:.96rem;line-height:1.6;color:#4d5a4f;margin:0}
@media(max-width:720px){.buyer-row{grid-template-columns:1fr;gap:.6rem;padding:1.4rem 0}}

/* v5.5: private-label — interactive capabilities showcase + buyer tabs */
.product-page .section--surface .tag-light{background:rgba(20,40,25,.06)!important;color:#4d5a4f!important;border:1px solid rgba(20,40,25,.14)!important}
/* Capabilities showcase */
.cap-showcase{display:grid;grid-template-columns:.82fr 1.18fr;gap:1.3rem;margin-top:2.6rem;align-items:stretch}
.cap-list{display:flex;flex-direction:column;gap:.6rem}
.cap-item{display:flex;align-items:center;gap:.85rem;text-align:left;width:100%;padding:1rem 1.1rem;background:#fff;border:1px solid #ece6d8;border-radius:14px;cursor:pointer;transition:border-color .2s,background .2s,transform .2s,color .2s;font-family:var(--font-display);font-size:1.02rem;font-weight:700;letter-spacing:-.01em;color:#16241B;box-shadow:0 6px 18px rgba(20,40,25,.05)}
.cap-item .ci-ico{flex:none;width:36px;height:36px;border-radius:10px;background:rgba(60,122,78,.1);color:var(--green-600);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}
.cap-item .ci-ico svg{width:19px;height:19px}
.cap-item .ci-num{margin-left:auto;font-family:var(--font-mono,monospace);font-size:.72rem;color:#9aa89d;font-weight:600}
.cap-item:hover{border-color:rgba(60,122,78,.3)}
.cap-item.is-active{background:linear-gradient(150deg,#16321F,#0B1D12);border-color:transparent;color:#fff;box-shadow:0 16px 34px rgba(11,29,18,.26);transform:translateX(4px)}
.cap-item.is-active .ci-ico{background:rgba(139,193,82,.2);color:#9BD05E}
.cap-item.is-active .ci-num{color:rgba(255,255,255,.5)}
.cap-stage{position:relative;background:#fff;border:1px solid #ece6d8;border-radius:22px;box-shadow:0 18px 44px rgba(20,40,25,.09);overflow:hidden;min-height:360px}
.cap-stage::before{content:"";position:absolute;top:-30%;right:-18%;width:60%;height:70%;background:radial-gradient(circle,rgba(60,122,78,.1),transparent 66%);pointer-events:none}
.cap-panel{display:none;flex-direction:column;justify-content:center;padding:2.8rem;height:100%;position:relative}
.cap-panel.is-active{display:flex;animation:capfade .35s ease}
@keyframes capfade{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.cap-panel .cp-ico{width:62px;height:62px;border-radius:17px;background:rgba(60,122,78,.1);color:var(--green-600);display:flex;align-items:center;justify-content:center;margin-bottom:1.3rem}
.cap-panel .cp-ico svg{width:31px;height:31px}
.cap-panel .eyebrow{margin-bottom:.55rem}
.cap-panel h3{font-family:var(--font-display);font-size:1.72rem;font-weight:800;letter-spacing:-.02em;color:#16241B;margin-bottom:.8rem;line-height:1.08}
.cap-panel p{font-size:1.02rem;line-height:1.65;color:#4d5a4f;max-width:44ch;margin-bottom:1.35rem}
.cap-panel .cp-tags{display:flex;flex-wrap:wrap;gap:.5rem}
@media(max-width:860px){.cap-showcase{grid-template-columns:1fr}.cap-stage{min-height:0}.cap-panel{padding:2.1rem}.cap-item.is-active{transform:none}}
/* Buyer interactive tabs */
.buyer-tabs{margin-top:2.6rem}
.bt-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:.6rem;margin-bottom:1.1rem}
.bt-tab{display:flex;align-items:center;gap:.6rem;justify-content:center;padding:.95rem .9rem;background:#fff;border:1px solid #ece6d8;border-radius:14px;cursor:pointer;font-family:var(--font-display);font-weight:700;font-size:1rem;letter-spacing:-.01em;color:#16241B;transition:border-color .2s,background .2s,color .2s;box-shadow:0 6px 18px rgba(20,40,25,.05)}
.bt-tab .bt-ico{flex:none;width:32px;height:32px;border-radius:9px;background:rgba(60,122,78,.1);color:var(--green-600);display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}
.bt-tab .bt-ico svg{width:18px;height:18px}
.bt-tab:hover{border-color:rgba(60,122,78,.3)}
.bt-tab.is-active{background:linear-gradient(150deg,#16321F,#0B1D12);border-color:transparent;color:#fff}
.bt-tab.is-active .bt-ico{background:rgba(139,193,82,.2);color:#9BD05E}
.bt-stage{position:relative;background:#fff;border:1px solid #ece6d8;border-radius:22px;box-shadow:0 18px 44px rgba(20,40,25,.09);overflow:hidden;min-height:210px}
.bt-panel{display:none;padding:2.4rem 2.7rem}
.bt-panel.is-active{display:block;animation:capfade .35s ease}
.bt-panel .bt-eyebrow{font-family:var(--font-mono,monospace);font-size:.66rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--green-600);display:block;margin-bottom:.5rem}
.bt-panel h3{font-family:var(--font-display);font-size:1.5rem;font-weight:800;letter-spacing:-.02em;color:#16241B;margin-bottom:.7rem;line-height:1.1}
.bt-panel p{font-size:1.02rem;line-height:1.65;color:#4d5a4f;max-width:62ch;margin-bottom:1.1rem}
.bt-panel .bt-chips{display:flex;flex-wrap:wrap;gap:.5rem}
@media(max-width:760px){.bt-nav{grid-template-columns:1fr 1fr}}
@media(max-width:460px){.bt-nav{grid-template-columns:1fr}.bt-panel{padding:1.9rem}}

/* v5.6: sourcing origins as clickable location links */
a.origin-card{color:inherit;text-decoration:none;cursor:pointer}
.origin-body .origin-link{display:inline-flex;align-items:center;gap:.35em;margin-top:1rem;font-family:var(--font-mono,monospace);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-600);transition:gap .2s ease,color .2s ease}
.origin-body .origin-link [aria-hidden]{transition:transform .2s ease}
a.origin-card:hover .origin-link{color:#bfe3a8!important;gap:.6em}
a.origin-card:hover .origin-link [aria-hidden]{transform:translateX(3px)}

/* v5.7: feature cards readable on cream (section--surface) */
.product-page .section--surface .feature-card{background:#fff;border:1px solid #ece6d8!important;box-shadow:0 14px 34px rgba(20,40,25,.07)}
.product-page .section--surface .feature-card .fc-title{color:#16241B!important}
.product-page .section--surface .feature-card .fc-desc{color:#4d5a4f!important}
.product-page .section--surface .feature-card .fc-icon{color:var(--green-600)!important;background:rgba(60,122,78,.1)!important;border-color:transparent!important}
.product-page .section--surface .feature-card .fc-icon svg{stroke:var(--green-600)}
/* v5.7a: constrain feature-card svg icons to a compact badge */
.product-page .feature-card .fc-icon{width:56px;height:56px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.1rem;background:rgba(60,122,78,.1)}
.product-page .feature-card .fc-icon svg{width:28px;height:28px}
.product-page .section--dark .feature-card .fc-icon{color:#9BD05E;background:rgba(139,193,82,.14)}
.product-page .section--dark .feature-card .fc-icon svg{stroke:#9BD05E}
/* v5.8: origin hero flag roundel */
.product-page .ph-core.is-flag{box-shadow:inset 0 0 0 4px rgba(255,255,255,.16),0 24px 60px rgba(0,0,0,.42)}
.product-page .ph-core.is-flag img{object-fit:cover;width:100%;height:100%}

/* v5.9: homepage "Verified Origins" cards readable in light theme + green hover */
#origins .origin-card{background:#fff!important;border:1px solid #ece6d8!important;box-shadow:0 10px 30px rgba(20,40,25,.07)}
#origins .origin-card h3{color:#16241B!important}
#origins .origin-card p{color:#4d5a4f!important}
#origins .origin-card:hover{background:var(--green-700)!important;border-color:transparent!important}
#origins .origin-card:hover h3{color:#fff!important}
#origins .origin-card:hover p{color:rgba(255,255,255,.86)!important}

/* v6.0: header language switch (EN -> AR) */
.nav-lang{display:inline-flex;align-items:center;justify-content:center;padding:8px 15px;margin-inline-end:8px;border-radius:999px;border:1px solid rgba(255,255,255,.18);color:#f5f1e8;font-size:.85rem;font-weight:600;line-height:1;text-decoration:none;transition:border-color .2s,background .2s,color .2s;white-space:nowrap}
.nav-lang:hover{border-color:rgba(139,193,82,.55);background:rgba(139,193,82,.12);color:#fff}
@media(max-width:640px){.nav-lang{padding:7px 12px;font-size:.8rem;margin-inline-end:6px}}
