.st-about-page {
    --st-about-blue: #25569f;
    --st-about-blue-dark: #1d447f;
    --st-about-orange: #f17626;
    --st-about-orange-dark: #d9651c;
    --st-about-ice: #effaff;
    --st-about-border: #d1d9db;
    --st-about-muted: #66747a;
    color: var(--st-about-blue);
    font-family: "Anek Bangla", sans-serif;
    overflow: hidden;
}

.st-about-page *,
.st-about-page *::before,
.st-about-page *::after {
    box-sizing: border-box;
}

.st-about-page img {
    display: block;
    height: auto;
    max-width: 100%;
}

.st-about-page a {
    color: inherit;
}

.st-about-page a:focus-visible {
    outline: 3px solid rgba(241, 118, 38, 0.45);
    outline-offset: 4px;
}

.st-about-container {
    margin-inline: auto;
    max-width: 1410px;
    padding-inline: 0;
    width: calc(100% - 60px);
}

.st-about-section {
    padding-block: clamp(72px, 6.3vw, 112px);
}

.st-about-section--ice {
    background: var(--st-about-ice);
}

.st-about-eyebrow {
    align-items: center;
    color: var(--st-about-orange);
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    gap: 9px;
    line-height: 1.15;
    margin: 0 0 22px;
}

.st-about-eyebrow i {
    font-size: 18px;
}

.st-about-page h2,
.st-about-page h3,
.st-about-page p {
    margin-top: 0;
}

.st-about-page h2 {
    color: var(--st-about-blue);
    font-size: clamp(44px, 3.2vw, 62px);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 0.98;
    margin-bottom: 0;
}

