/* Shared typography + section rhythm (colors come from each page theme) */

:root {
    --brien-font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
    font-family: var(--brien-font);
    -webkit-font-smoothing: antialiased;
}

.section-block {
    padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.section-eyebrow {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.75rem;
    opacity: 0.72;
}

.section-heading {
    font-size: clamp(1.75rem, 4vw, 2.6rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 0.85rem;
}

.section-lede {
    font-size: 1.05rem;
    line-height: 1.65;
    max-width: 40rem;
    margin: 0;
    opacity: 0.85;
}

.section-header-rhythm {
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.section-header-rhythm--center {
    text-align: center;
}

.section-header-rhythm--center .section-lede {
    margin-left: auto;
    margin-right: auto;
}
