/*
Theme Name: Moreha
Theme URI: https://moreha.fr
Author: Moreha
Description: Magazine maison, décoration, travaux et immobilier — archetype AG « Atelier des matières / Casiers d'échantillons » (fond pierre froide, ocre moutarde, Frank Ruhl Libre + Inter Tight).
Version: 1.0.2
License: GNU General Public License v2 or later
Text Domain: moreha
*/

/* ── Tokens ─────────────────────────────────────────────────────────────── */
:root{
    --mh-stone:#EAE7E1;         /* fond pierre/plâtre froid (signature) */
    --mh-stone-2:#E1DCD3;       /* bandes plus profondes */
    --mh-surface:#FFFFFF;
    --mh-ink:#211D17;           /* encre noyer */
    --mh-soft:#615A4E;
    --mh-line:#D9D3C7;
    --mh-ochre:#C9912A;         /* accent ocre/moutarde (inédit réseau) */
    --mh-ochre-deep:#8F6418;
    --mh-ochre-tint:#F5E9D2;
    --mh-walnut:#241F18;        /* footer / bande sombre */
    --mh-display:'Frank Ruhl Libre', Georgia, serif;
    --mh-corps:'Inter Tight', system-ui, sans-serif;
    --mh-mono:'PT Mono', monospace;
    --mh-hh:74px;
    --r-soft:10px;
    --ease:cubic-bezier(.32,.72,0,1);
    --ease-out:cubic-bezier(.16,1,.3,1);
    --sh-1:0 2px 14px -8px rgba(33,29,23,.22);
    --sh-2:0 30px 64px -34px rgba(33,29,23,.38);
}

/* ── Reset ──────────────────────────────────────────────────────────────── */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
ul{list-style:none;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
button{font-family:inherit;cursor:pointer;border:none;background:none;}
html{scroll-behavior:smooth;}
body{
    font-family:var(--mh-corps);
    background:var(--mh-stone);
    color:var(--mh-ink);
    font-size:17px;line-height:1.66;font-weight:400;
    -webkit-font-smoothing:antialiased;
    padding-top:var(--mh-hh);
}
h1,h2,h3,h4{font-family:var(--mh-display);font-weight:600;line-height:1.04;letter-spacing:-0.01em;}
em{font-style:italic;}

.mh-cadre{max-width:1220px;margin:0 auto;padding:0 40px;}
.mh-label{font-family:var(--mh-mono);font-size:0.72rem;font-weight:400;letter-spacing:0.1em;text-transform:uppercase;color:var(--mh-ochre-deep);display:block;}

/* ── Bullets entry-content — punaise (tête + tige) ─────────────────────── */
.entry-content ul{list-style:none;padding-left:0;margin-bottom:1.4em;}
.entry-content ol{list-style:decimal;padding-left:1.5em;margin-bottom:1.4em;}
.entry-content ul li{position:relative;padding-left:1.6em;margin-bottom:.55em;}
.entry-content ul li::before{content:'';position:absolute;left:3px;top:.5em;width:7px;height:7px;border-radius:50%;background:var(--mh-ochre);}
.entry-content ul li::after{content:'';position:absolute;left:6px;top:1em;width:1.5px;height:7px;background:var(--mh-ochre);opacity:.6;}
.entry-content ol li{margin-bottom:.5em;}

/* ── Étiquette « échantillon » (tab à encoche) ──────────────────────────── */
.mh-tag{position:relative;display:inline-flex;align-items:center;gap:6px;font-family:var(--mh-mono);font-size:0.68rem;letter-spacing:0.06em;background:var(--mh-ink);color:var(--mh-stone);padding:5px 14px 5px 11px;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 50%,calc(100% - 9px) 100%,0 100%);}
.mh-tag--ochre{background:var(--mh-ochre);color:var(--mh-ink);}

