:root{--primary: #E2710E;--primary-fg: #FFFFFF;--primary-deep: #C45F08;--ink: #211C18;--ink-muted: #5C544D;--surface: #FFFFFF;--surface-warm: #EEEFF1;--surface-deep: #211C18;--accent: #C47830;--line: #DDD8D2;--line-deep: rgba(255, 255, 255, .14);--on-deep: #F4F1ED;--on-deep-muted: #B8B0A7;--btn-primary-bg: var(--ink);--btn-primary-fg: var(--primary-fg);--btn-secondary-bg: var(--surface-warm);--btn-secondary-fg: var(--ink);--btn-outlined-border: var(--primary);--btn-outlined-fg: var(--ink);--btn-link-fg: var(--primary);--btn-link-fg-hover: var(--primary-deep);--font-display: "Archivo", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", Menlo, monospace;--fs-hero: clamp(2.6rem, 6vw, 5rem);--fs-h1: clamp(2.25rem, 5vw, 3.75rem);--fs-h2: clamp(1.75rem, 3.6vw, 2.875rem);--fs-h3: clamp(1.25rem, 2.2vw, 1.625rem);--fs-h4: clamp(1.05rem, 1.6vw, 1.25rem);--fs-body-lg: clamp(1.075rem, 1.4vw, 1.25rem);--fs-body: 1rem;--fs-small: .875rem;--fs-eyebrow: .8125rem;--fs-mono-stat: clamp(2.5rem, 5vw, 3.75rem);--lh-tight: 1.05;--lh-snug: 1.18;--lh-body: 1.65;--space-3xs: .25rem;--space-2xs: .5rem;--space-xs: .75rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.25rem;--space-xl: 3.5rem;--space-2xl: 5rem;--space-3xl: 7rem;--section-pad: clamp(3.5rem, 7vw, 6.5rem);--gutter: clamp(1.25rem, 4vw, 2.5rem);--container-max: 1440px;--content-max: 1180px;--header-h: 80px;--topbar-h: 40px;--header-total: calc(var(--header-h) + var(--topbar-h));--radius-btn: 0;--radius-card: 0;--radius-sm: 2px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-std: cubic-bezier(.4, 0, .2, 1);--shadow-card: 0 1px 2px rgba(33, 28, 24, .06);--shadow-offset: 14px 14px 0 var(--ink);--shadow-header: 0 2px 14px rgba(33, 28, 24, .12)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;text-size-adjust:100%}body{font-family:var(--font-body);font-size:var(--fs-body);line-height:var(--lh-body);color:var(--ink);background:var(--surface);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{padding-top:var(--header-total)}img,picture,video{max-width:100%;display:block}img{-webkit-user-drag:none;user-select:none}::selection{background:var(--primary);color:#fff}a{color:inherit;text-decoration:none}a:visited{color:inherit}button{font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4{font-family:var(--font-display);font-weight:800;line-height:var(--lh-snug);color:var(--ink);text-wrap:balance}h1{line-height:var(--lh-tight)}p{text-wrap:pretty}:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.container{width:100%;max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter)}.container--narrow{max-width:var(--content-max)}.section{padding-block:var(--section-pad);position:relative}.section--surface{background:var(--surface)}.section--surface-warm{background:var(--surface-warm)}.section--surface-deep{background:var(--surface-deep);color:var(--on-deep)}.section--surface-deep h1,.section--surface-deep h2,.section--surface-deep h3,.section--surface-deep h4{color:var(--on-deep)}.section--tight{padding-block:clamp(2.5rem,5vw,4rem)}.section-head{display:flex;flex-direction:column;gap:var(--space-sm);max-width:760px}.section-head--center{margin-inline:auto;text-align:center;align-items:center}.section-title{font-size:var(--fs-h2)}.section-lede{font-size:var(--fs-body-lg);color:var(--ink-muted);max-width:60ch}.section--surface-deep .section-lede{color:var(--on-deep-muted)}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-mono);font-size:var(--fs-eyebrow);font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--primary)}.eyebrow__glyph{display:inline-flex;flex-direction:column;gap:2px;width:22px}.eyebrow__glyph span{display:block;height:2px;background:var(--ink)}.eyebrow__glyph span:nth-child(1){width:100%;background:var(--primary)}.eyebrow__glyph span:nth-child(2){width:70%}.eyebrow__glyph span:nth-child(3){width:45%}.section--surface-deep .eyebrow{color:var(--accent)}.section--surface-deep .eyebrow__glyph span:not(:first-child){background:var(--on-deep-muted)}.strata{display:flex;flex-direction:column;gap:3px;width:100%}.strata span{display:block;height:2px;background:var(--ink);opacity:.85}.strata span:nth-child(1){height:3px;background:var(--primary);opacity:1}.strata span:nth-child(2){width:100%}.strata span:nth-child(3){width:62%;height:2px}.strata span:nth-child(4){width:38%;height:1px}.section--surface-deep .strata span{background:var(--on-deep-muted)}.section--surface-deep .strata span:nth-child(1){background:var(--accent)}.strata-list{display:flex;flex-direction:column;gap:var(--space-xs)}.strata-list li{position:relative;padding-left:1.65rem;line-height:1.45}.strata-list li:before{content:"";position:absolute;left:0;top:.55em;width:1rem;height:3px;background:var(--primary)}.section--surface-deep .strata-list li:before{background:var(--accent)}.mono{font-family:var(--font-mono)}.text-primary{color:var(--primary)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.link-inline{color:var(--primary);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;transition:color .16s var(--ease-std)}.link-inline:hover{color:var(--primary-deep)}.cta-pair{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:1.5rem}.cta-pair--start{justify-content:flex-start}@media (max-width: 600px){.cta-pair{flex-direction:column;align-items:stretch;justify-content:stretch}.cta-pair>*{width:100%}}.stat__value{font-family:var(--font-mono);font-size:var(--fs-mono-stat);font-weight:600;line-height:1;color:var(--ink)}.stat__value em{font-style:normal;color:var(--primary)}.stat__label{font-size:var(--fs-small);color:var(--ink-muted);margin-top:var(--space-2xs)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}
