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

:root {
  color-scheme: light;
  --ink: #1b1512;
  --stone: #e4d9cd;
  --blush: #e9d6ce;
  --cream: #f6efe6;
  --greige: #cab9a8;
  --clay: #a8594a;
  --text: var(--ink);
  --ground: var(--cream);
  --surface: var(--stone);
  --text-muted: #65564c;
  --text-inverse: var(--cream);
  --text-muted-inverse: var(--greige);
  --border: var(--greige);
  --border-strong: #8b7664;
  --accent: var(--clay);
  --accent-dark: #854438;
  --error: #8b3027;
  --success: #40533b;
  --focus: var(--clay);
  --hija-e44: 'Fraunces', Georgia, serif;
  --hija-7c2: 'Work Sans', Arial, sans-serif;
  --hija-623: 'IBM Plex Mono', 'Courier New', monospace;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-heavy: 900;
  --text-xs: 0.75rem;
  --text-sm: clamp(0.8125rem, 0.78rem + 0.15vw, 0.9375rem);
  --text-base: clamp(1rem, 0.97rem + 0.15vw, 1.125rem);
  --text-md: clamp(1.125rem, 1rem + 0.45vw, 1.5rem);
  --text-lg: clamp(1.375rem, 1.08rem + 1.1vw, 2.125rem);
  --text-xl: clamp(1.75rem, 1.2rem + 2.4vw, 3.5rem);
  --text-2xl: clamp(2.125rem, 1.22rem + 4vw, 5.25rem);
  --text-3xl: clamp(2.625rem, 1.1rem + 6.8vw, 7.5rem);
  --text-hero: clamp(2.625rem, 1.03rem + 7.7vw, 9rem);
  --text-quote: clamp(2.875rem, 0.95rem + 9.2vw, 10.5rem);
  --leading-body: 1.65;
  --leading-copy: 1.75;
  --leading-heading: 1.08;
  --leading-display: 1.02;
  --tracking-display: -0.045em;
  --tracking-heading: -0.025em;
  --tracking-label: 0.075em;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.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: 7rem;
  --space-12: 8.75rem;
  --gutter: clamp(20px, 6vw, 96px);
  --shell-max: 1280px;
  --reading-max: 46rem;
  --measure: 64ch;
  --measure-short: 42ch;
  --section-space: clamp(64px, 10vw, 140px);
  --section-gap: clamp(2rem, 5vw, 5rem);
  --grid-gap: clamp(1.5rem, 3.5vw, 3.5rem);
  --header-height: 6.5rem;
  --header-offset: var(--header-height);
  --consent-height: 0px;
  --tap-target: 44px;
  --rule: 2px;
  --hairline: 1px;
  --radius-control: 2px;
  --radius-image: 4px;
  --radius-document: 2px;
  --duration-instant: 120ms;
  --duration-fast: 160ms;
  --duration-control: 180ms;
  --duration-medium: 360ms;
  --duration-slow: 720ms;
  --duration-scene: 1100ms;
  --ease-standard: cubic-bezier(0.2, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-editorial: cubic-bezier(0.22, 0.68, 0, 1);
  --shadow-document: 0 12px 35px rgb(27 21 18 / 8%);
  --z-header: 30;
  --z-sticky: 20;
  --z-chat: 60;
  --z-consent: 80;
  --z-dialog: 90;
  --z-skip: 100;
}

*, *::before, *::after { box-sizing: border-box; }
html {
  min-width: 0;
  scroll-padding-top: calc(var(--header-offset) + 1.5rem);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-gutter: stable;
}
body {
  margin: 0;
  background: var(--ground);
  color: var(--text);
  font-family: var(--hija-7c2);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: var(--leading-body);
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
body, main, header, footer, section, article, aside, nav, div, form, fieldset { min-width: 0; }
main { display: block; }
main:focus { outline: none; }
[hidden] { display: none !important; }
[inert] { pointer-events: none; }
img, picture, video, canvas, svg { display: block; max-width: 100%; }
img { height: auto; }
picture { width: 100%; }
iframe { max-width: 100%; border: 0; }
figure, blockquote, dl, dd { margin: 0; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }
ul, ol { margin-block: 0; padding-inline-start: 1.5em; }
button, input, select, textarea { font: inherit; color: inherit; }
button, select { text-transform: none; }
button { cursor: pointer; }
button, input, select, textarea, a { -webkit-tap-highlight-color: rgb(168 89 74 / 15%); }
button, input[type='button'], input[type='submit'] { appearance: none; }
button { border-radius: var(--radius-control); }
button:disabled, input:disabled, select:disabled, textarea:disabled { cursor: not-allowed; }
textarea { resize: vertical; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { max-width: 100%; padding: 0; }
summary { cursor: pointer; }
a { color: inherit; text-underline-offset: 0.22em; text-decoration-thickness: 1px; }
strong, b { font-weight: 600; }
em { font-style: italic; }
small { font-size: var(--text-sm); }
sub, sup { font-size: 0.75em; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.45em; }
sub { bottom: -0.2em; }
hr { margin: 0; border: 0; border-top: var(--rule) solid var(--border); }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
caption { text-align: start; }
code, kbd, samp, pre { font-family: var(--hija-623); font-size: 0.875em; }
code { overflow-wrap: anywhere; }
pre { max-width: 100%; overflow: auto; padding: var(--space-5); background: var(--stone); }
::selection { color: var(--ink); background: var(--blush); }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 4px; }
:target { scroll-margin-top: calc(var(--header-offset) + 2rem); }

h1, h2, h3, h4, h5, h6, .display {
  font-family: var(--hija-e44);
  font-weight: 400;
  font-optical-sizing: auto;
  letter-spacing: var(--tracking-heading);
  line-height: var(--leading-heading);
  text-wrap: balance;
  overflow-wrap: break-word;
}
h1, .display-xl { font-size: var(--text-hero); letter-spacing: var(--tracking-display); line-height: var(--leading-display); }
h2, .display-lg { font-size: var(--text-2xl); }
h3, .display-md { font-size: var(--text-xl); }
h4, .display-sm { font-size: var(--text-lg); }
h5, h6 { font-size: var(--text-md); }
.lead, .standfirst { font-size: var(--text-md); line-height: 1.55; max-width: var(--measure-short); }
.eyebrow, .label, .meta, .section-number {
  font-family: var(--hija-623);
  font-size: var(--text-xs);
  font-weight: 400;
  letter-spacing: var(--tracking-label);
  line-height: 1.6;
  text-transform: uppercase;
}
.eyebrow { margin-bottom: var(--space-6); }
.meta { letter-spacing: 0.025em; }
.numeral { font-family: var(--hija-e44); font-weight: 400; font-variant-numeric: lining-nums; }
.mono, .quantity { font-family: var(--hija-623); font-variant-numeric: tabular-nums; }
.text-small { font-size: var(--text-sm); }
.text-muted { color: var(--text-muted); }
.text-accent { color: var(--accent-dark); }
.text-balance { text-wrap: balance; }
.measure { max-width: var(--measure); }
.measure-short { max-width: var(--measure-short); }

.prose { max-width: var(--reading-max); line-height: var(--leading-copy); }
.prose > * + * { margin-top: var(--space-5); }
.prose > :is(h2, h3, h4) { margin-top: var(--space-9); }
.prose > :is(h2, h3, h4):first-child { margin-top: 0; }
.prose > :is(h2, h3, h4) + * { margin-top: var(--space-6); }
.prose p { max-width: 67ch; }
.prose li + li { margin-top: var(--space-3); }
.prose li::marker { color: var(--accent-dark); }
.prose li > ul, .prose li > ol { margin-top: var(--space-3); }
.prose a { text-decoration-color: var(--clay); text-decoration-thickness: 1.5px; }
.prose blockquote { border-inline-start: 2px solid var(--clay); padding-inline-start: var(--space-6); font-family: var(--hija-e44); font-size: var(--text-lg); line-height: 1.4; }
.prose blockquote cite { display: block; margin-top: var(--space-4); font: 400 var(--text-sm)/1.6 var(--hija-623); }
.prose dl { display: grid; gap: var(--space-3); }
.prose dt { font-weight: 600; }
.prose dd + dt { margin-top: var(--space-5); }
.prose figure { margin-block: var(--space-8); }
.prose > hr { margin-block: var(--space-8); }
.prose address { font-style: normal; }

.shell, .container { width: min(calc(100% - var(--gutter) * 2), var(--shell-max)); margin-inline: auto; }
.section { padding-block: var(--section-space); border-bottom: var(--rule) solid var(--greige); }
.block { padding-block: var(--section-space); }
.block + .block { border-top: var(--rule) solid var(--greige); }
.block--ink, .theme-dark { --text: var(--cream); --text-muted: var(--greige); --ground: var(--ink); --border: #665548; --focus: var(--cream); color: var(--text); background: var(--ground); }
.block--stone, .theme-stone { color: var(--ink); background: var(--stone); }
.block--blush, .theme-blush { color: var(--ink); background: var(--blush); }
.block--cream { color: var(--ink); background: var(--cream); }
.stack { display: flex; flex-direction: column; gap: var(--stack-gap, var(--space-6)); }
.cluster { display: flex; flex-wrap: wrap; align-items: center; gap: var(--cluster-gap, var(--space-4)); }
.split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: var(--grid-gap); }
.split--editorial { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); }
.split > *, .cluster > *, .stack > * { min-width: 0; }
.align-start { align-items: start; }
.align-end { align-items: end; }
.align-center { align-items: center; }
.flow > * + * { margin-top: var(--flow-space, var(--space-5)); }
.rule-top { border-top: var(--rule) solid var(--greige); }
.rule-bottom { border-bottom: var(--rule) solid var(--greige); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: var(--grid-gap); margin-bottom: var(--space-9); }
.section-heading .eyebrow { margin-bottom: 0; padding-top: 0.5rem; }
.photo { margin: 0; }
.photo img { width: 100%; object-fit: cover; border-radius: var(--radius-image); }
.photo figcaption, figcaption { margin-top: var(--space-3); font: 400 var(--text-xs)/1.6 var(--hija-623); letter-spacing: 0.015em; color: var(--text-muted); }
.kevu3da { width: 100%; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
.sr-only, .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); pointer-events: none; }
.no-wrap-number { font-variant-numeric: tabular-nums; }
.icon { width: 1.25rem; height: 1.25rem; flex: 0 0 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.5; }
.icon--large { width: 1.75rem; height: 1.75rem; flex-basis: 1.75rem; }

