:root {
  color-scheme: dark;
  --ink: #17130f;
  --surface: #241c15;
  --paper: #f3e8d6;
  --sand: #cbb790;
  --olive: #5f5738;
  --terracotta: #a85a3a;
  --rust: #e2853f;
  --surface-raised: #30261c;
  --surface-deep: #110e0b;
  --paper-muted: #e3d4bc;
  --text: var(--paper);
  --text-muted: var(--sand);
  --text-on-accent: var(--ink);
  --line: var(--olive);
  --line-soft: #40392b;
  --line-strong: #8c7b5d;
  --success: #c0c994;
  --error: #ffb69d;
  --error-surface: #38251c;
  --focus-color: var(--rust);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Work Sans', Arial, sans-serif;
  --font-mono: 'IBM Plex Mono', monospace;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-heavy: 900;
  --text-xs: clamp(.75rem, .72rem + .13vw, .8125rem);
  --text-sm: clamp(.875rem, .83rem + .18vw, .975rem);
  --text-base: clamp(1rem, .96rem + .2vw, 1.125rem);
  --text-lg: clamp(1.125rem, 1.02rem + .5vw, 1.4375rem);
  --text-xl: clamp(1.375rem, 1.1rem + 1.2vw, 2rem);
  --heading-sm: clamp(1.625rem, 1.22rem + 1.8vw, 2.625rem);
  --heading-md: clamp(2rem, 1.3rem + 3.3vw, 4.25rem);
  --heading-lg: clamp(2.625rem, 1.5rem + 5.2vw, 6.5rem);
  --heading-xl: clamp(3rem, 1.4rem + 7.1vw, 8.5rem);
  --heading-display: clamp(3.35rem, 1.1rem + 10.6vw, 11.5rem);
  --numeral-display: clamp(4rem, 2rem + 9vw, 10rem);
  --leading-body: 1.65;
  --leading-prose: 1.8;
  --leading-heading: 1.1;
  --leading-display: .99;
  --tracking-body: -.012em;
  --tracking-heading: -.045em;
  --tracking-meta: .055em;
  --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-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --section-space: clamp(4rem, 10vw, 10rem);
  --section-half: clamp(2rem, 5vw, 5rem);
  --gutter: clamp(20px, 5vw, 64px);
  --shell-width: 1240px;
  --reading-width: 43rem;
  --narrow-width: 32rem;
  --grid-gap: clamp(1.5rem, 4vw, 4rem);
  --radius-control: 4px;
  --radius-tag: 2px;
  --border-width: 1px;
  --header-space: 6.5rem;
  --tap-size: 44px;
  --shadow-panel: 0 18px 64px rgb(0 0 0 / .28);
  --shadow-dialog: 0 24px 100px rgb(0 0 0 / .48);
  --z-header: 20;
  --z-menu: 50;
  --z-chat: 60;
  --z-consent: 70;
  --z-skip: 100;
  --duration-instant: 90ms;
  --duration-fast: 160ms;
  --duration-control: 220ms;
  --duration-panel: 380ms;
  --duration-line: 760ms;
  --duration-wipe: 1050ms;
  --stagger-line: 130ms;
  --stagger-image: 180ms;
  --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-wipe: cubic-bezier(.76, 0, .24, 1);
  --consent-height: 0px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-space) + 1rem); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; background: var(--ink); color: var(--text); font-family: var(--font-body); font-size: var(--text-base); font-weight: 400; line-height: var(--leading-body); letter-spacing: var(--tracking-body); overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
