.about-us-hero {
    padding: 140px 0 100px;
    background:
        linear-gradient(rgba(22, 50, 79, 0.72), rgba(22, 50, 79, 0.72)),
        url('/resources/lenexa-logistics-center-east-building.webp') center/cover no-repeat;
    color: #fff;
}

.about-us-hero .hero-content {
    max-width: 760px;
}

.about-us-hero .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-us-hero h1 {
    margin: 0 0 24px;
    font-size: clamp(3rem, 6vw, 5.25rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.about-us-hero p {
    margin: 0;
    max-width: 700px;
    font-size: 1.12rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.about-us-intro,
.about-us-history,
.about-us-philosophy,
.about-us-credentials {
    padding: 100px 0;
}

.about-us-bres {
    padding: 100px 0;
    background: var(--color-surface-alt);
}

.about-us-intro .two-column-layout,
.about-us-credentials .two-column-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 72px;
    align-items: center;
}

.about-us-credentials .two-column-layout.reverse {
    grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.about-us-intro .section-heading,
.about-us-credentials .section-heading {
    margin-bottom: 32px;
}

.about-us-intro .section-heading h2,
.about-us-bres .section-heading h2,
.about-us-history .section-heading h2,
.about-us-philosophy .section-heading h2,
.about-us-credentials .section-heading h2,
.cta-band h2 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.about-us-intro .section-heading p,
.about-us-bres .section-heading p,
.about-us-history .section-heading p,
.about-us-philosophy .section-heading p,
.about-us-credentials .section-heading p,
.cta-band p {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.8;
}

.about-us-intro .content-column p,
.about-us-credentials .content-column p {
    margin: 0 0 24px;
    font-size: 1rem;
    line-height: 1.9;
    color: var(--color-text-light);
}

.about-us-main-image,
.about-us-credentials-image {
    min-height: 520px;
    border-radius: 32px;
    box-shadow: var(--shadow-soft);
}

.about-us-main-image {
    background:
        linear-gradient(rgba(22, 50, 79, 0.16), rgba(22, 50, 79, 0.28)),
        url('/resources/167-logistics-centre-west.webp') center/cover no-repeat;
}

.about-us-credentials-image {
    background:
        linear-gradient(rgba(22, 50, 79, 0.16), rgba(22, 50, 79, 0.28)),
        url('/resources/cityplace-corporate-centre-iv.webp') center/cover no-repeat;
}

.about-us-bres .section-heading,
.about-us-history .section-heading,
.about-us-philosophy .section-heading {
    max-width: 760px;
    margin: 0 auto 64px;
    text-align: center;
}

.about-us-bres .stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.about-us-bres .stat-card {
    padding: 36px 32px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    text-align: center;
    box-shadow: var(--shadow-soft);
}

.about-us-bres .stat-card h3 {
    margin: 0 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1;
    color: var(--color-primary);
    letter-spacing: -0.04em;
}

.about-us-bres .stat-card p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--color-text-light);
}

.about-us-history .timeline-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-us-history .timeline-item {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 32px;
    padding: 36px;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
}

.about-us-history .timeline-year {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: -0.03em;
}

.about-us-history .timeline-copy h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
    color: var(--color-primary);
}

.about-us-history .timeline-copy p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.8;
    color: var(--color-text-light);
}

.about-us-philosophy {
    background: var(--color-surface-alt);
}

.about-us-philosophy .three-column-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.about-us-philosophy .philosophy-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    box-shadow: var(--shadow-soft);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.about-us-philosophy .philosophy-card:hover {
    transform: translateY(-6px);
    border-color: rgba(77, 140, 163, 0.2);
    box-shadow: 0 20px 50px rgba(22, 50, 79, 0.1);
}

.about-us-philosophy .philosophy-card .card-content {
    padding: 36px 32px;
}

.about-us-philosophy .philosophy-card h3 {
    margin: 0 0 16px;
    font-size: 1.25rem;
    line-height: 1.35;
    color: var(--color-primary);
}

.about-us-philosophy .philosophy-card p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.8;
    color: var(--color-text-light);
}

@media (max-width: 1100px) {
    .about-us-intro .two-column-layout,
    .about-us-credentials .two-column-layout,
    .about-us-credentials .two-column-layout.reverse,
    .about-us-bres .stats-grid,
    .about-us-philosophy .three-column-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-us-intro .two-column-layout,
    .about-us-credentials .two-column-layout.reverse {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .about-us-hero {
        padding: 120px 0 80px;
    }

    .about-us-intro,
    .about-us-bres,
    .about-us-history,
    .about-us-philosophy,
    .about-us-credentials,
    .about-us .cta-band {
        padding: 80px 0;
    }

    .about-us-history .timeline-item {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 640px) {
    .about-us-bres .stats-grid,
    .about-us-philosophy .three-column-grid {
        grid-template-columns: 1fr;
    }

    .about-us-main-image,
    .about-us-credentials-image {
        min-height: 360px;
    }

    .about-us-history .timeline-item,
    .about-us-philosophy .philosophy-card .card-content,
    .about-us-bres .stat-card {
        padding: 28px 24px;
    }
}