/* ── Boutons ────────────────────────────────────────────────────────────── */
.mh-bouton{display:inline-flex;align-items:center;gap:10px;font-family:var(--mh-corps);font-weight:600;font-size:0.92rem;padding:13px 26px;background:var(--mh-ochre);color:var(--mh-ink);border-radius:3px;transition:background-color .35s var(--ease),transform .35s var(--ease),box-shadow .35s var(--ease);box-shadow:var(--sh-1);}
.mh-bouton:hover{background:var(--mh-ochre-deep);color:#fff;transform:translateY(-2px);box-shadow:var(--sh-2);}
.mh-bouton--ligne{background:transparent;color:var(--mh-ink);border:1.5px solid var(--mh-ink);box-shadow:none;}
.mh-bouton--ligne:hover{background:var(--mh-ink);color:var(--mh-stone);}
.mh-bouton--clair{background:var(--mh-stone);color:var(--mh-ink);}
.mh-bouton--clair:hover{background:var(--mh-ochre);color:var(--mh-ink);}

/* ── Header ─────────────────────────────────────────────────────────────── */
.mh-bandeau{position:fixed;top:0;left:0;right:0;z-index:300;background:var(--mh-stone);border-bottom:1px solid var(--mh-line);transition:box-shadow .3s var(--ease);}
.mh-bandeau.colle{box-shadow:0 8px 28px -22px rgba(33,29,23,.55);}
.mh-bandeau-inner{height:var(--mh-hh);display:flex;align-items:center;justify-content:space-between;gap:30px;}
.mh-logo{display:flex;align-items:center;}
.mh-logo svg{display:block;}
.mh-logo--mobile{display:none;}
.mh-nav{display:flex;align-items:center;gap:30px;}
.mh-nav-liens{display:flex;align-items:center;gap:26px;}
.mh-nav-liens a{position:relative;font-size:0.92rem;font-weight:500;color:var(--mh-ink);transition:color .3s var(--ease);}
.mh-nav-liens a::after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--mh-ochre);transform:scaleX(0);transform-origin:left;transition:transform .35s var(--ease);}
.mh-nav-liens a:hover{color:var(--mh-ochre-deep);}
.mh-nav-liens a:hover::after{transform:scaleX(1);}
.mh-nav-contact{font-size:0.82rem;font-weight:600;letter-spacing:0.04em;border:1.5px solid var(--mh-ink);padding:9px 20px;border-radius:3px;transition:all .3s var(--ease);}
.mh-nav-contact:hover{background:var(--mh-ink);color:var(--mh-stone);}
.mh-nav-fermer{display:none;}
.mh-burger{display:none;flex-direction:column;gap:5px;padding:6px;}
.mh-burger span{width:24px;height:2px;background:var(--mh-ink);transition:transform .3s var(--ease),opacity .3s var(--ease);}
.mh-burger.actif span:nth-child(1){transform:translateY(3.5px) rotate(45deg);}
.mh-burger.actif span:nth-child(2){transform:translateY(-3.5px) rotate(-45deg);}

/* ── Reveal ─────────────────────────────────────────────────────────────── */
.mh-rev{opacity:0;transform:translateY(22px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);}
.mh-rev.vu{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){.mh-rev{opacity:1;transform:none;transition:none;}}

/* ════════════════════════════════════════════════════════════════════════
   HERO « ÉTABLI » — titre + rangée de chutes de matériaux
   ════════════════════════════════════════════════════════════════════════ */
.mh-etabli{position:relative;padding:50px 0 0;overflow:hidden;}
.mh-etabli-head{max-width:760px;}
.mh-etabli-eyebrow{display:inline-flex;align-items:center;gap:12px;margin-bottom:22px;}
.mh-etabli-eyebrow::before{content:'';width:36px;height:1.5px;background:var(--mh-ochre);}
.mh-etabli h1{font-size:clamp(2.6rem,5.2vw,4.2rem);font-weight:600;line-height:1;letter-spacing:-0.015em;}
.mh-etabli h1 em{color:var(--mh-ochre-deep);}
.mh-etabli-lead{font-size:1.12rem;color:var(--mh-soft);max-width:48ch;margin:24px 0 32px;}
.mh-etabli-actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap;}
.mh-etabli-stats{display:flex;align-items:baseline;gap:8px;font-family:var(--mh-mono);font-size:0.82rem;color:var(--mh-soft);}
.mh-etabli-stats b{font-family:var(--mh-display);font-size:1.3rem;font-weight:600;color:var(--mh-ink);}