.st-about-page h3 {
    color: var(--st-about-blue);
    font-size: clamp(23px, 1.65vw, 30px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.st-about-copy {
    color: var(--st-about-muted);
    font-size: clamp(18px, 1.25vw, 22px);
    line-height: 1.5;
}

.st-about-heading {
    border-bottom: 1px solid var(--st-about-border);
    margin-bottom: clamp(38px, 4.3vw, 72px);
    padding-bottom: clamp(28px, 3vw, 50px);
}

.st-about-heading--split {
    align-items: end;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
}

.st-about-heading--split .st-about-copy {
    margin: 0;
    max-width: 700px;
}

.st-about-heading--stacked {
    border-bottom: 0;
    padding-bottom: 0;
}

.st-about-heading--stacked > h2 {
    border-bottom: 1px solid var(--st-about-border);
    padding-bottom: clamp(28px, 3vw, 50px);
}

.st-about-heading__meta {
    align-items: start;
    display: grid;
    gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.85fr);
    padding-top: clamp(24px, 2.4vw, 40px);
}

.st-about-heading__meta .st-about-eyebrow,
.st-about-heading__meta .st-about-copy {
    margin: 0;
}

.st-about-heading__meta .st-about-copy {
    max-width: 700px;
}

.st-about-button {
    align-items: center;
    background: var(--st-about-orange);
    color: #fff !important;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    gap: 16px;
    justify-content: center;
    line-height: 1.1;
    min-height: 78px;
    padding: 22px 34px;
    text-decoration: none !important;
    transition: background-color 180ms ease, color 180ms ease;
}

.st-about-button:hover {
    background: var(--st-about-blue);
    color: #fff !important;
}

.st-about-button i {
    color: currentColor;
    font-size: 21px;
}

/* Company introduction */
.st-about-intro {
    background: var(--st-about-ice);
    padding-bottom: clamp(40px, 3vw, 56px);
    padding-top: clamp(58px, 5vw, 84px);
}

.st-about-intro__grid {
    align-items: center;
    display: grid;
    gap: clamp(48px, 5vw, 84px);
    grid-template-columns: minmax(420px, 630px) minmax(0, 650px);
    justify-content: space-between;
}

.st-about-intro__media {
    aspect-ratio: 3 / 2;
    max-width: 630px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.st-about-intro__media::after {
    content: none;
}

.st-about-intro__media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.st-about-intro__content {
    align-self: center;
    max-width: 650px;
    padding-top: 0;
}

.st-about-intro__content h2 {
    font-size: clamp(58px, 4.2vw, 78px);
    line-height: 0.96;
    margin-bottom: 28px;
    max-width: 620px;
    white-space: normal !important;
}

.st-about-intro__content .st-about-eyebrow {
    margin-bottom: 28px;
}

.st-about-intro__content .st-about-copy {
    color: var(--st-about-blue);
    font-size: clamp(19px, 1.35vw, 23px);
    line-height: 1.42;
    margin-bottom: 34px;
    max-width: 630px;
}

.st-about-button--intro {
    background: var(--st-about-blue);
    font-size: 16px;
    min-height: 58px;
    padding: 17px 25px;
}

.st-about-button--intro:hover {
    background: var(--st-about-orange);
}

/* Company in numbers */
.st-about-stats {
    background: var(--st-about-ice);
    color: var(--st-about-blue);
    padding-bottom: clamp(76px, 7vw, 122px);
}

.st-about-stats__lead {
    color: var(--st-about-muted);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 38px;
}

.st-about-stats__grid {
    display: grid;
    gap: clamp(22px, 2.2vw, 38px);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-about-stat {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--st-about-border);
    min-height: 0;
    padding: 30px 10px 0 0;
    position: relative;
}

.st-about-stat:first-child {
    border-left: 0;
}

.st-about-stat::after {
    content: none;
}

.st-about-stat__value {
    color: var(--st-about-blue);
    display: block;
    font-size: clamp(52px, 4.2vw, 76px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.92;
    margin-bottom: 12px;
    white-space: nowrap;
}

.st-about-stat__accent {
    color: var(--st-about-orange);
    font-size: 0.68em;
    letter-spacing: -0.02em;
    margin-left: 3px;
}

.st-about-stat p {
    color: var(--st-about-blue);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.28;
    margin-bottom: 0;
    max-width: none;
}

/* Competencies */
.st-about-competencies {
    background: var(--st-about-blue);
}

.st-about-competencies .st-about-heading--stacked > h2 {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.st-about-competencies .st-about-heading__meta .st-about-copy {
    color: rgba(255, 255, 255, 0.82);
}

.st-about-competencies__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-about-competency {
    background: #fff;
    border-bottom: 1px solid var(--st-about-border);
    border-left: 1px solid var(--st-about-border);
    border-top: 1px solid var(--st-about-border);
    min-height: 350px;
    padding: clamp(30px, 3.2vw, 54px);
}

.st-about-competency:last-child {
    border-right: 1px solid var(--st-about-border);
}

.st-about-competency__icon {
    align-items: center;
    background: var(--st-about-ice);
    color: var(--st-about-blue);
    display: flex;
    height: 68px;
    justify-content: center;
    margin-bottom: 42px;
    width: 68px;
}

.st-about-competency__icon i {
    font-size: 32px;
}

.st-about-competency h3 {
    margin-bottom: 17px;
}

.st-about-competency p {
    color: var(--st-about-muted);
    font-size: 17px;
    line-height: 1.48;
    margin-bottom: 0;
}

/* Technique */
.st-about-tech__stage {
    background: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1.24fr) minmax(420px, 0.76fr);
}

.st-about-tech__media {
    background: #fff;
    min-height: 510px;
    overflow: hidden;
}

.st-about-tech__media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.st-about-tech__list {
    background: var(--st-about-blue);
    color: #fff;
    display: grid;
}

.st-about-tech__item {
    align-items: start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    display: grid;
    gap: 22px;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: clamp(28px, 2.7vw, 46px);
}

.st-about-tech__item:last-child {
    border-bottom: 0;
}

.st-about-tech__item i {
    color: var(--st-about-orange);
    font-size: 34px;
}

.st-about-tech__item h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}

.st-about-tech__item p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 17px;
    line-height: 1.42;
    margin-bottom: 0;
}

/* Client groups */
.st-about-clients__grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-about-client {
    background: #fff;
    border: 1px solid var(--st-about-border);
    display: flex;
    flex-direction: column;
    margin-right: -1px;
    overflow: hidden;
}

.st-about-client__media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.st-about-client__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
    width: 100%;
}

.st-about-client:hover .st-about-client__media img {
    transform: scale(1.035);
}

.st-about-client__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: clamp(28px, 2.6vw, 42px);
}

.st-about-client__number {
    color: var(--st-about-orange);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}

.st-about-client h3 {
    margin-bottom: 16px;
}

.st-about-client p {
    color: var(--st-about-muted);
    font-size: 17px;
    line-height: 1.46;
    margin-bottom: 0;
}

