/* La Croix Margot — auberge de charme */
:root{
  --bordeaux:#6d2c30;
  --bordeaux-dark:#4a1c1f;
  --bordeaux-light:#8a3a3f;
  --or:#b08d5b;
  --or-dark:#8e6f42;
  --cream:#f7f2ea;
  --cream-dark:#ede5d5;
  --mousse:#4a5d3e;
  --text:#2a2520;
  --text-light:#5a504a;
  --muted:#7a6f66;
  --line:#e4dccc;
  --shadow:0 8px 24px rgba(109,44,48,.08);
  --shadow-lg:0 20px 44px rgba(109,44,48,.14);
  --radius:6px;
  --radius-lg:14px;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Georgia,"Iowan Old Style","Palatino Linotype",serif;color:var(--text);background:var(--cream);line-height:1.7;font-size:17px}
img{max-width:100%;height:auto;display:block}
a{color:var(--bordeaux);text-decoration:none;transition:color .15s}
a:hover{color:var(--or-dark)}
h1,h2,h3,h4{font-family:"Playfair Display",Georgia,serif;color:var(--bordeaux-dark);line-height:1.2;margin:0 0 .5em;letter-spacing:-.01em;font-weight:700}
h1{font-size:3rem}
h2{font-size:1.9rem}
h3{font-size:1.35rem}
p{margin:0 0 1em}
.container{width:100%;max-width:1180px;margin:0 auto;padding:0 1.5rem}
.container-narrow{max-width:760px;margin:0 auto;padding:0 1.5rem}

