:root { color-scheme: dark light; --bg:#101512; --surface:#172019; --surface-raised:#1d2a20; --text:#edf4eb; --muted:#aeb9ae; --line:#36513a; --lime:#b9f35a; --lime-deep:#7cad30; --orange:#ff8c61; --shadow:0 18px 48px rgba(0,0,0,.22); font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
[data-theme="light"] { --bg:#f6f7f1; --surface:#fff; --surface-raised:#eaf0e7; --text:#162016; --muted:#526154; --line:#afc0ae; --lime:#578d13; --lime-deep:#416e0b; --orange:#b94421; --shadow:0 18px 48px rgba(20,35,21,.10); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; min-width:320px; background:var(--bg); color:var(--text); line-height:1.6; } a { color:inherit; text-underline-offset:.18em; } a:focus-visible, button:focus-visible { outline:3px solid var(--orange); outline-offset:4px; } .skip-link { position:absolute; left:1rem; top:-4rem; padding:.6rem 1rem; background:var(--lime); color:#111; z-index:5; } .skip-link:focus { top:1rem; }
.site-header { width:min(1160px,calc(100% - 2.5rem)); margin:auto; min-height:86px; display:flex; gap:1.5rem; align-items:center; justify-content:space-between; border-bottom:1px solid color-mix(in srgb,var(--line) 62%,transparent); } .wordmark { text-decoration:none; display:flex; align-items:center; gap:.55rem; font-weight:800; letter-spacing:-.04em; } .wordmark-mark { display:grid; place-items:center; width:1.75rem; height:1.75rem; color:#101512; background:var(--lime); clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); } .muted { color:var(--muted); font-weight:500; } nav { display:flex; gap:1.25rem; align-items:center; } .site-header nav a { color:var(--muted); text-decoration:none; font-size:.93rem; } .site-header nav a:hover { color:var(--text); } .theme-toggle { border:1px solid var(--line); color:var(--text); background:transparent; border-radius:999px; padding:.42rem .75rem; font:inherit; cursor:pointer; display:flex; gap:.45rem; align-items:center; }
.hero,.section { width:min(1160px,calc(100% - 2.5rem)); margin:auto; } .hero { min-height:650px; padding:9.5rem 0 7rem; position:relative; overflow:hidden; } .eyebrow { color:var(--lime); letter-spacing:.14em; font-size:.72rem; font-weight:800; margin:0 0 1.25rem; } h1,h2,h3,p { margin-top:0; } h1 { max-width:900px; margin-bottom:1.5rem; font-size:clamp(3rem,7.1vw,6.8rem); line-height:.98; letter-spacing:-.075em; } h1 span { color:var(--lime); } .hero-copy { max-width:650px; color:var(--muted); font-size:clamp(1.05rem,2vw,1.3rem); } .hero-actions { display:flex; flex-wrap:wrap; gap:.8rem; margin:2.2rem 0 2.2rem; } .button { border-radius:999px; padding:.78rem 1.1rem; text-decoration:none; font-weight:750; } .button-primary { background:var(--lime); color:#152010; } .button-secondary { border:1px solid var(--line); color:var(--text); } .status-line { font-size:.86rem; color:var(--muted); } .status-dot { display:inline-block; width:.55rem; height:.55rem; margin-right:.4rem; border-radius:50%; background:var(--lime); box-shadow:0 0 0 4px color-mix(in srgb,var(--lime) 17%,transparent); } .protocol-map { position:absolute; inset:0 -10% auto auto; width:560px; height:430px; opacity:.75; pointer-events:none; } .map-node { position:absolute; width:12px; height:12px; border:2px solid var(--lime); border-radius:50%; background:var(--bg); } .node-a { top:33%; right:32%; } .node-b { top:54%; right:12%; } .node-c { top:15%; right:3%; } .map-line { position:absolute; height:1px; background:linear-gradient(90deg,transparent,var(--line),var(--lime)); transform-origin:left center; } .line-a { top:34.5%; right:13%; width:138px; transform:rotate(14deg); } .line-b { top:49%; right:16%; width:145px; transform:rotate(-31deg); } .line-c { top:17%; right:5%; width:180px; transform:rotate(137deg); }
.section { padding:6.5rem 0; border-top:1px solid color-mix(in srgb,var(--line) 62%,transparent); } .section-heading { max-width:680px; } h2 { font-size:clamp(2rem,4.5vw,4.2rem); letter-spacing:-.06em; line-height:1.02; margin-bottom:1rem; } .section-heading>p { color:var(--muted); } .service-grid { display:grid; grid-template-columns:minmax(0,390px); gap:1rem; margin-top:2.8rem; } .service-card { min-height:335px; padding:1.5rem; background:var(--surface); border:1px solid var(--line); box-shadow:var(--shadow); display:flex; flex-direction:column; } .service-icon { width:2.7rem; height:2.7rem; display:grid; place-items:center; border:1px solid var(--lime); color:var(--lime); font-size:1.5rem; margin-bottom:1.5rem; } .service-meta { display:flex; justify-content:space-between; color:var(--muted); font-size:.83rem; } .badge { border-radius:999px; padding:.12rem .45rem; font-weight:750; } .badge.online { color:var(--lime); background:color-mix(in srgb,var(--lime) 10%,transparent); } .service-card h3 { font-size:1.5rem; letter-spacing:-.04em; margin:.4rem 0; } .service-card p { color:var(--muted); } .tags { padding:0; list-style:none; display:flex; flex-wrap:wrap; gap:.4rem; margin-top:auto; } .tags li { border:1px solid var(--line); padding:.15rem .45rem; font-size:.76rem; } .card-link { margin-top:1.4rem; color:var(--lime); font-weight:750; text-decoration:none; } .planned-note { max-width:650px; margin:1.7rem 0 0; color:var(--muted); font-size:.92rem; }
.split-section { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:5rem; } .prose { color:var(--muted); font-size:1.08rem; } strong,code { color:var(--text); } code { border-bottom:1px solid var(--lime); font-family:ui-monospace,SFMono-Regular,Consolas,monospace; font-size:.91em; } .principle-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2rem; margin-top:3rem; } .principle-grid article { border-top:2px solid var(--lime); padding-top:1rem; } .principle-number { color:var(--lime); font-size:.75rem; font-weight:800; letter-spacing:.14em; } .principle-grid h3 { font-size:1.3rem; letter-spacing:-.04em; margin:.7rem 0; } .principle-grid p,.statement p { color:var(--muted); } .statement { text-align:center; max-width:850px; } .statement .eyebrow { color:var(--orange); } .statement p { max-width:610px; margin:1.4rem auto 0; }
.site-footer { width:min(1160px,calc(100% - 2.5rem)); margin:auto; padding:2.5rem 0; border-top:1px solid color-mix(in srgb,var(--line) 62%,transparent); display:flex; justify-content:space-between; gap:1rem; color:var(--muted); font-size:.85rem; } .site-footer p { margin:0; } .site-footer nav { gap:1rem; flex-wrap:wrap; justify-content:flex-end; } .site-footer a { color:var(--muted); } .external { color:var(--lime); }
@media (max-width:760px) { .site-header { width:min(100% - 2rem,1160px); min-height:74px; gap:.8rem; } .site-header nav { display:none; } .theme-toggle { margin-left:auto; } .hero,.section { width:min(100% - 2rem,1160px); } .hero { min-height:auto; padding:6.5rem 0 5.5rem; } .protocol-map { opacity:.35; width:390px; right:-30%; top:2rem; } .hero-copy { position:relative; } .split-section { grid-template-columns:1fr; gap:1rem; } .principle-grid { grid-template-columns:1fr; gap:1.5rem; } .site-footer { width:min(100% - 2rem,1160px); flex-direction:column; } .site-footer nav { justify-content:flex-start; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; } }
