/* About page Milestone 1: approved hero only. */
.page-template-page-about .cv-site-header {
    border-bottom: 0;
}

.page-template-page-about .cv-site-main {
    overflow: clip;
}

.page-template-page-about .cv-about-m1-hero {
    position: relative;
    overflow: hidden;
    padding: 16px 0 48px;
    background:
        radial-gradient(circle at 88% 14%, rgba(79, 87, 245, .2), transparent 30%),
        linear-gradient(112deg, #051631 0%, #071d43 55%, #061735 100%);
    color: #fff;
}

.page-template-page-about .cv-about-m1-hero::before {
    position: absolute;
    top: 70px;
    right: max(24px, calc((100vw - 1220px) / 2));
    width: 126px;
    height: 112px;
    background-image: radial-gradient(circle, rgba(84, 112, 255, .74) 1.2px, transparent 1.4px);
    background-size: 14px 14px;
    content: "";
    opacity: .65;
    pointer-events: none;
}

.page-template-page-about .cv-about-m1-hero .cv-breadcrumb {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
}

.page-template-page-about .cv-about-m1-hero .cv-breadcrumb ol {
    margin: 0;
}

.page-template-page-about .cv-about-m1-hero .cv-breadcrumb,
.page-template-page-about .cv-about-m1-hero .cv-breadcrumb a {
    color: #bfcae1;
    font-size: .76rem;
}

.page-template-page-about .cv-about-m1-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(450px, .96fr);
    gap: clamp(34px, 3.5vw, 52px);
    align-items: center;
}

.page-template-page-about .cv-about-m1-hero__content {
    min-width: 0;
    max-width: 660px;
}

.page-template-page-about .cv-about-m1-hero .cv-eyebrow {
    margin: 0 0 10px;
    color: #7183ff;
    font-size: .72rem;
    letter-spacing: .16em;
}

.page-template-page-about .cv-about-m1-hero h1 {
    max-width: 17ch;
    margin: 0 0 14px;
    color: #fff;
    font-size: clamp(2.4rem, 3.05vw, 3.05rem);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.page-template-page-about .cv-about-m1-hero__copy {
    max-width: 64ch;
    color: #d2dbee;
    font-size: .94rem;
    line-height: 1.5;
}

.page-template-page-about .cv-about-m1-hero__copy p {
    margin: 0 0 9px;
}

.page-template-page-about .cv-about-m1-hero__copy p:last-child {
    margin-bottom: 0;
}

.page-template-page-about .cv-about-m1-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 18px;
}

.page-template-page-about .cv-about-m1-hero__actions .cv-button {
    min-height: 46px;
    padding: .72rem 1.05rem;
    border-radius: 4px;
    background: #4f57f5;
    border-color: #4f57f5;
    font-size: .82rem;
}

.page-template-page-about .cv-about-m1-hero__actions .cv-button:hover,
.page-template-page-about .cv-about-m1-hero__actions .cv-button:focus-visible {
    background: #3f4de0;
    border-color: #3f4de0;
}

.page-template-page-about .cv-about-m1-hero__actions .cv-about-m1-hero__secondary {
    background: transparent;
    border-color: #8999bd;
    color: #fff;
}

.page-template-page-about .cv-about-m1-hero__actions .cv-about-m1-hero__secondary:hover,
.page-template-page-about .cv-about-m1-hero__actions .cv-about-m1-hero__secondary:focus-visible {
    background: rgba(255, 255, 255, .08);
    border-color: #fff;
}

.page-template-page-about .cv-about-m1-hero__visual {
    position: relative;
    width: min(100%, 590px);
    min-width: 0;
    margin: 0;
    justify-self: end;
    transform: translateY(-24px);
}

.page-template-page-about .cv-about-m1-hero__visual img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 28px 38px rgba(0, 4, 18, .25));
}

@media (max-width: 1099px) {
    .page-template-page-about .cv-about-m1-hero {
        padding-top: 20px;
    }

    .page-template-page-about .cv-about-m1-hero__grid {
        grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr);
        gap: 34px;
        align-items: start;
    }

    .page-template-page-about .cv-about-m1-hero h1 {
        font-size: clamp(2.35rem, 5vw, 3rem);
    }

    .page-template-page-about .cv-about-m1-hero__copy {
        font-size: .93rem;
    }

    .page-template-page-about .cv-about-m1-hero__visual {
        margin-top: 78px;
        transform: none;
    }
}

@media (max-width: 840px) {
    .page-template-page-about .cv-about-m1-hero {
        padding-bottom: 54px;
    }

    .page-template-page-about .cv-about-m1-hero::before {
        top: auto;
        right: 26px;
        bottom: 42px;
    }

    .page-template-page-about .cv-about-m1-hero__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .page-template-page-about .cv-about-m1-hero__content {
        max-width: 700px;
    }

    .page-template-page-about .cv-about-m1-hero__visual {
        width: min(100%, 600px);
        margin: 0 auto;
        justify-self: center;
    }
}

@media (max-width: 600px) {
    .page-template-page-about .cv-about-m1-hero {
        padding: 14px 0 36px;
    }

    .page-template-page-about .cv-about-m1-hero .cv-container {
        width: auto;
        max-width: none;
        margin-inline: 18px;
    }

    .page-template-page-about .cv-about-m1-hero .cv-breadcrumb {
        margin-bottom: 18px;
    }

    .page-template-page-about .cv-about-m1-hero .cv-eyebrow {
        margin-bottom: 8px;
        font-size: .68rem;
    }

    .page-template-page-about .cv-about-m1-hero h1 {
        max-width: 15ch;
        margin-bottom: 14px;
        font-size: clamp(1.95rem, 8.8vw, 2.18rem);
        line-height: 1.07;
    }

    .page-template-page-about .cv-about-m1-hero__copy {
        font-size: .94rem;
        line-height: 1.55;
    }

    .page-template-page-about .cv-about-m1-hero__copy p {
        margin-bottom: 10px;
    }

    .page-template-page-about .cv-about-m1-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 18px;
    }

    .page-template-page-about .cv-about-m1-hero__actions .cv-button {
        width: 100%;
    }

    .page-template-page-about .cv-about-m1-hero__grid {
        gap: 26px;
    }

    .page-template-page-about .cv-about-m1-hero__visual {
        width: calc(100% + 20px);
        max-width: calc(100vw - 16px);
        margin-inline: -10px;
    }

}
