@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Inter:wght@300;400;500;600;700&display=swap');

:root {
    --pf-noir: #0A0A0A;
    --pf-or-royal: #D4AF37;
    --pf-or-champagne: #C9A961;
    --pf-or-pale: #E8D39A;
    --pf-bleu-nuit: #0E2A47;
    --pf-bleu-profond: #081A2E;
    --pf-ivoire: #F5EFE4;
    --pf-ivoire-chaud: #EEE7D8;
    --pf-ardoise: #3E4C59;
    --pf-gris: #888880;
    --pf-blanc: #FFFFFF;
    --pf-verre: rgba(245, 239, 228, 0.1);
}

html, body {
    margin: 0; padding: 0;
    background: var(--pf-ivoire) !important;
    color: var(--pf-ardoise) !important;
    font-family: 'Inter', -apple-system, sans-serif !important;
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Masquer titres WP automatiques */
.wp-block-post-title, .entry-title:not(.wp-block-navigation .entry-title),
header .wp-block-site-title, .site-header .site-title { display: none !important; }
.wp-site-blocks main, .wp-site-blocks > main, main.wp-block-group { padding: 0 !important; margin: 0 !important; max-width: none !important; }
.wp-block-html { max-width: none !important; margin: 0 !important; }
.wp-block-post-content, article.entry, .entry-content { max-width: none !important; padding: 0 !important; margin: 0 !important; }

/* HEADER */
header.wp-block-template-part, .site-header, body > header {
    background: var(--pf-ivoire) !important;
    border-bottom: 1px solid rgba(201, 169, 97, 0.3) !important;
    padding: 14px 0 !important;
    position: sticky !important;
    top: 0; z-index: 1000;
    backdrop-filter: blur(12px);
}

.wp-block-site-logo img, .custom-logo {
    max-height: 64px !important;
    width: auto !important;
    filter: drop-shadow(0 2px 8px rgba(14, 42, 71, 0.1));
}

.wp-block-navigation a, nav.main-navigation a {
    color: var(--pf-bleu-nuit) !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 2.8px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    padding: 10px 14px !important;
    text-decoration: none !important;
    position: relative;
    transition: color 0.3s ease;
}

.wp-block-navigation a::after {
    content: '';
    position: absolute; left: 50%; bottom: 6px;
    width: 0; height: 1px;
    background: var(--pf-or-royal);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.wp-block-navigation a:hover { color: var(--pf-or-champagne) !important; }
.wp-block-navigation a:hover::after, .wp-block-navigation .current-menu-item a::after { width: 70%; }

/* HEADER EXTRAS (JS-injected) */
.pf-header-extras {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
}

.pf-header-link {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--pf-ardoise);
    text-decoration: none !important;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.pf-header-link:hover { opacity: 1; color: var(--pf-or-champagne); }

.pf-header-cta {
    background: var(--pf-or-royal);
    color: var(--pf-noir) !important;
    padding: 10px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid var(--pf-or-royal);
    transition: all 0.3s;
}
.pf-header-cta:hover {
    background: var(--pf-bleu-nuit);
    color: var(--pf-ivoire) !important;
    border-color: var(--pf-bleu-nuit);
}

/* TYPOGRAPHIES */
h1, h2, h3, .wp-block-heading {
    font-family: 'Playfair Display', Georgia, serif !important;
    color: var(--pf-bleu-nuit) !important;
    font-weight: 400 !important;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

h2 em, h1 em, .pf-section-title em {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic;
    color: var(--pf-or-champagne);
    font-weight: 400;
}

p { font-size: 16px; line-height: 1.75; color: var(--pf-ardoise); }

a { color: var(--pf-bleu-nuit); text-decoration-color: var(--pf-or-champagne); text-underline-offset: 4px; transition: color 0.3s; }
a:hover { color: var(--pf-or-champagne); }

/* CONTAINERS */
.pf-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.pf-eyebrow {
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--pf-or-champagne);
    margin-bottom: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--pf-or-champagne);
}

.pf-chapter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 28px;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    letter-spacing: 4px;
    color: var(--pf-or-royal);
    text-transform: uppercase;
    font-weight: 500;
}

.pf-chapter::before, .pf-chapter::after {
    content: '';
    flex: 0 0 80px;
    height: 0.5px;
    background: var(--pf-or-royal);
    opacity: 0.6;
}

