
/* =========================================================
   VOLKER HENGEMÜHLE – BIOGRAFIE
   ========================================================= */

.hengemuehle-profile {
    background: #f5f5f3;
}


/* HERO */

.hengemuehle-profile-hero {
    position: relative;
    overflow: hidden;
    padding: 180px 0 95px;
    color: #fff;

    background:
        radial-gradient(
            circle at 80% 15%,
            rgba(245, 149, 0, .22),
            transparent 30%
        ),
        linear-gradient(
            128deg,
            #111 0%,
            #262626 70%,
            #342d25 100%
        );
}

.hengemuehle-profile-hero::after {
    content: "";
    position: absolute;
    right: -230px;
    bottom: -430px;
    width: 780px;
    height: 780px;
    border: 1px solid rgba(245,149,0,.25);
    border-radius: 50%;
    pointer-events: none;
}

.hengemuehle-profile-hero-grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1.15fr .65fr;
    gap: clamp(60px, 8vw, 130px);
    align-items: end;
}

.hengemuehle-profile-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;

    margin-bottom: 75px;

    color: rgba(255,255,255,.55);
    font-size: 12px;
}

.hengemuehle-profile-breadcrumb a {
    color: inherit;
}

.hengemuehle-profile-breadcrumb a:hover {
    color: #f59500;
}

.hengemuehle-profile-breadcrumb strong {
    color: rgba(255,255,255,.82);
    font-weight: 400;
}

.hengemuehle-profile-hero h1 {
    max-width: 800px;
    margin: 18px 0 30px;

    color: #fff;
    font-size: clamp(58px, 7.2vw, 100px);
    line-height: .9;
    letter-spacing: -.045em;
}

.hengemuehle-profile-intro {
    max-width: 720px;
    margin: 0;

    color: rgba(255,255,255,.76);
    font-size: clamp(18px, 1.7vw, 22px);
    line-height: 1.65;
}

.hengemuehle-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    margin-top: 35px;
}

.hengemuehle-profile-tags span {
    padding: 8px 12px;

    color: rgba(255,255,255,.86);
    border: 1px solid rgba(255,255,255,.23);

    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
}


/* IMAGE */

.hengemuehle-profile-image-wrap {
    position: relative;
    max-width: 470px;
    margin-left: auto;
}

.hengemuehle-profile-image {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;

    box-shadow:
        0 30px 70px rgba(0,0,0,.28);
}

.hengemuehle-profile-image-number {
    position: absolute;
    top: -22px;
    left: -22px;
    z-index: 2;

    display: grid;
    place-items: center;

    width: 65px;
    height: 65px;

    background: #f59500;
    color: #171717;

    font-size: 12px;
    font-weight: 700;
}

.hengemuehle-profile-image-caption {
    position: absolute;
    right: -25px;
    bottom: -25px;

    min-width: 220px;
    padding: 18px 22px;

    background: #fff;
    color: #242424;

    box-shadow:
        0 18px 45px rgba(0,0,0,.16);
}

.hengemuehle-profile-image-caption strong,
.hengemuehle-profile-image-caption span {
    display: block;
}

.hengemuehle-profile-image-caption strong {
    font-size: 17px;
}

.hengemuehle-profile-image-caption span {
    margin-top: 4px;
    color: #777;
    font-size: 12px;
}


/* CONTENT */

.hengemuehle-profile-section {
    padding: clamp(90px, 10vw, 145px) 0;
}

.hengemuehle-profile-two-column {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: clamp(60px, 10vw, 150px);
    align-items: start;
}

.hengemuehle-profile-section h2,
.hengemuehle-profile-expertise h2,
.hengemuehle-profile-contact h2 {
    margin-top: 16px;
    font-size: clamp(38px, 4.3vw, 62px);
    line-height: 1.03;
    letter-spacing: -.035em;
}

.hengemuehle-profile-copy {
    max-width: 760px;
}

.hengemuehle-profile-copy p {
    margin-top: 0;
    margin-bottom: 28px;

    color: #6c6c6c;
    font-size: 18px;
    line-height: 1.85;
}

.hengemuehle-profile-copy .hengemuehle-profile-lead {
    color: #272727;
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.55;
}


/* FACTS */

.hengemuehle-profile-facts {
    background: #fff;
    border-top: 1px solid #e4e4e1;
    border-bottom: 1px solid #e4e4e1;
}

.hengemuehle-profile-facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hengemuehle-profile-facts-grid > div {
    min-height: 240px;
    padding: 45px 48px;
    border-right: 1px solid #e4e4e1;
}

.hengemuehle-profile-facts-grid > div:last-child {
    border-right: 0;
}

.hengemuehle-profile-facts span,
.hengemuehle-profile-industries span,
.hengemuehle-profile-values span {
    display: block;
    margin-bottom: 35px;

    color: #f59500;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.hengemuehle-profile-facts strong {
    display: block;

    color: #202020;
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 400;
}

.hengemuehle-profile-facts p {
    max-width: 260px;
    margin: 12px 0 0;

    color: #777;
    line-height: 1.6;
}


/* DARK */

.hengemuehle-profile-dark {
    background: #242424;
    color: #fff;
}

.hengemuehle-profile-dark h2 {
    color: #fff;
}

.hengemuehle-profile-dark .hengemuehle-profile-copy p {
    color: rgba(255,255,255,.66);
}

.hengemuehle-profile-dark
.hengemuehle-profile-copy
.hengemuehle-profile-lead {
    color: #fff;
}


/* INDUSTRIES */

