:root{
/* Fibonacci spacing scale — the golden-ratio school: each step ≈ φ × the last */
--space-1: 3px; --space-2: 5px; --space-3: 8px; --space-4: 13px;
--space-5: 21px; --space-6: 34px; --space-7: 55px; --space-8: 89px; --space-9: 144px;
/* semantic */
--space-section: var(--space-8); /* 88-96px section padding in the kit */
--space-card-pad: var(--space-6);
--gutter: clamp(24px, 5vw, 72px); /* @kind spacing */ /* page side padding */
--measure: 560px; /* body copy max-width */
--content-max: 1240px;
}