.pf-chapter-star {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: var(--pf-or-royal);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

/* ORNEMENT entre sections */
.pf-ornament {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
    max-width: 300px;
    padding: 40px 0;
}

.pf-ornament::before, .pf-ornament::after {
    content: '';
    flex: 1;
    height: 0.5px;
    background: var(--pf-or-champagne);
    opacity: 0.5;
}

.pf-ornament-star {
    width: 18px;
    height: 18px;
    background: var(--pf-or-champagne);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.pf-section-title {
    font-family: 'Playfair Display', serif !important;
    color: var(--pf-bleu-nuit);
    margin: 0 0 28px 0;
    font-weight: 400;
}

.pf-lead {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.55;
    color: var(--pf-ardoise);
    margin-bottom: 32px;
    max-width: 720px;
}

/* LETTRINE */
.pf-dropcap::first-letter {
    font-family: 'Cormorant Garamond', serif;
    font-size: 78px;
    line-height: 0.85;
    float: left;
    margin: 6px 12px 0 0;
    color: var(--pf-or-champagne);
    font-weight: 400;
    font-style: italic;
}

/* BOUTONS */
.pf-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    padding: 16px 32px;
    border: 1px solid;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.pf-btn::after { content: '→'; transition: transform 0.3s; }
.pf-btn:hover::after { transform: translateX(6px); }

.pf-btn-primary {
    background: var(--pf-or-royal);
    color: var(--pf-noir) !important;
    border-color: var(--pf-or-royal);
}
.pf-btn-primary:hover {
    background: var(--pf-ivoire);
    border-color: var(--pf-ivoire);
    color: var(--pf-bleu-nuit) !important;
}

.pf-btn-secondary {
    background: transparent;
    color: var(--pf-ivoire) !important;
    border-color: var(--pf-ivoire);
}
.pf-btn-secondary:hover {
    background: var(--pf-ivoire);
    color: var(--pf-bleu-nuit) !important;
}

.pf-btn-dark {
    background: var(--pf-bleu-nuit);
    color: var(--pf-ivoire) !important;
    border-color: var(--pf-bleu-nuit);
}
.pf-btn-dark:hover {
    background: var(--pf-or-royal);
    border-color: var(--pf-or-royal);
    color: var(--pf-noir) !important;
}

/* HERO V4 - bleu nuit dramatique avec étoiles encadrant le titre */
.pf-hero {
    position: relative;
    min-height: 95vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--pf-bleu-profond);
    margin: 0 !important;
}

.pf-hero-image {
    position: absolute;
    inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.pf-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8,26,46,0.92) 0%, rgba(14,42,71,0.75) 50%, rgba(10,10,10,0.9) 100%);
}

.pf-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 32px 80px;
    color: var(--pf-ivoire);
    width: 100%;
    text-align: center;
}

.pf-hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(52px, 7.5vw, 96px) !important;
    font-weight: 400 !important;
    color: var(--pf-ivoire) !important;
    line-height: 1.02 !important;
    margin: 0 0 18px 0;
    letter-spacing: -0.02em;
}

.pf-hero-title em {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic;
    color: var(--pf-or-royal);
    font-weight: 400 !important;
    display: block;
    margin-top: 10px;
}

.pf-hero-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.5;
    color: var(--pf-ivoire);
    opacity: 0.88;
    max-width: 680px;
    margin: 0 auto 44px;
    font-weight: 300;
    font-style: italic;
}

