:root{--tint-hue: 285;--tint-chroma: .005;--grey-950: oklch(14% var(--tint-chroma) var(--tint-hue));--grey-900: oklch(20% var(--tint-chroma) var(--tint-hue));--grey-800: oklch(27% var(--tint-chroma) var(--tint-hue));--grey-700: oklch(36% var(--tint-chroma) var(--tint-hue));--grey-500: oklch(55% var(--tint-chroma) var(--tint-hue));--grey-400: oklch(67% var(--tint-chroma) var(--tint-hue));--grey-300: oklch(77% var(--tint-chroma) var(--tint-hue));--grey-200: oklch(85% var(--tint-chroma) var(--tint-hue));--grey-100: oklch(93.6% var(--tint-chroma) var(--tint-hue));--grey-50: oklch(96.5% var(--tint-chroma) var(--tint-hue));--black: #000;--white: #fff;--red-500: #FF3B2E;--red-600: #D92B1B;--font-sans: "Instrument Sans Variable", system-ui, -apple-system, sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-bold: 700;--space-4: 4px;--space-8: 8px;--space-12: 12px;--space-16: 16px;--space-20: 20px;--space-24: 24px;--space-32: 32px;--bp-tablet: 768px;--bp-desktop: 1280px;--grid-cols: 4;--grid-margin: 16px;--grid-gutter: 8px;--radius-4: 4px;--radius-8: 8px;--radius-12: 12px;--border-width: 1px;--separator-opacity: .15;--duration-micro: .2s;--duration-reveal: .7s;--ease-signature: cubic-bezier(.22, 1, .36, 1);--color-content-primary: var(--white);--color-content-secondary: var(--grey-400);--color-content-muted: var(--grey-500);--color-content-accent: var(--red-500);--color-content-on-accent: var(--white);--color-surface-base: var(--grey-950);--color-surface-raised: var(--grey-900);--color-surface-accent: var(--red-500);--color-border-subtle: var(--grey-800);--color-border-strong: var(--grey-700);--color-separator: color-mix(in srgb, var(--white) calc(var(--separator-opacity) * 100%), transparent)}@media(min-width:768px){:root{--grid-cols: 8;--grid-margin: 24px;--grid-gutter: 16px}}@media(min-width:1280px){:root{--grid-cols: 12;--grid-gutter: 20px}}@font-face{font-family:Instrument Sans Variable;font-style:normal;font-display:swap;font-weight:400 700;src:url(/fonts/instrument-sans-latin-variable.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:where(html){font-family:var(--font-sans)}.t-display{font-size:clamp(3.5rem,11vw,10rem);line-height:.92;font-weight:var(--font-weight-bold);letter-spacing:-.02em;text-transform:uppercase}.t-headline-xl{font-size:clamp(2.75rem,6.5vw,5.5rem);line-height:1.05;font-weight:var(--font-weight-regular);letter-spacing:-.015em}.t-headline-l{font-size:clamp(2rem,4.5vw,3.5rem);line-height:1.1;font-weight:var(--font-weight-regular);letter-spacing:-.01em}.t-headline-m{font-size:clamp(1.375rem,2.4vw,1.75rem);line-height:1.3;font-weight:var(--font-weight-medium);letter-spacing:0}.t-headline-s{font-size:clamp(1.125rem,1.6vw,1.25rem);line-height:1.35;font-weight:var(--font-weight-medium);letter-spacing:0}.t-body-xl{font-size:clamp(1.125rem,1.5vw,1.375rem);line-height:1.5;font-weight:var(--font-weight-regular);letter-spacing:0}.t-body-m{font-size:1rem;line-height:1.55;font-weight:var(--font-weight-regular);letter-spacing:0}.t-body-s{font-size:.8125rem;line-height:1.5;font-weight:var(--font-weight-regular);letter-spacing:0}.t-meta{font-size:.75rem;line-height:1.5;font-weight:var(--font-weight-medium);letter-spacing:.08em;text-transform:uppercase}[data-placed]{grid-column:var(--pl-col-m)}@media(min-width:768px){[data-placed]{grid-column:var(--pl-col-t)}}@media(min-width:1280px){[data-placed]{grid-column:var(--pl-col-d)}}html{color-scheme:dark}body{margin:0;min-height:100vh;background:var(--color-surface-base);color:var(--color-content-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}:root[data-entry=pending] body{overflow:hidden}:root[data-js] [data-reveal]{opacity:0;transform:translateY(24px);transition:opacity var(--duration-reveal) var(--ease-signature),transform var(--duration-reveal) var(--ease-signature)}:root[data-js] [data-reveal].in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}}#grid-overlay{position:fixed;inset:0;z-index:9999;pointer-events:none;padding:0 var(--grid-margin);display:grid;grid-template-columns:repeat(var(--grid-cols),1fr);gap:var(--grid-gutter)}#grid-overlay[hidden]{display:none}#grid-overlay span:nth-child(n+5){display:none}@media(min-width:768px){#grid-overlay span:nth-child(n+5){display:block}#grid-overlay span:nth-child(n+9){display:none}}@media(min-width:1280px){#grid-overlay span:nth-child(n+9){display:block}}#grid-overlay span{height:100%;background:color-mix(in oklab,var(--color-content-accent) 12%,transparent);border-inline:1px solid color-mix(in oklab,var(--color-content-accent) 22%,transparent)}
