/* ═══════════════════════════════════════════
   SOUS LE TIPI — Feuille de style commune
   Palette : crème + terracotta
   ═══════════════════════════════════════════ */

:root {
    --bg: #d1ccec;
    --accent: #b26554;
    --dark: #2a1f1a;
    --cream: #faf8f3;
    --muted: rgba(42,31,26,0.55);
    --border: rgba(178,101,84,0.18);
}
*{margin:0;padding:0;box-sizing:border-box}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:var(--bg);color:var(--dark);line-height:1.6}

/* ═══ NAV ═══ */
nav{background:var(--cream);padding:1rem 2rem;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
nav .container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}
.logo{font-size:1.4rem;font-weight:700;color:var(--accent);text-decoration:none}
.nav-brand{display:flex;align-items:center;gap:1.1rem}
.nav-social{display:flex;align-items:center;gap:0.9rem}
.nav-social a{display:inline-flex;color:var(--accent);transition:transform 0.15s ease,opacity 0.2s ease}
.nav-social a:hover{transform:translateY(-2px);opacity:0.7}
.nav-social svg{width:19px;height:19px;fill:currentColor;display:block}
.nav-links{display:flex;gap:1.8rem;list-style:none;align-items:center}
.nav-links a{color:var(--dark);text-decoration:none;font-weight:500;font-size:0.95rem;transition:color 0.2s}
.nav-links a:hover{color:var(--accent)}
.nav-links a.active{color:var(--accent);font-weight:700}
.nav-cta{background:var(--accent);color:var(--cream)!important;padding:0.5rem 1.2rem;border-radius:8px;transition:opacity 0.2s}
.nav-cta:hover{opacity:0.85;color:var(--cream)!important}

/* ═══ BOUTONS ═══ */
.btn{display:inline-block;padding:0.85rem 1.7rem;border-radius:999px;font-weight:700;font-size:1rem;text-decoration:none;transition:transform 0.15s ease,box-shadow 0.15s ease,background 0.15s ease,color 0.15s ease;cursor:pointer;border:none;font-family:inherit}
.btn-primary{background:var(--accent);color:var(--cream)}
.btn-primary:hover{background:#9d5646;transform:translateY(-1px);box-shadow:0 6px 18px rgba(178,101,84,0.35)}
.btn-ghost{background:transparent;color:var(--dark);border:2px solid var(--dark)}
.btn-ghost:hover{background:var(--dark);color:var(--cream);transform:translateY(-1px)}
.btn-on-accent{background:var(--cream);color:var(--accent)}
.btn-on-accent:hover{background:var(--dark);color:var(--cream);transform:translateY(-1px)}

/* ═══ SECTIONS — titres ═══ */
.section-eyebrow{font-size:0.75rem;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--accent);margin-bottom:1rem;text-align:center}
.eyebrow-left{text-align:left;display:flex;align-items:center;gap:10px}
.eyebrow-left::before{content:'';width:28px;height:2px;background:var(--accent)}
.eyebrow-right{text-align:right;display:flex;align-items:center;gap:10px;justify-content:flex-end}
.eyebrow-right::after{content:'';width:28px;height:2px;background:var(--accent)}
.section-title{font-size:2.4rem;font-weight:700;color:var(--dark);text-align:center;margin-bottom:1rem}
.section-title-left{font-size:2.4rem;font-weight:800;color:var(--dark);text-align:left;margin-bottom:1rem;line-height:1.1}
.section-title-right{font-size:2.4rem;font-weight:800;color:var(--dark);text-align:right;margin-bottom:1rem;line-height:1.1}
.divider{width:48px;height:2px;background:var(--accent);margin:1rem auto 3rem;opacity:0.4}

