:root{--navy-bg:#0a0f1e;--navy-surface:#0f1729;--navy-surface2:#141d33;--navy-border:#ffffff12;--navy-border2:#ffffff21;--navy-text:#f0ede8;--navy-text-sec:#8892aa;--navy-text-hint:#3d4a66;--sand-bg:#faf7f2;--sand-surface:#f3ede3;--sand-surface2:#ede5d8;--sand-border:#00000012;--sand-border2:#00000021;--sand-text:#1a1714;--sand-text-sec:#6b5f4e;--sand-text-hint:#b8a892;--accent:#c9b98a;--accent2:#e8d5a3;--accent-dark:#8a7d5a;--accent-navy:#c9b98a;--accent-sand:#8a6d3a;--font-head:"Lora", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--bg:var(--navy-bg);--surface:var(--navy-surface);--surface2:var(--navy-surface2);--border:var(--navy-border);--border2:var(--navy-border2);--text:var(--navy-text);--text-sec:var(--navy-text-sec);--text-hint:var(--navy-text-hint)}.section-navy{background:var(--navy-bg);--bg:var(--navy-bg);--surface:var(--navy-surface);--surface2:var(--navy-surface2);--border:var(--navy-border);--border2:var(--navy-border2);--text:var(--navy-text);--text-sec:var(--navy-text-sec);--text-hint:var(--navy-text-hint);--accent:var(--accent-navy);color:var(--navy-text)}.section-sand{background:var(--sand-bg);--bg:var(--sand-bg);--surface:var(--sand-surface);--surface2:var(--sand-surface2);--border:var(--sand-border);--border2:var(--sand-border2);--text:var(--sand-text);--text-sec:var(--sand-text-sec);--text-hint:var(--sand-text-hint);--accent:var(--accent-sand);color:var(--sand-text)}.section-navy+.section-sand,.section-sand+.section-navy{position:relative}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--navy-bg);color:var(--navy-text);font-family:var(--font-body);cursor:none;font-size:15px;line-height:1.7;overflow-x:hidden}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:var(--navy-bg)}::-webkit-scrollbar-thumb{background:var(--accent-dark);border-radius:2px}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideLine{0%{left:-100%}to{left:100%}}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(40px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}.reveal-d4{transition-delay:.4s}.cursor{background:var(--accent-navy);pointer-events:none;z-index:9999;border-radius:50%;width:8px;height:8px;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring{pointer-events:none;z-index:9998;border:1px solid #c9b98a66;border-radius:50%;width:36px;height:36px;transition:width .2s,height .2s,border-color .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cursor-ring.hovered{border-color:var(--accent-navy);width:56px;height:56px}#scroll-progress{background:var(--accent-navy);z-index:1000;width:0%;height:2px;transition:width .1s linear;position:fixed;top:0;left:0}.noise{pointer-events:none;z-index:0;opacity:.4;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");position:fixed;inset:0}.scroll-line{background:var(--navy-text-hint);width:40px;height:1px;position:relative;overflow:hidden}.scroll-line:after{content:"";background:var(--accent-navy);width:100%;height:100%;animation:2s infinite slideLine;position:absolute;top:0;left:-100%}.skill-bar{background:var(--accent);width:0;height:2px;transition:width 1.2s}.section-sand .scroll-line{background:var(--sand-text-hint)}.section-sand .scroll-line:after{background:var(--accent-sand)}.section-sand blockquote{background:var(--sand-surface)!important;border-color:var(--accent-sand)!important}.section-sand .hero-stat{background:var(--sand-surface)!important}
