*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0e0c0a;--bg-2:#141210;--bg-3:#1c1814;--surface:#221e19;--border:#2e2820;--text:#e8e0d4;--text-muted:#7a6e62;--text-dim:#4a4038;--accent:#e8826a;--accent-2:#f06e8a;--accent-glow:#e8826a26;--mono:"JetBrains Mono", monospace;--serif:"Fraunces", serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--mono);flex-direction:column;min-height:100vh;font-size:15px;line-height:1.6;display:flex;overflow-x:hidden}main{flex:1;justify-content:center;align-items:center;padding-top:4rem;display:flex}.noise{pointer-events:none;z-index:100;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:128px;position:fixed;inset:0}header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0e0c0ad9;justify-content:space-between;align-items:center;padding:1.25rem 3rem;display:flex;position:fixed;top:0;left:0;right:0}.logo{font-family:var(--serif);color:var(--accent);letter-spacing:-.02em;font-size:1.6rem;font-weight:600}.hero{justify-content:space-between;align-items:center;gap:4rem;width:100%;max-width:1200px;padding:0 3rem;display:flex}.hero-content{flex:1;max-width:560px;animation:.8s both fadeUp}h1{font-family:var(--serif);letter-spacing:-.02em;color:var(--text);margin-bottom:1.5rem;font-size:clamp(2.8rem,5vw,4.2rem);font-weight:300;line-height:1.1}h1 em{color:var(--accent);font-style:italic}.hero-sub{color:var(--text-muted);font-size:.92rem;line-height:1.8}.hero-mascot{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;animation:.8s .2s both fadeUp;display:flex}.axolotl{filter:drop-shadow(0 0 40px #e8826a40);width:260px;height:260px;animation:4s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.mascot-label{color:var(--text-dim);letter-spacing:.1em;font-size:.72rem}.mono{font-family:var(--mono);color:var(--accent);font-size:.8rem}footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 3rem;display:flex}.footer-left{align-items:center;gap:1rem;display:flex}.logo-sm{font-family:var(--serif);color:var(--accent);font-size:1.1rem;font-weight:600}.footer-tagline{color:var(--text-dim);font-size:.75rem}.footer-legal{color:var(--text-dim);font-size:.7rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){header{padding:1rem 1.5rem}main{padding-top:3.5rem}.hero{text-align:center;flex-direction:column;gap:3rem;padding:0 1.5rem}.hero-sub{max-width:100%}footer{flex-direction:column;align-items:flex-start;padding:1.5rem}}
