/* =================================================================
   COIFFEUR CITY — barbier à Montauban
   Aesthetic lane: dark cinematic men's-grooming, oxblood-drenched
   with brass accents. Bodoni-sharp display + Archivo grotesque +
   a barber-ticket mono for numbers. Colours in OKLCH.
   ================================================================= */

:root {
  /* --- Couleur (OKLCH, neutres teintés vers le bordeaux) --- */
  --ink:        oklch(0.15 0.018 22);
  --ink-2:      oklch(0.19 0.022 22);
  --wine:       oklch(0.40 0.105 15);
  --wine-deep:  oklch(0.29 0.085 16);
  --wine-soft:  oklch(0.49 0.110 16);
  --brass:      oklch(0.78 0.105 82);
  --brass-br:   oklch(0.87 0.095 88);
  --brass-dp:   oklch(0.64 0.100 70);
  --cream:      oklch(0.95 0.014 78);
  --cream-2:    oklch(0.91 0.020 76);
  --bone:       oklch(0.93 0.012 78);
  --bone-dim:   oklch(0.74 0.016 55);
  --ink-text:   oklch(0.25 0.022 26);
  --ink-dim:    oklch(0.46 0.020 30);
  --hair:       oklch(0.78 0.10 82 / 0.24);
  --hair-soft:  oklch(0.93 0.10 82 / 0.12);

  /* --- Type --- */
  --f-disp: "EB Garamond", Georgia, serif;
  --f-brand: "EB Garamond", Georgia, serif;
  --f-script: "Great Vibes", "Snell Roundhand", "Brush Script MT", cursive;
  --f-body: "Archivo", system-ui, -apple-system, sans-serif;
  --f-mono: "Spline Sans Mono", ui-monospace, monospace;

  /* --- Mesure / mouvement --- */
  --shell: 1300px;
  --ease:  cubic-bezier(0.16, 1, 0.3, 1);   /* ease-out-expo */
  --ease-io: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 88px; }
.js html, html.js { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--f-body);
  background: var(--ink);
  color: var(--bone);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  cursor: auto;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3 { margin: 0; font-weight: 700; line-height: 1; }
p { margin: 0 0 1rem; }
ul,ol { margin: 0; padding: 0; list-style: none; }
em { font-style: italic; }

.shell { width: 100%; max-width: var(--shell); margin: 0 auto; padding-inline: clamp(1.2rem, 5vw, 3.2rem); }

::selection { background: var(--brass); color: var(--ink); }
html { scrollbar-color: var(--wine) var(--ink); scrollbar-width: thin; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--ink); }
::-webkit-scrollbar-thumb { background: var(--wine); border-radius: 8px; border: 2px solid var(--ink); }
::-webkit-scrollbar-thumb:hover { background: var(--wine-soft); }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 500; background: var(--brass); color: var(--ink); padding: .7rem 1.1rem; font-weight: 700; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 2px solid var(--brass); outline-offset: 3px; }

/* hide reveal targets only when JS is active */
.js .reveal-up, .js .reveal-row { opacity: 0; transform: translateY(34px); }
.js .reveal-clip { clip-path: inset(0 0 100% 0); }
.js .reveal-up.is-in, .js .reveal-row.is-in { opacity: 1; transform: none; transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.js .reveal-clip.is-in { clip-path: inset(0 0 0 0); transition: clip-path 1.2s var(--ease); }

/* =====================================================
   ATOMES
   ===================================================== */
.kicker {
  display: inline-flex; align-items: center; gap: .8rem;
  font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .24em;
  font-size: .72rem; font-weight: 500; color: var(--bone-dim); margin: 0 0 1.4rem;
}
.kicker__line { width: 2.4rem; height: 1px; background: var(--brass); display: inline-block; }
.kicker--brass { color: var(--brass-br); }
.kicker--wine  { color: var(--wine); }
.kicker--wine .kicker__line { background: var(--wine); }

.h-display {
  font-family: var(--f-disp); font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 4.6rem); line-height: .98; letter-spacing: -.01em;
}
.h-display em { font-style: italic; color: var(--brass); font-weight: 500; }

/* boutons */
.btn {
  --bg: var(--brass); --fg: var(--ink);
  position: relative; display: inline-flex; align-items: center; gap: .6rem; justify-content: center;
  font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; font-weight: 500;
  background: var(--bg); color: var(--fg); padding: 1rem 1.6rem; border-radius: 2px; border: 1px solid var(--bg);
  overflow: hidden; transition: color .5s var(--ease), border-color .4s, background .4s, box-shadow .45s var(--ease), transform .3s var(--ease);
}
.btn > * { position: relative; z-index: 1; }
.btn::before { content:""; position:absolute; inset:0; background: var(--ink); transform: translateY(101%); transition: transform .5s var(--ease); z-index:0; }
.btn:hover::before { transform: translateY(0); }
/* Survol premium : le doré s'éclaircit, halo chaud — jamais sombre */
.btn--brass::before { display: none; }
.btn--brass:hover { background: var(--brass-br); border-color: var(--brass-br); box-shadow: 0 10px 30px -10px oklch(0.78 0.105 82 / 0.55); }
.btn--brass::after { content: ""; position: absolute; top: -30%; bottom: -30%; left: -45%; width: 32%; z-index: 2; pointer-events: none;
  background: linear-gradient(105deg, transparent, oklch(1 0 0 / 0.4), transparent); transform: skewX(-18deg); transition: left .75s var(--ease); }
