/* ============================================================
   Unitra Foods — British & Egyptian fresh produce
   ============================================================ */
:root{
  --olive:#6B8A52;--olive-d:#4C6A3A;--olive-x:#3B5430;--olive-l:#E8EDDF;
  --cream:#F8F8F3;--ink:#263021;--muted:#6F7A66;--line:#E1E5D8;
  --serif-d:"Playfair Display",Georgia,serif;--serif:"Lora",Georgia,serif;
  --gutter:clamp(1.1rem,4vw,3rem);--maxw:1200px;--r:16px;
}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition-duration:.01ms!important}}
body{margin:0;background:#fff;color:var(--ink);font-family:var(--serif);font-size:clamp(.98rem,.95rem+.15vw,1.05rem);line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;display:block}a{color:inherit}
:focus-visible{outline:3px solid var(--olive);outline-offset:3px}
.wrap{max-width:var(--maxw);margin-inline:auto;padding-inline:var(--gutter)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
h1,h2,h3,h4{font-family:var(--serif-d);font-weight:700;line-height:1.15;margin:0;letter-spacing:-.01em;text-wrap:balance}
h1{font-size:clamp(2.2rem,1.4rem+3.6vw,4rem);line-height:1.08}
h2{font-size:clamp(1.7rem,1.25rem+2vw,2.6rem)}
h3{font-size:clamp(1.1rem,1.02rem+.45vw,1.35rem)}
p{margin:0 0 1em}.muted{color:var(--muted)}.center{text-align:center}
.lead{font-size:clamp(1rem,.98rem+.25vw,1.12rem);color:var(--muted);max-width:58ch}
.center .lead,.center.lead{margin-inline:auto;margin-left:auto;margin-right:auto;text-align:center}
.green{color:var(--olive-d)}

/* leaf watermark */
.leafy{position:relative;overflow:hidden}
.leafy::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.07;
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path d='M40 160c0-60 40-100 100-110-10 60-50 100-100 110z' fill='none' stroke='%236B8A52' stroke-width='2'/><path d='M40 160c30-30 60-60 100-110' fill='none' stroke='%236B8A52' stroke-width='2'/></svg>") no-repeat;
  background-size:360px;background-position:108% -60px}
.leafy.l::before{background-position:-100px 108%;transform:scaleX(-1)}

/* pills & buttons */
.pill{display:inline-flex;align-items:center;gap:.45rem;background:var(--olive-d);color:#fff;font-size:.78rem;font-weight:600;padding:.42rem 1rem;border-radius:100px;margin-bottom:1.1rem}
.pill svg{width:14px;height:14px}
.pill.light{background:var(--olive-l);color:var(--olive-x)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--olive-d);color:#fff;text-decoration:none;font-family:var(--serif);font-weight:600;font-size:.96rem;padding:.8rem 1.6rem;border-radius:100px;border:0;cursor:pointer;line-height:1.2;transition:background .15s,transform .15s}
.btn:hover{background:var(--olive-x);transform:translateY(-1px)}
.btn-outline{background:transparent;color:var(--olive-d);box-shadow:inset 0 0 0 1.5px var(--olive-d)}
.btn-outline:hover{background:var(--olive-d);color:#fff}
.btn-light{background:#fff;color:var(--olive-x)}.btn-light:hover{background:var(--olive-l)}
.btn-sm{padding:.55rem 1.1rem;font-size:.88rem}
.btn svg{width:16px;height:16px}

/* ---------- top bar + header ---------- */
.topbar{background:var(--olive-d);color:#EAF0E3;font-size:.8rem;position:relative;z-index:71}
.topbar .wrap{display:flex;justify-content:space-between;align-items:center;min-height:32px;gap:1rem}
.topbar a{text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}
.topbar svg{width:14px;height:14px}
.site-head{position:sticky;top:0;z-index:70;background:#fff;border-bottom:0;box-shadow:0 1px 0 var(--line);transition:background .25s,box-shadow .25s}
.site-head.glass{background:transparent;box-shadow:none}
.site-head.glass .nav-desk a,.site-head.glass .lang,.site-head.glass .icon-btn,.site-head.glass .brand .wm b{color:#fff}
.site-head.glass .brand .wm small{color:#D3DCC9}
.site-head.glass .brand svg path{stroke:#fff}
.site-head.glass .nav-desk a[aria-current="page"]{border-bottom-color:#B7D39A;color:#fff}
.site-head.glass .nav-desk a:hover,.site-head.glass .lang:hover{color:#B7D39A;background:transparent}
.site-head.glass .icon-btn:hover{background:#ffffff22}
.site-head .wrap{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:74px;gap:1rem}
.brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}
.brand svg{width:36px;height:36px;flex:none}
.brand .wm b{display:block;font-family:var(--serif-d);font-weight:700;font-size:1rem;letter-spacing:.22em;color:var(--olive-x);line-height:1}
.brand .wm small{display:block;font-size:.55rem;letter-spacing:.3em;color:var(--muted);margin-top:.28rem;font-weight:600}
.nav-desk{display:none;justify-content:center;gap:clamp(1rem,2.2vw,2rem)}
.nav-desk a{text-decoration:none;font-size:.92rem;padding:.3rem 0;border-bottom:2px solid transparent;color:var(--ink)}
.nav-desk a:hover{color:var(--olive-d)}
.nav-desk a[aria-current="page"]{color:var(--olive-d);border-bottom-color:var(--olive-d)}
.head-tools{display:flex;align-items:center;gap:.4rem;justify-self:end}
.lang{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;padding:.4rem .7rem;border-radius:100px;text-decoration:none}
.lang:hover{background:var(--olive-l)}.lang svg{width:16px;height:16px}
.icon-btn{width:40px;height:40px;border-radius:50%;border:0;background:transparent;display:grid;place-items:center;cursor:pointer;color:var(--ink)}
.icon-btn:hover{background:var(--olive-l)}.icon-btn svg{width:22px;height:22px}
@media (min-width:980px){.nav-desk{display:flex}.menu-btn{display:none}}

/* drawer */
.drawer{position:fixed;inset:0;z-index:90;visibility:hidden;pointer-events:none}
.drawer.open{visibility:visible;pointer-events:auto}
.drawer .veil{position:absolute;inset:0;background:#26302180;opacity:0;transition:opacity .2s}
.drawer.open .veil{opacity:1}
.drawer .panel{position:absolute;top:0;right:0;bottom:0;width:min(82vw,340px);background:#fff;transform:translateX(100%);transition:transform .25s ease;display:flex;flex-direction:column;padding:1rem 0 1.5rem;box-shadow:-10px 0 40px #00000022;overflow:auto}
.drawer.open .panel{transform:none}
.drawer .top{display:flex;justify-content:space-between;align-items:center;padding:.4rem 1.2rem 1rem;border-bottom:1px solid var(--line)}
.drawer nav a{display:flex;justify-content:space-between;align-items:center;text-decoration:none;padding:.9rem 1.4rem;font-size:1rem;border-bottom:1px solid var(--line)}
.drawer nav a[aria-current="page"]{color:var(--olive-d);font-weight:600;background:var(--olive-l)}
.drawer .foot{margin-top:auto;padding:1.4rem 1.4rem 0;font-size:.88rem;color:var(--muted)}
.drawer .foot a{text-decoration:none;color:var(--olive-d);font-weight:600}

/* ---------- photo slot ---------- */
.ph{position:relative;overflow:hidden;background:var(--olive-d);display:grid;place-items:center;min-height:160px}
.ph::before{content:attr(data-label);position:absolute;z-index:1;color:#ffffff66;font-size:.75rem;text-align:center;padding:1rem;line-height:1.4}
.ph::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:repeating-linear-gradient(135deg,#ffffff08 0 12px,transparent 12px 24px),linear-gradient(160deg,#6B8A52,#3B5430)}
.ph img{position:relative;z-index:2;width:100%;height:100%;object-fit:cover}
.ph.contain{background:#fff}.ph.contain::after{display:none}.ph.contain::before{color:#00000033}
.ph.contain img{object-fit:contain}

/* ---------- hero ---------- */
.hero{position:relative;min-height:min(88vh,720px);display:grid;align-items:center;overflow:hidden;color:#fff;text-align:center;margin-top:-75px;padding-top:75px;background:var(--olive-x);margin-bottom:-1px}
.hero-sm{min-height:min(56vh,440px)}
.slides{position:absolute;top:0;right:0;bottom:0;left:0}
.slides .ph{position:absolute;top:-1px;right:-1px;bottom:-2px;left:-1px;opacity:0;animation:fade 18s infinite}
.slides .ph:nth-child(2){animation-delay:6s}.slides .ph:nth-child(3){animation-delay:12s}
.slides .ph:only-child{opacity:1;animation:none}
.hero video{position:absolute;top:-1px;right:-1px;bottom:-2px;left:-1px;width:calc(100% + 2px);height:calc(100% + 3px);object-fit:cover;z-index:2;background:#1F2C1B}
@media (prefers-reduced-motion:reduce){.hero video{display:none}}
@keyframes fade{0%{opacity:0}6%{opacity:1}33%{opacity:1}40%{opacity:0}100%{opacity:0}}
.hero .veil{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;background:linear-gradient(180deg,#1F2C1B80,#1F2C1B99 60%,#1F2C1Bd9)}
.hero .wrap{position:relative;z-index:4;padding-block:clamp(4rem,9vw,6rem)}
.hero h1{color:#fff;max-width:18ch;margin-inline:auto}
.hero p{margin:1.3rem auto 0;max-width:46ch;font-size:clamp(1rem,.98rem+.35vw,1.2rem);color:#E6ECE0}
.hero .btn{margin-top:1.8rem}
.hero .pill.light{background:#ffffff22;color:#fff}
.scroll-cue{margin-top:clamp(2.2rem,6vw,4rem);font-size:.82rem;color:#D3DCC9;display:flex;flex-direction:column;align-items:center;gap:.3rem}
.scroll-cue svg{width:22px;height:22px;animation:bob 1.8s ease-in-out infinite}
@keyframes bob{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
.hero-stats{display:flex;justify-content:center;gap:clamp(2rem,6vw,5rem);margin-top:2rem}
.hero-stats b{display:block;font-family:var(--serif-d);font-size:clamp(1.6rem,1.2rem+2vw,2.6rem);line-height:1}
.hero-stats span{font-size:.85rem;color:#D3DCC9}

/* ---------- stats block ---------- */
.stats{background:var(--olive);color:#fff;padding-block:clamp(3rem,7vw,4.5rem);position:relative;z-index:2}
.stats h2{color:#fff}.stats .lead{color:#E3EAD9;margin-top:.7rem}
.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem 1.5rem;margin-top:2.4rem;text-align:center}
@media (min-width:760px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat .v{display:block;font-family:var(--serif-d);font-weight:700;font-size:clamp(1.4rem,1.1rem+1.5vw,2.1rem);line-height:1.15}
.stat .v::after{content:"";display:block;width:56px;height:2px;background:#C6DAB0;margin:.55rem auto .7rem}
.stat .l{display:block;font-size:.9rem;color:#E3EAD9}

/* ---------- sections ---------- */
.section{padding-block:clamp(3.5rem,8vw,6rem)}
.section-cream{background:var(--cream)}.section-sage{background:var(--olive-l)}
.section-dark{background:var(--olive-x);color:#E6ECE0}.section-dark h2,.section-dark h3{color:#fff}.section-dark .lead{color:#C9D5BE}
.sec-head{max-width:62ch}.sec-head.center{margin-inline:auto}.sec-head .lead{margin-top:.8rem}
.head-row{display:flex;justify-content:space-between;align-items:end;gap:1.5rem;flex-wrap:wrap}

/* cert logos row */
.logos{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.2rem}
.logo-card{width:150px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:1.1rem .8rem;text-align:center}
.logo-card .mark{width:56px;height:56px;border-radius:50%;background:var(--olive-l);display:grid;place-items:center;margin:0 auto .7rem;color:var(--olive-x);font-family:var(--serif-d);font-weight:700;font-size:.85rem}
.logo-card b{display:block;font-family:var(--serif-d);font-size:.9rem}
.logo-card span{font-size:.74rem;color:var(--muted);line-height:1.4;display:block}

/* expertise split with pager */
.expertise{display:grid;gap:2rem;align-items:center}
@media (min-width:900px){.expertise{grid-template-columns:1fr 1.15fr;gap:3.5rem}}
.expertise .ph{aspect-ratio:1;border-radius:var(--r);min-height:0;max-width:520px}
.exp-body{position:relative;padding-right:2rem}
.exp-slide{display:none}.exp-slide.on{display:block;animation:fadein .5s}
@keyframes fadein{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.exp-photo .ph{aspect-ratio:1;border-radius:var(--r);min-height:0;max-width:520px;animation:fadein .5s}
.exp-slide h3{color:var(--olive-d);font-size:1.25rem;margin:.9rem 0 .8rem}
.exp-slide .note{font-style:italic;color:var(--muted);font-size:.95rem}
.pager{position:absolute;right:0;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.55rem}
.pager button{width:.6rem;height:.6rem;border-radius:50%;border:0;background:var(--line);cursor:pointer;padding:0}
.pager button.on{background:var(--olive-d)}

/* ---------- products ---------- */
.toggle{display:inline-flex;background:var(--olive-l);border-radius:100px;padding:.3rem;gap:.2rem}
.toggle button{border:0;background:transparent;font-family:var(--serif);font-weight:600;font-size:.88rem;padding:.55rem 1.05rem;border-radius:100px;cursor:pointer;color:var(--olive-x);display:inline-flex;align-items:center;gap:.4rem}
.toggle button.on{background:var(--olive-d);color:#fff}
.filters{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center;justify-content:center;margin-top:1.6rem}
.search{display:flex;align-items:center;gap:.6rem;background:#fff;border:1.5px solid var(--line);border-radius:100px;padding:.55rem 1rem;width:min(100%,360px)}
.search input{border:0;outline:0;font:inherit;width:100%;background:transparent}
.search svg{width:18px;height:18px;color:var(--muted);flex:none}
.pgrid{display:grid;gap:1.2rem 1rem;margin-top:2.4rem;grid-template-columns:repeat(2,1fr)}
@media (min-width:640px){.pgrid{grid-template-columns:repeat(3,1fr)}}
@media (min-width:1000px){.pgrid{grid-template-columns:repeat(4,1fr);gap:2rem 1.5rem}}
.pcard{background:transparent;border-radius:var(--r);padding:.6rem;display:flex;flex-direction:column;transition:transform .2s}
.pcard:hover{transform:translateY(-6px)}
.pcard .ph{aspect-ratio:1;min-height:0;border-radius:12px}
.pcard-body{padding:.9rem .3rem .4rem}
.pcard h3{font-size:1.02rem;margin-bottom:.1rem;transition:color .15s}
.pcard:hover h3{color:var(--olive-d)}
.pcard .latin{font-style:italic;font-size:.8rem;color:var(--muted);margin:0 0 .6rem}
.tags{display:flex;flex-wrap:wrap;gap:.3rem}
.tag{font-size:.68rem;font-weight:600;background:var(--olive-l);color:var(--olive-x);padding:.22rem .55rem;border-radius:100px}
.tag.uk{background:#E5EAF3;color:#2E4470}.tag.eg{background:#F6EBD9;color:#7A5320}
.season-flag{position:absolute;z-index:4;top:.5rem;left:.5rem;font-size:.66rem;font-weight:700;padding:.25rem .6rem;border-radius:100px;background:var(--olive-d);color:#fff}
.origin-badge{position:absolute;z-index:4;top:.5rem;left:.5rem;font-size:.66rem;font-weight:700;padding:.25rem .55rem;border-radius:100px;background:#fff;color:var(--ink);box-shadow:0 1px 4px #0000001a}
.empty{grid-column:1/-1;text-align:center;padding:3rem 1rem;color:var(--muted)}

/* ---------- stepper ---------- */
.stepper{display:grid;gap:1.5rem}
@media (min-width:900px){.stepper{grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start}.stepper .sec-head{grid-column:1/-1}}
.steps{display:grid;gap:0;margin-top:1.5rem;position:relative}
@media (min-width:900px){.steps{margin-top:0}}
.steps::before{content:"";position:absolute;left:23px;top:28px;bottom:28px;width:2px;background:var(--line)}
.step{display:grid;grid-template-columns:48px 1fr;gap:1.1rem;align-items:center;padding:.9rem 1rem .9rem .0rem;border-radius:var(--r);cursor:pointer;background:transparent;text-align:left;font:inherit;color:inherit;width:100%;border:0;position:relative;transition:background .2s}
.step .num{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;font-family:var(--serif-d);font-weight:700;font-size:.95rem;color:var(--olive-d);border:2px solid var(--line);background:#fff;position:relative;z-index:1;transition:all .3s}
.step .t{font-family:var(--serif-d);font-weight:700;font-size:1.08rem;color:var(--muted);transition:color .2s}
.step:hover .num{border-color:var(--olive)}
.step:hover .t{color:var(--ink)}
.step.on .num{background:var(--olive-d);color:#fff;border-color:var(--olive-d);transform:scale(1.08);box-shadow:0 0 0 6px #4C6A3A22}
.step.on .t{color:var(--olive-d);text-decoration:underline;text-decoration-color:var(--olive);text-underline-offset:6px}
.step-card{background:#fff;border-radius:var(--r);overflow:hidden;border:1px solid var(--line)}
.step-card .ph{aspect-ratio:16/9;min-height:0}
.step-card .body{padding:1.5rem 1.4rem 1.6rem;position:relative;z-index:3}
.step-card .badge{position:absolute;top:-30px;left:50%;transform:translateX(-50%);width:60px;height:60px;border-radius:50%;background:var(--olive-d);color:#fff;display:grid;place-items:center;font-family:var(--serif-d);font-weight:700;font-size:1.05rem;border:4px solid #fff;box-shadow:0 8px 20px #26302133;z-index:5}
.step-card h3{margin-top:1.1rem;color:var(--olive-d)}.step-card p{margin:.5rem 0 0;color:var(--muted)}

/* ---------- harvest calendar ---------- */
.cal-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.4rem;flex-wrap:wrap}
.cal-nav .range{font-size:.88rem;color:var(--muted)}
.arrow{width:40px;height:40px;border-radius:50%;border:1.5px solid var(--line);background:#fff;display:grid;place-items:center;cursor:pointer;color:var(--olive-d)}
.arrow:hover{background:var(--olive-l)}.arrow svg{width:18px;height:18px}
.cal-grid{display:grid;gap:1rem;margin-top:1.6rem;grid-template-columns:1fr}
@media (min-width:700px){.cal-grid{grid-template-columns:1fr 1fr}}
@media (min-width:1050px){.cal-grid{grid-template-columns:repeat(3,1fr)}}
.month{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.1rem}
.month.now{border-color:var(--olive);box-shadow:0 0 0 3px #6B8A5222}
.month .mh{display:flex;align-items:center;justify-content:space-between;margin-bottom:.9rem}
.month .mh b{font-family:var(--serif-d);font-size:1.15rem}
.month .mh span{font-size:.76rem;font-weight:600;background:var(--olive-d);color:#fff;padding:.28rem .7rem;border-radius:100px}
.month .mh span.now{background:var(--olive)}
.mini{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}
.mini div{display:flex;align-items:center;gap:.5rem;background:var(--cream);border-radius:10px;padding:.45rem .55rem;font-size:.78rem;font-weight:600;line-height:1.2}
.mini .sw{width:1.8rem;height:1.8rem;border-radius:8px;flex:none;overflow:hidden;background:var(--olive-l)}
.mini .sw img{width:100%;height:100%;object-fit:cover}
.mini small{display:block;font-weight:400;color:var(--muted);font-size:.68rem}

/* ---------- generic cards ---------- */
.cards{display:grid;gap:1.2rem;margin-top:2.2rem;grid-template-columns:1fr}
@media (min-width:640px){.cards{grid-template-columns:1fr 1fr}}
@media (min-width:1000px){.cards.c3{grid-template-columns:repeat(3,1fr)}.cards.c4{grid-template-columns:repeat(4,1fr)}}
.card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s}
.card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #2630211a}
.card .ph{aspect-ratio:16/10;min-height:0}
.card .body{padding:1.3rem 1.3rem 1.5rem;display:flex;flex-direction:column;gap:.45rem;flex:1}
.card h3{font-size:1.15rem}
.card p{margin:0;color:var(--muted);font-size:.92rem}
.card .meta{display:flex;flex-wrap:wrap;gap:.4rem 1rem;font-size:.82rem;color:var(--muted)}
.card .meta span{display:inline-flex;align-items:center;gap:.35rem}
.card .meta svg{width:14px;height:14px;color:var(--olive-d)}
.card .foot{margin-top:auto;padding-top:.8rem}
.overlay-tag{position:absolute;z-index:4;top:.7rem;left:.7rem;background:var(--olive-d);color:#fff;font-size:.68rem;font-weight:700;padding:.3rem .65rem;border-radius:100px}
.overlay-num{position:absolute;z-index:4;bottom:.7rem;left:.7rem;background:#fff;color:var(--olive-x);font-size:.72rem;font-weight:700;padding:.3rem .6rem;border-radius:8px}
.kv{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.7rem;margin-top:.9rem;padding-top:.9rem;border-top:1px solid var(--line)}
.kv b{display:block;font-family:var(--serif-d);font-size:1.15rem;color:var(--olive-d)}
.kv span{font-size:.74rem;color:var(--muted)}

/* features */
.features{display:grid;gap:1rem;margin-top:2.2rem;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}
.feat{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.4rem 1.2rem}
.feat .ic{width:44px;height:44px;border-radius:50%;background:var(--olive-l);display:grid;place-items:center;margin-bottom:.9rem;color:var(--olive-d)}
.feat .ic svg{width:22px;height:22px}
.feat h3{font-size:1.05rem;margin-bottom:.35rem}.feat p{margin:0;font-size:.9rem;color:var(--muted)}

/* gallery carousel (about) */
.gal-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.6rem}
.gal-nav .dots{margin:0}
.gal-nav .dots i{width:.55rem;height:.55rem;border-radius:100px;transition:width .2s}
.gal-nav .dots i.on{width:1.6rem;background:var(--olive-d)}
.gal-track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-top:1.4rem;padding-bottom:.4rem}
.gal-track::-webkit-scrollbar{display:none}
.gal-item{flex:0 0 min(84vw,340px);scroll-snap-align:start;position:relative}
@media (min-width:900px){.gal-item{flex-basis:calc((100% - 2rem)/3)}}
.gal-item .ph{aspect-ratio:4/3;min-height:0;border-radius:12px}
.gal-item .overlay-num{background:var(--olive);color:#fff;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;padding:0;top:.7rem;left:.7rem;bottom:auto}
/* gallery */
.gallery{display:grid;gap:.8rem;margin-top:2rem;grid-template-columns:1fr 1fr}
@media (min-width:760px){.gallery{grid-template-columns:repeat(3,1fr)}}
.gallery .ph{aspect-ratio:4/3;min-height:0;border-radius:12px}

/* info band (greenhouse-style) */
.band{background:var(--olive-d);color:#EAF0E3;border-radius:var(--r);padding:clamp(1.6rem,4vw,2.6rem);display:grid;gap:1.2rem;margin-top:2.4rem}
@media (min-width:800px){.band{grid-template-columns:auto 1fr;gap:2rem;align-items:start}}
.band .ic{width:52px;height:52px;border-radius:12px;background:#ffffff1a;display:grid;place-items:center;color:#fff}
.band .ic svg{width:24px;height:24px}
.band h3{color:#fff;margin-bottom:.5rem}.band p{margin:0;color:#DCE5D2}.band b{color:#fff}

/* partners / buyer types */
.partners{display:grid;gap:1.5rem;margin-top:2rem;align-items:center}
@media (min-width:860px){.partners{grid-template-columns:1fr 1.2fr;gap:3rem}}
.partner-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.partner{background:#fff;border:1px solid var(--line);border-radius:12px;padding:1.2rem 1rem;text-align:center;font-family:var(--serif-d);font-weight:700;color:var(--olive-x);font-size:.95rem}
.partner small{display:block;font-family:var(--serif);font-weight:400;color:var(--muted);font-size:.76rem;margin-top:.25rem}

/* offices */
.office{display:grid;grid-template-columns:auto 1fr;gap:1rem;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.4rem}
.office .ic{width:44px;height:44px;border-radius:50%;background:var(--olive-l);display:grid;place-items:center;color:var(--olive-d)}
.office .ic svg{width:20px;height:20px}
.office h3{font-size:1.1rem;margin-bottom:.35rem}
.office p{margin:0 0 .35rem;font-size:.9rem;color:var(--muted)}
.office a{color:var(--olive-d);text-decoration:none;font-weight:600}
.office .foot{margin-top:.8rem}

/* blog */
.chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1.4rem}
.chip{border:1.5px solid var(--line);background:#fff;border-radius:100px;padding:.45rem 1rem;font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;color:var(--ink)}
.chip.on{background:var(--olive-d);color:#fff;border-color:var(--olive-d)}
.article{max-width:760px;margin-inline:auto}
.article .lead{margin-bottom:1.6rem}
.article h2{font-size:1.5rem;margin:2rem 0 .8rem}
.article p{color:#3C4636}
.article ul{color:#3C4636;padding-left:1.3rem}
.article .meta{font-size:.85rem;color:var(--muted);margin-bottom:1.2rem}
.back{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;color:var(--olive-d);font-weight:600;font-size:.9rem;margin-bottom:1.5rem}
.back svg{width:16px;height:16px}

/* faq */
.faq{max-width:820px;margin:2.2rem auto 0;display:grid;gap:.6rem}
.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:0 1.2rem}
.faq summary{list-style:none;cursor:pointer;padding:1rem 0;font-family:var(--serif-d);font-weight:700;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:1.3rem;color:var(--olive-d);flex:none}
.faq details[open] summary::after{content:"–"}
.faq details p{margin:0 0 1.1rem;color:var(--muted);font-size:.95rem}

/* ---------- contact ---------- */
.contact-cards{display:grid;gap:1rem;margin-top:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.ccard{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.4rem 1.2rem;text-align:center}
.ccard .ic{width:44px;height:44px;border-radius:50%;background:var(--olive-l);display:grid;place-items:center;margin:0 auto .8rem;color:var(--olive-d)}
.ccard .ic svg{width:20px;height:20px}
.ccard b{display:block;font-family:var(--serif-d);margin-bottom:.3rem}
.ccard a{text-decoration:none;color:var(--olive-d);font-weight:600;font-size:.92rem}
.ccard span{font-size:.88rem;color:var(--muted)}
.contact-grid{display:grid;gap:1.5rem;margin-top:2.5rem}
@media (min-width:900px){.contact-grid{grid-template-columns:1fr 1.1fr;gap:2.5rem;align-items:start}}
.contact-grid .ph{aspect-ratio:4/5;border-radius:var(--r);min-height:0}
.form{background:var(--olive-d);color:#fff;border-radius:var(--r);padding:clamp(1.4rem,3vw,2.2rem)}
.form h2{color:#fff;font-size:1.5rem;margin-bottom:.3rem}
.form .sub{color:#DCE5D2;font-size:.92rem;margin-bottom:1.4rem}
.field{margin-bottom:1rem}
.field label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem;color:#EAF0E3}
.field .hint{font-weight:400;color:#C9D5BE}
.field input,.field select,.field textarea{width:100%;font:inherit;padding:.75rem .95rem;border:1.5px solid #ffffff2b;border-radius:10px;background:#ffffff12;color:#fff}
.field select option{color:var(--ink)}
.field input::placeholder,.field textarea::placeholder{color:#ffffff77}
.field textarea{min-height:120px;resize:vertical}
.field :focus{border-color:#fff;outline:0;background:#ffffff22}
.field-row{display:grid;gap:0 1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.form .btn-light{margin-top:.4rem}
.form-note{font-size:.8rem;color:#C9D5BE;margin-top:.9rem}
.hp{position:absolute;left:-9999px}

/* ---------- cta ---------- */
.cta{background:var(--olive-d);color:#fff;text-align:center;padding-block:clamp(3.5rem,8vw,5.5rem)}
.cta h2{color:#fff;max-width:18ch;margin-inline:auto}
.cta p{color:#DCE5D2;max-width:44ch;margin:1rem auto 0}.cta .btn{margin-top:1.8rem}

/* ---------- footer ---------- */
.site-foot{background:var(--olive);color:#EAF0E3;padding-block:0 2rem;font-size:.9rem;position:relative;overflow:hidden}
.site-foot::before{content:"";position:absolute;right:-90px;bottom:-120px;width:560px;height:560px;opacity:.10;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'><path d='M40 160c0-60 40-100 100-110-10 60-50 100-100 110z' fill='none' stroke='white' stroke-width='3'/><path d='M40 160c30-30 60-60 100-110' fill='none' stroke='white' stroke-width='3'/></svg>") no-repeat center/contain}
.foot-grid{display:grid;gap:2.2rem;grid-template-columns:1fr}
@media (min-width:760px){.foot-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}}
.site-foot .brand .wm b{color:#fff}.site-foot .brand .wm small{color:#D3DCC9}.site-foot .brand svg path{stroke:#fff}
.foot-cert{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;border-radius:100px;padding:.4rem .9rem;font-size:.78rem;margin:1.1rem 0 .9rem;color:#fff}
.site-foot h4{color:#fff;font-size:.95rem;margin-bottom:.9rem;letter-spacing:.04em;padding-bottom:.5rem;border-bottom:1px solid #ffffff33;display:inline-block}
.site-foot ul{list-style:none;margin:0;padding:0}.site-foot li{margin-bottom:.5rem}
.site-foot a{text-decoration:none}.site-foot a:hover{color:#fff}
.foot-line{display:flex;gap:.6rem;align-items:flex-start;margin-bottom:.55rem}
.foot-line svg{width:16px;height:16px;flex:none;margin-top:.25rem;color:#DDEBCF}
.foot-bar{margin-top:2.6rem;padding-top:1.3rem;border-top:1px solid #ffffff2e;display:flex;flex-wrap:wrap;gap:.8rem 1.5rem;justify-content:space-between;font-size:.8rem}
.social{display:flex;gap:.5rem}
.social a{width:34px;height:34px;border-radius:50%;background:#ffffff22;display:grid;place-items:center;color:#fff}
.social svg{width:15px;height:15px}


/* ============================================================
   LIFE: loader, reveal-on-scroll, entrances, hover motion
   ============================================================ */
.loader{position:fixed;inset:0;z-index:999;background:var(--cream);display:grid;place-items:center;transition:opacity .45s ease,visibility .45s}
.loader.hide{opacity:0;visibility:hidden}
.loader svg{width:64px;height:64px;animation:leafpulse 1.4s ease-in-out infinite}
.loader b{display:block;margin-top:.8rem;font-family:var(--serif-d);letter-spacing:.3em;font-size:.8rem;color:var(--olive-x);text-align:center}
@keyframes leafpulse{0%,100%{transform:scale(.92) rotate(-4deg);opacity:.7}50%{transform:scale(1.05) rotate(4deg);opacity:1}}

.rv{opacity:0;transform:translateY(26px);transition:opacity .75s cubic-bezier(.2,.7,.2,1),transform .75s cubic-bezier(.2,.7,.2,1)}
.rv.in{opacity:1;transform:none}
.rv-l{transform:translateX(-30px)}.rv-r{transform:translateX(30px)}
.rv-s{transform:scale(.94)}

.hero h1,.hero p,.hero .btn,.hero .pill,.hero .hero-stats,.hero .scroll-cue{animation:rise .9s cubic-bezier(.2,.7,.2,1) both}
.hero .pill{animation-delay:.05s}.hero h1{animation-delay:.15s}.hero p{animation-delay:.35s}.hero .btn{animation-delay:.5s}.hero .hero-stats{animation-delay:.6s}.hero .scroll-cue{animation-delay:.8s}
@keyframes rise{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}

.pcard .ph img,.card .ph img,.gal-item .ph img,.origin .ph img,.step-card .ph img{transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.pcard:hover .ph img{transform:scale(1.08) rotate(-2deg)}
.card:hover .ph img,.gal-item:hover .ph img,.step-card:hover .ph img{transform:scale(1.06)}
.logo-card,.feat,.office,.ccard,.partner,.month{transition:transform .2s,box-shadow .2s,border-color .2s}
.logo-card:hover,.feat:hover,.office:hover,.ccard:hover,.partner:hover,.month:hover{transform:translateY(-4px);box-shadow:0 14px 30px #2630211a;border-color:#cfd8c9}
.feat .ic,.ccard .ic,.office .ic{transition:transform .3s,background .3s}
.feat:hover .ic,.ccard:hover .ic,.office:hover .ic{transform:scale(1.1) rotate(-6deg);background:var(--olive-d);color:#fff}
.btn{position:relative;overflow:hidden}
.btn::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 30%,#ffffff33 50%,transparent 70%);transform:translateX(-120%);transition:transform .6s}
.btn:hover::after{transform:translateX(120%)}
.nav-desk a{position:relative}
.nav-desk a::after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--olive-d);transition:right .25s}
.nav-desk a:hover::after{right:0}
.site-head.glass .nav-desk a::after{background:#B7D39A}

/* product ticker */
.ticker{overflow:hidden;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:1.1rem 0}
.ticker-track{display:flex;gap:2.2rem;width:max-content;animation:ticker 60s linear infinite}
.ticker:hover .ticker-track{animation-play-state:paused}
.ticker-item{display:flex;align-items:center;gap:.7rem;font-family:var(--serif-d);font-weight:700;font-size:.95rem;color:var(--olive-x);white-space:nowrap}
.ticker-item img{width:44px;height:44px;object-fit:contain}
.ticker-item small{font-family:var(--serif);font-weight:400;color:var(--muted);font-size:.78rem}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* maps */
.maps{display:grid;gap:1.2rem;margin-top:2rem}
@media (min-width:860px){.maps{grid-template-columns:1fr 1fr}}
.map{border-radius:var(--r);overflow:hidden;border:1px solid var(--line);background:#fff}
.map iframe{width:100%;height:320px;border:0;display:block;filter:saturate(.85)}
.map .cap{padding:.9rem 1.1rem;display:flex;justify-content:space-between;align-items:center;font-size:.9rem}
.map .cap b{font-family:var(--serif-d)}
.map .cap a{color:var(--olive-d);text-decoration:none;font-weight:600}

/* number band (farms) */
.numbers{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.2rem}
@media (min-width:860px){.numbers{grid-template-columns:repeat(4,1fr)}}
.fig{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:1.4rem 1.2rem;text-align:center}
.fig b{display:block;font-family:var(--serif-d);font-size:clamp(1.6rem,1.2rem+1.6vw,2.4rem);color:var(--olive-d);line-height:1}
.fig span{display:block;font-size:.82rem;color:var(--muted);margin-top:.5rem}

@media (prefers-reduced-motion:reduce){.rv{opacity:1;transform:none;transition:none}.ticker-track{animation:none}.loader{display:none}}

.stat .v,.hero-stats b,.fig b{display:inline-block;transition:transform .35s cubic-bezier(.2,.9,.3,1.4)}
.pop{transform:scale(1.12)}

.seals{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:1.2rem;margin-top:2.6rem;max-width:1100px;margin-inline:auto}
.seal{text-align:center;padding:1.6rem 1rem;border-radius:var(--r);background:#fff;border:1px solid var(--line);transition:transform .25s,box-shadow .25s}
.seal:hover{transform:translateY(-6px);box-shadow:0 18px 40px #2630211a}
.seal-mark{position:relative;width:120px;height:120px;margin:0 auto 1rem}
.seal-mark svg,.seal-mark img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}
.seal-mark img{z-index:2;background:#fff;border-radius:50%}
.seal:hover .seal-mark svg{animation:spin 12s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.seal b{display:block;font-family:var(--serif-d);font-size:1.05rem;margin-bottom:.25rem}
.seal span{font-size:.85rem;color:var(--muted)}

.exp-arrows{display:flex;gap:.6rem;margin-top:1.4rem}

.nutrition{background:#fff;overflow:hidden}
.nutrition .wrap{position:relative;min-height:520px;display:grid;align-items:center}
.nutrition-copy{position:relative;z-index:2;max-width:420px}
.nutrition-copy h2{font-size:clamp(2rem,1.4rem+2.6vw,3.2rem)}
.float-art{position:absolute;inset:0;pointer-events:none}
.fa{position:absolute;width:clamp(90px,11vw,170px);height:auto;filter:drop-shadow(0 18px 24px #26302122);animation:floaty 7s ease-in-out infinite}
.fa1{right:6%;top:0}.fa2{right:30%;top:6%;animation-delay:-1s}.fa3{right:12%;top:38%;animation-delay:-2s}.fa4{right:36%;top:48%;animation-delay:-3s}
.fa5{right:2%;bottom:2%;animation-delay:-4s}.fa6{right:22%;bottom:0;animation-delay:-5s}.fa7{right:46%;top:16%;animation-delay:-2.5s;width:clamp(70px,8vw,120px)}.fa8{right:48%;bottom:8%;animation-delay:-6s;width:clamp(70px,8vw,120px)}
@keyframes floaty{0%,100%{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-16px) rotate(3deg)}}
@media (max-width:860px){.nutrition .wrap{min-height:0;padding-bottom:0}.float-art{position:relative;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.fa{position:static;width:20%;animation:none}.nutrition-copy{max-width:none;text-align:center}}

.supply{background:#fff}
.supply .partners{grid-template-columns:1fr;gap:2rem}
@media (min-width:900px){.supply .partners{grid-template-columns:1.1fr 1fr;gap:3rem;align-items:center}}
.supply-photo .ph{aspect-ratio:4/3;border-radius:var(--r);min-height:0}
.supply .partner{background:#fff;border:1px solid var(--line)}
.supply .partner span[data-icon]{display:block;width:34px;height:34px;margin:0 auto .6rem;color:var(--olive-d)}
.supply .partner span[data-icon] svg{width:34px;height:34px}
.supply .partner:hover span[data-icon]{color:#fff}
.supply .partner:hover{background:var(--olive-d);color:#fff;border-color:var(--olive-d)}
.supply .partner:hover small{color:#DCE5D2}
.supply-copy{display:grid;gap:1rem}

.foot-cta{background:transparent;color:#fff;padding-block:clamp(2.2rem,4.5vw,3rem);position:relative;z-index:1;border-bottom:1px solid #ffffff2e}
.foot-cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.foot-cta h2{color:#fff;font-size:clamp(1.4rem,1.1rem+1.4vw,2.1rem);max-width:26ch}
.foot-cta p{margin:.4rem 0 0;color:#DCE5D2;max-width:46ch}
.site-foot .foot-grid{padding-top:2.6rem;position:relative;z-index:1}
.site-foot a:hover{color:#fff;text-decoration:underline}

/* inner heroes blend into the page */
.hero-sm{background:var(--olive-x);margin-bottom:0;min-height:min(62vh,520px)}
.hero-sm .veil{background:linear-gradient(180deg,#1F2C1B8c 0%,#1F2C1B70 45%,#1F2C1B00 100%)}
.hero-sm::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:46%;background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.55) 55%,#fff 100%);z-index:3;pointer-events:none}
.hero-sm h1,.hero-sm p{text-shadow:0 2px 18px #00000066}
.hero-sm .wrap{padding-bottom:clamp(5rem,12vw,8rem)}

/* ================= MOBILE — matched to the reference phone layout ================= */
@media (max-width:640px){
  /* products: one large cutout per row, like the reference */
  .pgrid{grid-template-columns:1fr;gap:1.6rem}
  .pcard .ph{max-width:300px;margin:0 auto;width:100%}
  .pcard-body{text-align:left}
  /* certifications: horizontal, two per view, arrows */
  .seals{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;gap:1rem;padding:.3rem .2rem 1rem;max-width:none}
  .seals::-webkit-scrollbar{display:none}
  .seal{flex:0 0 calc(50% - .5rem);scroll-snap-align:start;padding:1.2rem .6rem}
  .seal-mark{width:104px;height:104px}
  /* harvest calendar: two months at a time, stacked */
  .cal-grid{gap:.9rem}
  /* expertise: dots under the photo, arrows inline */
  .exp-body{padding-right:0}
  .pager{position:static;transform:none;flex-direction:row;justify-content:center;margin:1rem 0 0}
  .exp-arrows{justify-content:center}
  /* stepper card image height */
  .step-card .ph{aspect-ratio:16/10}
  /* stats: keep 2×2 but tighter */
  .stats-grid{gap:1.6rem 1rem}
  .stat .v{font-size:1.5rem}
  /* footer: single column, centred brand */
  .foot-cta .wrap{justify-content:center;text-align:center}
  .foot-grid{grid-template-columns:1fr 1fr;gap:1.6rem}
  .foot-grid > div:first-child{grid-column:1/-1}
  /* nutrition art smaller */
  .fa{width:22%}
}
@media (max-width:420px){
  .hero{min-height:min(80vh,640px)}
  .foot-grid{grid-template-columns:1fr}
}

.seals-arrows{display:none}
@media (max-width:640px){.seals-arrows{display:flex;margin-top:.2rem}}

.tag.ke{background:#E3F0E3;color:#1F5A2A}.tag.in{background:#FBEBDD;color:#8A4A12}

.form-status{display:none;padding:.9rem 1rem;border-radius:10px;margin-bottom:1.2rem;font-weight:600}
.form-status.ok{display:block;background:#DCEFD3;color:#1F4A2C}
.form-status.err{display:block;background:#F6DFDA;color:#7A2E22}

.cert-list{list-style:none;margin:2rem auto 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem}
.cert-list li{font-family:var(--serif-d);font-weight:700;font-size:1rem;color:var(--olive-x);background:#fff;border:1px solid var(--line);border-radius:100px;padding:.7rem 1.4rem}

/* stats as titled statements (per client copy) */
.stats .stat{text-align:left}
.stats .stat .v{font-size:clamp(1.15rem,1rem+.8vw,1.5rem);line-height:1.2}
.stats .stat .v::after{margin:.6rem 0 .7rem}
.stats .stat .l{font-size:.92rem;line-height:1.6}
.stats .stat .l b{color:#fff;font-weight:600}

/* mobile: the four titled statements stack in one column (two columns of long text is cramped) */
@media (max-width:640px){
  .stats-grid{grid-template-columns:1fr;gap:1.4rem}
  .stats .stat{padding-left:1rem;border-left:2px solid #C6DAB0}
  .stats .stat .v::after{display:none}
  .stats .stat .v{margin-bottom:.35rem;display:block}
  .cert-list li{font-size:.9rem;padding:.55rem 1.1rem}
  .hero p{font-size:1rem}
}

.pcard .varieties{font-size:.78rem;color:var(--muted);margin:-.4rem 0 .6rem;line-height:1.45}
.season-flag.frozen{background:#2F6E8F}
.pcard.is-frozen .ph{background:linear-gradient(180deg,#EAF3F8,#fff)}

/* variety chips under each product */
.pcard .vars{display:flex;flex-wrap:wrap;gap:.3rem;margin:.2rem 0 .7rem}
.pcard .vars span{font-size:.7rem;font-weight:600;color:var(--olive-x);background:var(--cream);border:1px solid var(--line);padding:.2rem .5rem;border-radius:100px;line-height:1.2}
.pcard .tags{margin-top:.1rem}