/* ═══ HOME HERO (visage + accroche) ═══ */
.home-hero-wrap{background:var(--cream)}
.home-hero{max-width:1240px;margin:0 auto;padding:2rem 2rem 0;display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem;align-items:center}
.home-hero-photo{width:100%;height:700px;object-fit:contain;object-position:center bottom;display:block;align-self:end}
.home-hero-content h1{font-size:3.3rem;font-weight:800;color:var(--dark);line-height:1.08;letter-spacing:-0.02em;margin-bottom:1.3rem}
.home-hero-content h1 em{font-style:italic;color:var(--accent)}
.home-hero-content p{font-size:1.13rem;color:var(--muted);line-height:1.75;margin-bottom:2rem;max-width:560px}
.home-hero-cta{display:flex;gap:0.9rem;flex-wrap:wrap}
.home-hero-proof{font-size:0.92rem;color:var(--muted);line-height:1.6;margin-top:1.5rem;max-width:520px;font-style:italic}
.home-hero-proof strong{color:var(--dark)}
.home-hero-sign{display:block;margin-top:0.4rem;font-style:normal;font-weight:700;color:var(--accent);font-size:0.85rem}
.reveal{opacity:0;transform:translateY(28px);transition:opacity 0.8s cubic-bezier(0.16,1,0.3,1),transform 0.8s cubic-bezier(0.16,1,0.3,1)}
.reveal.is-visible{opacity:1;transform:translateY(0)}
/* Variantes d'animation au scroll */
.reveal-up{opacity:0;transform:translateY(40px);transition:opacity 0.9s cubic-bezier(0.16,1,0.3,1),transform 0.9s cubic-bezier(0.16,1,0.3,1)}
.reveal-up.is-visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity 0.9s cubic-bezier(0.16,1,0.3,1),transform 0.9s cubic-bezier(0.16,1,0.3,1)}
.reveal-left.is-visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(40px);transition:opacity 0.9s cubic-bezier(0.16,1,0.3,1),transform 0.9s cubic-bezier(0.16,1,0.3,1)}
.reveal-right.is-visible{opacity:1;transform:translateX(0)}
.reveal-zoom{opacity:0;transform:scale(0.94);transition:opacity 1s cubic-bezier(0.16,1,0.3,1),transform 1s cubic-bezier(0.16,1,0.3,1)}
.reveal-zoom.is-visible{opacity:1;transform:scale(1)}
.reveal-delay-1{transition-delay:0.15s}
.reveal-delay-2{transition-delay:0.3s}
.reveal-delay-3{transition-delay:0.45s}
@media(prefers-reduced-motion:reduce){.reveal-up,.reveal-left,.reveal-right,.reveal-zoom{opacity:1;transform:none;transition:none}}
/* Titre révélé en deux temps */
.reveal-title{opacity:1;transform:none}
.reveal-title .rl{display:inline-block;opacity:0;transform:translateY(24px);transition:opacity 0.7s cubic-bezier(0.16,1,0.3,1),transform 0.7s cubic-bezier(0.16,1,0.3,1)}
.reveal-title.is-visible .rl{opacity:1;transform:none}
.reveal-title.is-visible .rl:nth-child(2){transition-delay:0.38s}
@media(prefers-reduced-motion:reduce){.reveal,.reveal-title .rl{opacity:1;transform:none;transition:none}}
@media(max-width:900px){.home-hero{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem}.home-hero-photo{height:420px}.home-hero-content{text-align:center}.home-hero-content h1{font-size:2.5rem}.home-hero-content p{margin-left:auto;margin-right:auto}.home-hero-cta{justify-content:center}.home-hero-proof{margin-left:auto;margin-right:auto}}
@media(max-width:600px){.home-hero-content h1{font-size:2.05rem}.home-hero-photo{height:340px}}

/* ═══ HERO PODCAST ═══ */
.podcast-block{padding-top:4.5rem}
.podcast-block .hero{padding-top:0}
.hero{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
/* Page podcast : hero avec mosaïque + contenu long → alignement en haut plus lisible */
body:has(.hero-mosaic) .hero{align-items:start}
.hero-mosaic{position:sticky;top:6rem}
.hero-left > img{width:100%;height:720px;object-fit:contain;object-position:center;border-radius:0;display:block}
.hero-right{text-align:center}
.hero-logo{height:90px;width:auto;display:block;margin:0 auto 1.2rem}
.hero-slogan{font-size:0.72rem;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--accent);margin-bottom:0.6rem}
.hero h1,.hero-title{font-size:3.8rem;font-weight:800;color:var(--dark);line-height:1.05;margin-bottom:1.2rem}
.hero-desc{font-size:1.15rem;color:var(--muted);line-height:1.8;margin-bottom:0.8rem}
.hero-author{font-style:italic;font-size:0.9rem;color:var(--muted);margin-bottom:1.8rem}
.platforms{display:flex;flex-wrap:wrap;gap:0.8rem;margin-top:0.5rem;justify-content:center}
.platform-link{display:flex;align-items:center;gap:0.6rem;text-decoration:none;transition:opacity 0.2s;background:var(--cream);border-radius:8px;padding:0.5rem 0.8rem;border:1px solid var(--border)}
.platform-link:hover{opacity:0.75}
.platform-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.platform-text{display:flex;flex-direction:column;line-height:1.2}
.pt-label{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:0.05em}
.pt-name{font-size:13px;font-weight:700;color:var(--dark)}
.podcast-cta{margin-top:1.8rem}
/* ═══ SOCIAL PROOF ═══ */
.social-proof{margin-top:2.5rem;max-width:520px;margin-left:auto;margin-right:auto}
.proof-stats{display:flex;align-items:center;justify-content:center;gap:2rem}
.proof-stat{text-align:center}
.proof-number{font-size:2.2rem;font-weight:900;color:var(--accent);line-height:1;letter-spacing:-0.03em;display:block}
.proof-unit{font-size:0.7rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:0.08em;display:block;margin-top:0.3rem}
.proof-divider{width:1px;height:2.2rem;background:var(--border);flex-shrink:0}
.proof-testimonials{margin-top:1.4rem;padding-top:0;border-top:none;display:flex;flex-direction:column;gap:0.8rem}
.proof-testimonial{border:none;padding:0;font-style:italic;text-align:center}
.proof-testimonial p{font-size:0.88rem;color:var(--muted);margin:0 0 0.15rem;line-height:1.4}
.proof-testimonial cite{font-size:0.78rem;color:var(--accent);font-style:normal;font-weight:600}
@media(max-width:600px){.proof-stats{gap:1rem}.proof-number{font-size:1.6rem}.proof-divider{height:1.6rem}}
/* ═══ ICÔNES PLATEFORMES PAR ÉPISODE ═══ */
.episode-card__links{display:flex;gap:0.6rem;margin-top:0.6rem;justify-content:center}
.episode-card__links a{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;opacity:0.5;transition:opacity 0.2s;flex-shrink:0}
.episode-card__links a:hover{opacity:1}
.episode-card__links a svg{width:16px;height:16px;max-width:16px;max-height:16px;flex-shrink:0}
/* Mosaïque pochettes hero */
.hero-mosaic{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;border-radius:16px;overflow:hidden;max-width:520px}
.hero-mosaic img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;display:block;border-radius:0;transition:transform 0.3s ease,filter 0.3s ease;filter:saturate(0.85)}
.hero-mosaic img:hover{transform:scale(1.08);filter:saturate(1);z-index:1}
@media(max-width:900px){.hero-mosaic{max-width:360px;margin:0 auto}}
@media(max-width:600px){.hero-mosaic{max-width:280px;gap:3px}}

