.hp-about-body {
    --about-ink: #0c3049;
    --about-blue: #0668b5;
    --about-sky: #eaf6fb;
    --about-cyan: #67c9df;
    --about-mint: #dff4ea;
    --about-line: #cfe0e9;
    --about-white: #fff;
    background: #f7fbfd;
    color: var(--about-ink);
}

body.hp-about-body {
    overflow-x: hidden;
}

body.hp-about-body #wrapper,
body.hp-about-body #content {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #f7fbfd;
}

body.hp-about-body #content > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

body.hp-about-body #content > .container > .row {
    margin-right: 0;
    margin-left: 0;
}

body.hp-about-body #content > .container > .row > [class*="col-"] {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

.hp-about-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 100vh;
    overflow-x: clip;
}

.hp-about-shell main {
    width: min(1220px, calc(100% - 48px));
    margin: 0 auto;
    padding: 54px 0 80px;
}

.hp-about-kicker,
.hp-about-section-label {
    margin: 0 0 14px;
    color: var(--about-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hp-about-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
    gap: clamp(42px, 8vw, 110px);
    align-items: end;
    min-height: 520px;
    padding: 62px 0 74px;
}

.hp-about-hero h1 {
    max-width: 820px;
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(48px, 7vw, 92px);
    font-weight: 760;
    letter-spacing: -.055em;
    line-height: .97;
}

.hp-about-hero__summary {
    max-width: 690px;
    margin: 28px 0;
    color: #456276;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.6;
}

.hp-about-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    color: var(--about-blue);
    font-weight: 800;
}

.hp-about-text-link:hover,
.hp-about-text-link:focus {
    color: var(--about-ink);
    text-decoration: none;
}

.hp-about-hero__wayfinder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 24px;
    border: 1px solid var(--about-line);
    border-radius: 28px;
    background: var(--about-white);
    box-shadow: 0 22px 60px rgba(25, 77, 107, .11);
    transform: rotate(1.2deg);
}

.hp-about-hero__wayfinder > span {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border-radius: 17px;
    background: var(--about-sky);
    font-size: 17px;
    font-weight: 800;
}

.hp-about-hero__wayfinder > span:nth-of-type(2) {
    margin-left: 26px;
    background: var(--about-mint);
}

.hp-about-hero__wayfinder > span:nth-of-type(3) {
    margin-left: 52px;
    background: #e8efff;
}

.hp-about-hero__wayfinder > span i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 12px;
    background: #fff;
    color: var(--about-blue);
}

.hp-about-hero__wayfinder > i {
    justify-self: center;
    color: #77a8bf;
    transform: rotate(90deg);
}

.hp-about-story {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
    gap: clamp(40px, 7vw, 92px);
    align-items: center;
    padding: 100px 0;
    border-top: 1px solid var(--about-line);
}

.hp-about-story h2,
.hp-about-mission h2,
.hp-about-values h2,
.hp-about-team h2,
.hp-about-cta h2,
.hp-team-page__hero h1 {
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 760;
    letter-spacing: -.045em;
    line-height: 1.04;
}

.hp-about-richtext {
    color: #3f5d71;
    font-size: 18px;
    line-height: 1.75;
}

.hp-about-richtext p {
    margin: 22px 0 0;
}

.hp-about-story__visual {
    min-height: 520px;
    overflow: hidden;
    border-radius: 32px 8px 32px 8px;
    background: var(--about-sky);
}

.hp-about-story__visual picture,
.hp-about-story__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
}

.hp-about-story__visual img {
    object-fit: cover;
}

.hp-about-story__visual--message {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 80% 20%, rgba(103, 201, 223, .65), transparent 34%),
        linear-gradient(145deg, #0d659f, #0c3e63);
}

.hp-about-story__visual--message > div {
    display: grid;
    gap: 18px;
    justify-items: start;
    width: min(78%, 390px);
    color: #fff;
}

.hp-about-story__visual--message i {
    font-size: 62px;
}

.hp-about-story__visual--message strong {
    font-size: clamp(28px, 4vw, 47px);
    letter-spacing: -.035em;
    line-height: 1.08;
}

.hp-about-story__visual--message span {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 999px;
    font-weight: 800;
}

.hp-about-mission {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: clamp(42px, 8vw, 120px);
    padding: 100px 0;
    border-top: 1px solid var(--about-line);
}

.hp-about-mission .hp-about-richtext {
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 1.55;
}

.hp-about-mission .hp-about-richtext p:first-child {
    margin-top: 0;
}

.hp-about-values {
    padding: 88px clamp(24px, 5vw, 68px);
    border-radius: 36px;
    background: var(--about-ink);
    color: #fff;
}

.hp-about-values header {
    max-width: 760px;
}

.hp-about-values h2 {
    color: #fff;
}

.hp-about-values > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 58px;
    background: rgba(255, 255, 255, .16);
}

.hp-about-values article {
    padding: 30px;
    background: var(--about-ink);
}

.hp-about-values article i {
    color: var(--about-cyan);
    font-size: 29px;
}

.hp-about-values article h3 {
    margin: 42px 0 12px;
    color: #fff;
    font-size: 25px;
}

.hp-about-values article p {
    margin: 0;
    color: #bfd0db;
    font-size: 16px;
    line-height: 1.65;
}

.hp-about-team {
    padding: 110px 0 90px;
}