.btn--brass:hover::after { left: 118%; }
.btn--line { --bg: transparent; --fg: var(--bone); border-color: var(--hair); }
.btn--line::before { background: var(--brass); }
.btn--line:hover { color: var(--ink); border-color: var(--brass); }
.btn--lg { padding: 1.15rem 2rem; font-size: .82rem; }
.btn__dot { width: .5rem; height: .5rem; border-radius: 50%; background: var(--ink); }
.ico { width: 1.05em; height: 1.05em; }
.dot { color: var(--brass); opacity: .7; }

/* =====================================================
   PRELOADER / PROGRESS / GRAIN / CURSEUR
   ===================================================== */
.loader {
  position: fixed; inset: 0; z-index: 1000; background: var(--ink);
  display: none; place-content: center; gap: 1.6rem; justify-items: center;
  transition: transform 1s var(--ease); transform: translateY(0);
}
html.js .loader { display: grid; }
body.is-ready .loader { transform: translateY(-101%); }
.loader__mark { font-family: var(--f-disp); font-size: clamp(2rem,7vw,4rem); line-height: 1; display: flex; gap: .35em; overflow: hidden; }
.loader__word { display: inline-block; transform: translateY(110%); animation: rise .9s var(--ease) forwards; }
.loader__word--accent { font-style: italic; color: var(--brass); animation-delay: .12s; }
@keyframes rise { to { transform: none; } }
.loader__bar { width: min(42vw, 220px); height: 2px; background: var(--hair-soft); overflow: hidden; }
.loader__bar span { display: block; height: 100%; width: 100%; background: var(--brass); transform-origin: left; transform: scaleX(0); animation: fill 1s var(--ease) .15s forwards; }
@keyframes fill { to { transform: scaleX(1); } }

.progress { position: fixed; top: 0; left: 0; height: 2px; width: 100%; transform: scaleX(0); transform-origin: left; background: var(--brass); z-index: 400; }

.grain { position: fixed; inset: 0; z-index: 350; pointer-events: none; opacity: .05; mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }

.cursor { position: fixed; top: 0; left: 0; width: 34px; height: 34px; border: 1px solid var(--brass); border-radius: 50%;
  transform: translate(-50%,-50%); pointer-events: none; z-index: 450; opacity: 0; display: grid; place-items: center;
  transition: opacity .3s, width .35s var(--ease), height .35s var(--ease), background .3s, border-color .3s; }
.cursor.on { opacity: .85; }
.cursor.grow { width: 60px; height: 60px; background: oklch(0.78 0.105 82 / 0.12); }
.cursor__label { font-family: var(--f-mono); font-size: .56rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); opacity: 0; transition: opacity .25s; }
.cursor.view { width: 82px; height: 82px; background: var(--brass); border-color: var(--brass); opacity: .96; }
.cursor.view .cursor__label { opacity: 1; }

/* =====================================================
   HEADER
   ===================================================== */
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 300; transition: background .5s var(--ease), border-color .5s; border-bottom: 1px solid transparent; }
.header.scrolled { background: oklch(0.15 0.018 22 / 0.82); backdrop-filter: blur(12px); border-bottom-color: var(--hair-soft); }
.header__in { display: flex; align-items: center; gap: 1.4rem; min-height: 76px; }

.brand { display: inline-flex; align-items: center; gap: .65rem; }
/* Barber pole "réel" : rayures qui tournent + ombrage cylindrique */
.brand__pole { position: relative; width: 12px; height: 32px; border-radius: 6px; flex: 0 0 auto; overflow: hidden;
  background: repeating-linear-gradient(45deg, oklch(0.55 0.20 25) 0 5px, var(--cream) 5px 10px, oklch(0.45 0.16 255) 10px 15px, var(--cream) 15px 20px);
  border: 1px solid var(--brass);
  animation: pole-spin 1.4s linear infinite; }
@keyframes pole-spin { to { background-position: 0 -28.28px; } }
.brand__pole::after { content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(90deg, oklch(0 0 0 / 0.55), oklch(0 0 0 / 0.12) 28%, oklch(1 0 0 / 0.5) 42%, oklch(1 0 0 / 0.18) 56%, oklch(0 0 0 / 0.1) 72%, oklch(0 0 0 / 0.6));
}
.brand__name { font-family: var(--f-brand); font-weight: 700; font-size: 1.4rem; letter-spacing: .01em; color: var(--bone); }
.brand__name span { font-family: var(--f-script); font-style: normal; font-weight: 400; font-size: 1.3em; letter-spacing: 0; color: var(--brass); margin-left: .14em; line-height: 1; }

.nav { margin-left: auto; display: flex; gap: 2rem; }
.nav a { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; color: var(--bone-dim); overflow: hidden; }
.nav a span { display: inline-block; transition: transform .5s var(--ease), color .4s; }
.nav a:hover span, .nav a.is-active span { color: var(--brass-br); }
.nav a.is-active span { font-weight: 600; }
.nav__foot { display: none; }
.header__cta { margin-left: .4rem; }

