/* ============================================================
   SABLE STUDIO v5 — Warm Sand / Bodoni
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,300;1,6..96,300;1,6..96,400&family=Cormorant+SC:wght@300;400;500&family=Outfit:wght@300;400;500&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --cr:    #EDEBE1;
  --cr2:   #E5E2D6;
  --cr3:   #D4CFC0;
  --linen: #C8C0AE;
  --taupe: #7A6A58;
  --tb:    #8B7F72;
  --ink:   #2A2218;
  --ink2:  #3A3028;
  --accent:  #7A6040;
  --accent2: #5C4830;
  --muted: #5A5048;
  --light: #A89888;
  --dv:    rgba(100,80,55,0.13);
  --dv2:   rgba(100,80,55,0.22);

  /* Aliases for booking modal */
  --terra:    #7A6040;
  --bg:       #EDEBE1;
  --bg2:      #E5E2D6;
  --bg3:      #D4CFC0;
  --divider:  rgba(100,80,55,0.13);
  --divider2: rgba(100,80,55,0.22);
  --sand:     #C8C0AE;
  --sand-dim: #A89888;
  --font-serif: 'Bodoni Moda', serif;
  --font-sans:  'Outfit', sans-serif;
  --ease-out:   cubic-bezier(0.33, 1, 0.68, 1);
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
img { max-width: 100%; display: block; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
body {
  background: var(--cr);
  color: var(--ink);
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.7;
}
.bodoni { font-family: 'Bodoni Moda', serif; font-style: italic; font-weight: 300; }

/* ── CURSOR (souris uniquement, activé par JS) ──── */
#cur, #cur-r { display: none; }
body.has-cursor #cur, body.has-cursor #cur-r { display: block; }
body.has-cursor, body.has-cursor a, body.has-cursor button, body.has-cursor .srv, body.has-cursor .pw-slot, body.has-cursor summary { cursor: none; }
#cur {
  position: fixed; width: 6px; height: 6px;
  background: var(--taupe); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: transform .1s;
}
#cur-r {
  position: fixed; width: 26px; height: 26px;
  border: 1px solid rgba(138,125,110,.38); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%,-50%);
  transition: all .2s;
}

/* ── NAV ────────────────────────────────────────── */
nav {
  position: fixed; inset: 0 0 auto; z-index: 200;
  padding: 24px 60px;
  display: flex; align-items: center; justify-content: space-between;
  transition: all .4s;
}
nav.s {
  padding: 16px 60px;
  background: rgba(237,235,225,.94);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--dv);
}
.nav-l { display: flex; gap: 44px; list-style: none; }
.nav-l a {
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); text-decoration: none; transition: color .3s;
}
.nav-l a:hover { color: var(--ink); }
.n-btn {
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase;
  padding: 10px 26px; border: 1px solid var(--dv2);
  color: var(--ink); background: transparent; cursor: pointer;
  transition: all .3s;
}
.n-btn:hover { background: var(--accent2); color: var(--cr); border-color: var(--accent2); }

/* ── HERO ───────────────────────────────────────── */
#hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  position: relative; overflow: hidden;
}
.hero-l {
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 120px 60px 80px; position: relative; z-index: 2;
}
.hero-r {
  position: relative; overflow: hidden;
  background: var(--tb);
  display: flex; align-items: center; justify-content: center;
}
.hero-r::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url('../assets/images/hero-reformer.webp');
  background-size: cover; background-position: center 30%;
  opacity: 0.82;
}
.hero-r::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(42,34,24,.22) 0%, rgba(42,34,24,.08) 100%);
}
.hero-r-label {
  position: absolute; bottom: 40px; left: 0; right: 0;
  text-align: center; font-size: 9px; letter-spacing: .3em;
  text-transform: uppercase; color: rgba(237,235,225,.5);
  z-index: 1;
}
.h-line {
  position: absolute; top: 0; left: 60px; right: 60px; height: 1px;
  background: var(--dv); transform-origin: left;
  transform: scaleX(0);
  animation: li 1.2s .2s cubic-bezier(.76,0,.24,1) forwards;
}
.hero-ey {
  font-size: 10px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 28px;
  opacity: 0; animation: fu .7s .4s ease forwards;
}
.hero-title {
  font-size: clamp(44px,5.5vw,78px);
  line-height: 1; letter-spacing: -.01em;
  color: var(--ink); overflow: hidden;
}
.hero-title .ln {
  display: block; transform: translateY(105%);
  animation: wi .85s cubic-bezier(.76,0,.24,1) forwards;
}
.hero-title .ln:nth-child(1) { animation-delay: .3s; }
.hero-title .ln:nth-child(2) { animation-delay: .45s; }
.hero-title .ln:nth-child(3) { animation-delay: .6s; }
.hero-sub {
  margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--dv);
  font-size: 14px; color: var(--muted); line-height: 1.9; max-width: 380px;
  opacity: 0; animation: fu .7s .9s ease forwards;
}
.hero-cta {
  margin-top: 40px; display: flex; align-items: center; gap: 24px;
  opacity: 0; animation: fu .7s 1.1s ease forwards;
}
.btn-p {
  display: inline-block; font-size: 10.5px; letter-spacing: .2em;
  text-transform: uppercase; padding: 14px 40px;
  background: var(--accent); color: var(--cr);
  text-decoration: none; transition: background .3s; cursor: pointer;
}
.btn-p:hover { background: var(--accent2); }
.btn-s {
  font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); text-decoration: none; transition: color .3s;
  display: flex; align-items: center; gap: 8px;
}
.btn-s::after { content: '→'; transition: transform .3s; }
.btn-s:hover { color: var(--ink); }
.btn-s:hover::after { transform: translateX(4px); }

