/**
 * Home Page - Maquette Figma "Accueil"
 */

/* =============================================
   HERO
   ============================================= */
.hero {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.hero__image-wrapper {
    width: 100%;
    max-height: 50vh;
    overflow: hidden;
}

.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.hero__content {
    background-color: #76806d;
    color: #fff;
    text-align: center;
    padding: 80px 24px 90px;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.hero__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 1.15;
    margin: 0 0 28px 0;
    color: #fff;
    position: relative;
}

.hero__text {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 16px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
}

.hero__question {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 32px 0;
    color: #fff;
    position: relative;
}

.hero__btn {
    display: inline-block;
    padding: 10px 28px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #657763;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}

.hero__btn:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.8);
    color: #fff;
}

/* =============================================
   INTRO / PRÉSENTATION
   ============================================= */
.intro {
    background-color: #fff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.intro__logo-deco {
    text-align: center;
    margin-bottom: 20px;
}

.intro__logo-img {
    width: 160px;
    height: auto;
    margin: 0 auto;
}

.intro__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    align-items: start;
    position: relative;
    z-index: 1;
}

.intro__text-col {
    padding-top: 20px;
}

.intro__greeting {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 48px;
    font-weight: 400;

    color: #3e2a2c;
    line-height: 1.15;
    margin: 0;
}

.intro__name {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 48px;
    font-weight: 400;

    color: #3e2a2c;
    line-height: 1.15;
    margin: 0 0 28px 0;
}

.intro__bio {
    font-size: 18px;
    line-height: 1.8;
    color: #3e2a2c;
    text-align: left;
}

.intro__bio p {
    margin: 0 0 16px 0;
}

.intro__subtitle {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 22px;
    font-weight: 500;

    color: #3e2a2c;
    margin: 28px 0 12px 0;
}

.intro__photo-col {
    display: flex;
    justify-content: center;
}

.intro__photo-wrapper {
    position: relative;
}

.intro__photo {
    position: relative;
    z-index: 1;
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* =============================================
   CITATION
   ============================================= */
.quote {
    background-color: #fff;
    padding: 48px 24px;
    text-align: center;
    position: relative;
}

.quote__corner {
    position: absolute;
    top: -20px;
    left: 80px;
    width: 50px;
    height: auto;
    pointer-events: none;
}

.quote__text {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 28px;

    font-weight: 500;
    color: #b6464a;
    margin: 0 auto;
    max-width: 800px;
    border: none;
}

/* =============================================
   VISION
   ============================================= */
.vision {
    background-color: #fff;
    padding: 60px 0 80px;
}

.vision__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.vision__image-col {
    display: flex;
    justify-content: center;
}

.vision__image {
    max-width: 400px;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 5 / 6;
}

.vision__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 48px;
    font-weight: 400;

    color: #393536;
    line-height: 1.15;
    margin: 0 0 24px 0;
}

.vision__text {
    font-size: 18px;
    line-height: 1.8;
    color: #3e2a2c;
    margin: 0;
    text-align: left;
}

.vision__text strong {
    font-weight: 600;
}

.vision__text-col {
    position: relative;
}

.vision {
    position: relative;
}

.vision__deco {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.vision__shape {
    width: 70px;
    height: auto;
}

/* =============================================
   DOMAINES D'INTERVENTION
   ============================================= */
.domains {
    background-color: #fff;
    padding: 60px 0 40px;
    overflow: hidden;
}

.domains__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 56px;
    font-weight: 400;
    text-align: center;
    color: #b6464a;
    margin: 0 0 48px 0;
}

.domains__wrapper {
    position: relative;
    overflow: visible;
}

.domains__grid {
    display: flex;
    align-items: stretch;
}

.domain {
    position: relative;
    padding: 40px 24px;
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 420px;
    overflow: hidden;
    transition: transform 0.3s ease;
    text-align: center;
}

.domain:hover {
    transform: translateY(-4px);
}

.domain__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.domain__icon {
    position: absolute;
    z-index: 1;
    opacity: 0.6;
}