.burger { display: none; background: none; border: 0; padding: .6rem; cursor: pointer; }
.burger span { display: block; width: 26px; height: 1.5px; background: var(--bone); margin: 6px 0; transition: transform .4s var(--ease), opacity .3s; }

/* =====================================================
   HERO
   ===================================================== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; overflow: hidden; isolation: isolate; }
.hero__media { position: absolute; inset: -8% 0 0 0; z-index: -2; }
.hero__media img { width: 100%; height: 116%; object-fit: cover; object-position: center 40%; }
.hero__scrim { position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, oklch(0.15 0.018 22 / 0.62) 0%, oklch(0.15 0.018 22 / 0.18) 32%, oklch(0.15 0.018 22 / 0.55) 64%, var(--ink) 99%),
    radial-gradient(120% 80% at 12% 92%, oklch(0.29 0.085 16 / 0.7), transparent 55%); }
.hero__in { padding-block: clamp(6rem, 12vw, 9rem) clamp(3.2rem, 7vw, 5.5rem); max-width: 60rem; }

.hero__kicker { color: var(--bone); }
.hero__title { font-family: var(--f-brand); font-weight: 700; font-size: clamp(3rem, 10vw, 7rem); line-height: .86; letter-spacing: -.01em; margin: .2rem 0 1.7rem; color: var(--bone); }
.hero__title .line { display: block; overflow: hidden; padding-block: .02em; }
.hero__title .word { display: inline-block; }
.js .hero__title .word:not(.split):not(.word--accent) { transform: translateY(112%); }
.js body.is-ready .hero__title .word:not(.split):not(.word--accent) { transform: none; transition: transform 1.1s var(--ease); }
.hero__title .ch { display: inline-block; }
.js .hero__title .ch { transform: translateY(118%); }
.js body.is-ready .hero__title .ch { transform: none; transition: transform .95s var(--ease); transition-delay: calc(80ms + var(--i) * 42ms); }
.hero__title .line:nth-child(2) { overflow: visible; margin-top: -.06em; }
.hero__title .word--accent { font-family: var(--f-script); font-style: normal; font-weight: 400; font-size: 1.12em; line-height: 1; letter-spacing: 0; color: var(--brass); padding: 0 .12em .22em; }
.js .hero__title .word--accent { clip-path: inset(-30% 102% -40% -6%); }
.js body.is-ready .hero__title .word--accent { clip-path: inset(-30% -8% -40% -6%); transition: clip-path 1.4s var(--ease-io) .55s; }

/* Zoom lent cinématique sur la photo du hero */
@media (prefers-reduced-motion: no-preference) {
  .hero__media img { animation: kenburns 14s var(--ease) both; }
}
@keyframes kenburns { from { transform: scale(1.14); } to { transform: scale(1.03); } }

.hero__lede { font-size: clamp(1.05rem, 2.1vw, 1.4rem); max-width: 40ch; color: var(--bone); line-height: 1.55; }
.hero__lede em { color: var(--brass-br); font-style: normal; }
.hero__actions { display: flex; gap: .9rem; flex-wrap: wrap; margin: 2rem 0 0; }
.hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: .6rem; margin-top: 2.2rem;
  font-family: var(--f-mono); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--bone-dim); }

/* gate hero reveal-up on ready */
.js .hero .reveal-up { opacity: 0; transform: translateY(26px); }
.js body.is-ready .hero .reveal-up { opacity: 1; transform: none; transition: opacity 1s var(--ease), transform 1.1s var(--ease); }
.js body.is-ready .hero__lede   { transition-delay: .42s; }
.js body.is-ready .hero__actions{ transition-delay: .52s; }
.js body.is-ready .hero__meta   { transition-delay: .62s; }
.js body.is-ready .hero__kicker { transition-delay: .28s; }

.hero__scroll { position: absolute; right: clamp(1.2rem,5vw,3.2rem); bottom: clamp(3.2rem,7vw,5.5rem); display: flex; flex-direction: column; align-items: center; gap: .8rem;
  font-family: var(--f-mono); font-size: .64rem; letter-spacing: .2em; text-transform: uppercase; color: var(--bone-dim); writing-mode: vertical-rl; }
.hero__scroll i { width: 1px; height: 48px; background: linear-gradient(var(--brass), transparent); position: relative; overflow: hidden; }
.hero__scroll i::after { content:""; position:absolute; top:-50%; left:0; width:1px; height:50%; background: var(--brass); animation: scrolldot 2s var(--ease-io) infinite; }
@keyframes scrolldot { to { top: 100%; } }

/* =====================================================
   MARQUEE
   ===================================================== */
.marquee { background: var(--wine); color: var(--cream); padding: 1.1rem 0; overflow: hidden; border-block: 1px solid var(--wine-soft); }
.marquee__track { display: inline-flex; align-items: center; gap: 2.2rem; white-space: nowrap; will-change: transform; animation: slide 28s linear infinite; }
.marquee span { font-family: var(--f-disp); font-style: italic; font-size: clamp(1.5rem, 3.4vw, 2.6rem); }
.marquee i { color: var(--brass-br); font-style: normal; font-size: 1rem; }
.marquee span.o { color: transparent; -webkit-text-stroke: 1px oklch(0.95 0.014 78 / 0.75); }
@keyframes slide { to { transform: translateX(-50%); } }
.marquee:hover .marquee__track { animation-play-state: paused; }