/* Work principles */
.st-about-principles__grid {
    align-items: stretch;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
}

.st-about-principles__content {
    background: var(--st-about-blue);
    color: #fff;
    padding: clamp(44px, 5vw, 88px);
}

.st-about-principles__content h2 {
    color: #fff;
    margin-bottom: 30px;
}

.st-about-principles__content > p:not(.st-about-eyebrow) {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(18px, 1.25vw, 22px);
    line-height: 1.5;
    margin-bottom: 36px;
    max-width: 720px;
}

.st-about-principles__list {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-about-principle {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    font-size: 18px;
    font-weight: 650;
    gap: 13px;
    line-height: 1.25;
    min-height: 68px;
    padding-right: 20px;
}

.st-about-principle i {
    color: var(--st-about-orange);
    flex: 0 0 auto;
    font-size: 22px;
}

.st-about-principles__media {
    min-height: 590px;
    overflow: hidden;
}

.st-about-principles__media img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

/* Chamber information */
.st-about-chamber {
    background: #fff;
}

.st-about-chamber--embedded {
    background: transparent;
    margin-top: clamp(56px, 5vw, 88px);
}

.st-about-chamber--embedded .st-about-chamber__panel {
    background: rgba(255, 255, 255, 0.78);
}

.st-about-chamber__panel {
    align-items: center;
    border: 1px solid var(--st-about-border);
    display: grid;
    gap: clamp(34px, 5vw, 92px);
    grid-template-columns: 208px minmax(0, 1fr) auto;
    padding: clamp(34px, 4vw, 64px);
    position: relative;
}

.st-about-chamber__panel::before {
    content: none;
}

.st-about-chamber__logo {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 208px;
    width: 100%;
}

.st-about-chamber__logo img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 208px;
}

.st-about-chamber__copy h2 {
    font-size: clamp(38px, 2.8vw, 54px);
    margin-bottom: 14px;
}

.st-about-chamber__copy p {
    color: var(--st-about-muted);
    font-size: 18px;
    line-height: 1.46;
    margin-bottom: 0;
    max-width: 770px;
}

/* Keep the desktop header contact and CTA labels on one line. */
.page-id-54 .elementor-593 .elementor-element.elementor-element-a74a493 .elementor-heading-title,
.page-id-54 .elementor-593 .elementor-element.elementor-element-a74a493 .elementor-heading-title a,
.page-id-54 .elementor-593 .elementor-element.elementor-element-41699c8 .elementor-button,
.page-id-54 .elementor-593 .elementor-element.elementor-element-41699c8 .elementor-button-text,
.page-id-54 .elementor-593 .elementor-element.elementor-element-41699c8 .elementor-button-text > span {
    white-space: nowrap;
}

.page-id-54 .elementor-593 .elementor-element.elementor-element-a74a493 .elementor-heading-title a {
    align-items: baseline;
    display: inline-flex;
    gap: 6px;
}