.pf-hero-ctas {
    display: flex;
    gap: 18px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.pf-hero-trust {
    display: flex;
    justify-content: center;
    gap: 44px;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    letter-spacing: 3.5px;
    color: var(--pf-ivoire);
    opacity: 0.72;
    text-transform: uppercase;
    font-weight: 500;
    flex-wrap: wrap;
}

.pf-hero-trust div::before {
    content: '✦';
    color: var(--pf-or-royal);
    margin-right: 8px;
}

/* SECTIONS */
.pf-section {
    padding: 100px 0;
    position: relative;
}

.pf-section--alt { background: var(--pf-blanc); }
.pf-section--dark { background: var(--pf-bleu-nuit); color: var(--pf-ivoire); }
.pf-section--dark h1, .pf-section--dark h2, .pf-section--dark h3 { color: var(--pf-ivoire) !important; }
.pf-section--dark p { color: var(--pf-ivoire); opacity: 0.85; }

.pf-section-header {
    max-width: 900px;
    margin: 0 auto 60px;
    text-align: center;
}

/* NOTRE APPROCHE - split avec lettrine */
.pf-approche {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
}

.pf-approche-img {
    aspect-ratio: 4/5;
    background: linear-gradient(135deg, #D4C9B0 0%, #9B8F73 100%);
    position: relative;
    overflow: hidden;
}

.pf-approche-img::after {
    content: 'Portrait Ella Badjo · Fondatrice';
    position: absolute;
    bottom: 18px; left: 18px;
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 2px;
    color: var(--pf-ivoire);
    text-transform: uppercase;
    font-weight: 500;
    opacity: 0.85;
}

/* EXPERTISES - cartes avec numéros romains */
.pf-expertises-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 50px;
}

.pf-expertise-card {
    background: var(--pf-blanc);
    border: 0.5px solid rgba(201,169,97,0.3);
    text-decoration: none;
    color: inherit;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pf-expertise-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 48px rgba(14, 42, 71, 0.15);
    border-color: var(--pf-or-royal);
}

.pf-expertise-image {
    position: relative;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #D4C9B0 0%, #B5A988 100%);
    overflow: hidden;
}

.pf-expertise-image img {
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform 0.8s;
    filter: brightness(0.92);
}

.pf-expertise-card:hover .pf-expertise-image img {
    transform: scale(1.06);
    filter: brightness(1);
}

.pf-expertise-num {
    position: absolute;
    top: 18px; left: 22px;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 38px;
    color: var(--pf-ivoire);
    line-height: 1;
    text-shadow: 0 2px 8px rgba(14, 42, 71, 0.4);
}

.pf-expertise-body {
    padding: 26px 26px 30px;
}

.pf-expertise-cat {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--pf-or-champagne);
    margin-bottom: 10px;
}

.pf-expertise-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--pf-bleu-nuit);
    margin: 0 0 12px 0;
    font-weight: 400;
}

.pf-expertise-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-style: italic;
    line-height: 1.5;
    color: var(--pf-ardoise);
    margin: 0 0 20px 0;
    font-weight: 400;
}

.pf-expertise-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 0.5px solid rgba(14, 42, 71, 0.1);
}

.pf-expertise-price {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: var(--pf-bleu-nuit);
}

.pf-expertise-link {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--pf-or-champagne);
    font-weight: 600;
}

/* TARIFS dynamiques (shortcode) */
.pf-tarifs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.pf-tarif {
    background: var(--pf-blanc);
    border: 0.5px solid rgba(201,169,97,0.3);
    padding: 32px 24px;
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
}

.pf-tarif:hover {
    border-color: var(--pf-or-royal);
    transform: translateY(-3px);
}

.pf-tarif--featured {
    background: var(--pf-bleu-nuit);
    color: var(--pf-ivoire);
    border-color: var(--pf-or-royal);
}

.pf-tarif--featured .pf-tarif-title,
.pf-tarif--featured .pf-tarif-price {
    color: var(--pf-ivoire) !important;
}

.pf-tarif--featured .pf-tarif-desc {
    color: var(--pf-ivoire);
    opacity: 0.85;
}

.pf-tarif-badge {
    position: absolute;
    top: -1px; right: -1px;
    padding: 5px 12px;
    background: var(--pf-or-royal);
    color: var(--pf-noir);
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.pf-tarif-num {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: var(--pf-or-champagne);
    font-size: 24px;
    margin-bottom: 8px;
    line-height: 1;
}

.pf-tarif-label {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--pf-or-champagne);
    margin-bottom: 14px;
    display: block;
}

.pf-tarif-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: var(--pf-bleu-nuit);
    margin: 0 0 16px 0;
    font-weight: 400;
    line-height: 1.15;
}

.pf-tarif-price {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 400;
    color: var(--pf-bleu-nuit);
    line-height: 1;
    margin: 0 0 18px 0;
}

.pf-tarif-price small {
    font-size: 13px;
    color: var(--pf-gris);
    font-family: 'Inter', sans-serif;
    letter-spacing: 1.5px;
}

.pf-tarif--featured .pf-tarif-price small { color: var(--pf-or-pale); }

.pf-tarif-desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5;
    color: var(--pf-ardoise);
    margin: 0 0 20px 0;
    flex: 1;
}

.pf-tarif-cta {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--pf-or-champagne);
    font-weight: 600;
    text-decoration: none !important;
    border-top: 0.5px solid rgba(14, 42, 71, 0.1);
    padding-top: 14px;
    display: block;
}

.pf-tarif--featured .pf-tarif-cta {
    color: var(--pf-or-royal);
    border-top-color: rgba(212, 175, 55, 0.3);
}

/* CONDITIONS commerciales (shortcode) */
.pf-conditions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.pf-conditions-grid > div {
    padding: 24px;
    background: rgba(245, 239, 228, 0.5);
    border-left: 2px solid var(--pf-or-royal);
    display: flex;
    flex-direction: column;
}

