:root{--font-sans:var(--font-clash),-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",sans-serif;--radius-card:24px;--radius-pill:9999px;--container:1120px;--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-in-out:cubic-bezier(0.76,0,0.24,1);--nav-height:76px;--indigo:#5e5ce6;--purple:#bf5af2}:root[data-theme=dark]{color-scheme:dark;--bg:#000000;--bg-subtle:#0c0c0e;--surface:#1c1c1e;--surface-2:#2c2c2e;--surface-border:rgba(255,255,255,0.1);--text-1:#f5f5f7;--text-2:#aeaeb2;--text-3:#8e8e93;--accent:#03a8ea;--accent-contrast:#ffffff;--accent-solid:#0277a8;--accent-text:var(--accent);--hand:#35bdf5;--grid-line:rgba(255,255,255,0.06);--nav-bg:rgba(28,28,30,0.7);--shadow-card:0 24px 60px rgba(0,0,0,0.5);--glow-strength:0.22}:root[data-theme=light]{color-scheme:light;--bg:#ffffff;--bg-subtle:#f2f2f7;--surface:#ffffff;--surface-2:#f2f2f7;--surface-border:rgba(0,0,0,0.08);--text-1:#1c1c1e;--text-2:#515154;--text-3:#6e6e73;--accent:#0277a8;--accent-contrast:#ffffff;--accent-solid:#0277a8;--accent-text:#0277a8;--hand:#03a8ea;--grid-line:rgba(0,0,0,0.028);--nav-bg:rgba(255,255,255,0.72);--shadow-card:0 4px 24px rgba(0,0,0,0.05),0 16px 48px rgba(0,0,0,0.07);--glow-strength:0.1}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body,html{overflow-x:clip}body{font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;letter-spacing:.008em;background:var(--bg);color:var(--text-1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-kerning:normal;font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"kern";font-optical-sizing:auto;transition:background-color .4s ease,color .4s ease;min-height:100vh}:root[data-theme=dark] body:after{content:"";position:fixed;inset:0;z-index:9999;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");opacity:.045;mix-blend-mode:overlay}main{display:block}h1,h2,h3,h4{font-weight:700;color:var(--text-1);text-wrap:balance}h1,h2{letter-spacing:-.015em;line-height:1.05}h3,h4{letter-spacing:-.008em;line-height:1.15}p{color:var(--text-2);line-height:1.6}strong{color:var(--text-1);font-weight:600}a{color:inherit;text-decoration:none}ol,ul{list-style:none}img,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:none;cursor:pointer}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,2.5rem)}.section{position:relative;padding-block:clamp(6rem,12vh,10rem)}.eyebrow{display:inline-block;font-family:var(--font-serif),Georgia,"Times New Roman",serif;font-style:italic;font-weight:500;font-size:clamp(1rem,1.8vw,1.375rem);letter-spacing:.01em;line-height:1.2;color:var(--text-2);text-transform:none}.eyebrow:before{content:"/ ";color:var(--accent)}.visually-hidden{position:absolute;border:0}.skip-link,.visually-hidden{width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-link{position:fixed;top:.75rem;left:.75rem;z-index:200}.skip-link:focus-visible{width:auto;height:auto;margin:0;padding:.75rem 1.25rem;clip:auto;background:var(--accent-solid,var(--accent));color:#ffffff;font-size:.9375rem;font-weight:600;border-radius:var(--radius-pill);box-shadow:var(--shadow-card)}::selection{background:var(--accent);color:var(--accent-contrast)}:focus{outline:none}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}@media (min-width:800px){::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-2);border-radius:8px;border:2px solid var(--bg)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important;transform:none!important}}