/* ==========================================================
   ABOUT PAGE
   ========================================================== */

.about-page {
    overflow: hidden;
    background: #ffffff;
}

/* ==========================================================
   HERO
   ========================================================== */

.about-hero {
    position: relative;
    display: flex;
    align-items: center;

    min-height: 440px;
    padding: 90px 0 70px;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    overflow: hidden;
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
        linear-gradient(90deg,
            rgba(7, 17, 36, 0.9) 0%,
            rgba(7, 17, 36, 0.72) 45%,
            rgba(7, 17, 36, 0.34) 100%);
}

.about-hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 4px;

    background: var(--brand-red, #e9454b);
}

.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero-content {
    max-width: 720px;
}

.about-hero-eyebrow {
    display: inline-block;
    margin-bottom: 14px;

    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.about-hero-title {
    margin: 0 0 22px;

    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(44px, 5.5vw, 76px);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.about-hero-title::after {
    content: "";
    display: block;

    width: 58px;
    height: 4px;
    margin-top: 18px;

    background: var(--brand-red, #e9454b);
}

/* Breadcrumb */

.about-breadcrumb {
    display: flex;
    align-items: center;

    margin: 0;
    padding: 0;

    background: transparent;
}

.about-breadcrumb .breadcrumb-item,
.about-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
}

.about-breadcrumb .breadcrumb-item a:hover {
    color: var(--brand-red, #e9454b);
}

.about-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.about-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.56);
}

/* ==========================================================
   ABOUT CONTENT
   ========================================================== */

.about-content-section {
    padding: 90px 0;
    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #f7f9fc 100%);
}

.about-content-card {
    position: relative;
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 32px;

    margin-bottom: 32px;
    padding: 48px;

    border: 1px solid #e5e9f0;
    background: #ffffff;
    box-shadow: 0 14px 40px rgba(16, 24, 40, 0.08);

    overflow: hidden;
}

.about-content-card:last-child {
    margin-bottom: 0;
}

.about-content-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 5px;
    height: 100%;

    background: var(--brand-red, #e9454b);
}

.about-content-card::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -80px;

    width: 220px;
    height: 220px;

    border: 36px solid rgba(26, 71, 172, 0.04);
    border-radius: 50%;

    pointer-events: none;
}

.about-content-number {
    position: relative;
    z-index: 2;

    color: rgba(26, 71, 172, 0.13);
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    line-height: 1;
    font-weight: 800;
}

.about-content-body {
    position: relative;
    z-index: 2;
}

.about-section-heading {
    margin-bottom: 26px;
}

