:root{--color-white:#ffffff;--color-surface:#f7f8f9;--color-surface-2:#eef0f2;--color-silver-100:#e3e6e8;--color-silver-300:#c0c4c8;--color-silver-500:#9aa0a6;--color-slate-600:#5f6a72;--color-charcoal-700:#39424a;--color-charcoal-800:#252c33;--color-ink-900:#171c21;--color-accent:#c8102e;--color-accent-dark:#a30d26;--color-accent-soft:#fbeaed;--color-success:#1a7f4e;--color-error:#b3261e;--bg:var(--color-white);--bg-alt:var(--color-surface);--bg-inverse:var(--color-ink-900);--text:var(--color-ink-900);--text-muted:var(--color-slate-600);--text-inverse:#f4f5f6;--border:var(--color-silver-100);--border-strong:var(--color-silver-300);--font-heading:var(--font-manrope),"Avenir Next","Segoe UI",sans-serif;--font-body:var(--font-inter),-apple-system,"Segoe UI",sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.3125rem;--text-2xl:clamp(1.5rem,1.3rem + 1vw,1.875rem);--text-3xl:clamp(1.875rem,1.55rem + 1.6vw,2.5rem);--text-4xl:clamp(2.25rem,1.8rem + 2.3vw,3.375rem);--text-5xl:clamp(2.75rem,2.1rem + 3.2vw,4.25rem);--leading-tight:1.12;--leading-snug:1.3;--leading-normal:1.65;--tracking-wide:0.14em;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--space-10:8rem;--section-y:clamp(4rem,3rem + 5vw,8rem);--container-max:1240px;--container-pad:clamp(1.25rem,4vw,2.5rem);--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:999px;--shadow-sm:0 1px 2px rgba(23,28,33,0.06),0 1px 6px rgba(23,28,33,0.05);--shadow-md:0 6px 18px rgba(23,28,33,0.08),0 2px 6px rgba(23,28,33,0.05);--shadow-lg:0 18px 44px rgba(23,28,33,0.14),0 6px 14px rgba(23,28,33,0.07);--shadow-accent:0 10px 26px rgba(200,16,46,0.22);--ease-out:cubic-bezier(0.22,1,0.36,1);--ease-in-out:cubic-bezier(0.65,0,0.35,1);--dur-fast:160ms;--dur-med:320ms;--dur-slow:640ms;--z-nav:100;--z-modal:200;--z-toast:300}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:var(--leading-tight);letter-spacing:-.015em;font-weight:700;text-wrap:balance}p{text-wrap:pretty}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font:inherit}ol[role=list],ul[role=list]{list-style:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:2px}::selection{background:var(--color-ink-900);color:var(--color-white)}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--container-pad)}.section{padding-block:var(--section-y)}.section--alt{background:var(--bg-alt)}.section--inverse{background:var(--bg-inverse);color:var(--text-inverse)}.eyebrow{display:inline-flex;align-items:center;gap:var(--space-3);font-family:var(--font-heading);font-size:var(--text-xs);font-weight:700;letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--color-accent)}.eyebrow:before{content:"";width:26px;height:2px;background:currentColor;border-radius:2px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100%;left:var(--space-4);z-index:calc(var(--z-nav) + 1);padding:var(--space-3) var(--space-5);background:var(--color-ink-900);color:var(--color-white);border-radius:0 0 var(--radius-md) var(--radius-md);font-weight:600;transition:top var(--dur-fast) var(--ease-out)}.skip-link:focus-visible{top:0}.prose{display:grid;grid-gap:var(--space-4);gap:var(--space-4);max-width:68ch;color:var(--text-muted)}.prose h2{font-size:var(--text-xl);color:var(--text);margin-top:var(--space-5)}.prose ul{display:grid;grid-gap:var(--space-2);gap:var(--space-2);padding-left:1.2rem}.prose a{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.prose strong{color:var(--text)}:root.js .reveal{opacity:0;transform:translateY(28px);transition:opacity var(--dur-slow) var(--ease-out),transform var(--dur-slow) var(--ease-out)}:root.js .reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){:root.js .reveal{opacity:1;transform:none}}