body.page-our-history .history-redesign {
    --history-red: #d71920;
    --history-red-dark: #b80f17;
    --history-ink: #141821;
    --history-muted: #66707d;
    --history-line: rgba(20, 24, 33, 0.12);
    --history-soft: #f8f9fa;
    background: var(--history-soft);
    color: var(--history-ink);
    font-family: inherit;
}

body.page-our-history .history-redesign *,
body.page-our-history .history-redesign *::before,
body.page-our-history .history-redesign *::after {
    box-sizing: border-box;
}

body.page-our-history .history-redesign a {
    text-decoration: none;
}

body.page-our-history .history-shell {
    width: min(1280px, calc(100% - 96px));
    margin: 0 auto;
}

body.page-our-history .history-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--history-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    line-height: 1;
    text-transform: uppercase;
}

body.page-our-history .history-kicker i {
    font-size: 13px;
}

body.page-our-history .history-redesign h2,
body.page-our-history .history-redesign h3,
body.page-our-history .history-redesign p {
    margin-top: 0;
}

body.page-our-history .history-legacy-section {
    padding: 82px 0 92px;
    background:
        linear-gradient(90deg, rgba(215, 25, 32, 0.035), transparent 45%),
        #fff;
}

body.page-our-history .history-legacy-grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1fr);
    align-items: center;
    gap: 74px;
}

body.page-our-history .history-legacy-media {
    position: relative;
}

body.page-our-history .history-legacy-image {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    border-radius: 0;
    background: #151515;
    box-shadow: 0 24px 55px rgba(18, 24, 32, 0.16);
}

body.page-our-history .history-legacy-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.34));
    pointer-events: none;
}

body.page-our-history .history-legacy-image img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    display: block;
    object-fit: cover;
    object-position: center;
    filter: none;
}

body.page-our-history .history-legacy-quote {
    position: absolute;
    right: 28px;
    bottom: 28px;
    max-width: 360px;
    padding: 22px 28px;
    background: var(--history-red);
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.25;
    box-shadow: 0 18px 34px rgba(215, 25, 32, 0.28);
}

body.page-our-history .history-legacy-copy {
    max-width: 640px;
}

body.page-our-history .history-legacy-copy h2,
body.page-our-history .history-section-head h2,
body.page-our-history .history-growth-copy h2 {
    color: var(--history-ink);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin-bottom: 24px;
}

body.page-our-history .history-legacy-copy p,
body.page-our-history .history-growth-copy p {
    color: #525b67;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 15px;
}

body.page-our-history .history-legacy-copy .red {
    color: var(--history-red);
}

body.page-our-history .history-legacy-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--history-line);
}

body.page-our-history .history-legacy-meta div {
    border-left: 3px solid var(--history-red);
    padding-left: 18px;
}

body.page-our-history .history-legacy-meta strong {
    display: block;
    color: var(--history-red);
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
}

body.page-our-history .history-legacy-meta span {
    display: block;
    margin-top: 8px;
    color: var(--history-ink);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-our-history .history-timeline-section {
    overflow: hidden;
    padding: 88px 0 98px;
    background: #eef1f4;
}

body.page-our-history .history-section-head.split {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 42px;
}

body.page-our-history .history-section-head h2 {
    margin-bottom: 0;
}

body.page-our-history .history-timeline-controls {
    display: flex;
    gap: 10px;
}

body.page-our-history .history-timeline-controls button {
    width: 44px;
    height: 44px;
    border: 1px solid var(--history-line);
    border-radius: 50%;
    background: #fff;
    color: var(--history-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

body.page-our-history .history-timeline-controls button:hover {
    transform: translateY(-2px);
    border-color: var(--history-red);
    background: var(--history-red);
    color: #fff;
}

body.page-our-history .history-timeline-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(270px, 24vw);
    gap: 0;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 24px max(48px, calc((100vw - 1280px) / 2)) 10px;
    scrollbar-width: none;
}

body.page-our-history .history-timeline-track::-webkit-scrollbar {
    display: none;
}

body.page-our-history .history-milestone {
    position: relative;
    min-height: 290px;
    padding: 26px 28px 32px;
    border-left: 1px solid rgba(20, 24, 33, 0.12);
    background: transparent;
}

body.page-our-history .history-milestone::before {
    content: "";
    position: absolute;
    top: -22px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dce2e8;
    box-shadow: 0 0 0 5px #eef1f4;
}

body.page-our-history .history-milestone span {
    display: block;
    color: rgba(20, 24, 33, 0.08);
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
    margin-bottom: 32px;
}

body.page-our-history .history-milestone h3 {
    color: var(--history-ink);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
}

body.page-our-history .history-milestone p {
    color: #626b76;
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 0;
}

body.page-our-history .history-milestone em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: inherit;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-our-history .history-milestone.is-featured,
body.page-our-history .history-milestone.is-current {
    background: var(--history-red);
    color: #fff;
    min-height: 340px;
    padding: 34px 32px;
    box-shadow: 0 24px 52px rgba(215, 25, 32, 0.26);
}

body.page-our-history .history-milestone.is-current {
    background: #11151d;
    box-shadow: 0 24px 52px rgba(17, 21, 29, 0.22);
}

body.page-our-history .history-milestone.is-featured::before,
body.page-our-history .history-milestone.is-current::before {
    background: #fff;
}

body.page-our-history .history-milestone.is-featured span,
body.page-our-history .history-milestone.is-current span {
    color: rgba(255, 255, 255, 0.24);
}

body.page-our-history .history-milestone.is-featured h3,
body.page-our-history .history-milestone.is-current h3,
body.page-our-history .history-milestone.is-featured p,
body.page-our-history .history-milestone.is-current p {
    color: #fff;
}

body.page-our-history .history-growth-section {
    padding: 90px 0;
    background: #fff;
}

body.page-our-history .history-growth-grid {
    display: grid;
    grid-template-columns: minmax(420px, 0.95fr) minmax(360px, 1fr);
    align-items: center;
    gap: 76px;
}

body.page-our-history .history-truck-growth {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    max-width: 470px;
    margin: 34px 0 24px;
}

body.page-our-history .history-truck-growth div,
body.page-our-history .history-stats-grid div {
    min-height: 112px;
    padding: 24px;
    border: 1px solid var(--history-line);
    background: #f8f9fa;
}

body.page-our-history .history-truck-growth div.active {
    background: var(--history-red);
    color: #fff;
    box-shadow: 0 16px 30px rgba(215, 25, 32, 0.25);
}

body.page-our-history .history-truck-growth > i {
    color: #9aa3ad;
}

body.page-our-history .history-truck-growth strong,
body.page-our-history .history-stats-grid strong {
    display: block;
    font-size: 26px;
    font-weight: 900;
    line-height: 1;
}

body.page-our-history .history-truck-growth span,
body.page-our-history .history-stats-grid span {
    display: block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.page-our-history .history-stats-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 470px;
}

body.page-our-history .history-stats-grid i {
    color: var(--history-red);
    margin-right: 10px;
}

body.page-our-history .history-video-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 345px;
    background: #111;
    box-shadow: 0 22px 48px rgba(18, 24, 32, 0.18);
}

body.page-our-history .history-video-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
}

