:root{
  --ink:#25302c;
  --muted:#66736d;
  --bg:#fbfaf7;
  --card:#ffffff;
  --green:#6c8a62;
  --green-dark:#456141;
  --plum:#76506a;
  --plum-dark:#59384f;
  --sage:#e9f0e6;
  --blush:#f3e9ee;
  --sand:#f5efe3;
  --border:#e4e5df;
  --shadow:0 10px 30px rgba(45,58,52,.07);
  --radius:20px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}a{color:inherit}img{max-width:100%;display:block}.wrap{width:min(1160px,calc(100% - 40px));margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:16px;background:#fff;padding:12px 16px;z-index:999}.topbar{background:var(--plum-dark);color:white;font-size:.92rem}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:8px 0}.quick-exit{background:white;color:var(--plum-dark);text-decoration:none;font-weight:800;padding:6px 10px;border-radius:999px}.site-header{background:rgba(251,250,247,.97);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:30px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:52px;height:52px}.brand strong{display:block;font-size:1.04rem;line-height:1.1}.brand span{font-size:.8rem;color:var(--muted)}nav ul{display:flex;list-style:none;gap:26px;padding:0;margin:0;align-items:center}nav a{text-decoration:none;font-weight:700;color:#33413a}.nav-cta{background:var(--green-dark);color:#fff!important;padding:11px 16px;border-radius:999px}.menu-btn{display:none;border:0;background:none;font-size:1.6rem}.hero{padding:76px 0 56px}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--plum-dark);font-weight:800;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}.eyebrow:before{content:"";width:28px;height:3px;border-radius:3px;background:var(--green)}h1,h2,h3{font-family:Inter,ui-sans-serif,system-ui,sans-serif;line-height:1.12;margin:0 0 16px;color:#26352f}h1{font-size:clamp(2.6rem,5.7vw,5.2rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,3.6vw,3.35rem);letter-spacing:-.03em}h3{font-size:1.25rem}.lead{font-size:1.18rem;color:var(--muted);max-width:680px}.actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:999px;text-decoration:none;font-weight:800;border:1px solid transparent}.btn-primary{background:var(--plum-dark);color:#fff}.btn-secondary{background:#fff;border-color:var(--border)}.hero-card{background:linear-gradient(145deg,var(--sage),#fff);padding:32px;border-radius:30px;box-shadow:var(--shadow)}.hero-card .help-list{display:grid;gap:12px;margin-top:18px}.help-chip{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:14px 16px;border-radius:14px;text-decoration:none;font-weight:750;border:1px solid rgba(69,97,65,.08)}.section{padding:72px 0}.section-soft{background:#fff}.section-sage{background:var(--sage)}.section-blush{background:var(--blush)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section-head p{max-width:590px;margin:0;color:var(--muted)}.grid{display:grid;gap:20px}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.category-card{padding:24px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;box-shadow:var(--shadow)}.category-card .icon{width:48px;height:48px;border-radius:14px;background:var(--sand);display:grid;place-items:center;font-size:1.25rem;margin-bottom:18px}.category-card p{color:var(--muted);margin-bottom:0}.emergency{background:var(--plum-dark);color:#fff;padding:34px;border-radius:26px;display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.emergency h2{color:#fff;font-size:clamp(1.8rem,3vw,2.7rem)}.emergency p{margin:0;color:#f2eaf0}.emergency .btn{background:#fff;color:var(--plum-dark)}.search-panel{background:#fff;padding:26px;border:1px solid var(--border);border-radius:22px;box-shadow:var(--shadow);margin-bottom:28px}.filters{display:grid;grid-template-columns:1.4fr .8fr .8fr auto;gap:12px}.filters input,.filters select{width:100%;border:1px solid #d9ddd8;border-radius:12px;padding:13px 14px;font:inherit;background:#fff}.filters button{border:0;background:var(--green-dark);color:#fff;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer}.results-count{margin:14px 0 0;color:var(--muted);font-size:.94rem}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource{background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;display:flex;flex-direction:column;min-height:250px}.resource-top{display:flex;gap:15px;align-items:center;margin-bottom:15px}.resource-logo{width:52px;height:52px;border:1px solid var(--border);border-radius:12px;padding:7px;background:#fff;object-fit:contain}.resource .meta{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 16px}.pill{display:inline-flex;border-radius:999px;padding:5px 9px;background:var(--sage);font-size:.76rem;font-weight:800;color:#3d5940}.pill.area{background:var(--blush);color:var(--plum-dark)}.resource p{color:var(--muted);font-size:.95rem}.resource a.visit{margin-top:auto;font-weight:800;color:var(--plum-dark);text-decoration:none}.no-results{display:none;background:#fff;border:1px dashed var(--border);border-radius:16px;padding:28px;text-align:center;color:var(--muted)}.content-narrow{width:min(800px,calc(100% - 40px));margin:auto}.prose p,.prose li{color:#53615b}.prose h2{margin-top:38px}.contact-box{background:#fff;border:1px solid var(--border);border-radius:22px;padding:28px}.site-footer{background:#2f3c36;color:#e9eee9;padding:58px 0 28px;margin-top:0}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:34px}.footer-grid h3{color:#fff;font-size:1rem}.footer-grid ul{list-style:none;padding:0;margin:0;display:grid;gap:9px}.footer-grid a{color:#d9e0dc;text-decoration:none;font-size:.92rem}.footer-brand p{color:#bbc6c0;max-width:320px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:38px;padding-top:20px;font-size:.85rem;color:#aeb9b3;display:flex;justify-content:space-between;gap:20px}.created{color:#cfd8d2}.muted{color:var(--muted)}@media(max-width:900px){.hero-grid,.footer-grid{grid-template-columns:1fr}.grid-4,.grid-3,.resource-grid{grid-template-columns:repeat(2,1fr)}.filters{grid-template-columns:1fr 1fr}.filters input{grid-column:1/-1}.emergency{grid-template-columns:1fr}nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:18px 20px}nav.open{display:block}nav ul{flex-direction:column;align-items:stretch}.menu-btn{display:block}.header-inner{position:relative}}@media(max-width:620px){.wrap{width:min(100% - 28px,1160px)}.hero{padding-top:50px}.grid-4,.grid-3,.resource-grid,.filters{grid-template-columns:1fr}.section{padding:54px 0}.topbar .wrap{align-items:flex-start}.topbar span{max-width:70%}.footer-bottom{flex-direction:column}}
