/* South Georgia Cleaning Co. Cartie-direction design tokens.
   Authored 2026-08-06. Single source for the cartie/ surface.
   Madison's five swatches are byte-identical to theme-d and never change here. */

:root {
  /* ink and paper */
  --ink: #41484B;
  --ink-soft: rgba(65, 72, 75, 0.72);
  --ink-faint: rgba(65, 72, 75, 0.7);
  --paper: #ffffff;
  --ivory: #faf7f2;

  /* Madison's locked swatches, byte-identical */
  --vetiver: #c1d591;
  --duck-egg: #b8d5da;
  --hydrangea: #9ec0eb;
  --strawberry: #f1b8d9;
  --basil: #538376;

  /* band washes, pale tints derived from the swatches and the logo */
  --wash-blue: #edf4fb;
  --wash-green: #f0f4e2;
  --wash-pink: #fbf0f5;
  --wash-duck: #eef6f7;

  /* Dark accent remains for text; powder blue matches the approved SGC logo. */
  --action: #426c5f;
  --button-blue: #b6cfea;
  --button-blue-hover: #a5c3e4;
  --button-outline: #618bad;
  --action-ink: #263d50;

  /* type roles */
  --font-script: 'Ms Madi', cursive;
  --font-serif: 'Marcellus', serif;
  --font-sans: 'Figtree', sans-serif;

  /* type scale */
  --size-script-hero: clamp(3.2rem, 7vw, 5rem);
  --size-script-band: clamp(2.2rem, 4.5vw, 3rem);
  --size-title: clamp(1.7rem, 3.4vw, 2.4rem);
  --size-kicker: 0.78rem;
  --size-body: 1.02rem;
  --size-small: 0.86rem;

  --ls-kicker: 0.18em;
  --ls-wordmark: 0.14em;
  --leading-body: 1.65;

  /* rhythm */
  --band-pad: clamp(4.5rem, 9vw, 7.5rem);
  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --measure: 62ch;
  --content-max: 1160px;

  /* surfaces */
  --radius-card: 14px;
  --radius-pill: 999px;
  --shadow-card: 0 10px 34px rgba(65, 72, 75, 0.10);
  --shadow-callout: 0 14px 40px rgba(65, 72, 75, 0.16);
  --hairline: 1px solid rgba(65, 72, 75, 0.14);
}
