.home-hero{min-height:100vh;display:flex;align-items:center;background:#f7f8f6;color:#16261c;padding:clamp(2rem,5vw,4.5rem) clamp(1.5rem,5vw,4rem)}.home-hero .hh-grid{width:100%;max-width:64rem;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,4vw,56px);align-items:center}.home-hero .hh-pill{display:inline-flex;align-items:center;padding:4px 11px;background:#e1e7e2;color:#1f4d2e;border-radius:999px;font-size:.75rem;font-weight:500}.home-hero .hh-title{margin:18px 0 0;font-size:clamp(2.6rem,5.5vw,4rem);font-weight:700;color:#1f4d2e;letter-spacing:-.035em;line-height:1}.home-hero .hh-lede{margin:18px 0 0;max-width:34ch;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.5;color:#3a4a40}.home-hero .hh-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.home-hero .hh-btn-primary{border-radius:10px;background:#1f4d2e;color:#fff;padding:12px 22px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .18s,transform .18s}.home-hero .hh-btn-primary:hover{background:#2f6b41;transform:translateY(-1px)}.home-hero .hh-btn-secondary{border-radius:10px;background:transparent;color:#1f4d2e;padding:12px 22px;font-size:.95rem;font-weight:600;text-decoration:none;border:1.5px solid rgba(31,77,46,.35);transition:border-color .18s,background .18s}.home-hero .hh-btn-secondary:hover{border-color:#1f4d2e;background:rgba(31,77,46,.04)}.home-hero .hh-btn-primary:focus-visible,.home-hero .hh-btn-secondary:focus-visible{outline:2px solid #1f4d2e;outline-offset:3px}.home-hero .hh-panel{position:relative;overflow:hidden;background:#fff;border:1px solid #e2e5e1;border-radius:16px;padding:clamp(20px,2.4vw,30px)}.home-hero .hh-panel-texture{position:absolute;inset:-10% -10% auto auto;width:75%;color:#1f4d2e;opacity:.07;pointer-events:none}.home-hero .hh-panel-head{position:relative;margin:0 0 4px;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#525252;display:flex;align-items:center;gap:8px}.home-hero .hh-panel-head:before{content:"";width:7px;height:7px;border-radius:50%;background:#d98324;opacity:.6}.home-hero .hh-rows{position:relative;margin-top:14px}.home-hero .hh-row{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:15px 0;border-top:1px solid #edefec}.home-hero .hh-row:first-child{border-top:0}.home-hero .hh-row-label{font-size:.92rem;color:#3a4a40}.home-hero .hh-row-val{font-size:1.85rem;font-weight:700;color:#1f4d2e;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.home-hero .hh-panel-foot{position:relative;margin:16px 0 0;padding-top:14px;border-top:1px solid #edefec;font-size:.72rem;color:#6b756e}@media (max-width:820px){.home-hero .hh-grid{grid-template-columns:1fr}}