﻿.container-top {
    max-width: 100%;
    margin: 0 auto;
    background: var(--bs-quarternary);
    /*background-image: url("/images/heroimage4.jpg");*/
    background-size: cover;
    background-position: center;
}

.about-editorial {
    background-color: var(--bs-tertiary);
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.about-top,
.about-middle {
    position: relative;
}
  

.about-kicker {
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: black;
}

.about-headline {
    display: inline;
    line-height: 1.25;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 400;
    background: linear-gradient(transparent 68%, #eebce2 68%);
    padding: 0 0.15em;
}

.about-text-block {
    max-width: 680px;
}

.about-section-title {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.about-side-image-wrap {
    text-align: center;
}

.about-side-image {
    width: 100%;
    max-width: 500px;
    display: inline-block;    
    
}

.education-section {
    padding-top: 2rem;
}

.education-columns {
    display: flex;
    align-items: flex-start;
}

.edu-card {
    background: rgba(255, 255, 255, 0.72);
    padding: 1rem 1.1rem;
    min-height: 100%;
    border-left: 3px solid #eebce2;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .edu-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
    }

    .edu-card h3 {
        font-size: 1rem;
        margin-bottom: 0.45rem;
        line-height: 1.35;
    }

    .edu-card p {
        color: #444;
        line-height: 1.5;
    }


.skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.skill-tag {
    padding: .35rem .7rem;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: .85rem;
    line-height: 1;
    font-family: var(--font-secondary);
    font-weight: var(--fw-secondary-bold);
    background: rgba(231, 157, 140, 0.2);
}

h3 {
    font-size: 1rem;
    margin-bottom: 0.45rem;
    line-height: 1.35;
}

@media (max-width: 991.98px) {
    .about-intro-card {
        padding-left: 0;
    }

    .about-headline {
        display: inline;
        font-size: 2.2rem;
    }

    .about-main-image {
        max-width: 420px;
    }

    .about-side-image {
        max-width: 300px;
    }
}




.soul-section {
    /*background: var(--bs-primary);*/
    background-image: url(/images/heroimage4.jpg);
    overflow: hidden;
}

.soul-wrapper {
    position: relative;    
    margin: 0 auto;
    min-height: 300px;
}

.soul-title {
    position: absolute;
    top: 2rem;
    left: 0;
    z-index: 2;
    max-width: 250px;
}

    .soul-title h2 {
        font-family: serif;        
        line-height: 0.95;
        font-size: 2.5rem;
        font-weight: 400;
        color: #2f241f;
        margin: 0;
        /*background: rgba(255, 255, 255, 0.65);*/
        display: inline;
        /*box-shadow: 12px 0 0 rgba(255, 255, 255, 0.65), -12px 0 0 rgba(255, 255, 255, 0.65);*/
        background: linear-gradient(transparent 68%, #eebce2 68%);
    }

.soul-box {
    background: var( --bs-quarternary);
    padding: 0rem 0rem 0rem 6rem;
    min-height: 280px;
    display: flex;
    align-items: center;
    margin-left: 5rem;
}

.soul-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .soul-list li {
        position: relative;
        padding-left: 2rem;
        margin-bottom: 0.7rem;
        font-size: 0.9rem;
        line-height: 1.3;
        text-transform: uppercase;
        letter-spacing: 0.08em;      
        max-width: 700px;
    }

        .soul-list li::before {
            content: "♥";
            position: absolute;
            left: 0;
            top: 0.05rem;
            font-size: 0.95rem;
            color: var( --bs-primary);
            line-height: 1;
        }

        .soul-list li:last-child {
            margin-bottom: 0;
        }

@media (max-width: 991.98px) {
    .soul-wrapper {
        min-height: auto;
    }

    .soul-title {
        position: static;
        max-width: 100%;
        margin-bottom: 2rem;
    }

        .soul-title h2 {
            line-height: 1;
            box-shadow: none;
            background: transparent;
        }

    .soul-box {
        margin-left: 0;
        padding: 2rem 1.5rem;
        min-height: auto;
    }
}
