/* ===== Polices Cabinet Grotesk ===== */
@font-face{font-family:'Cabinet Grotesk';src:url('fonts/CabinetGrotesk-Extralight.otf') format('opentype');font-weight:200;font-style:normal;font-display:swap}
@font-face{font-family:'Cabinet Grotesk';src:url('fonts/CabinetGrotesk-Regular.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Cabinet Grotesk';src:url('fonts/CabinetGrotesk-Bold.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Cabinet Grotesk';src:url('fonts/CabinetGrotesk-Black.otf') format('opentype');font-weight:900;font-style:normal;font-display:swap}

:root{
  --foret:#1C2C3B;        /* bleu marine — fond dominant / bandes */
  --foret-deep:#132030;   /* marine profond — pied de page / CTA */
  --creme:#ECEAE4;
  --paper:#ECE6D7;        /* crème — texte & éléments clairs */
  --paper-2:#26394B;      /* marine clair — champs / panneaux */
  --white:#26394B;        /* marine clair — panneaux / survol de cartes */
  --blanc:#26394B;
  --sand:#2C4054;
  --sauge:#A9B196;
  --sauge-tint:#2C4054;
  --lime:#A9C4D6;
  --olive:#7A7A4E;
  --brume:#A9C4D6;
  --powder:#A9C4D6;       /* bleu poudre — accent */
  --lavande:#C9A9E0;
  --lavande-tint:#2C4054;
  --lilas-text:#A9C4D6;   /* accent bleu poudre */
  --magenta:#D98BA4;      /* erreur — adoucie pour fond foncé */
  --ink:#EBE5D7;          /* texte crème */
  --ink-soft:#9DAAB4;     /* texte secondaire bleu-gris */
  --line:rgba(235,229,215,.16);  /* filet clair */
  --radius:6px;
  --max:1220px;
  --ease:cubic-bezier(.22,.61,.36,1);
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:'Cabinet Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:var(--foret);line-height:1.6;font-weight:400;-webkit-font-smoothing:antialiased;counter-reset:sec}
h1,h2,h3,h4{color:var(--ink);line-height:1.06;font-weight:400;letter-spacing:-.02em}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.wrap{max-width:var(--max);margin:0 auto;padding:0 34px}
.eyebrow{color:var(--ink-soft);font-weight:700;letter-spacing:.26em;text-transform:uppercase;font-size:.72rem;display:block;margin-bottom:26px}
.logo-img{display:block;width:100%;height:100%;object-fit:contain}

/* ===== Boutons (éditorial, capitales espacées) ===== */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--paper);color:var(--foret);padding:15px 34px;border-radius:50px;font-weight:700;font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;font-family:inherit;cursor:pointer;border:1px solid var(--paper);transition:background .3s var(--ease),color .3s var(--ease),border-color .3s var(--ease)}
.btn:hover{background:transparent;color:var(--paper);border-color:var(--paper)}
.btn.ghost{background:transparent;color:var(--paper);border-color:var(--line)}
.btn.ghost:hover{background:var(--paper);color:var(--foret);border-color:var(--paper)}
.btn.on-dark{background:var(--paper);color:var(--foret);border-color:var(--paper)}
.btn.on-dark:hover{background:transparent;color:var(--paper);border-color:rgba(241,235,221,.6)}
.btn.ghost.on-dark{background:transparent;color:var(--paper);border-color:rgba(241,235,221,.45)}
.btn.ghost.on-dark:hover{background:var(--paper);color:var(--foret);border-color:var(--paper)}

/* ===== Header ===== */
header{position:sticky;top:0;z-index:100;background:rgba(24,38,52,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
header.pro-header,body.theme-light header.pro-header{background:rgba(139,79,46,.92);border-bottom:1px solid rgba(241,235,221,.16)}
body.theme-light header.pro-header .brand,body.theme-light header.pro-header .header-right a,body.theme-light header.pro-header .nav-words a{color:#F1EBDD}
body.theme-light header.pro-header .brand .txt small{color:rgba(241,235,221,.72)}
body.theme-light header.pro-header .header-right a:not(.btn):hover{color:#F1D9C4}
body.theme-light header.pro-header .header-right a.switch{color:#F1D9C4}
body.theme-light header.pro-header .nav-words a:hover{color:#F1D9C4}
body.theme-light header.pro-header .menu-toggle{color:#F1EBDD}
body.theme-light header.pro-header .header-right a.btn{background:#F1EBDD;color:#8B4F2E;border-color:#F1EBDD}
body.theme-light header.pro-header .header-right a.btn:hover{background:transparent;color:#F1EBDD;border-color:#F1EBDD}
header.pro-header nav{padding:14px 0}
.topbar-wrap{position:sticky;top:0;z-index:100}
.topbar-wrap header.pro-header{position:static;top:auto}
header.pro-header .wrap{padding-top:14px;padding-bottom:14px}
.header-flex{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px}
.header-flex .brand{justify-self:start}
header.pro-header .brand .ico{width:46px;height:46px}
header.pro-header .brand .txt{font-size:1.08rem}
header.pro-header .brand .txt small{font-size:.66rem}
.stamp-row-inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px 30px;justify-self:center}
.nav-words a{font-weight:700;font-size:.86rem;letter-spacing:.02em;white-space:nowrap;transition:color .2s var(--ease)}
.header-right{display:flex;align-items:center;gap:14px;flex-shrink:0;justify-self:end}
.header-right .switch{white-space:nowrap;font-size:.92rem}
.header-right .btn{white-space:nowrap;padding:16px 30px;font-size:.8rem}
.menu-toggle{display:none}
@media(max-width:1150px){
  .header-flex{grid-template-columns:1fr;justify-items:center;gap:16px}
  .header-flex .brand{justify-self:center}
  .header-right{justify-self:center;justify-content:center;flex-wrap:wrap}
}
@media(max-width:600px){
  .stamp-row-inner{gap:6px 16px}
  .nav-words a{font-size:.78rem}
}
header nav{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:26px 0}
.brand{display:flex;align-items:center;gap:14px;color:var(--ink);flex-shrink:0}
.brand .ico{width:40px;height:40px;flex-shrink:0}
.brand .txt{font-weight:700;font-size:1rem;letter-spacing:.01em;line-height:1.15;white-space:nowrap}
.brand .txt small{display:block;font-weight:400;font-size:.62rem;color:var(--ink-soft);letter-spacing:.14em;text-transform:uppercase;margin-top:3px}
nav ul{display:flex;gap:20px;list-style:none;align-items:center}
nav ul a{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);font-weight:400;transition:color .2s;white-space:nowrap}
nav ul a:not(.btn):hover{color:var(--lilas-text)}
nav ul a.btn{padding:11px 24px;text-transform:uppercase}
nav ul a.switch{color:var(--powder);font-weight:700}
nav ul a.switch:hover{color:var(--lime)}
.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--ink)}

/* ===== Hero (clair, aéré, éditorial) ===== */
.hero{background:var(--foret);color:var(--ink);position:relative;overflow:hidden;padding:120px 0 130px}
.hero::after{content:"";position:absolute;right:-180px;top:50%;transform:translateY(-50%);width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(169,196,214,.12),transparent 68%);pointer-events:none}
.hero .wrap{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:center}
.hero .eyebrow{color:var(--ink-soft)}
.hero h1{color:var(--ink);font-size:clamp(2.6rem,5.6vw,4.9rem);font-weight:400;letter-spacing:-.03em;line-height:1.02;margin-bottom:32px}
.hero h1 em{font-style:normal;color:var(--lime)}
.hero p.lead{font-weight:400;font-size:1.2rem;color:var(--ink-soft);max-width:44ch;margin-bottom:40px;line-height:1.55}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.hero-logo{display:flex;align-items:center;justify-content:center}
.hero-logo .ring{width:340px;max-width:100%;aspect-ratio:1;border-radius:50%;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink)}
.hero-logo .ring .ico{width:60%}

/* ===== Bannière page Professionnels — photo plein écran, esthétique terracotta ===== */
.pro-hero{position:relative;overflow:hidden;min-height:78vh;display:flex;align-items:flex-end;padding:0}
.pro-hero-bg{position:absolute;inset:0;z-index:0;overflow:hidden}
.pro-hero-bg img{width:100%;height:100%;object-fit:cover;filter:contrast(1.04) saturate(.96);animation:hero-drift 26s ease-in-out infinite alternate}
@keyframes hero-drift{0%{transform:scale(1.1) translateX(0)}100%{transform:scale(1.18) translateX(-2%)}}
@media(prefers-reduced-motion:reduce){.pro-hero-bg img{animation:none}}
.pro-hero-veil{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(35,22,14,.42) 0%,rgba(35,22,14,.5) 45%,rgba(35,22,14,.86) 100%)}
.pro-hero-content{position:relative;z-index:2;padding:80px 0 72px;max-width:840px}
.pro-hero-content .eyebrow,body.theme-light .pro-hero-content .eyebrow{color:var(--powder);font-weight:700;letter-spacing:.18em;font-size:.78rem;text-transform:uppercase}
body.theme-light .pro-hero-content h1,.pro-hero-content h1{color:#F1EBDD;font-size:clamp(2.4rem,5.2vw,4.4rem);font-weight:400;letter-spacing:-.03em;line-height:1.05;margin:20px 0 28px}
.pro-hero-content h1 em{font-style:normal;font-weight:700;color:#D97F4E}
.pro-hero-content p.lead{color:rgba(241,235,221,.88);font-weight:400;font-size:1.12rem;max-width:52ch;margin-bottom:36px;line-height:1.55}
.pro-hero-content .btn.ghost.on-dark{background:transparent;color:#F1EBDD;border-color:rgba(241,235,221,.5)}
.pro-hero-content .btn.ghost.on-dark:hover{background:#F1EBDD;color:#4A1704;border-color:#F1EBDD}

/* ===== En un coup d'œil — grille d'estampes cliquables ===== */
.glance{background:#F1EBDD;padding:28px 0 40px}
.glance-head{max-width:640px;margin:0 auto 28px;text-align:center}
.glance-head .eyebrow{color:#AA6139;font-weight:700;letter-spacing:.18em;font-size:.78rem;text-transform:uppercase}
.glance-head h2{color:#2C3826;font-size:clamp(1.9rem,3.6vw,2.7rem);font-weight:400;letter-spacing:-.025em;margin-top:16px}
.glance-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}
.glance-tile{display:block;text-decoration:none;color:inherit}
.glance-img{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#E2D9C6}
.glance-img img{width:100%;height:100%;object-fit:cover;filter:contrast(1.04) saturate(.94);transition:transform .5s var(--ease)}
.glance-tile:hover .glance-img img{transform:scale(1.08)}
.glance-tile.stamp .glance-img{background:#AB4632}
.glance-tile.stamp .glance-img img{object-fit:contain;padding:10%;filter:none}
.glance-num{display:block;color:#AA6139;font-weight:700;font-size:.74rem;letter-spacing:.16em;margin-top:20px}
.glance-tile h3{color:#2C3826;font-size:1.14rem;font-weight:600;letter-spacing:-.01em;margin:8px 0 4px}
.glance-tile p{color:#5B5B4F;font-size:.88rem;margin:0}
@media(max-width:1100px){.glance-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:700px){.glance-grid{grid-template-columns:1fr 1fr}}
@media(max-width:440px){.glance-grid{grid-template-columns:1fr}}

/* ===== Grille d'équipe (formateurs / co-propriétaires) — façon matre.world ===== */
#formateurs,body.theme-light #formateurs{background:#F1EBDD}
#formateurs{padding:56px 0 70px}
#formateurs .section-head{margin-bottom:36px}
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.team-card{text-align:center}
.team-photo{aspect-ratio:1;border-radius:6px;background:#E2D9C6;margin-bottom:16px;overflow:hidden}
.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;filter:grayscale(1)}
.team-card h4{font-size:1rem;font-weight:600;letter-spacing:-.005em;margin-bottom:4px;color:var(--ink)}
.team-card p{font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft)}
@media(max-width:900px){.team-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.team-grid{grid-template-columns:1fr}}

/* ===== Sections ===== */
section{padding:clamp(88px,11vw,140px) 0}
.section-head{max-width:840px;margin:0 0 76px;text-align:left;counter-increment:sec}
.section-head .eyebrow::before{content:counter(sec,decimal-leading-zero);color:var(--lilas-text);margin-right:16px;font-weight:700;letter-spacing:.1em}
.section-head h2{font-size:clamp(2rem,4vw,3.1rem);font-weight:400;letter-spacing:-.025em;margin-bottom:22px}
.section-head p{color:var(--ink-soft);font-size:1.12rem;font-weight:400;line-height:1.55;max-width:60ch}

/* À propos */
.apropos{background:var(--white)}
.apropos .grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.apropos h2{font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:400;letter-spacing:-.025em;margin-bottom:26px}
.apropos p{color:var(--ink-soft);margin-bottom:18px;font-size:1.06rem}
.values{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}
.value{background:transparent;border:none;border-top:1px solid var(--line);padding:26px 0 22px}
.value .num{font-weight:700;font-size:.9rem;color:var(--lilas-text);letter-spacing:.1em;margin-bottom:14px}
.value h4{font-size:1.08rem;font-weight:700;margin-bottom:8px;letter-spacing:0}
.value p{font-size:.95rem;margin:0;color:var(--ink-soft)}

/* Cartes (minimalistes) */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.cards .card{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.cards{border-top:1px solid var(--line);border-left:1px solid var(--line)}
.card{background:transparent;display:flex;flex-direction:column;transition:background .3s var(--ease)}
.card:hover{background:var(--white)}
.card .top{display:none}
.card .body{padding:38px 34px;display:flex;flex-direction:column;flex:1}
.card .pill{align-self:flex-start;background:transparent;color:var(--lilas-text);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:0;margin-bottom:22px}
.card h3{font-size:1.32rem;font-weight:400;letter-spacing:-.02em;margin-bottom:14px;line-height:1.14}
.card p{color:var(--ink-soft);font-size:.95rem;margin-bottom:24px;flex:1}
.card .meta{display:flex;gap:16px;font-size:.74rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-soft);border-top:1px solid var(--line);padding-top:18px;margin-top:auto;align-items:center}
.card .meta .price{margin-left:auto;font-weight:700;color:var(--ink);letter-spacing:.04em}
.link-arrow{color:var(--ink);font-weight:700;font-size:.74rem;letter-spacing:.1em;text-transform:uppercase;display:inline-flex;align-items:center;gap:7px;margin-left:auto;transition:gap .2s var(--ease),color .2s var(--ease)}
.link-arrow:hover{color:var(--lilas-text);gap:11px}

/* Formats */
.formats{background:transparent}
.format-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line)}
.format{background:transparent;border-bottom:1px solid var(--line);padding:44px 36px 44px 0;text-align:left}
.format .ico{width:52px;height:52px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:center;margin:0 0 22px}
.format .ico svg{width:24px;height:24px}
.format h3{font-size:1.2rem;font-weight:400;letter-spacing:-.02em;margin-bottom:12px}
.format p{color:var(--ink-soft);font-size:.96rem;max-width:34ch}

/* CTA bandeau (contraste foncé) */
.cta-band{background:var(--foret-deep);color:var(--paper);text-align:center;padding:clamp(90px,12vw,140px) 0}
.cta-band .btn{background:var(--lime);color:var(--foret);border-color:var(--lime)}
.cta-band .btn:hover{background:transparent;color:var(--lime);border-color:var(--lime)}
.cta-band h2{color:var(--paper);font-size:clamp(2rem,4vw,3rem);font-weight:400;letter-spacing:-.025em;margin-bottom:22px}
.cta-band p{color:rgba(241,235,221,.78);font-weight:400;font-size:1.14rem;max-width:52ch;margin:0 auto 36px}

/* Contact */
.contact .grid{display:grid;grid-template-columns:1fr 1fr;gap:72px}
.contact .info h2{font-size:clamp(1.9rem,3.4vw,2.8rem);font-weight:400;letter-spacing:-.025em;margin-bottom:22px}
.contact .info>p{color:var(--ink-soft);margin-bottom:36px;font-size:1.08rem}
.contact-list{list-style:none;display:flex;flex-direction:column;gap:0}
.contact-list li{display:flex;gap:18px;align-items:center;border-top:1px solid var(--line);padding:20px 0}
.contact-list li:last-child{border-bottom:1px solid var(--line)}
.contact-list .ico{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.contact-list .ico svg{width:19px;height:19px}
.contact-list strong{display:block;color:var(--ink);font-weight:700;font-size:.96rem}
.contact-list span{font-size:.92rem;color:var(--ink-soft)}
form.contact-form{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:40px;display:flex;flex-direction:column;gap:20px}
form.contact-form label{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:-12px}
form.contact-form input,form.contact-form select,form.contact-form textarea{width:100%;padding:14px 0;border:none;border-bottom:1px solid var(--line);border-radius:0;font-family:inherit;font-size:1rem;background:transparent;color:var(--ink);transition:border-color .2s}
form.contact-form input:focus,form.contact-form select:focus,form.contact-form textarea:focus{outline:none;border-color:var(--foret)}
form.contact-form textarea{resize:vertical;min-height:96px}
form.contact-form .btn{margin-top:8px;align-self:flex-start}

/* Footer */
footer{position:relative;background:linear-gradient(rgba(58,20,6,.82),rgba(58,20,6,.82)),url('images/footer-plage.jpg') center/cover no-repeat;color:#F1EBDD;padding:80px 0 34px;font-weight:500}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:52px;margin-bottom:52px}
footer .brand{color:var(--paper)}
footer .brand .txt small{color:rgba(241,235,221,.72)}
footer h4{color:var(--paper);font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:20px}
footer ul{list-style:none;display:flex;flex-direction:column;gap:12px}
footer ul a{font-size:.92rem;color:rgba(241,235,221,.86);transition:color .2s}
footer ul a:hover{color:var(--lime)}
footer p.tag{font-size:.96rem;max-width:34ch;margin-top:18px;font-weight:500;line-height:1.55}
.foot-bottom{border-top:1px solid rgba(241,235,221,.14);padding-top:28px;text-align:center;font-size:.78rem;letter-spacing:.06em;color:rgba(241,235,221,.5)}

/* ===== Page de garde ===== */
#gate{position:fixed;inset:0;z-index:9999;background:linear-gradient(rgba(22,32,40,.58),rgba(15,23,30,.68)),url('images/gate-bg.jpg');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;padding:24px}
body.locked{overflow:hidden}
.gate-card{max-width:440px;width:100%;text-align:center;color:var(--paper)}
.gate-card .ico{width:92px;height:92px;margin:0 auto 28px}
.gate-card h1{color:var(--paper);font-size:2rem;font-weight:400;margin-bottom:14px}
.gate-card p{color:rgba(241,235,221,.78);font-weight:400;font-size:1.02rem;margin-bottom:32px}
.gate-card form{display:flex;flex-direction:column;gap:14px}
.gate-card input{text-align:center;font-size:1.05rem;letter-spacing:.12em;padding:15px 16px;border:1px solid rgba(241,235,221,.3);border-radius:6px;background:rgba(241,235,221,.06);color:var(--paper);font-family:inherit}
.gate-card input::placeholder{color:rgba(241,235,221,.5);letter-spacing:.04em}
.gate-card input:focus{outline:none;border-color:var(--lime)}
.gate-error{color:var(--lavande);font-weight:700;font-size:.9rem;min-height:1.2em}
.gate-foot{margin-top:28px;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(241,235,221,.55)}

/* ===== Écran de choix (accueil) — conservé ===== */
.chooser{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--foret)}
.chooser-top{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:26px;color:var(--paper);text-align:center}
.chooser-top .ico{width:34px;height:34px;flex-shrink:0}
.chooser-top .txt{font-weight:700;font-size:.94rem;letter-spacing:.02em;line-height:1.2}
.chooser-top .txt small{display:block;font-weight:400;font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(241,235,221,.6);margin-top:3px}
.split{flex:1;display:flex}
.half{flex:1;position:relative;display:flex;align-items:center;justify-content:center;text-align:center;padding:56px 32px;overflow:hidden;transition:flex-grow .55s var(--ease);cursor:pointer}
.half.pub{background:var(--paper)}
.half.pro{background:var(--foret)}
.half::after{content:"";position:absolute;inset:0;transition:background .4s var(--ease)}
.half:hover{flex-grow:1.55}
.half.pub:hover::after{background:rgba(127,169,155,.12)}
.half.pro:hover::after{background:rgba(205,232,154,.06)}
.half-inner{position:relative;z-index:2;max-width:440px;display:flex;flex-direction:column;align-items:center;transition:transform .55s var(--ease)}
.half:hover .half-inner{transform:translateY(-6px)}
.half-logo{width:120px;height:110px;margin-bottom:28px}
.half .eyebrow{margin-bottom:16px}
.half.pub .eyebrow{color:#7A7A4E}
.half.pro .eyebrow{color:var(--sauge)}
.half h2{font-size:clamp(2rem,3vw,2.6rem);font-weight:400;letter-spacing:-.025em;margin-bottom:18px}
.half.pub h2{color:#2C3826}
.half.pro h2{color:var(--paper)}
.half p{font-weight:400;font-size:1.08rem;line-height:1.5;margin-bottom:32px}
.half.pub p{color:#585E4C}
.half.pro p{color:rgba(241,235,221,.82)}
.half-cta{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;padding:14px 32px;border-radius:50px;border:1px solid;transition:all .3s var(--ease)}
.half.pub .half-cta{color:#2C3826;border-color:#2C3826}
.half.pub:hover .half-cta{background:var(--lime);color:var(--foret);border-color:var(--lime)}
.half.pro .half-cta{color:var(--paper);border-color:rgba(241,235,221,.5)}
.half.pro:hover .half-cta{background:var(--lime);color:var(--foret);border-color:var(--lime)}
.half-cta .arrow{transition:transform .25s var(--ease)}
.half:hover .half-cta .arrow{transform:translateX(5px)}
.half-bar{position:absolute;top:0;left:0;right:0;height:6px;background:var(--lime);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease);z-index:3}
.half:hover .half-bar{transform:scaleX(1)}

/* ===== Séries vidéo ===== */
.vid-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.vid-card{background:transparent;overflow:hidden;display:flex;flex-direction:column;cursor:pointer}
.vid-thumb{aspect-ratio:4/3;background:linear-gradient(140deg,var(--foret),var(--sauge));display:flex;align-items:center;justify-content:center;border-radius:var(--radius);transition:transform .4s var(--ease)}
.vid-card:hover .vid-thumb{transform:scale(1.01)}
.vid-thumb .play{width:58px;height:58px;border-radius:50%;background:rgba(241,235,221,.92);display:flex;align-items:center;justify-content:center;color:var(--foret);transition:transform .3s var(--ease)}
.vid-card:hover .vid-thumb .play{transform:scale(1.08)}
.vid-thumb .play svg{width:20px;height:20px;margin-left:3px}
.vid-card .body{padding:22px 2px 0}
.vid-card .pill{display:inline-block;background:transparent;color:var(--lilas-text);font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px}
.vid-card h3{font-size:1.24rem;font-weight:400;letter-spacing:-.02em;margin-bottom:10px;line-height:1.14}
.vid-card p{color:var(--ink-soft);font-size:.94rem}

/* ===== Section verrouillée (mot de passe) ===== */
.sec-lock{max-width:480px;margin:0 auto;text-align:center;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:54px 40px}
.sec-lock .lock-ico{width:54px;height:54px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--ink);display:flex;align-items:center;justify-content:center;margin:0 auto 22px}
.sec-lock .lock-ico svg{width:23px;height:23px}
.sec-lock h3{font-size:1.4rem;font-weight:400;margin-bottom:10px}
.sec-lock p{color:var(--ink-soft);font-weight:400;margin-bottom:24px}
.sec-lock form{display:flex;flex-direction:column;gap:14px;max-width:320px;margin:0 auto}
.sec-lock input{padding:13px 16px;border:1px solid var(--line);border-radius:6px;font-family:inherit;font-size:.96rem;text-align:center;letter-spacing:.1em;background:var(--paper-2)}
.sec-lock input:focus{outline:none;border-color:var(--foret)}
.sec-error{color:var(--magenta);font-weight:700;font-size:.86rem;min-height:1.1em}

/* Fonds de sections (utilitaires) */
.bg-cream2{background:var(--white)}
.bg-sage{background:var(--white)}
.bg-lavender{background:var(--lavande-tint)}
.bg-lime{background:var(--white)}
.bg-olive{background:var(--white)}

@media(max-width:1150px){
  nav ul{display:none}
  .menu-toggle{display:block}
  nav.open ul{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--foret);flex-direction:column;padding:26px;gap:20px;border-bottom:1px solid var(--line);box-shadow:0 18px 40px rgba(0,0,0,.25)}
}
@media(max-width:900px){
  .hero .wrap,.apropos .grid,.contact .grid{grid-template-columns:1fr;gap:48px}
  .hero-logo{order:-1}
  .hero-logo .ring{width:230px}
  .cards,.format-grid,.vid-grid{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .split{flex-direction:column}
  .half:hover{flex-grow:1}
  .half{padding:52px 28px}
  .half-logo{width:96px;height:88px;margin-bottom:18px}
}
@media(max-width:640px){
  .cards,.format-grid,.values,.foot-grid,.vid-grid{grid-template-columns:1fr}
  .format{padding:36px 0}
  section{padding:74px 0}
}

/* ===== Grain argentique (texture mood board) ===== */
body::before{
  content:"";position:fixed;inset:0;z-index:60;pointer-events:none;
  opacity:.07;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size:160px 160px;
}

/* ===== Photos : écran de choix, hero, bande ===== */
/* Fonds photo des deux moitiés (avec voile pour lisibilité) */
.half.pub{background:linear-gradient(rgba(241,235,221,.66),rgba(238,232,216,.74)),url('images/choose-public.jpg');background-size:cover;background-position:center}
.half.pro{background:linear-gradient(rgba(14,23,35,.62),rgba(11,19,30,.70)),url('images/choose-pro.jpg');background-size:cover;background-position:center}

/* Cadre photo dans le hero (remplace le cercle logo) */
.hero-frame{width:100%;max-width:420px;aspect-ratio:4/5;border-radius:8px;overflow:hidden;border:1px solid var(--line);box-shadow:0 30px 60px rgba(51,56,43,.14)}
.hero-frame img{width:100%;height:100%;object-fit:cover;display:block}

/* Bande photo pleine largeur */
.feature{position:relative;padding:0;min-height:58vh;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center;background-attachment:fixed;text-align:center}
section[id]{scroll-margin-top:92px}
.feature-plain{background:#F1EBDD;min-height:0;padding:64px 0}
.feature-plain .feature-inner{padding:0 34px}
.feature.feature-plain::after{content:none}
.feature.feature-plain .eyebrow,body.theme-light .feature.feature-plain .eyebrow{color:#8B4F2E}
.feature-plain .feature-tag{color:#33382B;font-size:clamp(1.3rem,2.4vw,1.9rem)}
@media(max-width:1150px){.feature-plain{min-height:0}}
.cp3r-photo{position:relative;overflow:hidden;padding:64px 0 78px;background-size:cover;background-position:center;background-attachment:fixed}
.cp3r-veil{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(24,16,10,.62) 0%,rgba(24,16,10,.74) 100%)}
@media(max-width:900px){.cp3r-photo{background-attachment:scroll}}
.cp3r-photo .wrap{position:relative;z-index:2}
#cp3r .section-head .eyebrow,body.theme-light #cp3r .section-head .eyebrow{color:rgba(241,235,221,.85)}
#cp3r .section-head h2,body.theme-light #cp3r .section-head h2{color:#F1EBDD}
#cp3r .section-head p,body.theme-light #cp3r .section-head p{color:rgba(241,235,221,.82)}
#cp3r{padding:64px 0 78px}
#cp3r .section-head{margin-bottom:16px;max-width:none}
#cp3r .section-head .eyebrow{margin-bottom:8px}
#cp3r .section-head h2{font-size:clamp(1.5rem,2.6vw,2rem);margin-bottom:8px}
#cp3r .section-head p{font-size:.96rem;line-height:1.4}
#cp3r .sec-lock{padding:22px 28px;max-width:320px}
#cp3r .sec-lock.sec-lock-mini .lock-ico{width:36px;height:36px;margin:0 auto 12px}
#cp3r .sec-lock.sec-lock-mini .lock-ico svg{width:16px;height:16px}
#cp3r .sec-lock.sec-lock-mini form{margin:0;display:flex;flex-direction:column;gap:10px}
#cp3r .sec-lock input{padding:12px 16px}
#cp3r .sec-lock .btn{padding:12px 24px}
.feature::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(18,28,42,.48),rgba(12,20,32,.60))}
.feature .feature-inner{position:relative;z-index:2;max-width:780px;padding:48px 34px}
.feature .eyebrow,body.theme-light .feature .eyebrow{color:rgba(241,235,221,.85)}
.feature-tag{color:var(--paper);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;letter-spacing:-.02em;line-height:1.28}
@media(max-width:760px){.feature{background-attachment:scroll;min-height:48vh}}

/* ===================================================================
   THÈME CLAIR — page « grand public » (body.theme-light)
   Fond crème, texte foncé. Les sections volontairement foncées
   (bandeau CTA, pied de page, page d'accès) restent en contraste.
   =================================================================== */
body.theme-light{background:#F1EBDD;color:#33382B}
body.theme-light header{background:rgba(241,235,221,.85);border-bottom-color:rgba(51,56,43,.16)}
body.theme-light .brand{color:#33382B}
body.theme-light .brand .txt small{color:#5E6657}
body.theme-light .menu-toggle{color:#33382B}
body.theme-light nav ul a{color:#33382B}
body.theme-light nav ul a:not(.btn):hover{color:#5E86A0}
body.theme-light nav ul a.switch{color:#5E86A0}
body.theme-light nav.open ul{background:#F1EBDD;border-bottom-color:rgba(51,56,43,.16)}

/* Titres & textes */
body.theme-light h1,body.theme-light h2,body.theme-light h3,body.theme-light h4{color:#33382B}
body.theme-light .eyebrow{color:#5E6657}
body.theme-light .section-head p,body.theme-light .apropos p,body.theme-light .card p,body.theme-light .value p,body.theme-light .vid-card p,body.theme-light .contact .info>p,body.theme-light .format p,body.theme-light .contact-list span{color:#5E6657}
body.theme-light .section-head .eyebrow::before,body.theme-light .value .num,body.theme-light .card .pill,body.theme-light .vid-card .pill{color:#5E86A0}
body.theme-light .card h3,body.theme-light .value h4,body.theme-light .format h3,body.theme-light .contact-list strong,body.theme-light .card .meta .price,body.theme-light .link-arrow{color:#33382B}
body.theme-light .link-arrow:hover{color:#5E86A0}

/* Hero clair */
body.theme-light .hero{background:#F1EBDD;color:#33382B}
body.theme-light .hero .eyebrow,body.theme-light .hero p.lead{color:#5E6657}
body.theme-light .hero h1{color:#33382B}
body.theme-light .hero h1 em{color:#33382B;background:linear-gradient(transparent 60%,var(--lime) 60%)}
body.theme-light .hero-frame{border-color:rgba(51,56,43,.16)}

/* Boutons foncés sur fond clair */
body.theme-light .btn{background:#2C3826;color:#F1EBDD;border-color:#2C3826}
body.theme-light .btn:hover{background:transparent;color:#2C3826;border-color:#2C3826}
body.theme-light .btn.ghost{background:transparent;color:#2C3826;border-color:rgba(51,56,43,.24)}
body.theme-light .btn.ghost:hover{background:#2C3826;color:#F1EBDD;border-color:#2C3826}

/* Panneaux clairs & filets foncés */
body.theme-light .apropos,body.theme-light .bg-cream2,body.theme-light .card:hover,body.theme-light form.contact-form{background:#FBF8F1}
body.theme-light .cards,body.theme-light .cards .card,body.theme-light .card .meta,body.theme-light .value,body.theme-light .format,body.theme-light .format-grid,body.theme-light .contact-list li,body.theme-light .hero-frame,body.theme-light form.contact-form,body.theme-light .format .ico,body.theme-light .contact-list .ico{border-color:rgba(51,56,43,.16)}
body.theme-light .format .ico,body.theme-light .contact-list .ico{color:#33382B}

/* Formulaire */
body.theme-light form.contact-form input,body.theme-light form.contact-form select,body.theme-light form.contact-form textarea{color:#33382B;border-bottom-color:rgba(51,56,43,.16)}
body.theme-light form.contact-form input:focus,body.theme-light form.contact-form select:focus,body.theme-light form.contact-form textarea:focus{border-bottom-color:#2C3826}
body.theme-light form.contact-form label{color:#5E6657}

/* Le pied de page reste toujours foncé (marque + colonnes), même sur les pages au thème clair */
body.theme-light footer .brand{color:var(--paper)}
body.theme-light footer .brand .txt small{color:rgba(241,235,221,.72)}
body.theme-light footer h4{color:var(--paper)}
body.theme-light footer p.tag{color:rgba(241,235,221,.86)}

/* CTA, section membres (mot de passe) et calendrier — thème clair */
body.theme-light .cta-band{background:#F1EBDD}
body.theme-light .cta-band h2{color:#2C3826}
body.theme-light .cta-band p{color:#5E6657}
body.theme-light .sec-lock{background:#FBF8F1;border-color:rgba(51,56,43,.16)}
body.theme-light .sec-lock h3{color:#2C3826}
body.theme-light .sec-lock p{color:#5E6657}
body.theme-light .sec-lock .lock-ico{border-color:rgba(51,56,43,.16);color:#2C3826}
body.theme-light .sec-lock input{background:#F1EBDD;border-color:rgba(51,56,43,.16);color:#2C3826}
body.theme-light .horaire-block{border-color:rgba(51,56,43,.16)}
body.theme-light .horaire-head h3{color:#2C3826}
body.theme-light .horaire-head p{color:#5E6657}
body.theme-light .month-tab{color:#5E6657;border-color:rgba(51,56,43,.16)}
body.theme-light .month-tab:hover{color:#2C3826;border-color:rgba(51,56,43,.3)}
body.theme-light .month-tab.active{color:#2C3826}
body.theme-light .month-title{color:#8B4F2E}
body.theme-light .wed-grid{background:rgba(51,56,43,.12);border-color:rgba(51,56,43,.16)}
body.theme-light .wed-card{background:#FBF8F1}
body.theme-light .wed-card:hover{background:#F1EBDD}
body.theme-light .wed-date{color:#8B4F2E}
body.theme-light .wed-date span,body.theme-light .wed-label{color:#5E6657}
body.theme-light .editable{background:rgba(51,56,43,.03);border-color:rgba(51,56,43,.16);color:#2C3826}
body.theme-light .editable:hover{border-color:rgba(51,56,43,.3)}
body.theme-light .editable:focus{background:rgba(51,56,43,.05)}
body.theme-light .editable:empty:before{color:#5E6657}

/* ===================================================================
   STYLE « TRENDY » — grands textes, accents flash, asymétrie
   =================================================================== */
/* Échelle typographique agrandie */
.hero h1{font-size:clamp(2.9rem,6.8vw,6.1rem);letter-spacing:-.04em;line-height:.98}
.section-head h2{font-size:clamp(2.3rem,5.2vw,4rem);letter-spacing:-.035em}
@media(min-width:901px){
  .apropos h2{font-size:clamp(2.1rem,4.4vw,3.4rem)}
  .apropos .grid{grid-template-columns:1.35fr .65fr}   /* colonnes inégales (asymétrie) */
}

/* Déclaration typographique géante (flash + asymétrie) */
.statement{padding:clamp(80px,12vw,165px) 0;overflow:hidden}
.statement-text{font-size:clamp(2.6rem,8.4vw,6.8rem);font-weight:400;line-height:.96;letter-spacing:-.04em;max-width:20ch;color:var(--ink)}
.statement-text em{font-style:normal;color:var(--lime)}
.statement.right .wrap{display:flex;justify-content:flex-end}
.statement.right .statement-text{text-align:right}
.statement.indent .statement-text{margin-left:clamp(0px,18vw,320px)}
/* Version thème clair : mot accentué surligné plutôt que coloré (contraste) */
body.theme-light .statement-text{color:#2C3826}
body.theme-light .statement-text em{color:#2C3826;background:linear-gradient(transparent 56%,var(--lime) 56%);padding:0 .04em}

/* ===================================================================
   TRENDY + : marquee défilant, cartes en quinconce, filigrane géant
   =================================================================== */
/* Bandeau de texte défilant */
.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0}
.marquee-track{display:flex;width:max-content;animation:marquee 52s linear infinite}
.marquee:hover .marquee-track{animation-play-state:paused}
.marquee-group{display:inline-flex;align-items:center;white-space:nowrap;font-size:clamp(1rem,1.9vw,1.42rem);font-weight:400;letter-spacing:.015em;color:var(--ink)}
.mq-logo{width:26px;height:23px;object-fit:contain;margin:0 1.15em;opacity:.62;display:inline-block;vertical-align:middle;flex-shrink:0}
@keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.marquee-track{animation:none}}
body.theme-light .marquee{border-color:rgba(51,56,43,.16)}
body.theme-light .marquee-group{color:#2C3826}

/* Cartes vidéo décalées (quinconce) */
@media(min-width:901px){
  .vid-grid .vid-card:nth-child(2){transform:translateY(48px)}
}

/* Filigrane géant derrière « à propos » */
.apropos{position:relative;overflow:hidden}
.apropos .wrap{position:relative;z-index:1}
.watermark{position:absolute;right:-1.5vw;bottom:-5vw;font-size:clamp(7rem,25vw,21rem);font-weight:700;line-height:.8;color:var(--ink);opacity:.055;pointer-events:none;letter-spacing:-.06em;z-index:0;white-space:nowrap;user-select:none}
body.theme-light .watermark{color:#2C3826;opacity:.06}

/* ===================================================================
   HORAIRE DES FORMATIONS — calendrier éditable (section membres CP3R)
   =================================================================== */
.horaire-block{margin-top:100px;padding-top:80px;border-top:1px solid var(--line)}
.horaire-block.first{margin-top:0;padding-top:0;border-top:none}
.horaire-head{max-width:720px;margin:0 0 40px}
.horaire-head .eyebrow{margin-bottom:16px}
.horaire-head h3{font-size:clamp(1.6rem,2.8vw,2.3rem);font-weight:400;letter-spacing:-.02em;margin-bottom:14px;color:var(--ink)}
.horaire-head p{color:var(--ink-soft);font-size:1rem;line-height:1.6;max-width:64ch}

/* Onglets de mois */
.month-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:44px}
.month-tab{font-family:inherit;background:transparent;color:var(--ink-soft);border:1px solid var(--line);border-radius:50px;padding:10px 20px;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease)}
.month-tab:hover{color:var(--ink);border-color:rgba(235,229,215,.4)}
.month-tab.active{background:var(--lime);color:var(--foret);border-color:var(--lime)}

/* Panneaux de mois */
.month-panel{display:none}
.month-panel.active{display:block;animation:panelFade .35s var(--ease)}
@keyframes panelFade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.month-title{font-size:.8rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--lilas-text);margin-bottom:24px}

/* Grille des mercredis */
.wed-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}
.wed-card{background:var(--foret);padding:28px 26px 24px;display:flex;flex-direction:column;gap:16px;transition:background .3s var(--ease)}
.wed-card:hover{background:var(--white)}
.wed-date{font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--powder)}
.wed-date span{color:var(--ink-soft);font-weight:400;text-transform:none;letter-spacing:0}
.wed-field{display:flex;flex-direction:column;gap:7px}
.wed-label{font-size:.64rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}

/* Champs éditables (s'ajustent au contenu, comme dans un traitement de texte) */
.editable{min-height:1.7em;padding:9px 13px;border:1px solid var(--line);border-radius:5px;background:rgba(235,229,215,.03);font-family:inherit;font-size:.92rem;line-height:1.5;color:var(--ink);word-break:break-word;outline:none;transition:border-color .2s,background .2s}
.editable:hover{border-color:rgba(235,229,215,.3)}
.editable:focus{border-color:var(--lime);background:rgba(235,229,215,.07)}
.editable:empty:before{content:attr(data-placeholder);color:var(--ink-soft);opacity:.6}

@media(max-width:760px){
  .wed-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .horaire-block{margin-top:70px;padding-top:60px}
  .month-tabs{gap:8px}
  .month-tab{padding:9px 16px;font-size:.68rem}
}

/* ===================================================================
   PAGE D'ACCUEIL — refonte « entrée cinématique » (inspirée matre.world)
   Titre CP3R géant qui rapetisse et se love dans l'en-tête au scroll.
   =================================================================== */
body.landing{background:#F1EBDD;color:#33382B}

/* Intro plein écran (fixe pendant tout le scroll de l'ancrage) */
#land-intro{position:relative;height:100vh}
.land-intro-bg{position:fixed;inset:0;z-index:1;overflow:hidden;background:#F1EBDD}
.land-intro-bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.06);filter:saturate(.92) contrast(1.04)}
.land-intro-veil{position:fixed;inset:0;z-index:2;background:linear-gradient(180deg,rgba(241,235,221,.02) 0%,rgba(241,235,221,.1) 40%,rgba(241,235,221,.32) 72%,rgba(241,235,221,.55) 100%)}
.land-eyebrow{position:fixed;top:44px;left:50%;transform:translateX(-50%);z-index:3;color:#2C3826;font-weight:700;font-size:.7rem;letter-spacing:.26em;text-transform:uppercase;text-align:center;text-shadow:0 1px 3px rgba(241,235,221,.8),0 2px 16px rgba(241,235,221,.7)}

/* Titre géant piloté par script.js (font-size / position en px inline) — police maison, gras */
#land-title{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:210;margin:0;color:#2C3826;font-family:'Cabinet Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:900;letter-spacing:-.03em;line-height:1;white-space:nowrap;font-size:clamp(5rem,20vw,13rem);pointer-events:none;will-change:font-size,top,left;text-shadow:0 2px 4px rgba(241,235,221,.7),0 10px 40px rgba(241,235,221,.6)}

.land-scroll-cue{position:fixed;left:50%;bottom:46px;transform:translateX(-50%);z-index:3;display:flex;flex-direction:column;align-items:center;gap:12px;color:#2C3826;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;transition:opacity .2s linear;text-shadow:0 1px 3px rgba(241,235,221,.8),0 2px 16px rgba(241,235,221,.7)}
.land-scroll-cue .line{width:1px;height:40px;background:linear-gradient(#2C3826,transparent);transform-origin:top;animation:landScroll 1.9s ease-in-out infinite}
@keyframes landScroll{0%{opacity:0;transform:scaleY(0)}30%{opacity:1;transform:scaleY(1)}70%{opacity:1;transform:scaleY(1);transform-origin:bottom}100%{opacity:0;transform:scaleY(0);transform-origin:bottom}}

/* Zone de défilement qui donne sa distance à l'animation du titre */
#land-spacer{height:48vh}

/* En-tête qui se révèle une fois le titre ancré */
#land-header{position:fixed;top:0;left:0;right:0;z-index:200;opacity:0;pointer-events:none;background:#F1EBDD;border-bottom:1px solid rgba(51,56,43,.14)}
#land-header .wrap{display:flex;align-items:center;justify-content:space-between;padding:22px 34px}
#land-title-target{visibility:hidden;font-family:'Cabinet Grotesk',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:900;letter-spacing:-.02em;font-size:1.3rem;color:#2C3826}
.land-header-links{display:flex;gap:30px;align-items:center}
.land-header-links a{font-size:.76rem;letter-spacing:.1em;text-transform:uppercase;color:#5E6657;transition:color .2s}
.land-header-links a:hover{color:#2C3826}

/* Panneaux de choix d'espace (plein écran, éditorial, asymétrique) */
.land-choice{border-top:1px solid rgba(51,56,43,.14);display:flex}
.land-panel{position:relative;display:flex;align-items:flex-end;height:100vh;flex:1;overflow:hidden}
.land-panel + .land-panel{border-left:1px solid rgba(51,56,43,.14)}
.land-panel-bg{position:absolute;inset:0;overflow:hidden}
.land-panel-bg img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1);filter:contrast(1.04) saturate(.98);transition:transform 1.15s var(--ease);backface-visibility:hidden}
.land-panel-bg img.crop-picnic{object-position:center 80%}
.land-panel-bg img.crop-maison{object-position:20% center}
.land-panel-bg img.crop-couple{object-position:68% center}
.land-panel:hover .land-panel-bg img{transform:scale(1.12)}
.land-panel::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(6,10,15,.02) 0%,rgba(5,9,13,.08) 55%,rgba(4,7,10,.22) 100%)}
.land-panel-content{position:relative;z-index:2;margin:0 0 clamp(28px,4vw,56px) clamp(28px,4vw,56px);padding:34px 38px;max-width:640px;background:rgba(139,79,46,.8);border-radius:10px;opacity:0;transform:translateY(36px);transition:opacity .85s var(--ease),transform .85s var(--ease)}
.land-panel-content.in-view{opacity:1;transform:translateY(0)}

/* Variante claire (carte crème, texte foncé) */
.land-panel-content.light{background:rgba(241,235,221,.86)}
.land-panel-content.light .land-panel-num{color:#8B4F2E}
.land-panel-content.light h2{color:#2C3826!important}
.land-panel-content.light p{color:#33382B}
.land-panel-content.light .land-panel-cta{color:#2C3826;border-bottom-color:rgba(51,56,43,.35)}
.land-panel:hover .land-panel-content.light .land-panel-cta{border-color:#2C3826;color:#2C3826}
.land-panel-num{display:block;color:var(--lime);font-weight:700;font-size:.76rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:20px}
body.landing .land-panel h2{color:#fff;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:400;letter-spacing:-.03em;line-height:1;margin-bottom:20px}
.land-panel p{color:rgba(255,255,255,.9);font-size:1.05rem;max-width:52ch;margin-bottom:28px}
.land-panel-cta{display:inline-flex;align-items:center;gap:10px;color:#fff;font-weight:700;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:7px;transition:gap .25s var(--ease),border-color .25s var(--ease),color .25s var(--ease)}
.land-panel:hover .land-panel-cta{gap:16px;border-color:var(--lime);color:var(--lime)}

@media(max-width:760px){
  .land-choice{flex-direction:column}
  .land-panel{height:auto;min-height:72vh}
  .land-panel + .land-panel{border-left:none;border-top:1px solid rgba(51,56,43,.14)}
  #land-spacer{height:40vh}
  .land-header-links{gap:18px}
  .land-header-links a{font-size:.68rem}
}
@media(max-width:520px){
  .land-eyebrow{font-size:.62rem;top:30px}
  .land-scroll-cue{bottom:30px}
}

/* Déclaration : traitement plus élégant et épuré (page d'accueil) — centrée horizontalement ET verticalement */
body.landing .land-choice{padding:0!important}
body.landing .statement.indent{padding:0!important}
body.landing .statement.indent .wrap{display:flex;justify-content:center;padding:0 20px;width:100%}
body.landing .statement.indent .statement-text{font-weight:200;font-size:clamp(2rem,4.6vw,4rem);line-height:1.32;letter-spacing:0;max-width:18ch;margin:100px auto!important;text-align:center;color:#2C3826}
body.landing .statement.indent .statement-text em{font-style:normal;font-weight:700;color:#8B4F2E;background:none;padding:0}