.hengemuehle-profile-section-head {
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 90px;
    align-items: end;

    margin-bottom: 70px;
}

.hengemuehle-profile-section-head > p {
    max-width: 500px;
    margin: 0;

    color: #777;
    font-size: 17px;
    line-height: 1.75;
}

.hengemuehle-profile-industries {
    display: grid;
    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid #d9d9d6;
    border-bottom: 1px solid #d9d9d6;
}

.hengemuehle-profile-industries article {
    min-height: 320px;
    padding: 38px 28px;

    border-right: 1px solid #d9d9d6;

    transition:
        background .25s ease,
        transform .25s ease;
}

.hengemuehle-profile-industries article:last-child {
    border-right: 0;
}

.hengemuehle-profile-industries article:hover {
    background: #fff;
    transform: translateY(-5px);
}

.hengemuehle-profile-industries h3 {
    min-height: 60px;
    margin-bottom: 20px;

    font-size: 23px;
    font-weight: 400;
}

.hengemuehle-profile-industries p {
    margin: 0;

    color: #777;
    font-size: 15px;
    line-height: 1.7;
}


/* EXPERTISE */

.hengemuehle-profile-expertise {
    padding: clamp(90px, 10vw, 145px) 0;
    background: #191919;
    color: #fff;
}

.hengemuehle-profile-expertise-grid {
    display: grid;
    grid-template-columns: .45fr 1.55fr;
    gap: 90px;
    align-items: center;
}

.hengemuehle-profile-expertise-number {
    display: grid;
    place-items: center;

    width: min(300px, 100%);
    aspect-ratio: 1;

    color: #f59500;
    background:
        radial-gradient(
            circle,
            rgba(245,149,0,.12),
            rgba(245,149,0,.025) 62%,
            transparent 63%
        );

    border: 1px solid rgba(255,255,255,.1);

    font-size: clamp(95px, 12vw, 180px);
    font-weight: 300;
}

.hengemuehle-profile-expertise h2 {
    color: #fff;
}

.hengemuehle-profile-expertise p:last-child {
    max-width: 750px;

    color: rgba(255,255,255,.68);
    font-size: 19px;
    line-height: 1.8;
}


/* VALUES */

.hengemuehle-profile-values {
    margin-top: 55px;
    border-top: 1px solid #ddd;
}

.hengemuehle-profile-values > div {
    display: grid;
    grid-template-columns: 65px 1fr;
    align-items: center;

    padding: 22px 0;

    border-bottom: 1px solid #ddd;
}

.hengemuehle-profile-values span {
    margin: 0;
}

.hengemuehle-profile-values strong {
    color: #292929;
    font-size: 18px;
    font-weight: 500;
}


/* CONTACT */

.hengemuehle-profile-contact {
    padding: 100px 0;
    background: #292929;
    color: #fff;
}

.hengemuehle-profile-contact-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 80px;
    align-items: center;
}

.hengemuehle-profile-contact h2 {
    margin-bottom: 20px;
    color: #fff;
}

.hengemuehle-profile-contact p:last-child {
    max-width: 690px;
    color: rgba(255,255,255,.66);
    line-height: 1.7;
}

.hengemuehle-profile-contact-actions {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: flex-start;
}

.hengemuehle-profile-back {
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.hengemuehle-profile-back:hover {
    color: #f59500;
}


/* RESPONSIVE */

@media (max-width: 1100px) {

    .hengemuehle-profile-industries {
        grid-template-columns: repeat(2, 1fr);
    }

    .hengemuehle-profile-industries article {
        border-bottom: 1px solid #d9d9d6;
    }

}


@media (max-width: 900px) {

    .hengemuehle-profile-hero-grid,
    .hengemuehle-profile-two-column,
    .hengemuehle-profile-section-head,
    .hengemuehle-profile-expertise-grid,
    .hengemuehle-profile-contact-grid {
        grid-template-columns: 1fr;
    }

    .hengemuehle-profile-image-wrap {
        width: min(480px, calc(100% - 30px));
        margin: 40px auto 25px;
    }

    .hengemuehle-profile-breadcrumb {
        margin-bottom: 45px;
    }

    .hengemuehle-profile-facts-grid {
        grid-template-columns: 1fr;
    }

    .hengemuehle-profile-facts-grid > div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid #e4e4e1;
    }

    .hengemuehle-profile-facts-grid > div:last-child {
        border-bottom: 0;
    }

}


@media (max-width: 650px) {

    .hengemuehle-profile-hero {
        padding-top: 150px;
    }

    .hengemuehle-profile-industries {
        grid-template-columns: 1fr;
    }

    .hengemuehle-profile-industries article {
        min-height: auto;
        border-right: 0;
    }

    .hengemuehle-profile-image-caption {
        right: -10px;
    }

}


/* KA PROFILE DISCOVER START */

.hengemuehle-profile-discover {
    margin:
        0
        0
        18px;

    color: #f59500;

    font-size:
        clamp(
            18px,
            1.7vw,
            23px
        );

    font-weight: 500;

    line-height: 1.4;
}

/* KA PROFILE DISCOVER END */





/* KA PROFILE SLOGAN STYLE START */

.hengemuehle-profile-slogan {
    max-width: 720px;
    margin: 0 0 18px;

    color: #f59500;

    font-size: clamp(12px, 1.15vw, 16px);
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.5;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    .hengemuehle-profile-slogan {
        max-width: 34ch;
        margin-bottom: 14px;
        font-size: 11px;
    }

}

/* KA PROFILE SLOGAN STYLE END */