/* ── TICKER ─────────────────────────────────────── */
.ticker {
  border-top: 1px solid var(--dv); border-bottom: 1px solid var(--dv);
  padding: 16px 0; overflow: hidden; background: var(--cr2);
}
.tick-t { display: flex; animation: tick 26s linear infinite; }
.tick-i {
  flex-shrink: 0; font-size: 15px; color: #5c4830; opacity: .55;
  padding: 0 24px; white-space: nowrap; letter-spacing: .08em;
  font-family: 'Bodoni Moda', serif; font-style: italic; font-weight: 300;
}
.tick-d { color: var(--taupe); opacity: 1; padding: 0 4px; }

/* ── SECTION SHARED ──────────────────────────────── */
section { padding: 100px 60px; }
.s-num {
  font-size: 9.5px; letter-spacing: .26em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 8px; display: block;
}
.s-title {
  font-size: clamp(36px,4.2vw,60px); line-height: 1.06;
  color: var(--ink); margin-bottom: 28px; letter-spacing: -.01em;
}
.rv { opacity: 0; transform: translateY(30px); transition: opacity .7s ease, transform .7s ease; }
.rv.on { opacity: 1; transform: translateY(0); }

/* ── ABOUT ───────────────────────────────────────── */
#about { background: var(--cr); border-top: 1px solid var(--dv); }
.about-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start; margin-top: 60px;
}
.about-body { font-size: 15px; line-height: 2.05; color: var(--muted); }
.about-body strong { color: var(--ink); font-weight: 400; }
.av-list { margin-top: 48px; display: flex; flex-direction: column; }
.av {
  padding: 22px 0; border-bottom: 1px solid var(--dv);
  display: flex; gap: 24px; align-items: flex-start;
  transition: padding .3s;
}
.av:hover { padding-left: 10px; }
.av-n { font-size: 9px; letter-spacing: .22em; color: var(--accent); flex-shrink: 0; padding-top: 4px; }
.av-name { font-size: 19px; color: var(--ink); margin-bottom: 5px; letter-spacing: -.01em; }
.av-desc { font-size: 13px; color: var(--muted); line-height: 1.8; }
.about-r { position: relative; height: 500px; }
.about-main {
  position: absolute; top: 0; right: 0; width: 88%; height: 80%;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
  background: var(--tb);
}
.about-accent {
  position: absolute; bottom: 0; left: 0; width: 52%; height: 44%;
  background: var(--cr3); display: flex; flex-direction: column;
  justify-content: flex-end; padding: 24px;
}
.about-accent p { font-size: 18px; color: var(--ink2); line-height: 1.3; letter-spacing: -.01em; }
.about-accent span {
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--muted); margin-top: 8px; display: block;
}
.about-tag {
  position: absolute; top: 24px; left: 24px;
  font-size: 8.5px; letter-spacing: .2em; text-transform: uppercase;
  padding: 6px 14px; background: var(--cr); color: var(--taupe);
}