/* =====================================================
   MANIFESTE
   ===================================================== */
.manifeste { background: var(--ink); padding-block: clamp(5rem, 12vw, 9rem); }
.manifeste__in { max-width: 56rem; }
.manifeste__text { font-family: var(--f-disp); font-weight: 600; font-size: clamp(1.9rem, 5vw, 3.6rem); line-height: 1.1; letter-spacing: -.01em; color: var(--bone); margin: 0 0 1.6rem; }
.manifeste__text em { font-style: italic; color: var(--brass); }
.manifeste__sub { font-family: var(--f-body); font-weight: 400; font-size: clamp(1rem, 1.9vw, 1.22rem); line-height: 1.6; color: var(--bone-dim); max-width: 46ch; margin: 0 0 3rem; }
.manifeste__text .ln { display: block; overflow: hidden; }
.js .manifeste__text .ln { }
.js .manifeste__text .ln > * { display: inline-block; }
/* line reveal handled by wrapping spans in JS */
.js .manifeste .ln span.inner { display: inline-block; transform: translateY(105%); transition: transform 1s var(--ease); }
.js .manifeste.is-in .ln span.inner { transform: none; }
.manifeste .ln:nth-child(2) span.inner { transition-delay: .07s; }
.manifeste .ln:nth-child(3) span.inner { transition-delay: .14s; }
.manifeste .ln:nth-child(4) span.inner { transition-delay: .21s; }
.manifeste .ln:nth-child(5) span.inner { transition-delay: .28s; }

.stats { display: flex; flex-wrap: wrap; gap: clamp(2rem, 6vw, 5rem); border-top: 1px solid var(--hair-soft); padding-top: 2.4rem; }
.stat { display: flex; flex-direction: column; gap: .3rem; }
.stat__num { font-family: var(--f-disp); font-size: clamp(2.6rem, 6vw, 4.2rem); line-height: 1; color: var(--brass); font-weight: 500; }
.stat__num--text { font-style: italic; }
.stat__lbl { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: var(--bone-dim); }

/* Ornement barbier */
.orn { display: flex; align-items: center; gap: 1.2rem; margin-top: clamp(2.5rem, 6vw, 4rem); }
.orn i { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--hair)); }
.orn i:last-child { background: linear-gradient(270deg, transparent, var(--hair)); }
.orn span { color: var(--brass-dp); font-size: 1.05rem; transform: rotate(-18deg); }

/* Statut Ouvert / Fermé en direct */
.status { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--f-mono); font-size: .74rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--bone); border: 1px solid var(--hair);
  background: oklch(0.15 0.018 22 / 0.5); padding: .4rem .85rem; border-radius: 999px; backdrop-filter: blur(3px); }
.status:empty { display: none; }
.status i { width: .55rem; height: .55rem; border-radius: 50%; flex: 0 0 auto; }
.status--open i { background: oklch(0.76 0.16 152); animation: livepulse 2.2s var(--ease-io) infinite; }
.status--closed i { background: oklch(0.6 0.18 25); }
@keyframes livepulse {
  0%, 100% { box-shadow: 0 0 0 0 oklch(0.76 0.16 152 / 0.45); }
  50% { box-shadow: 0 0 0 6px oklch(0.76 0.16 152 / 0); }
}
.infos__live { margin: 1.1rem 0 0; }

/* =====================================================
   SECTIONS GÉNÉRIQUES
   ===================================================== */
section { position: relative; }
.section--ink { background: var(--ink); padding-block: clamp(5rem, 11vw, 8.5rem); }
.section--cream { background: var(--cream); color: var(--ink-text); padding-block: clamp(5rem, 11vw, 8.5rem); }
.section--wine { background: var(--wine-deep); padding-block: clamp(5rem, 11vw, 8.5rem); }

/* =====================================================
   PRESTATIONS
   ===================================================== */
.services__grid { display: grid; grid-template-columns: 0.85fr 1.3fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: start; }
.services__aside { position: sticky; top: 110px; }
.services__aside .h-display { margin: 0 0 1.3rem; }
.services__note { color: var(--bone-dim); max-width: 32ch; margin-bottom: 2rem; }

.price { border-top: 1px solid var(--hair-soft); }
.price__row { position: relative; display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 1rem 1.4rem;
  padding: 1.5rem 0; border-bottom: 1px solid var(--hair-soft); transition: padding-left .5s var(--ease); }
