/* site-reperes.css — gabarit "reperes" (Repères Maison), magazine-guide habitat/immo.
   Éditorial, fiable : crème chaud + terracotta + ardoise, Bitter (titres) + Inter (corps).
   Chargé uniquement quand config.homepage_template/article_template == "reperes". */

*{box-sizing:border-box;}
html,body{margin:0;padding:0;background:#FAF6F0;}
img{display:block;max-width:100%;}
::selection{background:#b8562f;color:#FAF6F0;}

.rm-page{min-height:100vh;background:#FAF6F0;color:#2B2724;font-family:'Inter',system-ui,sans-serif;-webkit-font-smoothing:antialiased;}
.rm-page a{color:#b8562f;text-decoration:none;}

/* barre haute */
.rm-topbar{position:sticky;top:0;z-index:50;background:rgba(250,246,240,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #E7DFD4;}
.rm-topbar-inner{max-width:1160px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:28px;}
.rm-brand{display:flex;align-items:center;gap:11px;color:#2B2724;}
.rm-logo{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:9px;background:#2B2724;flex:none;}
.rm-brand-txt{display:flex;flex-direction:column;line-height:1;}
.rm-brand-name{font-family:'Bitter',serif;font-weight:700;font-size:18px;letter-spacing:-.01em;}
.rm-brand-sub{font-size:11px;color:#8A7F72;margin-top:3px;letter-spacing:.02em;}
.rm-nav{margin-left:auto;display:flex;align-items:center;gap:26px;}
.rm-nav a{color:#4A423B;font-size:14.5px;font-weight:500;}
.rm-nav a:hover{color:#b8562f;}
.rm-nav .rm-navcta{background:#b8562f;color:#FAF6F0;font-size:14px;font-weight:600;padding:9px 16px;border-radius:8px;}
.rm-nav .rm-navcta:hover{background:#97431f;color:#FAF6F0;}

/* hero */
.rm-hero{max-width:1160px;margin:0 auto;padding:64px 24px 40px;text-align:center;}
.rm-badge{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#b8562f;background:#F3E7DD;border:1px solid #EAD7C8;padding:6px 13px;border-radius:999px;}
.rm-h1{font-family:'Bitter',serif;font-weight:800;font-size:clamp(34px,5.2vw,58px);line-height:1.06;letter-spacing:-.02em;margin:22px auto 0;max-width:15ch;color:#2B2724;}
.rm-sub{font-size:clamp(16px,2vw,19px);line-height:1.6;color:#5C5349;max-width:56ch;margin:20px auto 0;}
.rm-cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:30px;}
.rm-btn-dark{background:#2B2724;color:#FAF6F0;font-size:15px;font-weight:600;padding:13px 24px;border-radius:9px;}
.rm-btn-dark:hover{background:#000;color:#FAF6F0;}
.rm-btn-outline{background:transparent;color:#2B2724;font-size:15px;font-weight:600;padding:13px 24px;border-radius:9px;border:1px solid #D7CBBC;}
.rm-btn-outline:hover{border-color:#b8562f;color:#b8562f;}

/* sections */
.rm-section{max-width:1160px;margin:0 auto;padding:24px 24px 8px;}
.rm-cats-sec{padding:34px 24px 6px;}
.rm-grid-sec{padding:40px 24px 20px;}

/* article à la une */
.rm-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.rm-eyebrow>span:first-child{font-family:'Bitter',serif;font-weight:600;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#8A7F72;}
.rm-rule{flex:1;height:1px;background:#E7DFD4;}
.rm-featured{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));background:#fff;border:1px solid #EAE1D5;border-radius:16px;overflow:hidden;box-shadow:0 1px 2px rgba(43,39,36,.04);color:#2B2724;transition:box-shadow .2s,border-color .2s;}
.rm-featured:hover{box-shadow:0 10px 30px rgba(43,39,36,.10);border-color:#E0D3C3;}
.rm-featured-img{min-height:300px;background:#EDE3D6;position:relative;}
.rm-featured-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.rm-featured-body{padding:36px 38px;display:flex;flex-direction:column;justify-content:center;}
.rm-tagrow{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap;}
.rm-tag{font-size:12px;font-weight:600;letter-spacing:.04em;color:#FAF6F0;padding:5px 11px;border-radius:6px;}
.rm-meta{font-size:13px;color:#8A7F72;}
.rm-featured-body h2{font-family:'Bitter',serif;font-weight:700;font-size:clamp(24px,2.6vw,32px);line-height:1.15;letter-spacing:-.01em;margin:0;}
.rm-featured-body p{font-size:16px;line-height:1.62;color:#5C5349;margin:16px 0 0;}
.rm-byline{display:flex;align-items:center;gap:11px;margin-top:24px;font-size:14px;color:#5C5349;}
.rm-byline strong{color:#2B2724;font-weight:600;}
.rm-avatar{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:#3E5C6E;color:#FAF6F0;font-weight:600;font-size:14px;flex:none;}

/* pilules catégories */
.rm-cats{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.rm-cat{font-size:14px;font-weight:600;padding:8px 16px;border-radius:999px;}

/* grille */
.rm-grid-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap;}
.rm-grid-head h2{font-family:'Bitter',serif;font-weight:700;font-size:28px;letter-spacing:-.01em;margin:0;}
.rm-grid-head p{font-size:15px;color:#8A7F72;margin:6px 0 0;}
.rm-grid-link{font-size:14px;font-weight:600;color:#b8562f;}
.rm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;}
.rm-card{display:flex;flex-direction:column;background:#fff;border:1px solid #EAE1D5;border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(43,39,36,.04);color:#2B2724;transition:box-shadow .2s,border-color .2s;}
.rm-card:hover{box-shadow:0 10px 26px rgba(43,39,36,.10);border-color:#E0D3C3;}
.rm-card-img{position:relative;aspect-ratio:16/10;background:#EDE3D6;}
.rm-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.rm-card-tag{position:absolute;top:12px;left:12px;font-size:11.5px;font-weight:600;letter-spacing:.03em;color:#FAF6F0;padding:5px 10px;border-radius:6px;}
.rm-card-body{padding:20px 20px 22px;display:flex;flex-direction:column;flex:1;}
.rm-card-time{font-size:12.5px;color:#9A8F80;font-weight:500;}
.rm-card-body h3{font-family:'Bitter',serif;font-weight:700;font-size:19px;line-height:1.28;letter-spacing:-.005em;margin:8px 0 0;}
.rm-card-body p{font-size:14.5px;line-height:1.58;color:#5C5349;margin:10px 0 0;}
.rm-ph{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#EDE3D6;color:#b8562f;font-family:'Bitter',serif;font-size:15px;}

/* newsletter */
.rm-news{max-width:1160px;margin:56px auto 0;padding:0 24px;}
.rm-news-box{background:#2B2724;border-radius:20px;padding:clamp(32px,5vw,56px);display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:36px;align-items:center;color:#FAF6F0;}
.rm-news-badge{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#E6A277;background:rgba(184,86,47,.18);padding:6px 12px;border-radius:999px;}
.rm-news-box h2{font-family:'Bitter',serif;font-weight:700;font-size:clamp(24px,3vw,32px);line-height:1.16;letter-spacing:-.01em;margin:16px 0 0;}
.rm-news-box>div>p{font-size:16px;line-height:1.6;color:#C9BFB4;margin:14px 0 0;max-width:46ch;}
.rm-news-form{display:flex;gap:10px;flex-wrap:wrap;}
.rm-news-form input{flex:1;min-width:200px;background:#FAF6F0;border:none;border-radius:9px;padding:14px 16px;font-family:'Inter',sans-serif;font-size:15px;color:#2B2724;}
.rm-news-form button{background:#b8562f;color:#FAF6F0;border:none;border-radius:9px;padding:14px 22px;font-family:'Inter',sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;}
.rm-news-form button:hover{background:#c96438;}
.rm-news-fine{font-size:12.5px;color:#9A9086;margin:12px 0 0;}

/* pied */
.rm-footer{max-width:1160px;margin:64px auto 0;padding:40px 24px 56px;border-top:1px solid #E7DFD4;}
.rm-footer-cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;}
.rm-footer-brand{display:flex;align-items:center;gap:10px;}
.rm-footer-logo{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#2B2724;flex:none;}
.rm-footer-brandname{font-family:'Bitter',serif;font-weight:700;font-size:16px;}
.rm-footer>.rm-footer-cols p,.rm-footer-cols>div>p{font-size:13.5px;line-height:1.6;color:#8A7F72;margin:14px 0 0;max-width:34ch;}
.rm-footer h4{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9A8F80;margin:0 0 12px;}
.rm-footer-links{display:flex;flex-direction:column;gap:9px;}
.rm-footer-links a{color:#4A423B;font-size:14px;}
.rm-footer-links a:hover{color:#b8562f;}
.rm-footer-bottom{margin-top:36px;padding-top:20px;border-top:1px solid #E7DFD4;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;align-items:center;}
.rm-footer-bottom span{font-size:12.5px;color:#9A8F80;}

/* ---- page article ---- */
.rm-art-head{max-width:760px;margin:0 auto;padding:52px 24px 0;text-align:center;}
.rm-breadcrumb{font-size:13px;color:#8A7F72;margin-bottom:20px;}
.rm-breadcrumb a{color:#8A7F72;}
.rm-breadcrumb a:hover{color:#b8562f;}
.rm-breadcrumb span{margin:0 7px;}
.rm-art-badge{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:600;letter-spacing:.04em;color:#FAF6F0;padding:6px 13px;border-radius:7px;}
.rm-art-badge span{opacity:.75;font-weight:500;}
.rm-art-h1{font-family:'Bitter',serif;font-weight:800;font-size:clamp(30px,4.6vw,50px);line-height:1.1;letter-spacing:-.02em;margin:22px auto 0;max-width:20ch;color:#2B2724;}
.rm-art-sub{font-size:clamp(17px,2vw,20px);line-height:1.55;color:#5C5349;max-width:54ch;margin:20px auto 0;}
.rm-art-author-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:28px;}
.rm-avatar-lg{width:46px;height:46px;font-size:16px;}
.rm-art-author-meta{text-align:left;}
.rm-art-author-n{font-size:14.5px;color:#2B2724;font-weight:600;}
.rm-art-author-d{font-size:13px;color:#8A7F72;}
.rm-art-hero{max-width:1160px;margin:36px auto 0;padding:0 24px;}
.rm-art-hero-img{position:relative;aspect-ratio:16/7;background:#EDE3D6;border-radius:16px;overflow:hidden;border:1px solid #EAE1D5;}
.rm-art-hero-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.rm-art-body{max-width:720px;margin:0 auto;padding:44px 24px 0;font-size:17.5px;line-height:1.72;color:#33302B;}
.rm-art-lead p{margin:0 0 20px;}
.rm-art-lead p:first-of-type::first-letter{float:left;font-family:'Bitter',serif;font-weight:800;font-size:64px;line-height:.82;color:#b8562f;margin:6px 12px -2px 0;}
.rm-art-body h2{font-family:'Bitter',serif;font-weight:700;font-size:27px;line-height:1.22;letter-spacing:-.01em;color:#2B2724;margin:44px 0 0;}
.rm-art-body h2:first-child{margin-top:0;}
.rm-art-body h3{font-family:'Bitter',serif;font-weight:700;font-size:20px;color:#2B2724;margin:28px 0 0;}
.rm-art-body p{margin:16px 0 0;}
.rm-art-body a{color:#b8562f;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;}
.rm-art-body a:hover{color:#97431f;}
.rm-art-body ul,.rm-art-body ol{margin:18px 0 0;padding-left:22px;}
.rm-art-body li{margin:0 0 10px;}
.rm-art-body strong{color:#2B2724;}
.rm-art-body blockquote{margin:38px 0 0;padding:8px 0 8px 26px;border-left:3px solid #b8562f;}
.rm-art-body blockquote p{font-family:'Bitter',serif;font-style:italic;font-weight:500;font-size:23px;line-height:1.4;color:#2B2724;margin:0;}
.rm-art-body img{border-radius:12px;margin:24px 0 0;}
.rm-art-body table{display:block;overflow-x:auto;width:100%;border-collapse:collapse;margin:22px 0 0;font-size:15px;background:#fff;border:1px solid #EAE1D5;border-radius:12px;}
.rm-art-body th{text-align:left;padding:14px 16px;font-weight:600;color:#2B2724;background:#F3ECE2;border-bottom:1px solid #EAE1D5;}
.rm-art-body td{padding:13px 16px;border-bottom:1px solid #F0E8DC;color:#5C5349;}
.rm-art-body td:first-child{font-weight:600;color:#2B2724;}
.rm-art-faq-title{font-family:'Bitter',serif;font-weight:700;font-size:27px;line-height:1.22;letter-spacing:-.01em;color:#2B2724;margin:48px 0 0;}
.rm-art-faq{display:flex;flex-direction:column;gap:14px;margin-top:20px;}
.rm-art-faq-item{background:#fff;border:1px solid #EAE1D5;border-radius:12px;padding:20px 22px;}
.rm-art-faq-item h3{font-family:'Bitter',serif;font-weight:700;font-size:17.5px;line-height:1.35;color:#2B2724;margin:0;}
.rm-art-faq-item p{font-size:15.5px;line-height:1.62;color:#5C5349;margin:10px 0 0;}
.rm-art-author-wrap{max-width:720px;margin:44px auto 0;padding:0 24px;}
.rm-art-author{background:#F3ECE2;border:1px solid #EAE1D5;border-radius:16px;padding:28px;display:flex;gap:20px;align-items:flex-start;flex-wrap:wrap;}
.rm-art-author-av{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#3E5C6E;color:#FAF6F0;font-weight:600;font-size:20px;flex:none;}
.rm-art-author-txt{flex:1;min-width:220px;}
.rm-art-author-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#9A8F80;}
.rm-art-author-name{font-family:'Bitter',serif;font-weight:700;font-size:19px;color:#2B2724;margin-top:3px;}
.rm-art-author-bio{font-size:15px;line-height:1.62;color:#5C5349;margin:10px 0 0;}
.rm-art-author-bio p{margin:0 0 8px;}
.rm-art-author-bio p:last-child{margin-bottom:0;}
.rm-related{max-width:1160px;margin:56px auto 0;padding:0 24px;}
.rm-related-head{display:flex;align-items:center;gap:12px;margin-bottom:22px;}
.rm-related-head h2{font-family:'Bitter',serif;font-weight:700;font-size:24px;letter-spacing:-.01em;margin:0;}

/* responsive */
@media (max-width:720px){
  .rm-topbar-inner{gap:14px;padding:12px 18px;}
  .rm-nav{gap:14px;}
  .rm-nav a:not(.rm-navcta){display:none;}
  .rm-brand-sub{display:none;}
  .rm-hero{padding:44px 20px 28px;}
  .rm-featured-body{padding:26px 22px;}
  .rm-news-box{padding:32px 24px;}
  .rm-art-head{padding:40px 20px 0;}
  .rm-art-hero{padding:0 20px;}
  .rm-art-body{padding:32px 20px 0;font-size:16.5px;}
  .rm-art-body h2{font-size:24px;}
  .rm-art-body blockquote p{font-size:20px;}
  .rm-art-author{flex-direction:column;gap:14px;padding:24px;}
  .rm-related{padding:0 20px;}
}