/* ── COURSES ─────────────────────────────────────── */
#services { background: #5b4730; border-top: 1px solid rgba(255,255,255,.08); }
.serv-intro {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: end; margin-bottom: 56px;
}
.serv-note { font-size: 14px; color: rgba(237,235,225,.65); line-height: 1.9; }
.serv-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 2px; background: rgba(237,235,225,.15);
}
.srv {
  background: rgba(237,235,225,.82); padding: 44px 36px 36px;
  position: relative; overflow: hidden; transition: background .3s;
  min-height: 340px; display: flex; flex-direction: column;
  justify-content: flex-end; cursor: pointer;
}
.srv:hover { background: rgba(229,226,214,.92); }
.srv-num {
  position: absolute; top: -8px; right: 16px;
  font-size: 110px; letter-spacing: -.04em;
  color: rgba(100,80,55,.09); line-height: 1; user-select: none;
  transition: color .35s; font-family: 'Bodoni Moda', serif; font-style: italic;
}
.srv:hover .srv-num { color: rgba(138,125,110,.15); }
.srv-tag { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.srv-name { font-size: clamp(26px,2.6vw,36px); color: var(--ink); margin-bottom: 14px; line-height: 1.05; letter-spacing: -.01em; }
.srv-desc { font-size: 13.5px; line-height: 1.9; color: var(--muted); margin-bottom: 28px; flex: 1; }
.srv-line { height: 1px; background: var(--dv2); margin-bottom: 20px; }
.srv-foot { display: flex; justify-content: space-between; align-items: center; }
.srv-dur { font-size: 11px; letter-spacing: .1em; color: var(--muted); }
.srv-arr {
  width: 34px; height: 34px; border: 1px solid var(--dv2);
  display: flex; align-items: center; justify-content: center;
  transition: all .3s; flex-shrink: 0;
}
.srv:hover .srv-arr { background: var(--accent); border-color: var(--accent); }
.a-svg { width: 13px; height: 13px; stroke: var(--muted); fill: none; stroke-width: 1.5; transition: stroke .3s; }
.srv:hover .a-svg { stroke: var(--cr); }

/* ── PLANNING ────────────────────────────────────── */
#planning { background: var(--cr2); border-top: 1px solid var(--dv); padding: 100px 60px; }
.plan-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }
.plan-filters { display: flex; gap: 8px; flex-wrap: wrap; }
.pf-btn {
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  padding: 8px 18px; border: 1px solid var(--dv2);
  color: var(--muted); background: transparent; cursor: pointer; transition: all .3s;
}
.pf-btn.active, .pf-btn:hover { background: var(--accent); color: var(--cr); border-color: var(--accent); }
.plan-week-nav { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.pwn-btn {
  background: none; border: 1px solid var(--dv2); color: var(--ink); cursor: pointer;
  width: 34px; height: 34px; display: flex; align-items: center; justify-content: center;
  font-size: 13px; transition: all .3s;
}
.pwn-btn:hover { background: var(--accent); color: var(--cr); border-color: var(--accent); }
#plan-week-label { font-size: 12px; color: var(--muted); letter-spacing: .08em; min-width: 160px; text-align: center; }
.plan-week {
  display: grid; grid-template-columns: repeat(7,1fr);
  gap: 1px; background: var(--dv2);
}
.pw-day { background: var(--cr); min-height: 320px; }
.pw-day-hdr {
  padding: 16px 18px 12px; border-bottom: 1px solid var(--dv);
  position: sticky; top: 0; background: var(--cr); z-index: 2;
}
.pw-day-name { font-size: 9px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.pw-day-num { font-size: 22px; color: var(--ink); margin-top: 2px; letter-spacing: -.02em; }
.pw-day.today .pw-day-name { color: var(--accent); }
.pw-day.today .pw-day-num  { color: var(--accent); }
.pw-day.today .pw-day-hdr  { background: rgba(122,96,64,.04); }
.pw-slots { padding: 10px 0; }
.pw-slot {
  margin: 0 10px 8px; padding: 10px 12px;
  background: var(--cr2); border: 0; border-left: 3px solid var(--accent);
  display: block; width: calc(100% - 20px); text-align: left; font: inherit; color: inherit;
  cursor: pointer; transition: all .3s; position: relative;
}
.pw-slot.available:hover { background: var(--cr3); transform: translateX(2px); }
.pw-slot.full  { opacity: .55; cursor: default; }
.pw-slot.past  { opacity: .38; cursor: default; }
.pw-slot.hidden { display: none; }
.pw-slot-time { font-size: 9px; letter-spacing: .12em; color: var(--muted); margin-bottom: 4px; }
.pw-slot-name { font-size: 12px; color: var(--ink); line-height: 1.3; }
.pw-slot-meta { font-size: 10px; color: var(--light); margin-top: 3px; }
.pw-slot-badge {
  font-size: 8.5px; letter-spacing: .12em; text-transform: uppercase;
  margin-top: 4px; padding: 2px 6px; display: inline-block;
  color: var(--light);
}
.pw-slot.type-1 { border-color: #7A6040; }
.pw-slot.type-2 { border-color: #6A7A60; }
.pw-slot.type-3 { border-color: #5A6878; }
.pw-slot.type-4 { border-color: #7A5A40; }
.pw-slot.type-5 { border-color: #3A3028; }
.pw-empty { font-size: 11px; color: var(--light); text-align: center; padding: 32px 10px; letter-spacing: .06em; }

/* ── GALLERY ─────────────────────────────────────── */
#gallery { background: var(--cr3); border-top: 1px solid var(--dv); padding: 0; }
.gal-hdr { padding: 64px 60px 40px; display: flex; justify-content: space-between; align-items: flex-end; }
.gal-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px 220px; gap: 1px; background: var(--dv);
}
.gc { overflow: hidden; position: relative; cursor: pointer; }
.gc:nth-child(1) { grid-column: 1; grid-row: 1; }
.gc:nth-child(2) { grid-column: 2; grid-row: 1/3; }
.gc:nth-child(3) { grid-column: 3; grid-row: 1; }
.gc:nth-child(4) { grid-column: 1; grid-row: 2; }
.gc:nth-child(5) { grid-column: 3; grid-row: 2; }
.gi { width: 100%; height: 100%; transition: transform .7s cubic-bezier(.25,.46,.45,.94); }
.gc:hover .gi { transform: scale(1.04); }
.g1 {
  background-image: url('../assets/images/hero-reformer.webp');
  background-size: cover; background-position: center;
}
.g2 { background: var(--tb); display: flex; flex-direction: column; justify-content: flex-end; padding: 36px; }
.g3 {
  background: repeating-linear-gradient(45deg, rgba(138,125,110,.04) 0, rgba(138,125,110,.04) 1px, transparent 1px, transparent 20px), var(--cr2);
}
.g4 { background: var(--ink2); display: flex; align-items: center; justify-content: center; flex-direction: column; }
.g5 {
  background: repeating-linear-gradient(-45deg, rgba(138,125,110,.06) 0, rgba(138,125,110,.06) 1px, transparent 1px, transparent 14px), var(--cr3);
}
.g-quote { font-size: 24px; color: var(--cr); line-height: 1.3; letter-spacing: -.01em; }
.g4-n { font-size: 72px; color: rgba(237,235,225,.2); line-height: 1; letter-spacing: -.02em; }
.g4-l { font-size: 9px; letter-spacing: .25em; text-transform: uppercase; color: rgba(237,235,225,.35); margin-top: 4px; }
.gal-ov {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(42,34,24,.5) 0%, transparent 50%);
  opacity: 0; transition: opacity .4s;
  display: flex; flex-direction: column; justify-content: flex-end; padding: 22px;
}
.gc:hover .gal-ov { opacity: 1; }
.gal-cap { font-size: 11px; color: var(--cr); letter-spacing: .08em; }

/* ── PRICING ─────────────────────────────────────── */
#pricing { background: var(--cr2); border-top: 1px solid var(--dv); }
.pr-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.pr-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--dv2); }
.p-card { background: var(--cr2); padding: 44px 36px; position: relative; transition: background .3s; }
.p-card:hover { background: var(--cr); }
.p-feat { background: var(--accent); }
.p-feat:hover { background: var(--accent2) !important; }
.p-feat::before {
  content: 'Discipline phare'; position: absolute; top: 0; right: 36px;
  font-size: 8px; letter-spacing: .2em; text-transform: uppercase;
  padding: 5px 12px; background: var(--ink2); color: var(--cr);
}
.p-type { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.p-feat .p-type { color: rgba(237,235,225,.45); }
.p-name { font-size: 26px; color: var(--ink); margin-bottom: 6px; letter-spacing: -.01em; }
.p-feat .p-name { color: var(--cr); }
.p-price { font-size: 44px; color: var(--ink); margin: 20px 0 6px; line-height: 1; letter-spacing: -.02em; }
.p-feat .p-price { color: var(--cr); }
.p-unit { font-size: 11px; color: var(--muted); letter-spacing: .08em; }
.p-feat .p-unit { color: rgba(237,235,225,.45); }
.p-div { height: 1px; background: var(--dv); margin: 24px 0; }
.p-feat .p-div { background: rgba(255,255,255,.1); }
.p-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.p-list li { font-size: 13px; color: var(--muted); display: flex; align-items: center; gap: 11px; }
.p-feat .p-list li { color: rgba(237,235,225,.75); }
.p-list li::before { content: ''; width: 12px; height: 1px; background: var(--taupe); flex-shrink: 0; }

/* ── CTA ─────────────────────────────────────────── */
#cta {
  background: #3a2818; text-align: center;
  padding: 120px 60px; position: relative; overflow: hidden;
}
#cta::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 40%, rgba(140,100,55,.45) 0%, rgba(100,65,30,.2) 35%, transparent 65%);
  pointer-events: none;
}
.cta-kicker {
  font-size: 10px; letter-spacing: .28em; text-transform: uppercase;
  color: rgba(237,235,225,.45); margin-bottom: 20px; display: block; position: relative; z-index: 1;
}
.cta-title {
  font-size: clamp(40px,6vw,80px); line-height: 1;
  color: var(--cr); margin-bottom: 20px; letter-spacing: -.01em; position: relative; z-index: 1;
}
.cta-sub { font-size: 15px; color: rgba(237,235,225,.55); margin-bottom: 48px; position: relative; z-index: 1; }
.cta-btn {
  display: inline-block; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase;
  padding: 16px 52px; background: var(--cr); color: var(--accent2);
  text-decoration: none; transition: all .3s; position: relative; z-index: 1; cursor: pointer;
}
.cta-btn:hover { background: var(--ink2); color: var(--cr); }
.cta-note { margin-top: 20px; font-size: 12px; color: rgba(237,235,225,.35); position: relative; z-index: 1; }

/* ── FOOTER ──────────────────────────────────────── */
footer { background: var(--cr); border-top: 1px solid var(--dv); padding: 68px 60px 36px; }
.ft-grid { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 52px; margin-bottom: 60px; }
.ft-h { font-size: 9px; letter-spacing: .24em; text-transform: uppercase; color: var(--taupe); margin-bottom: 20px; }
.ft-ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.ft-ul a { font-size: 13px; color: var(--muted); text-decoration: none; transition: color .3s; }
.ft-ul a:hover { color: var(--ink); }
.ft-bot { border-top: 1px solid var(--dv); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; }
.ft-c { font-size: 11px; color: var(--light); }
.ft-admin-btn {
  font-size: 10px; color: var(--light); background: none; border: none;
  cursor: pointer; letter-spacing: .15em; text-transform: uppercase;
  transition: color .3s; text-decoration: none;
}
.ft-admin-btn:hover { color: var(--muted); }

/* ── TEXT LOGO ───────────────────────────────────── */
.logo-txt { display: flex; flex-direction: column; align-items: flex-start; text-decoration: none; line-height: 1; }
.logo-sable {
  font-family: 'Cormorant SC', serif; font-style: normal !important;
  font-weight: 300; font-size: 22px; letter-spacing: .18em;
  color: var(--ink); text-transform: uppercase; line-height: 1.05;
}
.logo-sable .logo-s-under { display: inline-block; border-bottom: 1px solid currentColor; padding-bottom: 1px; }
.logo-studio {
  font-family: 'Outfit', sans-serif; font-style: normal;
  font-size: 8px; letter-spacing: .42em; text-transform: uppercase;
  color: var(--muted); font-weight: 400; margin-top: 5px; padding-left: 1px;
}
.logo-txt-nav .logo-sable  { font-size: 17px; }
.logo-txt-nav .logo-studio { font-size: 7px; letter-spacing: .38em; margin-top: 4px; }
.logo-txt-hero { margin-bottom: 48px; }
.logo-txt-hero .logo-sable  { font-size: 44px; letter-spacing: .22em; }
.logo-txt-hero .logo-studio { font-size: 13px; letter-spacing: .44em; margin-top: 10px; }

/* ── FLOATING CTA ────────────────────────────────── */
.float-reserve {
  position: fixed; bottom: 32px; right: 32px; z-index: 300;
  font-size: 10px; letter-spacing: .22em; text-transform: uppercase;
  padding: 14px 28px; background: var(--accent); color: var(--cr);
  border: none; cursor: pointer; text-decoration: none; display: inline-block;
  transition: opacity .4s, transform .4s, background .3s;
  opacity: 0; transform: translateY(16px); pointer-events: none;
}
.float-reserve.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.float-reserve:hover { background: var(--accent2); }

/* ── RESERVATION MODAL ───────────────────────────── */
.rsv-overlay {
  position: fixed; inset: 0; z-index: 2000;
  display: flex; align-items: center; justify-content: center;
  padding: clamp(16px,4vw,32px);
  pointer-events: none; opacity: 0; visibility: hidden;
  transition: background-color .4s ease, opacity .3s ease, visibility .3s;
  background-color: rgba(42,34,24,0);
}
.rsv-overlay.active {
  background-color: rgba(42,34,24,.72);
  backdrop-filter: blur(5px);
  pointer-events: auto; opacity: 1; visibility: visible;
}
.rsv-box {
  background: var(--cr); border: 1px solid var(--dv2);
  width: 100%; max-width: 520px; max-height: 90vh; overflow-y: auto;
  padding: 48px 44px; position: relative;
  transform: translateY(24px) scale(.98); opacity: 0;
  transition: transform .5s var(--ease-out), opacity .4s ease;
  box-shadow: 0 30px 80px rgba(42,34,24,.2);
}
.rsv-overlay.active .rsv-box { transform: translateY(0) scale(1); opacity: 1; }
.rsv-box::-webkit-scrollbar { width: 3px; }
.rsv-box::-webkit-scrollbar-thumb { background: var(--linen); }
.rsv-close {
  position: absolute; top: 20px; right: 20px;
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  color: var(--muted); cursor: pointer; background: none; border: none; transition: color .2s;
}
.rsv-close:hover { color: var(--ink); }
.rsv-recap {
  background: var(--cr2); border: 1px solid var(--dv2);
  padding: 20px 24px; margin-bottom: 28px;
}
.rsv-recap-name {
  font-family: 'Bodoni Moda', serif; font-style: italic; font-weight: 300;
  font-size: 26px; color: var(--ink); margin-bottom: 10px; line-height: 1.1;
}
.rsv-recap-row { display: flex; align-items: baseline; gap: 8px; font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.rsv-recap-row strong { color: var(--ink2); font-weight: 400; }
.rsv-title {
  font-family: 'Bodoni Moda', serif; font-style: italic; font-weight: 300;
  font-size: clamp(26px,4vw,32px); color: var(--ink); margin-bottom: 6px; line-height: 1.1;
}
.rsv-subtitle { font-size: 13px; color: var(--muted); margin-bottom: 28px; }
.rsv-fields { display: flex; flex-direction: column; gap: 14px; margin-bottom: 24px; }
.rsv-row    { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.rsv-footer { padding-top: 20px; border-top: 1px solid var(--dv); display: flex; justify-content: flex-end; }
.rsv-submit {
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  padding: 14px 28px; background: var(--ink); color: var(--cr);
  border: 1px solid var(--ink); cursor: pointer; transition: all .3s;
}
.rsv-submit:hover    { background: var(--accent); border-color: var(--accent); }
.rsv-submit:disabled { opacity: .55; pointer-events: none; }
.rsv-success { text-align: center; padding: 28px 0 12px; }
.rsv-success svg { margin-bottom: 20px; animation: confirmPop .5s var(--ease-out); }
.booking-field        { display: flex; flex-direction: column; gap: 6px; }
.booking-field__label { font-size: 9px; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; color: var(--muted); }
.booking-field__input {
  padding: 12px 14px; border: 1px solid var(--dv2); background: var(--cr2);
  font-family: 'Outfit', sans-serif; font-size: 13.5px; font-weight: 300; color: var(--ink);
  outline: none; transition: border-color .2s; width: 100%; -webkit-appearance: none;
}
.booking-field__input:focus       { border-color: var(--accent); }
.booking-field__input::placeholder { color: var(--light); }
.booking-field__textarea           { resize: vertical; min-height: 80px; }
.booking-field__input option       { background: var(--cr); }
.booking-field__input.error        { border-color: var(--accent); animation: shake .4s ease; }

/* ── COURSE DETAIL MODAL ─────────────────────────── */
.cd-overlay {
  position: fixed; inset: 0; z-index: 2100;
  background: rgba(42,34,24,.72); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 24px; opacity: 0; pointer-events: none;
  transition: opacity .35s var(--ease-out);
}
.cd-overlay.open { opacity: 1; pointer-events: auto; }
.cd-box {
  background: var(--cr); width: 100%; max-width: 860px;
  max-height: 92vh; overflow-y: auto; position: relative;
  display: flex; flex-direction: column;
  transform: translateY(24px); transition: transform .35s var(--ease-out);
}
.cd-overlay.open .cd-box { transform: translateY(0); }
.cd-close {
  position: absolute; top: 20px; right: 20px; z-index: 10;
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  background: none; border: 1px solid var(--dv2); cursor: pointer;
  color: var(--muted); transition: all .2s;
}
.cd-close:hover { border-color: var(--ink); color: var(--ink); }
.cd-header { padding: 52px 52px 28px; border-bottom: 1px solid var(--dv); }
.cd-num {
  font-family: var(--font-serif); font-size: 64px; font-style: normal;
  color: var(--dv2); line-height: 1; margin-bottom: 8px;
}
.cd-tag {
  font-size: 10px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--taupe); margin-bottom: 12px;
}
.cd-title {
  font-family: var(--font-serif); font-size: 36px; font-style: italic;
  color: var(--ink); line-height: 1.1;
}
.cd-body { display: grid; grid-template-columns: 1fr 260px; flex: 1; }
.cd-main { padding: 36px 40px; border-right: 1px solid var(--dv); }
.cd-desc { font-size: 15px; line-height: 1.85; color: var(--ink2); margin-bottom: 32px; }
.cd-section-title {
  font-size: 10px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--taupe); border-bottom: 1px solid var(--dv);
  padding-bottom: 8px; margin-bottom: 16px; margin-top: 28px;
}
.cd-bullets { list-style: none; padding: 0; margin: 0 0 8px; }
.cd-bullets li {
  font-size: 13.5px; color: var(--ink2); line-height: 1.7;
  padding: 3px 0 3px 18px; position: relative;
}
.cd-bullets li::before { content:'—'; position: absolute; left: 0; color: var(--accent); font-size: 12px; }
.cd-formats {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(150px,1fr));
  gap: 10px; margin-bottom: 8px;
}
.cd-format { background: var(--cr2); border: 1px solid var(--dv); padding: 14px 16px; }
.cd-format-name { font-size: 12px; font-weight: 500; color: var(--ink); letter-spacing: .04em; margin-bottom: 4px; }
.cd-format-desc { font-size: 11.5px; color: var(--muted); line-height: 1.5; }
.cd-side { padding: 36px 28px; background: var(--cr2); }
.cd-spec { margin-bottom: 24px; }
.cd-spec-label {
  font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  color: var(--taupe); margin-bottom: 6px;
}
.cd-spec-value { font-size: 13px; color: var(--ink2); line-height: 1.6; }
.cd-footer {
  padding: 24px 52px; border-top: 1px solid var(--dv);
  display: flex; gap: 12px; justify-content: flex-end; background: var(--cr);
}
.cd-btn-plan {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  padding: 13px 24px; background: transparent; color: var(--muted);
  border: 1px solid var(--dv2); cursor: pointer; transition: all .3s; text-decoration: none;
}
.cd-btn-plan:hover { border-color: var(--ink); color: var(--ink); }
.cd-btn-book {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: .16em; text-transform: uppercase;
  padding: 13px 24px; background: var(--ink); color: var(--cr);
  border: 1px solid var(--ink); cursor: pointer; transition: all .3s;
}
.cd-btn-book:hover { background: var(--accent); border-color: var(--accent); }

/* ── WAITLIST BAND ───────────────────────────────── */
#wl-band {
  position: fixed; top: 0; left: 0; right: 0; z-index: 500;
  background: var(--ink2); color: var(--cr);
  padding: 0 60px; height: 52px;
  display: flex; align-items: center; gap: 20px;
}
#wl-band.wl-gone { display: none; }
body.has-wl-band nav { top: 52px; }
.wl-text {
  font-size: 11.5px; letter-spacing: .06em; color: rgba(237,235,225,.65);
  white-space: nowrap; flex-shrink: 0;
}
.wl-form { display: flex; gap: 8px; align-items: center; flex: 1; max-width: 440px; }
.wl-input {
  flex: 1; min-width: 0; height: 32px; padding: 0 12px;
  background: rgba(237,235,225,.09); border: 1px solid rgba(237,235,225,.18);
  color: var(--cr); font-family: 'Outfit', sans-serif; font-size: 12px; outline: none;
  transition: border-color .2s;
}
.wl-input:focus { border-color: rgba(237,235,225,.4); }
.wl-input::placeholder { color: rgba(237,235,225,.3); }
.wl-btn {
  font-size: 9px; letter-spacing: .2em; text-transform: uppercase; white-space: nowrap;
  padding: 0 16px; height: 32px; background: var(--accent); color: var(--cr);
  border: none; cursor: pointer; font-family: 'Outfit', sans-serif;
  transition: background .25s; flex-shrink: 0;
}
.wl-btn:hover { background: var(--accent2); }
.wl-ok  { font-size: 11.5px; color: #8dbf8e; white-space: nowrap; flex-shrink: 0; }
.wl-err { font-size: 11.5px; color: #c97070; white-space: nowrap; flex-shrink: 0; }
.wl-close {
  background: none; border: none; color: rgba(237,235,225,.35);
  font-size: 13px; cursor: pointer; padding: 8px; line-height: 1;
  transition: color .2s; margin-left: auto; flex-shrink: 0;
}
.wl-close:hover { color: rgba(237,235,225,.75); }

/* ── INFOS PRATIQUES ─────────────────────────────── */
#infos { background: var(--cr); border-top: 1px solid var(--dv); }
.infos-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: var(--dv); margin-top: 52px;
}
.infos-block {
  background: var(--cr); padding: 48px 44px;
  display: flex; flex-direction: column; gap: 0;
}
.infos-label {
  font-size: 9px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 18px;
}
.infos-val {
  font-size: 15px; color: var(--ink2); line-height: 2;
  flex: 1; margin-bottom: 24px;
}
.infos-val a { color: var(--ink2); text-decoration: none; transition: color .25s; }
.infos-val a:hover { color: var(--accent); }
.infos-map-btn {
  display: inline-block; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase;
  padding: 11px 22px; border: 1px solid var(--dv2); color: var(--muted);
  text-decoration: none; transition: all .3s; align-self: flex-start;
}
.infos-map-btn:hover { border-color: var(--accent); color: var(--accent); }

/* ── FAQ ─────────────────────────────────────────── */
#faq { background: var(--cr2); border-top: 1px solid var(--dv); }
.faq-intro { margin-bottom: 52px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item {
  border-bottom: 1px solid var(--dv);
  transition: background .25s;
}
.faq-item:first-child { border-top: 1px solid var(--dv); }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 24px 0; font-size: 15px; color: var(--ink); line-height: 1.5;
  cursor: pointer; list-style: none; transition: color .25s;
  font-family: 'Bodoni Moda', serif; font-style: italic; font-weight: 300;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q::after {
  content: '+'; font-size: 20px; font-style: normal; font-family: 'Outfit', sans-serif;
  color: var(--accent); flex-shrink: 0; transition: transform .3s;
  font-weight: 300; width: 20px; text-align: center;
}
details[open] .faq-q::after { transform: rotate(45deg); }
details[open] .faq-q { color: var(--accent); }
.faq-a {
  font-size: 14px; line-height: 1.9; color: var(--muted);
  padding: 0 40px 24px 0;
}
/* ── ANIMATIONS ──────────────────────────────────── */
@keyframes wi   { from { transform: translateY(105%); } to { transform: translateY(0); } }
@keyframes fu   { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes li   { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes bookingStepIn { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: translateX(0); } }
@keyframes confirmPop    { 0% { transform: scale(0); opacity: 0; } 50% { transform: scale(1.15); } 100% { transform: scale(1); opacity: 1; } }
@keyframes shake         { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-5px); } 75% { transform: translateX(5px); } }

/* ── NAV BURGER (mobile) ─────────────────────────── */
.nav-burger {
  display: none; width: 40px; height: 40px; background: none; border: 0;
  flex-direction: column; justify-content: center; align-items: center; gap: 6px;
  cursor: pointer; margin-left: auto; margin-right: 12px;
}
.nav-burger span { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform .3s; }
nav.open .nav-burger span:first-child { transform: translateY(3.5px) rotate(45deg); }
nav.open .nav-burger span:last-child  { transform: translateY(-3.5px) rotate(-45deg); }

/* ── PRICING — 2 grilles ─────────────────────────── */
.pr-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--dv2); }
.pr-rows { list-style: none; margin-top: 24px; }
.pr-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 16px;
  padding: 15px 0; border-top: 1px solid var(--dv);
}
.p-feat .pr-row { border-top-color: rgba(255,255,255,.12); }
.pr-label { display: block; font-size: 14px; color: var(--ink); }
.pr-sub   { display: block; font-size: 11.5px; color: var(--muted); margin-top: 2px; }
.pr-price { font-family: var(--font-serif); font-size: 26px; color: var(--ink); white-space: nowrap; letter-spacing: -.01em; }
.pr-price small { font-family: var(--font-sans); font-size: 10.5px; letter-spacing: .08em; color: var(--muted); }
.p-feat .pr-label, .p-feat .pr-price { color: var(--cr); }
.p-feat .pr-sub, .p-feat .pr-price small { color: rgba(237,235,225,.6); }
.pr-notes { margin-top: 28px; display: flex; flex-direction: column; gap: 6px; }
.pr-notes p { font-size: 13px; color: var(--muted); line-height: 1.8; }
.pr-notes strong { color: var(--ink); font-weight: 500; }

