/* Hallmark · macrostructure: Photographic editorial · tone: warm trust · anchor hue: sage green
 * nav: floating milk navigation · footer: compact contact ledger · contrast: pass (40–41)
 * pre-emit critique: P5 H4 E4 S5 R4 V4
 */
:root {
  --color-paper: #fffdf9;
  --color-paper-2: #f7f0e7;
  --color-paper-3: #eadbc9;
  --color-promotion: #ead7b9;
  --color-promotion-rule: #d2b98f;
  --color-promotion-card: rgb(255 253 249 / .94);
  --color-promotion-shadow: rgb(84 61 31 / .07);
  --color-sage: #a9bc9a;
  --color-sage-2: #0b5939;
  --color-sage-soft: #edf2e8;
  --color-ink: #263a30;
  --color-ink-2: #4b5d51;
  --color-muted: #68756b;
  --color-rule: #e2d2c0;
  --color-rule-dark: #71816f;
  --color-accent: #4c8059;
  --color-accent-2: #155c3d;
  --color-accent-soft: #edf2e8;
  --color-focus: #2f6b47;
  --color-white-soft: #fffefa;
  --color-white-glass: rgb(255 253 248 / .86);
  --color-white-border: rgb(255 254 248 / .76);
  --color-paper-glow: rgb(255 250 239 / .52);
  --color-card-hover: #fff7ed;
  --color-card-hover-border: #dfbd98;
  --color-card-hover-icon: #a66d3c;
  --color-card-hover-shadow: rgb(122 80 42 / .13);
  --color-ink-overlay-strong: rgb(13 46 32 / .34);
  --color-ink-overlay-medium: rgb(13 46 32 / .18);
  --color-ink-overlay-mobile: rgb(13 46 32 / .26);
  --color-ink-overlay-mobile-soft: rgb(13 46 32 / .12);
  --color-ink-shadow: rgb(15 45 31 / .44);
  --color-ink-shadow-soft: rgb(15 45 31 / .42);
  --color-ink-shadow-deep: rgb(10 35 24 / .72);
  --color-ink-stroke: rgb(10 35 24 / .34);
  --color-ink-stroke-soft: rgb(10 35 24 / .3);
  --color-rule-faint: rgb(75 93 81 / .22);
  --color-rule-soft: rgb(75 93 81 / .2);
  --color-rule-warm: rgb(96 76 61 / .22);
  --color-focus-soft: oklch(62% .055 135 / .2);
  --color-dialog-backdrop: oklch(17% .03 145 / .72);
  --color-dialog-shadow: oklch(18% .035 145 / .32);
  --color-shadow-dark: rgb(12 31 23 / .22);
  --color-shadow-soft: rgb(58 42 28 / .08);
  --color-button-hover: #064328;
  --color-button-border: #07432c;

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --space-3xs: 0.25rem;
  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-image-stagger: 1.5rem;
  --space-2xl: 4.5rem;
  --space-3xl: 7rem;
  --space-4xl: 9rem;

  --text-xs: 0.875rem;
  --text-sm: 0.9375rem;
  --text-base: 1rem;
  --text-md: 1.125rem;
  --text-lg: 1.25rem;
  --text-xl: 1.5625rem;
  --text-2xl: 1.953rem;
  --text-3xl: 2.441rem;
  --text-section: clamp(2.75rem, 3.5vw, 4rem);
  --text-display: clamp(3.25rem, 5vw, 5.25rem);

  --weight-body: 400;
  --weight-lead: 600;
  --weight-emphasis: 700;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-short: 180ms;
  --dur-med: 360ms;

  --radius-xs: 0.75rem;
  --radius-sm: 0.9rem;
  --radius-md: 1.25rem;
  --radius-lg: 1.75rem;
  --radius-pill: 999px;
  --control-height: 56px;
  --rule-hair: 1px solid var(--color-rule);
  --shadow-paper: 0 18px 48px oklch(20% 0.025 145 / 0.12);
  --shadow-soft: 0 10px 28px oklch(20% 0.025 145 / 0.08);
}