/* Breadcrumb copied from the contact-page treatment. */
.page-id-54 .breadcrumb-wrap {
    background: #25569f;
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.page-id-54 .breadcrumb-wrap .breadcrumb-overlay {
    display: none;
}

.page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36:not(.elementor-motion-effects-element-type-background),
.page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #25569f;
    background-image:
        linear-gradient(90deg, #25569f 0%, #25569f 42%, rgba(37, 86, 159, 0.96) 48%, rgba(21, 43, 91, 0.44) 67%, rgba(21, 43, 91, 0.18) 100%),
        url("../images/page-title-water.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36 {
    --min-height: 360px;
    --padding-bottom: 32px;
}

.page-id-54 .elementor-859 .elementor-element.elementor-element-6f494c8 {
    --spacer-size: 360px;
    background: none;
}

.page-id-54 .elementor-859 .elementor-element.elementor-element-401dfe7 .st-brunnenbau-title {
    font-size: clamp(58px, 4vw, 68px);
    margin: 0 0 34px;
}

.page-id-54 .elementor-859 .elementor-element.elementor-element-401dfe7 .breadcrumb-listItem {
    margin-bottom: 0;
    padding-top: 16px;
}

@media (min-width: 1201px) {
    .st-about-page h2 {
        white-space: nowrap;
    }
}

@media (max-width: 1200px) {
    .st-about-heading--split,
    .st-about-intro__grid {
        gap: 42px;
    }

    .st-about-intro__grid {
        grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
    }

    .st-about-intro__media {
        max-width: 520px;
    }

    .st-about-competencies__grid,
    .st-about-clients__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .st-about-competency:nth-child(2) {
        border-right: 1px solid var(--st-about-border);
    }

    .st-about-competency:nth-child(n + 3) {
        border-top: 0;
    }

    .st-about-tech__stage {
        grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
    }

    .st-about-principles__grid {
        grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    }

    .page-id-54 .breadcrumb-wrap {
        min-height: 350px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36 {
        --min-height: 350px;
        --padding-bottom: 28px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-6f494c8 {
        --spacer-size: 350px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-401dfe7 .st-brunnenbau-title {
        font-size: 58px;
        margin-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .st-about-section {
        padding-block: 72px;
    }

    .st-about-heading--split,
    .st-about-tech__stage,
    .st-about-principles__grid {
        grid-template-columns: 1fr;
    }

    .st-about-intro__grid {
        gap: 46px;
        grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
    }

    .st-about-heading--split {
        align-items: start;
        gap: 24px;
    }

    .st-about-heading__meta {
        gap: 24px;
        grid-template-columns: 1fr;
    }

    .st-about-intro__media {
        max-width: none;
    }

    .st-about-stats__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .st-about-stat:nth-child(2) {
        border-right: 0;
    }

    .st-about-stat:nth-child(n + 3) {
        border-top: 1px solid var(--st-about-border);
    }

    .st-about-tech__media {
        min-height: 430px;
    }

    .st-about-principles__content {
        order: 1;
    }

    .st-about-principles__media {
        min-height: 500px;
        order: 2;
    }

    .st-about-chamber__panel {
        grid-template-columns: 180px minmax(0, 1fr);
    }

    .st-about-chamber__logo {
        max-width: 180px;
    }

    .st-about-chamber__panel .st-about-button {
        grid-column: 2;
        justify-self: start;
    }

    .page-id-54 .breadcrumb-wrap {
        min-height: 340px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36 {
        --min-height: 340px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-6f494c8 {
        --spacer-size: 340px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36:not(.elementor-motion-effects-element-type-background),
    .page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image:
            linear-gradient(90deg, #25569f 0%, #25569f 47%, rgba(37, 86, 159, 0.92) 61%, rgba(21, 43, 91, 0.28) 100%),
            url("../images/page-title-water.webp");
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-401dfe7 .st-brunnenbau-title {
        font-size: 52px;
        margin-bottom: 28px;
    }
}

@media (max-width: 880px) {
    .st-about-intro__grid {
        gap: 42px;
        grid-template-columns: 1fr;
    }

    .st-about-intro__media {
        max-width: 560px;
    }

    .st-about-intro__content {
        max-width: 680px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .st-about-container {
        padding-inline: 0;
        width: calc(100% - 40px);
    }

    .st-about-section {
        padding-block: 58px;
    }

    .st-about-eyebrow {
        font-size: 16px;
        margin-bottom: 17px;
    }

    .st-about-page h2 {
        font-size: clamp(36px, 10vw, 46px);
        line-height: 1;
    }

    .st-about-heading {
        margin-bottom: 32px;
        padding-bottom: 26px;
    }

    .st-about-copy {
        font-size: 18px;
    }

    .st-about-button {
        font-size: 17px;
        min-height: 64px;
        padding: 18px 24px;
        width: 100%;
    }

    .st-about-intro__grid {
        gap: 34px;
    }

    .st-about-intro__media {
        min-height: 0;
    }

    .st-about-intro__content h2 {
        font-size: clamp(42px, 12vw, 48px);
        margin-bottom: 24px;
    }

    .st-about-intro__content .st-about-eyebrow {
        margin-bottom: 22px;
    }

    .st-about-intro__content .st-about-copy {
        font-size: 18px;
        margin-bottom: 28px;
    }

    .st-about-button--intro {
        min-height: 58px;
        width: auto;
    }

    .st-about-competencies__grid,
    .st-about-clients__grid,
    .st-about-principles__list {
        grid-template-columns: 1fr;
    }

    .st-about-stats__grid {
        gap: 28px 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .st-about-stats__lead {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .st-about-stat {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 1px solid var(--st-about-border) !important;
        min-height: 0;
        padding: 22px 6px 0 0;
    }

    .st-about-stat:first-child {
        border-top: 1px solid var(--st-about-border) !important;
    }

    .st-about-stat p {
        font-size: 15px;
        max-width: none;
    }

    .st-about-stat__value {
        font-size: clamp(44px, 13vw, 54px);
    }

    .st-about-competency,
    .st-about-competency:nth-child(n) {
        border: 1px solid var(--st-about-border);
        margin-bottom: -1px;
        min-height: 0;
        padding: 30px;
    }

    .st-about-competency__icon {
        margin-bottom: 28px;
    }

    .st-about-tech__media {
        min-height: 320px;
    }

    .st-about-tech__item {
        gap: 16px;
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 28px 24px;
    }

    .st-about-tech__item i {
        font-size: 29px;
    }

    .st-about-client {
        margin-bottom: -1px;
        margin-right: 0;
    }

    .st-about-principles__content {
        padding: 42px 24px;
    }

    .st-about-principles__media {
        min-height: 380px;
    }

    .st-about-principle {
        min-height: 60px;
    }

    .st-about-chamber__panel {
        gap: 26px;
        grid-template-columns: 1fr;
        padding: 32px 26px;
    }

    .st-about-chamber__panel .st-about-button {
        grid-column: 1;
        width: 100%;
    }

    .st-about-chamber__copy h2 {
        font-size: 36px;
    }

    .page-id-54 .breadcrumb-wrap {
        min-height: 300px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36 {
        --min-height: 300px;
        --padding-bottom: 18px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36:not(.elementor-motion-effects-element-type-background),
    .page-id-54 .elementor-859 .elementor-element.elementor-element-a849c36 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image:
            linear-gradient(90deg, rgba(37, 86, 159, 0.98) 0%, rgba(37, 86, 159, 0.9) 56%, rgba(21, 43, 91, 0.3) 100%),
            url("../images/page-title-water.webp");
        background-position: 62% center;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-6f494c8 {
        --spacer-size: 300px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-401dfe7 .st-brunnenbau-title {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .page-id-54 .elementor-859 .elementor-element.elementor-element-401dfe7 .breadcrumb-listItem {
        padding-top: 14px;
    }
}

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

/* Home 2-inspired technique and access section. */
.st-about-solutions {
    background: var(--st-about-ice);
}

.st-about-solutions__heading {
    border-bottom: 1px solid var(--st-about-border);
    margin-bottom: clamp(34px, 3.5vw, 56px);
    padding-bottom: clamp(28px, 3vw, 46px);
}

.st-about-solutions__heading h2 {
    font-size: clamp(52px, 5vw, 86px);
    letter-spacing: -0.06em;
    line-height: 0.96;
    max-width: 1050px;
}

.st-about-solutions__grid {
    align-items: stretch;
    display: grid;
    gap: clamp(50px, 5.6vw, 96px);
    grid-template-columns: minmax(390px, 0.86fr) minmax(520px, 1.14fr);
}

.st-about-solutions__visual {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.st-about-solutions__visual .st-about-eyebrow {
    margin-bottom: clamp(28px, 3vw, 50px);
}

.st-about-solutions__media {
    background: #fff;
    flex: 1;
    margin: 0;
    min-height: clamp(520px, 36vw, 650px);
    overflow: hidden;
    position: relative;
}

.st-about-solutions__media::after {
    background: var(--st-about-orange);
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 34%;
}

.st-about-solutions__media img {
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 56% center;
    width: 100%;
}

.st-about-solutions__content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.st-about-solutions__lead {
    color: var(--st-about-blue);
    font-size: clamp(22px, 1.55vw, 28px);
    font-weight: 500;
    letter-spacing: -0.025em;
    line-height: 1.32;
    margin: 0;
    max-width: 780px;
}

.st-about-solutions__button {
    align-items: center;
    align-self: flex-start;
    background: #fff;
    color: var(--st-about-blue) !important;
    display: inline-flex;
    font-size: 17px;
    font-weight: 700;
    gap: 14px;
    justify-content: center;
    margin-top: 28px;
    min-height: 66px;
    padding: 18px 26px;
    text-decoration: none !important;
    transition: background-color 180ms ease, color 180ms ease;
}

.st-about-solutions__button:hover {
    background: var(--st-about-orange);
    color: #fff !important;
}

.st-about-solutions__button i {
    font-size: 18px;
}

.st-about-solutions__label {
    color: var(--st-about-muted);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
    margin: clamp(36px, 4vw, 58px) 0 18px;
}

.st-about-solutions__list {
    border-top: 1px solid var(--st-about-border);
}

.st-about-solutions__item {
    align-items: center;
    border-bottom: 1px solid var(--st-about-border);
    display: grid;
    gap: clamp(22px, 2.3vw, 38px);
    grid-template-columns: 92px minmax(0, 1fr);
    min-height: 132px;
    padding: 26px 0;
}

.st-about-solutions__icon {
    align-items: center;
    color: var(--st-about-blue);
    display: flex;
    height: 72px;
    justify-content: flex-start;
    position: relative;
    width: 72px;
}

.st-about-solutions__icon::after {
    color: var(--st-about-orange);
    content: "+";
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    right: -2px;
    top: 5px;
}

.st-about-solutions__icon i {
    font-size: 52px;
    font-weight: 400;
}

.st-about-solutions__item h3 {
    font-size: clamp(22px, 1.55vw, 27px);
    margin: 0 0 7px;
}

.st-about-solutions__item p {
    color: var(--st-about-muted);
    font-size: 16px;
    line-height: 1.43;
    margin: 0;
    max-width: 660px;
}

@media (max-width: 1200px) {
    .st-about-solutions__grid {
        gap: 48px;
        grid-template-columns: minmax(340px, 0.82fr) minmax(460px, 1.18fr);
    }

    .st-about-solutions__media {
        min-height: 560px;
    }

    .st-about-solutions__item {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .st-about-solutions__icon i {
        font-size: 46px;
    }
}

@media (max-width: 1024px) {
    .st-about-solutions__grid {
        grid-template-columns: 1fr;
    }

    .st-about-solutions__media {
        min-height: 520px;
    }

    .st-about-solutions__media img {
        object-position: 54% center;
    }

    .st-about-solutions__content {
        max-width: 820px;
    }
}

@media (max-width: 767px) {
    .st-about-chamber--embedded {
        margin-top: 42px;
    }

    .st-about-solutions__heading h2 {
        font-size: clamp(40px, 12vw, 52px);
    }

    .st-about-solutions__grid {
        gap: 38px;
    }

    .st-about-solutions__media {
        min-height: 390px;
    }

    .st-about-solutions__lead {
        font-size: 20px;
    }

    .st-about-solutions__button {
        min-height: 60px;
        width: 100%;
    }

    .st-about-solutions__item {
        align-items: start;
        gap: 18px;
        grid-template-columns: 58px minmax(0, 1fr);
        min-height: 0;
        padding: 24px 0;
    }

    .st-about-solutions__icon {
        height: 54px;
        width: 54px;
    }

    .st-about-solutions__icon i {
        font-size: 38px;
    }

    .st-about-solutions__icon::after {
        font-size: 20px;
        right: -1px;
        top: 2px;
    }
}

/* Temporary simplified technique block: blank media placeholder and plain copy. */
.st-about-solutions__placeholder {
    background: #fff;
    border: 1px solid rgba(37, 86, 159, 0.08);
    flex: 1;
    min-height: clamp(520px, 36vw, 650px);
    width: 100%;
}

.st-about-solutions__text {
    display: block;
    padding-top: 0;
}

.st-about-solutions__text p {
    color: var(--st-about-blue);
    font-size: clamp(19px, 1.35vw, 23px);
    font-weight: 400;
    letter-spacing: -0.015em;
    line-height: 1.55;
    margin: 0 0 26px;
    max-width: 800px;
}

.st-about-solutions__text p:last-child {
    margin-bottom: 0;
}

.st-about-solutions__principles {
    border-top: 1px solid rgba(37, 86, 159, 0.22);
    margin-top: clamp(34px, 4vw, 52px);
    padding-top: clamp(28px, 3vw, 40px);
}

.st-about-solutions__principles h3 {
    color: #25569f;
    font-size: clamp(28px, 2.2vw, 38px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.05;
    margin: 0 0 18px;
}

@media (max-width: 1200px) {
    .st-about-solutions__placeholder {
        min-height: 560px;
    }
}

@media (max-width: 1024px) {
    .st-about-solutions__placeholder {
        min-height: 520px;
    }

    .st-about-solutions__text {
        max-width: 820px;
    }
}

@media (max-width: 767px) {
    .st-about-solutions__placeholder {
        min-height: 390px;
    }

    .st-about-solutions__text p {
        font-size: 18px;
        line-height: 1.52;
        margin-bottom: 22px;
    }

    .st-about-solutions__principles {
        margin-top: 30px;
        padding-top: 26px;
    }

    .st-about-solutions__principles h3 {
        font-size: 30px;
        margin-bottom: 14px;
    }
}
+

/* Home 4 "Trusted experience" layout for technique and access. */
.st-about-solutions {
    --st-about-blue: #25569f;
    --st-about-orange: #f17626;
    --st-about-ice: #effaff;
    --st-about-border: #d1d9db;
    --st-about-muted: #66747a;
    background: #effaff;
    color: #25569f;
}

.st-about-solutions,
.st-about-solutions *,
.st-about-solutions *::before,
.st-about-solutions *::after {
    box-sizing: border-box;
}

.st-about-solutions__heading {
    border-bottom: 1px solid #d1d9db;
    margin-bottom: 0;
    padding-bottom: clamp(30px, 3vw, 48px);
}

.st-about-solutions__heading h2 {
    color: #25569f;
    font-size: clamp(52px, 5vw, 86px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.96;
    margin: 0;
    max-width: 1120px;
}

.st-about-solutions__intro {
    display: grid;
    gap: clamp(44px, 6vw, 110px);
    grid-template-columns: minmax(260px, 1fr) minmax(500px, 1fr);
    padding-block: clamp(38px, 4.2vw, 68px) clamp(54px, 5.4vw, 88px);
}

.st-about-solutions__intro .st-about-eyebrow {
    align-self: start;
    color: #f17626;
    margin: 0;
}

.st-about-solutions__statement {
    color: #25569f;
    font-size: clamp(27px, 2vw, 36px);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.24;
    margin: 0;
    max-width: 820px;
}

.st-about-solutions__features {
    display: grid;
    gap: clamp(24px, 2.4vw, 40px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-about-solutions__feature {
    background: #fff;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: clamp(410px, 32vw, 520px);
    overflow: hidden;
}

.st-about-solutions__feature-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(30px, 3vw, 52px);
}

.st-about-solutions__feature-copy h3 {
    color: #25569f;
    font-size: clamp(30px, 2.55vw, 44px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.02;
    margin: 0;
    min-height: 2.04em;
}

.st-about-solutions__feature-copy p {
    color: #66747a;
    font-size: clamp(17px, 1.22vw, 21px);
    font-weight: 400;
    line-height: 1.48;
    margin: clamp(30px, 2.7vw, 48px) 0 0;
    max-width: 340px;
}

.st-about-clients__features .st-about-solutions__feature-copy h3 {
    font-size: clamp(28px, 2vw, 38px);
}

.st-about-solutions__feature-media {
    background: #fff;
    border-left: 1px solid rgba(37, 86, 159, 0.08);
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.st-about-solutions__feature-media img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

@media (max-width: 1100px) {
    .st-about-solutions__intro {
        grid-template-columns: minmax(220px, 0.7fr) minmax(460px, 1.3fr);
    }

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

    .st-about-solutions__feature {
        min-height: 390px;
    }
}

@media (max-width: 767px) {
    .st-about-solutions__heading {
        padding-bottom: 26px;
    }

    .st-about-solutions__heading h2 {
        font-size: clamp(40px, 12vw, 52px);
    }

    .st-about-solutions__intro {
        gap: 24px;
        grid-template-columns: 1fr;
        padding-block: 30px 44px;
    }

    .st-about-solutions__statement {
        font-size: 23px;
        line-height: 1.3;
    }

    .st-about-solutions__features {
        gap: 20px;
    }

    .st-about-solutions__feature {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .st-about-solutions__feature-copy {
        min-height: 300px;
        padding: 30px;
    }

    .st-about-solutions__feature-copy h3 {
        font-size: 32px;
    }

    .st-about-solutions__feature-copy p {
        font-size: 17px;
        line-height: 1.5;
        margin-top: 48px;
        max-width: none;
    }

    .st-about-solutions__feature-media {
        border-left: 0;
        border-top: 1px solid rgba(37, 86, 159, 0.08);
        height: 300px;
        min-height: 0;
    }
}
