*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}:root{--color-background: #ffffff;--color-foreground: #0a0a0a;--color-muted: #6b7280;--color-muted-light: #9ca3af;--color-border: #e5e7eb;--color-card: #ffffff;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html{scroll-behavior:smooth}body{background:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;transition:color .15s ease,opacity .15s ease}img{max-width:100%;display:block}.container{max-width:1040px;margin:0 auto;padding:0 1.5rem}@media (min-width: 768px){.container{padding:0 2.5rem}}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem}@media (min-width: 768px){.site-header{padding:1.5rem 1.75rem}}.logo{font-size:.9rem;font-weight:500;letter-spacing:-.01em;color:var(--color-foreground)}.nav-links{display:flex;align-items:center;gap:1.25rem;font-size:.9rem;color:var(--color-muted)}.nav-links a:hover{color:var(--color-foreground)}.hero{padding:4rem 0 5rem}@media (min-width: 768px){.hero{padding:6rem 0 7rem}}.hero-content{max-width:720px;text-align:center;margin:0 auto}.hero h1{font-size:clamp(2.25rem,5.2vw,3.75rem);font-weight:500;letter-spacing:-.045em;line-height:1.05;margin-bottom:1.5rem;text-wrap:balance}.lede{font-size:clamp(1rem,1.6vw,1.125rem);color:var(--color-muted);line-height:1.65;max-width:560px;margin:0 auto;text-wrap:balance}.section-title{font-size:1.5rem;font-weight:500;letter-spacing:-.01em;margin-bottom:3rem;text-align:center}@media (min-width: 768px){.section-title{font-size:1.75rem}}.products{padding:4rem 0;border-top:1px solid var(--color-border)}@media (min-width: 768px){.products{padding:5rem 0}}.product-grid{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width: 720px){.product-grid{grid-template-columns:1fr 1fr}}.product-card{padding:2rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-card);display:flex;flex-direction:column;gap:1rem;transition:border-color .15s ease,transform .15s ease}.product-card:hover{border-color:var(--color-muted-light)}.product-icon{width:40px;height:40px;border-radius:8px}.product-card h3{font-size:1.125rem;font-weight:500;letter-spacing:-.01em}.product-card p{font-size:.9375rem;color:var(--color-muted);line-height:1.6;flex:1}.product-link{font-size:.875rem;font-weight:500;color:var(--color-foreground);align-self:flex-start}.product-link:hover{opacity:.6}.about{padding:4rem 0;border-top:1px solid var(--color-border)}@media (min-width: 768px){.about{padding:5rem 0}}.about-content{max-width:640px;text-align:center}.about-title{font-size:1.5rem;font-weight:500;letter-spacing:-.01em;margin-bottom:2rem}@media (min-width: 768px){.about-title{font-size:1.75rem}}.about-body{text-align:left}.about-body p{color:var(--color-muted);margin-bottom:1rem;line-height:1.7}.about-body p:last-child{margin-bottom:0}.about-body a{color:var(--color-foreground);text-decoration:underline;text-underline-offset:2px}.about-body a:hover{opacity:.6}.site-footer{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;padding:2rem 1.5rem;border-top:1px solid var(--color-border);margin-top:2rem;font-size:.75rem;color:var(--color-muted)}@media (min-width: 640px){.site-footer{flex-direction:row}}@media (min-width: 768px){.site-footer{padding:2rem 2.5rem}}.footer-links{display:flex;gap:1.25rem}.footer-links a:hover{color:var(--color-foreground)}
