/* About page */

.about-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 88px 0 76px;
    color: #fff;
    background:
        linear-gradient(125deg, rgba(58, 0, 0, .96) 0%, rgba(180, 0, 8, .88) 54%, rgba(255, 248, 241, .92) 54.2%, rgba(255, 248, 241, .98) 100%),
        url("../images/About Us.webp") center/cover;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(135deg, transparent 0 52%, rgba(215, 169, 52, .18) 52.2% 53.1%, transparent 53.3%),
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .16), transparent 28%);
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 48px;
    align-items: center;
}

.about-hero .section-kicker {
    color: var(--red);
    background: #fff;
}

.about-hero h1 {
    max-width: 820px;
    margin-top: 16px;
    font-size: clamp(42px, 5.6vw, 78px);
    line-height: .96;
    letter-spacing: 0;
}

.about-hero p {
    max-width: 680px;
    margin-top: 22px;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    line-height: 1.8;
}

.about-hero-actions,
.about-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.about-identity-card {
    display: grid;
    justify-items: center;
    padding: 32px 28px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: var(--radius);
    color: var(--deep);
    text-align: center;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 24px 55px rgba(47, 0, 0, .2);
    backdrop-filter: blur(12px);
}

.about-identity-card img {
    width: 132px;
    height: 132px;
    object-fit: contain;
}

.about-identity-card h2 {
    margin-top: 16px;
    color: var(--red);
    font-size: 28px;
    line-height: 1.1;
}

.about-identity-card p {
    margin-top: 8px;
    color: var(--muted);
    font-size: 14px;
}

.identity-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 24px;
}

.identity-grid span {
    min-height: 86px;
    display: grid;
    place-items: center;
    padding: 10px;
    border-radius: var(--radius);
    color: #fff;
    background: linear-gradient(135deg, var(--deep), var(--red));
    font-size: 12px;
    line-height: 1.35;
}

.identity-grid strong {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.trust-panel {
    position: relative;
    z-index: 2;
    margin-top: -28px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow);
}

.trust-grid article {
    min-height: 122px;
    display: grid;
    align-content: center;
    justify-items: center;
    padding: 20px;
    text-align: center;
    border-right: 1px solid var(--line);
}

.trust-grid article:last-child {
    border-right: 0;
}

.trust-grid strong {
    color: var(--red);
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1;
}

.trust-grid span {
    margin-top: 8px;
    color: var(--muted);
    font-weight: 700;
}

.story-grid {
    display: grid;
    grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
    gap: 58px;
    align-items: center;
}

.story-visual {
    position: relative;
}

.story-visual img {
    height: 560px;
    border-radius: var(--radius);
    object-fit: cover;
    box-shadow: var(--shadow);
}

.story-badge {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
    border-radius: var(--radius);
    color: #fff;
    background: linear-gradient(135deg, rgba(58, 0, 0, .94), rgba(180, 0, 8, .9));
}

.story-badge strong,
.story-badge span {
    display: block;
}

.story-badge span {
    margin-top: 6px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.55;
}

.story-copy h2,
.review-copy h2,
.about-cta h2 {
    margin-top: 14px;
    font-size: clamp(32px, 4vw, 54px);
    line-height: 1.06;
}

.story-copy p,
.review-copy p {
    margin-top: 16px;
    color: var(--muted);
    line-height: 1.85;
}

.story-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.story-checks span {
    position: relative;
    min-height: 66px;
    display: grid;
    align-content: center;
    padding: 14px 14px 14px 44px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--deep);
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(47, 0, 0, .06);
}

.story-checks span::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 8px rgba(215, 169, 52, .14);
    transform: translateY(-50%);
}

.values-section {
    background: #fff;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.value-card {
    min-height: 250px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background:
        linear-gradient(135deg, #fff, #fff8f1);
    box-shadow: 0 14px 32px rgba(47, 0, 0, .07);
}

.value-card b {
    display: inline-grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    color: #fff;
    background: var(--red);
}

.value-card h3 {
    margin-top: 24px;
    color: var(--deep);
    font-size: 21px;
}

.value-card p {
    margin-top: 10px;
    color: var(--muted);
    line-height: 1.7;
}

.review-section {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(58, 0, 0, .95), rgba(180, 0, 8, .88)),
        url("../images/why-truck.webp") center/cover;
}

.review-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
    gap: 42px;
    align-items: center;
}

.review-section .section-kicker {
    color: var(--red);
    background: #fff;
}

.review-copy p {
    color: rgba(255, 255, 255, .84);
}

.review-stack {
    display: grid;
    gap: 14px;
}

.review-stack article {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, .12);
    backdrop-filter: blur(10px);
}

.stars {
    color: var(--gold);
    font-size: 20px;
    letter-spacing: 0;
}

.review-stack p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.7;
}

.review-stack span {
    display: block;
    margin-top: 12px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    font-weight: 800;
}

.customer-grid {
    display: grid;
    grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr);
    gap: 42px;
    align-items: start;
}

.customer-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.customer-list article {
    min-height: 172px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: 0 12px 28px rgba(47, 0, 0, .07);
}

.customer-list h3 {
    color: var(--red);
    font-size: 20px;
}

.customer-list p {
    margin-top: 10px;
    color: var(--muted);
    line-height: 1.7;
}

.about-cta {
    padding: 82px 0;
    color: #fff;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(58, 0, 0, .95), rgba(180, 0, 8, .88)),
        url("../images/Manhole & Chamber-Cleaning.webp") center/cover;
}

.about-cta-inner {
    max-width: 880px;
}

.about-cta span {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 99px;
    color: var(--red);
    background: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.about-cta-actions {
    justify-content: center;
}

@media (max-width: 1100px) {
    .about-hero {
        background:
            linear-gradient(135deg, rgba(58, 0, 0, .95), rgba(180, 0, 8, .88)),
            url("../images/About Us.webp") center/cover;
    }

    .about-hero-grid,
    .story-grid,
    .review-grid,
    .customer-grid {
        grid-template-columns: 1fr;
    }

    .about-identity-card {
        max-width: 620px;
    }

    .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 820px) {
    .about-hero {
        padding: 68px 0 58px;
    }

    .about-hero h1 {
        font-size: clamp(36px, 11vw, 56px);
    }

    .about-hero p {
        font-size: 16px;
    }

    .about-hero-actions,
    .about-cta-actions {
        flex-direction: column;
    }

    .about-hero-actions .btn,
    .about-cta-actions .btn {
        width: 100%;
    }

    .identity-grid,
    .trust-grid,
    .story-checks,
    .values-grid,
    .customer-list {
        grid-template-columns: 1fr;
    }

    .trust-grid article {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .trust-grid article:last-child {
        border-bottom: 0;
    }

    .story-visual img {
        height: 390px;
    }

    .story-badge {
        position: static;
        margin-top: 12px;
    }

    .value-card,
    .customer-list article {
        min-height: auto;
    }

    .about-cta {
        padding: 68px 0;
    }
}

@media (max-width: 480px) {
    .about-identity-card {
        padding: 26px 20px;
    }

    .about-identity-card img {
        width: 110px;
        height: 110px;
    }

    .story-visual img {
        height: 310px;
    }

    .value-card,
    .review-stack article,
    .customer-list article {
        padding: 22px;
    }
}