/* ── PLANNING — messages ─────────────────────────── */
.plan-week { position: relative; }
.pw-msg { grid-column: 1 / -1; background: var(--cr); padding: 28px; font-size: 14px; color: var(--muted); text-align: center; }
.pw-msg a, .plan-hint a { color: var(--accent); }
.pw-msg-over { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: min(90%, 520px); border: 1px solid var(--dv2); }
.plan-hint { margin-top: 18px; font-size: 12.5px; color: var(--muted); }
.pwn-btn:disabled { opacity: .35; pointer-events: none; }
.rsv-legal { font-size: 11px; color: var(--muted); margin-top: 12px; text-align: right; }
.rsv-legal a { color: var(--accent); }
.rsv-footer { flex-direction: column; align-items: flex-end; }
.cta-note a { color: inherit; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  nav, nav.s { padding-left: 32px; padding-right: 32px; }
  .nav-l { gap: 26px; }
  section, #planning { padding: 88px 32px; }
  .gal-hdr { padding: 56px 32px 36px; }
  footer { padding: 60px 32px 32px; }
  #wl-band { padding: 0 32px; }
  .serv-grid { grid-template-columns: 1fr 1fr; }
  .about-grid, .serv-intro, .pr-intro { gap: 48px; }
  .plan-top { flex-direction: column; align-items: flex-start; gap: 24px; }
}

