﻿/* ==========================================================================
   CHRISTELLE SOBREVIA — Artist Page
   ========================================================================== */

/* ==========================================================================
   HERO
   ========================================================================== */
.artiste-hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.artiste-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/tableaux/GOLDEN QUEEN.jpg') center/cover no-repeat;
    filter: blur(2px) brightness(0.25);
    transform: scale(1.08);
}

.artiste-hero-content {
    position: relative;
    z-index: 3;
    text-align: center;
}

.artiste-label {
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.4);
    margin-bottom: 25px;
}

.artiste-name {
    font-size: clamp(3.5rem, 8vw, 7rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #f5f0eb;
    margin-bottom: 25px;
}

.artiste-tagline {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.5);
    margin-bottom: 40px;
}

.artiste-signature {
    opacity: 0.3;
    display: flex;
    justify-content: center;
}

.artiste-signature img {
    height: 50px;
    width: auto;
}

/* ==========================================================================
   QUOTE
   ========================================================================== */
.artiste-quote {
    padding: 80px 50px;
    border-top: 1px solid rgba(245, 240, 235, 0.06);
    border-bottom: 1px solid rgba(245, 240, 235, 0.06);
}

.quote-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.quote-portrait {
    flex-shrink: 0;
}

.quote-portrait img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(20%) contrast(1.05);
    transition: filter 0.6s;
    border: 2px solid rgba(245, 240, 235, 0.08);
}

.quote-portrait img:hover {
    filter: grayscale(0%) contrast(1);
}

.quote-text {
    flex: 1;
}

.quote-text blockquote p {
    font-size: clamp(1.1rem, 2.2vw, 1.6rem);
    font-weight: 200;
    line-height: 1.8;
    color: rgba(245, 240, 235, 0.7);
    font-style: italic;
}

.quote-text cite {
    display: block;
    margin-top: 25px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.3);
    font-style: normal;
}

/* ==========================================================================
   BIOGRAPHIE
   ========================================================================== */
.artiste-bio {
    padding: 120px 50px;
}

.bio-container {
    max-width: 1200px;
    margin: 0 auto;
}

.bio-container .section-header {
    margin-bottom: 70px;
    opacity: 1;
    transform: none;
}

.bio-content {
    display: flex;
    gap: 80px;
    align-items: flex-start;
}

.bio-text {
    flex: 1;
}

.bio-text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(245, 240, 235, 0.6);
    margin-bottom: 22px;
    letter-spacing: 0.3px;
}

.bio-text p:first-child::first-letter {
    font-size: 3.5rem;
    font-weight: 700;
    float: left;
    line-height: 1;
    margin-right: 12px;
    margin-top: 4px;
    color: rgba(245, 240, 235, 0.85);
}

.bio-aside {
    flex-shrink: 0;
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 10px;
    border-left: 1px solid rgba(245, 240, 235, 0.06);
    padding-left: 40px;
}

.bio-stat {
    text-align: left;
}

.stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(245, 240, 235, 0.85);
    line-height: 1;
    margin-bottom: 6px;
    letter-spacing: -1px;
}

.stat-label {
    display: block;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(245, 240, 235, 0.3);
}

/* ==========================================================================
   L'ART / TECHNIQUE
   ========================================================================== */
.artiste-art {
    padding: 120px 50px;
    background: #0d0d0d;
}

.art-container {
    max-width: 1200px;
    margin: 0 auto;
}

.art-container .section-header {
    margin-bottom: 50px;
    opacity: 1;
    transform: none;
}

.art-intro {
    max-width: 800px;
    margin: 0 auto 80px;
    text-align: center;
}

.art-intro p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    color: rgba(245, 240, 235, 0.6);
    letter-spacing: 0.3px;
}

/* --- Technique Blocks --- */
.art-techniques {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.technique-block {
    display: flex;
    align-items: center;
    gap: 60px;
}

.technique-block.reverse {
    flex-direction: row-reverse;
}

.technique-visual {
    flex: 1;
    max-width: 520px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.technique-visual img {
    width: 100%;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.technique-visual:hover img {
    transform: scale(1.03);
}

.technique-text {
    flex: 1;
}

.technique-text h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: rgba(245, 240, 235, 0.9);
}

.technique-text p {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(245, 240, 235, 0.55);
    margin-bottom: 16px;
    letter-spacing: 0.3px;
}

.technique-text p:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   THEMES
   ========================================================================== */
.artiste-themes {
    padding: 120px 50px;
}

.themes-container {
    max-width: 1200px;
    margin: 0 auto;
}

.themes-container .section-header {
    margin-bottom: 70px;
    opacity: 1;
    transform: none;
}

.themes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.theme-card {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    background: rgba(245, 240, 235, 0.02);
    border: 1px solid rgba(245, 240, 235, 0.06);
    transition: all 0.4s;
    text-decoration: none;
    color: inherit;
}

.theme-card:hover {
    background: rgba(245, 240, 235, 0.04);
    border-color: rgba(245, 240, 235, 0.12);
    transform: translateY(-3px);
}

.theme-card-img {
    width: 200px;
    flex-shrink: 0;
    overflow: hidden;
}

.theme-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.theme-card:hover .theme-card-img img {
    transform: scale(1.06);
}

.theme-card-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.theme-card-content h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: rgba(245, 240, 235, 0.85);
}

.theme-card-content p {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.75;
    color: rgba(245, 240, 235, 0.45);
}

/* ==========================================================================
   PROCESSUS
   ========================================================================== */
.artiste-process {
    padding: 120px 50px;
    background: #0d0d0d;
}

.process-container {
    max-width: 900px;
    margin: 0 auto;
}

.process-container .section-header {
    margin-bottom: 70px;
    opacity: 1;
    transform: none;
}

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

/* Vertical line connecting steps */
.process-steps::before {
    content: '';
    position: absolute;
    left: 28px;
    top: 35px;
    bottom: 35px;
    width: 1px;
    background: rgba(245, 240, 235, 0.06);
}

.process-step {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 30px 0;
    position: relative;
}

.step-number {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgba(245, 240, 235, 0.6);
    border: 1px solid rgba(245, 240, 235, 0.1);
    border-radius: 50%;
    background: #0d0d0d;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}

.process-step:hover .step-number {
    border-color: rgba(245, 240, 235, 0.3);
    color: #f5f0eb;
}

.process-step h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    color: rgba(245, 240, 235, 0.85);
}

.process-step p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.85;
    color: rgba(245, 240, 235, 0.48);
    letter-spacing: 0.3px;
}

