    /* 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(/assets/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(--green-900);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(--green-900);
      font-weight:800;letter-spacing:-.01em}
    .page-hero h1 b{color:var(--red);font-weight:inherit}
    .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(--green-700);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)}

    /* ---------- Intro (text + photo) ---------- */
    .story .wrap{display:grid;grid-template-columns:1.45fr 1fr;gap:clamp(1.25rem,2.5vw,2.25rem);align-items:center}
    .story-rule{display:block;width:54px;height:3px;border-radius:3px;background:var(--green-600);margin:.55rem 0 1.1rem}
    .story h2{font-size:clamp(1.7rem,3vw,2.4rem);color:var(--green-900);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}
    /* keep the intro concise: first paragraph max 3 lines, hide extra paragraphs */
    .story-copy p:first-of-type{margin-top:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
    .story-copy p:not(:first-of-type){display:none}
    .story-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}
    .story-tags span{font-size:.82rem;font-weight:600;color:var(--green-900);background:var(--cream);
      border:1px solid var(--line);border-radius:50px;padding:.45rem .95rem}
    .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(31,91,42,.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:#d6ead6;letter-spacing:.04em;text-transform:uppercase}

    /* ---------- Who we supply (served industries) ---------- */
    .served{background:var(--cream)}
    .served-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--gap)}
    .served-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.7rem;
      border:1px solid var(--line);border-radius:6px;padding:1.5rem 1rem;background:#fff;
      transition:transform .2s,box-shadow .2s,border-color .2s}
    .served-item:hover{border-color:var(--green-600);box-shadow:var(--shadow);transform:translateY(-3px)}
    .served-item .ico{width:3rem;height:3rem;border-radius:50%;flex:none;
      background:#eef4e8;display:grid;place-items:center;color:var(--green-700)}
    .served-item .ico svg{width:1.5rem;height:1.5rem}
    .served-item h3{font-size:.92rem;color:var(--green-900);line-height:1.3}

    /* ---------- Product range ---------- */
    .range-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap)}
    .range-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
      padding:clamp(1.5rem,3vw,2.25rem);box-shadow:var(--shadow-sm)}
    .range-card .ico{width:3rem;height:3rem;border-radius:50%;background:#eef4e8;color:var(--green-700);
      display:grid;place-items:center;margin-bottom:1rem}
    .range-card .ico svg{width:1.55rem;height:1.55rem}
    .range-card h3{font-size:1.2rem;color:var(--green-900);line-height:1.2}
    .range-card>p{color:var(--muted);margin-top:.35rem;font-size:.92rem}
    .chips{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1.2rem}
    .chips li{font-size:.76rem;font-weight:600;color:var(--green-900);background:var(--cream);
      border:1px solid var(--line);border-radius:14px;padding:.3rem .6rem;text-align:center;line-height:1.2;
      display:flex;align-items:center;justify-content:center;height:2.9rem;overflow:hidden}
    /* clamp long names to a max of 2 lines with an ellipsis, keeping the box a fixed size */
    .chips li span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.2}
    .chips li.more{background:var(--green-900);color:#fff;border-color:var(--green-900);grid-column:1 / -1}

    /* ---------- 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(--green-600)}
    .why-feature .ico{width:2.9rem;height:2.9rem;border:1.5px solid var(--green-600);border-radius:50%;
      display:grid;place-items:center;color:var(--green-700);flex:none}
    .why-feature .ico svg{width:1.35rem;height:1.35rem}
    .why-feature h3{font-size:1.02rem;color:var(--green-900)}
    .why-feature p{color:var(--muted);font-size:.88rem;margin-top:.25rem;line-height:1.55}

    /* ---------- CTA band ---------- */
    .band-wrap{padding-block:clamp(2rem,4vw,3.25rem)}
    .band{background:linear-gradient(110deg,var(--green-900),var(--green-700));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)}
      .served-grid{grid-template-columns:repeat(3,1fr)}
    }
    @media (max-width:860px){
      .story .wrap{grid-template-columns:1fr}
      .story-media{order:-1}
      .range-grid{grid-template-columns:1fr}
    }
    @media (max-width:560px){
      .why-features{grid-template-columns:1fr}
      .served-grid{grid-template-columns:1fr 1fr}
    }

    

/* Laravel integration: adapt product-range columns to card count */
.range-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}

/* ---------- FAQ accordion ----------
   The stylesheet's global `svg{max-width:100%;height:auto}` means any SVG
   without an explicit size stretches to its container's full width. The
   summary chevron had no size and no rules at all, so it rendered as a
   full-width arrow and blew the page height out. These rules size it and
   give the accordion the same look as the site-wide FAQ page. */
.faq-list{max-width:52rem;margin:0 auto;display:grid;gap:.8rem}
.faq-item{border:1px solid var(--line);border-radius:var(--radius);background:#fff;
  overflow:hidden;box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s}
.faq-item[open]{border-color:var(--green-600);box-shadow:var(--shadow)}
.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;
  justify-content:space-between;gap:1rem;padding:1.05rem 1.25rem;font-weight:700;
  color:var(--ink);font-size:1rem;line-height:1.45}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{color:var(--green-900)}
.faq-item summary .chev{flex:none;width:1.15rem;height:1.15rem;color:var(--green-700);
  transition:transform .25s}
.faq-item[open] summary .chev{transform:rotate(180deg)}
.faq-body{padding:0 1.25rem 1.15rem;color:var(--muted);line-height:1.75}
.faq-body a{color:var(--green-700);font-weight:600;text-decoration:underline}
.faq-body a:hover{color:var(--green-900)}