@media (min-width: 1920px) {
  :root { --section-space: 140px; }
  .shell--wide { max-width: 1480px; }
}
@media (max-width: 1024px) {
  :root { --header-height: 5.5rem; }
  .section-heading { grid-template-columns: minmax(0, 1fr) minmax(0, 3fr); }
}
@media (max-width: 767px) {
  :root { --header-height: 5rem; --grid-gap: 2rem; }
  .split, .split--editorial, .section-heading { grid-template-columns: minmax(0, 1fr); }
  .section-heading { gap: var(--space-5); margin-bottom: var(--space-8); }
  .prose > :is(h2, h3, h4) { margin-top: var(--space-8); }
}
@media (max-width: 360px) {
  :root { --gutter: 20px; --tracking-display: -0.04em; }
  .cluster { column-gap: var(--space-3); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .sticky-figure, .story-figure, [data-sticky-figure] { position: static !important; transform: none !important; }
  .story-layout, .scrolly-layout { display: block; }
  .read-progress { display: none; }
}
@media print {
  :root { --ground: #fff; --text: #000; --gutter: 0px; --section-space: 2rem; }
  body { background: #fff; color: #000; font-size: 11pt; }
  .shell, .container { width: 100%; max-width: none; }
  .block--ink, .theme-dark { background: #fff; color: #000; --text-muted: #444; }
  .site-header, .site-footer, .cookie-banner, .chat-widget, .skip-link { display: none !important; }
  h1, h2, h3 { break-after: avoid; }
  figure, table, .spec-list { break-inside: avoid; }
  a { color: #000; }
  .section { padding-block: 2rem; }
}
