/* Meet your providers — Helix Seven (tokens from product.css) */
.prov{background:var(--cream);padding:clamp(96px,13vw,148px) 0 clamp(64px,9vw,104px)}
.prov__head{text-align:center;max-width:760px;margin:0 auto clamp(40px,6vw,64px)}
.prov__head .eyebrow{color:var(--forest-2)}
.prov__head h1{font-family:var(--serif);font-weight:600;font-size:clamp(2.3rem,6vw,3.8rem);line-height:1.03;letter-spacing:-.01em;margin:14px 0 16px;color:var(--ink)}
.prov__head p{color:var(--muted);font-size:clamp(1.02rem,1.7vw,1.18rem);line-height:1.55;margin:0}

.prov__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(18px,2.4vw,26px);max-width:1140px;margin:0 auto}
.provcard{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-lg);padding:clamp(26px,3vw,40px);display:flex;flex-direction:column;align-items:center;text-align:center}
.provcard__photo{width:clamp(108px,12vw,136px);height:clamp(108px,12vw,136px);border-radius:50%;object-fit:cover;object-position:center top;background:var(--cream-2);box-shadow:0 0 0 1px var(--line),0 12px 28px -12px rgba(17,37,26,.5);margin-bottom:20px}
.provcard h3{font-family:var(--serif);font-weight:600;font-size:clamp(1.3rem,2.2vw,1.5rem);line-height:1.08;margin:0 0 12px;color:var(--ink)}
.provcard__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;margin-bottom:20px}
.provcard__tags span{font-family:var(--label);font-size:.66rem;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--forest-deep);background:var(--lime-soft);border-radius:var(--pill);padding:5px 12px;white-space:nowrap}
.provcard__bio{color:var(--ink-soft);font-size:.95rem;line-height:1.68;margin:0;text-align:left;max-width:52ch}

.prov__note{max-width:1140px;margin:clamp(34px,5vw,52px) auto 0;padding:20px 24px;background:var(--paper);border:1px solid var(--line);border-radius:var(--r-md);font-size:.86rem;color:var(--muted);line-height:1.66;text-align:center}
.prov__cta{display:flex;justify-content:center;margin-top:clamp(34px,5vw,50px)}
.prov__cta .btn{min-width:190px;justify-content:center}

@media (max-width:820px){
  .prov__grid{grid-template-columns:1fr;max-width:600px}
  .provcard__bio{text-align:left}
}

.totop{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border-radius:50%;background:var(--forest);color:#F4F2E8;display:grid;place-items:center;z-index:80;opacity:0;transform:translateY(16px);transition:.3s var(--ease);box-shadow:0 10px 26px -10px rgba(17,37,26,.7)}
.totop.show{opacity:1;transform:none}
.totop svg{width:20px;height:20px}