/* Header */
.site-header{background:rgba(247,242,234,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}
.site-header .inner{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;max-width:1180px;margin:0 auto}
.logo{display:flex;align-items:center;gap:.7rem;font-family:"Playfair Display",Georgia,serif;font-size:1.3rem;color:var(--bordeaux-dark);font-weight:700;letter-spacing:-.01em}
.logo-mark{flex-shrink:0;width:44px;height:44px}
.nav{display:flex;align-items:center;gap:1.8rem}
.nav a{color:var(--bordeaux-dark);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:500;font-size:.88rem;text-transform:uppercase;letter-spacing:.08em}
.nav a:hover{color:var(--or-dark)}
.nav-toggle{display:none;background:none;border:0;font-size:1.6rem;cursor:pointer;color:var(--bordeaux-dark)}
.has-dropdown{position:relative;padding:1rem 0}
.has-dropdown > a::after{content:" \25BE";font-size:.75em;color:var(--muted);display:inline-block;margin-left:.15em}
.dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);min-width:280px;padding:.5rem 0;visibility:hidden;opacity:0;transform:translateY(-4px);transition:opacity .15s,transform .15s,visibility .15s;list-style:none;margin:0;z-index:60;border-radius:var(--radius)}
.has-dropdown:hover .dropdown,.has-dropdown:focus-within .dropdown{visibility:visible;opacity:1;transform:translateY(0)}
.dropdown a{display:block;padding:.6rem 1.2rem;font-size:.85rem;text-transform:none;letter-spacing:0;font-weight:500;color:var(--bordeaux-dark)}
.dropdown a:hover{background:var(--cream);color:var(--or-dark)}
.cta-btn{display:inline-block;background:var(--bordeaux);color:#fff!important;padding:.65rem 1.3rem;font-weight:600;font-size:.85rem;border-radius:999px;transition:all .15s;text-transform:uppercase;letter-spacing:.06em;font-family:-apple-system,sans-serif}
.cta-btn:hover{background:var(--bordeaux-dark);color:#fff!important;transform:translateY(-1px)}

/* HERO */
.hero{position:relative;padding:6rem 0 5rem;overflow:hidden;color:#fff;text-align:center;isolation:isolate}
.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(74,28,31,.55) 0%,rgba(74,28,31,.72) 100%),url('/assets/img/hero-home.webp') center/cover no-repeat;z-index:-1}
.hero .eyebrow{display:inline-block;font-size:.8rem;text-transform:uppercase;letter-spacing:.2em;color:#f3d9a8;font-weight:600;margin-bottom:1.2rem;font-family:-apple-system,sans-serif;border:1px solid rgba(243,217,168,.4);padding:.45rem 1.2rem;border-radius:999px}
.hero h1{font-size:4rem;color:#fff;margin-bottom:1rem;line-height:1.08;text-shadow:0 2px 10px rgba(0,0,0,.3)}
.hero h1 em{color:#f3d9a8;font-style:italic;font-family:"Playfair Display",Georgia,serif}
.hero .lead{font-size:1.25rem;color:#ebe3d3;margin:1rem auto 2.5rem;max-width:680px;font-style:italic;line-height:1.6}
.hero .cta-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.hero .btn-primary{background:#fff;color:var(--bordeaux-dark);padding:1rem 2.2rem;font-weight:700;border-radius:999px;display:inline-flex;align-items:center;gap:.5rem;transition:all .15s;text-transform:uppercase;letter-spacing:.06em;font-family:-apple-system,sans-serif;font-size:.9rem}
.hero .btn-primary:hover{color:var(--bordeaux-dark);transform:translateY(-2px);box-shadow:0 12px 28px rgba(255,255,255,.25)}
.hero .btn-secondary{color:#fff;padding:1rem 2.2rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;border:1.5px solid #fff;border-radius:999px;background:transparent;transition:all .15s;text-transform:uppercase;letter-spacing:.06em;font-family:-apple-system,sans-serif;font-size:.9rem}
.hero .btn-secondary:hover{background:#fff;color:var(--bordeaux-dark)}

/* Sections */
.section{padding:5rem 0;position:relative}
.section.bg-cream-dark{background:var(--cream-dark)}
.section.bg-bordeaux{background:var(--bordeaux-dark);color:#ebe3d3}
.section.bg-bordeaux h2,.section.bg-bordeaux h3{color:#fff}
.section.bg-bordeaux .section-head p{color:#ebe3d3}
.section-head{text-align:center;max-width:720px;margin:0 auto 3.5rem}
.section-head .eyebrow{display:inline-block;font-size:.78rem;text-transform:uppercase;letter-spacing:.2em;color:var(--or-dark);font-weight:600;margin-bottom:.8rem;font-family:-apple-system,sans-serif}
.section-head .eyebrow::before,.section-head .eyebrow::after{content:"";display:inline-block;width:30px;height:1px;background:var(--or);vertical-align:middle;margin:0 .8rem}
.section-head h2{font-size:2.3rem;margin-bottom:.8rem}
.section-head p{color:var(--text-light);font-size:1.05rem;font-style:italic}

/* Grids */
.grid{display:grid;gap:2rem}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}

/* Cards */
.card{background:#fff;border:1px solid var(--line);overflow:hidden;transition:all .25s;display:flex;flex-direction:column;border-radius:var(--radius-lg);color:inherit}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);color:inherit}
.card .card-img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--cream-dark)}
.card .card-body{padding:1.7rem 1.8rem 1.9rem;display:flex;flex-direction:column;flex:1}
.card .card-eyebrow{font-family:-apple-system,sans-serif;font-size:.7rem;text-transform:uppercase;letter-spacing:.15em;color:var(--or-dark);font-weight:600;margin-bottom:.5rem}
.card h3{font-size:1.35rem;margin:0 0 .6rem}
.card p{margin:0 0 1.2rem;color:var(--text-light);font-size:.98rem;flex:1;line-height:1.7}
.card .more{color:var(--bordeaux);font-family:-apple-system,sans-serif;font-weight:600;font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;align-self:flex-start;border-bottom:1px solid var(--or);padding-bottom:.15rem}
.card:hover .more{color:var(--or-dark)}

/* Featured */
.featured{display:grid;grid-template-columns:1.1fr 1fr;gap:0;background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);margin:0 auto;max-width:1100px;border:1px solid var(--line)}
.featured-img{min-height:420px;background-size:cover;background-position:center}
.featured-body{padding:3rem 3rem 3rem 2.5rem;display:flex;flex-direction:column;justify-content:center}
.featured .eyebrow{display:inline-block;font-size:.72rem;text-transform:uppercase;letter-spacing:.15em;color:var(--or-dark);font-weight:600;margin-bottom:1rem;font-family:-apple-system,sans-serif}
.featured h3{font-size:2rem;margin:0 0 1rem}
.featured p{color:var(--text-light);font-size:1rem;line-height:1.75}
.featured .more{display:inline-block;color:var(--bordeaux);font-family:-apple-system,sans-serif;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;margin-top:1rem;border-bottom:1px solid var(--or);padding-bottom:.15rem;align-self:flex-start}

/* Page hero (inner pages) */
.page-hero{position:relative;padding:5rem 0 4rem;overflow:hidden;isolation:isolate;text-align:center;color:#fff}
.page-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(74,28,31,.55) 0%,rgba(74,28,31,.8) 100%),var(--hero-bg) center/cover no-repeat;z-index:-1}
.page-hero .eyebrow{display:inline-block;font-size:.78rem;text-transform:uppercase;letter-spacing:.2em;color:#f3d9a8;font-weight:600;margin-bottom:1rem;font-family:-apple-system,sans-serif;border:1px solid rgba(243,217,168,.4);padding:.4rem 1.1rem;border-radius:999px}
.page-hero h1{color:#fff;margin:.3rem 0;font-size:2.8rem;max-width:820px;margin-left:auto;margin-right:auto;text-shadow:0 2px 10px rgba(0,0,0,.25)}
.page-hero .subtitle{color:#ebe3d3;font-size:1.15rem;max-width:680px;margin:1rem auto 0;font-style:italic}

/* Breadcrumb */
.breadcrumb{font-size:.86rem;color:var(--muted);padding:.9rem 0;background:var(--cream-dark);border-bottom:1px solid var(--line);font-family:-apple-system,sans-serif}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--bordeaux-dark)}
.breadcrumb .sep{margin:0 .4rem;color:var(--line)}

/* Article */
.article{padding:3.5rem 0 4rem}
.article h2{font-size:1.75rem;margin-top:2.8rem}
.article h2::before{content:"";display:block;width:48px;height:2px;background:var(--or);margin-bottom:1rem}
.article h3{font-size:1.2rem;margin-top:2rem}
.article p{font-size:1.05rem;line-height:1.8;color:var(--text)}
.article ul,.article ol{padding-left:1.5rem}
.article li{margin-bottom:.5rem;line-height:1.7}
.article blockquote{border-left:3px solid var(--or);background:var(--cream-dark);padding:1.4rem 1.8rem;margin:1.8rem 0;font-style:italic;color:var(--bordeaux-dark);font-size:1.05rem}
.article .intro{font-size:1.2rem;color:var(--text-light);margin-bottom:2.2rem;line-height:1.75;padding-bottom:1.5rem;border-bottom:1px solid var(--line);font-style:italic}
.article .info-box{background:var(--cream-dark);border-radius:var(--radius);padding:1.5rem 1.8rem;margin:2rem 0;border-left:3px solid var(--bordeaux)}
.article .info-box h3{color:var(--bordeaux-dark);margin-top:0;font-size:1rem;text-transform:uppercase;letter-spacing:.08em;font-family:-apple-system,sans-serif;font-weight:700}

/* 2-col TOC */
.article-wrap{display:grid;grid-template-columns:1fr 260px;gap:3rem;align-items:start}
.article-main{min-width:0;max-width:760px}
.article-toc{position:sticky;top:90px;max-height:calc(100vh - 110px);overflow-y:auto;padding:1.6rem 1.5rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius-lg);font-size:.92rem}
.article-toc h3{font-family:-apple-system,sans-serif;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--or-dark);margin:0 0 1rem;font-weight:700}
.article-toc ol{list-style:none;padding:0;margin:0;counter-reset:toc}
.article-toc li{counter-increment:toc;padding:.4rem 0;border-bottom:1px dotted var(--line);position:relative}
.article-toc li:last-child{border-bottom:0}
.article-toc li::before{content:counter(toc, decimal-leading-zero);position:absolute;left:0;top:.4rem;font-size:.72rem;color:var(--or);font-weight:700;font-family:"Playfair Display",serif}
.article-toc li a{display:block;padding-left:2.2rem;color:var(--bordeaux-dark);font-weight:500;line-height:1.45;font-family:-apple-system,sans-serif}
.article-toc li a:hover{color:var(--or-dark)}
.article-toc::-webkit-scrollbar{width:4px}
.article-toc::-webkit-scrollbar-thumb{background:var(--line);border-radius:2px}

/* Related */
.related{background:var(--cream-dark);padding:3rem 0;border-top:1px solid var(--line)}
.related h3{font-family:-apple-system,sans-serif;font-size:.95rem;text-transform:uppercase;letter-spacing:.12em;color:var(--or-dark);margin-bottom:1.2rem;font-weight:700}
.related-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem 2rem}
.related-list li{padding:.6rem 0;border-bottom:1px dotted var(--line)}
.related-list a{color:var(--bordeaux-dark);font-size:.98rem;font-weight:500}
.related-list a:hover{color:var(--or-dark)}

/* Form */
.form-row{margin-bottom:1.2rem}
.form-row label{display:block;margin-bottom:.4rem;font-weight:600;color:var(--bordeaux-dark);font-size:.88rem;text-transform:uppercase;letter-spacing:.06em;font-family:-apple-system,sans-serif}
.form-row input,.form-row textarea{width:100%;padding:.85rem 1.1rem;border:1.5px solid var(--line);border-radius:var(--radius);font-family:inherit;font-size:1rem;background:#fff;color:var(--text)}
.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--or);box-shadow:0 0 0 3px rgba(176,141,91,.15)}
.form-row textarea{min-height:140px;resize:vertical}
.form-submit{background:var(--bordeaux);color:#fff;border:0;padding:.95rem 2.2rem;font-size:.9rem;font-weight:700;border-radius:999px;cursor:pointer;transition:all .15s;text-transform:uppercase;letter-spacing:.06em;font-family:-apple-system,sans-serif}
.form-submit:hover{background:var(--bordeaux-dark);transform:translateY(-1px)}

/* CTA band */
.cta-band{background:var(--bordeaux-dark);color:#fff;padding:5rem 2rem;text-align:center;position:relative;overflow:hidden;border-radius:var(--radius-lg);margin:3rem 1.5rem}
.cta-band::before{content:"";position:absolute;inset:0;background:url('/assets/img/hero-home.webp') center/cover no-repeat;opacity:.18;z-index:0}
.cta-band > *{position:relative;z-index:1}
.cta-band h2{color:#fff;margin-bottom:1rem;font-size:2.2rem}
.cta-band p{max-width:620px;margin:0 auto 2rem;color:#ebe3d3;font-style:italic;font-size:1.1rem}
.cta-band .btn-primary{background:#fff;color:var(--bordeaux-dark);padding:1rem 2.4rem;border-radius:999px;font-weight:700;display:inline-block;text-transform:uppercase;letter-spacing:.06em;font-family:-apple-system,sans-serif;font-size:.9rem;transition:all .15s}
.cta-band .btn-primary:hover{color:var(--bordeaux-dark);transform:translateY(-2px)}

/* Footer */
.site-footer{background:var(--bordeaux-dark);color:#d9c9a8;padding:4rem 0 1.5rem;margin-top:0}
.site-footer h4{color:#fff;font-family:-apple-system,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin-bottom:1rem}
.site-footer a{color:#d9c9a8}
.site-footer a:hover{color:var(--or)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2rem}
.footer-grid ul{list-style:none;padding:0;margin:0}
.footer-grid li{padding:.3rem 0;font-size:.92rem}
.footer-tag{font-family:"Playfair Display",Georgia,serif;font-style:italic;color:#c7b590;font-size:1.05rem}
.footer-bottom-bar{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-utility{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;list-style:none;padding:0;margin:0}
.footer-utility li{position:relative}
.footer-utility li:not(:last-child)::after{content:"\00B7";position:absolute;right:-.95rem;color:rgba(255,255,255,.25);top:50%;transform:translateY(-50%)}
.footer-utility a{color:#d9c9a8;font-size:.85rem;font-family:-apple-system,sans-serif}
.footer-utility a:hover{color:var(--or)}
.footer-copy{color:#8f7d5f;font-size:.82rem;margin:0}

/* Responsive */
@media (max-width:960px){
  h1{font-size:2.1rem}
  .hero h1{font-size:2.6rem}
  .grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem}
  .featured{grid-template-columns:1fr}
  .featured-img{min-height:260px}
  .featured-body{padding:2.2rem 2rem}
  .article-wrap{grid-template-columns:1fr;gap:2rem}
  .article-toc{position:static;max-height:none;order:-1}
  .page-hero h1{font-size:2.1rem}
}
@media (max-width:640px){
  .nav{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:1rem;gap:.8rem;align-items:stretch;box-shadow:var(--shadow)}
  .nav.open{display:flex}
  .nav-toggle{display:block}
  .dropdown{position:static;border:0;box-shadow:none;padding:.25rem 0 .25rem 1rem;visibility:visible;opacity:1;transform:none;min-width:0}
  .has-dropdown > a::after{display:none}
  .has-dropdown{padding:0}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .hero{padding:4rem 0 3rem}
  .hero h1{font-size:2rem}
  .section-head h2{font-size:1.8rem}
  .related-list{grid-template-columns:1fr}
  .footer-bottom-bar{flex-direction:column;text-align:center}
  .footer-utility{justify-content:center}
  .footer-utility li:not(:last-child)::after{display:none}
  .cta-band{padding:3rem 1.5rem}
}

/* ============================================
   STYLE "MUNICIPAL" (inspiré Illiers-Combray)
   ============================================ */

:root{
  --orange:#e8723c;
  --orange-dark:#c85924;
}

/* Top info bar */
.top-bar{background:var(--cream-dark);border-bottom:1px solid var(--line);padding:.5rem 0;font-size:.82rem}
.top-bar .inner{max-width:1180px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.top-bar-left{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center;color:var(--text-light);font-family:-apple-system,sans-serif}
.top-bar-left a{color:var(--text-light);display:inline-flex;align-items:center;gap:.35rem}
.top-bar-left a:hover{color:var(--bordeaux)}
.top-bar-left .heart{color:var(--bordeaux);font-size:.95rem}
.top-bar-right{display:flex;align-items:center;gap:1rem}
.alert-btn{background:var(--bordeaux);color:#fff\!important;padding:.35rem 1rem;border-radius:999px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:inline-flex;align-items:center;gap:.3rem}
.alert-btn::before{content:"●";color:var(--orange);animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}

/* Header version municipal : dark bordeaux */
.site-header.municipal{background:var(--bordeaux-dark);border-bottom:0;position:sticky;top:0;z-index:50}
.site-header.municipal .inner{padding:1rem 1.5rem}
.site-header.municipal .logo{color:#fff}
.site-header.municipal .nav a{color:#ebe3d3;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem}
.site-header.municipal .nav a:hover{color:var(--or)}
.site-header.municipal .nav-toggle{color:#fff}
.site-header.municipal .has-dropdown > a::after{color:#c7b590}
.site-header.municipal .cta-btn{background:var(--orange);color:#fff\!important}
.site-header.municipal .cta-btn:hover{background:var(--orange-dark);color:#fff\!important}

/* HERO "Bienvenue à..." municipal style */
.hero-muni{position:relative;padding:0;overflow:hidden;color:#fff;isolation:isolate;min-height:540px;display:flex;align-items:center}
.hero-muni::before{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgba(74,28,31,.72) 0%,rgba(74,28,31,.3) 55%,transparent 80%),url('/assets/img/hero-home.webp') center/cover no-repeat;z-index:-1}
.hero-muni .container{padding:4rem 1.5rem 6rem}
.hero-muni .eyebrow-soft{font-family:-apple-system,sans-serif;font-size:.95rem;color:#f3d9a8;font-style:italic;margin-bottom:.5rem;display:block}
.hero-muni h1{font-size:4.5rem;color:#fff;margin:0;line-height:1;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.hero-muni h1 .welcome{display:block;font-size:1.6rem;font-weight:400;font-style:italic;margin-bottom:.4rem;color:#f3d9a8;text-shadow:0 2px 8px rgba(0,0,0,.25)}

/* Search bar dans le hero (esthétique — renvoie au formulaire) */
.hero-search{margin-top:2rem;max-width:560px}
.hero-search form{display:flex;background:#fff;border-radius:999px;padding:.4rem .4rem .4rem 1.5rem;box-shadow:var(--shadow-lg)}
.hero-search input{flex:1;border:0;background:transparent;font-family:inherit;font-size:1rem;color:var(--text);padding:.6rem 0;font-style:italic}
.hero-search input:focus{outline:none}
.hero-search button{background:var(--bordeaux);color:#fff;border:0;padding:0 1.4rem;border-radius:999px;cursor:pointer;font-size:1.2rem}

/* Quick access circular icons (sous le hero) */
.quick-access{background:#fff;padding:2.5rem 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;margin-top:-4rem;position:relative;z-index:3;box-shadow:var(--shadow-lg)}
.quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;padding:0 2rem}
.quick-item{text-align:center;color:var(--bordeaux-dark);display:flex;flex-direction:column;align-items:center;gap:.7rem;transition:transform .15s}
.quick-item:hover{color:var(--or-dark);transform:translateY(-3px)}
.quick-item .icon-circle{width:72px;height:72px;border-radius:50%;background:var(--cream);border:1.5px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--bordeaux);transition:all .2s}
.quick-item:hover .icon-circle{background:var(--bordeaux);color:#fff;border-color:var(--bordeaux)}
.quick-item .lbl{font-family:-apple-system,sans-serif;font-size:.82rem;font-weight:600;line-height:1.3;max-width:130px}

/* Section title avec pastille orange (signature Illiers) */
.title-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:2rem;flex-wrap:wrap}
.title-row h2{margin:0;display:flex;align-items:baseline;gap:.6rem}
.title-row h2 .dot{display:inline-block;width:14px;height:14px;background:var(--orange);border-radius:50%;margin-right:.2rem;vertical-align:middle;position:relative;top:-3px}
.title-row h2 .main{font-size:2.4rem;font-weight:800;letter-spacing:-.02em}
.title-row h2 .sub{display:block;font-size:1.15rem;font-weight:400;color:var(--text-light);font-style:italic;margin-top:.2rem;font-family:Georgia,serif}
.title-row .btn-ghost{background:transparent;color:var(--bordeaux);border:1.5px solid var(--bordeaux);padding:.55rem 1.2rem;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;border-radius:999px;font-family:-apple-system,sans-serif;transition:all .15s;white-space:nowrap}
.title-row .btn-ghost:hover{background:var(--bordeaux);color:#fff\!important}

/* Featured "A la une" card — orange accent */
.alaune-wrap{display:grid;grid-template-columns:1.3fr 1fr;gap:2.5rem;align-items:center}
.alaune-img{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;box-shadow:var(--shadow-lg)}
.alaune-img img{width:100%;height:100%;object-fit:cover}
.alaune-tag{position:absolute;top:1.2rem;left:1.2rem;background:var(--orange);color:#fff;padding:.35rem 1rem;border-radius:999px;font-family:-apple-system,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.alaune-body{background:#fff;padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow);position:relative}
.alaune-body h3{font-size:1.6rem;margin:0 0 1rem}
.alaune-body p{color:var(--text-light);font-size:1rem;line-height:1.7;margin-bottom:1.5rem}
.alaune-body .btn-orange{display:inline-block;background:var(--orange);color:#fff\!important;padding:.7rem 1.5rem;border-radius:999px;font-family:-apple-system,sans-serif;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;transition:all .15s}
.alaune-body .btn-orange:hover{background:var(--orange-dark);color:#fff\!important}
.alaune-body .date{display:block;color:var(--muted);font-size:.82rem;margin-top:1.2rem;font-family:-apple-system,sans-serif}

/* Horizontal scroll cards (news carousel) */
.news-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.news-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:all .2s;color:inherit;display:flex;flex-direction:column}
.news-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);color:inherit}
.news-card img{width:100%;aspect-ratio:5/3;object-fit:cover}
.news-card .news-body{padding:1.2rem 1.4rem 1.4rem}
.news-card h4{margin:0 0 .4rem;font-size:1.05rem;color:var(--bordeaux-dark);font-family:"Playfair Display",Georgia,serif;font-weight:700;line-height:1.3}
.news-card .date{font-size:.76rem;color:var(--muted);font-family:-apple-system,sans-serif}

/* Dark "À la une" card (style Illiers "Mon village en fête") */
.alaune-dark{background:var(--bordeaux-dark);color:#fff;border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:1fr;align-items:center}
.alaune-dark-top{aspect-ratio:16/9;background-size:cover;background-position:center;position:relative}
.alaune-dark-top::before{content:"À LA UNE — ";position:absolute;top:1.2rem;left:1.2rem;background:var(--orange);color:#fff;padding:.35rem 1rem;border-radius:999px;font-family:-apple-system,sans-serif;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.alaune-dark-body{padding:2.2rem 2rem 2.5rem}
.alaune-dark-body h3{color:#fff;font-size:1.7rem;margin:0 0 .8rem}
.alaune-dark-body p{color:#d9c9a8;font-size:.96rem;line-height:1.7;margin-bottom:1.5rem}
.alaune-dark-body .btn-white{display:inline-block;background:#fff;color:var(--bordeaux-dark)\!important;padding:.7rem 1.5rem;border-radius:999px;font-family:-apple-system,sans-serif;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;transition:all .15s}
.alaune-dark-body .btn-white:hover{background:var(--or);color:var(--bordeaux-dark)\!important}

/* Agenda avec date-cards */
.agenda-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.agenda-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);position:relative;display:flex;flex-direction:column;transition:all .2s;color:inherit}
.agenda-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);color:inherit}
.agenda-card img{width:100%;aspect-ratio:4/3;object-fit:cover}
.agenda-date{position:absolute;top:1rem;left:1rem;background:#fff;color:var(--bordeaux-dark);padding:.4rem .8rem;border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;font-family:-apple-system,sans-serif;z-index:1;min-width:48px}
.agenda-date .dd{display:block;font-size:1.4rem;font-weight:800;line-height:1;color:var(--bordeaux-dark)}
.agenda-date .mm{display:block;font-size:.7rem;font-weight:600;text-transform:uppercase;color:var(--or-dark);margin-top:.1rem}
.agenda-body{padding:1.2rem 1.4rem 1.4rem}
.agenda-body h4{margin:0 0 .3rem;font-size:1.05rem;color:var(--bordeaux-dark);font-family:"Playfair Display",Georgia,serif;font-weight:700}
.agenda-body .place{font-size:.82rem;color:var(--muted);font-family:-apple-system,sans-serif}

/* Kiosque (guides/magazine) — style Illiers Kiosque */
.kiosque-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}
.kiosque-card{background:#fff;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:all .2s;color:inherit;aspect-ratio:3/4;position:relative}
.kiosque-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);color:inherit}
.kiosque-card img{width:100%;height:100%;object-fit:cover}
.kiosque-card .overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 50%,rgba(74,28,31,.9) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem 1.4rem;color:#fff}
.kiosque-card h4{margin:0;color:#fff;font-size:1.05rem;font-family:"Playfair Display",Georgia,serif;line-height:1.3}
.kiosque-card .issue{display:block;font-size:.74rem;color:#f3d9a8;margin-bottom:.3rem;font-family:-apple-system,sans-serif;text-transform:uppercase;letter-spacing:.08em;font-weight:600}

/* Footer municipal avec adresse */
.footer-muni{background:var(--bordeaux-dark);color:#d9c9a8;padding:3rem 0 1.5rem;margin-top:0;position:relative;overflow:hidden}
.footer-muni::before{content:"";position:absolute;right:-100px;bottom:-50px;width:400px;height:400px;background:url('/assets/img/logo-mark.svg') no-repeat center/contain;opacity:.04;pointer-events:none}
.footer-muni .container{position:relative;z-index:1}
.footer-muni .top-grid{display:grid;grid-template-columns:auto 1fr 1fr;gap:3rem;margin-bottom:2.5rem;align-items:start}
.footer-logo-big{display:flex;flex-direction:column;align-items:center;gap:.8rem}
.footer-logo-big img{width:110px;height:110px}
.footer-logo-big .name{font-family:"Playfair Display",Georgia,serif;color:#fff;font-size:1.4rem;font-weight:700;text-align:center}
.footer-muni h4{color:#fff;font-family:-apple-system,sans-serif;font-size:.88rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;margin-bottom:.8rem}
.footer-muni .addr,.footer-muni .hours{font-size:.92rem;line-height:1.75}
.footer-muni a{color:#d9c9a8}
.footer-muni a:hover{color:var(--or)}

/* Responsive municipal */
@media (max-width:960px){
  .quick-grid{grid-template-columns:repeat(3,1fr)}
  .alaune-wrap{grid-template-columns:1fr}
  .news-row{grid-template-columns:repeat(2,1fr)}
  .agenda-grid{grid-template-columns:repeat(2,1fr)}
  .kiosque-grid{grid-template-columns:repeat(3,1fr)}
  .footer-muni .top-grid{grid-template-columns:1fr;gap:2rem;text-align:center}
  .hero-muni h1{font-size:3rem}
  .hero-muni .container{padding:3rem 1.5rem 5rem}
  .title-row{flex-direction:column;align-items:flex-start;gap:1rem}
}
@media (max-width:640px){
  .top-bar .inner{flex-direction:column;gap:.5rem;align-items:flex-start}
  .quick-grid{grid-template-columns:repeat(2,1fr);padding:0 1rem}
  .news-row,.agenda-grid,.kiosque-grid{grid-template-columns:1fr}
  .hero-muni h1{font-size:2.2rem}
  .hero-muni h1 .welcome{font-size:1.1rem}
}

/* Fix dropdown municipal : texte sombre sur fond blanc */
.site-header.municipal .nav .dropdown a{color:var(--bordeaux-dark)\!important;text-transform:none;letter-spacing:0;font-size:.88rem;font-weight:500}
.site-header.municipal .nav .dropdown a:hover{background:var(--cream);color:var(--or-dark)\!important}
