html:has(> body.fransman-art-site) {
  /* Palette */
  --color-paper: #f3f0e9;
  --color-paper-deep: #e8e2d7;
  --color-canvas: #ddd6c9;
  --color-ink: #171714;
  --color-ink-soft: #373632;
  --color-muted: #68635b; /* 5.24:1 on paper; 4.62:1 on deep paper for small text. */
  --color-line: rgba(23, 23, 20, 0.2);
  --color-line-light: rgba(23, 23, 20, 0.1);
  --color-accent: #7a2924;
  --color-overlay: rgba(15, 14, 12, 0.94);

  /* Type */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'DM Sans', Arial, sans-serif;
  --text-micro: 0.64rem;
  --text-xs: clamp(0.67rem, 0.64rem + 0.11vw, 0.75rem);
  --text-sm: clamp(0.79rem, 0.74rem + 0.17vw, 0.91rem);
  --text-body: clamp(0.98rem, 0.92rem + 0.26vw, 1.18rem);
  --text-lead: clamp(1.2rem, 1.02rem + 0.62vw, 1.62rem);
  --text-heading: clamp(2.35rem, 4.1vw, 4.9rem);
  --text-display: clamp(2.9rem, 6.1vw, 7rem);
  --leading-tight: 0.94;
  --leading-heading: 1.02;
  --leading-body: 1.55;
  --tracking-label: 0.13em;

  /* Rhythm and layout */
  --space-1: 0.5rem;
  --space-2: 0.8rem;
  --space-3: 1.2rem;
  --space-4: 1.5rem;
  --space-5: 2.2rem;
  --space-6: 3.2rem;
  --space-page: clamp(1.15rem, 3.6vw, 4.5rem);
  --space-section: clamp(4.25rem, 8.5vw, 8.5rem);
  --space-artwork: clamp(2.8rem, 5.5vw, 6rem);
  --space-editorial-offset: clamp(2rem, 4vw, 4rem);
  --space-flow: clamp(3.25rem, 6vw, 6.5rem);
  --page-max: 1800px;
  --copy-max: 780px;
  --grid-gap: clamp(1rem, 2.4vw, 3rem);
  --header-height: clamp(4.4rem, 6.4vw, 5.75rem);
  --border: 1px solid var(--color-line);
  --border-light: 1px solid var(--color-line-light);
  --transition-fast: 180ms ease;
  --transition: 420ms cubic-bezier(0.2, 0.75, 0.25, 1);
  --transition-slow: 900ms cubic-bezier(0.2, 0.75, 0.25, 1);

  /* Reference breakpoints — mirrored in media queries below */
  --breakpoint-wide: 1440px;
  --breakpoint-laptop: 1100px;
  --breakpoint-tablet: 820px;
  --breakpoint-mobile: 560px;
}
