/* Stoa layout-rhythm contract v1: relationships, not visual skin. */
:root{--stoa-leading-display:1.08;--stoa-leading-heading:1.14;--stoa-leading-card-title:1.2;--stoa-leading-stat:1;--stoa-leading-body:1.55;--stoa-underline-offset:.12em;--stoa-underline-thickness:.07em;--stoa-space-1:clamp(.35rem,.31rem + .15vw,.5rem);--stoa-space-2:clamp(.6rem,.52rem + .25vw,.85rem);--stoa-space-3:clamp(1rem,.88rem + .4vw,1.35rem);--stoa-space-4:clamp(1.5rem,1.25rem + .8vw,2.25rem);--stoa-space-section:clamp(3.5rem,7vw,7.5rem)}
[data-type-role="display"]{line-height:var(--stoa-leading-display);text-wrap:balance}
[data-type-role="heading"]{line-height:var(--stoa-leading-heading);text-wrap:balance}
[data-type-role="card-title"]{margin-block:0;line-height:var(--stoa-leading-card-title);text-wrap:pretty}
[data-type-role="card-title"] a{text-decoration-thickness:var(--stoa-underline-thickness);text-underline-offset:var(--stoa-underline-offset)}
[data-type-role="stat"]{line-height:var(--stoa-leading-stat)}
[data-rhythm-flow]{--stoa-flow-space:var(--stoa-space-3)}
[data-rhythm-flow]>*{margin-block:0}
[data-rhythm-flow]>*+*{margin-block-start:var(--stoa-flow-space)}
[data-rhythm-card]{--stoa-card-space:var(--stoa-space-2);display:flex;flex-direction:column;gap:var(--stoa-card-space)}
[data-rhythm-card]>*{margin-block:0}
[data-rhythm-section]{padding-block:var(--stoa-space-section)}
