:root{--night:#1b232b;--night-2:#242e38;--glow:#f0a832;--glow-soft:#ffd98f;--warm-white:#faf5ec;--warm-white-2:#f1e9db;--card:#fffcf4;--leaf:#5d8a6b;--leaf-deep:#2e5541;--ink:#272d2a;--ink-soft:#5b625d;--on-night:#f3ecdf;--on-night-soft:#aab3ab;--on-glow:#2c1f08;--radius-card:14px;--radius-pill:999px;--shadow-card:0 10px 30px #141a201a;--font-display:"Segoe UI Variable Display", "Segoe UI", -apple-system, system-ui, sans-serif;--font-body:system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}html{overflow-x:clip}html,body{margin:0;padding:0}body{font-family:var(--font-body);background:var(--warm-white);color:var(--ink);line-height:1.7}img{max-width:100%;height:auto}h1,h2,h3{font-family:var(--font-display);color:var(--ink);letter-spacing:-.015em;font-weight:750;line-height:1.15}h1{text-align:center;margin:2.5rem 0 1.25rem;font-size:2.4rem}h2{font-size:1.55rem}.kicker{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.18em;color:var(--leaf-deep);margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:block}.on-night .kicker,.kicker.on-night{color:var(--glow)}.center{text-align:center}.container{max-width:960px;margin-inline:auto;padding-inline:1rem}main{width:800px;max-width:calc(100% - 2rem);margin:auto}main.home{width:100%;max-width:none}.preamble{color:var(--ink-soft);max-width:62ch;margin:0 auto 2rem;font-size:1.12rem;line-height:1.7}.section-title{text-align:center;margin:3rem 0 1.75rem;font-size:1.7rem}.light-rule{background:linear-gradient(90deg,#0000,#f0a8328c,#0000);border:0;max-width:640px;height:1px;margin:2.5rem auto}.btn-primary,.btn-ghost{border-radius:var(--radius-pill);font-family:var(--font-display);padding:.8rem 1.9rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-block}.btn-primary{background:var(--glow);color:var(--on-glow);box-shadow:0 4px 18px #f0a83259}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px #f0a83280}.btn-ghost{color:var(--on-night);border:2px solid #f3ecdf8c}.btn-ghost:hover{border-color:#f3ecdfe6;transform:translateY(-2px)}.cards{grid-template-columns:repeat(auto-fit,minmax(240px,340px));justify-content:center;gap:28px 20px;margin-bottom:2.5rem;display:grid}@media (width<=640px){.cards{grid-template-columns:1fr}}body>nav{background:var(--night);padding:12px 16px}.nav-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:960px;margin:0 auto;display:flex}.nav-brand{color:var(--on-night);font-family:var(--font-display);letter-spacing:-.01em;align-items:center;gap:.6rem;font-size:1.25rem;font-weight:750;text-decoration:none;display:flex}#nav-menu{gap:.4rem;margin:0;padding:0;list-style:none;display:flex}#nav-menu a{color:var(--on-night);font-family:var(--font-display);border-radius:var(--radius-pill);padding:.4rem 1.1rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .15s;display:inline-block}#nav-menu a:hover{background:#f3ecdf1a}#nav-menu a.active{color:var(--glow)}#nav-toggle{cursor:pointer;background:0 0;border:0;padding:6px;display:none}#nav-toggle span{background:var(--on-night);border-radius:2px;width:22px;height:2px;margin:5px 0;display:block}@media (width<=640px){#nav-toggle{display:block}#nav-menu{width:100%;display:none}#nav-menu.open{flex-direction:column;align-items:center;gap:.5rem;padding:.75rem 0 .25rem;display:flex}}footer{background:radial-gradient(ellipse 60% 90% at 50% 0%, #f0a8321a, transparent 65%), var(--night);color:var(--on-night);margin-top:4rem;padding:2rem 1rem}.footer-title svg{vertical-align:-.28em;margin-right:.35rem}.footer-inner{grid-template-columns:1.4fr 1fr;gap:2rem;max-width:800px;margin:0 auto;display:grid}.footer-title{font-family:var(--font-display);color:var(--on-night);margin:0 0 .5rem;font-size:1.25rem;font-weight:750}.footer-brand p{color:var(--on-night-soft);margin:0;font-size:.95rem}.footer-brand p.footer-title{color:var(--on-night)}.footer-links{flex-direction:column;justify-content:center;gap:.5rem;display:flex}.footer-links a{color:var(--on-night);font-size:.95rem;text-decoration:none}.footer-links a:hover{color:var(--glow-soft)}.footer-copy{max-width:800px;color:var(--on-night-soft);background:linear-gradient(90deg,#0000,#f0a83259,#0000) top/100% 1px no-repeat;margin:2rem auto 0;padding-top:1.25rem;font-size:.85rem}.footer-copy a{color:var(--on-night)}@media (width<=640px){.footer-inner{grid-template-columns:1fr}}
