@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#111;--line:#ffffff0d;--text-hi:#d8d4cc;--text-mid:#5e5e5e;--text-lo:#2e2e2e;--accent:#888880;--accent-dim:#3a3a38;--font:"Inter", system-ui, -apple-system, sans-serif;--max-w:1280px;--pad-x:clamp(1.5rem, 5vw, 4rem);--section-gap:clamp(6rem, 12vw, 10rem)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text-hi);font-family:var(--font);overflow-x:hidden}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent-dim);border-radius:2px}#root{min-height:100vh}.s-label{letter-spacing:.32em;text-transform:uppercase;color:var(--text-mid);margin-bottom:1.2rem;font-size:.62rem;font-weight:600;display:block}.s-title{letter-spacing:-.025em;color:var(--text-hi);margin-bottom:1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800;line-height:1.1}.s-body{color:var(--text-mid);max-width:520px;font-size:.95rem;line-height:1.8}.hairline{background:var(--line);width:100%;height:1px}.wrap{max-width:var(--max-w);padding:0 var(--pad-x);margin:0 auto}@media (width<=768px){.hero-row{flex-direction:column!important}.hero-left{width:100%!important;height:55vh!important}.hero-right{width:100%!important;height:45vh!important}}::placeholder{color:var(--text-lo)}input,textarea{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}
