/* =========================================================================
   chrome.css — Boutons, barre utilitaire, header, nav, menu mobile, footer, fil d'ariane
   ⚠️ Change rarement au fork.
   ========================================================================= */

/* ---------- Buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--font-head);font-weight:700;
  font-size:1rem;padding:.95rem 1.6rem;border-radius:var(--r-sm);border:2px solid transparent;min-height:52px;
  transition:background .2s var(--ease),color .2s,border-color .2s,box-shadow .2s,transform .1s}
.btn:active{transform:translateY(1px)}
.btn svg{width:20px;height:20px}
.btn--primary{background:var(--orange);color:var(--ink);box-shadow:var(--sh-sm)}
.btn--primary:hover{background:var(--orange-btn-hover);box-shadow:var(--sh)}
.btn--dark{background:var(--anthracite);color:var(--on-dark)}
.btn--dark:hover{background:var(--anthracite-2)}
.btn--ghost{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}
.btn--ghost:hover{border-color:var(--ink);background:#fff}
.btn--light{background:rgba(243,241,236,.12);color:#fff;border-color:rgba(243,241,236,.4)}
.btn--light:hover{background:rgba(243,241,236,.2)}
.btn--block{width:100%}
.link{color:var(--orange-deep);font-weight:600;display:inline-flex;align-items:center;gap:.4rem}
.link svg{width:16px;height:16px;transition:transform .2s var(--ease)}
.link:hover svg{transform:translateX(3px)}

/* ---------- Utility bar ---------- */
.utility{background:var(--anthracite);color:var(--on-dark-2);font-size:.85rem}
.utility .in{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem 1.8rem;padding:.5rem var(--gutter);text-align:center}
.utility .u{display:inline-flex;align-items:center;gap:.45rem}
.utility b{color:#fff;font-weight:600}
.utility svg{width:15px;height:15px;color:var(--orange)}
@media(max-width:680px){.utility .u:nth-child(n+3){display:none}}

/* ---------- Header ---------- */
.header{position:sticky;top:0;z-index:var(--z-head);background:rgba(246,245,242,.94);backdrop-filter:saturate(1.2) blur(8px);border-bottom:1px solid var(--line)}
.header__in{display:flex;align-items:center;gap:1.2rem;padding:.7rem var(--gutter);max-width:var(--container);margin-inline:auto}
.brand{display:flex;align-items:center;gap:.6rem;font-family:var(--font-head);font-weight:800;font-size:1.15rem;color:var(--ink);letter-spacing:-.02em}
.brand__mark{width:38px;height:38px;border-radius:9px;background:var(--anthracite);display:grid;place-items:center;flex:none}
.brand__mark svg{width:22px;height:22px;color:var(--orange)}
.brand b{color:var(--ink)} .brand span{color:var(--orange)}
.nav{display:none;align-items:center;gap:.3rem;margin-left:.5rem}
.nav a{font-family:var(--font-head);font-weight:600;font-size:.95rem;color:var(--ink-2);padding:.6rem .8rem;border-radius:var(--r-sm);transition:color .2s,background .2s}
.nav a:hover{color:var(--ink);background:var(--surface-2)}
.nav a[aria-current="page"]{color:var(--orange-deep)}
.header__cta{margin-left:auto;display:flex;align-items:center;gap:.5rem}
.header .btn{min-height:44px;padding:.6rem 1.1rem;font-size:.92rem}
.burger{display:inline-grid;place-items:center;width:46px;height:46px;border:1px solid var(--line-strong);border-radius:var(--r-sm);background:var(--surface);color:var(--ink)}
.burger svg{width:24px;height:24px}
@media(min-width:1000px){.nav{display:flex}.burger{display:none}}
.tel-link{display:none}
@media(min-width:1100px){.tel-link{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-head);font-weight:700;color:var(--ink)}.tel-link svg{width:18px;height:18px;color:var(--orange-deep)}}

/* ---------- Mobile menu ---------- */
.mmenu{position:fixed;inset:0;z-index:var(--z-menu);background:rgba(25,29,34,.5);opacity:0;visibility:hidden;transition:opacity .3s}
.mmenu.open{opacity:1;visibility:visible}
.mmenu__panel{position:absolute;top:0;right:0;bottom:0;width:min(86vw,360px);background:var(--bg);transform:translateX(100%);
  transition:transform .35s var(--ease);padding:1.1rem var(--gutter);display:flex;flex-direction:column;gap:.2rem;overflow-y:auto}
.mmenu.open .mmenu__panel{transform:none}
.mmenu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}
.mmenu a{font-family:var(--font-head);font-weight:700;font-size:1.15rem;color:var(--ink);padding:.85rem .4rem;border-bottom:1px solid var(--line)}
.mmenu a:hover{color:var(--orange-deep)}
.mmenu .btn{margin-top:1.2rem}
.mclose{width:44px;height:44px;border:1px solid var(--line-strong);border-radius:var(--r-sm);background:var(--surface);display:grid;place-items:center}
.mclose svg{width:22px;height:22px}

/* ---------- Footer ---------- */
.footer{background:var(--anthracite);color:var(--on-dark-2);padding-block:clamp(2.6rem,5vw,3.6rem) 1.6rem;margin-top:clamp(3rem,6vw,4.5rem)}
.footer__top{display:grid;grid-template-columns:1fr;gap:2rem}
@media(min-width:560px){.footer__top{grid-template-columns:1fr 1fr}}
@media(min-width:900px){.footer__top{grid-template-columns:1.4fr 1fr 1fr 1fr}}
.footer .brand{color:#fff;margin-bottom:.9rem}
.footer .brand b{color:#fff}
.footer__lead{max-width:36ch;font-size:.9rem;color:var(--on-dark-2)}
.footer h4{font-family:var(--font-head);color:#fff;font-size:.95rem;margin:0 0 1rem}
.footer ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}
.footer ul a{font-size:.9rem;color:var(--on-dark-2)}
.footer ul a:hover{color:#fff}
.footer__bot{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding-top:1.8rem;margin-top:2.2rem;
  border-top:1px solid rgba(243,241,236,.14);font-size:.82rem;color:var(--on-dark-2)}
.footer__bot a:hover{color:#fff}

/* ---------- Breadcrumb ---------- */
.crumb{font-size:.85rem;color:var(--ink-3);padding-block:1rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}
.crumb a:hover{color:var(--orange-deep)}
.crumb svg{width:14px;height:14px;color:var(--line-strong)}
.crumb [aria-current]{color:var(--ink-2)}

/* ---------- Footer : menu bas de page (inline avec séparateurs) ---------- */
.footer__bot-menu ul{display:flex;flex-flow:row wrap;align-items:center;gap:0;list-style:none;margin:0;padding:0}
.footer__bot-menu ul li:not(:last-child)::after{content:"·";margin:0 .55rem;color:var(--on-dark-2)}
.footer__bot-menu ul a{font-size:.82rem;color:var(--on-dark-2)}
.footer__bot-menu ul a:hover{color:#fff}

/* ---------- Menu header en wp_nav_menu (ul) ---------- */
.nav ul{display:flex;align-items:center;gap:.3rem;list-style:none;margin:0;padding:0}
.mmenu__nav{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}
