:root{--bg: #09090b;--text: #f4f4f5;--text-muted: #71717a;--accent: #c4714a;--border: #27272a;--font-display: "Cabinet Grotesk", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--pulse-duration: 6s;--bg-shift-duration: 6s;--temp-hue: 0deg;--temp-sat: 100%;--temp-light: 100%;--grain-opacity: .04}html.ctx-night{--pulse-duration: 8s;--bg-shift-duration: 10s;--temp-hue: 200deg;--grain-opacity: .035}html.ctx-dawn{--temp-hue: 30deg;--temp-sat: 110%;--bg-shift-duration: 7s}html.ctx-winter{--temp-hue: 210deg;--temp-sat: 85%}html.ctx-summer{--accent: #d4824e;--pulse-duration: 4s;--bg-shift-duration: 5s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-snap-type:y mandatory;overflow-y:scroll;background:var(--bg);color:var(--text);font-family:var(--font-display);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}body{position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;pointer-events:none;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-size:200px 200px;opacity:var(--grain-opacity);mix-blend-mode:overlay}#bg-gradient{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(ellipse at 20% 50%,#1a1614 0%,var(--bg) 60%),radial-gradient(ellipse at 80% 20%,#141618 0%,var(--bg) 60%);animation:bg-breathe var(--bg-shift-duration) ease-in-out infinite alternate;filter:hue-rotate(var(--temp-hue)) saturate(var(--temp-sat)) brightness(var(--temp-light))}@keyframes bg-breathe{0%{background-position:0% 50%;opacity:1}to{background-position:100% 50%;opacity:.85}}.section{position:relative;min-height:100dvh;scroll-snap-align:start;padding:clamp(3rem,8vw,6rem) clamp(1.5rem,8vw,8rem);display:flex;flex-direction:column;justify-content:center}.section-divider{position:absolute;bottom:0;left:8vw;right:8vw;height:1px;overflow:visible}.section-divider line{stroke:var(--border);stroke-width:1;stroke-dasharray:1000;stroke-dashoffset:1000;transition:stroke-dashoffset .8s cubic-bezier(.16,1,.3,1)}.section-divider.drawn line{stroke-dashoffset:0}.mono{font-family:var(--font-mono)}.muted{color:var(--text-muted)}.accent{color:var(--accent)}a{color:inherit;text-decoration:none}
