@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Space+Mono:wght@400;700&display=swap');

:root {
  color-scheme: light;
  --paper: #ece0c8;
  --paper-dark: #e2d3b0;
  --ink: #2e2418;
  --ochre: #b8862f;
  --olive: #6b6b3f;
  --terracotta: #a15c40;
  --burnt: #c1512f;
  --paper-light: #f4ecd9;
  --ink-muted: #605340;
  --ink-inverse: #f4ecd9;
  --accent-text: #9b3d21;
  --accent-hover: #a44024;
  --error: #922c20;
  --success: #48502d;
  --rule-color: rgba(46,36,24,.25);
  --rule: 1px solid var(--rule-color);
  --rule-strong: 1px solid var(--ink);
  --font-display: 'Oswald', 'Arial Narrow', sans-serif;
  --font-body: 'Lora', Georgia, serif;
  --font-mono: 'Space Mono', monospace;
  --weight-body: 400;
  --weight-medium: 500;
  --weight-bold: 600;
  --text-xs: clamp(.72rem, .7rem + .1vw, .8rem);
  --text-sm: clamp(.85rem, .82rem + .15vw, .95rem);
  --text-base: clamp(1rem, .97rem + .15vw, 1.125rem);
  --text-lg: clamp(1.15rem, 1.02rem + .6vw, 1.5rem);
  --text-xl: clamp(1.45rem, 1.15rem + 1.3vw, 2.25rem);
  --heading-sm: clamp(1.6rem, 1.25rem + 1.6vw, 2.6rem);
  --heading-md: clamp(2rem, 1.3rem + 3vw, 4rem);
  --heading-lg: clamp(2.65rem, 1.5rem + 5vw, 6.3rem);
  --heading-xl: clamp(3rem, 1.4rem + 7.2vw, 8.5rem);
  --leading-body: 1.75;
  --leading-heading: 1.07;
  --tracking-heading: -.025em;
  --tracking-meta: .07em;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-5: 1.375rem;
  --space-6: 1.75rem;
  --space-7: 2.25rem;
  --space-8: 3rem;
  --space-9: 4rem;
  --space-10: 5.5rem;
  --space-11: 7.5rem;
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --section-space: clamp(4rem, 9vw, 8rem);
  --shell: 1240px;
  --measure: 66ch;
  --measure-tight: 47ch;
  --radius: 2px;
  --shadow-paper: 0 3px 5px rgba(46,36,24,.09), 0 14px 32px rgba(46,36,24,.13);
  --shadow-panel: 0 10px 45px rgba(46,36,24,.2);
  --duration-fast: 140ms;
  --duration-ui: 240ms;
  --duration-rise: 850ms;
  --duration-settle: 1400ms;
  --stagger: 90ms;
  --ease-out: cubic-bezier(.22,1,.36,1);
  --ease-editorial: cubic-bezier(.19,1,.22,1);
  --ease-in-out: cubic-bezier(.65,0,.35,1);
  --header-offset: 10rem;
  --consent-height: 0px;
  --z-header: 30;
  --z-chips: 20;
  --z-chat: 60;
  --z-consent: 70;
  --z-dialog: 90;
  --focus-ring: 2px solid var(--accent-text);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: calc(var(--header-offset) + 1rem); -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-width: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: var(--text-base); line-height: var(--leading-body); -webkit-font-smoothing: antialiased; }
body::before { content: ''; position: fixed; inset: 0; z-index: -1; pointer-events: none; background-image: repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(46,36,24,.013) 3px, rgba(46,36,24,.013) 4px); }
main { display: block; }
article, aside, section, header, footer, nav, div, form, fieldset { min-width: 0; }
h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); font-weight: 500; line-height: var(--leading-heading); letter-spacing: var(--tracking-heading); overflow-wrap: anywhere; text-wrap: balance; }
h1 { font-size: var(--heading-lg); }
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; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .22em; overflow-wrap: anywhere; }
a:hover { color: var(--accent-text); }
a, button, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, input, select, textarea { font: inherit; color: inherit; max-width: 100%; }
button, select { cursor: pointer; }
button { border-radius: var(--radius); }
button, [role='button'] { touch-action: manipulation; }
input, select, textarea { border-radius: var(--radius); }
textarea { resize: vertical; }
button:disabled, input:disabled, select:disabled { cursor: not-allowed; }
button:disabled { opacity: .58; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { padding: 0; }
label { cursor: pointer; }
ul, ol { margin: 0; padding-inline-start: 1.35em; }
img, picture, video, canvas, iframe { display: block; max-width: 100%; }
img { height: auto; }
svg { max-width: 100%; }
table { border-collapse: collapse; width: 100%; }
th { text-align: start; }
hr { margin: 0; border: 0; border-top: var(--rule); }
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: -.25em; }
address { font-style: normal; }
code, kbd, samp, pre { font-family: var(--font-mono); font-size: .88em; }
code { overflow-wrap: anywhere; }
pre { max-width: 100%; overflow: auto; padding: var(--space-5); background: var(--paper-dark); }
[hidden] { display: none !important; }
:focus-visible { outline: var(--focus-ring); outline-offset: 4px; }
:focus:not(:focus-visible) { outline: none; }
::selection { color: var(--paper-light); background: var(--terracotta); }
:target { scroll-margin-top: calc(var(--header-offset) + 2rem); }