/* ═══ ÉPISODES ═══ */
.episodes-section{max-width:1200px;margin:0 auto;padding:0.5rem 2rem 5rem}
.ausha-container{max-width:900px;margin:0 auto;background:var(--cream);padding:2rem;border-radius:12px}

/* ═══ GRILLE ÉPISODES (page podcast) ═══ */
.episodes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:1200px;margin:0 auto;padding:0 2rem}
.episode-card{background:var(--cream);border-radius:12px;overflow:hidden;border:1px solid var(--border);display:flex;flex-direction:column;transition:transform 0.15s ease,box-shadow 0.2s ease}
.episode-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(26,26,26,0.12)}
.episode-card__img{width:100%;aspect-ratio:1;object-fit:cover;display:block}
.episode-card__body{padding:1.2rem 1.3rem;display:flex;flex-direction:column;flex:1}
.episode-card__name{font-size:1.05rem;font-weight:800;color:var(--dark);line-height:1.2;margin-bottom:0.2rem}
.episode-card__role{font-size:0.72rem;color:var(--accent);font-weight:600;margin-bottom:0.5rem;text-transform:uppercase;letter-spacing:0.04em}
.episode-card__quote{font-size:0.82rem;color:var(--muted);font-style:italic;line-height:1.5;margin-bottom:0.8rem;flex:1}
.episode-card__play{display:flex;align-items:center;gap:0.5rem;background:rgba(178,101,84,0.09);color:var(--accent);border:none;border-radius:8px;padding:0.55rem 1rem;font-weight:700;font-size:0.82rem;cursor:pointer;font-family:inherit;transition:background 0.2s;align-self:flex-start;width:100%;justify-content:center}
.episode-card__play:hover{background:rgba(178,101,84,0.18)}
.episode-card__play svg{width:14px;height:14px;fill:currentColor;flex-shrink:0}
.episode-card__player{padding:0 1.2rem 1.2rem;display:none}
.episode-card__player.is-open{display:block}
.episode-card__player iframe{border-radius:8px}
/* Stats en haut de section */
.podcast-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem}
.podcast-stat{text-align:center}
.podcast-stat__num{display:block;font-size:2.2rem;font-weight:800;color:var(--accent);line-height:1}
.podcast-stat__label{font-size:0.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:0.08em;margin-top:0.3rem}
/* CTA intercalé dans la grille */
.episodes-cta{grid-column:1 / -1;background:rgba(178,101,84,0.06);border:2px dashed var(--border);border-radius:12px;padding:2.5rem 2rem;text-align:center;margin:0.5rem 0}
.episodes-cta h3{font-size:1.3rem;font-weight:800;color:var(--dark);margin-bottom:0.5rem}
.episodes-cta p{font-size:0.95rem;color:var(--muted);margin-bottom:1.2rem;max-width:480px;margin-left:auto;margin-right:auto}
@media(max-width:900px){.episodes-grid{grid-template-columns:repeat(2,1fr);padding:0 1.5rem}.podcast-stats{gap:2rem}}
@media(max-width:600px){.episodes-grid{grid-template-columns:1fr;max-width:400px}.podcast-stats{flex-direction:column;gap:1rem;align-items:center}}