.price__idx { font-family: var(--f-mono); font-size: .76rem; color: var(--brass-dp); letter-spacing: .05em; }
.price__name { font-family: var(--f-body); font-weight: 600; font-size: clamp(1.15rem, 2.2vw, 1.55rem); letter-spacing: -.01em; color: var(--bone); }
.price__desc { grid-column: 2; font-size: .9rem; color: var(--bone-dim); }
.price__val { font-family: var(--f-mono); font-weight: 500; font-size: clamp(1.3rem,2.4vw,1.8rem); color: var(--brass); align-self: center; }
.price__val::after { content: " €"; font-size: .6em; color: var(--bone-dim); }
.price__row::after { content:""; position:absolute; left:0; bottom:-1px; height:1px; width:0; background: var(--brass); transition: width .6s var(--ease); }
.price__row:hover { padding-left: .8rem; }
.price__row:hover::after { width: 100%; }
.price__row:hover .price__name { color: var(--brass-br); }
.price__row--star .price__name { color: var(--brass); }
.price__row--star .price__val { color: var(--brass-br); }
.price__row--star::before { content: "★"; position: absolute; right: 0; top: .9rem; font-size: .7rem; color: var(--brass); }
.price__name::after { content: "→"; margin-left: .55rem; color: var(--brass); display: inline-block; opacity: 0; transform: translateX(-8px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.price__row:hover .price__name::after { opacity: 1; transform: none; }

.services__foot { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; margin-top: 3rem; padding-top: 1.6rem; border-top: 1px solid var(--hair-soft);
  font-family: var(--f-mono); font-size: .78rem; letter-spacing: .04em; color: var(--bone-dim); text-transform: uppercase; }

/* reveal stagger for rows */
.js .reveal-row { transition-property: opacity, transform; }

/* =====================================================
   GALERIE — bande horizontale épinglée
   ===================================================== */
.gallery { background: var(--ink); position: relative; }
.gallery__pin { position: relative; padding-block: clamp(4rem, 9vw, 7rem); }
.gtrack {
  display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 1.9rem);
  padding-inline: clamp(1.2rem, 5vw, 3.2rem);
  overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none;
}
.gtrack::-webkit-scrollbar { display: none; }

.gpanel { flex: 0 0 auto; scroll-snap-align: center; }
.gpanel--intro { width: min(82vw, 440px); padding-right: 1rem; }
.gpanel--intro .h-display { margin: .4rem 0 1.5rem; }
.gpanel__hint { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .2em; font-size: .72rem; color: var(--bone-dim); }
.gpanel__hint i { color: var(--brass); font-style: normal; display: inline-block; animation: nudge 1.6s var(--ease-io) infinite; }
@keyframes nudge { 0%,100% { transform: translateX(0); } 50% { transform: translateX(7px); } }

.gframe {
  flex: 0 0 auto; scroll-snap-align: center; position: relative; overflow: hidden;
  border: 0; padding: 0; cursor: pointer; background: var(--ink-2); border-radius: 3px;
  width: clamp(260px, 30vw, 440px); height: min(64vh, 580px);
  transform: perspective(1000px); transition: transform .5s var(--ease);
}
.gframe--tall { height: min(72vh, 660px); }
.gframe--wide { width: clamp(320px, 42vw, 620px); }
.gframe img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); transition: filter .6s; will-change: transform; }
.gframe video { width: 100%; height: 100%; object-fit: cover; display: block; background: var(--ink-2); }
.gframe--video .gframe__tag i { color: var(--brass-br); }
.gframe:hover img { filter: saturate(1.08); }
.gframe__tag {
  position: absolute; left: 1rem; bottom: 1rem; font-family: var(--f-mono); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--cream); background: oklch(0.29 0.085 16 / 0.8); border: 1px solid var(--hair); padding: .42rem .8rem; border-radius: 2px; backdrop-filter: blur(2px);
}
.gframe__tag i { color: var(--brass-br); font-style: normal; margin-right: .55rem; }

.gpanel--cta { width: min(80vw, 400px); display: grid; gap: 1.1rem; align-content: center; padding-left: 1rem; }
.gpanel__cta-h { font-family: var(--f-disp); font-weight: 700; font-size: clamp(1.9rem, 3.6vw, 2.8rem); line-height: 1.04; color: var(--bone); }
.gpanel__cta-h em { font-style: italic; color: var(--brass); }
.gpanel--cta p { color: var(--bone-dim); font-size: .95rem; margin: 0; }
.gpanel--cta .btn { width: max-content; }

.gallery__count { position: absolute; right: clamp(1.2rem, 5vw, 3.2rem); bottom: 2.2rem; font-family: var(--f-mono); font-size: .82rem; letter-spacing: .12em; color: var(--bone-dim); margin: 0; }
.gallery__count span { color: var(--brass); }
.gallery__count i { font-style: normal; margin: 0 .45rem; color: var(--brass-dp); }
.gallery__rail { position: absolute; left: clamp(1.2rem, 5vw, 3.2rem); right: clamp(1.2rem, 5vw, 3.2rem); bottom: 1.5rem; height: 1px; background: var(--hair-soft); }
.gallery__rail span { display: block; height: 100%; width: 0; background: var(--brass); }

/* Épinglage horizontal (desktop, mouvement autorisé) */
@media (min-width: 760px) and (prefers-reduced-motion: no-preference) {
  .gallery.pin .gallery__pin { position: sticky; top: 0; height: 100vh; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding-block: 0; }
  .gallery.pin .gtrack { overflow: visible; scroll-snap-type: none; will-change: transform; }
  .gallery.pin .gframe, .gallery.pin .gpanel { scroll-snap-align: none; }
  .gallery.pin .gframe:nth-of-type(odd) { rotate: -0.5deg; }
  .gallery.pin .gframe:nth-of-type(even) { rotate: 0.55deg; }
  .gallery.pin .gframe:hover { rotate: 0deg; transition: rotate .5s var(--ease); }
}

