/* ============================================================
   EHTYMODEL — style.css
   Feuille de style unique du thème, organisée par section.
   Chaque bloc ci-dessous correspond à un template-part précis :
   cherche le nom de la section en majuscules pour t'y retrouver.
   ============================================================ */

:root{
  --rose:#CDAFAF; --rose-dark:#b89090;
  --black:#000000; --near-black:#0d0d0d; --footer-black:#050505;
  --white:#ffffff; --off-white:#f9f4f4;
}
*,*::before,*::after{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{font-family:'DM Sans',sans-serif; background:#000; color:#fff; -webkit-font-smoothing:antialiased; overflow-x:hidden;}
a{text-decoration:none; color:inherit;}
img{max-width:100%; display:block;}
.wrap{max-width:1160px; margin:0 auto; padding:0 clamp(16px,4vw,48px);}
:focus-visible{outline:2px solid var(--rose); outline-offset:3px;}

/* ============================================================
   HEADER — template-parts/header/site-nav.php
   ============================================================ */
header{position:sticky; top:0; z-index:30; background:rgba(0,0,0,.88); backdrop-filter:blur(8px); border-bottom:1px solid rgba(205,175,175,.08);}
.nav{display:flex; align-items:center; justify-content:space-between; padding:22px 0;}
.logo{font-family:'Playfair Display',serif; font-size:15px; letter-spacing:.25em; text-transform:uppercase; color:var(--rose);}
.nav-links{display:flex; gap:32px; font-size:11px; letter-spacing:.15em; text-transform:uppercase; color:rgba(255,255,255,.55);}
.nav-links a{transition:color .2s;}
.nav-links a:hover{color:var(--rose);}
.nav-links .guides{color:var(--rose);}

.nav-toggle{display:none; flex-direction:column; justify-content:center; gap:5px; width:32px; height:32px; background:none; border:none; cursor:pointer; padding:0;}
.nav-toggle span{display:block; width:100%; height:1.5px; background:#fff; transition:transform .25s, opacity .2s;}
.nav-toggle.is-open span:nth-child(1){transform:translateY(6.5px) rotate(45deg);}
.nav-toggle.is-open span:nth-child(2){opacity:0;}
.nav-toggle.is-open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);}

@media (max-width:820px){
  .nav-toggle{display:flex;}
  .nav-links{
    display:none; position:absolute; top:100%; left:0; right:0;
    flex-direction:column; gap:0; background:#000; border-bottom:1px solid rgba(205,175,175,.12);
    padding:8px 0;
  }
  .nav-links.is-open{display:flex;}
  .nav-links a{padding:16px clamp(16px,4vw,48px); border-top:1px solid rgba(205,175,175,.06); font-size:12px;}
  .nav-links a:first-child{border-top:none;}
  header{position:sticky;}
  .nav{position:relative;}
}

/* ============================================================
   BOUTONS — utilisés dans plusieurs sections
   ============================================================ */
.btn{display:inline-flex; align-items:center; gap:10px; padding:15px 26px; border-radius:2px;
  font-family:'DM Sans',sans-serif; font-weight:500; font-size:11px; letter-spacing:.12em; text-transform:uppercase;
  cursor:pointer; border:none; transition:background .2s, transform .2s, border-color .2s, color .2s;}
.btn:hover{transform:translateY(-2px);}
.btn-primary{background:var(--rose); color:#000; box-shadow:0 8px 32px rgba(205,175,175,.25);}
.btn-primary:hover{background:var(--rose-dark);}
.btn-ghost{border:1px solid rgba(255,255,255,.25); color:#fff; background:transparent;}
.btn-ghost:hover{border-color:var(--rose); color:var(--rose);}

/* ============================================================
   HERO — template-parts/home/hero.php
   ============================================================ */
.hero{position:relative; overflow:hidden; background:#000; padding:120px 0 80px; border-bottom:1px solid rgba(205,175,175,.08);}
.hero::before{content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 55% at 30% 20%, rgba(205,175,175,.09) 0%, transparent 70%); pointer-events:none;}
.hero-inner{position:relative; z-index:1; max-width:760px;}
.eyebrow{font-size:10px; letter-spacing:.4em; text-transform:uppercase; color:var(--rose); display:block; margin-bottom:20px;}
h1{font-family:'Playfair Display',serif; font-weight:900; font-size:clamp(38px,6vw,74px); line-height:1.02; color:#fff; margin-bottom:26px;}
h1 span{color:var(--rose); font-style:italic; font-weight:400;}
.hero p.lead{font-size:16px; font-weight:300; color:rgba(255,255,255,.55); max-width:480px; line-height:1.8; margin-bottom:36px;}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap;}

/* ============================================================
   STATS — template-parts/home/stats.php
   ============================================================ */
.stats{background:var(--near-black); border-bottom:1px solid rgba(205,175,175,.08);}
.stats-grid{display:grid; grid-template-columns:repeat(3,1fr);}
.stat{padding:34px clamp(16px,4vw,48px); border-left:1px solid rgba(205,175,175,.08);}
.stat:first-child{border-left:none;}
.stat .n{font-family:'Playfair Display',serif; font-weight:700; font-size:30px; color:#fff;}
.stat .l{font-size:10px; letter-spacing:.15em; text-transform:uppercase; color:rgba(255,255,255,.4); margin-top:6px;}
@media (max-width:700px){ .stats-grid{grid-template-columns:1fr;} .stat{border-left:none; border-top:1px solid rgba(205,175,175,.08);} .stat:first-child{border-top:none;} }

/* ============================================================
   SECTIONS CLAIRES — fond commun home/categories, home/articles, single
   ============================================================ */
.section-light{background:var(--off-white); padding:80px 0;}
.section-head{display:flex; justify-content:space-between; align-items:flex-end; margin-bottom:40px; gap:20px; flex-wrap:wrap;}
.section-head .eyebrow-dark{font-size:10px; letter-spacing:.35em; text-transform:uppercase; color:var(--rose-dark); margin-bottom:10px; display:block;}
.section-head h2{font-family:'Playfair Display',serif; font-weight:700; font-size:clamp(24px,3vw,34px); color:#141212;}
.section-head p{font-size:13px; color:rgba(20,18,18,.55); max-width:340px;}

/* ============================================================
   CATEGORIES — template-parts/home/categories.php
   ============================================================ */
.cat-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:4px;}
.cat-card{background:var(--near-black); border:1px solid rgba(205,175,175,.08); padding:30px 26px; position:relative; overflow:hidden; transition:background .2s;}
.cat-card::after{content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:var(--rose); transform:scaleX(0); transform-origin:left; transition:transform .3s;}
.cat-card:hover{background:#141414;}
.cat-card:hover::after{transform:scaleX(1);}
.cat-tag{font-size:10px; letter-spacing:.3em; text-transform:uppercase; color:var(--rose); display:block; margin-bottom:16px;}
.cat-card h3{font-family:'Playfair Display',serif; font-weight:700; font-size:20px; color:#fff; margin-bottom:12px;}
.cat-card p{font-size:13px; color:rgba(255,255,255,.5); margin-bottom:20px; line-height:1.6;}
.cat-arrow{font-size:16px; color:var(--rose); display:inline-block; transition:transform .2s;}
.cat-card:hover .cat-arrow{transform:translateX(5px);}
@media (max-width:820px){ .cat-grid{grid-template-columns:1fr;} }

/* ============================================================
   ARTICLES (cartes) — template-parts/home/articles.php + single.php (articles similaires)
   ============================================================ */
.art-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:4px;}
.art-card{background:var(--near-black); border:1px solid rgba(205,175,175,.08); position:relative; overflow:hidden; transition:background .2s; display:block;}
.art-card::after{content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:var(--rose); transform:scaleX(0); transform-origin:left; transition:transform .3s;}
.art-card:hover{background:#141414;}
.art-card:hover::after{transform:scaleX(1);}
.art-thumb{aspect-ratio:16/9; overflow:hidden; background:#1a1a1a;}
.art-thumb img{width:100%; height:100%; object-fit:cover; filter:brightness(.85); transition:transform .5s ease, filter .3s;}
.art-card:hover .art-thumb img{transform:scale(1.04); filter:brightness(1);}
.art-body{padding:22px;}
.art-cat{font-size:10px; letter-spacing:.28em; text-transform:uppercase; color:var(--rose); display:block; margin-bottom:10px;}
.art-card h3{font-family:'Playfair Display',serif; font-weight:700; font-size:16px; color:#fff; line-height:1.35;}
@media (max-width:820px){ .art-grid{grid-template-columns:1fr;} }

/* ============================================================
   COLLABS — template-parts/home/collabs.php
   ============================================================ */
.portfolio{background:#000; padding:70px 0; border-bottom:1px solid rgba(205,175,175,.08);}
.portfolio-head{display:flex; justify-content:space-between; align-items:baseline; margin-bottom:24px; flex-wrap:wrap; gap:12px;}
.portfolio-head h2{font-family:'Playfair Display',serif; font-weight:700; font-size:20px; color:#fff;}
.portfolio-head span{font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.35);}
.portfolio-intro{font-size:13px; color:rgba(255,255,255,.5); max-width:480px; margin-bottom:12px; line-height:1.7;}
.portfolio-copy{font-size:11px; color:rgba(255,255,255,.3); margin-bottom:28px; letter-spacing:.05em;}
.p-grid{display:grid; grid-template-columns:repeat(5,1fr); gap:4px;}
.p-item img{width:100%; aspect-ratio:3/4; height:auto; object-fit:cover; filter:brightness(.85) grayscale(.1);}
.p-cap{font-size:11px; color:rgba(255,255,255,.5); margin-top:8px; line-height:1.4;}
.p-cap b{color:#fff; font-weight:500;}
.p-formation{font-size:10px; color:rgba(205,175,175,.7); margin-top:3px; font-style:italic;}
@media (max-width:820px){ .p-grid{grid-template-columns:repeat(3,1fr);} .p-item:nth-child(n+4){display:none;} }
@media (max-width:480px){ .p-grid{grid-template-columns:repeat(2,1fr);} .p-item:nth-child(n+3){display:none;} }

/* ============================================================
   PLAQUE TRANSPARENCE — template-parts/home/plaque.php
   ============================================================ */
.plaque-section{background:#000; padding:90px 0; position:relative; overflow:hidden;}
.plaque-section::before{content:''; position:absolute; inset:0; background:radial-gradient(ellipse 50% 60% at 70% 50%, rgba(205,175,175,.08) 0%, transparent 70%); pointer-events:none;}
.plaque{position:relative; z-index:1; max-width:640px;}
.plaque h2{font-family:'Playfair Display',serif; font-weight:900; font-size:clamp(26px,3.4vw,38px); color:#fff; line-height:1.15; margin-bottom:20px;}
.plaque p{font-size:14px; font-weight:300; color:rgba(255,255,255,.55); line-height:1.85; margin-bottom:30px;}

/* ============================================================
   NEWSLETTER — template-parts/home/newsletter.php
   ============================================================ */
.newsletter{background:var(--near-black); padding:80px 0; text-align:center; border-top:1px solid rgba(205,175,175,.08); border-bottom:1px solid rgba(205,175,175,.08);}
.newsletter h2{font-family:'Playfair Display',serif; font-weight:700; font-size:26px; color:#fff; margin-bottom:12px;}
.newsletter p{font-size:13px; color:rgba(255,255,255,.45); margin-bottom:30px;}
.nl-form{display:flex; justify-content:center; gap:10px; max-width:520px; margin:0 auto; flex-wrap:wrap;}
.nl-form input{flex:1; min-width:160px; background:#000; border:1px solid rgba(255,255,255,.2); border-radius:2px; padding:14px 16px; color:#fff; font-family:'DM Sans',sans-serif; font-size:13px;}
.nl-form input::placeholder{color:rgba(255,255,255,.35);}
.nl-rgpd{font-size:11px; color:rgba(255,255,255,.35); max-width:420px; margin:16px auto 0; line-height:1.6;}

/* ============================================================
   FOOTER — template-parts/footer/site-footer.php
   ============================================================ */
.ehty-footer{background:var(--footer-black); border-top:1px solid rgba(205,175,175,.12);}
.footer-top{padding:56px clamp(16px,4vw,48px) 40px; display:grid; grid-template-columns:1fr 1fr 1.2fr; gap:32px;}
.footer-col h4{font-size:10px; letter-spacing:.3em; text-transform:uppercase; color:var(--rose); margin-bottom:18px;}
.footer-col ul{list-style:none;}
.footer-col li{margin-bottom:12px;}
.footer-col a{font-size:13px; color:rgba(255,255,255,.65); transition:color .2s;}
.footer-col a:hover{color:var(--rose);}
.footer-cta{border:1px solid rgba(205,175,175,.25); padding:22px; border-radius:2px;}
.footer-cta p{font-size:13px; color:rgba(255,255,255,.6); margin-bottom:16px; line-height:1.6;}
.footer-cta .btn{width:100%; justify-content:center;}
.footer-bottom{border-top:1px solid rgba(205,175,175,.1); padding:24px clamp(16px,4vw,48px); display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px;}
.ehty-footer-logo{font-family:'Playfair Display',serif; font-size:14px; letter-spacing:.25em; color:var(--rose); text-transform:uppercase;}
.ehty-footer-copy{font-size:12px; color:rgba(255,255,255,.5);}
.ehty-footer-links{display:flex; gap:24px; list-style:none; font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:#fff;}
.ehty-footer-links a:hover{color:var(--rose);}
@media (max-width:820px){ .footer-top{grid-template-columns:1fr;} }
@media (max-width:700px){ .footer-bottom{flex-direction:column; align-items:flex-start;} }

/* ============================================================
   ARTICLE — single.php — bandeau noir du haut (titre, meta, fil d'ariane)
   ============================================================ */
.article-hero{position:relative; overflow:hidden; background:#000; padding:60px 0 50px; border-bottom:1px solid rgba(205,175,175,.08);}
.article-hero::before{content:''; position:absolute; inset:0; background:radial-gradient(ellipse 60% 60% at 20% 0%, rgba(205,175,175,.08) 0%, transparent 70%); pointer-events:none;}
.article-hero .wrap{position:relative; z-index:1;}
.breadcrumb{display:flex; gap:8px; align-items:center; font-size:11px; color:rgba(255,255,255,.4); margin-bottom:22px;}
.breadcrumb a{transition:color .2s;}
.breadcrumb a:hover{color:var(--rose);}
.article-hero .art-cat{margin-bottom:16px;}
.article-hero h1{font-size:clamp(28px,4.5vw,46px); max-width:820px; margin-bottom:18px;}
.article-meta{display:flex; gap:10px; align-items:center; font-size:12px; color:rgba(255,255,255,.45);}

/* ============================================================
   ARTICLE — single.php — corps du texte + sommaire (fond clair)
   ============================================================ */
.article-body-section{background:var(--off-white); padding:64px 0 90px;}
.article-layout{display:grid; grid-template-columns:1fr 260px; gap:56px; align-items:start;}
@media (max-width:900px){ .article-layout{grid-template-columns:1fr;} }

.article-cover{margin-bottom:36px; border-radius:2px; overflow:hidden;}
.article-cover img{width:100%; object-fit:cover;}

.article-content{max-width:680px; color:#1c1a19; font-size:16px; line-height:1.85; font-weight:300;}
.article-content p{margin-bottom:22px;}
.article-content h2{font-family:'Playfair Display',serif; font-weight:700; font-size:26px; color:#141212; margin:48px 0 18px; scroll-margin-top:100px;}
.article-content h3{font-family:'Playfair Display',serif; font-weight:700; font-size:19px; color:#141212; margin:32px 0 14px; scroll-margin-top:100px;}
.article-content strong{font-weight:600; color:#141212;}
.article-content a{color:var(--rose-dark); text-decoration:underline; text-decoration-color:rgba(205,175,175,.4); text-underline-offset:3px;}
.article-content a:hover{text-decoration-color:var(--rose-dark);}
.article-content ul, .article-content ol{margin:0 0 22px 20px;}
.article-content li{margin-bottom:8px;}
.article-content img{border-radius:2px; margin:10px 0 4px;}
.article-content figcaption, .article-content em:has(> img){font-size:12px; color:rgba(20,18,18,.45); margin-bottom:24px;}
.article-content table{width:100%; border-collapse:collapse; margin:30px 0; font-size:14px;}
.article-content table th, .article-content table td{border:1px solid rgba(20,18,18,.12); padding:12px 14px; text-align:left;}
.article-content table th{background:#efe9e3; font-family:'Playfair Display',serif;}
.article-content iframe{max-width:100%; margin:20px 0;}

/* sommaire sticky */
.toc-box{position:sticky; top:100px; background:#fff; border:1px solid rgba(20,18,18,.08); padding:24px; border-radius:2px;}
.toc-box .eyebrow-dark{margin-bottom:16px;}
.toc-box ul{list-style:none;}
.toc-box li{margin-bottom:10px; line-height:1.4;}
.toc-box a{font-size:13px; color:rgba(20,18,18,.65); transition:color .2s;}
.toc-box a:hover{color:var(--rose-dark);}
.toc-box .toc-level-3{padding-left:14px; font-size:12px;}

/* ============================================================
   COMMENTAIRES — comments.php
   ============================================================ */
.comments-section{background:var(--off-white); padding:0 0 90px;}
.comments-wrap{max-width:680px;}
.comments-title{font-family:'Playfair Display',serif; font-weight:700; font-size:22px; color:#141212; margin-bottom:28px;}
.comment-list{list-style:none;}
.comment-list .comment{background:#fff; border:1px solid rgba(20,18,18,.08); border-radius:2px; padding:20px 22px; margin-bottom:14px;}
.comment-list ol.children{list-style:none; margin-left:24px; margin-top:14px;}
.comment-author .fn{font-weight:600; color:#141212; font-style:normal; font-size:14px;}
.comment-metadata{font-size:11px; color:rgba(20,18,18,.4); margin:4px 0 12px;}
.comment-content p{font-size:14px; color:#1c1a19; line-height:1.7; font-weight:300;}
.comment-reply-link{font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:var(--rose-dark);}

#respond{margin-top:36px;}
#reply-title{font-family:'Playfair Display',serif; font-weight:700; font-size:20px; color:#141212; margin-bottom:20px;}
.comment-form p{margin-bottom:16px;}
.comment-form label{display:block; font-size:12px; color:rgba(20,18,18,.6); margin-bottom:6px;}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
  width:100%; background:#fff; border:1px solid rgba(20,18,18,.15); border-radius:2px;
  padding:12px 14px; font-family:'DM Sans',sans-serif; font-size:14px; color:#141212;
}
.comment-form textarea{resize:vertical;}
.comment-form .comment-form-cookies-consent{display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(20,18,18,.5);}
.comments-closed{font-size:13px; color:rgba(20,18,18,.5); margin-bottom:20px;}

/* ============================================================
   ARCHIVE / CATEGORIE — archive.php
   ============================================================ */
.archive-description{margin-top:20px; max-width:560px; font-size:14px; font-weight:300; color:rgba(255,255,255,.5); line-height:1.8;}
.archive-description p{margin-bottom:12px;}

.archive-list{display:flex; flex-direction:column; gap:4px;}
.archive-item{
  display:grid; grid-template-columns:280px 1fr; gap:28px;
  background:var(--near-black); border:1px solid rgba(205,175,175,.08);
  padding:20px; transition:background .2s; position:relative; overflow:hidden;
}
.archive-item::after{content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:var(--rose); transform:scaleX(0); transform-origin:left; transition:transform .3s;}
.archive-item:hover{background:#141414;}
.archive-item:hover::after{transform:scaleX(1);}
.archive-item-thumb{aspect-ratio:4/3; overflow:hidden; border-radius:2px;}
.archive-item-thumb img{width:100%; height:100%; object-fit:cover; filter:brightness(.88); transition:transform .5s ease, filter .3s;}
.archive-item:hover .archive-item-thumb img{transform:scale(1.03); filter:brightness(1);}
.archive-item-body{display:flex; flex-direction:column; justify-content:center;}
.archive-item-body h2{font-family:'Playfair Display',serif; font-weight:700; font-size:21px; color:#fff; margin-bottom:12px; line-height:1.3;}
.archive-item-body p{font-size:13px; color:rgba(255,255,255,.5); line-height:1.7; margin-bottom:16px;}
.archive-item-link{font-size:11px; letter-spacing:.1em; text-transform:uppercase; color:var(--rose);}
@media (max-width:700px){ .archive-item{grid-template-columns:1fr;} }

.archive-pagination{display:flex; justify-content:space-between; margin-top:40px;}
.archive-pagination .nav-links{display:flex; justify-content:space-between; width:100%; gap:16px;}
.archive-pagination a, .archive-pagination span{
  display:inline-flex; align-items:center; padding:13px 22px; border-radius:2px;
  border:1px solid rgba(20,18,18,.15); font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:#141212;
}
.archive-pagination a:hover{border-color:var(--rose-dark); color:var(--rose-dark);}
.archive-pagination .current{background:#141212; color:#fff; border-color:#141212;}

/* ============================================================
   PAGES STATIQUES — page.php (fond noir, cf. article-hero pour le bandeau du haut)
   ============================================================ */
.page-body{background:#000; padding:60px 0 100px;}
.page-content{max-width:680px; color:rgba(255,255,255,.75); font-size:16px; line-height:1.85; font-weight:300;}
.page-content p{margin-bottom:22px;}
.page-content h2{font-family:'Playfair Display',serif; font-weight:700; font-size:26px; color:#fff; margin:44px 0 18px;}
.page-content h3{font-family:'Playfair Display',serif; font-weight:700; font-size:19px; color:#fff; margin:30px 0 14px;}
.page-content strong{font-weight:600; color:#fff;}
.page-content a{color:var(--rose); text-decoration:underline; text-decoration-color:rgba(205,175,175,.4); text-underline-offset:3px;}
.page-content a:hover{text-decoration-color:var(--rose);}
.page-content ul, .page-content ol{margin:0 0 22px 20px;}
.page-content li{margin-bottom:8px;}
.page-content img{border-radius:2px; margin:16px 0;}

/* ============================================================
   NOS GUIDES — page-nos-guides.php
   ============================================================ */
.guide-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:4px;}
.guide-card{
  position:relative; background:var(--near-black); border:1px solid rgba(205,175,175,.08);
  padding:32px 28px; display:flex; flex-direction:column; gap:16px;
}
.guide-card h2{font-family:'Playfair Display',serif; font-weight:700; font-size:20px; color:#fff; max-width:90%;}
.guide-card p{font-size:14px; color:rgba(255,255,255,.5); line-height:1.7; flex-grow:1;}
.guide-footer{display:flex; align-items:center; justify-content:space-between; gap:16px; margin-top:8px;}
.guide-price{font-family:'Playfair Display',serif; font-size:20px; color:var(--rose);}
.guide-badge{
  align-self:flex-start; font-size:10px; letter-spacing:.15em; text-transform:uppercase;
  color:var(--rose); border:1px solid rgba(205,175,175,.35); padding:6px 12px; border-radius:2px;
}
.guide-disabled{opacity:.5; cursor:default; pointer-events:none;}
.guide-disabled:hover{transform:none;}
@media (max-width:820px){ .guide-grid{grid-template-columns:1fr;} }

/* ============================================================
   MESSAGES NEWSLETTER — template-parts/home/newsletter.php
   ============================================================ */
.nl-message{font-size:13px; max-width:420px; margin:0 auto; padding:14px 18px; border-radius:2px;}
.nl-message-success{background:rgba(205,175,175,.12); border:1px solid rgba(205,175,175,.35); color:var(--rose);}
.nl-message-error{background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.2); color:#fff;}

/* ============================================================
   ESPACE MEMBRES — page-espace-membres.php (header/footer minimal, pas de nav du site)
   ============================================================ */

/* portail de connexion, plein écran, aucun élément du site autour */
.login-screen{
  min-height:100vh; display:flex; align-items:center; justify-content:center;
  position:relative; overflow:hidden; padding:24px;
}
.login-screen::before{
  content:''; position:absolute; inset:0;
  background:radial-gradient(ellipse 60% 60% at 50% 20%, rgba(205,175,175,.1) 0%, transparent 70%);
  pointer-events:none;
}
.login-card{position:relative; z-index:1; width:100%; max-width:400px; text-align:center;}
.login-logo{
  display:inline-block; font-family:'Playfair Display',serif; font-size:15px;
  letter-spacing:.25em; text-transform:uppercase; color:var(--rose); margin-bottom:30px;
}
.login-card .eyebrow{display:block; margin-bottom:16px;}
.login-card h1{font-size:clamp(26px,4vw,36px); margin-bottom:14px;}
.login-lead{font-size:14px; font-weight:300; color:rgba(255,255,255,.55); line-height:1.7; margin-bottom:28px;}
.login-card .nl-form{flex-direction:column; max-width:100%;}
.login-card .nl-form input{width:100%;}
.login-card .nl-form .btn{width:100%; justify-content:center;}
.login-card .nl-rgpd{margin-top:20px;}
.login-card .nl-rgpd a{color:var(--rose); text-decoration:underline; text-underline-offset:3px;}

/* dashboard, une fois connecté */
.dashboard{display:grid; grid-template-columns:240px 1fr; min-height:100vh;}
.dashboard-sidebar{
  background:var(--near-black); border-right:1px solid rgba(205,175,175,.08);
  padding:32px 24px; display:flex; flex-direction:column; position:sticky; top:0; height:100vh;
}
.dashboard-logo{font-family:'Playfair Display',serif; font-size:14px; letter-spacing:.25em; text-transform:uppercase; color:var(--rose); margin-bottom:48px;}
.dashboard-nav{display:flex; flex-direction:column; gap:4px; flex-grow:1;}
.dashboard-nav a{
  font-size:12px; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.5);
  padding:12px 14px; border-radius:2px; transition:background .2s, color .2s;
}
.dashboard-nav a:hover{color:#fff;}
.dashboard-nav a.is-active{background:rgba(205,175,175,.1); color:var(--rose);}
.dashboard-sidebar-footer{border-top:1px solid rgba(205,175,175,.08); padding-top:20px; margin-top:20px;}
.dashboard-user{font-size:12px; color:rgba(255,255,255,.6); margin-bottom:10px; word-break:break-all;}
.dashboard-logout, .dashboard-back{display:block; font-size:11px; color:rgba(255,255,255,.4); margin-bottom:8px; transition:color .2s;}
.dashboard-logout:hover, .dashboard-back:hover{color:var(--rose);}

.dashboard-main{padding:56px clamp(24px,4vw,64px); max-width:760px;}
.dashboard-header{margin-bottom:40px;}
.dashboard-header h1{font-size:clamp(26px,3.4vw,36px); margin-bottom:0;}
.dashboard-subtitle{font-size:14px; color:rgba(255,255,255,.45); margin-top:10px;}
.dashboard-empty{font-size:14px; color:rgba(255,255,255,.4);}

@media (max-width:820px){
  .dashboard{grid-template-columns:1fr;}
  .dashboard-sidebar{
    position:static; height:auto; flex-direction:row; align-items:center; justify-content:space-between;
    padding:18px clamp(16px,4vw,48px); flex-wrap:wrap; gap:14px;
  }
  .dashboard-logo{margin-bottom:0;}
  .dashboard-nav{flex-direction:row; flex-grow:0;}
  .dashboard-sidebar-footer{border-top:none; padding-top:0; margin-top:0; display:flex; align-items:center; gap:16px;}
  .dashboard-user{margin-bottom:0; font-size:11px;}
  .dashboard-logout, .dashboard-back{margin-bottom:0;}
  .dashboard-main{padding:36px clamp(16px,4vw,48px);}
}

.member-feed{display:flex; flex-direction:column; gap:16px;}
.member-post{background:var(--near-black); border:1px solid rgba(205,175,175,.1); border-radius:2px; padding:26px;}
.member-post-meta{font-size:11px; letter-spacing:.08em; text-transform:uppercase; color:rgba(255,255,255,.35); margin-bottom:14px;}
.member-post-image{margin-bottom:18px; border-radius:2px; overflow:hidden;}
.member-post-image img{width:100%; object-fit:cover;}
.member-post-content{color:rgba(255,255,255,.8); font-size:15px; font-weight:300; line-height:1.75; margin-bottom:18px;}
.member-post-content p{margin-bottom:14px;}