body.page-our-history .history-video-card img {
    width: 100%;
    min-height: 345px;
    display: block;
    object-fit: cover;
    filter: grayscale(0.45);
    transition: transform 420ms ease, filter 420ms ease;
}

body.page-our-history .history-video-card:hover img {
    transform: scale(1.04);
    filter: grayscale(0);
}

body.page-our-history .history-video-card span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 74px;
    height: 74px;
    transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--history-red);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 18px 38px rgba(215, 25, 32, 0.32);
}

body.page-our-history .history-growth-video p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #56606c;
    font-size: 14px;
    margin: 18px 0 0;
}

body.page-our-history .history-cta-section {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background: var(--history-red);
    color: #fff;
}

body.page-our-history .history-cta-section::before {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 42%;
    background: rgba(120, 0, 8, 0.22);
    clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
}

body.page-our-history .history-cta-box {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

body.page-our-history .history-cta-box h2 {
    color: #fff;
    font-size: clamp(36px, 4.6vw, 58px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.035em;
    margin-bottom: 18px;
}

body.page-our-history .history-cta-box p {
    max-width: 620px;
    margin: 0 auto 32px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.7;
}

body.page-our-history .history-cta-box > div {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

body.page-our-history .history-btn {
    min-width: 150px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 26px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

body.page-our-history .history-btn.light {
    background: #fff;
    color: var(--history-red-dark);
}

body.page-our-history .history-btn:hover {
    transform: translateY(-2px);
    background: #11151d;
    border-color: #11151d;
    color: #fff;
}

@media (max-width: 1199px) {
    body.page-our-history .history-shell {
        width: min(100% - 56px, 1120px);
    }

    body.page-our-history .history-legacy-grid,
    body.page-our-history .history-growth-grid {
        gap: 46px;
    }
}

@media (max-width: 991px) {
    body.page-our-history .history-legacy-grid,
    body.page-our-history .history-growth-grid {
        grid-template-columns: 1fr;
    }

    body.page-our-history .history-legacy-copy {
        max-width: none;
    }

    body.page-our-history .history-section-head.split {
        align-items: flex-start;
    }

    body.page-our-history .history-timeline-track {
        grid-auto-columns: minmax(280px, 78vw);
        padding-left: 28px;
        padding-right: 28px;
    }
}

@media (max-width: 767px) {
    body.page-our-history .history-shell {
        width: min(100% - 34px, 620px);
    }

    body.page-our-history .history-legacy-section,
    body.page-our-history .history-timeline-section,
    body.page-our-history .history-growth-section,
    body.page-our-history .history-cta-section {
        padding-top: 62px;
        padding-bottom: 68px;
    }

    body.page-our-history .history-legacy-image,
    body.page-our-history .history-legacy-image img {
        min-height: 380px;
    }

    body.page-our-history .history-legacy-quote {
        right: 18px;
        bottom: 18px;
        left: 18px;
        max-width: none;
        font-size: 18px;
    }

    body.page-our-history .history-legacy-meta,
    body.page-our-history .history-stats-grid,
    body.page-our-history .history-truck-growth {
        grid-template-columns: 1fr;
    }

    body.page-our-history .history-truck-growth > i {
        transform: rotate(90deg);
        justify-self: center;
    }

    body.page-our-history .history-section-head.split {
        display: block;
    }

    body.page-our-history .history-timeline-controls {
        margin-top: 22px;
    }

    body.page-our-history .history-video-card,
    body.page-our-history .history-video-card img {
        min-height: 260px;
    }
}
