/* NABOR V5 · RHYTHM SYSTEM · 6 presets over the EXISTING base.css tokens (--section-y/--measure/--container/--stagger).
   Loaded AFTER base.css + theme so it can win the cascade on these specific custom properties only —
   it does not redefine any selector, so every existing rule that already reads --section-y/--measure
   (chapter continuation padding, rewind min-height math, etc.) inherits the preset automatically.
   Applied page-wide via body[data-rhythm], overridden per chapter via [data-rhythm-ch]. See PREMIUM-RHYTHM-LAWS.md. */
body[data-rhythm="tight"]{--section-y:clamp(40px,7vh,56px);--measure:60ch;--container:1180px;--stagger:55ms}
body[data-rhythm="controlled"]{--section-y:clamp(56px,8.5vh,84px);--measure:58ch;--container:1180px;--stagger:65ms}
body[data-rhythm="editorial"]{--section-y:clamp(64px,10vh,104px);--measure:56ch;--container:1120px;--stagger:75ms}
body[data-rhythm="premium"]{--section-y:clamp(72px,11.5vh,128px);--measure:55ch;--container:1152px;--stagger:80ms}
body[data-rhythm="cinematic"]{--section-y:clamp(84px,13vh,150px);--measure:52ch;--container:1200px;--stagger:90ms}
body[data-rhythm="monumental"]{--section-y:clamp(96px,16vh,190px);--measure:46ch;--container:1040px;--stagger:110ms}

[data-rhythm-ch="tight"]{--section-y:clamp(40px,7vh,56px)!important}
[data-rhythm-ch="controlled"]{--section-y:clamp(56px,8.5vh,84px)!important}
[data-rhythm-ch="editorial"]{--section-y:clamp(64px,10vh,104px)!important}
[data-rhythm-ch="premium"]{--section-y:clamp(72px,11.5vh,128px)!important}
[data-rhythm-ch="cinematic"]{--section-y:clamp(84px,13vh,150px)!important}
[data-rhythm-ch="monumental"]{--section-y:clamp(96px,16vh,190px)!important}
