.about-page {
    --about-blue: #0876b9;
    --about-ink: #102d3f;
    --about-muted: #536874;
    --about-sand: #f5f0e7;
    --about-line: rgba(16, 45, 63, 0.12);
    background: #fff;
    color: var(--about-ink);
}

.about-page main {
    overflow: hidden;
}

/* Google Translate marks translated fragments with a blue hover fill. Keep it
   transparent here so large display type stays legible over photography. */
.about-page .VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background: transparent !important;
    box-shadow: none !important;
}

.about-page .container {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.about-hero {
    position: relative;
    min-height: clamp(620px, 78vh, 820px);
    display: flex;
    align-items: flex-end;
    isolation: isolate;
    color: #fff;
}

.about-hero__image,
.about-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.about-hero__image {
    z-index: -2;
    object-fit: cover;
    object-position: center 44%;
}

.about-hero__shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(4, 27, 41, 0.78) 0%, rgba(4, 27, 41, 0.34) 55%, rgba(4, 27, 41, 0.08) 100%),
        linear-gradient(0deg, rgba(4, 27, 41, 0.56) 0%, transparent 45%);
}

.about-hero__content {
    padding-block: 150px 130px;
}

.about-kicker,
.about-eyebrow {
    margin: 0 0 16px;
    color: var(--about-blue);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    line-height: 1.4;
    text-transform: uppercase;
}

.about-kicker {
    color: #fff;
}

.about-hero h1 {
    max-width: 850px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.35rem, 7.5vw, 6.75rem);
    line-height: 0.96;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.about-hero__intro {
    max-width: 610px;
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.08rem, 2vw, 1.35rem);
    line-height: 1.55;
}

.about-hero__places {
    position: absolute;
    right: max(24px, calc((100vw - 1180px) / 2));
    bottom: 34px;
    display: flex;
    gap: 10px 22px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.about-hero__places span + span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0 22px 2px 0;
    border-radius: 50%;
    background: #fff;
    opacity: 0.65;
}

.about-story,
.about-values,
.about-region {
    padding-block: clamp(76px, 9vw, 132px);
}

.about-story__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(52px, 7vw, 104px);
    align-items: center;
}

.about-story__copy h2,
.about-heading h2 {
    margin: 0;
    color: var(--about-ink);
    font-size: clamp(2.25rem, 4.5vw, 4.15rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.about-story__copy p:not(.about-eyebrow) {
    color: var(--about-muted);
    font-size: 1.03rem;
    line-height: 1.8;
}

.about-story__copy .about-story__lead {
    margin-top: 28px;
    color: var(--about-ink);
    font-size: 1.24rem;
    line-height: 1.65;
}

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

.about-story__visual::before {
    content: "";
    position: absolute;
    inset: 24px -24px -24px 24px;
    z-index: -1;
    border-radius: 26px;
    background: var(--about-sand);
}

.about-story__visual img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 26px;
    object-fit: cover;
}

.about-story__visual figcaption {
    position: absolute;
    right: 22px;
    bottom: 22px;
    padding: 11px 15px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--about-ink);
    font-size: 0.78rem;
    font-weight: 700;
    backdrop-filter: blur(10px);
}

.about-values {
    background: var(--about-sand);
}

.about-heading {
    max-width: 730px;
    margin: 0 auto clamp(44px, 6vw, 70px);
    text-align: center;
}

.about-heading > p:last-child {
    margin: 20px auto 0;
    color: var(--about-muted);
    font-size: 1.08rem;
}

/* Registration and certification line that closes the region section. */
.about-credentials {
    max-width: 760px;
    margin: 34px 0 0;
    color: var(--about-muted);
    font-size: 0.95rem;
    line-height: 1.65;
}

.about-heading--left {
    max-width: 760px;
    margin-inline: 0;
    text-align: left;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--about-line);
    border-bottom: 1px solid var(--about-line);
}

.about-value {
    padding: clamp(34px, 4vw, 54px);
}

.about-value + .about-value {
    border-left: 1px solid var(--about-line);
}

.about-value__icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 30px;
    place-items: center;
    border: 1px solid rgba(8, 118, 185, 0.42);
    border-radius: 50%;
    color: var(--about-blue);
    font-size: 1.35rem;
}

.about-value h3 {
    margin: 0 0 14px;
    color: var(--about-ink);
    font-size: 1.24rem;
}

.about-value p {
    margin: 0;
    color: var(--about-muted);
    font-size: 0.96rem;
    line-height: 1.75;
}

.about-gallery {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    grid-template-rows: repeat(2, 290px);
    gap: 18px;
}

.about-gallery__item {
    position: relative;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 24px;
    background: #d8e2e7;
}

.about-gallery__item--wide {
    grid-row: 1 / span 2;
}

.about-gallery__item::after {
    content: "";
    position: absolute;
    inset: 40% 0 0;
    background: linear-gradient(transparent, rgba(4, 27, 41, 0.76));
    pointer-events: none;
}

.about-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.about-gallery__item:hover img {
    transform: scale(1.035);
}

.about-gallery__item figcaption {
    position: absolute;
    right: 24px;
    bottom: 22px;
    left: 24px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    color: #fff;
}

.about-gallery__item strong {
    font-size: clamp(1.05rem, 2vw, 1.45rem);
}

.about-gallery__item span {
    flex: none;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .about-hero {
        min-height: 690px;
    }

    .about-hero__content {
        padding-block: 150px 170px;
    }

    .about-hero__places {
        right: 24px;
        bottom: 36px;
        left: 24px;
        justify-content: flex-start;
    }

    .about-story__grid {
        grid-template-columns: 1fr;
    }

    .about-story__copy {
        max-width: 680px;
    }

    .about-story__visual {
        width: min(88%, 640px);
        margin-left: auto;
    }

    .about-story__visual img {
        aspect-ratio: 5 / 4;
    }

    .about-values__grid {
        grid-template-columns: 1fr;
    }

    .about-value + .about-value {
        border-top: 1px solid var(--about-line);
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .about-page .container {
        width: min(100% - 32px, 1180px);
    }

    .about-hero {
        min-height: 650px;
    }

    .about-hero__image {
        object-position: 58% center;
    }

    .about-hero__shade {
        background: linear-gradient(0deg, rgba(4, 27, 41, 0.82) 0%, rgba(4, 27, 41, 0.22) 75%);
    }

    .about-hero__content {
        padding-block: 150px 190px;
    }

    .about-hero h1 {
        font-size: clamp(3rem, 15vw, 4.5rem);
    }

    .about-hero__places {
        right: 16px;
        left: 16px;
        gap: 10px 14px;
    }

    .about-hero__places span + span::before {
        margin-right: 14px;
    }

    .about-story__visual {
        width: calc(100% - 14px);
        margin-right: 14px;
    }

    .about-story__visual::before {
        inset: 14px -14px -14px 14px;
    }

    .about-story__visual figcaption {
        right: 14px;
        bottom: 14px;
    }

    .about-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: 390px 240px 240px;
    }

    .about-gallery__item--wide {
        grid-row: auto;
    }

    .about-gallery__item figcaption {
        right: 18px;
        bottom: 18px;
        left: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-gallery__item img {
        transition: none;
    }
}
