:root{
/* Base-8 with room to breathe; sections are generous by default */
--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--space-11:160px;
--section-pad:clamp(72px,10vw,140px);   /* vertical rhythm between sections */
--section-pad-tight:clamp(48px,7vw,88px);
--content-max:1160px;
--content-pad:clamp(24px,5vw,64px);
/* Shape language — soft, organic, but structured */
--radius-hairline:2px;      /* buttons, inputs: crisp, quietly premium */
--radius-soft:14px;         /* cards, surfaces */
--radius-round:999px;       /* pills, dots */
--radius-bloom:120px;       /* the signature organic corner, use on ONE corner of image frames */
--radius-frame:14px;
}