.pf-conditions-grid strong {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: var(--pf-bleu-nuit);
    font-weight: 400;
    margin-bottom: 8px;
}

.pf-conditions-grid span {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--pf-ardoise);
    text-transform: uppercase;
}

/* STATS */
.pf-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 28px;
    padding: 60px 0;
    border-top: 0.5px solid rgba(201, 169, 97, 0.4);
    border-bottom: 0.5px solid rgba(201, 169, 97, 0.4);
}

.pf-stat { text-align: center; }

.pf-stat-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 72px;
    font-weight: 400;
    color: var(--pf-or-champagne);
    line-height: 1;
    margin-bottom: 12px;
    font-style: italic;
}

.pf-stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--pf-ardoise);
    font-weight: 500;
}

/* CITATION */
.pf-quote {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
}

.pf-quote-mark {
    font-family: 'Cormorant Garamond', serif;
    font-size: 140px;
    color: var(--pf-or-champagne);
    line-height: 0.3;
    margin-bottom: 30px;
    font-style: italic;
    opacity: 0.6;
}

.pf-quote-text {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(24px, 3.5vw, 40px);
    color: var(--pf-bleu-nuit);
    line-height: 1.3;
    margin-bottom: 32px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.pf-quote-author {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--pf-or-champagne);
    font-weight: 500;
}

/* CTA FINAL */
.pf-cta {
    background: var(--pf-noir);
    color: var(--pf-ivoire);
    padding: 120px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.pf-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.12) 0%, transparent 70%);
}

.pf-cta-inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 32px;
}

.pf-cta h2 {
    color: var(--pf-ivoire) !important;
    font-size: clamp(38px, 5vw, 68px) !important;
    margin-bottom: 24px;
}

.pf-cta p {
    font-family: 'Cormorant Garamond', serif;
    color: var(--pf-ivoire);
    opacity: 0.88;
    font-size: 22px;
    margin-bottom: 44px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-style: italic;
}

/* FOOTER */
footer, .site-footer {
    background: var(--pf-bleu-profond) !important;
    color: var(--pf-ivoire) !important;
    padding: 80px 0 30px 0 !important;
    margin-top: 0 !important;
}

footer h4, footer h5 {
    font-family: 'Inter', sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 3.5px !important;
    text-transform: uppercase !important;
    color: var(--pf-or-champagne) !important;
    margin-bottom: 22px !important;
    font-weight: 600 !important;
}

footer a, footer p {
    color: var(--pf-ivoire) !important;
    opacity: 0.78;
    font-size: 13.5px;
    line-height: 2;
    text-decoration: none !important;
}

footer a:hover { opacity: 1; color: var(--pf-or-champagne) !important; }

/* RESPONSIVE */
@media (max-width: 900px) {
    .pf-section { padding: 60px 0; }
    .pf-hero { min-height: 80vh; }
    .pf-hero-inner { padding: 90px 24px 60px; }
    .pf-hero-title { font-size: clamp(36px, 9vw, 56px) !important; }
    .pf-approche { grid-template-columns: 1fr; gap: 32px; }
    .pf-container { padding: 0 20px; }
    .wp-block-site-logo img, .custom-logo { max-height: 48px !important; }
    .pf-hero-ctas { flex-direction: column; align-items: stretch; }
    .pf-hero-trust { gap: 18px; }
    .pf-header-link { display: none; }
}

html[lang] body { margin-top: 0 !important; }
#wpadminbar { background: var(--pf-bleu-profond) !important; }
/* =============================================================
   PF HEADER CUSTOM V4.1 — ajouté après pf-theme-v4.css
   ============================================================= */

/* Masquer header WordPress natif */
body.pf-custom-header > .wp-site-blocks > header,
body.pf-custom-header header.wp-block-template-part,
body.pf-custom-header .wp-site-blocks > .wp-block-template-part:first-child {
    display: none !important;
}

/* Forcer conteneurs à pleine largeur */
body.pf-custom-header .wp-site-blocks,
body.pf-custom-header main,
body.pf-custom-header .wp-block-post-content,
body.pf-custom-header .wp-block-group.is-layout-constrained {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.pf-custom-header .wp-site-blocks > main {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* ============ HEADER CUSTOM ============ */
.pf-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: rgba(245, 239, 228, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(201, 169, 97, 0.25);
    width: 100%;
    box-shadow: 0 1px 0 rgba(14, 42, 71, 0.04);
}

.pf-header-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 14px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

/* LOGO */
.pf-header-logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    flex-shrink: 0;
}

.pf-logo-mark {
    width: 52px;
    height: 58px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 6px rgba(14, 42, 71, 0.12));
}

