/* Hallmark · macrostructure: Editorial-Feminine (Specimen-hybrid) · genre: soft-editorial
 * theme: custom "Sublime" · paper light · display high-contrast-serif · accent warm-rose
 * nav: N6 Newspaper Masthead · footer: Ft5 Statement
 * enrichment: real brand photography (cover banner hero + team + result gallery)
 * pre-emit critique: P5 H5 E5 S5 R5 V5
 * contrast: pass (40-41 · CTA 5.0:1) · mobile verified 320/375/414/768
 * rev: v2 — incorporates real photos per QA punch list (cover hero, gallery, team)
 */

:root {
  /* ---- Color · OKLCH · anchor warm-rose (brand #E8748A) ---- */
  --color-paper:        oklch(98.2% 0.008 8);        /* cream paper #FFF5F7 vibe */
  --color-paper-2:      oklch(96.4% 0.013 9);        /* slightly deeper blush surface */
  --color-paper-3:      oklch(93.8% 0.020 9);        /* card / divider wash */
  --color-ink:          oklch(24% 0.030 18);         /* dark warm body #3D1A20 */
  --color-ink-soft:     oklch(40% 0.028 17);         /* secondary text */
  --color-ink-mute:     oklch(56% 0.022 16);         /* captions, meta */
  --color-line:         oklch(86% 0.018 12);         /* hairlines */

  --color-accent:       oklch(66% 0.135 8);          /* rose #E8748A — accents, borders, links */
  --color-accent-deep:  oklch(58% 0.150 7);          /* hover / pressed rose */
  --color-cta:          oklch(56% 0.150 7);          /* solid CTA fill — AA pass (5.0:1 vs white) */
  --color-cta-deep:     oklch(50% 0.155 7);          /* CTA hover */
  --color-accent-ink:   oklch(99% 0.004 8);          /* text on accent/CTA fill */
  --color-blush:        oklch(82% 0.075 5);          /* soft blush #F2A8B8 */
  --color-gold:         oklch(72% 0.085 70);         /* accent gold #C9976A details */

  /* ---- Typography ---- */
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body:    "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Major-third scale (1.25) from 16px */
  --text-xs:   0.64rem;
  --text-sm:   0.8rem;
  --text-base: 1rem;
  --text-md:   1.25rem;
  --text-lg:   1.5625rem;
  --text-xl:   1.9531rem;
  --text-2xl:  2.4414rem;
  --text-3xl:  3.0518rem;
  --text-4xl:  3.8147rem;
  --text-hero: clamp(2.75rem, 5vw + 1rem, 5.25rem);

  /* ---- Space · 4pt scale ---- */
  --space-2xs: 0.25rem;
  --space-xs:  0.5rem;
  --space-sm:  0.75rem;
  --space-md:  1rem;
  --space-lg:  1.5rem;
  --space-xl:  2.5rem;
  --space-2xl: 4rem;
  --space-3xl: 6.5rem;
  --space-4xl: 9rem;

  /* ---- Radii ---- */
  --radius-sm:  8px;
  --radius-md:  12px;
  --radius-pill: 999px;

  /* ---- Shadow (soft, accent-tinted) ---- */
  --shadow-sm: 0 4px 14px -8px oklch(58% 0.10 8 / 0.30);
  --shadow-md: 0 10px 30px -14px oklch(50% 0.10 8 / 0.35);
  --shadow-lg: 0 24px 60px -24px oklch(45% 0.10 8 / 0.40);

  /* ---- Motion ---- */
  --ease-out:    cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in:     cubic-bezier(0.7, 0, 0.84, 0);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-micro: 120ms;
  --dur-short: 240ms;
  --dur-long:  560ms;

  --measure: 62ch;
}