@media (max-width: 860px) {
  /* Nav : menu burger */
  .nav-burger { display: flex; }
  .nav-l {
    position: fixed; left: 0; right: 0; top: 0; z-index: -1;
    flex-direction: column; gap: 0; padding: 96px 32px 28px;
    background: rgba(237,235,225,.98); border-bottom: 1px solid var(--dv);
    transform: translateY(-100%); transition: transform .35s var(--ease-out);
  }
  nav.open .nav-l { transform: translateY(0); }
  .nav-l li { border-top: 1px solid var(--dv); }
  .nav-l a { display: block; padding: 16px 0; font-size: 12px; }
  nav.open { background: rgba(237,235,225,.98); }

  /* Hero */
  #hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-l { padding: 128px 32px 56px; order: 1; }
  .hero-r { min-height: 52vh; order: 2; }
  body.has-wl-band .hero-l { padding-top: 188px; }
  .logo-txt-hero { margin-bottom: 32px; }
  .logo-txt-hero .logo-sable { font-size: 34px; }
  .hero-sub { max-width: none; }
  .hero-cta { flex-wrap: wrap; gap: 18px; }

  /* Grilles → 1 colonne */
  .about-grid, .serv-intro, .pr-intro, .pr-grid-2, .infos-grid { grid-template-columns: 1fr; }
  .about-grid { margin-top: 36px; }
  .about-r { height: 380px; }
  .serv-intro, .pr-intro { gap: 20px; margin-bottom: 36px; }

  /* Planning : liste verticale par jour */
  .plan-week { grid-template-columns: 1fr; background: transparent; gap: 10px; }
  .pw-day { min-height: 0; display: grid; grid-template-columns: 64px 1fr; border: 1px solid var(--dv); }
  .pw-day.empty { display: none; }
  .pw-day-hdr { position: static; border-bottom: 0; border-right: 1px solid var(--dv); padding: 14px 12px; text-align: center; }
  .pw-slots { padding: 8px 0 0; }
  .pw-slot { padding: 12px 14px; }
  .pw-slot-time { font-size: 10.5px; }
  .pw-slot-name { font-size: 14px; }
  .pw-slot-meta { font-size: 11.5px; }
  .pw-msg-over { position: static; transform: none; width: 100%; }
  .plan-week:not(:has(.pw-day:not(.empty))) .pw-msg-over { display: block; }

  /* Galerie */
  .gal-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 180px 180px; }
  .gc:nth-child(1) { grid-column: 1 / 3; grid-row: 1; }
  .gc:nth-child(2) { grid-column: 1; grid-row: 2 / 4; }
  .gc:nth-child(3) { grid-column: 2; grid-row: 2; }
  .gc:nth-child(4) { grid-column: 2; grid-row: 3; }
  .gc:nth-child(5) { display: none; }
  .gal-ov { opacity: 1; }
  .gal-hdr { flex-direction: column; align-items: flex-start; gap: 20px; }
  .gal-hdr > div:last-child { text-align: left !important; }

  /* Modales */
  .cd-body { grid-template-columns: 1fr; }
  .cd-main { border-right: 0; border-bottom: 1px solid var(--dv); padding: 28px 24px; }
  .cd-header { padding: 44px 24px 22px; }
  .cd-side { padding: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
  .cd-footer { padding: 18px 24px; flex-wrap: wrap; }
  .cd-footer > * { flex: 1; justify-content: center; }

  /* Footer */
  .ft-grid { grid-template-columns: 1fr 1fr; gap: 36px; }

  /* Bande liste d'attente : 2 lignes */
  #wl-band { height: auto; padding: 10px 44px 10px 20px; flex-wrap: wrap; gap: 8px 12px; }
  .wl-text { white-space: normal; font-size: 11px; flex-basis: 100%; }
  .wl-form { max-width: none; flex-basis: 100%; min-width: 0; }
  .wl-input { width: 0; }
  .wl-btn { padding: 0 12px; }
  .wl-close { position: absolute; top: 6px; right: 6px; }
  body.has-wl-band nav { top: 94px; }
  .wl-ok, .wl-err { white-space: normal; }
}