.pf-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.pf-logo-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 19px;
    font-weight: 500;
    color: #0E2A47;
    letter-spacing: 0.3px;
    line-height: 1.1;
}

.pf-logo-name em {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #C9A961;
    font-weight: 400;
}

.pf-logo-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 9px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    color: #C9A961;
    margin-top: 5px;
    font-weight: 500;
}

/* NAV */
.pf-header-nav {
    display: flex;
    align-items: center;
    gap: 4px;
    flex: 1;
    justify-content: center;
}

.pf-nav-link {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #0E2A47 !important;
    font-weight: 500;
    padding: 10px 14px;
    text-decoration: none !important;
    position: relative;
    transition: color 0.3s;
}

.pf-nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 0;
    height: 1px;
    background: #D4AF37;
    transition: all 0.3s;
    transform: translateX(-50%);
}

.pf-nav-link:hover {
    color: #C9A961 !important;
}

.pf-nav-link:hover::after {
    width: 60%;
}

/* HEADER RIGHT (CTA + espace client) */
.pf-header-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.pf-header-link {
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #3E4C59 !important;
    text-decoration: none !important;
    opacity: 0.75;
    transition: opacity 0.3s;
    font-weight: 500;
}

.pf-header-link:hover {
    opacity: 1;
    color: #C9A961 !important;
}

.pf-header-cta {
    background: #D4AF37;
    color: #0A0A0A !important;
    padding: 11px 22px;
    font-family: 'Inter', sans-serif;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #D4AF37;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.2);
}

.pf-header-cta:hover {
    background: #0E2A47;
    color: #F5EFE4 !important;
    border-color: #0E2A47;
    box-shadow: 0 4px 12px rgba(14, 42, 71, 0.2);
}

/* MOBILE TOGGLE */
.pf-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.pf-mobile-toggle span {
    display: block;
    width: 24px;
    height: 1.5px;
    background: #0E2A47;
    transition: all 0.3s;
}

.pf-mobile-toggle-open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.pf-mobile-toggle-open span:nth-child(2) { opacity: 0; }
.pf-mobile-toggle-open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* MOBILE NAV */
.pf-mobile-nav {
    display: none;
    flex-direction: column;
    padding: 20px 32px;
    background: #F5EFE4;
    border-top: 1px solid rgba(201, 169, 97, 0.2);
}

.pf-mobile-nav.pf-mobile-nav-open {
    display: flex;
}

.pf-mobile-nav a {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0E2A47 !important;
    text-decoration: none !important;
    padding: 14px 0;
    border-bottom: 0.5px solid rgba(14, 42, 71, 0.08);
    font-weight: 500;
}

.pf-mobile-nav .pf-mobile-cta {
    background: #D4AF37;
    color: #0A0A0A !important;
    text-align: center;
    margin-top: 16px;
    padding: 14px;
    border-bottom: none;
    font-weight: 600;
}

/* ============ HERO FULL-WIDTH FORCÉ ============ */
.pf-hero {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 90vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #081A2E;
    position: relative;
}

.pf-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.35;
}

.pf-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8,26,46,0.92) 0%, rgba(14,42,71,0.72) 50%, rgba(10,10,10,0.9) 100%);
}

.pf-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 120px 32px 80px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.pf-hero-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(48px, 7vw, 92px) !important;
    font-weight: 400 !important;
    color: #F5EFE4 !important;
    line-height: 1.02 !important;
    margin: 0 0 18px 0 !important;
    letter-spacing: -0.02em !important;
}

.pf-hero-title em {
    font-family: 'Cormorant Garamond', serif !important;
    font-style: italic !important;
    color: #D4AF37 !important;
    font-weight: 400 !important;
    display: block !important;
    margin-top: 10px !important;
}

/* Toutes les sections full width */
.pf-section,
.pf-cta {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1100px) {
    .pf-nav-link {
        font-size: 9.5px;
        padding: 8px 10px;
        letter-spacing: 2px;
    }
    .pf-logo-tagline { display: none; }
}

@media (max-width: 900px) {
    .pf-header-inner { padding: 12px 20px; }
    .pf-header-nav,
    .pf-header-right { display: none; }
    .pf-mobile-toggle { display: flex; }
    .pf-logo-mark { width: 42px; height: 47px; }
    .pf-logo-name { font-size: 16px; }
}
