.about-page {
    background: #fff;
}

.about-hero {
    position: relative;
    display: grid;
    min-height: clamp(420px, 68vh, 720px);
    overflow: hidden;
    align-items: end;
    background: #0b1020;
}

.about-hero__image,
.about-hero__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-hero__image {
    object-fit: cover;
    object-position: center;
}

.about-hero__overlay {
    background: linear-gradient(180deg, rgba(11, 16, 32, 0.15) 5%, rgba(11, 16, 32, 0.88) 100%);
}

.about-hero__content {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: clamp(3.5rem, 8vw, 7rem);
}

.about-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.5rem, 9vw, 8rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
}

.rich-text-block {
    padding: clamp(4.5rem, 9vw, 8rem) 0;
    background: #fff;
}

.rich-text-block__inner {
    max-width: 920px;
}

.rich-text-block__inner > h2 {
    margin: 0 0 2rem;
    color: #151a2d;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.rich-text-block__body {
    color: #394c4b;
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    line-height: 1.85;
}

.rich-text-block__body p {
    margin: 0;
}

.rich-text-block__body p + p {
    margin-top: 1.75rem;
}

.about-page .home-closing-cta {
    background: #0f7a76;
}

@media (max-width: 640px) {
    .about-hero {
        min-height: 430px;
    }

    .about-hero__image {
        object-position: 58% center;
    }
}
