:root{
  /* Colors */
  --ink:#1c1a17;
  --deep-ink-1:#0e0b08;
  --deep-ink-2:#100d0a;
  --paper:#f4f1ea;
  --paper-bright:#f6f3ec;
  --card:#fbfaf6;
  --terracotta:#a3724e;
  --terracotta-dark:#7f5638;
  --sand:#cba07a;
  --body:#57514a;
  --muted:#8a8276;
  --muted-2:#6b655c;
  --muted-3:#3a352e;
  --placeholder-tile:#e7e1d5;
  --hairline-paper:rgba(28,26,23,.12);
  --hairline-paper-strong:rgba(28,26,23,.16);
  --hairline-paper-soft:rgba(28,26,23,.10);
  --hairline-dark:rgba(244,241,234,.16);
  --hairline-dark-soft:rgba(244,241,234,.14);

  /* Typography */
  --font-serif:'Cormorant Garamond',serif;
  --font-sans:'Archivo',system-ui,sans-serif;
  --font-mono:ui-monospace,Menlo,monospace;

  --fs-hero-h1:clamp(64px,14vw,232px);
  --lh-hero-h1:0.84;
  --ls-hero-h1:-3px;

  --fs-giant-stat:clamp(120px,31vw,500px);
  --lh-giant-stat:0.78;
  --ls-giant-stat:-4px;

  --fs-section-h2:clamp(32px,5vw,68px);
  --fs-featured-title:clamp(46px,7vw,116px);
  --lh-featured-title:0.92;
  --fs-editorial-lead:clamp(24px,4.4vw,60px);
  --fs-inner-h1:clamp(40px,6.5vw,92px);

  --fs-body:15px;
  --lh-body:1.75;
  --fs-eyebrow:10.5px;
  --ls-eyebrow:3px;

  /* Spacing */
  --max-w:1320px;
  --max-w-wide:1440px;
  --max-w-widest:1500px;
  --page-pad:44px;
  --rhythm-sm:clamp(90px,12vh,150px);
  --rhythm-lg:clamp(120px,16vh,196px);
  --radius:1px;

  /* Motion */
  --ease-np:cubic-bezier(.2,.7,.2,1);
  --dur-rise:1.1s;
  --dur-rev:.9s;
  --dur-page:.5s;
  --dur-ken:17s;
  --dur-ken-slow:20s;
  --dur-zoom:1.2s;
  --dur-crossfade:1.6s;
  --dur-header:.45s;
  --dur-line:.4s;
}
