@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,900&family=Archivo:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  color-scheme: dark;
  --ink: #0b0c0e;
  --carbon: #17181b;
  --gunmetal: #2a2d33;
  --paper: #eee9df;
  --steel: #8a8f98;
  --line: #3a3d43;
  --signal: #ff4d1c;
  --text: var(--paper);
  --text-muted: #b8b9bd;
  --text-quiet: var(--steel);
  --surface: var(--ink);
  --surface-raised: var(--carbon);
  --surface-control: #202226;
  --border: var(--line);
  --paper-line: #c7c0b5;
  --paper-muted: #55534e;
  --focus: var(--signal);
  --error: #ff977d;
  --error-on-paper: #9f2b0e;
  --selection: var(--signal);
  --ruhe-ec0: 'Fraunces', Georgia, serif;
  --ruhe-568: 'Archivo', Arial, sans-serif;
  --ruhe-609: 'IBM Plex Mono', monospace;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-poster: 900;
  --text-xs: clamp(.6875rem, .66rem + .12vw, .75rem);
  --text-sm: clamp(.8125rem, .78rem + .16vw, .9375rem);
  --text-base: clamp(1rem, .95rem + .22vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1rem + .6vw, 1.5rem);
  --text-xl: clamp(1.375rem, 1.1rem + 1.1vw, 2.125rem);
  --heading-sm: clamp(1.625rem, 1.25rem + 1.7vw, 2.875rem);
  --heading-md: clamp(2rem, 1.4rem + 3vw, 4.5rem);
  --heading-lg: clamp(2.5rem, 1.7rem + 4.5vw, 6.5rem);
  --heading-xl: clamp(2.75rem, 1.6rem + 6.5vw, 8.5rem);
  --heading-poster: clamp(3rem, 1.25rem + 10.5vw, 11.5rem);
  --leading-body: 1.65;
  --leading-tight: 1.04;
  --leading-display: .98;
  --tracking-body: -.012em;
  --tracking-display: -.045em;
  --tracking-meta: .065em;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --gutter: clamp(1.25rem, 5vw, 3rem);
  --section-space: clamp(4rem, 10vw, 8rem);
  --section-space-small: clamp(2.5rem, 6vw, 5rem);
  --grid-gap: clamp(1.25rem, 3.5vw, 3rem);
  --shell: 80rem;
  --measure: 66ch;
  --measure-narrow: 48ch;
  --measure-wide: 80ch;
  --header-space: 6.5rem;
  --control-min: 2.75rem;
  --radius: 1px;
  --radius-small: 2px;
  --hairline: 1px;
  --border-rule: 1px solid var(--border);
  --focus-ring: 2px solid var(--focus);
  --focus-offset: 4px;
  --shadow-hard: 5px 5px 0 var(--ink);
  --duration-instant: 80ms;
  --duration-control: 160ms;
  --duration-short: 240ms;
  --duration-medium: 480ms;
  --duration-long: 800ms;
  --duration-scene: 1100ms;
  --ease-standard: cubic-bezier(.2, .65, .3, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
  --ease-in-out: cubic-bezier(.65, 0, .35, 1);
  --ease-snap: cubic-bezier(.22, .9, .28, 1);
  --z-header: 30;
  --z-nav: 40;
  --z-launcher: 45;
  --z-dialog: 60;
  --z-consent: 70;
  --z-skip: 100;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --consent-offset: 0px;
}

