.lzb-coaches section {
    padding: 90px 0;
}

.lzb-coaches .sec-head {
    margin-bottom: 50px;
    max-width: 740px;
}

.lzb-coaches .sec-tag {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--fairway, #1f7a4d);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lzb-coaches .sec-tag:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--brass, #c9a24b);
}

.lzb-coaches h2.big {
    font-size: clamp(30px, 4.5vw, 48px);
    font-weight: 800;
    color: var(--ink, #0a1410);
    margin-bottom: 0;
    line-height: 1.04;
    letter-spacing: -.02em;
}

.lzb-coaches .sec-head p {
    margin-top: 16px;
    font-size: 16px;
    color: #46584d;
    margin-bottom: 0;
}

.lzb-coaches .coach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.lzb-coaches .coach {
    text-align: left;
    background: #fff;
    border: 1px solid var(--line-dark, rgba(10,20,16,.12));
    border-radius: var(--r, 18px);
    padding: 24px;
    box-shadow: 0 12px 30px -24px rgba(0,0,0,.45);
    transition: .3s;
}

.lzb-coaches .coach:hover {
    transform: translateY(-5px);
}

.lzb-coaches .coach .top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 14px;
}

.lzb-coaches .coach .av {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex: 0 0 60px;
    overflow: hidden;
    border: 2px solid var(--brass, #c9a24b);
    background: linear-gradient(135deg, var(--fairway, #1f7a4d), var(--night, #0a1f17));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--cream, #f4efe2);
}

.lzb-coaches .coach .av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lzb-coaches .coach h3 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 0;
}

.lzb-coaches .coach .where {
    font-size: 12px;
    color: var(--brass-lo, #a8842f);
    font-weight: 700;
    margin-top: 3px;
    font-family: 'Bricolage Grotesque', sans-serif;
    letter-spacing: .02em;
}

.lzb-coaches .coach .bio {
    font-size: 13px;
    color: #56685c;
    line-height: 1.55;
    margin-bottom: 0;
}

.lzb-coaches .coach .badge {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 700;
    color: var(--fairway, #1f7a4d);
    background: rgba(63, 168, 106, .12);
    padding: 3px 9px;
    border-radius: 20px;
    margin-top: 12px;
    font-family: 'Bricolage Grotesque', sans-serif;
    letter-spacing: .03em;
}

.lzb-coaches .note-line {
    font-size: 12.5px;
    color: var(--muted, #6f8478);
    margin-top: 16px;
}

/* Green background variant */
.lzb-coaches.green-bg section {
    background: var(--night-2, #0e291f);
    color: var(--cream, #f4efe2);
}

.lzb-coaches.green-bg .sec-tag {
    color: var(--lawn, #3fa86a);
}

.lzb-coaches.green-bg h2.big {
    color: var(--cream, #f4efe2);
}

.lzb-coaches.green-bg h2.big .acc {
    color: var(--brass, #c9a24b);
}

.lzb-coaches.green-bg .sec-head p {
    color: var(--cream-2, #e3dfd3);
    opacity: .82;
}

.lzb-coaches.green-bg .coach {
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--line, rgba(244, 239, 226, .12));
    box-shadow: none;
}

.lzb-coaches.green-bg .coach:hover {
    border-color: rgba(201, 162, 75, .4);
}

.lzb-coaches.green-bg .coach h3 {
    color: var(--cream, #f4efe2);
}

.lzb-coaches.green-bg .coach .where {
    color: var(--brass, #c9a24b);
}

.lzb-coaches.green-bg .coach .bio {
    color: var(--cream-2, #e3dfd3);
    opacity: .85;
}

@media (max-width: 900px) {
    .lzb-coaches .coach-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .lzb-coaches .coach-grid {
        grid-template-columns: 1fr;
    }
    .lzb-coaches section {
        padding: 64px 0;
    }
}