/* ==========================================================================
   CTA
   ========================================================================== */
.artiste-cta {
    padding: 100px 50px;
    text-align: center;
    border-top: 1px solid rgba(245, 240, 235, 0.06);
}

.cta-container {
    max-width: 600px;
    margin: 0 auto;
}

.cta-container h2 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
    color: rgba(245, 240, 235, 0.9);
}

.cta-container p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    color: rgba(245, 240, 235, 0.45);
    margin-bottom: 35px;
}

.cta-button {
    display: inline-block;
    font-family: 'Archivo', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #0a0a0a;
    background: #f5f0eb;
    padding: 18px 50px;
    border-radius: 3px;
    transition: all 0.4s;
}

.cta-button:hover {
    background: rgba(245, 240, 235, 0.85);
    transform: translateY(-2px);
}

.cta-buttons {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button.cta-outline {
    background: transparent;
    color: rgba(245, 240, 235, 0.7);
    border: 1px solid rgba(245, 240, 235, 0.2);
}

.cta-button.cta-outline:hover {
    background: rgba(245, 240, 235, 0.08);
    border-color: rgba(245, 240, 235, 0.4);
    color: #f5f0eb;
}


/* --- Scroll Reveal Animations --- */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-on-scroll.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger delays for grid items */
.themes-grid .theme-card:nth-child(2).reveal-on-scroll { transition-delay: 0.1s; }
.themes-grid .theme-card:nth-child(3).reveal-on-scroll { transition-delay: 0.2s; }
.themes-grid .theme-card:nth-child(4).reveal-on-scroll { transition-delay: 0.3s; }

.process-step:nth-child(2).reveal-on-scroll { transition-delay: 0.08s; }
.process-step:nth-child(3).reveal-on-scroll { transition-delay: 0.16s; }
.process-step:nth-child(4).reveal-on-scroll { transition-delay: 0.24s; }
.process-step:nth-child(5).reveal-on-scroll { transition-delay: 0.32s; }

.bio-stat:nth-child(2).reveal-on-scroll { transition-delay: 0.1s; }
.bio-stat:nth-child(3).reveal-on-scroll { transition-delay: 0.2s; }
.bio-stat:nth-child(4).reveal-on-scroll { transition-delay: 0.3s; }

/* --- Active nav link --- */
.nav a.active {
    color: #f5f0eb;
}

.nav a.active::after {
    width: 100%;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
    .technique-block,
    .technique-block.reverse {
        flex-direction: column;
    }

    .technique-visual {
        max-width: 100%;
    }

    .themes-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .artiste-hero {
        height: 70vh;
    }

    .artiste-name {
        font-size: 2.8rem;
    }

    .artiste-signature {
        display: none;
    }

    .artiste-quote {
        padding: 50px 25px;
    }

    .quote-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .quote-portrait img {
        width: 110px;
        height: 110px;
    }

    .artiste-bio {
        padding: 70px 25px;
    }

    .bio-content {
        flex-direction: column;
        gap: 50px;
    }

    .bio-aside {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(245, 240, 235, 0.06);
        padding-top: 40px;
    }

    .bio-stat {
        flex: 1 1 calc(50% - 15px);
        text-align: center;
    }

    .artiste-art {
        padding: 70px 25px;
    }

    .art-techniques {
        gap: 60px;
    }

    .technique-block {
        gap: 30px;
    }

    .artiste-themes {
        padding: 70px 25px;
    }

    .theme-card {
        flex-direction: column;
    }

    .theme-card-img {
        width: 100%;
        height: 200px;
    }

    .artiste-process {
        padding: 70px 25px;
    }

    .process-step {
        gap: 25px;
        padding: 20px 0;
    }

    .step-number {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }

    .process-steps::before {
        left: 22px;
    }

    .artiste-cta {
        padding: 60px 25px;
    }

}

@media (max-width: 480px) {
    .artiste-name {
        font-size: 2.2rem;
    }

    .quote-portrait img {
        width: 90px;
        height: 90px;
    }

    .bio-text p:first-child::first-letter {
        font-size: 2.5rem;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .theme-card-content {
        padding: 20px;
    }
}
