    /* 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}
    .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)}

    /* ---------- Contact info cards ---------- */
    .info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap)}
    .info-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.65rem;
      background:#fff;border:1px solid var(--line);border-radius:6px;padding:1.7rem 1.25rem;
      transition:transform .25s,box-shadow .25s,border-color .25s}
    .info-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:var(--ink)}
    .info-card .ico{width:3.2rem;height:3.2rem;border-radius:50%;background:var(--cream);display:grid;
      place-items:center;color:var(--ink);margin-bottom:.2rem}
    .info-card .ico svg{width:1.5rem;height:1.5rem}
    .info-card h3{font-size:1rem;color:var(--ink)}
    .info-card p{font-size:.88rem;color:var(--muted);line-height:1.5}
    .info-card a{font-size:.9rem;color:var(--ink);font-weight:600;line-height:1.5}
    .info-card a:hover{color:var(--red)}

    /* ---------- Connect / supplier CTA cards ---------- */
    .connect-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap)}
    .connect-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(--green-900),var(--green-700))}
    .connect-card--gold{background:linear-gradient(120deg,var(--gold-700),var(--gold))}
    .connect-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}
    .connect-card .ico svg{width:1.55rem;height:1.55rem}
    .connect-card h3{font-size:clamp(1.25rem,2.4vw,1.6rem);color:#fff;line-height:1.2}
    .connect-card p{color:rgba(255,255,255,.92);max-width:30rem;line-height:1.55}
    .connect-card .btn{margin-top:.6rem}
    .connect-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}
    /* Single full-width CTA variant */
    .connect-card--row{flex-direction:row;align-items:center;gap:1.1rem 1.75rem;flex-wrap:wrap}
    .connect-card--row .connect-text{flex:1;min-width:16rem}
    .connect-card--row .connect-text p{max-width:46rem}
    .connect-card--row .btn{margin-top:0;flex:none}

    /* ---------- Contact (map + form) ---------- */
    .contact{background:var(--cream)}
    .contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:stretch}
    .contact-map{border:1px solid var(--line);border-radius:6px;overflow:hidden;min-height:520px;background:#fff}
    .contact-map iframe{display:block;width:100%;height:100%;min-height:520px;border:0;filter:grayscale(.1)}
    .contact-form-wrap{border:1px solid var(--line);border-radius:6px;background:#fff;padding:clamp(1.25rem,2.5vw,2rem)}
    .contact-form-wrap .form-head{margin-bottom:1.1rem}
    .contact-form-wrap .form-head h2{font-size:clamp(1.3rem,2.4vw,1.7rem);color:var(--ink);font-weight:800}
    .contact-form-wrap .form-head p{color:var(--muted);font-size:.92rem;margin-top:.3rem}
    .contact-form{display:flex;flex-direction:column;gap:1rem}
    .field{display:flex;flex-direction:column;gap:.35rem}
    .field label{font-size:.84rem;font-weight:600;color:var(--ink)}
    .field .req{color:var(--red)}
    .field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:6px;
      padding:.7rem .8rem;font:inherit;font-size:.92rem;color:var(--ink);background:#fff}
    .field textarea{resize:vertical;min-height:7rem}
    .field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--ink);
      box-shadow:0 0 0 3px rgba(28,36,25,.15)}
    .field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
    .phone-row{display:flex;gap:.5rem}
    .phone-row select{flex:0 0 10.5rem}
    .phone-row input{flex:1;min-width:0}
    /* Custom country-code picker: compact box (flag+code), dropdown shows names */
    .cvc{position:relative;flex:none}
    .cvc-btn{display:inline-flex;align-items:center;gap:.35rem;height:100%;min-height:2.95rem;padding:0 .7rem;
      background:#fff;border:1px solid var(--line);border-radius:6px;font:inherit;font-weight:700;
      color:var(--ink);cursor:pointer;white-space:nowrap}
    .cvc.open .cvc-btn,.cvc-btn:focus-visible{outline:2px solid var(--ink);border-color:var(--ink)}
    .cvc-btn .f{font-size:1.1rem;line-height:1}
    .cvc-caret{width:.75rem;height:.75rem;color:var(--muted);transition:transform .2s;flex:none}
    .cvc.open .cvc-caret{transform:rotate(180deg)}
    .cvc-list{position:absolute;top:calc(100% + .35rem);left:0;z-index:20;width:255px;max-height:232px;
      overflow-y:auto;margin:0;padding:.3rem;list-style:none;background:#fff;border:1px solid var(--line);
      border-radius:10px;box-shadow:0 16px 40px rgba(20,36,20,.18);display:none;text-align:left}
    .cvc.open .cvc-list{display:block}
    .cvc-opt{display:flex;align-items:center;gap:.55rem;padding:.5rem .55rem;border-radius:7px;cursor:pointer;font-size:.9rem}
    .cvc-opt:hover,.cvc-opt.sel{background:var(--cream)}
    .cvc-opt.sel{font-weight:700}
    .cvc-opt .f{font-size:1.15rem;flex:none;line-height:1}
    .cvc-opt .n{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ink)}
    .cvc-opt .c{color:var(--muted);font-weight:700;flex:none}
    .check{display:flex;gap:.6rem;align-items:flex-start;font-size:.85rem;color:var(--muted);cursor:pointer;line-height:1.45}
    .check input{margin-top:.15rem;width:1.1rem;height:1.1rem;flex:none;accent-color:var(--red)}
    .contact-form .cf-turnstile{display:flex;justify-content:center;margin-top:.25rem}
    .contact-form .btn{align-self:flex-start;margin-top:.25rem}
    @keyframes waPulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(1.75);opacity:0}100%{opacity:0}}

    /* ---------- Responsive ---------- */
    @media (max-width:1024px){
      .info-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media (max-width:860px){
      .contact-grid{grid-template-columns:1fr}
      .contact-map{min-height:340px}
      .contact-map iframe{min-height:340px}
      .connect-grid{grid-template-columns:1fr}
    }
    @media (max-width:560px){
      .info-grid{grid-template-columns:1fr}
      .field-row{grid-template-columns:1fr}
    }

    