/* =====================================================
   LA MAISON
   ===================================================== */
.maison__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5.5rem); align-items: center; }
.maison__media { margin: 0; overflow: hidden; border-radius: 3px; aspect-ratio: 4 / 5; }
.maison__media img { width: 100%; height: 100%; object-fit: cover; }
.maison__text .h-display { color: var(--ink-text); margin: 0 0 1.6rem; }
.maison__text .h-display em { color: var(--wine); }
.maison__text p { color: var(--ink-dim); max-width: 46ch; }
.maison__text em { color: var(--wine); font-style: italic; }
.checks { margin-top: 1.8rem; display: grid; gap: .7rem; }
.checks li { position: relative; padding-left: 2rem; color: var(--ink-text); font-size: .98rem; }
.checks li::before { content: ""; position: absolute; left: 0; top: .55em; width: 1rem; height: 1px; background: var(--wine); }

/* =====================================================
   AVIS
   ===================================================== */
.praise { background: var(--ink); padding-block: clamp(5rem, 12vw, 9rem); }
.praise__in { max-width: 64rem; margin: 0 auto; text-align: center; }
.praise__stars { color: var(--brass); letter-spacing: 5px; font-size: 1rem; margin: 0 0 1.3rem; }
.praise__stars b { font-family: var(--f-mono); font-weight: 500; font-size: .85rem; letter-spacing: .06em; color: var(--bone); margin-left: .7rem; }
.praise__lead { font-family: var(--f-disp); font-weight: 500; font-size: clamp(2rem, 6vw, 4.4rem); line-height: 1.06; letter-spacing: -.01em; color: var(--bone); margin: 0; }
.praise__lead em { font-style: italic; color: var(--brass); }
.praise__lead .ln { display: block; }
.praise__by { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; color: var(--brass-br); margin: 1.6rem 0 0; }
.praise__by span { color: var(--bone-dim); }
.praise__row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3.5vw, 2.6rem); margin-top: clamp(3rem, 7vw, 5rem); text-align: left; }
.mini { margin: 0; padding-top: 1.4rem; border-top: 1px solid var(--hair-soft); }
.mini__stars { color: var(--brass); letter-spacing: 2px; margin-bottom: .7rem; font-size: .85rem; }
.mini p { font-family: var(--f-body); font-style: italic; font-size: 1.02rem; line-height: 1.55; color: var(--bone); margin: 0 0 .8rem; }
.mini figcaption { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; color: var(--bone-dim); }
.praise__note { margin-top: 2.8rem; font-size: .78rem; color: var(--bone-dim); }
.praise__note a { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .1em; color: var(--brass-br); border-bottom: 1px solid var(--hair); padding-bottom: 3px; }
.praise__note a:hover { border-color: var(--brass); }

/* =====================================================
   INFOS & ACCÈS
   ===================================================== */
.infos__in { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: start; }
.infos__lead .h-display { color: var(--cream); margin: 0 0 2.4rem; }
.infos__lead .h-display em { color: var(--brass); }
.infos__cols { display: grid; grid-template-columns: auto 1fr; gap: clamp(2rem, 5vw, 4rem); }
.infos__sub { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; color: var(--brass-br); margin: 0 0 1rem; display: flex; gap: .6rem; align-items: center; }
.hours { border-collapse: collapse; font-family: var(--f-mono); }
.hours th, .hours td { padding: .42rem 0; font-size: .9rem; font-weight: 400; border-bottom: 1px solid var(--hair-soft); }
.hours th { color: var(--bone-dim); text-align: left; padding-right: 2.5rem; text-transform: uppercase; letter-spacing: .08em; }
.hours td { color: var(--cream); text-align: right; }
.hours .off td { color: var(--brass); }
.hours tr.today th { color: var(--brass-br); font-weight: 600; }
.hours tr.today th::before { content: "▸ "; color: var(--brass); }
.hours tr.today td { color: var(--brass-br); font-weight: 600; }
.coord { display: grid; gap: 1rem; }
.coord li { display: grid; gap: .15rem; }
.coord__k { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; color: var(--bone-dim); }
.coord__v { color: var(--cream); font-size: 1.02rem; }
a.coord__v { color: var(--brass-br); width: max-content; border-bottom: 1px solid var(--hair); }
a.coord__v:hover { border-color: var(--brass); }
.infos__cta { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 1.8rem; }

.infos__visual { display: grid; gap: clamp(1rem, 2vw, 1.4rem); }
.infos__shot { margin: 0; overflow: hidden; border-radius: 3px; aspect-ratio: 4 / 3; }
.infos__shot img { width: 100%; height: 100%; object-fit: cover; }
.infos__map { border-radius: 3px; overflow: hidden; border: 1px solid var(--hair); aspect-ratio: 16 / 9; background: var(--ink-2); }
.infos__map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.3) contrast(1.05); }
.infos__maplink { font-family: var(--f-mono); font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; color: var(--brass-br); width: max-content; border-bottom: 1px solid var(--hair); padding-bottom: 3px; }
.infos__maplink:hover { border-color: var(--brass); }

