:root{--ink:#101514;--muted:#52605b;--paper:#f7f6f1;--surface:#fff;--line:#d9ded8;--accent:#145f4a;--accent-2:#e5f2ec;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:var(--accent)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #f0a43c;outline-offset:3px}.skip-link{position:absolute;left:-999px;top:1rem;background:#fff;padding:.75rem;z-index:10}.skip-link:focus{left:1rem}.site-header{max-width:var(--max);margin:auto;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.brand{font-weight:800;text-decoration:none;color:var(--ink);font-size:1.08rem}.site-header nav,.example-card__links,footer nav{display:flex;gap:1rem;flex-wrap:wrap}.site-header nav a,footer a{text-decoration:none}.hero{padding:clamp(4rem,8vw,7rem) 1.25rem 3.5rem;background:linear-gradient(145deg,#0d211b,#153f32);color:#fff}.hero__inner,.section,footer{max-width:var(--max);margin:auto}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:.75rem;color:#83d4b6;margin:0 0 .8rem}.hero h1{font-size:clamp(2.4rem,7vw,5.6rem);line-height:.98;max-width:1000px;margin:0;letter-spacing:-.05em}.lede{font-size:clamp(1.1rem,2vw,1.45rem);max-width:780px;color:#dcebe5}.boundary{max-width:850px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.22);border-radius:1rem;padding:1rem 1.15rem;margin:1.5rem 0}.button{display:inline-block;background:#fff;color:#103f31;font-weight:800;text-decoration:none;padding:.8rem 1rem;border-radius:.7rem}.section{padding:4.5rem 1.25rem}.surface{max-width:none;background:#eef2ed}.surface>*{max-width:var(--max);margin-left:auto;margin-right:auto}.section-heading{max-width:760px;margin-bottom:1.8rem}.section-heading h2{font-size:clamp(1.9rem,4vw,3rem);line-height:1.08;margin:.15rem 0 .65rem;letter-spacing:-.035em}.section-heading p:not(.eyebrow),.note{color:var(--muted)}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-grid article{background:var(--surface);border:1px solid var(--line);border-radius:1rem;padding:1.3rem}.stat-grid strong{display:block;font-size:2.2rem;line-height:1;color:var(--accent)}.stat-grid span{display:block;margin-top:.55rem;color:var(--muted)}.taxonomy-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.taxonomy-card{background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1.2rem}.taxonomy-card h3{margin:.2rem 0 .55rem}.taxonomy-card p{margin:.25rem 0;color:var(--muted)}.taxonomy-card__count{font-size:.77rem!important;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--accent)!important}.structure-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.structure-list article{background:#fff;border-left:5px solid var(--accent);padding:1rem 1.2rem;border-radius:.4rem}.structure-list h3{margin:0 0 .35rem}.structure-list p{margin:0 0 .6rem;color:var(--muted)}.structure-list span{font-size:.82rem;font-weight:800;color:var(--accent)}.filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:.8rem;align-items:end;background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1rem;position:sticky;top:.5rem;z-index:2;box-shadow:0 10px 30px rgba(15,30,25,.08)}.filters label{font-size:.78rem;font-weight:800;display:grid;gap:.35rem}.filters input,.filters select,.filters button{width:100%;min-height:44px;border:1px solid #a9b3ad;border-radius:.55rem;background:#fff;padding:.65rem;font:inherit}.filters button{width:auto;cursor:pointer;font-weight:800;color:var(--accent)}.results{color:var(--muted);font-weight:700}.example-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.example-card{background:#fff;border:1px solid var(--line);border-radius:1rem;padding:1.25rem;box-shadow:0 4px 16px rgba(16,21,20,.04)}.example-card[hidden]{display:none}.example-card__top{display:flex;justify-content:space-between;color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.example-card h3{font-size:1.35rem;line-height:1.2;margin:.65rem 0}.tag-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.tag-row span{background:var(--accent-2);color:#104735;border-radius:999px;padding:.3rem .55rem;font-size:.76rem;font-weight:800}.example-card dl{margin:0}.example-card dl div{padding:.72rem 0;border-top:1px solid #edf0ed}.example-card dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.07em;font-weight:800;color:var(--muted)}.example-card dd{margin:.25rem 0 0}.example-card__links{margin-top:1rem}.example-card__links a{font-weight:800}.methodology{border-top:1px solid var(--line)}.methodology-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.methodology-grid article{background:#fff;border:1px solid var(--line);padding:1.2rem;border-radius:1rem}.methodology-grid h3{margin-top:0}.reviewed{font-weight:800;color:var(--muted)}footer{padding:2.5rem 1.25rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:2rem}footer p{color:var(--muted);margin:.35rem 0}@media(max-width:820px){.stat-grid,.taxonomy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.filters{grid-template-columns:1fr 1fr;position:static}.example-grid{grid-template-columns:1fr}}@media(max-width:520px){.site-header{align-items:flex-start}.site-header nav{gap:.6rem;font-size:.88rem}.hero{padding-top:3rem}.hero h1{font-size:2.55rem}.section{padding:3.25rem 1rem}.stat-grid,.taxonomy-grid,.structure-list,.methodology-grid,.filters{grid-template-columns:1fr}.filters button{width:100%}.example-card{padding:1rem}.example-card__links{flex-direction:column;gap:.55rem}footer{flex-direction:column}body{overflow-x:hidden}}