*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--surface:#111111;--border:#1e1e1e;--text:#e8e4dc;--muted:#5a5a5a;--accent:#c8a97e;--accent2:#6b9e8f;--white:#f4f0e8}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:DM Mono,monospace;font-size:14px;line-height:1.7;cursor:none;overflow-x:hidden}#cursor{width:8px;height:8px;background:var(--accent);border-radius:50%;z-index:9999;transition:transform .1s,width .3s,height .3s,background .3s}#cursor,#cursor-ring{position:fixed;pointer-events:none;transform:translate(-50%,-50%)}#cursor-ring{width:36px;height:36px;border:1px solid rgba(200,169,126,.4);border-radius:50%;z-index:9998;transition:transform .08s linear,width .3s,height .3s}body:has(a:hover) #cursor,body:has(button:hover) #cursor{width:14px;height:14px;background:var(--accent2)}body:has(a:hover) #cursor-ring,body:has(button:hover) #cursor-ring{width:56px;height:56px}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");pointer-events:none;z-index:9000;opacity:.6}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:28px 60px;transition:transform .5s cubic-bezier(.16,1,.3,1),background .4s ease,padding .4s ease,-webkit-backdrop-filter .4s ease;transition:transform .5s cubic-bezier(.16,1,.3,1),background .4s ease,padding .4s ease,backdrop-filter .4s ease;transition:transform .5s cubic-bezier(.16,1,.3,1),background .4s ease,padding .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease}nav.scrolled{background:rgba(10,10,10,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding-top:18px;padding-bottom:18px;border-bottom:1px solid var(--border)}nav.hidden{transform:translateY(-110%)}.nav-logo{font-family:Playfair Display,serif;font-size:18px;letter-spacing:.02em;color:var(--white);text-decoration:none}.nav-links{display:flex;gap:40px}.nav-links a{text-decoration:none;color:var(--muted);font-size:11px;letter-spacing:.15em;text-transform:uppercase;transition:color .3s}.nav-links a.active,.nav-links a:hover{color:var(--accent)}section{padding:120px 60px}.section-tag{font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:var(--accent);margin-bottom:64px;display:flex;align-items:center;gap:16px}.section-tag:after{content:"";flex:1 1;max-width:80px;height:1px;background:var(--accent);opacity:.4}footer{padding:40px 60px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}footer a,footer span{font-size:11px;color:var(--muted);letter-spacing:.1em}footer a{text-decoration:none;transition:color .3s}footer a:hover{color:var(--accent)}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent)}@media (max-width:900px){footer,nav,section{padding-left:30px;padding-right:30px}}