/* Rangée de chutes/échantillons posées sur l'établi */
.mh-chutes{margin-top:56px;padding:0 0 60px;}
.mh-chutes-track{display:flex;align-items:flex-end;gap:30px;padding:30px 0 10px;overflow-x:auto;scrollbar-width:none;}
.mh-chutes-track::-webkit-scrollbar{display:none;}
.mh-chute{flex:0 0 auto;width:168px;display:flex;flex-direction:column;transition:transform .4s var(--ease);}
.mh-chute:nth-child(odd){transform:rotate(-2.4deg);}
.mh-chute:nth-child(even){transform:rotate(1.8deg) translateY(10px);}
.mh-chute:nth-child(3n){transform:rotate(-1.2deg) translateY(4px);}
.mh-chute:hover{transform:rotate(0deg) translateY(-8px) scale(1.04);z-index:2;}
.mh-chute-vue{position:relative;border-radius:4px;overflow:hidden;box-shadow:var(--sh-2);border:5px solid #fff;aspect-ratio:1/1;}
.mh-chute-vue img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.mh-chute-no{position:absolute;bottom:8px;left:8px;font-family:var(--mh-mono);font-size:0.62rem;color:#fff;background:rgba(33,29,23,.62);padding:2px 7px;border-radius:2px;letter-spacing:.04em;}

/* ════════════════════════════════════════════════════════════════════════
   SOMMAIRE — grille de fiches échantillon
   ════════════════════════════════════════════════════════════════════════ */
.mh-section{padding:88px 0;}
.mh-tete{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:46px;border-bottom:2px solid var(--mh-ink);padding-bottom:16px;}
.mh-tete h2{font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:600;}
.mh-tete .mh-label{padding-bottom:5px;}

.mh-grille{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 30px;}
.mh-fiche{display:flex;flex-direction:column;}
.mh-fiche-vue{position:relative;display:block;border-radius:4px;overflow:hidden;margin-bottom:18px;background:var(--mh-stone-2);aspect-ratio:4/3.3;}
.mh-fiche-vue img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease);}
.mh-fiche:hover .mh-fiche-vue img{transform:scale(1.045);}
.mh-fiche-vue .mh-tag{position:absolute;top:14px;left:0;z-index:2;}
.mh-fiche-cat{font-family:var(--mh-mono);font-size:0.72rem;letter-spacing:0.08em;text-transform:uppercase;color:var(--mh-ochre-deep);margin-bottom:9px;display:inline-block;}
.mh-fiche h3{font-size:1.4rem;font-weight:600;line-height:1.08;margin-bottom:10px;}
.mh-fiche h3 a{background-image:linear-gradient(var(--mh-ochre),var(--mh-ochre));background-size:0% 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .4s var(--ease);padding-bottom:2px;}
.mh-fiche:hover h3 a{background-size:100% 2px;}
.mh-fiche-resume{color:var(--mh-soft);font-size:0.96rem;margin-bottom:14px;}
.mh-fiche-meta{margin-top:auto;display:flex;align-items:center;gap:10px;font-family:var(--mh-mono);font-size:0.72rem;color:var(--mh-soft);}
.mh-fiche-meta span:nth-child(2){width:3px;height:3px;border-radius:50%;background:var(--mh-ochre);}