*, *::before, *::after { box-sizing: border-box; }
html { margin: 0; padding: 0; scroll-padding-top: calc(var(--header-space) + 1rem); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-inline-size: 0; background: var(--surface); color: var(--text); font-family: var(--ruhe-568); font-size: var(--text-base); line-height: var(--leading-body); font-weight: 400; letter-spacing: var(--tracking-body); -webkit-font-smoothing: antialiased; }
body, main, section, article, aside, header, footer, nav, form, fieldset, figure, div { min-width: 0; }
main { display: block; }
[hidden] { display: none !important; }
:where(h1, h2, h3, h4, h5, h6, p, blockquote, figure, dl, dd, ul, ol) { margin: 0; }
:where(ul, ol) { padding-inline-start: 1.5em; }
:where(li) { padding-inline-start: .2em; }
img, picture, video, canvas, iframe, svg { max-width: 100%; }
img, video { display: block; height: auto; }
picture { display: block; }
iframe { border: 0; }
svg { vertical-align: middle; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; overflow-wrap: anywhere; }
button, input, textarea, select { font: inherit; letter-spacing: inherit; color: inherit; max-width: 100%; }
button { cursor: pointer; }
button, input, select, textarea { border-radius: var(--radius); }
button, [type='button'], [type='submit'], [type='reset'] { -webkit-appearance: button; }
button { white-space: normal; overflow-wrap: anywhere; }
input, select, textarea { min-width: 0; }
textarea { resize: vertical; }
fieldset { margin: 0; padding: 0; border: 0; min-inline-size: 0; }
legend { max-width: 100%; padding: 0; white-space: normal; }
label { cursor: pointer; }
summary { cursor: pointer; }
summary::-webkit-details-marker { display: none; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
th { font-weight: 600; text-align: start; }
caption { text-align: start; }
address { font-style: normal; }
strong, b { font-weight: 700; }
small { font-size: var(--text-sm); }
sub, sup { font-size: .7em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -.45em; }
sub { bottom: -.2em; }
hr { border: 0; border-top: var(--border-rule); margin: 0; }
::selection { background: var(--selection); color: var(--ink); }
:focus-visible { outline: var(--focus-ring); outline-offset: var(--focus-offset); }
:target { scroll-margin-top: calc(var(--header-space) + 1.5rem); }

h1, h2, h3, h4, h5, h6, .display { font-family: var(--ruhe-ec0); font-optical-sizing: auto; font-weight: 600; letter-spacing: var(--tracking-display); line-height: var(--leading-tight); overflow-wrap: break-word; text-wrap: balance; }
h1 { font-size: var(--heading-xl); font-weight: 900; }
h2 { font-size: var(--heading-md); }
h3 { font-size: var(--heading-sm); }
h4 { font-size: var(--text-xl); }
h5, h6 { font-size: var(--text-lg); }
p { overflow-wrap: break-word; }
.display--poster { font-size: var(--heading-poster); font-weight: 900; line-height: var(--leading-display); }
.display--large { font-size: var(--heading-lg); }
.lead { font-size: var(--text-lg); line-height: 1.5; max-width: var(--measure-narrow); }
.meta, .eyebrow, .spec-label { font-family: var(--ruhe-609); font-size: var(--text-xs); font-weight: 500; line-height: 1.6; letter-spacing: var(--tracking-meta); text-transform: uppercase; }
.eyebrow { display: block; margin-block-end: 1.5rem; color: var(--text-muted); }
.mono { font-family: var(--ruhe-609); font-variant-numeric: tabular-nums; letter-spacing: -.025em; }
.signal { color: var(--signal); }
.text-muted { color: var(--text-muted); }
.text-small { font-size: var(--text-sm); }
.text-balance { text-wrap: balance; }
.prose { max-width: var(--measure); }
.prose > * + * { margin-block-start: 1.5rem; }
.prose > :where(h2, h3, h4) { margin-block-start: 3rem; }
.prose > :where(h2, h3, h4) + * { margin-block-start: 1.25rem; }
.prose > :first-child { margin-block-start: 0; }
.prose :where(ul, ol) { padding-inline-start: 1.4em; }
.prose li + li { margin-block-start: .75rem; }
.prose li::marker { color: var(--signal); }
.prose blockquote { border-inline-start: 2px solid var(--signal); padding: .25rem 0 .25rem 1.5rem; font-family: var(--ruhe-ec0); font-size: var(--text-xl); line-height: 1.35; }
.prose blockquote cite { display: block; margin-top: 1rem; font-family: var(--ruhe-609); font-size: var(--text-xs); font-style: normal; }
.prose code { padding: .1em .25em; font-family: var(--ruhe-609); font-size: .86em; background: var(--surface-raised); overflow-wrap: anywhere; }
.prose pre { max-width: 100%; overflow-x: auto; padding: 1.25rem; background: var(--surface-raised); border: var(--border-rule); }
.prose pre code { padding: 0; overflow-wrap: normal; }
.prose dd { margin-block: .5rem 1.5rem; }
.prose dt { font-weight: 600; }
.prose figure { margin-block: 2.5rem; }
figcaption { padding-block-start: .875rem; font-family: var(--ruhe-609); font-size: var(--text-xs); line-height: 1.6; color: var(--text-muted); }

.container, .shell { width: min(calc(100% - var(--gutter) * 2), var(--shell)); margin-inline: auto; }
.container--wide { max-width: none; }
.container--narrow { max-width: 52rem; }
.section { padding-block: var(--section-space); }
.section--compact { padding-block: var(--section-space-small); }
.section-rule { border-block-start: var(--border-rule); }
.stack { display: flex; flex-direction: column; gap: var(--stack-gap, 1.5rem); }
.cluster { display: flex; flex-wrap: wrap; gap: var(--cluster-gap, 1rem); align-items: center; }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--grid-gap); }
.grid { display: grid; gap: var(--grid-gap); }
.grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
:is(.grid, .split, .cluster, .stack) > * { min-width: 0; }
.flow > * + * { margin-block-start: var(--flow-gap, 1.5rem); }
.measure { max-width: var(--measure); }
.rule { border-block-start: var(--border-rule); }
.paper { color-scheme: light; --text: var(--ink); --text-muted: var(--paper-muted); --text-quiet: #64615b; --surface: var(--paper); --surface-raised: #e4ded3; --surface-control: #f6f2ea; --border: var(--paper-line); --error: var(--error-on-paper); background: var(--paper); color: var(--ink); }
.carbon { background: var(--carbon); }
.full-width { width: 100%; }
.align-start { align-items: start; }
.visually-hidden, .sr-only { position: absolute !important; inline-size: 1px !important; block-size: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip-path: inset(50%) !important; pointer-events: none; }
.scroll-region { max-width: 100%; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-color: var(--steel) var(--surface-raised); }
.no-js-note { padding: 1rem; border: var(--border-rule); font-size: var(--text-sm); }
.js .no-js-note { display: none; }

@media (min-width: 120rem) {
  :root { --gutter: 3rem; }
  .container--wide { width: min(calc(100% - var(--gutter) * 2), 110rem); }
}
@media (max-width: 63.99rem) {
  :root { --header-space: 6rem; }
  .grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 47.99rem) {
  :root { --header-space: 5.5rem; }
  .split, .grid--two, .grid--three { grid-template-columns: minmax(0, 1fr); }
  .prose > :where(h2, h3, h4) { margin-block-start: 2.5rem; }
}
@media (max-width: 22.49rem) {
  :root { --grid-gap: 1.25rem; }
  .cluster { column-gap: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { --duration-instant: 0ms; --duration-control: 0ms; --duration-short: 0ms; --duration-medium: 0ms; --duration-long: 0ms; --duration-scene: 0ms; }
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition-duration: 0ms !important; scroll-behavior: auto !important; }
}
@media (forced-colors: active) {
  :root { --focus: Highlight; --border: CanvasText; }
  a, button, input, select, textarea, summary { forced-color-adjust: auto; }
  .signal { color: LinkText; }
}
@media print {
  :root { --text: #000; --text-muted: #333; --surface: #fff; --border: #999; }
  body { background: #fff; color: #000; font-size: 11pt; }
  h1, h2, h3 { break-after: avoid; }
  p, li { orphans: 3; widows: 3; }
  figure, table { break-inside: avoid; }
  .container, .shell { width: 100%; }
  .section { padding-block: 2rem; }
  a { text-decoration: underline; }
}