.tag-todo { font-family: var(--f-mono); font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; background: var(--wine); color: var(--cream); padding: .15rem .5rem; border-radius: 2px; vertical-align: middle; }

/* =====================================================
   FOOTER
   ===================================================== */
.footer { background: var(--ink); padding-top: clamp(4rem, 8vw, 6rem); overflow: hidden; }
.footer__top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 2.5rem; padding-bottom: 3rem; }
.footer__brand p { color: var(--bone-dim); font-size: .92rem; margin-top: 1.2rem; }
.footer__nav { display: grid; gap: .6rem; align-content: start; }
.footer__nav a { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; color: var(--bone-dim); width: max-content; }
.footer__nav a:hover { color: var(--brass-br); }
.footer__contact { display: grid; gap: .7rem; align-content: start; }
.footer__phone { font-family: var(--f-body); font-weight: 600; font-size: 1.45rem; letter-spacing: .01em; color: var(--brass-br); }
.footer__contact > span { font-family: var(--f-mono); font-size: .76rem; color: var(--bone-dim); letter-spacing: .04em; }
.socials { display: flex; gap: 1.2rem; margin-top: .4rem; }
.socials a { font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .1em; font-size: .72rem; color: var(--bone-dim); border-bottom: 1px solid var(--hair); padding-bottom: 3px; }
.socials a:hover { color: var(--brass-br); }

.footer__word { font-family: var(--f-disp); font-weight: 700; font-size: clamp(3rem, 15vw, 13rem); line-height: .8; letter-spacing: -.02em; white-space: nowrap; text-align: center;
  color: transparent; -webkit-text-stroke: 1px var(--hair); margin: 1rem 0 -.12em; user-select: none;
  transition: color .8s var(--ease), -webkit-text-stroke-color .8s var(--ease); }
.footer__word:hover { color: oklch(0.29 0.085 16 / 0.5); -webkit-text-stroke-color: var(--brass-dp); }

.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; padding-block: 1.4rem; border-top: 1px solid var(--hair-soft);
  font-family: var(--f-mono); font-size: .72rem; color: var(--bone-dim); letter-spacing: .04em; }
.footer__bottom a { color: var(--brass-br); }

/* =====================================================
   MOBILE BAR / LIGHTBOX / TOTOP
   ===================================================== */
.mobile-bar { display: none; }
.totop { position: fixed; right: 1.4rem; bottom: 1.6rem; z-index: 200; width: 3.3rem; height: 3.3rem; padding: 0;
  background: transparent; border: 0; cursor: pointer; display: grid; place-items: center;
  opacity: 0; transform: translateY(12px); transition: opacity .4s var(--ease), transform .4s var(--ease); }