@media (max-width: 560px) {
  nav, nav.s { padding: 14px 20px; }
  .n-btn { padding: 9px 14px; font-size: 9.5px; }
  section, #planning { padding: 68px 20px; }
  .hero-l { padding-left: 20px; padding-right: 20px; }
  .gal-hdr { padding: 48px 20px 28px; }
  footer { padding: 52px 20px 28px; }
  .h-line { left: 20px; right: 20px; }
  .srv { min-height: 0; padding: 36px 24px 28px; }
  .serv-grid { grid-template-columns: 1fr; }
  .p-card { padding: 36px 22px; }
  .p-feat::before { right: 22px; }
  .pr-price { font-size: 22px; }
  .infos-block { padding: 32px 22px; }
  .about-r { height: 300px; }
  .about-main { width: 100%; }
  .about-accent { width: 64%; }
  .rsv-box { padding: 40px 20px 24px; max-height: 94vh; }
  .rsv-row { grid-template-columns: 1fr; }
  .rsv-submit { width: 100%; }
  .rsv-legal { text-align: center; }
  .rsv-footer { align-items: stretch; }
  .cd-side { grid-template-columns: 1fr; }
  .faq-a { padding-right: 0; }
  .ft-grid { grid-template-columns: 1fr; }
  .ft-bot { flex-direction: column; gap: 10px; align-items: flex-start; }
  .float-reserve { left: 20px; right: 20px; bottom: 16px; text-align: center; }
  #cta { padding: 88px 20px; }
  .cta-btn { padding: 16px 32px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .rv { opacity: 1; transform: none; }
  .hero-title .ln { transform: none; }
}
