.home-hero-title {
    width: min(1180px, calc(100% - 28px));
    margin: 70px auto 40px;
    text-align: center;
    overflow: hidden;
}

.home-kicker {
    margin: 0 0 14px;
    color: #9f3447;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.home-hero-title h1 {
    margin: 0 auto;
    max-width: 100%;

    color: #241d1d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 14vw, 10rem);
    line-height: 0.9;
    letter-spacing: -0.04em;

    white-space: nowrap;
}

.home-subtitle {
    margin: 20px 0 0;
    color: #4b3b3b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    font-style: italic;
}

.intro-content h2 {
    margin: 0 0 34px;
    color: #241d1d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.4rem, 5vw, 5rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

@media (max-width: 600px) {
    .home-hero-title {
        width: calc(100% - 24px);
        margin: 42px auto 28px;
        padding: 0 4px;
    }

    .home-kicker {
        font-size: 0.7rem;
        letter-spacing: 0.1em;
    }

    .home-hero-title h1 {
        font-size: 14vw;
        letter-spacing: -0.04em;
        white-space: nowrap;
    }

    .home-subtitle {
        font-size: 1.2rem;
        line-height: 1.25;
    }

    .intro-content h2 {
        font-size: clamp(2rem, 11vw, 3.4rem);
        margin-bottom: 26px;
    }
}

.intro-artiste {
    width: min(1180px, calc(100% - 40px));
    margin: 90px auto;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.intro-image {
    position: relative;
}

.intro-image::before {
    content: "";
    position: absolute;
    inset: 24px -24px -24px 24px;
    background: #2f2626;
    z-index: -1;
}

.intro-image img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    display: block;
}

.intro-content {
    max-width: 680px;
}

.intro-label {
    margin: 0 0 18px;
    color: #9f3447;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.intro-content h1 {
    margin: 0 0 34px;
    color: #241d1d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 6vw, 5.8rem);
    line-height: 0.92;
    letter-spacing: -0.05em;
}

.intro-content p {
    color: #4b3b3b;
    font-size: 1.13rem;
    line-height: 1.85;
    margin: 0 0 22px;
}

.intro-content p:last-child {
    margin-bottom: 0;
}

/* Petite touche artistique */
.intro-content p:nth-of-type(2) {
    padding-left: 24px;
    border-left: 4px solid #d46a7e;
}

/* Responsive tablette */
@media (max-width: 980px) {
    .intro-artiste {
        grid-template-columns: 1fr;
        gap: 46px;
        margin: 70px auto;
    }

    .intro-image {
        max-width: 620px;
    }

    .intro-image img {
        height: 520px;
    }

    .intro-content {
        max-width: 100%;
    }
}

/* Responsive mobile */
@media (max-width: 600px) {
    .intro-artiste {
        width: min(100% - 28px, 1180px);
        margin: 50px auto;
        gap: 34px;
    }

    .intro-image::before {
        inset: 14px -14px -14px 14px;
    }

    .intro-image img {
        height: 380px;
    }

    .intro-label {
        font-size: 0.75rem;
        letter-spacing: 0.13em;
    }

    .intro-content h1 {
        font-size: clamp(1.05rem, 5vw, 3rem);
        margin-bottom: 26px;
    }

    .intro-content p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .intro-content p:nth-of-type(2) {
        padding-left: 16px;
        border-left-width: 3px;
    }
}

/* Très petits écrans */
@media (max-width: 390px) {
    .intro-image img {
        height: 320px;
    }

     .home-hero-title h1 {
        font-size: 13vw;
        letter-spacing: -0.035em;
    }
}

/* 2eme SECTION */

.parcours-artiste {
    position: relative;
    width: min(1180px, calc(100% - 40px));
    margin: 120px auto;
    padding: 80px 0;
}

.parcours-artiste::before {
    content: "";
    position: absolute;
    inset: 0 18% 0 auto;
    width: 52%;
    background: rgba(47, 38, 38, 0.06);
    z-index: -1;
}

.parcours-heading {
    max-width: 880px;
    margin-bottom: 70px;
}

.parcours-label {
    margin: 0 0 18px;
    color: #9f3447;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.parcours-heading h2 {
    margin: 0;
    color: #241d1d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 7vw, 7rem);
    line-height: 0.9;
    letter-spacing: -0.06em;
}

.parcours-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 56px 70px;
    align-items: start;
}

.parcours-content {
    background: rgba(255, 248, 239, 0.72);
    padding: 42px;
    border-left: 5px solid #2f2626;
}

.parcours-content p {
    margin: 0 0 22px;
    color: #4b3b3b;
    font-size: 1.13rem;
    line-height: 1.85;
}

.parcours-content p:last-child {
    margin-bottom: 0;
}

.parcours-image {
    margin: 0;
    position: sticky;
    top: 110px;
}

.parcours-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
    box-shadow: -24px 24px 0 #2f2626;
}

.parcours-highlight {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-self: stretch;
}

.parcours-highlight span {
    display: flex;
    align-items: center;
    min-height: 86px;
    padding: 20px 26px;

    background: #2f2626;
    color: white;

    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 3vw, 2.3rem);
    font-style: italic;
}

.parcours-highlight span:nth-child(even) {
    background: #9f3447;
}

.parcours-content-large {
    border-left-color: #9f3447;
}

@media (max-width: 980px) {
    .parcours-artiste {
        margin: 90px auto;
        padding: 50px 0;
    }

    .parcours-artiste::before {
        width: 70%;
        inset: 0 0 0 auto;
    }

    .parcours-heading {
        margin-bottom: 48px;
    }

    .parcours-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .parcours-image {
        position: relative;
        top: auto;
        order: -1;
        max-width: 680px;
    }

    .parcours-image img {
        height: 500px;
    }

    .parcours-highlight {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .parcours-artiste {
        width: min(100% - 28px, 1180px);
        margin: 70px auto;
        padding: 30px 0;
    }

    .parcours-artiste::before {
        display: none;
    }

    .parcours-label {
        font-size: 0.75rem;
        letter-spacing: 0.13em;
    }

    .parcours-heading h2 {
        font-size: clamp(2.2rem, 13vw, 3.8rem);
    }

    .parcours-content {
        padding: 26px 22px;
        border-left-width: 4px;
    }

    .parcours-content p {
        font-size: 1rem;
        line-height: 1.75;
    }

    .parcours-image img {
        height: 360px;
        box-shadow: -14px 14px 0 #2f2626;
    }

    .parcours-highlight {
        grid-template-columns: 1fr;
    }

    .parcours-highlight span {
        min-height: 68px;
        padding: 16px 20px;
        font-size: 1.45rem;
    }
}

@media (max-width: 390px) {
    .parcours-image img {
        height: 310px;
    }

    .parcours-content {
        padding: 22px 18px;
    }
}