/* Layout helpers pulled out of repeated inline styles. */
.ratio-wide { aspect-ratio: 21 / 9; }
.ratio-portrait { aspect-ratio: 4 / 3; }
.push-top { margin-top: 32px; }

/* spacing rhythm for stacked prose */
.mt-2 { margin-top: 14px; }
.mt-3 { margin-top: 22px; }
.no-rule { border-top: 0; }
.self-end { align-self: end; }
.items-start { align-items: start; }

/* careers/legal hero variants */
.page-title--compact { font-size: clamp(38px, 5.5vw, 82px); }
.lede--compact { max-width: 52ch; font-size: clamp(18px, 1.9vw, 24px); }

.form-actions { padding-top: 24px; }
