:root{--c-black:#07090b;--c-superdark:#0a0d10;--c-darkblue:#131b22;--c-river:#234253;--c-city:#ff4f55;--c-city-deep:#e5332f;--c-sky:#72d1f6;--c-limestone:#fff7ef;--c-pathway:#606969;--c-pathway-mid:#afb4b4;--c-pathway-light:#dfe1e1;--c-light:#f7f7f7;--c-dark:#333;--bg:var(--c-superdark);--bg-raised:var(--c-darkblue);--bg-elevated:#1b2630;--line:color-mix(in srgb, var(--c-limestone) 12%, transparent);--line-strong:color-mix(in srgb, var(--c-limestone) 24%, transparent);--ink:var(--c-limestone);--ink-dim:color-mix(in srgb, var(--c-limestone) 74%, transparent);--ink-faint:color-mix(in srgb, var(--c-limestone) 42%, transparent);--accent:var(--c-city);--accent-cool:var(--c-sky);--focus:var(--c-sky);--surface-accent:var(--c-city-deep);--on-accent:#fff7ef;--font-display:"Oxanium", system-ui, sans-serif;--font-body:"Barlow", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--fs-meta:.75rem;--fs-xs:.8125rem;--fs-sm:.9375rem;--fs-base:clamp(1rem, .95rem + .25vw, 1.125rem);--fs-lead:clamp(1.125rem, 1rem + .7vw, 1.5rem);--fs-h4:clamp(1.1rem, 1rem + .6vw, 1.4rem);--fs-h3:clamp(1.35rem, 1.1rem + 1.2vw, 2rem);--fs-h2:clamp(2rem, 1.4rem + 3vw, 3.6rem);--fs-h1:clamp(2.8rem, 1.4rem + 6.5vw, 6.5rem);--fs-display:clamp(3.2rem, .5rem + 13vw, 14rem);--lh-tight:.95;--lh-snug:1.1;--lh-body:1.6;--tracking-display:-.03em;--tracking-tight:-.015em;--tracking-caps-sm:.08em;--tracking-meta:.22em;--tracking-wide:.05em;--sp-1:.25rem;--sp-2:.5rem;--sp-2xs:.375rem;--sp-3:.75rem;--sp-sm:.75rem;--sp-4:1rem;--sp-5:1.25rem;--sp-md:1.25rem;--sp-6:1.5rem;--sp-8:2rem;--sp-lg:2rem;--sp-12:3rem;--sp-xl:3.25rem;--sp-16:4rem;--sp-2xl:5.25rem;--sp-24:6rem;--sp-3xl:8.5rem;--sp-section:clamp(5rem, 3rem + 9vw, 11rem);--rhythm-dense:clamp(3rem, 2rem + 4vw, 5rem);--rhythm-default:clamp(5rem, 3rem + 9vw, 9rem);--rhythm-cathedral:clamp(8rem, 5rem + 14vw, 16rem);--maxw:1320px;--maxw-prose:68ch;--gutter:clamp(1.25rem, .5rem + 3vw, 4rem);--r-sm:2px;--r-md:4px;--r-lg:10px;--bw:1px;--shadow-1:0 1px 0 color-mix(in srgb, var(--c-limestone) 6%, transparent);--shadow-2:0 24px 60px -24px #000000b3;--shadow-glow:0 0 0 1px color-mix(in srgb, var(--c-sky) 30%, transparent);--z-video:0;--z-canvas:1;--z-scrim:2;--z-content:3;--z-header:50;--z-overlay:90;--z-nav-fullscreen:100;--z-audio:110;--dur-fast:.2s;--dur-base:.45s;--dur-slow:.8s;--dur-cinematic:1.2s;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-in-out:cubic-bezier(.65, 0, .35, 1);--ease-overshoot:cubic-bezier(.34, 1.56, .64, 1)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-text-size-adjust:100%;scroll-behavior:auto;scrollbar-gutter:stable;height:100%}body{background:var(--bg);min-height:100%;color:var(--ink);font-family:var(--font-body);font-size:var(--fs-base);line-height:var(--lh-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;flex-direction:column;font-weight:400;display:flex;overflow-x:hidden}:root{overflow-x:clip}h1,h2,h3,h4{font-family:var(--font-display);font-weight:700;line-height:var(--lh-tight);letter-spacing:var(--tracking-display);text-transform:uppercase;text-wrap:balance}h1{font-size:var(--fs-h1)}h2{font-size:var(--fs-h2)}h3{font-size:var(--fs-h3);line-height:var(--lh-snug)}p{text-wrap:pretty}a{color:inherit;text-decoration:none}::selection{background:var(--accent);color:var(--c-superdark)}img,video,svg{max-width:100%;display:block}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--focus);outline-offset:3px;border-radius:var(--r-sm)}:focus:not(:focus-visible){outline:none}.skip-link{top:var(--sp-4);left:var(--sp-4);z-index:var(--z-nav-fullscreen);padding:var(--sp-2) var(--sp-4);background:var(--accent);color:var(--c-superdark);font-family:var(--font-mono);font-size:var(--fs-xs);letter-spacing:var(--tracking-wide);transition:transform var(--dur-fast) var(--ease-out);position:fixed;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.grid12{column-gap:var(--gutter);grid-template-columns:repeat(12,1fr);display:grid}@media (max-width:760px){.grid12{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}:root[data-reduced-motion=true] *,:root[data-reduced-motion=true] :before,:root[data-reduced-motion=true] :after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}
@font-face{font-family:oxanium;src:url(../media/Oxanium_VariableFont_wght-s.p.05__oi6mvnq_w.woff2)format("woff2");font-display:swap;font-weight:200 800}@font-face{font-family:oxanium Fallback;src:local(Arial);ascent-override:77.43%;descent-override:20.58%;line-gap-override:24.5%;size-adjust:102.03%}.oxanium_692480ca-module__HEUkqG__className{font-family:oxanium,oxanium Fallback,system-ui,sans-serif}.oxanium_692480ca-module__HEUkqG__variable{--font-display:"oxanium", "oxanium Fallback", system-ui, sans-serif}
@font-face{font-family:barlow;src:url(../media/Barlow_Regular-s.p.2jql3yulf8pla.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:barlow;src:url(../media/Barlow_Medium-s.p.0i9evrkt58ay9.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:barlow;src:url(../media/Barlow_SemiBold-s.p.3k022cx0k0-5s.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:barlow Fallback;src:local(Arial);ascent-override:103.13%;descent-override:20.63%;line-gap-override:0.0%;size-adjust:96.96%}.barlow_c7855f26-module__KaPQ-G__className{font-family:barlow,barlow Fallback,system-ui,sans-serif}.barlow_c7855f26-module__KaPQ-G__variable{--font-body:"barlow", "barlow Fallback", system-ui, sans-serif}
@font-face{font-family:plexMono;src:url(../media/IBMPlexMono_Regular-s.1jxm4450jhr8u.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:plexMono;src:url(../media/IBMPlexMono_Medium-s.401sm9fvl7owo.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:plexMono Fallback;src:local(Arial);ascent-override:77.95%;descent-override:20.91%;line-gap-override:0.0%;size-adjust:131.49%}.plexmono_b420d8c5-module__ie9Q5a__className{font-family:plexMono,plexMono Fallback,ui-monospace,monospace}.plexmono_b420d8c5-module__ie9Q5a__variable{--font-mono:"plexMono", "plexMono Fallback", ui-monospace, monospace}
.SoundToggle-module__6-kXYa__toggle{left:var(--gutter);z-index:var(--z-audio);align-items:center;gap:var(--sp-3);padding:var(--sp-2) var(--sp-3);border:var(--bw) solid var(--line);border-radius:var(--r-sm);background:color-mix(in srgb, var(--c-superdark) 62%, transparent);-webkit-backdrop-filter:blur(8px)saturate(1.1);backdrop-filter:blur(8px)saturate(1.1);color:var(--ink-dim);transition:color var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out);display:inline-flex;position:fixed;bottom:clamp(1rem,3vh,2rem)}.SoundToggle-module__6-kXYa__toggle:hover{color:var(--ink);border-color:var(--line-strong)}.SoundToggle-module__6-kXYa__bars{align-items:flex-end;gap:2px;width:18px;height:14px;display:inline-flex}.SoundToggle-module__6-kXYa__bar{transform-origin:bottom;background:currentColor;border-radius:.5px;flex:1;height:25%}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar{background:var(--accent);animation:SoundToggle-module__6-kXYa__eq .9s var(--ease-in-out) infinite}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar:first-child{animation-delay:-.2s}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar:nth-child(2){animation-delay:-.5s}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar:nth-child(3){animation-delay:-.1s}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar:nth-child(4){animation-delay:-.7s}@keyframes SoundToggle-module__6-kXYa__eq{0%,to{height:25%}50%{height:100%}}.SoundToggle-module__6-kXYa__label{font-family:var(--font-mono);font-size:var(--fs-meta);letter-spacing:var(--tracking-meta);text-transform:uppercase}@media (max-width:520px){.SoundToggle-module__6-kXYa__label{display:none}}@media (prefers-reduced-motion:reduce){.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar{animation:none}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar:first-child{height:60%}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar:nth-child(2){height:100%}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar:nth-child(3){height:45%}.SoundToggle-module__6-kXYa__toggle[data-playing=true] .SoundToggle-module__6-kXYa__bar:nth-child(4){height:80%}}
