:root{
  --bg:#08080a;
  --panel:rgba(22,22,26,.82);
  --panel-strong:rgba(25,25,30,.94);
  --line:rgba(255,255,255,.12);
  --text:#f7f7f8;
  --muted:#b8bbc5;
  --orange:#ea5b0c;
  --orange-2:#ff8a18;
  --shadow:0 24px 80px rgba(0,0,0,.48);
  --radius:28px;
  --header-h:76px;
  --safe-top:env(safe-area-inset-top,0px);
  --safe-bottom:env(safe-area-inset-bottom,0px);
  --app-h:calc(var(--vh, 1vh) * 100);
}

*{box-sizing:border-box}
*::before,*::after{box-sizing:border-box}
html{height:100%;background:var(--bg);scroll-behavior:smooth;overflow:hidden}
body{
  min-height:100%;
  margin:0;
  overflow:hidden;
  color:var(--text);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  background:linear-gradient(135deg,#050506 0%,#121215 52%,#050506 100%);
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
button,input,a{font:inherit}
html,body,.deck,.slides-track,.slide{max-width:100vw}
body{overscroll-behavior:none}
.slide *{min-width:0;overflow-wrap:break-word}
a{color:inherit;text-decoration:none}
button{border:0;cursor:pointer;color:inherit;background:none}
img{display:block;max-width:100%}
.site-bg{
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:
    radial-gradient(circle at 70% 16%,rgba(234,91,12,.20),transparent 26%),
    radial-gradient(circle at 10% 84%,rgba(255,255,255,.06),transparent 27%);
}

.topbar{
  position:fixed;
  z-index:30;
  left:0;right:0;top:0;
  height:calc(var(--header-h) + var(--safe-top));
  padding:calc(12px + var(--safe-top)) clamp(12px,3vw,32px) 12px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  align-items:center;
  gap:12px;
  background:linear-gradient(180deg,rgba(8,8,10,.94),rgba(8,8,10,.62));
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  padding:6px 8px 6px 6px;
  border-radius:999px;
}
.brand-mark{
  width:42px;height:42px;
  overflow:hidden;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 0 26px rgba(234,91,12,.30);
  flex:0 0 auto;
}
.brand-text{line-height:1.02;display:flex;flex-direction:column;text-align:left;white-space:nowrap;min-width:0}
.brand-text strong{font-size:1rem;letter-spacing:.14em}
.brand-text em{font-size:.72rem;font-style:normal;color:var(--muted)}
.nav-scroller{
  min-width:0;
  display:flex;
  justify-content:center;
  gap:8px;
  overflow-x:auto;
  scrollbar-width:none;
  padding:2px;
}
.nav-scroller::-webkit-scrollbar{display:none}
.nav-link{
  flex:0 0 auto;
  min-height:42px;
  padding:10px 14px;
  border-radius:999px;
  border:1px solid transparent;
  color:var(--muted);
  background:rgba(255,255,255,.035);
  transition:.22s ease;
}
.nav-link.is-active,.nav-link:hover{
  color:#fff;
  border-color:rgba(234,91,12,.46);
  background:rgba(234,91,12,.15);
}
.call-top{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 16px;
  border-radius:999px;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  box-shadow:0 12px 30px rgba(234,91,12,.26);
}
.menu-toggle{
  display:none;
  width:44px;height:44px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.menu-toggle span{
  width:19px;height:2px;
  border-radius:999px;
  background:#fff;
  transition:.22s ease;
}
.menu-toggle.is-open{border-color:rgba(234,91,12,.48);background:rgba(234,91,12,.16)}
.menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.is-open span:nth-child(2){opacity:0}
.menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.deck{width:100vw;height:var(--app-h);overflow:hidden;position:relative;touch-action:pan-y}
.slides-track{display:flex;width:100%;height:100%;transition:transform .62s cubic-bezier(.2,.82,.2,1);will-change:transform}
.slide{min-width:100%;height:var(--app-h);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:thin}
.slide-inner{
  width:min(1180px,100%);
  min-height:var(--app-h);
  margin:0 auto;
  padding:calc(var(--header-h) + var(--safe-top) + 34px) clamp(18px,4vw,42px) calc(96px + var(--safe-bottom));
}
.hero-simple{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,430px);
  gap:28px 42px;
  align-items:center;
}
.eyebrow{
  margin:0 0 12px;
  color:var(--orange-2);
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:900;
  font-size:.74rem;
}
h1,h2,h3,p{margin-top:0}
h1{
  max-width:780px;
  margin-bottom:16px;
  font-size:clamp(2.35rem,6vw,5.25rem);
  line-height:.96;
  letter-spacing:-.07em;
}
h2{
  margin-bottom:16px;
  font-size:clamp(2.45rem,7vw,5.5rem);
  line-height:.92;
  letter-spacing:-.065em;
}
h3{margin-bottom:14px;font-size:clamp(1.35rem,3vw,2.2rem);line-height:1.05;letter-spacing:-.04em}
.lead{max-width:670px;color:var(--muted);font-size:clamp(1rem,2vw,1.22rem);line-height:1.62;margin-bottom:24px}
.lead.compact{max-width:620px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}
.btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:48px;
  padding:14px 20px;
  border-radius:999px;
  font-weight:900;
  text-align:center;
  transition:.2s ease;
}
.btn.primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));box-shadow:0 16px 40px rgba(234,91,12,.26);color:#fff}
.btn.ghost{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.06);color:#fff}
.btn:hover{transform:translateY(-2px)}
.btn.wide{min-width:min(100%,250px)}
.btn.center{margin:0 auto;display:flex;width:max-content;max-width:100%}
.logo-card,.content-panel,.glass-card,.service-grid article,.hours-list article,.steps article{
  border:1px solid var(--line);
  background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.035));
  box-shadow:var(--shadow);
  backdrop-filter:blur(18px);
}
.logo-card{
  overflow:hidden;
  border-radius:var(--radius);
  padding:18px;
}
.logo-card picture{
  display:block;
  overflow:hidden;
  border-radius:22px;
  background:#050506;
  border:1px solid rgba(255,255,255,.10);
}
.logo-card img{width:100%;height:auto;object-fit:cover}
.logo-card-text{padding:16px 4px 4px}
.logo-card-text strong{display:block;font-size:1.25rem;letter-spacing:-.02em}
.logo-card-text span{display:block;margin-top:6px;color:var(--muted);line-height:1.45}
.split-layout,.pro-layout,.borne-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,480px);gap:26px;align-items:center}
.content-panel,.glass-card{border-radius:var(--radius);padding:clamp(22px,4vw,44px)}
.clean-list{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
.clean-list span{padding:10px 13px;border-radius:999px;color:#fff;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10)}
.card-icon{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:20px;border-radius:18px;background:rgba(234,91,12,.16);border:1px solid rgba(234,91,12,.36);color:var(--orange-2);font-size:1.5rem}
.glass-card p,.service-grid article span,.steps small{color:var(--muted);line-height:1.55}
.service-grid{display:grid;gap:14px}
.service-grid article{min-width:0;border-radius:24px;padding:22px}
.service-grid article strong{display:block;font-size:1.15rem;margin-bottom:8px}
.pro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.three article{min-height:230px;display:flex;flex-direction:column;align-items:flex-start}
.services-layout,.hours-layout{display:flex;flex-direction:column;justify-content:center;gap:24px}
.section-title{text-align:center;margin:0 auto;max-width:720px}
.section-title p:not(.eyebrow){color:var(--muted);line-height:1.55}
.hours-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.hours-list article{border-radius:24px;padding:20px;min-height:176px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}
.hours-list time{color:var(--orange-2);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}
.hours-list a{font-weight:900;font-size:1.03rem;text-decoration:underline;text-decoration-color:rgba(234,91,12,.6);text-underline-offset:4px}
.hours-list strong{font-size:1.14rem}

.place-brand{display:flex;align-items:center;gap:10px;min-width:0}
.place-brand img{width:72px;height:auto;flex:0 0 auto;border-radius:10px;background:#fff;padding:4px;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.place-brand a{min-width:0}

.steps{display:grid;gap:14px}
.steps article{border-radius:24px;padding:22px;display:grid;grid-template-columns:auto 1fr;gap:4px 14px;align-items:center}
.steps span{grid-row:1/3;width:46px;height:46px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#fff;font-weight:1000}
.steps strong{font-size:1.08rem}
.steps small{display:block}
.controls{
  position:fixed;
  z-index:28;
  left:50%;
  bottom:calc(16px + var(--safe-bottom));
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  max-width:calc(100vw - 20px);
  padding:8px;
  border-radius:999px;
  background:rgba(7,7,9,.74);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(18px);
  box-shadow:0 14px 42px rgba(0,0,0,.42);
}
.arrow{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:1.7rem;line-height:1}
.arrow:disabled{opacity:.45;cursor:not-allowed}
.dots{display:flex;gap:7px;align-items:center}
.dot{width:9px;height:9px;border-radius:999px;background:rgba(255,255,255,.28);transition:.25s ease}
.dot.is-active{width:28px;background:var(--orange-2);box-shadow:0 0 22px rgba(234,91,12,.52)}
.reveal-up{animation:reveal .55s cubic-bezier(.2,.85,.2,1) both}.delay-1{animation-delay:.10s}.delay-2{animation-delay:.18s}
@keyframes reveal{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}

@media (max-width:1040px){
  .brand-text em{display:none}
  .hero-simple,.split-layout,.pro-layout,.borne-layout{grid-template-columns:1fr;align-content:center}
  .logo-card{max-width:520px;margin:0 auto}
  .hours-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .three{grid-template-columns:1fr}
  .three article{min-height:auto}
}
@media (max-width:760px){
  :root{--header-h:64px;--radius:20px}
  body{position:fixed;inset:0;width:100%;height:var(--app-h)}
  .topbar{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:calc(8px + var(--safe-top)) 10px 8px}
  .brand{padding-left:0;padding-right:2px;gap:8px}
  .brand-mark{width:36px;height:36px}
  .brand-text strong,.brand-text em{overflow:hidden;text-overflow:ellipsis;max-width:46vw}
  .brand-text strong{font-size:.88rem;letter-spacing:.11em}.brand-text em{display:block;font-size:.62rem}
  .call-top{min-height:42px;padding:10px 13px;font-size:.92rem}
  .menu-toggle{display:flex;flex:0 0 auto}
  .nav-scroller{
    position:fixed;
    left:10px;right:10px;
    top:calc(var(--header-h) + var(--safe-top) + 8px);
    z-index:40;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    gap:8px;
    padding:10px;
    max-height:calc(var(--app-h) - var(--header-h) - var(--safe-top) - 26px);
    overflow-y:auto;
    border-radius:24px;
    background:rgba(9,9,12,.95);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 24px 70px rgba(0,0,0,.58),0 0 34px rgba(234,91,12,.12);
    backdrop-filter:blur(22px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-8px) scale(.98);
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
  }
  .nav-scroller.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
  .nav-link{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;font-size:.94rem;padding:12px 14px;background:rgba(255,255,255,.055)}
  .nav-link.is-active{background:linear-gradient(135deg,rgba(234,91,12,.28),rgba(255,138,24,.14))}
  body.menu-open .deck,body.menu-open .controls{filter:blur(1px) brightness(.88)}
  .slide-inner{padding:calc(var(--header-h) + var(--safe-top) + 14px) clamp(12px,4vw,16px) calc(106px + var(--safe-bottom));min-height:var(--app-h)}
  h1{font-size:clamp(2rem,12vw,3.25rem);letter-spacing:-.055em;line-height:.98}
  h2{font-size:clamp(2.05rem,12.5vw,3.45rem);letter-spacing:-.055em;line-height:.95;margin-bottom:12px}
  h3{font-size:clamp(1.2rem,7vw,1.85rem)}
  .eyebrow{font-size:.66rem;letter-spacing:.12em;margin-bottom:8px}
  .lead{font-size:.95rem;line-height:1.5;margin-bottom:16px}
  .hero-simple{gap:18px;align-items:start}
  .logo-card{padding:12px;border-radius:22px;width:100%}
  .logo-card picture{border-radius:18px;max-height:42dvh}
  .logo-card img{object-fit:cover}
  .hero-actions .btn,.stacked-mobile .btn{width:100%}
  .content-panel,.glass-card{padding:18px}
  .content-panel,.glass-card,.service-grid article,.hours-list article,.steps article{border-radius:18px;box-shadow:0 16px 44px rgba(0,0,0,.38)}
  .pro-grid{grid-template-columns:1fr}
  .services-layout,.hours-layout{justify-content:flex-start;gap:16px}
  .section-title{text-align:left;width:100%}
  .hours-list{grid-template-columns:1fr;gap:10px}
  .hours-list article{min-height:unset;display:grid;grid-template-columns:minmax(74px,86px) minmax(0,1fr);align-items:center;padding:14px;gap:5px 10px}
  .hours-list time{font-size:.74rem}
  .hours-list a{font-size:1rem}
  .hours-list strong{grid-column:2;color:#fff;font-size:1.02rem}
  .place-brand{grid-column:2;gap:8px}
  .place-brand img{width:58px;padding:3px;border-radius:8px}
  .controls{bottom:calc(8px + var(--safe-bottom));padding:6px;gap:7px}
  .arrow{width:38px;height:38px}
  .service-grid article{padding:18px}
  .steps article{padding:16px;grid-template-columns:auto minmax(0,1fr)}
  .steps span{width:40px;height:40px;border-radius:14px}
  .clean-list{gap:8px;margin:18px 0}
  .clean-list span{width:100%;padding:9px 12px}
}
@media (max-width:380px){
  :root{--header-h:62px}
  .brand-text em{display:none}
  .brand-mark{width:34px;height:34px}
  .brand-text strong{font-size:.82rem;max-width:34vw}
  .call-top{padding-left:10px;padding-right:10px;font-size:.86rem;min-height:40px}
  .menu-toggle{width:40px;height:40px}
  .slide-inner{padding-left:10px;padding-right:10px}
  .content-panel,.glass-card,.service-grid article,.hours-list article,.steps article{padding:14px}
  h2{font-size:clamp(1.9rem,12vw,3rem)}
  .dots{gap:5px}.dot{width:8px;height:8px}.dot.is-active{width:22px}
}
@media (prefers-reduced-motion:reduce){
  *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
  .slides-track{transition:none}
}


@media (max-height:620px) and (orientation:landscape){
  :root{--header-h:58px}
  .topbar{padding:calc(6px + var(--safe-top)) 12px 6px}
  .brand-mark{width:34px;height:34px}
  .brand-text em{display:none}
  .nav-link{min-height:38px;padding:8px 12px;font-size:.9rem}
  .call-top{min-height:38px;padding:8px 12px}
  .slide-inner{padding:calc(var(--header-h) + var(--safe-top) + 12px) 18px calc(76px + var(--safe-bottom));min-height:var(--app-h)}
  .split-layout,.pro-layout,.borne-layout{align-items:start}
  .services-layout,.hours-layout{justify-content:flex-start}
  .content-panel,.glass-card,.service-grid article,.hours-list article,.steps article{padding:16px;border-radius:18px}
  h2{font-size:clamp(1.8rem,7vw,3.2rem);margin-bottom:8px}
  .lead{font-size:.92rem;line-height:1.42;margin-bottom:12px}
  .hours-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
  .hours-list article{min-height:130px;padding:12px}
  .controls{bottom:calc(8px + var(--safe-bottom))}
}

@media (min-width:761px) and (max-width:920px){
  .topbar{grid-template-columns:auto minmax(0,1fr) auto}
  .menu-toggle{display:flex}
  .nav-scroller{
    position:fixed;
    right:16px;
    top:calc(var(--header-h) + var(--safe-top) + 10px);
    width:min(340px,calc(100vw - 32px));
    flex-direction:column;
    padding:10px;
    border-radius:24px;
    background:rgba(9,9,12,.95);
    border:1px solid rgba(255,255,255,.12);
    box-shadow:0 24px 70px rgba(0,0,0,.58),0 0 34px rgba(234,91,12,.12);
    backdrop-filter:blur(22px);
    opacity:0;visibility:hidden;pointer-events:none;
    transform:translateY(-8px) scale(.98);
    transition:opacity .22s ease,transform .22s ease,visibility .22s ease;
  }
  .nav-scroller.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}
  .nav-link{width:100%;justify-content:center}
  body.menu-open .deck,body.menu-open .controls{filter:blur(1px) brightness(.88)}
}

@supports not (height:100dvh){
  .deck,.slide{height:var(--app-h)}
  .slide-inner{min-height:var(--app-h)}
}

/* =========================================================
   RESPONSIVE UNIFORME — toutes les pages gardent la même taille
   ========================================================= */
:root{
  --uniform-side-pad:clamp(12px,3.5vw,42px);
  --uniform-top-gap:clamp(10px,2.2vh,28px);
  --uniform-bottom-gap:clamp(72px,9vh,104px);
  --slide-pad-top:calc(var(--header-h) + var(--safe-top) + var(--uniform-top-gap));
  --slide-pad-bottom:calc(var(--uniform-bottom-gap) + var(--safe-bottom));
  --content-h:calc(var(--app-h) - var(--slide-pad-top) - var(--slide-pad-bottom));
}
.deck,.slides-track,.slide{height:var(--app-h);min-height:0;max-height:var(--app-h)}
.slide{overflow:hidden;scrollbar-width:none}
.slide::-webkit-scrollbar{display:none}
.slide-inner{
  width:min(1180px,100%);
  height:var(--app-h);
  min-height:0;
  max-height:var(--app-h);
  padding:var(--slide-pad-top) var(--uniform-side-pad) var(--slide-pad-bottom);
  display:grid;
  align-items:stretch;
  overflow:hidden;
}
.slide-inner > *{min-height:0;max-width:100%}
.hours-layout,.services-layout,.split-layout,.pro-layout,.borne-layout{
  height:var(--content-h);
  min-height:0;
  max-height:var(--content-h);
  overflow:hidden;
}
.hours-layout,.services-layout{
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  align-content:stretch;
  justify-content:normal;
  gap:clamp(14px,2.4vh,24px);
}
.split-layout,.pro-layout,.borne-layout{
  align-items:stretch;
  grid-template-columns:minmax(0,1fr) minmax(280px,480px);
  gap:clamp(18px,3vw,28px);
}
.content-panel,.glass-card{
  height:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
}
.service-grid,.hours-list,.steps{min-height:0;max-height:100%}
.hours-list{
  height:100%;
  align-items:stretch;
}
.hours-list article{
  height:100%;
  min-height:0;
}
.service-grid article,.steps article{
  height:100%;
  min-height:0;
  overflow:hidden;
}
.pro-grid{
  height:100%;
  grid-auto-rows:1fr;
}
.three{
  height:100%;
  grid-auto-rows:1fr;
}
.three article{
  min-height:0;
}
.steps{
  height:100%;
  grid-template-rows:repeat(3,minmax(0,1fr));
}
.section-title{max-height:100%;overflow:hidden}

@media (max-width:1040px){
  .split-layout,.pro-layout,.borne-layout{
    grid-template-columns:1fr;
    grid-template-rows:auto minmax(0,1fr);
  }
  .content-panel,.glass-card{justify-content:center}
  .pro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:760px){
  :root{
    --uniform-side-pad:clamp(10px,3.6vw,16px);
    --uniform-top-gap:clamp(8px,1.4vh,12px);
    --uniform-bottom-gap:calc(58px + clamp(4px,1vh,10px));
  }
  .topbar{height:calc(var(--header-h) + var(--safe-top))}
  .slide-inner{padding:var(--slide-pad-top) var(--uniform-side-pad) var(--slide-pad-bottom)}
  .hours-layout,.services-layout{gap:clamp(8px,1.4vh,14px)}
  .split-layout,.pro-layout,.borne-layout{
    grid-template-columns:1fr;
    grid-template-rows:auto minmax(0,1fr);
    gap:clamp(8px,1.4vh,14px);
  }
  h2{font-size:clamp(1.72rem,10.5vw,3rem);line-height:.94;margin-bottom:clamp(6px,1vh,10px)}
  h3{font-size:clamp(1.05rem,5.8vw,1.55rem);line-height:1.02;margin-bottom:8px}
  .eyebrow{font-size:clamp(.58rem,2vw,.66rem);line-height:1.2;margin-bottom:6px}
  .lead{font-size:clamp(.86rem,3.4vw,.96rem);line-height:1.42;margin-bottom:clamp(10px,1.6vh,14px)}
  .btn{min-height:42px;padding:10px 16px;font-size:.92rem}
  .content-panel,.glass-card,.service-grid article,.hours-list article,.steps article{padding:clamp(10px,3.4vw,16px)}
  .content-panel,.glass-card{justify-content:center}
  .section-title p:not(.eyebrow){font-size:.9rem;line-height:1.35;margin-bottom:0}
  .hours-list{grid-template-columns:1fr;gap:clamp(6px,1vh,9px)}
  .hours-list article{
    display:grid;
    grid-template-columns:minmax(68px,82px) minmax(0,1fr);
    grid-template-rows:auto auto;
    align-content:center;
    gap:2px 9px;
  }
  .hours-list time{font-size:.69rem;line-height:1.1}
  .hours-list a{font-size:clamp(.88rem,3.8vw,1rem);line-height:1.12}
  .hours-list strong{font-size:clamp(.88rem,3.6vw,1rem);line-height:1.1}
  .place-brand{grid-column:2;gap:8px}
  .place-brand img{width:54px;padding:3px;border-radius:8px}
  .pro-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(8px,1.3vh,12px)}
  .service-grid article strong{font-size:clamp(.94rem,3.7vw,1.08rem);line-height:1.1;margin-bottom:5px}
  .service-grid article span,.steps small,.glass-card p{font-size:clamp(.78rem,3.2vw,.94rem);line-height:1.32}
  .three{grid-template-columns:1fr;grid-template-rows:repeat(3,minmax(0,1fr));gap:clamp(8px,1.3vh,12px)}
  .card-icon{width:38px;height:38px;margin-bottom:8px;border-radius:13px;font-size:1.14rem}
  .steps{gap:clamp(8px,1.3vh,12px)}
  .steps article{grid-template-columns:auto minmax(0,1fr);align-content:center}
  .steps span{width:36px;height:36px;border-radius:12px}
  .clean-list{gap:6px;margin:clamp(10px,1.5vh,16px) 0}
  .clean-list span{padding:7px 10px;font-size:clamp(.78rem,3vw,.9rem)}
  .controls{bottom:calc(6px + var(--safe-bottom))}
}

@media (max-width:420px){
  .brand-text em{display:none}
  .brand-text strong{max-width:38vw}
  .call-top{min-height:38px;padding:8px 10px;font-size:.84rem}
  .menu-toggle{width:40px;height:40px}
  .section-title p:not(.eyebrow){display:none}
  .content-panel,.glass-card,.service-grid article,.hours-list article,.steps article{padding:clamp(9px,3vw,13px)}
  .pro-grid{gap:7px}
  .clean-list span{width:auto;flex:1 1 100%}
}

@media (max-width:340px){
  :root{--header-h:58px;--uniform-side-pad:8px;--uniform-bottom-gap:54px}
  .brand-mark{width:32px;height:32px}
  .brand-text strong{font-size:.76rem;max-width:32vw}
  .call-top{font-size:.78rem;padding-left:8px;padding-right:8px}
  h2{font-size:1.72rem}
  .btn{min-height:39px;font-size:.86rem;padding:8px 12px}
  .hours-list{gap:5px}
  .hours-list article{grid-template-columns:62px 1fr;padding:8px}
  .pro-grid{grid-template-columns:1fr;overflow:auto;scrollbar-width:none}
  .pro-grid::-webkit-scrollbar{display:none}
}

@media (max-height:650px){
  :root{--uniform-top-gap:8px;--uniform-bottom-gap:58px}
  .slide{overflow:hidden}
  .content-panel,.glass-card,.service-grid article,.hours-list article,.steps article{padding:clamp(8px,2vh,14px)}
  h2{font-size:clamp(1.55rem,8vh,2.7rem)}
  .lead{font-size:.86rem;line-height:1.35}
  .clean-list{margin:8px 0}
  .clean-list span{padding:6px 9px;font-size:.78rem}
}

@media (max-height:560px){
  .slide{overflow-y:auto}
  .slide-inner{min-height:var(--app-h);overflow:visible}
  .hours-layout,.services-layout,.split-layout,.pro-layout,.borne-layout{height:auto;min-height:var(--content-h);max-height:none;overflow:visible}
}

@media (max-height:620px) and (orientation:landscape){
  :root{--uniform-bottom-gap:54px;--uniform-top-gap:8px}
  .slide{overflow-y:auto}
  .slide-inner{overflow:visible}
  .split-layout,.pro-layout,.borne-layout{
    grid-template-columns:minmax(0,1fr) minmax(240px,430px);
    grid-template-rows:none;
  }
  .content-panel,.glass-card{height:auto;min-height:0}
  .hours-layout,.services-layout,.split-layout,.pro-layout,.borne-layout{height:auto;min-height:var(--content-h);max-height:none;overflow:visible}
  .hours-list{grid-template-columns:repeat(5,minmax(0,1fr))}
  .hours-list article{height:auto;min-height:108px}
  .three{grid-template-columns:repeat(3,minmax(0,1fr));height:auto}
  .pro-grid{height:auto}
  .steps{height:auto;grid-template-rows:none}
}

/* Ajustements finaux petits écrans : tout reste lisible sans débordement */
@media (max-width:760px){
  .hours-list article{grid-template-columns:minmax(86px,94px) minmax(0,1fr)}
  .split-layout{grid-template-rows:1fr}
  .split-layout .glass-card{display:none}
}
@media (max-width:340px){
  .hours-list article{grid-template-columns:82px 1fr}
  .hours-list time{font-size:.62rem;letter-spacing:.06em}
}

/* Version très compacte mobile : garder toutes les pages propres sur petits écrans */
@media (max-width:760px){
  .pro-layout h2{font-size:clamp(1.55rem,8.6vw,2.45rem);letter-spacing:-.035em;line-height:.95}
  .pro-layout .content-panel{padding:clamp(10px,3vw,14px)}
  .pro-layout .lead{font-size:clamp(.78rem,3.1vw,.9rem);line-height:1.28;margin-bottom:10px}
  .pro-grid article{padding:clamp(8px,2.6vw,12px)}
  .pro-grid article strong{font-size:clamp(.8rem,3.3vw,.98rem);margin-bottom:3px}
  .pro-grid article span{font-size:clamp(.68rem,2.8vw,.82rem);line-height:1.18}

  .three article{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    grid-template-rows:auto auto;
    align-content:center;
    align-items:center;
    gap:2px 10px;
  }
  .three .card-icon{grid-row:1/3;margin:0;width:34px;height:34px;border-radius:12px;font-size:1rem}
  .three article strong{margin:0;font-size:clamp(.9rem,3.8vw,1.06rem)}
  .three article > span:not(.card-icon){display:block;font-size:clamp(.72rem,2.9vw,.86rem);line-height:1.2}

  .borne-layout h2{font-size:clamp(1.75rem,9vw,2.7rem);letter-spacing:-.04em}
  .borne-layout .lead{font-size:clamp(.78rem,3.1vw,.92rem);line-height:1.3;margin-bottom:10px}
  .borne-layout .hero-actions{gap:8px}
  .borne-layout .btn{min-height:38px;padding:8px 14px}
  .steps article{padding:8px 10px;gap:2px 9px;align-content:center}
  .steps span{width:34px;height:34px;border-radius:11px}
  .steps strong{font-size:clamp(.85rem,3.5vw,1rem);line-height:1.08}
  .steps small{font-size:clamp(.68rem,2.7vw,.78rem);line-height:1.12}
}
@media (max-width:380px), (max-height:650px){
  .pro-grid article span,.steps small{display:none}
  .pro-grid article strong{margin:0;line-height:1.12}
  .steps article{grid-template-rows:auto;align-items:center}
  .steps span{grid-row:auto}
}

@media (max-width:1040px){
  .split-layout{grid-template-rows:1fr}
  .split-layout .glass-card{display:none}
}

/* Correction tablette/paysage : le bouton Appeler reste compact et les flèches ne couvrent pas le contenu */
.call-top{justify-self:end;width:max-content;white-space:nowrap}
@media (min-width:761px) and (max-width:920px){
  .topbar{grid-template-columns:auto minmax(0,1fr) auto auto}
  .call-top{justify-self:end;width:max-content}
}
@media (max-height:620px) and (orientation:landscape){
  :root{--uniform-top-gap:8px;--uniform-bottom-gap:10px}
  .topbar{grid-template-columns:auto minmax(0,1fr) auto auto}
  .call-top{justify-self:end;width:max-content;min-width:104px}
  .slide{overflow:hidden}
  .slide-inner{
    height:var(--app-h);
    min-height:0;
    max-height:var(--app-h);
    overflow:hidden;
    padding:var(--slide-pad-top) 84px var(--slide-pad-bottom) 18px;
  }
  .hours-layout,.services-layout,.split-layout,.pro-layout,.borne-layout{
    height:var(--content-h);
    min-height:0;
    max-height:var(--content-h);
    overflow:hidden;
  }
  .split-layout{grid-template-columns:minmax(0,420px);grid-template-rows:1fr;justify-content:start}
  .pro-layout,.borne-layout{grid-template-columns:minmax(0,1fr) minmax(220px,1fr);grid-template-rows:none;gap:12px}
  .content-panel,.glass-card,.service-grid article,.hours-list article,.steps article{padding:10px;border-radius:16px}
  h2{font-size:clamp(1.35rem,7.2vh,2.25rem);line-height:.94;margin-bottom:6px}
  h3{font-size:1rem;margin-bottom:6px}
  .eyebrow{font-size:.58rem;margin-bottom:4px}
  .lead{font-size:.78rem;line-height:1.24;margin-bottom:8px}
  .clean-list{display:none}
  .btn{min-height:34px;padding:7px 12px;font-size:.88rem}
  .section-title p:not(.eyebrow),.three article > span:not(.card-icon),.steps small{display:none}
  .three{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr;gap:10px;height:100%}
  .three article{display:flex;align-items:flex-start;justify-content:center}
  .three .card-icon{margin-bottom:6px}
  .steps{grid-template-rows:repeat(3,1fr);gap:8px}
  .controls{
    left:auto;
    right:10px;
    top:50%;
    bottom:auto;
    transform:translateY(-50%);
    flex-direction:column;
    gap:6px;
    padding:6px;
  }
  .dots{flex-direction:column;gap:5px}
  .arrow{width:36px;height:36px;font-size:1.45rem}
  .dot{width:8px;height:8px}
  .dot.is-active{width:8px;height:24px}
}
