:root{
  --paper:#F4F5F2; --surface:#FFFFFF; --ink:#1F2B2A; --muted:#5A6664;
  --sage:#2F4A47; --sage-soft:#DCE5E1; --walnut:#7B4B2A; --line:#D9DDD6;
  --radius-lg:22px; --radius-sm:8px;
  --font:"Avenir Next","Segoe UI Variable Text","Segoe UI",Seravek,"Helvetica Neue",system-ui,sans-serif;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font:400 1.0625rem/1.65 var(--font)}
img{max-width:100%;height:auto;display:block}
a{color:var(--sage);text-underline-offset:3px}
a:focus-visible,.btn:focus-visible,summary:focus-visible{outline:3px solid var(--walnut);outline-offset:3px;border-radius:4px}
h1,h2{line-height:1.15;letter-spacing:-.015em;font-weight:600;margin:0 0 .6em}
h1{font-size:clamp(2.2rem,5vw,3.6rem);max-width:18ch}
h2{font-size:clamp(1.35rem,2.4vw,1.75rem)}
p,ul{margin:0 0 1em;max-width:68ch}
ul{padding-left:1.2em}
li{margin:.25em 0}
.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.5rem 1rem;z-index:10}

/* header */
.top{display:flex;align-items:center;gap:1.5rem;padding:1rem clamp(1rem,4vw,3rem);background:var(--paper);position:sticky;top:0;z-index:5;border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:.7rem;text-decoration:none;color:var(--ink);font-weight:600;line-height:1.1}
.brand small{display:block;font-weight:400;color:var(--muted);font-size:.8rem}
.mark{width:34px;height:34px;border-radius:10px;background:var(--sage) url(favicon.svg) center/cover}
.top nav{display:flex;gap:1.1rem;margin-left:auto;flex-wrap:wrap}
.top nav a{color:var(--ink);text-decoration:none;font-size:.95rem;padding:.2rem 0;border-bottom:2px solid transparent}
.top nav a:hover,.top nav a[aria-current]{border-color:var(--walnut)}
.top .btn{padding:.55rem 1rem;font-size:.9rem}
@media (max-width:980px){
  .top{flex-wrap:wrap;gap:.6rem .75rem}.brand{flex:1 1 0;min-width:0}.top nav{order:3;width:100%;margin:0;overflow-x:auto;flex-wrap:nowrap;padding-bottom:.2rem}
  .top nav a{white-space:nowrap}.top .btn{margin-left:auto}
}

