:root{color-scheme:dark;--bg:#101412;--surface:#171d1a;--line:#303833;--text:#f3f6f4;--muted:#abb5af;--accent:#85d5a4;--gold:#e4bc65}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{min-height:100vh;margin:0;color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg)}.site-header{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.1rem clamp(1.25rem,4vw,4.5rem);border-bottom:1px solid var(--line);background:var(--surface)}.brand{display:flex;align-items:center;gap:.75rem;color:var(--text);font-size:1.15rem;font-weight:750;text-decoration:none}.brand img{display:block}.site-header nav{display:flex;flex-wrap:wrap;gap:1.4rem}.site-header nav a,footer a{color:var(--muted);text-decoration:none}.site-header nav a:hover,footer a:hover{color:var(--accent)}main{width:min(1180px,calc(100% - 2.5rem));margin:0 auto;padding:clamp(4rem,10vh,8rem) 0 3rem}.hero{max-width:800px}.eyebrow{margin:0 0 1rem;color:var(--gold);font-size:.8rem;font-weight:750;text-transform:uppercase;letter-spacing:.12em}h1{max-width:720px;margin:0;font-size:clamp(2.6rem,7vw,5.9rem);line-height:.96;letter-spacing:0}.lead{max-width:760px;margin:1.75rem 0 0;color:var(--muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.65}.status{display:inline-flex;align-items:center;gap:.65rem;margin-top:2rem;padding:.65rem 0;color:var(--text);font-weight:700}.status span{width:.7rem;height:.7rem;border-radius:50%;background:var(--gold);box-shadow:0 0 0 .3rem rgba(228,188,101,.12)}.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:clamp(4rem,10vh,7rem);border:1px solid var(--line);background:var(--line)}.principles article{display:grid;gap:.55rem;min-height:150px;padding:1.6rem;background:var(--surface)}.principles strong{font-size:1.05rem}.principles span{color:var(--muted);line-height:1.5}footer{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem clamp(1.25rem,4vw,4.5rem);border-top:1px solid var(--line);color:var(--muted);font-size:.9rem;background:var(--surface)}@media(max-width:720px){.site-header{align-items:flex-start;flex-direction:column}.site-header nav{gap:.75rem 1.1rem}.principles{grid-template-columns:1fr}main{padding-top:4rem}footer{flex-direction:column}}
