/* =========================================================
   SECTIONS & HEADINGS
========================================================= */

.section-head {
    margin-bottom: 28px;
}

.section-head.center {
    text-align: center;
}

.section-head.center .kicker {
    justify-content: center;
}

.kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--maroon);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--yellow2), var(--yellow));
}

.section-head h2 {
    margin: 0 0 12px;
    color: var(--maroon2);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.04;
    letter-spacing: -.025em;
}

.section-copy,
.section-copy p {
    margin: 0;
    color: var(--muted);
    font-weight: 600;
}

.section-head.center {
    text-align: center;
    padding: 56px 0 30px;
}

.section-head.split {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 72px 0 34px;
}
