:root{color-scheme:dark;--bg:#101b1e;--text:#e9f2ed;--muted:#a8b8b4;--line:#405250;--accent:#b4f0c0}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}a:focus-visible{outline:2px solid var(--accent);outline-offset:5px}#field{position:fixed;inset:0;width:100%;height:100%;pointer-events:none;opacity:.37}.page{position:relative;z-index:1;min-height:100svh;display:flex;flex-direction:column;max-width:1180px;margin:auto;padding:0 clamp(24px,5vw,72px)}.site-header{height:110px;display:flex;align-items:center;justify-content:space-between}.wordmark{font-size:2rem;font-weight:800;letter-spacing:-.1em}.dot{color:var(--accent)}nav{display:flex;gap:32px;font-size:.94rem;color:var(--muted)}nav a:hover,.text-link:hover,.about a:hover{color:var(--accent)}main{flex:1}.hero{min-height:590px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:80px 0 120px}.eyebrow,.section-number{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);font-weight:700}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--accent);margin-right:10px;box-shadow:0 0 18px var(--accent)}h1{font-size:clamp(3.2rem,8vw,7.4rem);line-height:1.02;letter-spacing:-.07em;margin:24px 0 30px;font-weight:730}h1 em{font-style:normal;color:var(--accent)}.lead{max-width:590px;font-size:clamp(1.15rem,2vw,1.38rem);line-height:1.65;color:var(--muted);margin:0}.actions{display:flex;align-items:center;flex-wrap:wrap;gap:28px;margin-top:38px}.button{display:inline-flex;gap:20px;justify-content:space-between;align-items:center;background:var(--accent);color:#10221a;padding:16px 20px;border-radius:8px;font-weight:700}.button:hover{background:#d0f9d7}.text-link{font-weight:650}.about{display:grid;grid-template-columns:1fr 1.15fr;gap:64px;padding:80px 0 115px;border-top:1px solid var(--line)}h2{font-size:clamp(2rem,4vw,3.2rem);letter-spacing:-.05em;margin:18px 0}.about-copy{font-size:1.1rem;line-height:1.75;color:var(--muted)}.about-copy p:first-child{margin-top:0}.about-copy a{color:var(--accent);text-decoration:underline;text-underline-offset:4px}footer{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding:28px 0 36px;color:var(--muted);font-size:.83rem}@media(max-width:700px){.site-header{height:82px}.hero{min-height:520px;padding:60px 0 90px}.about{grid-template-columns:1fr;gap:16px;padding:65px 0 80px}footer{flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
