.about {
    height: 400vh;
    background: linear-gradient(
            180deg,
            var(--light-wheat) 0%,
            var(--dark-sage) 100%
    );
}
.scene.three {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding-top: 30vw;
    min-height: 100vh;
    overflow: visible;
}

.about-main-text {
    font-family: 'Playfair Display', serif;
    font-size: 8em;
    font-style: italic;
    color: #bfc1c4;
    font-weight: 400;
    line-height: 1.08;
    margin: 30vh 0 0 5vw;
    opacity: 0.83;
    letter-spacing: 0.01em;
    pointer-events: none;
    flex: 0 0 32%;
    align-self: flex-start;
}

.about-intro-block {
    width: 70%;
    margin: 0 15vw 0 0;
    padding: 0;
    overflow: hidden;
    line-height: 2;
}
.about-intro-text {
    color: white;
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    z-index: 3;
    position: relative;
    padding: 1.5rem 1rem 0.5rem 1rem;
    margin: 0;
    max-width: 45vw;
    font-size: clamp(1.1rem, 2.2vw, 1.6rem);
}

.head-shot-wrapper {
    position: relative;
    min-height: 130vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-top: 60vh;
}

.sticky-area {
    position: sticky;
    top: 8vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 90vw;
    max-width: 1800px;
    margin: 0 auto;
    z-index: 2;
    gap: 10vw;
}

.head-shot {
    width: auto;
    min-width: 380px;
    max-width: 550px;
    /*aspect-ratio: 3/4;*/
    height: 600px;
    background-image: url('../assets/images/mainfoto.jpeg');
    background-size: cover;
    background-position: center;
    /*border-radius: 1rem;*/
    flex-shrink: 0;
    margin: 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    opacity: 0;
    transform: translateX(-60vw);
    will-change: transform, opacity;
    transition: none;
}

.container-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 32vw;
    min-width: 380px;
    max-width: 670px;
    gap: 5vh;
    text-align: center;
    opacity: 0;
    transform: translateX(50vw);
    will-change: transform, opacity;
    align-self: center;
    padding-left: 2vw;
}

.container h4 {
    font-family: 'Playfair Display', serif;
    font-size: 3.6rem;
    font-style: italic;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
    margin: 0 0 0.5rem 0;
    text-shadow: 0 2px 16px rgba(0,0,0,0.18);
    line-height: 1.05;
    padding-left: 0;
}

.container strong {
    display: block;
    font-family: 'Lato', sans-serif;
    color: lightgrey;
    font-size: 2.1rem;
    font-weight: 100;
    text-shadow: 0 2px 12px rgba(0,0,0,0.20);
    margin: 0 0 0.3rem 0;
    padding-left: 0.4rem;
    letter-spacing: 0.01em;
    line-height: 1.02;
    text-align: right;
}

.counter {
    display: inline-block;
    min-width: 120px;
    text-align: left;
    font-weight: 500;
    font-size: 2.1rem;
    color: #d9dbde;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.14);
    margin-left: 0;
    padding-left: 0.4rem;
    opacity: 0;
    transition: opacity 0.3s;
}

.counter.visible {
    opacity: 1;
}

.scene.three .col-12.position-relative {
    position: relative;
    min-height: 340px;
}

#about-headline {
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(230px, 25vw, 500px);   /
    font-size: clamp(3.5rem, 8vw, 10rem);
    line-height: 1.08;
    color: #bfc1c4;
    margin: 0;
    pointer-events: none;
    z-index: 2;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0.01em;
    opacity: 0.83;
    margin-left: 10vw;

}

.about-intro-block{
    margin-left: 31vw;
    width: auto;
    padding: 0;
    overflow: hidden;
    line-height: 2;
    margin-bottom: 60vh;
}
.brand {
    font-family: 'optima', sans-serif;
}

