.about-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 560px;
    padding: 160px 0 72px;
    overflow: hidden;
    color: #fff;
    background: #111;
}

.about-hero__media {
    position: absolute;
    inset: 0;
}

.about-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .68;
    filter: saturate(.85) contrast(1.08);
}

.about-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .52) 0%, rgba(0, 0, 0, .64) 100%),
        radial-gradient(circle at 50% 48%, rgba(200, 164, 107, .16), transparent 34%);
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero__content {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.about-hero__breadcrumb {
    display: inline-flex;
    gap: 10px;
    margin-bottom: 18px;
    color: #c8a46b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-hero__breadcrumb span + span::before {
    content: ">";
    margin-right: 10px;
    color: rgba(255, 255, 255, .72);
}

.about-hero h1 {
    margin: 0 0 8px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.04;
}

.about-hero strong {
    display: block;
    margin-bottom: 26px;
    color: #c8a46b;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
}

.about-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .9);
    font-size: 16px;
    line-height: 1.9;
}

.about-story {
    background: linear-gradient(180deg, #fff 0%, #f8f7f5 100%);
}

.about-story__copy span,
.about-values__heading span,
.about-milestones__heading span,
.about-people__copy span {
    display: inline-block;
    margin-bottom: 15px;
    color: #c8a46b;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.about-story__copy h2,
.about-values__heading h2,
.about-milestones__heading h2,
.about-people__copy h2 {
    margin: 0;
    color: #111;
    font-family: "Playfair Display", serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.12;
}

.about-story__copy h2::after,
.about-values__heading h2::after,
.about-milestones__heading h2::after,
.about-people__copy h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    margin-top: 20px;
    background: #c8a46b;
}

.about-story__copy p {
    margin: 24px 0 0;
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.9;
}

.about-story__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin-top: 28px;
    padding: 14px 26px;
    border: 1px solid #c8a46b;
    border-radius: 3px;
    background: #c8a46b;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.about-story__visual {
    position: relative;
    margin: 0;
    padding-left: 0;
}

.about-story__visual img {
    width: 100%;
    min-height: 360px;
    border-radius: 4px;
    object-fit: cover;
    box-shadow: 0 28px 80px rgba(17, 17, 17, .12);
}

.about-story__stat {
    position: relative;
    width: min(210px, 72vw);
    margin: -88px auto 0;
    padding: 36px 30px;
    border-radius: 4px;
    background: linear-gradient(135deg, #111, #242424);
    color: #fff;
    box-shadow: 0 22px 58px rgba(17, 17, 17, .24);
}

.about-story__stat strong {
    display: block;
    margin-bottom: 12px;
    color: #c8a46b;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.about-story__stat span {
    display: block;
    max-width: 120px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.about-values,
.about-people {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #111;
}

.about-values {
    padding: 76px 0;
}

.about-values__media,
.about-people__media {
    position: absolute;
    inset: 0;
}

.about-values__media img,
.about-people__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .36;
    filter: grayscale(.2) contrast(1.08);
}

.about-values__media::after,
.about-people__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 17, 17, .96), rgba(17, 17, 17, .82));
}

.about-values .container,
.about-people .container {
    position: relative;
    z-index: 2;
}

.about-values__heading,
.about-milestones__heading {
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.about-values__heading h2,
.about-people__copy h2 {
    color: #fff;
}

.about-values__heading h2::after,
.about-milestones__heading h2::after {
    margin-right: auto;
    margin-left: auto;
}

.about-values__grid {
    display: grid;
    gap: 28px;
}

.about-value-card {
    text-align: center;
}

.about-value-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
    color: #c8a46b;
    font-size: 30px;
}

.about-value-card h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.about-value-card p {
    max-width: 170px;
    margin: 0 auto;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    line-height: 1.7;
}

.about-milestones {
    background: linear-gradient(180deg, #fff 0%, #f8f7f5 100%);
}

.about-milestones__grid {
    display: grid;
    gap: 10px;
}

.about-milestone {
    min-height: 210px;
    margin: 0;
    padding: 34px;
    border-radius: 4px;
    overflow: hidden;
}

.about-milestone--dark {
    background: linear-gradient(135deg, #111, #242424);
    color: #fff;
}

.about-milestone--light {
    background: linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 238, 224, .92));
    color: #2b2b2b;
}

.about-milestone strong {
    display: block;
    margin-bottom: 14px;
    color: #c8a46b;
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}

.about-milestone span {
    display: block;
    max-width: 130px;
    color: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.45;
}

.about-milestone--image {
    padding: 0;
}

.about-milestone--image img {
    width: 100%;
    height: 100%;
    min-height: 210px;
    object-fit: cover;
}

.about-people {
    padding: 64px 0;
}

.about-people__layout {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 38px;
    align-items: center;
}

.about-people__copy {
    max-width: 470px;
}

.about-people__copy p {
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    line-height: 1.9;
}

.about-people__gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.about-people__gallery figure {
    min-height: 220px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(200, 164, 107, .28);
    border-radius: 4px;
    background: #111;
}

.about-people__gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 576px) {
    .about-values__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-milestones__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-people__gallery {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .about-story__visual {
        padding-left: 88px;
    }

    .about-story__stat {
        position: absolute;
        bottom: 16px;
        left: 0;
        margin: 0;
    }

    .about-milestones__grid {
        grid-template-columns: .9fr .9fr 1.4fr .9fr .9fr;
    }
}

@media (min-width: 992px) {
    .about-hero h1 {
        font-size: 62px;
    }

    .about-hero strong {
        font-size: 34px;
    }

    .about-story__copy h2,
    .about-values__heading h2,
    .about-milestones__heading h2,
    .about-people__copy h2 {
        font-size: 46px;
    }

    .about-values__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .about-value-card + .about-value-card {
        border-left: 1px solid rgba(200, 164, 107, .25);
    }

    .about-people__layout {
        grid-template-columns: minmax(320px, .7fr) minmax(0, 1.3fr);
        gap: 52px;
    }

    .about-people__gallery figure {
        min-height: 260px;
    }
}

@media (max-width: 575px) {
    .about-hero {
        min-height: 520px;
        padding-top: 135px;
    }

    .about-hero h1 {
        font-size: 42px;
    }

    .about-hero strong {
        font-size: 25px;
    }

    .about-story__copy h2,
    .about-values__heading h2,
    .about-milestones__heading h2,
    .about-people__copy h2 {
        font-size: 34px;
    }

    .about-story__btn {
        width: 100%;
    }
}
