@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Work+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  color-scheme: light;
  --ink: #14151A;
  --paper: #F4F1EA;
  --signal: #D7300F;
  --signal-text: #A82C10;
  --steel: #565C66;
  --slate: #202226;
  --line: #C7CBD1;
  --paper-dim: #E7E2D6;
  --white: #FFFFFF;
  --guki-7db: 'Space Grotesk', sans-serif;
  --guki-c40: 'Work Sans', sans-serif;
  --guki-75c: 'IBM Plex Mono', monospace;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: clamp(1rem, .96rem + .18vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1.04rem + .36vw, 1.375rem);
  --text-xl: clamp(1.375rem, 1.15rem + .8vw, 1.875rem);
  --heading-sm: clamp(1.5rem, 1.2rem + 1vw, 2.125rem);
  --heading-md: clamp(1.875rem, 1.38rem + 1.7vw, 3rem);
  --heading-lg: clamp(2.25rem, 1.45rem + 2.8vw, 4.5rem);
  --heading-xl: clamp(2.5rem, 1.35rem + 4vw, 6.5rem);
  --heading-display: clamp(2.625rem, 1.35rem + 4.4vw, 7.5rem);
  --leading-body: 1.65;
  --leading-tight: 1.05;
  --leading-heading: 1.12;
  --tracking-display: -.055em;
  --tracking-heading: -.035em;
  --tracking-label: .08em;
  --space-1: .5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6rem;
  --space-7: 9rem;
  --sidebar-w: 288px;
  --shell-max: 1240px;
  --gutter: clamp(1.5rem, 2.5vw, 2.5rem);
  --section-space: clamp(4rem, 6vw, 9rem);
  --measure: 66ch;
  --measure-tight: 48ch;
  --rule: 1px solid var(--line);
  --rule-dark: 1px solid var(--steel);
  --radius: 0;
  --control-min: 44px;
  --control-padding: .75rem 1rem;
  --focus-ring: 3px solid var(--signal);
  --focus-offset: 4px;
  --shadow-document: 0 12px 32px rgb(20 21 26 / .1), 0 2px 4px rgb(20 21 26 / .08);
  --shadow-panel: 0 16px 48px rgb(20 21 26 / .24);
  --duration-instant: 120ms;
  --duration-control: 160ms;
  --duration-panel: 280ms;
  --duration-draw: 900ms;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --ease-standard: cubic-bezier(.2, .65, .3, 1);
  --ease-draw: cubic-bezier(.45, 0, .2, 1);
  --z-content: 1;
  --z-sidebar: 30;
  --z-scrim: 35;
  --z-drawer: 40;
  --z-chat: 50;
  --z-consent: 60;
  --z-skip: 100;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-block-start: 1.5rem; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font: var(--weight-regular) var(--text-base)/var(--leading-body) var(--guki-c40); -webkit-font-smoothing: antialiased; }
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }
button, input, textarea, select { font: inherit; color: inherit; }
button, input, textarea, select, fieldset { border-radius: 0; }
button, [type='button'], [type='submit'], [type='reset'] { cursor: pointer; }
button { text-align: center; }
button, a, input, textarea, select, summary { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; overflow-wrap: anywhere; }
img, picture, video, canvas, iframe { display: block; max-width: 100%; }
img, video { height: auto; }
svg { max-width: 100%; }
img { color: var(--steel); font: var(--text-sm)/1.5 var(--guki-c40); }
iframe { border: 0; }
ul, ol { margin: 0; padding-inline-start: 1.5rem; }
li + li { margin-block-start: .375rem; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
legend { max-width: 100%; padding: 0; }
textarea { resize: vertical; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: start; }
address { font-style: normal; }
hr { margin: var(--space-4) 0; border: 0; border-block-start: var(--rule); }
strong, b { font-weight: var(--weight-semibold); }
small { font-size: var(--text-sm); }
sub, sup { font-size: .75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -.45em; }
sub { bottom: -.25em; }
code, kbd, samp, pre { font-family: var(--guki-75c); font-size: .875em; }
pre { max-width: 100%; overflow-x: auto; padding: var(--space-3); background: var(--paper-dim); }
code { overflow-wrap: anywhere; }
[hidden] { display: none !important; }
[inert] { pointer-events: none; }
:target { scroll-margin-block-start: 2rem; }
::selection { background: var(--signal); color: var(--white); }
:focus-visible { outline: var(--focus-ring); outline-offset: var(--focus-offset); }
:disabled { cursor: not-allowed; }

h1, h2, h3, h4, h5, h6 { font-family: var(--guki-7db); font-weight: var(--weight-bold); line-height: var(--leading-heading); letter-spacing: var(--tracking-heading); overflow-wrap: anywhere; text-wrap: balance; }
h1 { font-size: var(--heading-xl); letter-spacing: var(--tracking-display); line-height: var(--leading-tight); }
h2 { font-size: var(--heading-lg); }
h3 { font-size: var(--heading-sm); }
h4 { font-size: var(--text-xl); }
h5, h6 { font-size: var(--text-lg); }
p { overflow-wrap: anywhere; }
.display { font: 700 var(--heading-display)/1.02 var(--guki-7db); letter-spacing: var(--tracking-display); overflow-wrap: anywhere; text-wrap: balance; }
.lead { max-width: 52ch; font-size: var(--text-lg); line-height: 1.55; }
.eyebrow, .overline, .coordinate, .meta { font-family: var(--guki-75c); font-size: var(--text-xs); font-weight: 500; line-height: 1.6; letter-spacing: var(--tracking-label); }
.eyebrow, .overline { text-transform: uppercase; }
.eyebrow { display: flex; align-items: baseline; flex-wrap: wrap; gap: var(--space-2); margin-block-end: var(--space-3); }
.eyebrow::before { content: ''; width: 1.5rem; border-block-start: 3px solid var(--signal); align-self: center; flex: 0 0 auto; }
.mono, .price-basis, .spec-value { font-family: var(--guki-75c); font-variant-numeric: tabular-nums; }
.text-muted { color: var(--steel); }
.text-signal { color: var(--signal-text); }
.text-small { font-size: var(--text-sm); }
.text-large { font-size: var(--text-lg); }
.text-balance { text-wrap: balance; }
.text-left { text-align: start; }
.text-right { text-align: end; }
.prose { max-width: var(--measure); }
.prose > * + * { margin-block-start: 1.25em; }
.prose > :is(h2, h3, h4) { margin-block-start: 2em; }
.prose > :is(h2, h3, h4) + * { margin-block-start: .8em; }
.prose > :first-child { margin-block-start: 0; }
.prose :is(ul, ol) { padding-inline-start: 1.5em; }
.prose li { padding-inline-start: .25em; }
.prose li + li { margin-block-start: .65em; }
.prose li::marker { color: var(--signal); font-family: var(--guki-75c); }
.prose blockquote { padding: var(--space-3) 0 var(--space-3) var(--space-3); border-inline-start: 3px solid var(--signal); font-family: var(--guki-7db); font-size: var(--text-xl); line-height: 1.4; }
.prose blockquote cite { display: block; margin-block-start: 1rem; font: normal var(--text-sm)/1.6 var(--guki-75c); }
.prose a { font-weight: 500; }
.prose dl { display: grid; gap: .5rem 1.5rem; }
.prose dt { font-weight: 600; }
.prose dd + dt { margin-block-start: 1rem; }
.prose figure { margin-block: var(--space-4); }
.prose figcaption { margin-block-start: .75rem; color: var(--steel); font: var(--text-xs)/1.6 var(--guki-75c); }

.site-content, .site-footer { margin-inline-start: var(--sidebar-w); }
.site-content { min-width: 0; min-height: 65svh; }
.container, .shell { width: 100%; max-width: var(--shell-max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-space); }
.panel { position: relative; min-height: 100svh; padding: var(--section-space) var(--gutter); border-block-end: var(--rule); }
.panel-inner { max-width: var(--shell-max); margin-inline: auto; }
.stack { display: flex; flex-direction: column; gap: var(--stack-gap, var(--space-3)); }
.cluster { display: flex; flex-wrap: wrap; align-items: center; gap: var(--cluster-gap, var(--space-2)); }
.cluster > *, .stack > *, .grid > *, .split > *, .columns > * { min-width: 0; }
.grid { display: grid; gap: var(--grid-gap, var(--space-3)); }
.grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: var(--space-5); }
.align-start { align-items: start; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.measure { max-width: var(--measure); }
.measure-tight { max-width: var(--measure-tight); }
.full-width { width: 100%; }
.rule-top { border-block-start: var(--rule); }
.rule-bottom { border-block-end: var(--rule); }
.surface-dim { background: var(--paper-dim); }
.surface-dark { background: var(--ink); color: var(--paper); --line: #565C66; }
.surface-dark .text-muted, .surface-dark figcaption { color: var(--line); }
.surface-dark :focus-visible { outline-color: var(--paper); }
.flow > * + * { margin-block-start: var(--flow-space, var(--space-3)); }
.space-before { margin-block-start: var(--space-4); }
.space-after { margin-block-end: var(--space-4); }
.icon { display: inline-block; flex: 0 0 auto; width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.icon-lg { width: 2rem; height: 2rem; }
.sr-only, .visually-hidden, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.overflow-table { width: 100%; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.numbers { font-variant-numeric: tabular-nums lining-nums; }

@media (min-width: 1600px) {
  :root { --gutter: 40px; }
  .panel-inner { width: 100%; }
}
@media (max-width: 1199px) {
  .grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { gap: var(--space-4); }
}
@media (max-width: 959px) {
  .site-content, .site-footer { margin-inline-start: 0; }
  .site-content { padding-block-start: 5rem; }
  .panel { min-height: auto; }
  .grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html { scroll-padding-block-start: 5rem; }
}
@media (max-width: 599px) {
  :root { --gutter: 24px; --section-space: 64px; }
  .grid-two, .grid-three, .grid-four, .split { grid-template-columns: minmax(0, 1fr); }
  .panel { padding-block: var(--space-5); }
  .cluster { align-items: stretch; }
  .prose blockquote { padding-inline-start: var(--space-2); }
  .text-right { text-align: start; }
}
@media (max-width: 359px) {
  :root { --gutter: 16px; }
  .eyebrow { gap: .5rem; font-size: .6875rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { --duration-instant: 0ms; --duration-control: 0ms; --duration-panel: 0ms; --duration-draw: 0ms; }
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .process-route, [data-draw-line] { stroke-dashoffset: 0 !important; stroke-dasharray: none !important; }
}
@media print {
  :root { --ink: #000000; --paper: #FFFFFF; --steel: #333333; --gutter: 0px; }
  body { font-size: 10pt; }
  .site-content, .site-footer { margin: 0; padding-block-start: 0; }
  .panel, .section { min-height: 0; padding-block: 24pt; }
  h1 { font-size: 30pt; }
  h2 { font-size: 23pt; }
  h3 { font-size: 16pt; }
  h1, h2, h3, h4 { break-after: avoid; }
  figure, tr, blockquote { break-inside: avoid; }
  a { text-decoration: underline; }
  .surface-dark { background: white; color: black; }
  .grid { gap: 16pt; }
}
