/* ============================================
   Section Headers
   ============================================ */

.section-head {
    text-align: center;
    margin-bottom: 28px;
}
.section-head .kicker {
    display: block;
    font-size: 11px;
    letter-spacing: 0.4em;
    color: var(--brass);
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.section-head h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--ink);
    letter-spacing: -0.02em;
}

/* Legacy single-line section title */
.section-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 40px;
    letter-spacing: -0.02em;
    position: relative;
    padding-bottom: 16px;
}
.section-title::after {
    content: "";
    display: block;
    width: 32px; height: 2px;
    background: var(--brass);
    margin: 16px auto 0;
}

@media (max-width: 768px) {
    .section-title, .section-head h2 { font-size: 22px; }
}