/* Fiche complète (à la une) — span 2 col, style fiche technique punaisée */
.mh-fiche--une{grid-column:span 2;display:grid;grid-template-columns:1.05fr .95fr;gap:0 40px;align-items:center;}
.mh-fiche--une .mh-fiche-vue{margin-bottom:0;grid-row:1;aspect-ratio:4/3.6;}
.mh-fiche--une .mh-fiche-corps{padding:6px 0;}
.mh-fiche--une h3{font-size:clamp(1.7rem,2.6vw,2.3rem);}
.mh-fiche--une .mh-fiche-resume{font-size:1.02rem;}
.mh-fiche--une .mh-fiche-vue::after{content:'';position:absolute;top:-9px;left:24px;width:18px;height:18px;border-radius:50%;background:var(--mh-ochre);box-shadow:0 3px 6px rgba(33,29,23,.35),inset 0 -2px 3px rgba(0,0,0,.18);z-index:2;}

/* ════════════════════════════════════════════════════════════════════════
   L'ARCHITECTE — carnet d'atelier (pas de split classique)
   ════════════════════════════════════════════════════════════════════════ */
.mh-architecte{background:var(--mh-walnut);color:#EFE9DD;padding:92px 0;position:relative;}
.mh-architecte-inner{max-width:880px;margin:0 auto;text-align:center;position:relative;}
.mh-architecte .mh-label{color:#D9B871;margin-bottom:24px;text-align:center;}
.mh-architecte-pin{position:relative;display:inline-block;margin-bottom:30px;}
.mh-architecte-photo{width:128px;height:128px;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:var(--sh-2);transform:rotate(-3deg);}
.mh-architecte-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;}
.mh-architecte-pin::before{content:'';position:absolute;top:-7px;left:50%;transform:translateX(-50%);width:16px;height:16px;border-radius:50%;background:var(--mh-ochre);box-shadow:0 3px 6px rgba(0,0,0,.4);z-index:2;}
.mh-architecte h2{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:600;color:#fff;margin-bottom:10px;}
.mh-architecte-role{font-family:var(--mh-mono);font-size:0.8rem;color:#D9B871;letter-spacing:.04em;margin-bottom:28px;}
.mh-architecte-bio{color:#C9C0AE;font-size:1.03rem;max-width:62ch;margin:0 auto 30px;text-align:left;}
.mh-architecte-bio p{margin-bottom:.85em;}
.mh-architecte-bio strong{color:#fff;font-weight:600;}
.mh-architecte-bio ul{margin:.5em 0;}
.mh-architecte-bio li{position:relative;padding-left:1.5em;margin-bottom:.4em;}
.mh-architecte-bio li::before{content:'';position:absolute;left:3px;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--mh-ochre);}
.mh-architecte-bio li::after{content:'';position:absolute;left:5.5px;top:1em;width:1.5px;height:6px;background:var(--mh-ochre);opacity:.6;}

/* Fiche technique (specs) - tableau leader-dots */
.mh-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid rgba(239,233,221,.18);border-bottom:1px solid rgba(239,233,221,.18);margin-bottom:32px;}
.mh-spec{padding:20px 14px;text-align:center;border-left:1px solid rgba(239,233,221,.18);}
.mh-spec:first-child{border-left:none;}
.mh-spec-num{font-family:var(--mh-display);font-weight:600;font-size:1.7rem;color:#fff;display:block;}
.mh-spec-label{font-family:var(--mh-mono);font-size:0.68rem;letter-spacing:.06em;text-transform:uppercase;color:#A89B82;margin-top:4px;display:block;}

/* ════════════════════════════════════════════════════════════════════════
   CASIERS D'ATELIER — catégories en étagère ouverte
   ════════════════════════════════════════════════════════════════════════ */
.mh-rayonnage{padding:90px 0 96px;}
.mh-etagere{position:relative;border-top:6px solid var(--mh-ink);padding-top:0;}
.mh-etagere::before{content:'';position:absolute;top:-10px;left:-16px;width:12px;height:12px;border-radius:50%;background:var(--mh-ink);}
.mh-etagere::after{content:'';position:absolute;top:-10px;right:-16px;width:12px;height:12px;border-radius:50%;background:var(--mh-ink);}
.mh-casiers{display:grid;grid-template-columns:repeat(4,1fr);}
.mh-casier{position:relative;padding:30px 26px 28px;border-left:1.5px solid var(--mh-ink);border-right:1.5px solid var(--mh-ink);border-bottom:1.5px solid var(--mh-ink);background:var(--mh-surface);transition:transform .35s var(--ease),box-shadow .35s var(--ease);display:flex;flex-direction:column;}
.mh-casier + .mh-casier{margin-left:-1.5px;}
.mh-casier:hover{transform:translateY(-8px);box-shadow:var(--sh-2);z-index:2;}
.mh-casier-icone{width:38px;height:38px;color:var(--mh-ochre-deep);margin-bottom:18px;transition:transform .4s var(--ease);}
.mh-casier-icone svg{width:100%;height:100%;}
.mh-casier:hover .mh-casier-icone{transform:translateY(-3px) rotate(-4deg);}
.mh-casier-nom{font-size:1.35rem;font-weight:600;margin-bottom:8px;}
.mh-casier-desc{color:var(--mh-soft);font-size:0.9rem;margin-bottom:18px;flex:1;}
.mh-casier-pied{display:flex;align-items:center;justify-content:space-between;font-family:var(--mh-mono);font-size:0.72rem;letter-spacing:.04em;color:var(--mh-soft);}
.mh-casier-fleche{color:var(--mh-ochre-deep);transition:transform .35s var(--ease);}
.mh-casier:hover .mh-casier-fleche{transform:translateX(5px);}

/* ── Heroes internes ────────────────────────────────────────────────────── */
.mh-coiffe{position:relative;background-size:cover;background-position:center;}
.mh-coiffe::before{content:'';position:absolute;inset:0;background:linear-gradient(165deg,rgba(33,29,23,.78),rgba(36,31,24,.62));}
.mh-coiffe-inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:320px;padding:74px 40px;color:#fff;}
.mh-coiffe h1{font-size:clamp(2.2rem,4.4vw,3.4rem);font-weight:600;color:#fff;}
.mh-fil{font-family:var(--mh-mono);font-size:0.74rem;letter-spacing:.04em;margin-bottom:18px;color:rgba(255,255,255,.78);}
.mh-fil a:hover{color:#fff;}
.mh-fil span{color:rgba(255,255,255,.5);}
.mh-coiffe-desc{max-width:640px;margin-top:16px;color:#fff !important;}
.mh-coiffe-desc p{color:#fff !important;text-shadow:0 1px 6px rgba(0,0,0,.5);}
.mh-coiffe-compte{margin-top:18px;font-family:var(--mh-mono);font-size:0.76rem;letter-spacing:.06em;color:var(--mh-ochre);}

/* ── Archive ──────────────────────────────────────────────────────────── */
.mh-rayon{padding:64px 0;}
.mh-rayon .mh-grille .mh-fiche h2{font-family:var(--mh-display);font-size:1.4rem;font-weight:600;line-height:1.08;margin-bottom:10px;}
.mh-rayon .mh-grille .mh-fiche h2 a{background-image:linear-gradient(var(--mh-ochre),var(--mh-ochre));background-size:0% 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .4s var(--ease);padding-bottom:2px;}
.mh-rayon .mh-grille .mh-fiche:hover h2 a{background-size:100% 2px;}

/* ── Bloc SEO (fiche technique 2 col) ───────────────────────────────────── */
.mh-dossier{padding:0 0 86px;}
.mh-dossier-titre h2{font-size:clamp(1.7rem,2.6vw,2.3rem);font-weight:600;margin-bottom:36px;}
.mh-dossier-inner{display:grid;grid-template-columns:1fr 420px;gap:54px;align-items:center;}
.mh-dossier-texte p{color:var(--mh-soft);margin-bottom:1.2em;}
.mh-dossier-texte ul{padding-left:0;margin-bottom:1.2em;}
.mh-dossier-texte li{position:relative;padding-left:1.7em;margin-bottom:.6em;color:var(--mh-soft);}
.mh-dossier-texte li::before{content:'';position:absolute;left:3px;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--mh-ochre);}
.mh-dossier-texte li::after{content:'';position:absolute;left:5.5px;top:1em;width:1.5px;height:6px;background:var(--mh-ochre);opacity:.6;}
.mh-dossier-image{position:relative;border-radius:4px;overflow:hidden;box-shadow:var(--sh-1);aspect-ratio:4/3.4;}
.mh-dossier-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease);}
.mh-dossier-image:hover img{transform:scale(1.04);}

/* ── Single (lecture) ───────────────────────────────────────────────────── */
.mh-lecture-hero{position:relative;min-height:82vh;background-size:cover;background-position:center;display:flex;align-items:center;}
.mh-lecture-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(33,29,23,.8),rgba(36,31,24,.6));}
.mh-lecture-hero-inner{position:relative;max-width:880px;margin:0 auto;padding:120px 40px 88px;text-align:center;color:#fff;}
.mh-badge-cat{display:inline-block;font-family:var(--mh-mono);font-size:0.74rem;letter-spacing:.06em;background:var(--mh-ochre);color:var(--mh-ink);padding:6px 16px;margin-bottom:22px;}
.mh-lecture-hero h1{font-size:clamp(2.1rem,4.2vw,3.3rem);font-weight:600;color:#fff;margin-bottom:22px;}
.mh-lecture-meta{font-family:var(--mh-mono);font-size:0.78rem;color:rgba(255,255,255,.84);display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;}
.mh-lecture-meta .mh-sep{color:var(--mh-ochre);}
.mh-lecture-etoiles{margin-top:18px;display:flex;justify-content:center;}
.mh-lecture-corps{max-width:780px;margin:0 auto;padding:56px 40px 30px;}
.mh-resume-ia{max-width:720px;margin:0 auto 8px;}
.mh-lecture-vignette{position:relative;overflow:hidden;margin:0 0 40px;border-radius:6px;aspect-ratio:16/9;max-height:580px;}
.mh-lecture-vignette img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.entry-content{font-size:1.06rem;}
.entry-content h2{font-size:1.7rem;margin:1.5em 0 .6em;}
.entry-content h3{font-size:1.3rem;margin:1.3em 0 .5em;}
.entry-content p{margin-bottom:1.25em;}
.entry-content a{color:var(--mh-ochre-deep);text-decoration:underline;text-underline-offset:3px;}
.entry-content img{border-radius:6px;margin:1.5em 0;}
.entry-content blockquote{border-left:3px solid var(--mh-ochre);padding-left:20px;margin:1.5em 0;color:var(--mh-soft);font-style:italic;}
.mh-etiquettes{max-width:780px;margin:0 auto;padding:0 40px 30px;display:flex;flex-wrap:wrap;gap:10px;}
.mh-etiquettes a{font-family:var(--mh-mono);font-size:0.72rem;border:1px solid var(--mh-line);padding:6px 14px;border-radius:3px;color:var(--mh-soft);transition:all .25s var(--ease);}
.mh-etiquettes a:hover{border-color:var(--mh-ochre);color:var(--mh-ochre-deep);}

.mh-signature{max-width:780px;margin:0 auto 70px;padding:0 40px;}
.mh-signature-cadre{display:flex;gap:24px;border:1.5px solid var(--mh-ink);border-radius:4px;padding:26px;background:var(--mh-surface);align-items:center;}
.mh-signature-photo{flex-shrink:0;width:96px;height:96px;border-radius:50%;overflow:hidden;border:3px solid var(--mh-stone);box-shadow:0 0 0 1.5px var(--mh-ink);}
.mh-signature-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;}
.mh-signature-nom{font-family:var(--mh-display);font-size:1.2rem;font-weight:600;}
.mh-signature-role{font-family:var(--mh-mono);font-size:0.72rem;color:var(--mh-ochre-deep);margin:4px 0 10px;}
.mh-signature-bio p{font-size:0.93rem;color:var(--mh-soft);margin-bottom:.5em;}

.mh-voisins{padding:0 0 90px;}

/* ── Pages ──────────────────────────────────────────────────────────────── */
.mh-page-corps{padding:64px 0 88px;}
.mh-page-texte{max-width:800px;margin:0 auto;padding:0 40px;}
.mh-page-texte h2{font-size:1.35rem;margin:1.7em 0 .6em;}
.mh-page-texte p{margin-bottom:1.2em;color:var(--mh-soft);}
.mh-page-texte a{color:var(--mh-ochre-deep);text-decoration:underline;}

.mh-contact-grille{display:grid;grid-template-columns:.86fr 1.14fr;gap:56px;align-items:start;}
.mh-contact-intro h2{font-size:1.5rem;margin-bottom:16px;}
.mh-contact-intro p{color:var(--mh-soft);margin-bottom:1.1em;}
.mh-contact-note{border:1.5px solid var(--mh-ink);border-radius:4px;background:var(--mh-surface);padding:22px 24px;margin-top:26px;}
.mh-contact-note .mh-label{margin-bottom:9px;}
.mh-contact-note p{font-size:0.9rem;margin-bottom:0;color:var(--mh-soft);}
.mh-formulaire{border:1.5px solid var(--mh-ink);border-radius:4px;background:var(--mh-surface);padding:34px;}
.wpcf7-form p{display:flex;flex-direction:column;gap:6px;margin:0 0 18px;}
.wpcf7-form br{display:none;}
.wpcf7-form label{font-family:var(--mh-mono);font-size:0.7rem;letter-spacing:.04em;text-transform:uppercase;color:var(--mh-soft);}
.wpcf7-form input,.wpcf7-form textarea{width:100%;padding:12px 14px;border:1px solid var(--mh-line);border-radius:3px;font-family:var(--mh-corps);font-size:0.96rem;background:var(--mh-stone);color:var(--mh-ink);transition:border-color .25s var(--ease);}
.wpcf7-form input:focus,.wpcf7-form textarea:focus{outline:none;border-color:var(--mh-ochre);}
.wpcf7-form textarea{min-height:148px;resize:vertical;}
.wpcf7-submit{width:100%;padding:14px;background:var(--mh-ochre);color:var(--mh-ink);border-radius:3px;font-weight:600;cursor:pointer;transition:background-color .3s var(--ease);}
.wpcf7-submit:hover{background:var(--mh-ochre-deep);color:#fff;}

.mh-plan-bloc{margin-bottom:42px;}
.mh-plan-bloc h2{font-size:1.3rem;border-bottom:1.5px solid var(--mh-ink);padding-bottom:9px;margin-bottom:16px;}
.mh-plan-bloc ul li{margin-bottom:9px;padding-left:1.6em;position:relative;}
.mh-plan-bloc ul li::before{content:'';position:absolute;left:3px;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--mh-ochre);}
.mh-plan-bloc ul li::after{content:'';position:absolute;left:5.5px;top:1em;width:1.5px;height:6px;background:var(--mh-ochre);opacity:.6;}
.mh-plan-bloc ul a{color:var(--mh-soft);}
.mh-plan-bloc ul a:hover{color:var(--mh-ochre-deep);}

/* ── Footer ─────────────────────────────────────────────────────────────── */
.mh-pied{background:var(--mh-walnut);color:#C9C0AE;padding:64px 0 0;}
.mh-pied-grille{display:grid;grid-template-columns:1.3fr .8fr .8fr 1.1fr;gap:44px;padding-bottom:48px;}
.mh-pied-marque{display:flex;align-items:center;}
.mh-pied-marque svg{display:block;}
.mh-pied-desc{font-size:0.9rem;color:#A89B82;margin-top:16px;}
.mh-pied-titre{font-family:var(--mh-mono);font-size:0.7rem;letter-spacing:.06em;text-transform:uppercase;color:#D9B871;margin-bottom:16px;display:block;}
.mh-pied ul li{margin-bottom:10px;}
.mh-pied ul a{font-size:0.93rem;color:#C9C0AE;transition:color .25s var(--ease),padding-left .25s var(--ease);}
.mh-pied ul a:hover{color:#fff;padding-left:5px;}
.mh-pied-article{display:flex;gap:13px;margin-bottom:15px;align-items:center;}
.mh-pied-article img{width:58px;height:46px;object-fit:cover;border-radius:3px;flex-shrink:0;}
.mh-pied-article a{font-size:0.86rem;line-height:1.35;color:#DCD4C2;}
.mh-pied-article a:hover{color:#fff;}
.mh-pied-article time{display:block;font-family:var(--mh-mono);font-size:0.62rem;color:#7C7261;margin-top:3px;}
.mh-pied-bas{border-top:1px solid rgba(201,192,174,.15);padding:20px 0;text-align:center;font-family:var(--mh-mono);font-size:0.74rem;color:#8A8068;}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width:1024px){
    .mh-grille{grid-template-columns:repeat(2,1fr);}
    .mh-fiche--une{grid-column:span 2;grid-template-columns:1fr;gap:18px;}
    .mh-fiche--une .mh-fiche-vue{grid-row:auto;}
    .mh-specs{grid-template-columns:repeat(3,1fr);}
    .mh-casiers{grid-template-columns:repeat(2,1fr);}
    .mh-casier{margin-left:0 !important;}
    .mh-casier:nth-child(odd){border-right:1.5px solid var(--mh-ink);}
    .mh-dossier-inner{grid-template-columns:1fr;gap:32px;}
    .mh-dossier-image{order:-1;max-width:520px;}
    .mh-contact-grille{grid-template-columns:1fr;gap:36px;}
    .mh-pied-grille{grid-template-columns:1fr 1fr;}
}
@media (max-width:860px){
    .mh-burger{display:flex;}
    .mh-nav{position:fixed;top:0;left:0;right:0;bottom:0;z-index:400;background:var(--mh-stone);padding:26px;display:none;flex-direction:column;overflow-y:auto;}
    .mh-nav.ouvert{display:flex;}
    .mh-nav .mh-logo--mobile{display:flex;margin-bottom:36px;}
    .mh-nav-fermer{display:flex;position:absolute;top:22px;right:22px;width:42px;height:42px;align-items:center;justify-content:center;border:1.5px solid var(--mh-ink);border-radius:3px;color:var(--mh-ink);}
    .mh-nav-liens{flex-direction:column;align-items:stretch;gap:0;}
    .mh-nav-liens li{border-top:1px solid var(--mh-line);}
    .mh-nav-liens li:last-child{border-bottom:1px solid var(--mh-line);}
    .mh-nav-liens a{display:block;padding:16px 0;font-family:var(--mh-display);font-size:1.3rem;font-weight:600;}
    .mh-nav-liens a::after{display:none;}
    .mh-nav-contact{margin-top:24px;text-align:center;}
}
@media (max-width:760px){
    body{padding-top:60px;}
    .mh-cadre{padding:0 22px;}
    .mh-bandeau{height:60px;}
    .mh-bandeau-inner{height:60px;}
    .mh-etabli{padding:40px 0 0;}
    .mh-grille{grid-template-columns:1fr;}
    .mh-fiche--une{grid-column:span 1;}
    .mh-specs{grid-template-columns:1fr;}
    .mh-spec{border-left:none;border-top:1px solid rgba(239,233,221,.18);}
    .mh-spec:first-child{border-top:none;}
    .mh-casiers{grid-template-columns:1fr;}
    .mh-casier{border-right:1.5px solid var(--mh-ink) !important;}
    .mh-signature-cadre{flex-direction:column;text-align:center;}
    .mh-lecture-hero{min-height:68vh;}
    .mh-lecture-corps,.mh-etiquettes,.mh-signature{padding-left:22px;padding-right:22px;}
    .mh-formulaire{padding:24px;}
    .mh-pied-grille{grid-template-columns:1fr;gap:32px;text-align:center;}
    .mh-pied-marque{justify-content:center;}
    .mh-pied-article{justify-content:center;}
}