.btn{display:inline-block;background:var(--sage);color:#fff;text-decoration:none;font-weight:600;padding:.85rem 1.4rem;border-radius:999px}
.btn:hover{background:#243A38}
.link{font-weight:600}

main>section{padding:clamp(2.5rem,6vw,5rem) clamp(1rem,4vw,3rem);max-width:1240px;margin:0 auto}

/* hero */
.hero{display:grid;grid-template-columns:1fr 1.25fr;gap:clamp(1.5rem,4vw,4rem);align-items:center}
.lead{font-size:1.2rem;color:var(--muted)}
.actions{display:flex;gap:1.4rem;align-items:center;flex-wrap:wrap;margin:1.6rem 0 1.2rem}
.facts{font-size:.92rem;color:var(--muted)}
.hero-img{margin:0}
.hero-img img{border-radius:var(--radius-lg);aspect-ratio:4/3;object-fit:cover;object-position:8% 50%;width:100%}
@media (max-width:900px){.hero{grid-template-columns:1fr}.hero-img{order:-1}.hero-img img{aspect-ratio:16/9}}

/* specialties */
.split{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-top:0!important;padding-bottom:0!important}
.spec{padding:2rem clamp(1rem,2.5vw,2rem);text-decoration:none;color:var(--ink);border-left:1px solid var(--line)}
.spec:first-child{border-left:0}
.spec p{color:var(--muted)}
.spec .more{color:var(--sage);font-weight:600;text-decoration:underline;text-underline-offset:3px}
.spec:hover{background:var(--surface)}
@media (max-width:760px){.split{grid-template-columns:1fr}.spec{border-left:0;border-top:1px solid var(--line)}.spec:first-child{border-top:0}}

/* content */
.two{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(1.5rem,4vw,4rem);align-items:start}
.two figure{margin:0;position:sticky;top:6rem}
.two figure img{border-radius:var(--radius-lg)}
.two figure img.tall{max-height:78vh;object-fit:cover;width:100%}
.two h2:not(:first-child){margin-top:2rem}
@media (max-width:900px){.two{grid-template-columns:1fr}.two figure{position:static}}
.narrow{max-width:820px!important}
.narrow h2:not(:first-child){margin-top:2rem}
.page-head{padding-bottom:1rem!important}
.crumb{font-size:.9rem;color:var(--muted)}
.related{padding:0 clamp(1rem,4vw,3rem);max-width:1240px;margin:0 auto 2rem}
address{font-style:normal;margin-bottom:1rem}

/* hours: signature element */
.hours-sec{background:var(--surface);border-radius:var(--radius-lg);width:calc(100% - 2*clamp(1rem,4vw,3rem))}
.week{list-style:none;padding:0;margin:0;max-width:640px}
.week li{display:grid;grid-template-columns:6.5rem 1fr 6rem;gap:.8rem;align-items:center;margin:.45rem 0}
.week .d{font-weight:600}
.week .bar{position:relative;height:14px;background:var(--sage-soft);border-radius:999px;overflow:hidden}
.week .bar span{position:absolute;top:0;bottom:0;background:var(--sage);border-radius:999px}
.week .t{font-variant-numeric:tabular-nums;text-align:right;font-size:.95rem}
.week .off{color:var(--muted)}.week .off .d{font-weight:400}.week .off .bar{background:transparent;border:1px dashed var(--line)}
.scale{display:grid;grid-template-columns:6.5rem 1fr 6rem;gap:.8rem;max-width:640px;font-size:.78rem;color:var(--muted);margin:.2rem 0 0}
.scale span:nth-child(1){grid-column:2;grid-row:1;justify-self:start}
.scale span:nth-child(2){grid-column:2;grid-row:1;justify-self:center}
.scale span:nth-child(3){grid-column:2;grid-row:1;justify-self:end}
@media (max-width:480px){.week li,.scale{grid-template-columns:5.2rem 1fr 4.6rem;gap:.5rem}}

/* faq */
.faq{max-width:820px!important}
details{border-top:1px solid var(--line);padding:1rem 0}
details:last-child{border-bottom:1px solid var(--line)}
summary{cursor:pointer;font-weight:600;list-style:none;display:flex;justify-content:space-between;gap:1rem}
summary::-webkit-details-marker{display:none}
summary::after{content:"+";color:var(--walnut);font-size:1.3rem;line-height:1}
details[open] summary::after{content:"–"}
details p{margin:.7rem 0 0;color:var(--muted)}

/* band */
.band{display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap;background:var(--sage);color:#fff;border-radius:var(--radius-lg);margin:clamp(2rem,5vw,4rem) auto!important;width:calc(100% - 2*clamp(1rem,4vw,3rem))}
.band p{color:#DCE5E1;margin:0}.band h2{margin-bottom:.3em}
.band .btn{background:#fff;color:var(--sage)}.band .btn:hover{background:var(--sage-soft)}

/* footer */
.foot{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem clamp(1rem,4vw,3rem) 1.5rem;border-top:1px solid var(--line);max-width:1240px;margin:0 auto;font-size:.95rem}
.foot h2{font-size:1rem}
.foot .week li{grid-template-columns:5.5rem 1fr 4.8rem}
.foot .scale{display:none}
.legal{grid-column:1/-1;color:var(--muted);font-size:.85rem;margin-top:1rem}
@media (max-width:860px){.foot{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* tarifs */
.table-wrap{overflow-x:auto;margin:0 0 1rem}
.tarifs{border-collapse:collapse;width:100%;min-width:560px;font-variant-numeric:tabular-nums;background:var(--surface);border-radius:var(--radius-sm)}
.tarifs caption{text-align:left;font-weight:600;padding:0 0 .7rem}
.tarifs th,.tarifs td{padding:.75rem .9rem;border-bottom:1px solid var(--line);text-align:right;vertical-align:bottom}
.tarifs th[scope=row],.tarifs thead th:first-child{text-align:left;font-weight:500}
.tarifs thead th{font-size:.9rem;font-weight:600;color:var(--muted)}
.tarifs thead small{font-weight:400}
.tarifs td.pay{font-weight:600;color:var(--sage)}
.tarifs tbody tr:last-child th,.tarifs tbody tr:last-child td{border-bottom:0}
.note{font-size:.88rem;color:var(--muted)}
.tarifs thead th{white-space:nowrap}.tarifs th[scope=row]{width:45%}.page-head{max-width:820px!important}
