:root{--bg: #0a0a0f;--bg-secondary: #0f0f1a;--bg-card: #111120;--accent: #c8a96e;--accent-light: #e8c98e;--accent-dim: rgba(200, 169, 110, .15);--text-primary: #f0ede8;--text-secondary: #9a9590;--text-muted: #5a5650;--border: rgba(200, 169, 110, .12);--border-hover: rgba(200, 169, 110, .35);--font-display: "Cormorant Garamond", serif;--font-sans: "Syne", sans-serif;--font-mono: "DM Mono", monospace;--glow: 0 0 40px rgba(200, 169, 110, .15);--glow-strong: 0 0 80px rgba(200, 169, 110, .25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{background:var(--bg);color:var(--text-primary);font-family:var(--font-sans);overflow-x:hidden;cursor:none}.cursor{position:fixed;width:12px;height:12px;background:var(--accent);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .2s,height .2s,background .2s;mix-blend-mode:difference}.cursor-follower{position:fixed;width:36px;height:36px;border:1px solid rgba(200,169,110,.5);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:all .1s ease}.cursor.hover{width:20px;height:20px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2px}::selection{background:var(--accent-dim);color:var(--accent-light)}section{position:relative;overflow:hidden}.section-label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.25em;color:var(--accent);text-transform:uppercase;margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,5rem);font-weight:300;line-height:1.1;color:var(--text-primary);margin-bottom:1.5rem}.section-title em{font-style:italic;color:var(--accent)}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;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)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:9990;opacity:.4}.container{max-width:1200px;margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}a{color:inherit;text-decoration:none}button{cursor:none}@media (max-width: 768px){body{cursor:auto}.cursor,.cursor-follower{display:none}button{cursor:pointer}}
