/* ============================================================
   SECTION HEAD (.s_head, .s_eyebrow, .s_display, .s_lede)
   Auto-extracted from index.html (single source of truth).
   Edit here; index.html only links these files.
   ============================================================ */
.s_head {
    max-width: 880px;
    margin: 0 auto 96px;
    padding: 0 48px;
}
.s_eyebrow {
    font: 500 14px/1 var(--mono);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--oxblood);
    display: inline-block;
    margin: 0 0 16px;
}
.s_display {
    font-family: var(--serif);
    font-variation-settings: "opsz" 96, "wght" 400;
    font-style: normal;
    font-size: clamp(40px, 5.6vw, 72px);
    line-height: 1.04;
    letter-spacing: -0.022em;
    color: var(--ink);
    margin: 0 0 24px;
}
.s_display em {
    font-style: normal;
    color: var(--navy);
    font-variation-settings: "opsz" 96, "wght" 500;
}
.s_lede {
    font-family: var(--sans);
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 640px;
    margin: 0;
}