/* ═══ HERO AGENCE (titre rotatif animé) ═══ */
.agence-hero{background:var(--cream);padding:5rem 2rem 4rem;text-align:center}
.agence-hero-inner{max-width:900px;margin:0 auto}
.agence-hero h1{font-size:3.4rem;font-weight:800;color:var(--dark);line-height:1.12;margin-bottom:1.3rem;letter-spacing:-0.02em}
.rotator{display:block;position:relative;height:1.18em;overflow:hidden}
.rotator-word{position:absolute;left:0;right:0;color:var(--accent);font-style:italic;opacity:0;transform:translateY(0.55em);transition:opacity 0.45s ease,transform 0.45s ease;will-change:opacity,transform}
.rotator-word.is-active{opacity:1;transform:translateY(0)}
.rotator-word.is-leaving{opacity:0;transform:translateY(-0.55em)}
.agence-hero-fixed{display:block}
.agence-hero-sub{font-size:1.13rem;color:var(--muted);line-height:1.7;max-width:600px;margin:0 auto 2.2rem}
.agence-hero-cta{display:flex;gap:0.9rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}
.agence-hero-proof{font-size:0.92rem;color:var(--muted)}
.agence-hero-proof strong{color:var(--dark)}
.agence-hero-quotes{max-width:880px;margin:2.6rem auto 0;display:grid;grid-template-columns:1fr 1fr;gap:1.6rem 3rem;align-items:start}
.agence-hero-quote{margin:0;font-style:italic;font-weight:500;color:var(--muted);line-height:1.45;font-size:0.82rem}
.agence-hero-quote cite{display:block;margin-top:0.35rem;font-style:normal;font-weight:700;color:var(--accent);font-size:0.76rem}
.agence-hero-quote--left{text-align:left}
.agence-hero-quote--right{text-align:right}
.agence-hero-quote--bottom{grid-column:1 / -1;justify-self:center;text-align:center;max-width:62%}
@media(max-width:600px){.agence-hero-quotes{grid-template-columns:1fr}.agence-hero-quote{text-align:center!important;max-width:100%!important}}
@media(prefers-reduced-motion:reduce){.rotator-word{transition:opacity 0.6s ease;transform:none!important}}
@media(max-width:900px){.agence-hero h1{font-size:2.6rem}}
@media(max-width:600px){.agence-hero{padding:3.5rem 1.5rem 3rem}.agence-hero h1{font-size:2rem}}

/* ═══ AGENCE (centré) ═══ */
.agence-section{background:var(--cream);padding:5rem 2rem}
.agence-inner{max-width:1200px;margin:0 auto}
.agence-intro{font-size:1.1rem;color:var(--muted);max-width:720px;margin:0 auto;text-align:center;line-height:1.75}

/* ═══ TEASER AGENCE (accueil, court) ═══ */
.agence-teaser{background:var(--cream);padding:4.5rem 2rem}
.agence-teaser-inner{max-width:760px;margin:0 auto;text-align:center}
.agence-teaser p:not(.section-eyebrow){font-size:1.1rem;color:var(--muted);line-height:1.75;margin-bottom:2rem}
/* Étiquettes de section « L'AGENCE » et « LE PODCAST » — même format */
.agence-teaser>.agence-teaser-inner>.section-eyebrow,
.podcast-block>.section-eyebrow{font-size:1.1rem;color:var(--muted);margin-bottom:1rem}
.agence-teaser .btn-row{display:flex;gap:0.9rem;justify-content:center;flex-wrap:wrap}

/* ═══ SERVICES & EXPERTISES (accueil) ═══ */
.services-section{background:var(--cream);padding:5rem 2rem}
.services-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.services-image{width:100%}
.services-image img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:20px;display:block}
.services-content{display:flex;flex-direction:column}
.services-title{font-size:2.4rem;font-weight:800;color:var(--dark);line-height:1.15;margin-bottom:0.9rem}
.services-lead{font-size:1.05rem;color:var(--muted);line-height:1.6;margin-bottom:2rem;max-width:480px}
.services-lead em{color:var(--accent);font-style:normal;font-weight:700}
.services-list{list-style:none;padding:0;margin:0 0 2rem}
.service-item{font-size:1.4rem;font-weight:600;color:var(--dark);padding:0.9rem 0;border-bottom:1px solid var(--border);transition:color 0.2s,padding-left 0.2s}
.service-item:first-child{border-top:1px solid var(--border)}
.service-item:hover{color:var(--accent);padding-left:0.4rem}
.services-cta{align-self:flex-start;color:var(--accent);text-decoration:none;font-weight:600;font-size:1rem;padding:0.7rem 1.4rem;border:1.5px solid var(--accent);border-radius:9999px;transition:background 0.2s,color 0.2s}
.services-cta:hover{background:var(--accent);color:var(--cream)}
@media(max-width:900px){.services-inner{grid-template-columns:1fr;gap:1.5rem}.services-title{font-size:1.9rem}.service-item{font-size:1.15rem}.services-image{max-width:280px;margin:0 auto}.services-image img{aspect-ratio:auto;height:auto;max-height:220px;object-fit:cover}}

