@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500;600&family=Space+Mono&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#08080a;--bg-elevated:#111114;--surface:#1a1a1f;--text:#e8e4dd;--text-muted:#6b6760;--accent:#c9a96e;--accent-light:#ddc088;--accent-glow:#c9a96e26;--border:#c9a96e1a;--radius:4px;--transition:.4s cubic-bezier(.25, .46, .45, .94)}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--accent) var(--bg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-weight:300;line-height:1.6;overflow-x:hidden}.cursor{border:1.5px solid var(--accent);pointer-events:none;z-index:9999;border-radius:50%;width:20px;height:20px;transition:transform .15s,opacity .3s;position:fixed;transform:translate(-50%,-50%)}.cursor-glow{background:radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);pointer-events:none;z-index:1;border-radius:50%;width:300px;height:300px;transition:opacity .5s;position:fixed;transform:translate(-50%,-50%)}.cursor.hover{border-color:var(--accent-light);background:#c9a96e14;transform:translate(-50%,-50%)scale(2.5)}.progress-bar{background:linear-gradient(to right, var(--accent), var(--accent-light));z-index:1001;transform-origin:0;width:100%;height:2px;position:fixed;top:0;left:0;transform:scaleX(0)}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94);transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.section-header{align-items:center;gap:24px;margin-bottom:60px;display:flex}.section-number{color:var(--accent);opacity:.6;font-family:Space Mono,monospace;font-size:12px}.section-title{font-family:Playfair Display,serif;font-size:clamp(28px,3.5vw,48px);font-weight:400}.section-line{background:linear-gradient(90deg,#c9a96e4d,#0000);flex:1;height:1px}@media (width<=768px){body{cursor:auto}.cursor,.cursor-glow{display:none}}