.hp-about-team > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 36px;
    margin-bottom: 44px;
}

.hp-about-team > header > div {
    max-width: 790px;
}

.hp-about-team > header > div > p:last-child,
.hp-team-page__hero > p:last-child {
    max-width: 700px;
    color: #506b7d;
    font-size: 19px;
    line-height: 1.65;
}

.hp-team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.hp-team-card {
    min-width: 0;
}

.hp-team-card__portrait {
    display: grid;
    aspect-ratio: 4 / 5;
    place-items: center;
    overflow: hidden;
    border-radius: 22px 5px 22px 5px;
    background: linear-gradient(145deg, #dbeff5, #b8dbe7);
}

.hp-team-card__portrait picture,
.hp-team-card__portrait img {
    width: 100%;
    height: 100%;
}

.hp-team-card__portrait img {
    object-fit: cover;
}

.hp-team-card__portrait > span {
    color: #4f8daa;
    font-size: 72px;
    font-weight: 800;
}

.hp-team-card__body {
    position: relative;
    padding: 20px 2px;
}

.hp-team-card__body h3 {
    margin: 0;
    color: var(--about-ink);
    font-size: 21px;
}

.hp-team-card__body > div:first-child p {
    margin: 5px 0 0;
    color: var(--about-blue);
    font-weight: 700;
}

.hp-team-card__bio {
    margin-top: 14px;
    color: #557083;
    line-height: 1.6;
}

.hp-team-card__body > a {
    display: grid;
    width: 38px;
    height: 38px;
    margin-top: 14px;
    place-items: center;
    border: 1px solid var(--about-line);
    border-radius: 50%;
    color: var(--about-blue);
}

.hp-about-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: center;
    padding: clamp(36px, 7vw, 78px);
    border-radius: 10px 38px 10px 38px;
    background: var(--about-sky);
}

.hp-about-cta > div {
    max-width: 800px;
}

.hp-about-cta p:last-child {
    color: #4a687b;
    font-size: 18px;
    line-height: 1.65;
}

.hp-about-cta > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    background: var(--about-blue);
    color: #fff;
    font-weight: 800;
}

.hp-about-cta > a:hover,
.hp-about-cta > a:focus {
    background: var(--about-ink);
    color: #fff;
    text-decoration: none;
}

.hp-about-emergency {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 32px 0 0;
    color: #577183;
}

.hp-about-emergency a {
    color: var(--about-blue);
    font-weight: 800;
}

.hp-team-page main {
    padding-top: 76px;
}

.hp-team-page__hero {
    max-width: 900px;
    margin-bottom: 60px;
}

.hp-team-page__hero > a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    margin-bottom: 38px;
    color: var(--about-blue);
    font-weight: 800;
}

.hp-team-page__empty {
    display: grid;
    min-height: 320px;
    place-items: center;
    align-content: center;
    gap: 12px;
    border: 1px dashed var(--about-line);
    border-radius: 24px;
    color: #557083;
}

.hp-team-page__empty i {
    color: var(--about-blue);
    font-size: 38px;
}

@media (max-width: 991px) {
    .hp-about-hero,
    .hp-about-story,
    .hp-about-mission {
        grid-template-columns: 1fr;
    }

    .hp-about-hero {
        min-height: 0;
    }

    .hp-about-hero__wayfinder {
        max-width: 560px;
    }

    .hp-about-story__visual {
        min-height: 420px;
    }

    .hp-about-story__visual picture,
    .hp-about-story__visual img {
        min-height: 420px;
    }

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

@media (max-width: 767px) {
    .hp-about-shell main {
        width: min(100% - 32px, 1220px);
        padding-top: 26px;
    }

    .hp-about-hero {
        gap: 34px;
        padding: 36px 0 62px;
    }

    .hp-about-hero h1 {
        font-size: clamp(42px, 13vw, 60px);
    }

    .hp-about-hero__wayfinder {
        padding: 15px;
        border-radius: 20px;
        transform: none;
    }

    .hp-about-hero__wayfinder > span:nth-of-type(2),
    .hp-about-hero__wayfinder > span:nth-of-type(3) {
        margin-left: 0;
    }

    .hp-about-story,
    .hp-about-mission,
    .hp-about-team {
        padding: 70px 0;
    }

    .hp-about-story {
        grid-template-columns: minmax(0, 1fr);
    }

    .hp-about-story__visual,
    .hp-about-story__visual picture,
    .hp-about-story__visual img {
        min-height: 330px;
    }

    .hp-about-values {
        padding: 54px 22px;
        border-radius: 24px;
    }

    .hp-about-values > div {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 34px;
    }

    .hp-about-values article {
        padding: 25px 5px;
        border-top: 1px solid rgba(255, 255, 255, .16);
    }

    .hp-about-values article h3 {
        margin-top: 24px;
    }

    .hp-about-team > header,
    .hp-about-cta {
        align-items: flex-start;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .hp-team-grid {
        grid-template-columns: 1fr;
    }

    .hp-team-card__portrait {
        aspect-ratio: 4 / 5;
    }

    .hp-about-cta {
        gap: 26px;
        padding: 34px 24px;
        border-radius: 8px 26px 8px 26px;
    }

    .hp-about-cta > a {
        justify-content: center;
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hp-about-shell *,
    .hp-about-shell *::before,
    .hp-about-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