/* ═══ GRAND CTA CONTACT (avant footer) ═══ */
.big-cta-section{background:var(--dark);padding:5rem 2rem 6rem;color:var(--cream)}
.big-cta-inner{max-width:1100px;margin:0 auto}
.big-cta-text{font-size:1.6rem;line-height:1.4;color:var(--cream);margin-bottom:2.5rem;font-weight:500}
.big-cta-btn{display:block;width:100%;background:var(--cream);color:var(--dark);text-align:center;text-decoration:none;font-size:2.8rem;font-weight:700;letter-spacing:0.02em;padding:3.5rem 2rem;border-radius:9999px;transition:transform 0.25s ease,background 0.25s ease}
.big-cta-btn:hover{transform:scale(1.01);background:var(--accent);color:var(--cream)}
@media(max-width:768px){.big-cta-text{font-size:1.2rem}.big-cta-btn{font-size:1.6rem;padding:2rem 1.5rem}}

/* ═══ RÉFÉRENCES (homepage) ═══ */
.references-section{background:var(--bg);padding:5rem 2rem}
.references-inner{max-width:900px;margin:0 auto}
.ref-logos{display:flex;align-items:center;justify-content:center;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap}
.ref-logo{height:40px;width:auto;opacity:0.6;transition:opacity 0.2s;filter:grayscale(0.3)}
.ref-logo:hover{opacity:1;filter:none}
.ref-testimonials{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.2rem}
.ref-testimonial-card{background:var(--cream);border-radius:12px;padding:1.5rem;border:1px solid var(--border);margin:0;display:flex;flex-direction:column}
.ref-testimonial-card p{font-size:0.88rem;color:var(--muted);font-style:italic;line-height:1.55;margin:0 0 0.8rem;flex:1}
.ref-testimonial-card cite{font-size:0.78rem;color:var(--accent);font-style:normal;font-weight:500}
.ref-testimonial-card cite strong{color:var(--dark);font-weight:700}
@media(max-width:900px){.ref-testimonials{grid-template-columns:1fr}.ref-logos{gap:2rem}}

/* ═══ À PROPOS ═══ */
.about-section{background:var(--bg);padding:4.5rem 2rem}
.about-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:2.5rem;align-items:center}
.about-photo{width:160px;height:160px;border-radius:50%;object-fit:cover;object-position:center top;border:3px solid var(--accent);flex-shrink:0}
.about-text h2{font-size:1.9rem;font-weight:800;color:var(--dark);margin-bottom:1rem}
.about-text p{font-size:1rem;color:var(--muted);line-height:1.75;margin-bottom:0.8rem}
.about-cta{max-width:900px;margin:2.5rem auto 0;text-align:center}
@media(max-width:600px){.about-inner{grid-template-columns:1fr;text-align:center}.about-photo{margin:0 auto}}

/* ═══ POUR QUI / SECTEURS ═══ */
.secteurs-section{background:var(--bg);padding:5rem 2rem}
.secteurs-inner{max-width:1200px;margin:0 auto}
.secteurs-title{font-size:1.7rem;font-weight:800;color:var(--dark);line-height:1.25;max-width:820px;margin:0 auto 2.6rem;text-align:center}
.secteurs-title em{font-style:italic;color:var(--accent)}
.secteurs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.secteur-card{background:var(--cream);border:1px solid var(--border);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;border-top:3px solid var(--accent);transition:transform 0.15s ease,box-shadow 0.2s ease}
.secteur-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(26,26,26,0.13)}
.secteur-card__body{padding:1.6rem 1.4rem;display:flex;flex-direction:column;gap:0.6rem;flex:1}
.secteur-card__label{font-size:0.72rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--accent)}
.secteur-card__name{font-size:1.15rem;font-weight:800;color:var(--dark);line-height:1.3}
.secteur-card__desc{font-size:0.85rem;color:var(--muted);line-height:1.55;flex:1}
.secteur-card__link{margin-top:0.5rem;font-size:0.85rem;font-weight:700;color:var(--accent);text-decoration:none;background:rgba(178,101,84,0.09);border-radius:6px;padding:0.45rem 0.7rem;display:inline-flex;align-items:center;gap:0.35rem;align-self:flex-start;transition:background 0.2s}
.secteur-card__link:hover{background:rgba(178,101,84,0.18)}
@media(max-width:900px){.secteurs-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.secteurs-grid{grid-template-columns:1fr}.secteurs-title{font-size:1.4rem}}

