:root {
  --ink: #17221f;
  --ink-2: #2f3c38;
  --muted: #61706a;
  --quiet: #7c8984;
  --paper: #fbfaf5;
  --paper-2: #f4f0e7;
  --surface: #ffffff;
  --tint: #edf3ed;
  --tint-2: #e1ebe4;
  --green: #255a4b;
  --green-2: #183f35;
  --green-3: #123a31;
  --olive: #8e9a41;
  --gold: #c99b3f;
  --copper: #b66c36;
  --line: #d9ded8;
  --line-strong: #c6cec6;
  --shadow: 0 22px 55px rgba(23, 34, 31, 0.10);
  --shadow-small: 0 12px 30px rgba(23, 34, 31, 0.07);
  --radius: 18px;
  --radius-lg: 28px;
  --max: 1180px;
  --content: 760px;
  --section: clamp(4.25rem, 8vw, 7.5rem);
  --section-y: clamp(4.4rem, 8vw, 7.2rem);
  --section-y-tight: clamp(3.2rem, 6vw, 5.2rem);
  --section-heading-gap: clamp(0.85rem, 1.5vw, 1.05rem);
  --section-heading-margin: clamp(2rem, 4vw, 3rem);
  --section-grid-gap: clamp(2rem, 5vw, 4.5rem);
  --content-row-y: clamp(1.15rem, 3vw, 1.75rem);
  --section-rule: 1px solid rgba(217, 222, 216, 0.72);
  --gutter: clamp(1.15rem, 4vw, 2.2rem);
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Source Serif 4", Georgia, "Times New Roman", serif;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-heavy: 800;
  --label-size-sm: 0.72rem;
  --label-size-md: 0.76rem;
  --label-tracking: 0.12em;
  --label-line-height: 1.35;
  --title-sans-weight: var(--weight-bold);
  --title-display-tracking: -0.035em;
}
