:root{--canvas: #f5f6f2;--surface: #e9ebe4;--surface-warm: #eff1eb;--surface-deep: #1c2a21;--footer-bg: #16211a;--accent: #9c3d1e;--accent-strong: #7e2a15;--accent-on-deep: #cd7d54;--green-live: #4c7a3d;--green-on-deep: #86b573;--ink: #1c2420;--ink-muted: #5a645d;--ink-on-deep: #f2f4ee;--ink-on-deep-muted: #a9b6ab;--line: rgba(28, 36, 32, .14);--line-deep: rgba(255, 255, 255, .16);--primary: var(--accent);--primary-fg: #fbf4ef;--primary-ink: var(--accent);--primary-tint: rgba(156, 61, 30, .14);--error: #b23a2a;--btn-primary-bg: var(--accent);--btn-primary-bg-hover: var(--accent-strong);--btn-primary-fg: #fbf4ef;--btn-secondary-bg: var(--surface);--btn-secondary-fg: var(--ink);--btn-outlined-fg: var(--ink);--btn-outlined-border: var(--ink);--btn-destructive-bg: #b23a2a;--btn-destructive-fg: #fff;--btn-link-fg: var(--accent);--btn-link-fg-hover: var(--accent-strong);--ff-display: "Newsreader", Georgia, "Times New Roman", serif;--ff-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;--ff-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--fs-xs: .78rem;--fs-small: .9rem;--fs-body: 1rem;--fs-lead: clamp(1.08rem, 1rem + .5vw, 1.28rem);--fs-eyebrow: .75rem;--fs-h3: clamp(1.3rem, 1.15rem + .7vw, 1.6rem);--fs-h2: clamp(1.75rem, 1.42rem + 1.5vw, 2.25rem);--fs-h1: clamp(2.2rem, 1.72rem + 2.3vw, 3.25rem);--fs-hero: clamp(2.05rem, 1.5rem + 3vw, 4.3rem);--fs-display: clamp(2.5rem, 1.9rem + 3.4vw, 4.3rem);--lh-tight: 1.08;--lh-snug: 1.28;--lh-body: 1.62;--tracking-tight: -.02em;--tracking-mono: .16em;--space-2xs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--section-pad-y: clamp(4.5rem, 3rem + 6vw, 8rem);--section-pad-y-sm: clamp(2.75rem, 2rem + 3vw, 4rem);--head-gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);--container-max: 1440px;--max-width: 1440px;--gutter: clamp(1.25rem, 4vw, 2.5rem);--container-pad: var(--gutter);--measure: 66ch;--header-h: 76px;--topbar-h: 40px;--header-full: calc(var(--header-h) + var(--topbar-h));--radius-sm: 2px;--radius-md: 2px;--radius-image: 2px;--radius-btn: 0px;--radius-character: 0px;--shadow-sm: 0 1px 2px rgba(28, 36, 32, .08), 0 2px 6px rgba(28, 36, 32, .06);--shadow-md: 0 2px 6px rgba(28, 36, 32, .1), 0 10px 24px rgba(28, 36, 32, .1);--shadow-lg: 0 4px 10px rgba(28, 36, 32, .12), 0 22px 48px rgba(28, 36, 32, .16);--ease-standard: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--dur-micro: .15s;--dur-ui: .28s;--dur-reveal: .5s}@media (max-width: 959px){:root{--topbar-h: 0px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}[data-reveal],[data-choreo],[data-choreo-item]{opacity:1!important;transform:none!important}}:root{--ease-out-strong: cubic-bezier(.23, 1, .32, 1);--ease-in-out-strong: cubic-bezier(.77, 0, .175, 1);--dur-press: .14s;--dur-hover: .18s;--dur-reveal: .26s;--shadow-sm: 0 1px 2px rgba(16, 17, 19, .06), 0 2px 8px -2px rgba(16, 17, 19, .1);--shadow-md: 0 2px 4px rgba(16, 17, 19, .05), 0 12px 28px -12px rgba(16, 17, 19, .18);--shadow-lg: 0 4px 8px rgba(16, 17, 19, .05), 0 24px 56px -16px rgba(16, 17, 19, .24)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:auto;scroll-padding-top:calc(var(--header-h) + 1rem)}body{margin:0;background:var(--canvas);color:var(--ink);font-family:var(--ff-body);font-size:var(--fs-body);line-height:var(--lh-body);font-weight:400;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,picture,svg,video{max-width:100%;display:block}a{color:inherit}button{font-family:inherit}h1,h2,h3,h4{font-family:var(--ff-display);font-weight:500;line-height:var(--lh-tight);letter-spacing:var(--tracking-tight);color:var(--ink);margin:0}p{margin:0}::selection{background:var(--accent);color:#fbf4ef}:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.container{width:min(100% - 2 * var(--gutter),var(--container-max));margin-inline:auto}.container--prose{max-width:70ch}.section{padding-block:var(--section-pad-y)}.section--sm{padding-block:var(--section-pad-y-sm)}.section--canvas{background:var(--canvas)}.eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-family:var(--ff-mono);font-size:var(--fs-eyebrow);font-weight:500;letter-spacing:var(--tracking-mono);text-transform:uppercase;color:var(--ink-muted);margin:0}.eyebrow:before{content:"";width:1.4rem;height:2px;background:var(--accent);flex:none}.eyebrow--on-deep{color:var(--ink-on-deep-muted)}.eyebrow--on-deep:before{background:var(--accent-on-deep)}.mono-label{font-family:var(--ff-mono);font-size:var(--fs-xs);font-weight:500;letter-spacing:var(--tracking-mono);text-transform:uppercase;color:var(--ink-muted)}.corten-rule{height:3px;width:min(52%,30rem);background:var(--accent);border:0;margin:0}.corten-rule--right{margin-left:auto}.lede{font-size:var(--fs-lead);line-height:var(--lh-snug);color:var(--ink-muted);max-width:46ch}.tick-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.85rem}.tick-list li{position:relative;padding-left:1.75rem;color:var(--ink);line-height:var(--lh-snug)}.tick-list li:before{content:"";position:absolute;left:0;top:.62em;width:1rem;height:2px;background:var(--green-live)}.section-head{display:flex;flex-direction:column;gap:1rem;max-width:40ch}.section-head__title{font-size:var(--fs-h2)}.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}.text-accent{color:var(--accent)}.borduur-underline{color:var(--accent);box-shadow:inset 0 -.12em 0 var(--accent);padding-bottom:.02em}a[class*=btn-]:active:not([aria-disabled=true]),button[class*=btn-]:active:not([disabled]){transform:scale(.97);transition:transform var(--dur-press, .14s) var(--ease-out-strong, ease-out)}@media (prefers-reduced-motion: reduce){a[class*=btn-]:active,button[class*=btn-]:active{transform:none}}