/* ═══ L'APPROCHE (gauche) ═══ */
.approche-section{background:var(--cream);padding:4rem 2rem 5rem}
.approche-inner{max-width:1200px;margin:0 auto}
.approche-intro{font-size:1.05rem;color:var(--muted);line-height:1.75;max-width:720px;margin-bottom:2.5rem}
.objectifs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.objectif-card{background:var(--bg);border-radius:10px;padding:1.8rem 1.5rem;border-left:3px solid var(--accent)}
.objectif-card h3{font-size:1.1rem;font-weight:700;font-style:italic;color:var(--dark);margin-bottom:0.5rem}
.objectif-card p{font-size:0.88rem;color:var(--muted);line-height:1.65}

/* ═══ LA MÉTHODE (droite) ═══ */
.methode-section{background:var(--cream);padding:4rem 2rem 5rem}
.methode-inner{max-width:1200px;margin:0 auto}
.methode-intro{font-size:1.05rem;color:var(--muted);line-height:1.75;max-width:680px;margin-left:auto;margin-bottom:2.5rem;text-align:right}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;position:relative}
.steps-grid::before{content:'';position:absolute;top:24px;left:6%;right:6%;height:2px;background:var(--border)}
.step-card{background:var(--bg);border-radius:10px;padding:2rem 1.5rem 1.6rem;position:relative}
.step-num{width:48px;height:48px;border-radius:50%;background:var(--dark);color:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;margin-bottom:1rem;position:relative;z-index:2}
.step-card h3{font-size:1.1rem;font-weight:700;font-style:italic;color:var(--dark);margin-bottom:0.5rem}
.step-card p{font-size:0.88rem;color:var(--muted);line-height:1.65}

/* ═══ RÉFÉRENCES ═══ */
.realisations-section{background:var(--bg);padding:5rem 2rem}
.realisations-inner{max-width:1200px;margin:0 auto}
.ref-card{max-width:860px;margin:0 auto 1.5rem;background:var(--cream);border-radius:8px;padding:2.5rem;border-left:3px solid var(--accent)}
.ref-card:last-child{margin-bottom:0}
.ref-card img{height:44px;width:auto;display:block;margin-bottom:1.2rem;opacity:0.8}
.ref-card h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:0.75rem}
.ref-card p{font-size:0.95rem;color:var(--muted);line-height:1.8;margin-bottom:1.2rem}
.objectifs-list{display:flex;flex-wrap:wrap;gap:0.4rem}
.objectif-tag{background:var(--cream);color:var(--accent);font-size:0.75rem;padding:0.3rem 0.75rem;border-radius:20px;border:1px solid var(--border);font-weight:500}
.ref-quote{margin:1.3rem 0 0;padding:1rem 1.2rem;background:rgba(178,101,84,0.07);border-left:3px solid var(--accent);border-radius:0 8px 8px 0;font-style:italic;font-weight:700;color:var(--dark);line-height:1.6;font-size:1rem}
.ref-quote-author{display:block;margin-top:0.5rem;font-style:normal;font-weight:700;color:var(--accent);font-size:0.85rem}

/* ═══ FAQ ═══ */
.faq-section{background:var(--cream);padding:5rem 2rem}
.faq-inner{max-width:860px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}
.faq-item summary{list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;font-size:1.1rem;font-weight:600;color:var(--dark);cursor:pointer;transition:color 0.2s}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{color:var(--accent)}
.faq-icon{flex-shrink:0;width:26px;height:26px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--accent);font-size:16px;transition:transform 0.3s}
.faq-item[open] .faq-icon{transform:rotate(45deg)}
.faq-item p{margin-top:0.8rem;font-size:0.95rem;color:var(--muted);line-height:1.75;max-width:700px}

/* ═══ BANDE CTA ═══ */
.cta-band{background:var(--accent);padding:3.8rem 2rem;text-align:center}
.cta-band h2{color:var(--cream);font-size:2rem;font-weight:800;margin-bottom:1rem}
.cta-band p{color:rgba(250,248,243,0.85);font-size:1.05rem;margin-bottom:1.8rem;max-width:560px;margin-left:auto;margin-right:auto}

/* ═══ CTA en ligne (sous section) ═══ */
.inline-cta{text-align:center;margin-top:2.5rem}
.inline-cta__note{display:block;font-size:0.88rem;color:var(--muted);margin-top:0.7rem;font-style:italic}

