
:root{
  --green:#284f37;
  --green-dark:#0d3b25;
  --green-deep:#072f1d;
  --gold:#c9982f;
  --gold-light:#e1b553;
  --cream:#f7f5ee;
  --text:#27332c;
  --muted:#68736d;
  --white:#fff;
  --line:#dde2dc;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",Arial,sans-serif;color:var(--text);background:#fff}
img{max-width:100%}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:0 auto}
h1,h2,h3{font-family:"Playfair Display",Georgia,serif;margin-top:0}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border-radius:4px;font-weight:700;font-size:14px;transition:.2s ease;border:1px solid transparent}
.btn:hover{transform:translateY(-1px);filter:brightness(1.04)}
.btn-gold{background:linear-gradient(180deg,var(--gold-light),var(--gold));color:#182b21;box-shadow:0 2px 8px rgba(0,0,0,.12)}
.btn-outline{border-color:rgba(255,255,255,.7);color:#fff;background:rgba(6,35,23,.2)}
.btn-green{background:var(--green);color:#fff}
.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:#e7e7da;margin:0 0 8px}
.eyebrow.dark{color:#819182}

/* Header */
.site-header{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid #eee;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.nav-wrap{min-height:84px;display:flex;align-items:center;gap:20px}
.brand{display:flex;align-items:center}
.brand-mark{height:50px;width:auto;object-fit:contain}
.nav{display:flex;align-items:center;gap:22px;margin-left:auto}
.nav a{font-size:12px;font-weight:600;color:#303631;padding:32px 0 26px;position:relative;white-space:nowrap}
.nav a.active::after{content:"";position:absolute;height:2px;background:var(--gold);left:0;right:0;bottom:19px}
.quote-btn{padding:11px 15px;white-space:nowrap}
.search-btn,.nav-toggle{border:0;background:transparent;font-size:25px;color:#39433b;cursor:pointer}
.nav-toggle{display:none}

/* Hero */
.hero{min-height:550px;position:relative;overflow:hidden;background:
  linear-gradient(90deg,rgba(2,20,14,.97) 0%,rgba(6,45,28,.87) 42%,rgba(31,63,38,.35) 64%,rgba(12,20,14,.12) 100%),
  url('images/ChatGPT-Image-Jul-18-2026-05_38_57-PM.png') center/cover no-repeat}
.hero::before{content:"";position:absolute;left:0;right:0;bottom:0;height:42%;background:linear-gradient(0deg,rgba(6,35,23,.8),transparent)}
.hero-inner{position:relative;z-index:2;min-height:550px;display:flex;align-items:center;justify-content:space-between}
.hero-copy{max-width:540px;color:#fff;padding:40px 0}
.hero h1{font-size:64px;line-height:.97;margin:0 0 12px;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.24)}
.hero-lead{font-size:17px;line-height:1.45;margin:0 0 26px;color:#efeede}
.hero-features{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:18px 0 28px}
.hero-features div{display:flex;flex-direction:column;gap:5px;font-size:11px;line-height:1.15}
.hero-features span{font-size:26px;color:var(--gold-light)}
.hero-actions{display:flex;gap:12px}
.hero-script{position:absolute;right:30px;bottom:12px;color:#f5efe0;font-family:"Playfair Display",serif;font-style:italic;font-size:20px;transform:rotate(-6deg);z-index:3}

.page-hero{position:relative;min-height:320px;background:
  linear-gradient(90deg,rgba(2,20,14,.92) 0%,rgba(6,45,28,.82) 42%,rgba(31,63,38,.35) 64%,rgba(12,20,14,.12) 100%),
  url('images/ChatGPT-Image-Jul-18-2026-05_38_57-PM.png') center/cover no-repeat}
.page-hero .container{position:relative;z-index:2;min-height:320px;display:flex;align-items:center}
.page-hero h1{font-size:48px;line-height:.97;margin:0 0 12px;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.24)}
.page-hero .hero-lead{font-size:15px;line-height:1.45;margin:0 0 18px;color:#efeede}
.page-hero .btn{margin-top:8px}

/* Trust */
.trust-strip{background:#fbfbf8;border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(5,1fr);min-height:80px;align-items:center}
.trust-grid>div{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid #e6e7e1;padding:10px}
.trust-grid>div:last-child{border-right:0}
.trust-grid span{font-size:30px;color:#6f8d66}
.trust-grid p{margin:0;display:flex;flex-direction:column}
.trust-grid b{font-family:Georgia,serif;font-size:13px}
.trust-grid small{font-size:9px;color:#788178;margin-top:3px}

/* General sections */
.section{padding:34px 0}
.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.section-head h2{margin:0;font-size:30px;color:#33443a}
.section-head a,.section-head span{font-size:12px;font-weight:700;color:#8d7539}

/* Products */
.products-section{background:#fff}
.product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.product-card{border:1px solid #e3e6e1;background:#fff;box-shadow:0 2px 7px rgba(0,0,0,.04);overflow:hidden}
.product-img{height:126px;background-size:cover;background-position:center}
.product-img.coffee{background-image:url('images/Screenshot%202026-08-30%20233843.png')}
.product-img.dried{background-image:url('https://images.unsplash.com/photo-1605027990121-cbae9e0642df?auto=format&fit=crop&w=700&q=80')}
.product-img.oils{background-image:url('images/wmremove-transformed-10.jpeg')}
.product-img.macadamia{background-image:url('images/images-20.jpg')}
.product-img.tea{background-image:url('images/oleg-guijinsky-2CRgKZAyPXg-unsplash-1-1024x683.jpg')}
.product-img.produce{background-image:url('https://images.unsplash.com/photo-1610832958506-aa56368176cf?auto=format&fit=crop&w=700&q=80')}
.product-body{padding:12px}
.product-body h3{font-family:"DM Sans",sans-serif;margin:0 0 5px;font-size:13px;color:#324839}
.product-body p{font-size:9px;line-height:1.55;color:#6a746d;min-height:42px;margin:0 0 7px}
.product-body a{font-size:9px;font-weight:700;color:#b0882c}

/* About */
.about-section{background:#f8f8f4}
.about-grid{display:grid;grid-template-columns:1.12fr 1.45fr .65fr;gap:22px;align-items:stretch}
.about-photo{min-height:300px;background:url('images/Screenshot%202026-08-30%20231134.png') center/cover no-repeat;border:1px solid #ddd}
.about-copy h2{font-size:29px;margin:0 0 2px}
.about-copy h4{font-family:Georgia,serif;margin:0 0 14px;color:#53675c}
.about-copy>p{font-size:12px;line-height:1.5;color:#505d55}
.mini-features{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin:18px 0}
.mini-features div{font-size:9px;line-height:1.1;color:#53635a}
.mini-features span{display:block;font-size:24px;color:#688a72;margin-bottom:4px}
.promise-card{background:#f0f2ed;padding:22px 18px;border-left:1px solid #d7ddd6}
.promise-card h3{font-size:20px;margin-bottom:12px}
.promise-card ul{list-style:none;padding:0;margin:0}
.promise-card li{font-size:11px;padding:6px 0;border-bottom:1px solid #dbe0da}
.promise-card li::before{content:"✓";color:#52795c;font-weight:800;margin-right:7px}
.promise-card .script{font-family:"Playfair Display",serif;font-style:italic;font-size:22px;transform:rotate(-6deg);margin-top:25px;text-align:center;color:#516a5a}

/* Markets */
.market-section{position:relative;min-height:325px;background:
  url('https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1800&q=80') center 58%/cover no-repeat;color:white}
.market-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(18,56,73,.96) 0%,rgba(38,65,81,.84) 42%,rgba(28,45,52,.25) 72%,rgba(17,33,40,.18) 100%)}
.market-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 310px;gap:40px;align-items:center;min-height:325px}
.market-copy{max-width:620px}
.market-copy h2{font-size:38px;margin:0 0 10px}
.market-copy p{font-size:12px;line-height:1.5;color:#eef2f2;max-width:600px}
.market-card{background:rgba(10,40,47,.9);padding:18px 20px;border-radius:12px;border:1px solid rgba(255,255,255,.25);box-shadow:0 12px 30px rgba(0,0,0,.18)}
.market-card h3{font-size:19px;margin-bottom:12px}
.flag-row{font-size:11px;padding:5px 0;display:flex;gap:10px;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}

/* Process */
.process-section{padding:26px 0 30px}
.process-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:28px;position:relative}
.process-grid::before{content:"";position:absolute;left:7%;right:7%;top:28px;height:1px;background:#95a49a}
.process-step{position:relative;text-align:center;padding-top:1px}
.process-step span{position:relative;z-index:2;margin:auto;width:54px;height:54px;border-radius:50%;background:var(--green);border:5px solid #edf2ed;color:white;display:flex;align-items:center;justify-content:center;font-weight:800}
.process-step h3{font-family:"DM Sans",sans-serif;font-size:11px;margin:7px 0 4px}
.process-step p{font-size:9px;line-height:1.25;color:#68756e;margin:0}

/* CTA + footer */
.cta-section{background:linear-gradient(90deg,#0a3e23,#0d4e29);color:#fff;padding:18px 0;border-top:1px solid rgba(255,255,255,.12)}
.cta-wrap{display:flex;align-items:center;justify-content:space-between;gap:22px}
.cta-wrap h2{margin:0;font-size:24px}
.cta-wrap p{margin:3px 0 0;font-size:11px;color:#d6e1d7}
.cta-actions{display:flex;gap:12px}
.footer{background:#fff}
.footer-main{display:grid;grid-template-columns:1.2fr 1.5fr .8fr 1.2fr .6fr;gap:20px;align-items:center;min-height:86px}
.footer-brand{min-width:0}
.footer-contact{font-size:10px;color:#3f4d45}
.footer-contact small{color:#7c8880}
.socials{white-space:nowrap;color:#375443}
.footer-bottom{background:#273c33;color:#cdd5d1;font-size:8px;padding:8px 0;text-align:center}

/* Responsive */
@media (max-width: 1080px){
  .nav{gap:12px}
  .nav a{font-size:10px}
  .product-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width: 850px){
  .nav-toggle{display:block;margin-left:auto}
  .nav{position:absolute;left:0;right:0;top:84px;background:#fff;display:none;flex-direction:column;align-items:flex-start;padding:10px 4%;border-top:1px solid #eee;box-shadow:0 8px 18px rgba(0,0,0,.08)}
  .nav.open{display:flex}
  .nav a{padding:10px 0;font-size:13px;width:100%}
  .nav a.active::after{display:none}
  .quote-btn,.search-btn{display:none}
  .hero-inner{min-height:650px;align-items:flex-start}
  .hero-copy{padding-top:55px;position:relative;z-index:4}
  .hero h1{font-size:54px}
  .hero-products{position:absolute;right:-30px;bottom:5px;width:55%;opacity:.92}
  .trust-grid{grid-template-columns:1fr 1fr}
  .trust-grid>div{justify-content:flex-start;border-bottom:1px solid #eee}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .about-grid{grid-template-columns:1fr}
  .about-photo{min-height:320px}
  .mini-features{grid-template-columns:repeat(3,1fr)}
  .market-grid{grid-template-columns:1fr;padding:35px 0}
  .process-grid{grid-template-columns:repeat(3,1fr);row-gap:24px}
  .process-grid::before{display:none}
  .cta-wrap{flex-direction:column;align-items:flex-start}
  .footer-main{grid-template-columns:1fr 1fr;padding:18px 0}
  .page-hero{min-height:280px}
  .page-hero .container{min-height:280px}
  .page-hero h1{font-size:42px}
}
@media (max-width: 560px){
  .site-header .brand{min-width:0}
  .hero{min-height:720px}
  .hero-inner{min-height:720px}
  .hero h1{font-size:47px}
  .hero-lead{font-size:15px}
  .hero-features{grid-template-columns:repeat(2,1fr);gap:15px}
  .hero-products{width:90%;height:360px;right:-70px;bottom:-10px;transform:scale(.72);transform-origin:bottom right}
  .hero-actions{flex-wrap:wrap}
  .trust-grid{grid-template-columns:1fr}
  .section-head{align-items:flex-start;gap:8px;flex-direction:column}
  .product-grid{grid-template-columns:1fr}
  .product-img{height:190px}
  .mini-features{grid-template-columns:repeat(2,1fr)}
  .market-copy h2{font-size:32px}
  .market-grid{grid-template-columns:1fr}
  .process-grid{grid-template-columns:repeat(2,1fr)}
  .cta-actions{flex-wrap:wrap}
  .footer-main{grid-template-columns:1fr}
  .page-hero{min-height:260px}
  .page-hero .container{min-height:260px}
  .page-hero h1{font-size:38px}
}