.domain__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.domain__name {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 12px 0;
    line-height: 1.25;
    color: #fff;
    min-height: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.domain__subtitle {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 20px 0;
    color: #fff;
    opacity: 0.9;
    min-height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.domain__desc {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.95;
    margin: 0;
    color: #fff;
}

.domain__cta {
    display: inline-block;
    margin-top: 20px;
    padding: 8px 24px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
}

.domain:hover .domain__cta {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #fff;
}

/* Couleurs des domaines */
.domain--orientation { background-color: #d98546; }
.domain--carriere { background-color: #76806d; }
.domain--burnout { background-color: #b6464a; }
.domain--confiance { background-color: #657763; }
.domain--entreprises { background-color: #4a1418; }

/* Flèches de navigation */
.domains__nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    align-items: center;
}

.domains__nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #b6464a;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.domains__nav-arrow:hover {
    opacity: 0.8;
}

.domains__nav-arrow svg {
    width: 20px;
    height: 20px;
}

.domains__dots {
    display: none;
}

/* =============================================
   TÉMOIGNAGES
   ============================================= */
.testimonials {
    background-color: #ba5e57;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.testimonials__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 60px;
    align-items: start;
}

.testimonials__header {
    position: sticky;
    top: 100px;
}

.testimonials__title {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 56px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    writing-mode: horizontal-tb;
    border-left: 8px solid #4a1418;
    padding-left: 16px;
    line-height: 1;
}

.testimonials__list {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.testimonial {
    position: relative;
    padding-left: 20px;
}

.testimonial__quote-mark {
    font-family: 'Cormorant Garamond', Georgia, serif;
    font-size: 120px;
    line-height: 0.7;
    color: #4a1418;
    display: block;
    margin-bottom: -20px;
}

.testimonial__text {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    font-style: normal;
}

.testimonial__author {
    font-size: 16px;

    font-weight: 500;
    color: rgba(232, 229, 214, 0.85);
}

/* =============================================
   CTA - AVANÇONS ENSEMBLE
   ============================================= */
.cta {
    background-color: #e8e5d6;
    padding: 80px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta__bg-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: auto;
    opacity: 0.3;
    pointer-events: none;
    border-radius: 12px;
}

.cta__container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.cta__title {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #3e2a2c;
    margin: 0 0 16px 0;
}

.cta__subtitle {
    font-size: 16px;
    color: #3e2a2c;
    margin: 0 0 40px 0;
}

.cta__card {
    background-color: #fff;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cta__profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    text-align: left;
}

.cta__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.cta__info {
    flex: 1;
}

.cta__name {
    font-weight: 600;
    color: #3e2a2c;
    margin: 0 0 4px 0;
    font-size: 16px;
}

.cta__role {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.4;
}

.cta__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 24px;
    background-color: #0066ff;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    margin-bottom: 16px;
}

.cta__btn:hover {
    background-color: #0052cc;
}

.cta__btn-icon {
    font-size: 16px;
}

.cta__link {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
    .intro__container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .intro__photo-col {
        order: -1;
    }

    .intro__text-col {
        text-align: center;
        padding-top: 0;
    }

    .intro__greeting,
    .intro__name {
        font-size: 36px;
    }

    .vision__container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .vision__text {
        text-align: left;
    }

    .vision__deco {
        display: none;
    }

    .testimonials__container {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .testimonials__header {
        position: static;
    }

    .testimonials__title {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .hero {
        margin-top: 64px;
    }

    .hero__title {
        font-size: 34px;
    }

    .hero__text,
    .hero__question {
        font-size: 16px;
    }

    .hero__content {
        padding: 40px 24px 48px;
    }

    .intro {
        padding: 40px 0;
    }

    .intro__greeting,
    .intro__name {
        font-size: 30px;
    }

    .vision__title {
        font-size: 34px;
    }

    .domains {
        padding: 0 0 24px;
    }

    .domains__title {
        font-size: 36px;
    }

    .domain {
        min-height: auto;
        padding: 32px 24px;
    }

    .testimonials {
        padding: 56px 0;
    }

    .testimonials__title {
        font-size: 34px;
    }

    .testimonial__quote-mark {
        font-size: 80px;
    }

    .cta__title {
        font-size: 28px;
    }
}