.shell, .container { width: min(100% - var(--gutter) * 2, var(--shell)); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section--compact { padding-block: calc(var(--section-space) * .6); }
.section--ruled { border-top: var(--rule-strong); }
.section--dark { background: var(--ink); color: var(--paper); }
.section--tinted { background: var(--paper-dark); }
.stack { display: flex; flex-direction: column; gap: var(--stack-gap, var(--space-5)); }
.cluster { display: flex; flex-wrap: wrap; align-items: center; gap: var(--cluster-gap, var(--space-4)); }
.cluster > * { min-width: 0; }
.split { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: clamp(1.75rem, 5vw, 5rem); }
.grid { display: grid; gap: var(--grid-gap, var(--space-6)); }
.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)); }
.grid > *, .split > * { min-width: 0; }
.measure { max-width: var(--measure); }
.measure--tight { max-width: var(--measure-tight); }
.flow > * + * { margin-block-start: var(--flow-space, 1.25rem); }
.rule-top { border-top: var(--rule); padding-top: var(--space-5); }
.rule-bottom { border-bottom: var(--rule); padding-bottom: var(--space-5); }
.align-start { align-items: start; }
.align-end { align-items: end; }
.justify-between { justify-content: space-between; }
.text-center { text-align: center; }
.text-muted { color: var(--ink-muted); }
.text-accent { color: var(--accent-text); }
.text-display { font-family: var(--font-display); }
.text-mono, .meta { font-family: var(--font-mono); font-size: var(--text-xs); line-height: 1.65; letter-spacing: .025em; }
.eyebrow, .kicker { display: block; font-family: var(--font-display); font-size: .92rem; font-weight: 600; letter-spacing: .12em; line-height: 1.4; font-variant-caps: all-small-caps; color: var(--ochre); }
.eyebrow + h1, .eyebrow + h2, .kicker + h1, .kicker + h2 { margin-top: var(--space-4); }
.standfirst, .lede { font-size: var(--text-lg); line-height: 1.6; max-width: 53ch; }
.caption, figcaption { font-family: var(--font-mono); font-size: var(--text-xs); line-height: 1.7; color: var(--ink-muted); }
figcaption { padding-top: .8rem; }
.caption a, figcaption a { display: inline-block; padding-block: .5rem; min-height: 44px; }
.prose { max-width: var(--measure); }
.prose > * + * { margin-top: 1.3em; }
.prose h2 { margin-top: 2em; font-size: var(--heading-sm); }
.prose h3 { margin-top: 1.8em; font-size: var(--text-xl); }
.prose h2 + *, .prose h3 + * { margin-top: .85em; }
.prose li + li { margin-top: .65em; }
.prose ul, .prose ol { padding-inline-start: 1.5em; }
.prose li::marker { color: var(--terracotta); }
.prose blockquote { border-inline-start: 3px solid var(--olive); padding: .3rem 0 .3rem var(--space-6); font-size: var(--text-lg); font-style: italic; }
.prose dt { margin-top: 1.5em; font-weight: 600; }
.prose dd { margin-top: .45em; }
.prose a { text-decoration-color: var(--terracotta); }
.prose a:hover { text-decoration-thickness: 2px; }
.prose .meta { margin-top: 2rem; }
.reading-intro { border-bottom: var(--rule-strong); padding-bottom: var(--space-8); }
.reading-intro h1 { max-width: 15ch; }
.reading-intro .lede { margin-top: var(--space-6); }
.sr-only, .visually-hidden, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip-path: inset(50%) !important; white-space: nowrap !important; border: 0 !important; }
.table-wrap { max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.table-wrap:focus-visible { outline-offset: 2px; }
.media { overflow: hidden; background: var(--paper-dark); }
.media img { width: 100%; height: auto; object-fit: cover; }
.aspect-landscape { aspect-ratio: 3 / 2; object-fit: cover; }
.aspect-portrait { aspect-ratio: 4 / 5; object-fit: cover; }
.aspect-square { aspect-ratio: 1; object-fit: cover; }
.balance { text-wrap: balance; }
.no-scroll { overflow: hidden; }

@media (min-width: 1600px) {
  :root { --text-base: 1.125rem; }
  .shell, .container { width: min(100% - var(--gutter) * 2, var(--shell)); }
}
@media (max-width: 1023px) {
  .grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split { gap: var(--space-7); }
}
@media (max-width: 767px) {
  :root { --header-offset: 8rem; }
  .split, .grid--three { grid-template-columns: minmax(0, 1fr); }
  .section { padding-block: var(--section-space); }
  .prose blockquote { padding-inline-start: var(--space-5); }
}
@media (max-width: 413px) {
  .grid--two, .grid--four { grid-template-columns: minmax(0, 1fr); }
  .cluster { gap: var(--space-3); }
  .lede, .standfirst { line-height: 1.65; }
}
@media (prefers-reduced-motion: reduce) {
  :root { --duration-fast: 0ms; --duration-ui: 0ms; --duration-rise: 0ms; --duration-settle: 0ms; --stagger: 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; }
}
@media (forced-colors: active) {
  :root { --rule-color: CanvasText; }
  a { text-decoration: underline; }
  button, input, select, textarea { border: 1px solid ButtonText; }
  :focus-visible { outline: 2px solid Highlight; }
}
@media print {
  body { background: white; color: black; font-size: 11pt; }
  .shell, .container { width: 100%; }
  .section { padding-block: 1.5rem; }
  a { text-decoration: underline; }
  h1, h2, h3 { break-after: avoid; }
  figure, table, blockquote { break-inside: avoid; }
  .no-print { display: none !important; }
}
