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

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

.lzb-history .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-history .sec-tag:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--brass, #c9a24b);
}

.lzb-history 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-history .sec-head p {
    margin-top: 16px;
    font-size: 16px;
    color: #46584d;
    margin-bottom: 0;
}

.lzb-history .timeline {
    background: var(--cream-2, #ece4d2);
}

.lzb-history .tl {
    position: relative;
    margin-top: 30px;
}

.lzb-history .tl:before {
    content: "";
    position: absolute;
    left: 120px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: linear-gradient(var(--brass, #c9a24b), var(--fairway, #1f7a4d));
    opacity: .4;
}

.lzb-history .tl-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 34px;
    padding: 20px 0;
    position: relative;
}

.lzb-history .tl-item:before {
    content: "";
    position: absolute;
    left: 113px;
    top: 14px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--brass, #c9a24b);
    border: 3px solid var(--cream-2, #ece4d2);
    z-index: 2;
}

.lzb-history .tl-year {
    font-family: 'Bricolage Grotesque', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: var(--fairway, #1f7a4d);
    text-align: right;
    padding-top: 2px;
}

.lzb-history .tl-body h3 {
    font-size: 19px;
    margin-bottom: 7px;
    margin-top: 0;
    color: var(--ink, #0a1410);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.lzb-history .tl-body p {
    font-size: 14px;
    color: #4d5e54;
    margin-bottom: 0;
    line-height: 1.6;
}

.lzb-history .tl-body .corrected {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: var(--brass-lo, #a8842f);
    background: rgba(201, 162, 75, .14);
    padding: 2px 8px;
    border-radius: 5px;
    font-family: 'Bricolage Grotesque', sans-serif;
}

@media (max-width: 640px) {
    .lzb-history .tl:before {
        left: 64px;
    }
    .lzb-history .tl-item {
        grid-template-columns: 64px 1fr;
        gap: 18px;
    }
    .lzb-history .tl-item:before {
        left: 57px;
    }
    .lzb-history .tl-year {
        font-size: 18px;
    }
    .lzb-history section {
        padding: 64px 0;
    }
}