main { display: block; min-width: 0; }
main:focus { outline: none; }
article, aside, section, header, footer, nav, div, form, fieldset, figure { min-width: 0; }
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 400; line-height: var(--leading-heading); letter-spacing: var(--tracking-heading); text-wrap: balance; overflow-wrap: anywhere; font-optical-sizing: auto; }
h1 { font-size: var(--heading-xl); }
h2 { font-size: var(--heading-md); }
h3 { font-size: var(--heading-sm); }
h4 { font-size: var(--text-xl); }
h5, h6 { font-size: var(--text-base); font-weight: 600; line-height: 1.4; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .24em; overflow-wrap: anywhere; }
a:hover { text-decoration-color: var(--rust); }
button, input, select, textarea { font: inherit; color: inherit; letter-spacing: inherit; }
button { cursor: pointer; }
button, [role='button'] { touch-action: manipulation; }
button, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: not-allowed; }
button { border-radius: 0; }
button::-moz-focus-inner { padding: 0; border: 0; }
input, select, textarea { max-width: 100%; min-width: 0; }
input[type='search'] { -webkit-appearance: none; appearance: none; }
textarea { resize: vertical; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { padding: 0; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
img { height: auto; }
iframe { display: block; max-width: 100%; border: 0; }
svg { flex-shrink: 0; }
figure > a { display: block; }
figcaption { margin-top: .875rem; color: var(--sand); font-size: var(--text-sm); line-height: 1.5; }
ul, ol { margin-block: 0; padding-inline-start: 1.4rem; }
li + li { margin-top: .5rem; }
li::marker { color: var(--sand); }
nav ul, nav ol { padding: 0; list-style: none; }
nav li + li { margin: 0; }
hr { border: 0; border-top: 1px solid var(--line); margin-block: var(--space-10); }
address { font-style: normal; }
strong, b { font-weight: 600; }
em, i { font-style: italic; }
small { font-size: var(--text-sm); }
sub, sup { font-size: .7em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -.5em; }
sub { bottom: -.2em; }
abbr[title] { text-decoration-style: dotted; text-underline-offset: .2em; }
mark { background: var(--rust); color: var(--ink); padding-inline: .15em; }
code, kbd, samp, pre { font-family: var(--font-mono); font-size: .9em; }
code { overflow-wrap: anywhere; color: var(--sand); }
pre { max-width: 100%; overflow: auto; padding: var(--space-6); background: var(--surface); }
table { width: 100%; border-collapse: collapse; border-spacing: 0; font-size: var(--text-sm); }
caption { text-align: left; caption-side: top; }
th { text-align: left; font-weight: 500; }
td, th { vertical-align: top; overflow-wrap: anywhere; }
[hidden] { display: none !important; }
[inert] { pointer-events: none; }
:focus-visible { outline: 2px solid var(--focus-color); outline-offset: 5px; }
::selection { background: var(--rust); color: var(--ink); }
::target-text { background: var(--sand); color: var(--ink); }
:target { scroll-margin-top: calc(var(--header-space) + 1.5rem); }
.shell, .container { width: min(calc(100% - var(--gutter) * 2), var(--shell-width)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section--compact { padding-block: var(--section-half); }
.section--divided { border-top: 1px solid var(--line); }
.section--raised { background: var(--surface); }
.reading-width { max-width: var(--reading-width); }
.narrow-width { max-width: var(--narrow-width); }
.flow > * + * { margin-block-start: var(--flow-space, 1.5rem); }
.stack { display: flex; flex-direction: column; gap: var(--stack-gap, 1.5rem); }
.cluster { display: flex; flex-wrap: wrap; align-items: center; gap: var(--cluster-gap, 1rem); }
.cluster > *, .stack > *, .grid > *, .split > * { min-width: 0; }
.grid { display: grid; gap: var(--grid-gap); }
.grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--grid-gap); align-items: start; }
.align-start { align-items: start; }
.align-center { align-items: center; }
.push-end { margin-inline-start: auto; }
.rule { border: 0; background: var(--line); width: 100%; height: 1px; }
.eyebrow, .meta { font-family: var(--font-mono); font-size: var(--text-xs); font-weight: 400; line-height: 1.65; letter-spacing: var(--tracking-meta); color: var(--sand); }
.eyebrow { display: block; margin-bottom: var(--space-6); text-transform: uppercase; }
.lead { font-size: var(--text-lg); line-height: 1.6; max-width: 42rem; }
.text-muted { color: var(--sand); }
.text-accent { color: var(--rust); }
.text-mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; }
.text-small { font-size: var(--text-sm); }
.prose { max-width: var(--reading-width); line-height: var(--leading-prose); }
.prose > * + * { margin-top: 1.5rem; }
.prose > h2 { margin-top: 3.5rem; font-size: var(--heading-sm); }
.prose > h3 { margin-top: 2.5rem; font-size: var(--text-xl); }
.prose > :first-child { margin-top: 0; }
.prose a { color: var(--paper); text-decoration-color: var(--rust); }
.prose ul, .prose ol { padding-inline-start: 1.5rem; }
.prose li { padding-inline-start: .25rem; }
.prose blockquote { margin-block: 2.5rem; padding-inline-start: 1.5rem; border-inline-start: 2px solid var(--rust); font-family: var(--font-display); font-size: var(--text-xl); line-height: 1.45; }
.prose dl { border-top: 1px solid var(--line); }
.prose dt { padding-top: 1.25rem; font-weight: 600; }
.prose dd { padding-block: .5rem 1.25rem; color: var(--sand); border-bottom: 1px solid var(--line); }
.prose table { margin-block: 2rem; }
.prose figure { margin-block: 2.5rem; }
.paper { color-scheme: light; background: var(--paper); color: var(--ink); --text: var(--ink); --text-muted: #554a38; --line: #b4a381; --focus-color: #73391e; }
.paper .eyebrow, .paper .meta, .paper figcaption, .paper .text-muted { color: #554a38; }
.paper a { color: var(--ink); }
.visually-hidden, .sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.honeypot { position: absolute; inset-inline-start: -10000px; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.table-scroll { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.table-scroll:focus-visible { outline-offset: -2px; }
.media-frame { margin: 0; min-width: 0; }
.media-frame img { width: 100%; object-fit: cover; }
.media-frame--landscape img { aspect-ratio: 3 / 2; }
.media-frame--portrait img { aspect-ratio: 4 / 5; }
.media-frame--wide img { aspect-ratio: 16 / 9; }
.image-wipe, [data-image-wipe], [data-reveal], [data-line-reveal] { visibility: visible; }
.reveal-line { display: block; padding-bottom: .08em; margin-bottom: -.08em; }
.reveal-line__inner { display: inline-block; max-width: 100%; }
@media (min-width: 1600px) {
  :root { --header-space: 7rem; }
  .wide-shell { width: min(calc(100% - var(--gutter) * 2), 1480px); margin-inline: auto; }
}
@media (max-width: 767px) {
  :root { --section-space: 56px; --section-half: 32px; --header-space: 5.5rem; --grid-gap: 1.75rem; }
  .grid--three, .grid--two, .split { grid-template-columns: minmax(0, 1fr); }
  .prose > h2 { margin-top: 2.5rem; }
  .prose blockquote { margin-block: 2rem; padding-inline-start: 1rem; }
}
@media (max-width: 359px) {
  :root { --heading-display: 3.35rem; --heading-xl: 2.85rem; --text-xl: 1.3rem; }
  .cluster { gap: .75rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root { --duration-instant: 0ms; --duration-fast: 0ms; --duration-control: 0ms; --duration-panel: 0ms; --duration-line: 0ms; --duration-wipe: 0ms; --stagger-line: 0ms; --stagger-image: 0ms; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  [data-reveal], [data-image-wipe], [data-line-reveal], .reveal-line__inner { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
@media (forced-colors: active) {
  :root { --line: CanvasText; --focus-color: Highlight; }
  a { text-decoration: underline; }
  button, input, select, textarea { border: 1px solid ButtonText; }
  ::selection { background: Highlight; color: HighlightText; }
}
@media print {
  :root { color-scheme: light; --ink: #fff; --paper: #111; --sand: #333; --line: #aaa; --surface: #fff; --section-space: 2rem; }
  body { font-size: 11pt; }
  .shell, .container { width: 100%; }
  a { text-decoration: underline; }
  h1, h2, h3, figure { break-after: avoid; }
  tr, figure, blockquote { break-inside: avoid; }
  [data-reveal], [data-image-wipe], .reveal-line__inner { opacity: 1 !important; transform: none !important; clip-path: none !important; }
}