.about-section-label {
    display: inline-block;
    margin-bottom: 10px;

    color: var(--brand-red, #e9454b);
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.about-content-title {
    max-width: 800px;
    margin: 0;

    color: #20242b;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.about-content-title::after {
    content: "";
    display: block;

    width: 48px;
    height: 3px;
    margin-top: 16px;

    background: #111111;
}

/* Dynamic CMS description */

.about-description {
    color: #5f6977;
    font-size: 16px;
    line-height: 1.9;
}

.about-description p {
    margin: 0 0 18px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    text-align: left !important;
}

.about-description p:last-child {
    margin-bottom: 0;
}

.about-description h1,
.about-description h2,
.about-description h3,
.about-description h4,
.about-description h5,
.about-description h6 {
    margin-top: 30px;
    margin-bottom: 14px;

    color: #20242b;
    text-transform: none;
}

.about-description ul,
.about-description ol {
    margin: 18px 0;
    padding-left: 22px;
}

.about-description li {
    margin-bottom: 9px;
}

.about-description img {
    display: block;
    max-width: 100%;
    height: auto;

    margin: 26px auto;
}

/* ==========================================================
   MILESTONE
   ========================================================== */

.about-milestone-section {
    padding: 90px 0 100px;
    background: #ffffff;
}

.milestone-block+.milestone-block {
    margin-top: 80px;
}

.milestone-heading {
    max-width: 760px;
    margin: 0 auto 44px;
}

.milestone-title {
    margin: 0;

    color: var(--brand-red, #e9454b);
    font-family: "Montserrat", sans-serif;
    font-size: clamp(30px, 3.5vw, 46px);
    line-height: 1.16;
    font-weight: 800;
    letter-spacing: -0.035em;
    text-transform: uppercase;
}

.milestone-title::after {
    content: "";
    display: block;

    width: 52px;
    height: 3px;
    margin: 16px auto 0;

    background: var(--brand-red, #e9454b);
}

.milestone-subtitle {
    max-width: 620px;
    margin: 20px auto 0;

    color: #6b7482;
    font-size: 15px;
    line-height: 1.7;
}

.milestone-image-card {
    position: relative;

    padding: 24px;

    border: 1px solid #e5e9f0;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(16, 24, 40, 0.1);

    overflow: hidden;
}

.milestone-image-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(90deg,
            var(--brand-red, #e9454b),
            #111111);
}

.milestone-image {
    display: block;

    width: 100%;
    height: auto;
    max-height: 720px;

    margin: 0 auto;

    object-fit: contain;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 991px) {
    .about-hero {
        min-height: 390px;
        padding: 75px 0 60px;
    }

    .about-content-section,
    .about-milestone-section {
        padding: 72px 0;
    }

    .about-content-card {
        grid-template-columns: 68px minmax(0, 1fr);
        gap: 24px;

        padding: 38px;
    }

    .about-content-number {
        font-size: 52px;
    }

    .milestone-image-card {
        padding: 18px;
    }
}

@media (max-width: 767px) {
    .about-hero {
        min-height: 340px;
        padding: 64px 0 50px;

        background-position: 62% center;
    }

    .about-hero-overlay {
        background:
            linear-gradient(90deg,
                rgba(7, 17, 36, 0.92) 0%,
                rgba(7, 17, 36, 0.76) 64%,
                rgba(7, 17, 36, 0.52) 100%);
    }

    .about-hero-eyebrow {
        font-size: 10px;
    }

    .about-hero-title {
        font-size: 42px;
    }

    .about-content-section {
        padding: 58px 0;
    }

    .about-content-card {
        display: block;

        margin-bottom: 24px;
        padding: 30px 24px;
    }

    .about-content-number {
        margin-bottom: 20px;
        font-size: 42px;
    }

    .about-section-heading {
        margin-bottom: 22px;
    }

    .about-content-title {
        font-size: 28px;
    }

    .about-description {
        font-size: 14px;
        line-height: 1.78;
    }

    .about-description p {
        text-align: left !important;
    }

    .about-milestone-section {
        padding: 58px 0 68px;
    }

    .milestone-heading {
        margin-bottom: 30px;
    }

    .milestone-title {
        font-size: 30px;
    }

    .milestone-image-card {
        padding: 12px;
    }
}

@media (max-width: 575px) {
    .about-hero {
        min-height: 300px;
        padding: 52px 0 42px;
    }

    .about-hero-title {
        font-size: 36px;
    }

    .about-breadcrumb .breadcrumb-item,
    .about-breadcrumb .breadcrumb-item a {
        font-size: 12px;
    }

    .about-content-section {
        padding: 46px 0;
    }

    .about-content-card {
        padding: 26px 20px;
    }

    .about-content-number {
        margin-bottom: 16px;
        font-size: 36px;
    }

    .about-content-title {
        font-size: 24px;
    }

    .about-description {
        font-size: 13.5px;
        line-height: 1.72;
    }

    .about-milestone-section {
        padding: 48px 0 56px;
    }

    .milestone-title {
        font-size: 27px;
    }

    .milestone-subtitle {
        font-size: 13.5px;
    }

    .milestone-image-card {
        padding: 8px;
    }
}