:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#090b10;--surface:#11151d;--surface-strong:#171c26;--text:#f4f6fa;--muted:#a8b0bf;--line:#252c38;--accent:#d7def0}*{box-sizing:border-box}html{background:var(--background)}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.shell{flex-direction:column;width:min(1120px,100% - 40px);min-height:100vh;margin:0 auto;display:flex}.hero{max-width:820px;padding:18vh 0 12vh}.eyebrow{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-size:.78rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.055em;margin-bottom:28px;font-size:clamp(3rem,8vw,6.5rem);line-height:.96}.lead{max-width:680px;color:var(--muted);margin-bottom:0;font-size:clamp(1.1rem,2.2vw,1.4rem);line-height:1.55}.products{border-top:1px solid var(--line);padding:48px 0 80px}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.section-heading h2{letter-spacing:-.04em;margin-bottom:0;font-size:clamp(2rem,4vw,3.25rem)}.product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.product-card{border:1px solid var(--line);background:linear-gradient(145deg, var(--surface-strong), var(--surface));border-radius:18px;align-items:end;min-height:230px;padding:28px;display:flex}.product-card h3{letter-spacing:-.025em;margin:18px 0 10px;font-size:1.55rem}.product-card p{color:var(--muted);margin-bottom:0;line-height:1.55}.status{border:1px solid var(--line);color:var(--accent);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;padding:6px 10px;font-size:.76rem;font-weight:700;display:inline-flex}footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;gap:20px;margin-top:auto;padding:28px 0 36px;font-size:.9rem;display:flex}@media (max-width:640px){.shell{width:min(100% - 28px,1120px)}.hero{padding:14vh 0 10vh}footer{flex-direction:column}}
