/* About page ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â story section */
.about-story {
    --about-navy: #10243c;
    --about-gold: #d9aa4e;
    padding: 30px 0 30px;
    background:
        radial-gradient(circle at 8% 16%, rgba(217, 170, 78, .11) 0 2px, transparent 3px),
        linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
    background-size: 34px 34px, auto;
    color: #4e5c69;
    overflow: hidden;
}

.about-story__grid {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    align-items: start;
    gap: clamp(60px, 8vw, 115px);
}

.about-story__visual {
    position: sticky;
    min-height: 570px;
    top: 79px;
}

.about-story__image-wrap {
    position: absolute;
    inset: 0 35px 42px 0;
    overflow: hidden;
    border-radius: 180px 22px 22px 22px;
    box-shadow: 0 26px 70px rgba(16, 36, 60, .18);
}

.about-story__image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(16, 36, 60, .5));
}

.about-story__image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-story__experience {
    position: absolute;
    top: 42px;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 196px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 16px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 34px rgba(16, 36, 60, .16);
    backdrop-filter: blur(12px);
}

.about-story__experience strong {
    color: var(--about-gold);
    font-size: 31px;
    line-height: 1;
}

.about-story__experience span {
    color: var(--about-navy);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.about-story__caption {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: min(360px, 78%);
    padding: 25px 28px 25px 65px;
    border-radius: 18px;
    background: var(--about-navy);
    color: #fff;
    box-shadow: 0 18px 42px rgba(16, 36, 60, .22);
}

.about-story__caption-mark {
    position: absolute;
    top: 7px;
    left: 24px;
    color: var(--about-gold);
    font-size: 58px;
    line-height: 1;
}

.about-story__caption p {
    margin: 0;
    color: rgba(255, 255, 255, .92);
    font-size: 17px;
    font-style: italic;
    line-height: 1.55;
}

.about-story__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: #a77822;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.about-story__eyebrow::before {
    content: '';
    width: 38px;
    height: 2px;
    background: var(--about-gold);
}

.about-story__content h2 {
    max-width: 100%;
    margin: 0 0 24px;
    color: var(--about-navy);
    font-size: clamp(31px, 2.2vw, 40px);
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: -.045em;
}

.about-story__content>p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.85;
}

.about-story__content .about-story__lead {
    color: #263b50;
    font-size: 19px;
    line-height: 1.7;
}

.about-story__features {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 32px 0;
}

.about-story__feature {
    display: flex;
    gap: 14px;
    padding: 18px;
    border: 1px solid #e8e1d6;
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
}

.about-story__feature-icon {
    display: grid;
    flex: 0 0 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: #f7edd9;
    color: #a77822;
}

.about-story__feature h3 {
    margin: 0 0 5px;
    color: var(--about-navy);
    font-size: 16px;
    font-weight: 750;
}

.about-story__feature p {
    margin: 0;
    color: #6a7681;
    font-size: 13px;
    line-height: 1.55;
}

.about-story__footer {
    display: flex;
    align-items: center;
    gap: 28px;
}

.about-story__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 54px;
    padding: 0 25px;
    border-radius: 12px;
    background: var(--about-navy);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform .25s ease, background-color .25s ease;
}

.about-story__cta:hover {
    background: #1b3858;
    color: #fff;
    transform: translateY(-2px);
}

.about-story__trust,
.about-story__avatars {
    display: flex;
    align-items: center;
}

.about-story__avatars span {
    display: grid;
    width: 34px;
    height: 34px;
    margin-left: -8px;
    place-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #f3e5ca;
    color: #a77822;
    font-size: 12px;
}

.about-story__avatars span:first-child {
    margin-left: 0;
}

.about-story__trust p {
    margin: 0 0 0 10px;
    color: #76808a;
    font-size: 11px;
    line-height: 1.35;
}

.about-story__trust strong {
    color: var(--about-navy);
    font-size: 13px;
}

.about-story__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 90px;
    padding: 32px 0;
    border-top: 1px solid #dfd6c8;
    border-bottom: 1px solid #dfd6c8;
}

.about-story__stats div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 20px;
    border-right: 1px solid #dfd6c8;
}

.about-story__stats div:last-child {
    border-right: 0;
}

.about-story__stats strong {
    color: var(--about-navy);
    font-size: 31px;
    line-height: 1;
}

.about-story__stats span {
    max-width: 110px;
    color: #6c7782;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .04em;
}

@media (max-width: 991px) {
    .about-story {
        padding: 80px 0;
    }

    .about-story__grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .about-story__visual {
        min-height: 520px;
    }

    .about-story__content {
        max-width: 760px;
    }

    .about-story__stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-story__stats div {
        min-height: 76px;
    }

    .about-story__stats div:nth-child(2) {
        border-right: 0;
    }

    .about-story__stats div:nth-child(-n+2) {
        border-bottom: 1px solid #dfd6c8;
    }
}

@media (max-width: 575px) {
    .about-story {
        padding: 30px 0;
    }

    .about-story__visual {
        min-height: 455px;
    }

    .about-story__image-wrap {
        inset: 0 0 58px;
        border-radius: 110px 18px 18px 18px;
    }

    .about-story__experience {
        top: 22px;
        right: -4px;
        min-width: 174px;
        padding: 14px;
    }

    .about-story__experience strong {
        font-size: 26px;
    }

    .about-story__caption {
        right: 12px;
        width: calc(100% - 24px);
        padding: 20px 20px 20px 57px;
    }

    .about-story__caption p {
        font-size: 15px;
    }

    .about-story__content h2 {
        font-size: 29px;
    }

    .about-story__content .about-story__lead {
        font-size: 17px;
    }

    .about-story__features {
        grid-template-columns: 1fr;
    }

    .about-story__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .about-story__cta {
        width: 100%;
    }

    .about-story__stats {
        margin-top: 60px;
    }

    .about-story__stats div {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .about-story__stats strong {
        font-size: 27px;
    }
}