:root{--color-bg: #ffffff;--color-surface: #fafafa;--color-border: #e5e5e5;--color-text: #171717;--color-text-muted: #525252;--color-text-faint: #737373;--color-accent: #171717;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--max-content-width: 56rem}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-sans);color:var(--color-text);background:var(--color-bg);line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none;border-bottom:1px solid var(--color-border);transition:border-color .12s ease}a:hover{border-bottom-color:var(--color-text)}.page{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid var(--color-border)}.site-header-inner{max-width:var(--max-content-width);margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{margin:0;font-size:1rem;font-weight:600;letter-spacing:-.01em}.brand a{border:0}.nav{display:flex;gap:1.25rem;font-size:.875rem;color:var(--color-text-muted)}.nav a{border:0}.nav a:hover{color:var(--color-text)}main{flex:1}.container{max-width:var(--max-content-width);margin:0 auto;padding:0 1.5rem}.hero{padding:5rem 0 3rem;border-bottom:1px solid var(--color-border)}.hero-eyebrow{margin:0;font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-faint)}.hero-title{margin:1rem 0 0;font-size:2.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.15;max-width:36rem}.hero-lede{margin:1.25rem 0 0;font-size:1.0625rem;color:var(--color-text-muted);max-width:36rem}.section{padding:3.5rem 0;border-bottom:1px solid var(--color-border)}.section:last-of-type{border-bottom:0}.section-label{margin:0;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-faint)}.section-title{margin:.75rem 0 0;font-size:1.5rem;font-weight:600;letter-spacing:-.01em}.section-body{margin-top:1rem;max-width:38rem;color:var(--color-text-muted)}.section-body p{margin:0 0 1rem}.section-body p:last-child{margin-bottom:0}.section-body strong{color:var(--color-text);font-weight:500}.principles{margin-top:1.5rem;display:grid;gap:1.25rem;grid-template-columns:1fr}@media (min-width: 640px){.principles{grid-template-columns:repeat(2,1fr)}}.principle{padding:1.25rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-surface)}.principle h3{margin:0;font-size:.9375rem;font-weight:600}.principle p{margin:.5rem 0 0;font-size:.875rem;color:var(--color-text-muted)}.product-card{margin-top:1.5rem;padding:1.75rem;border:1px solid var(--color-border);border-radius:.5rem;background:var(--color-surface)}.product-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.product-card h3{margin:0;font-size:1.125rem;font-weight:600;letter-spacing:-.01em}.product-card-status{font-size:.75rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-faint)}.product-card-tagline{margin:.5rem 0 0;color:var(--color-text-muted)}.product-card-body{margin-top:1rem;font-size:.9375rem;color:var(--color-text-muted)}.product-card-body p{margin:0 0 .75rem}.product-card-body p:last-child{margin-bottom:0}.site-footer{border-top:1px solid var(--color-border);padding:2rem 0;font-size:.8125rem;color:var(--color-text-faint)}.site-footer-inner{max-width:var(--max-content-width);margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media (max-width: 480px){.hero{padding:3rem 0 2rem}.hero-title{font-size:1.75rem}.section{padding:2.5rem 0}}