.totop.show { opacity: 1; transform: none; }
.totop__ring { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.totop__bg { fill: var(--wine); stroke: var(--hair-soft); stroke-width: 1.5; }
.totop__bar { fill: none; stroke: var(--brass); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 125.6; stroke-dashoffset: 125.6; }
.totop__arrow { position: relative; color: var(--cream); font-size: 1.05rem; line-height: 1; }

.lightbox { position: fixed; inset: 0; z-index: 600; background: oklch(0.12 0.015 22 / 0.94); display: grid; place-items: center; padding: 4vw; opacity: 0; animation: fade .3s var(--ease) forwards; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: 3px; border: 1px solid var(--hair); box-shadow: 0 40px 120px oklch(0 0 0 / 0.6); animation: pop .5s var(--ease); }
.lightbox__close { position: absolute; top: 1.2rem; right: 1.4rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; background: var(--wine); color: var(--cream); border: 1px solid var(--brass); cursor: pointer; font-size: 1.1rem; }
@keyframes fade { to { opacity: 1; } }
@keyframes pop { from { transform: scale(.96); opacity: 0; } }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media (max-width: 960px) {
  .services__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .services__aside { position: static; }
  .maison__in { grid-template-columns: 1fr; }
  .maison__media { max-width: 30rem; aspect-ratio: 4/5; }
  .infos__in { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .header__cta { display: none; }

  /* ----- Menu plein écran (révélation en cercle depuis le burger) ----- */
  .header.nav-open { background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom-color: transparent; }
  .nav {
    display: flex; flex-direction: column; gap: 0; counter-reset: navi;
    position: fixed; inset: 0; margin: 0; padding: 5.5rem clamp(1.4rem, 7vw, 3rem) 2.2rem;
    background:
      radial-gradient(120% 90% at 85% 8%, oklch(0.29 0.085 16 / 0.9), transparent 62%),
      var(--ink);
    clip-path: circle(0% at 88% 4%);
    visibility: hidden; pointer-events: none;
    transition: clip-path .65s var(--ease-io), visibility 0s .65s;
  }
  .header.nav-open .nav {
    clip-path: circle(160% at 88% 4%);
    visibility: visible; pointer-events: auto;
    transition: clip-path .8s var(--ease-io);
  }
  .nav::before { content: ""; margin-top: auto; }

  .nav > a {
    font-family: var(--f-disp); text-transform: none; letter-spacing: 0;
    font-size: clamp(2.1rem, 8.5vw, 3.2rem); line-height: 1.1; color: var(--bone);
    display: flex; align-items: baseline; gap: 1.1rem;
    padding: 1.05rem 0; border-bottom: 1px solid var(--hair-soft);
    opacity: 0; transform: translateY(38px);
    transition: opacity .45s var(--ease), transform .55s var(--ease);
  }
  .nav > a::before { counter-increment: navi; content: "0" counter(navi); font-family: var(--f-mono); font-size: .72rem; letter-spacing: .1em; color: var(--brass); flex: 0 0 auto; }
  .nav > a::after { display: none; }
  .nav > a.is-active { color: var(--brass-br); }
  .header.nav-open .nav > a { opacity: 1; transform: none; }
  .header.nav-open .nav > a:nth-of-type(1) { transition-delay: .28s; }
  .header.nav-open .nav > a:nth-of-type(2) { transition-delay: .36s; }
  .header.nav-open .nav > a:nth-of-type(3) { transition-delay: .44s; }
  .header.nav-open .nav > a:nth-of-type(4) { transition-delay: .52s; }

  .nav__foot {
    display: grid; gap: .35rem; justify-items: start; margin-top: auto; padding-top: 2.4rem;
    opacity: 0; transform: translateY(24px);
    transition: opacity .45s var(--ease), transform .55s var(--ease);
  }
  .header.nav-open .nav__foot { opacity: 1; transform: none; transition-delay: .62s; }
  .nav .nav__tel { font-family: var(--f-disp); font-weight: 700; font-size: 1.7rem; letter-spacing: 0; text-transform: none; color: var(--brass-br); padding: 0; border: 0; opacity: 1; transform: none; }
  .nav .nav__tel::before, .nav .nav__tel::after { display: none; content: none; }
  .nav__addr { font-family: var(--f-mono); font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--bone-dim); }

  /* Burger rond, au-dessus de l'overlay */
  .brand { position: relative; z-index: 2; }
  .burger {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
    margin-left: auto; position: relative; z-index: 2;
    width: 50px; height: 50px; border: 1px solid var(--hair); border-radius: 50%;
    background: oklch(0.15 0.018 22 / 0.45); backdrop-filter: blur(4px);
    transition: border-color .4s, background .4s;
  }
  .burger span { margin: 0; }
  .header.nav-open .burger { border-color: var(--brass); }
  .header.nav-open .burger span:nth-child(1) { transform: translateY(3.75px) rotate(45deg); }
  .header.nav-open .burger span:nth-child(2) { transform: translateY(-3.75px) rotate(-45deg); }

  body { padding-bottom: 60px; }
  .mobile-bar { display: grid; grid-template-columns: 1fr 1fr; position: fixed; bottom: 0; left: 0; right: 0; z-index: 250; }
  .mobile-bar__btn { text-align: center; padding: 1.05rem; font-family: var(--f-mono); text-transform: uppercase; letter-spacing: .1em; font-size: .82rem; }
  .mobile-bar__btn--call { background: var(--wine); color: var(--cream); }
  .mobile-bar__btn--wa { background: var(--brass); color: var(--ink); }
  .totop { bottom: 72px; }

  .gframe { width: 80vw; height: 54vh; }
  .gframe--tall { height: 54vh; }
  .gframe--wide { width: 88vw; }
  .gpanel--intro, .gpanel--cta { width: 80vw; }
  .gallery__count { bottom: 1.2rem; }

  .infos__cols { grid-template-columns: 1fr; }
  .praise__row { grid-template-columns: 1fr; }
  .footer__top { grid-template-columns: 1fr; gap: 2rem; }
  .hero { align-items: center; }
  .hero__in { padding-block: 6rem 3rem; }
  .hero__title { font-size: clamp(3.4rem, 15vw, 6.5rem); margin-bottom: 1rem; }
  .hero__scroll { display: none; }

  /* Méta du hero : une info par ligne */
  .hero__meta { display: grid; justify-items: start; gap: .75rem; }
  .hero__meta .dot { display: none; }

  /* Horaires & coordonnées : pleine largeur */
  .hours { width: 100%; }
  .coord li { border-bottom: 1px solid var(--hair-soft); padding-bottom: .85rem; }
  .coord li:last-child { border-bottom: 0; }
}

@media (max-width: 420px) {
  .hero__title { font-size: clamp(3.4rem, 22vw, 5.8rem); }
  .stats { gap: 1.6rem 2.5rem; }
}

/* =====================================================
   RÉDUCTION DE MOUVEMENT
   ===================================================== */
@media (prefers-reduced-motion: reduce) {
  html, .js html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .js .reveal-up, .js .reveal-row { opacity: 1 !important; transform: none !important; }
  .js .reveal-clip { clip-path: none !important; }
  .loader { display: none; }
  .grain, .cursor, .hero__scroll i::after { display: none; }
  .hero__media { inset: 0; }
  .hero__media img { height: 100%; }
  .hero__title .word, .hero__title .ch, .manifeste .ln span.inner { transform: none !important; }
  .js .hero__title .word--accent { clip-path: none !important; }
  .hero__media img { animation: none !important; }
  .marquee__track { animation: none; }
}

/* Si JS désactivé, tout reste visible (pas de .js sur <html>) */
.no-loader .loader { display: none; }
