    /* Self-hosted Open Sans (latin variable, 400–800) one file, no third-party origin */
    @font-face{
      font-family:"Open Sans";
      font-style:normal;
      font-weight:400 800;
      font-display:swap;
      src:url(../fonts/open-sans-latin.woff2) format("woff2");
      unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
    }
    h1,h2,h3,h4,p,ul,figure{margin:0}
    .section-head{text-align:center;max-width:46rem;margin:0 auto clamp(1.5rem,3vw,2.5rem)}
    .section-head h2{font-size:clamp(1.6rem,3vw,2.25rem);line-height:1.2;color:var(--ink);font-weight:800}
    .section-head h2 b{color:var(--red);font-weight:inherit}
    .section-head p{color:var(--muted);margin-top:.6rem}
    .eyebrow{display:inline-block;color:var(--green-700);font-weight:700;letter-spacing:.08em;
      text-transform:uppercase;font-size:.8125rem;margin-bottom:.5rem}

    /* ---------- Page hero / breadcrumb banner ---------- */
    .page-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);
      background:linear-gradient(180deg,var(--cream) 0%,#fdfbf6 100%)}
    .page-hero .wrap{position:relative;z-index:2;padding-block:clamp(2.25rem,5vw,3.75rem);text-align:center}
    .page-hero .eyebrow{margin-bottom:.45rem}
    .page-hero h1{font-size:clamp(1.9rem,4vw,2.9rem);line-height:1.12;color:var(--ink);
      font-weight:800;letter-spacing:-.01em}
    .page-hero h1 b{color:var(--red);font-weight:inherit}
    /* Site-wide rule: "Spices" always red (<b>), "Herbal/Herbs" always green (.hl-green). */
    .page-hero h1 .hl-green,.story h2 .hl-green{color:var(--logo-green)}
    .page-hero p{color:var(--muted);max-width:44rem;margin:.8rem auto 0;font-size:1.02rem}
    .breadcrumb{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.45rem;
      font-size:.85rem;color:var(--muted);margin-top:1.1rem}
    .breadcrumb a{color:var(--muted);font-weight:600}
    .breadcrumb a:hover{color:var(--red)}
    .breadcrumb svg{width:1em;height:1em;color:var(--line)}
    .breadcrumb [aria-current]{color:var(--ink);font-weight:600}
    .page-hero .leaf-deco{position:absolute;color:var(--green-600);opacity:.08;z-index:1;pointer-events:none}
    .page-hero .leaf-deco.one{width:170px;height:170px;top:-30px;left:-30px;transform:rotate(20deg)}
    .page-hero .leaf-deco.two{width:210px;height:210px;bottom:-60px;right:-40px;transform:rotate(-140deg)}

    /* ---------- Our Story (text + photo) ---------- */
    .story .wrap{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(1.75rem,4vw,3.25rem);align-items:center}
    .story-rule{display:block;width:54px;height:3px;border-radius:3px;background:var(--red);margin:.55rem 0 1.1rem}
    .story h2{font-size:clamp(1.7rem,3vw,2.4rem);color:var(--ink);line-height:1.18;font-weight:800}
    .story h2 b{color:var(--red);font-weight:inherit}
    .story-copy p{color:var(--muted);margin-top:1rem;line-height:1.7}
    .story-copy p:first-of-type{margin-top:0}
    .story-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}
    .story-tags span{font-size:.82rem;font-weight:600;color:var(--ink);background:var(--cream);
      border:1px solid var(--line);border-radius:50px;padding:.45rem .95rem}
    /* Phones: keep the three product tags on a single, horizontally centered line */
    @media (max-width:560px){
      .story-tags{flex-wrap:nowrap;gap:.4rem;justify-content:center}
      .story-tags span{white-space:nowrap;font-size:.74rem;padding:.42rem .55rem;text-align:center}
    }
    .story-media{position:relative;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);
      box-shadow:var(--shadow)}
    .story-media img{width:100%;height:100%;aspect-ratio:4/3.2;object-fit:cover}
    .story-media .badge-since{position:absolute;left:1.1rem;bottom:1.1rem;background:rgba(28,36,25,.94);
      color:#fff;border-radius:var(--radius);padding:.7rem 1.1rem;line-height:1.15;box-shadow:var(--shadow)}
    .story-media .badge-since b{display:block;font-size:1.35rem}
    .story-media .badge-since span{font-size:.74rem;color:rgba(255,255,255,.78);letter-spacing:.04em;text-transform:uppercase}

    /* ---------- Stats (compact card) ----------
       The GLOBAL .stats rule (critical.css) applies margin-top:-2.5rem to pull the card up
       and overlap the hero photo on the HOME page. On About there is no hero above it — the
       element above is the "Whole Spices / Ground Spices" tag row — so that negative pull
       drags the card ~12px OVER the tags on mobile. Reset it here (page-scoped, so Home is
       untouched) and give the card a normal, positive gap from the story section instead. */
    .stats{padding-block:0;margin-top:clamp(1.25rem,4vw,2.5rem)}
    .stats .wrap{width:min(100% - 3rem,68rem);background:#fff;border:1px solid var(--line);
      border-radius:6px;box-shadow:0 14px 34px rgba(20,36,20,.10);display:grid;
      grid-template-columns:repeat(4,1fr);padding:1.5rem .75rem;gap:.4rem}
    .stat{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.7rem;
      border-right:1px solid var(--line);padding:.2rem .4rem}
    .stat:last-child{border-right:0}
    .stat svg{width:1.5rem;height:1.5rem;color:var(--ink);flex:none;
      background:var(--cream);border-radius:6px;padding:.55rem;box-sizing:content-box}
    .stat-text{display:flex;flex-direction:column;line-height:1.15}
    .stat b{font-size:1.2rem;color:var(--logo-red)}
    .stat span{font-size:.74rem;color:var(--muted)}

    /* ---------- Mission / Vision cards ---------- */
    .mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap)}
    .mv-card{position:relative;overflow:hidden;border-radius:var(--radius);
      padding:clamp(1.75rem,3vw,2.6rem);display:flex;flex-direction:column;align-items:flex-start;
      gap:.7rem;color:#fff;background:linear-gradient(120deg,var(--ink),#33402c)}
    .mv-card--gold{background:linear-gradient(120deg,#a11c14,var(--logo-red))}
    .mv-card .ico{width:3.1rem;height:3.1rem;border-radius:50%;display:grid;place-items:center;
      background:rgba(255,255,255,.16);color:#fff;flex:none}
    .mv-card .ico svg{width:1.55rem;height:1.55rem}
    .mv-card h3{font-size:clamp(1.25rem,2.4vw,1.6rem);color:#fff;line-height:1.2}
    .mv-card p{color:rgba(255,255,255,.92);max-width:34rem;line-height:1.6}
    .mv-card::after{content:"";position:absolute;right:-40px;bottom:-50px;width:190px;height:190px;
      border-radius:50%;background:rgba(255,255,255,.07);pointer-events:none}

    /* ---------- Why choose (feature grid) ---------- */
    .why{background:var(--cream)}
    .why-features{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
    .why-feature{display:grid;grid-template-columns:auto 1fr;gap:.9rem;align-items:start;
      background:#fff;border:1px solid var(--line);border-radius:var(--radius);
      padding:1.4rem 1.4rem;transition:transform .2s,box-shadow .2s,border-color .2s}
    .why-feature:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--ink)}
    .why-feature .ico{width:2.9rem;height:2.9rem;border:1.5px solid var(--muted);border-radius:50%;
      display:grid;place-items:center;color:var(--ink);flex:none}
    .why-feature .ico svg{width:1.35rem;height:1.35rem}
    .why-feature h3{font-size:1.02rem;color:var(--ink)}
    .why-feature p{color:var(--muted);font-size:.88rem;margin-top:.25rem;line-height:1.55}

    /* ---------- Product categories ---------- */
    .cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}
    .cat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;
      border:1px solid var(--line);border-radius:6px;padding:1.6rem 1rem;background:#fff;
      transition:transform .2s,box-shadow .2s,border-color .2s}
    .cat:hover{border-color:var(--ink);box-shadow:var(--shadow);transform:translateY(-3px)}
    .cat .ico{width:3.4rem;height:3.4rem;border-radius:50%;flex:none;
      background:var(--cream);display:grid;place-items:center;color:var(--ink)}
    .cat .ico svg{width:1.65rem;height:1.65rem}
    .cat h3{font-size:.98rem;color:var(--ink);line-height:1.3}
    .cat p{font-size:.8rem;color:var(--muted);line-height:1.45}

    /* ---------- CTA band ---------- */
    .band-wrap{padding-block:clamp(2rem,4vw,3.25rem)}
    .band{background:linear-gradient(110deg,var(--ink),#33402c);color:#fff;
      border-radius:var(--radius);padding:clamp(1.75rem,4vw,3rem);display:flex;flex-wrap:wrap;
      gap:1.5rem;align-items:center;justify-content:space-between}
    .band h2{font-size:clamp(1.5rem,3vw,2rem)}
    .band p{color:#dbe7db;margin-top:.5rem;max-width:34rem}
    .band-actions{display:flex;flex-wrap:wrap;gap:.75rem}
    .band .btn--ghost{color:#fff}
    .band .btn--ghost:hover{background:rgba(255,255,255,.12)}
    @keyframes waPulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.75);opacity:0}100%{opacity:0}}

    /* ---------- Responsive ---------- */
    @media (max-width:1024px){
      .why-features{grid-template-columns:repeat(2,1fr)}
      .cat-grid{grid-template-columns:repeat(2,1fr)}
      .stats .wrap{grid-template-columns:repeat(2,1fr)}
      .stat:nth-child(2){border-right:0}
    }
    @media (max-width:860px){
      .story .wrap{grid-template-columns:1fr}
      .story-media{order:-1}
      .mv-grid{grid-template-columns:1fr}
    }
    @media (max-width:560px){
      .why-features{grid-template-columns:1fr}
      .cat-grid{grid-template-columns:1fr 1fr}
      .stats .wrap{grid-template-columns:1fr;gap:.75rem}
      .stat{border-right:0;justify-content:flex-start;padding-left:2rem}
    }

    
