/* =============================================
   MAJORELLE CAPITAL — PRIVATE WEALTH PAGE
   ============================================= */

/* ── Shared section label ── */
.pw-section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 1.5rem;
}

.pw-section-label--light {
    color: rgba(212, 175, 55, 0.9);
}

/* =============================================
   HERO  — matches Global Advisory style
   ============================================= */
.pw-page-hero {
    height: 65vh;
    min-height: 400px;
    background: linear-gradient(rgba(10, 30, 66, 0.5), rgba(6, 15, 36, 0.7)),
                url('../images/advisory-majo.png') center center / cover no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.pw-page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 46, 95, 0.3);
}

.pw-page-hero .container {
    position: relative;
    z-index: 1;
}

.pw-page-hero__inner {
    padding-top: 65px;
}

.pw-page-hero__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #d4af37;
    margin-bottom: 1rem;
}

.pw-page-hero__title {
    font-size: 3rem;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 0.75rem;
}

.pw-page-hero__tagline {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    max-width: 700px;
    margin: 0 auto 1.5rem;
    font-style: italic;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.pw-page-hero__subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.75;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

/* =============================================
   BLOCK 1 — INTRODUCTION
   ============================================= */
.pw-intro {
    padding: 5rem 1.5rem;
    background: #ffffff;
}

/* All page titles — inherit section-title, same margin as Notre Approche */
.pw-intro__title,
.pw-services__title,
.pw-approach__title {
    margin-bottom: 1rem !important;
}

.pw-intro__body {
    border-left: 3px solid #d4af37;
    padding-left: 2rem;
}

.pw-intro__body p {
    font-size: 1rem;
    line-height: 1.9;
    color: #333;
    margin-bottom: 1.2rem;
    text-align: justify;
}

.pw-intro__body p:last-child {
    margin-bottom: 0;
}

/* =============================================
   BLOCK 2 — SERVICES / PILLARS
   ============================================= */
.pw-services {
    padding: 7rem 1.5rem;
    background: #f5f5f5;
}

/* pw-services__title is covered by the combined rule above */

.pw-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

/* Default pillar — dark navy (pillars 1, 2, 3) */
.pw-pillar {
    display: flex;
    gap: 2rem;
    padding: 3.5rem 3rem;
    background: #060f24;
    position: relative;
    transition: box-shadow 0.3s ease;
    border: 1px solid rgba(255,255,255,0.05);
}

.pw-pillar:hover {
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.3);
    z-index: 1;
}

.pw-pillar__number {
    font-family: 'Bebas Neue', 'Montserrat', sans-serif;
    font-size: 4rem;
    line-height: 1;
    color: rgba(212, 175, 55, 0.2);
    flex-shrink: 0;
    align-self: flex-start;
    margin-top: 0.25rem;
    letter-spacing: 0.02em;
}

.pw-pillar__body {
    flex: 1;
}

.pw-pillar__title {
    font-size: 1.05rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ffffff;
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
    border-bottom: 2px solid #d4af37;
    display: inline-block;
}

.pw-pillar p {
    font-size: 0.92rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1rem;
}

.pw-pillar p:last-child {
    margin-bottom: 0;
}

/* Pillar 4 — white/light variant */
.pw-pillar--light {
    background: #ffffff;
    border: 1px solid #ebebeb;
}

.pw-pillar--light:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.pw-pillar--light .pw-pillar__number {
    color: rgba(12, 35, 64, 0.12);
}

.pw-pillar--light .pw-pillar__title {
    color: #0c2340;
}

.pw-pillar--light p {
    color: #555;
}

/* Remove unused --dark modifier (now default is dark) */
.pw-pillar--dark {
    background: #060f24;
}

/* =============================================
   BLOCK 3 — APPROACH  (matches advisory pillars-section)
   ============================================= */
.pw-approach {
    padding: 1rem 1rem;
    background: var(--light-gray, #f5f5f5);
}


.pw-approach__intro {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

/* =============================================
   BLOCK 4 — CONTACT
   ============================================= */
.pw-contact {
    padding: 6rem 1.5rem;
    background: #f5f5f5;
    text-align: center;
}

.pw-contact__inner {
    max-width: 680px;
    margin: 0 auto;
}

.pw-contact__text {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
}

.pw-contact__email {
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0c2340;
    text-decoration: none;
    border-bottom: 2px solid #d4af37;
    padding-bottom: 2px;
    letter-spacing: 0.03em;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.pw-contact__email:hover {
    color: #d4af37;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 992px) {
    .pw-pillars {
        grid-template-columns: 1fr;
    }

    .pw-principles {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .pw-page-hero {
        background-attachment: scroll;
    }
}

@media (max-width: 768px) {
    .pw-page-hero__title {
        font-size: 2rem;
    }

    .pw-page-hero__tagline {
        font-size: 1rem;
    }

    .pw-intro,
    .pw-services,
    .pw-approach,
    .pw-contact {
        padding: 4rem 1.5rem;
    }

    .pw-pillar {
        padding: 2.5rem 1.5rem;
        flex-direction: column;
        gap: 1rem;
    }

    .pw-pillar__number {
        font-size: 2.5rem;
    }

    .pw-principle {
        padding: 2rem 1.5rem;
    }
}

/* ========================================
   INTRO SUBTITLES
   ======================================== */
.pw-intro__subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: #0c2340;
    margin-top: 1.8rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.02em;
}
