.lzb-new-gear section.gear {
    background: var(--night, #0a1f17);
    padding: 90px 0;
}

.lzb-new-gear .sec-head {
    margin-bottom: 50px;
}

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

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

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

.lzb-new-gear h2.big .acc {
    color: var(--brass, #c9a24b);
}

.lzb-new-gear .sec-head p {
    margin-top: 16px;
    font-size: 16px;
    color: var(--cream-2, #e3dfd3);
    opacity: .82;
    max-width: 600px;
    margin-bottom: 0;
}

.lzb-new-gear .gear-wrap {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 34px;
    align-items: center;
}

.lzb-new-gear .gear-img {
    border-radius: var(--r, 18px);
    overflow: hidden;
    box-shadow: 0 12px 30px -24px rgba(0,0,0,.45);
    aspect-ratio: 4/3;
    border: 1px solid var(--line, rgba(244, 239, 226, .12));
}

.lzb-new-gear .gear-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lzb-new-gear .gear-copy h3 {
    color: var(--cream, #f4efe2);
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 0;
    font-weight: 800;
}

.lzb-new-gear .gear-copy p {
    color: var(--cream-2, #e3dfd3);
    opacity: .88;
    font-size: 15px;
    margin-bottom: 18px;
}

.lzb-new-gear .gear-copy .badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--lawn, #3fa86a);
    background: rgba(63, 168, 106, .12);
    padding: 3px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
    font-family: 'Bricolage Grotesque', sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.lzb-new-gear .btn-go {
    background: var(--brass, #c9a24b);
    color: var(--ink, #0a1410);
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 15px;
    box-shadow: 0 14px 30px -12px rgba(201,162,75,.8);
    transition: .2s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
}

.lzb-new-gear .btn-go:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

@media (max-width: 760px) {
    .lzb-new-gear .gear-wrap {
        grid-template-columns: 1fr;
    }
    .lzb-new-gear section.gear {
        padding: 64px 0;
    }
}
