html,body{margin:0;padding:0;height:100%;width:100%}body{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:#000;color:#e0e0e0;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(135deg,transparent 0%,#000 85%),radial-gradient(circle,rgba(255,255,255,var(--dot-alpha)) 1px,transparent 1.5px);background-size:100% 100%,24px 24px;background-attachment:fixed,fixed;animation:halftone-breathe 11s ease-in-out infinite alternate}@property --dot-alpha{syntax: "<number>"; initial-value: .08; inherits: false;}@keyframes halftone-breathe{0%{--dot-alpha: .06}to{--dot-alpha: .15}}@media(prefers-reduced-motion:reduce){body{animation:none}}.container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:100vh;width:100%;padding:2rem 2rem 2rem 4rem;box-sizing:border-box;max-width:1200px;margin:0 auto}.hero-text{font-size:clamp(2rem,6vw,4rem);font-weight:700;text-wrap:balance;line-height:1.1;margin-top:-80px;margin-bottom:1rem}.description{font-size:clamp(.875rem,1.5vw,1.1rem);line-height:1.8;max-width:min(55ch,85%);margin:0;color:silver;text-wrap:pretty;letter-spacing:.02em;padding:0;font-weight:300}@media(max-width:768px){.container{padding:1.5rem}.hero-text{margin-top:0}.description{max-width:95%}}
