:root {
  /* Palette extracted from the supplied Illustrator/PDF cover. */
  --novoco-color-bg: #30343d;
  --novoco-color-bg-alt: #525257;
  --novoco-color-gold: #c8a279;
  --novoco-color-gold-deep: #b7946d;
  --novoco-color-gold-light: #e2b889;
  --novoco-color-text: #fdfdfd;
  --novoco-color-text-muted: #d1beaa;

  /* Typeface roles preserve the source character without claiming exact fonts. */
  --novoco-font-brand-mark: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --novoco-font-display: "Avenir Next", "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --novoco-font-body: "Avenir Next", "Montserrat", "Helvetica Neue", Arial, sans-serif;

  /* Type scale and tracking mirror the airy, premium cover composition. */
  --novoco-text-brand-mark: clamp(1.25rem, 1vw + 1rem, 1.8rem);
  --novoco-text-wordmark: clamp(3rem, 4vw + 1.5rem, 5.5rem);
  --novoco-text-descriptor: clamp(1.35rem, 1.1vw + 0.9rem, 2.2rem);
  --novoco-text-section-label: clamp(1rem, 0.55vw + 0.85rem, 1.4rem);
  --novoco-text-body: 1rem;

  --novoco-track-wordmark: 0.34em;
  --novoco-track-descriptor: 0.22em;
  --novoco-track-section-label: 0.18em;
  --novoco-track-body-caps: 0.08em;

  /* Layout tokens for the centered cover treatment and footer-band variant. */
  --novoco-canvas-ratio: 16 / 9;
  --novoco-hero-min-height: 100svh;
  --novoco-content-max-width: 72rem;
  --novoco-cover-stack-gap: 1.5rem;
  --novoco-cover-descriptor-gap: 0.8rem;
  --novoco-cover-rule-offset: clamp(2.5rem, 6vw, 4.25rem);
  --novoco-cover-rule-inset: clamp(2rem, 4vw, 3.5rem);
  --novoco-footer-band-inset: clamp(2rem, 4vw, 3.5rem);
  --novoco-footer-band-bottom: clamp(2rem, 4vw, 3rem);
  --novoco-footer-band-gap: 1rem;
  --novoco-rule-weight: 1px;

  /* Composition guardrails. */
  --novoco-surface-shadow: none;
  --novoco-surface-radius: 0;
}

/*
Usage notes

1. Use the centered cover composition for opening moments only:
   - splash pages
   - business-plan covers
   - hero sections that need ceremony and large negative space

2. Use the footer-band composition for internal slides, secondary pages,
   and supporting layouts where the brand should remain present but quiet.

3. Treat the monogram as a supplied asset. Do not synthesize it from text.

4. Keep backgrounds flat and dark. Do not add photography, textures,
   gradients, shadows, or ornamental separators beyond the single gold rule.
*/