/* ═══ CONTACT ═══ */
.contact-section-wrap{background:var(--bg);padding:5rem 2rem}
.contact-inner{max-width:600px;margin:0 auto;text-align:center}
.contact-photo{width:200px;height:200px;border-radius:50%;object-fit:cover;object-position:center top;margin:0 auto 2rem;display:block;border:3px solid var(--accent)}
.contact-inner p{font-size:1.05rem;color:var(--muted);line-height:1.75}
.contact-form{margin-top:2rem;text-align:left}
.form-field{margin-bottom:1.1rem}
.form-field label{display:block;font-size:0.85rem;font-weight:600;color:var(--dark);margin-bottom:0.4rem}
.form-field .optional{font-weight:400;color:var(--muted)}
.form-input{width:100%;padding:0.75rem 1rem;border:1px solid var(--border);border-radius:8px;background:var(--cream);color:var(--dark);font-size:0.95rem;outline:none;font-family:inherit;transition:border-color 0.2s}
.form-input:focus{border-color:var(--accent)}
textarea.form-input{resize:vertical}
.form-submit{width:100%;padding:0.95rem;background:var(--accent);color:var(--cream);border:none;border-radius:8px;font-size:1.05rem;font-weight:700;cursor:pointer;transition:background 0.2s,transform 0.15s;font-family:inherit}
.form-submit:hover{background:#9d5646;transform:translateY(-1px)}

/* ═══ MERCI ═══ */
.merci-section{background:var(--cream);padding:6rem 2rem;text-align:center;min-height:62vh;display:flex;align-items:center;justify-content:center}
.merci-inner{max-width:600px;margin:0 auto}
.merci-badge{width:72px;height:72px;border-radius:50%;background:var(--accent);color:var(--cream);display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.8rem}
.merci-inner h1{font-size:2.6rem;font-weight:800;color:var(--dark);margin-bottom:1.2rem;line-height:1.1}
.merci-inner p{font-size:1.1rem;color:var(--muted);line-height:1.75;margin-bottom:1rem}
.merci-cta{display:flex;gap:0.9rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}

/* ═══ FENÊTRE VIE PRIVÉE ═══ */
.privacy-toast{position:fixed;left:1.5rem;bottom:1.5rem;max-width:340px;background:var(--cream);color:var(--dark);border-left:4px solid var(--accent);border-radius:12px;padding:1.3rem 1.4rem;box-shadow:0 12px 40px rgba(26,26,26,0.18);z-index:1000;transform:translateX(calc(-100% - 2.5rem));opacity:0;transition:transform 0.5s cubic-bezier(0.16,1,0.3,1),opacity 0.5s ease}
.privacy-toast.is-visible{transform:translateX(0);opacity:1}
.privacy-toast h4{font-size:0.95rem;font-weight:800;margin-bottom:0.5rem;color:var(--accent)}
.privacy-toast p{font-size:0.86rem;line-height:1.55;color:var(--muted);margin:0}
.privacy-toast__close{position:absolute;top:0.7rem;right:0.8rem;background:none;border:none;font-size:1.3rem;line-height:1;color:var(--muted);cursor:pointer;padding:0.2rem;transition:color 0.2s}
.privacy-toast__close:hover{color:var(--dark)}
.privacy-toast__close:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}
@media(max-width:600px){.privacy-toast{left:1rem;right:1rem;bottom:1rem;max-width:none;transform:translateY(calc(100% + 2rem))}.privacy-toast.is-visible{transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){.privacy-toast{transition:opacity 0.4s ease;transform:none}}

/* ═══ BANDEAU COOKIE (barre bas) ═══ */
.cookie-banner{position:fixed;left:1.5rem;right:1.5rem;bottom:1.5rem;max-width:760px;margin:0 auto;background:var(--cream);border:1px solid var(--border);border-radius:14px;padding:1.1rem 1.3rem;box-shadow:0 14px 44px rgba(26,26,26,0.18);z-index:1000;display:flex;align-items:center;gap:1.1rem;transform:translateY(calc(100% + 2.5rem));opacity:0;transition:transform 0.55s cubic-bezier(0.16,1,0.3,1),opacity 0.4s ease}
.cookie-banner.is-visible{transform:translateY(0);opacity:1}
.cookie-banner__icon{width:48px;height:48px;flex-shrink:0}
.cookie-banner__text{flex:1;font-size:0.86rem;color:var(--muted);line-height:1.55;margin:0}
.cookie-banner__text strong{color:var(--dark)}
.cookie-banner__text a{color:var(--accent);text-decoration:none;font-weight:600}
.cookie-banner__text a:hover{text-decoration:underline}
.cookie-banner__btn{flex-shrink:0;background:var(--accent);color:var(--cream);border:none;border-radius:8px;padding:0.65rem 1.3rem;font-weight:700;font-size:0.9rem;cursor:pointer;font-family:inherit;transition:background 0.2s,transform 0.15s}
.cookie-banner__btn:hover{background:#9d5646;transform:translateY(-1px)}
@media(max-width:600px){.cookie-banner{flex-wrap:wrap;left:1rem;right:1rem;bottom:1rem;text-align:center;gap:0.8rem}.cookie-banner__icon{margin:0 auto}.cookie-banner__text{flex-basis:100%}.cookie-banner__btn{width:100%}}
@media(prefers-reduced-motion:reduce){.cookie-banner{transition:opacity 0.4s ease;transform:none}}

/* ═══ BOUTON CONTACT FLOTTANT ═══ */
.sticky-contact{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--accent);color:var(--cream);text-decoration:none;font-weight:700;font-size:0.88rem;padding:0.75rem 1.3rem;border-radius:999px;display:flex;align-items:center;gap:0.5rem;box-shadow:0 6px 20px rgba(178,101,84,0.4);z-index:90;transition:transform 0.15s ease,box-shadow 0.2s ease}
.sticky-contact:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(178,101,84,0.5)}
.sticky-contact svg{width:18px;height:18px;flex-shrink:0}
@media(max-width:600px){.sticky-contact{bottom:1rem;right:1rem;font-size:0;padding:0.9rem}.sticky-contact svg{width:22px;height:22px}}
/* ═══ PLAYER BAR PERSISTANT ═══ */
.player-bar{position:fixed;bottom:0;left:0;right:0;background:var(--cream);border-top:1px solid var(--border);box-shadow:0 -4px 20px rgba(0,0,0,0.08);z-index:100;transform:translateY(100%);transition:transform 0.3s ease;overflow:hidden}
.player-bar.is-visible{transform:translateY(0)}
.player-bar__inner{max-width:900px;margin:0 auto;padding:0.6rem 1rem;display:flex;align-items:center;gap:0.8rem}
.player-bar__title{font-size:0.82rem;font-weight:700;color:var(--dark);white-space:nowrap;min-width:120px}
.player-bar__iframe{flex:1;min-width:0}
.player-bar__iframe iframe{display:block;width:100%;height:160px}
.player-bar__close{background:none;border:none;font-size:1.6rem;color:var(--muted);cursor:pointer;padding:0.3rem 0.5rem;line-height:1;flex-shrink:0}
.player-bar__close:hover{color:var(--dark)}
body.has-player .sticky-contact{bottom:calc(160px + 1.5rem)}
body.has-player footer{padding-bottom:180px}
@media(max-width:600px){.player-bar__title{display:none}.player-bar__inner{padding:0.4rem 0.6rem}body.has-player .sticky-contact{bottom:calc(160px + 1rem)}}

