:root {
  --coral:#FF8F90;--ink:#000000;--paper:#FFFAEE;--ink-soft:#2A2622;--coral-deep:#C94547;--coral-tint:#FFE3E1;--coral-tint-2:#FFD3D2;--paper-dim:#F4EEDC;--line:rgba(0,0,0,0.12);--line-on-ink:rgba(255,250,238,0.18);
  --font-display:'Baloo 2','Segoe UI Rounded',system-ui,sans-serif;--font-body:'Work Sans','Segoe UI',system-ui,sans-serif;--font-mono:'Space Mono','Courier New',monospace;
  --step--1:clamp(0.8rem,0.78rem + 0.1vw,0.875rem);--step-0:clamp(1rem,0.97rem + 0.15vw,1.125rem);--step-1:clamp(1.25rem,1.18rem + 0.35vw,1.5rem);--step-2:clamp(1.6rem,1.45rem + 0.7vw,2.1rem);--step-3:clamp(2.1rem,1.8rem + 1.4vw,3rem);--step-4:clamp(2.8rem,2.2rem + 2.8vw,4.5rem);--step-5:clamp(3.4rem,2.5rem + 4.2vw,6rem);
  --space-1:0.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-5:3rem;--space-6:4.5rem;--space-7:6.5rem;
  --radius-sm:10px;--radius-md:18px;--radius-lg:32px;--radius-pill:999px;
  --shadow-sm:0 2px 10px rgba(0,0,0,0.07);--shadow-md:0 8px 24px rgba(0,0,0,0.10);--shadow-stamp:3px 3px 0 var(--ink);
  --ease:cubic-bezier(0.22,1,0.36,1);--t-fast:150ms;--t-med:300ms;
  --container:1240px;--container-narrow:760px;--edge:clamp(1.25rem,4vw,3rem);
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}