/* ═══ FOOTER ═══ */
footer{background:var(--dark);padding:2.5rem 2rem;text-align:center}
footer p{color:rgba(250,248,243,0.4);font-size:0.85rem}
.footer-social{display:flex;justify-content:center;gap:1.5rem;margin-top:1.3rem}
.footer-social a{display:inline-flex;color:rgba(250,248,243,0.4);transition:transform 0.15s ease,color 0.2s ease}
.footer-social a:hover{transform:translateY(-2px);color:var(--cream)}
.footer-social svg{width:23px;height:23px;fill:currentColor;display:block}

/* ═══ AUDIO / VIDEO PLAYERS ═══ */
.audio-player-wrap{margin-top:1.2rem;background:var(--bg);border-radius:8px;padding:0.9rem 1.1rem;display:flex;align-items:center;gap:0.9rem}
.audio-label{font-size:0.78rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:0.1em;white-space:nowrap}
.audio-player-wrap audio{width:100%;height:32px;accent-color:var(--accent)}
.video-wrap{margin-top:1.2rem;background:var(--bg);border-radius:8px;padding:0.9rem 1.1rem}
.video-label{font-size:0.78rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:0.1em;display:block;margin-bottom:0.7rem}
.video-frame{position:relative;width:100%;aspect-ratio:16/9;border-radius:6px;overflow:hidden;background:var(--dark)}
.video-frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}

/* ═══ RESPONSIVE ═══ */
@media(max-width:900px){
    .hero{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem}
    .hero-left > img{height:460px}
    .hero-right{text-align:center}
    .hero-logo{margin:0 auto 1.2rem}
    .hero h1,.hero-title{font-size:2.8rem}
    .platforms{justify-content:center}
    .objectifs-grid{grid-template-columns:1fr}
    .steps-grid{grid-template-columns:1fr 1fr}
    .steps-grid::before{display:none}
    .section-title-left,.section-title-right{font-size:2rem}
    .methode-intro{text-align:left;margin-left:0}
    .eyebrow-right{justify-content:flex-start}
    .eyebrow-right::after{display:none}
    .contact-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
    nav .container{flex-wrap:wrap;gap:0.8rem}
    .nav-links{gap:0.8rem;flex-wrap:wrap;font-size:0.85rem}
    .hero h1,.hero-title{font-size:2.2rem}
    .hero-left > img{height:340px}
    .section-title{font-size:1.8rem}
    .section-title-left,.section-title-right{font-size:1.8rem}
    .steps-grid{grid-template-columns:1fr}
    .agence-intro{font-size:1rem}
    .platform-link{padding:0.4rem 0.6rem}
    .pt-name{font-size:12px}
    .merci-inner h1{font-size:2rem}
}
