/* ============================================================
   BEAUTY CHIC — Salon de coiffure afro · Paris 10e
   Palette inspirée des leaders parisiens de la beauté afro :
   crème + espresso + or/champagne, accent bordeaux (perruques)
   Mobile-first.
   ============================================================ */

:root {
  /* Couleurs */
  --cream: #f6efe4;
  --cream-2: #efe6d6;
  --card: #fdf9f1;
  --ink: #1b120b;
  --ink-2: #40311f;
  --muted: #7d6c56;
  --line: rgba(27, 18, 11, 0.14);

  --gold: #b9893f;
  --gold-2: #d8b269;
  --champagne: #ecd9ae;

  --wine: #5d1220;
  --wine-2: #7a1a2b;

  --dark: #171009;
  --dark-2: #241a10;
  --cream-on-dark: #f4ebdc;
  --success: #3e7d54;

  /* Typo */
  --serif: "Playfair Display", "Georgia", serif;
  --sans: "Poppins", "Helvetica Neue", sans-serif;

  --header-h: 72px;
  --radius: 18px;
  --shadow: 0 18px 48px -18px rgba(27, 18, 11, 0.28);
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
section { scroll-margin-top: calc(var(--header-h) + 8px); }

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- Conteneurs ---------- */
.container { width: min(1140px, 92vw); margin-inline: auto; }
.container-wide { width: min(1440px, 95vw); margin-inline: auto; }
.container-narrow { width: min(780px, 92vw); margin-inline: auto; }

.section { padding: clamp(4rem, 9vw, 7rem) 0; }

/* ---------- Typographie ---------- */
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.12; }

h2 {
  font-size: clamp(1.9rem, 4.6vw, 3.1rem);
  letter-spacing: -0.01em;
  max-width: 21ch;
}

.eyebrow {
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1px;
  background: var(--gold);
  vertical-align: middle;
  margin-right: 0.8rem;
}
.eyebrow-light { color: var(--champagne); }
.eyebrow-light::before { background: var(--champagne); }

.section-intro {
  margin-top: 1.1rem;
  max-width: 54ch;
  color: var(--ink-2);
}

/* ---------- Boutons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55em;
  min-height: 48px;
  padding: 0.75em 1.7em;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn svg { width: 1.15em; height: 1.15em; flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-gold {
  background: linear-gradient(120deg, var(--gold) 0%, var(--gold-2) 55%, var(--gold) 100%);
  background-size: 180% auto;
  color: var(--dark);
  box-shadow: 0 10px 26px -10px rgba(185, 137, 63, 0.7);
}
.btn-gold:hover { background-position: right center; }

.btn-ghost {
  border: 1px solid rgba(244, 235, 220, 0.5);
  color: var(--cream-on-dark);
  backdrop-filter: blur(4px);
  background: rgba(23, 16, 9, 0.25);
}
.btn-ghost:hover { border-color: var(--cream-on-dark); background: rgba(23, 16, 9, 0.45); }

.btn-outline { border: 1.5px solid var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); }

.btn-dark { background: var(--ink); color: var(--cream); }
.btn-dark:hover { background: var(--ink-2); }

.btn-cream { background: var(--cream); color: var(--wine); font-weight: 600; }
.btn-cream:hover { background: #fff; }

.btn-small { min-height: 40px; padding: 0.5em 1.25em; font-size: 0.88rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 60;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, color 0.35s ease;
  color: var(--cream-on-dark);
}
.site-header.scrolled {
  background: rgba(246, 239, 228, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--ink);
  box-shadow: 0 6px 24px -14px rgba(27, 18, 11, 0.4);
}

.header-inner {
  width: min(1360px, 94vw);
  margin-inline: auto;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: var(--dark);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  flex: none;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name {
  font-family: var(--serif);
  font-size: 1.18rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.brand-sub {
  font-size: 0.66rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  opacity: 0.75;
}
@media (max-width: 480px) {
  .brand-name { font-size: 1.02rem; }
  .brand-sub { font-size: 0.55rem; letter-spacing: 0.15em; }
}

.main-nav { display: none; }

.header-actions { display: flex; align-items: center; gap: 0.9rem; }

.lang-switch {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  opacity: 0.9;
}
.lang-switch button {
  padding: 0.35em 0.4em;
  min-width: 34px;
  min-height: 34px;
  opacity: 0.55;
  font-weight: 500;
}
.lang-switch button.is-active {
  opacity: 1;
  border-bottom: 1.5px solid var(--gold);
}

.header-book { display: none; }

.nav-toggle {
  display: grid;
  gap: 5px;
  padding: 10px;
  min-width: 44px;
  min-height: 44px;
  place-content: center;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Menu mobile plein écran */
@media (max-width: 899.98px) {
  .main-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.4rem;
    padding: calc(var(--header-h) + 1rem) 8vw 3rem;
    background: linear-gradient(160deg, var(--dark) 0%, var(--dark-2) 100%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
  }
  body.nav-open .main-nav { opacity: 1; visibility: visible; z-index: 55; }
  body.nav-open { overflow: hidden; }
  body.nav-open .site-header { color: var(--cream-on-dark); background: transparent; box-shadow: none; }

  .main-nav > a {
    font-family: var(--serif);
    font-size: clamp(1.7rem, 7vw, 2.4rem);
    color: var(--cream-on-dark);
    text-decoration: none;
    padding: 0.35rem 0;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  body.nav-open .main-nav > a { opacity: 1; transform: none; }
  body.nav-open .main-nav > a:nth-child(1) { transition-delay: 0.05s; }
  body.nav-open .main-nav > a:nth-child(2) { transition-delay: 0.1s; }
  body.nav-open .main-nav > a:nth-child(3) { transition-delay: 0.15s; }
  body.nav-open .main-nav > a:nth-child(4) { transition-delay: 0.2s; }
  body.nav-open .main-nav > a:nth-child(5) { transition-delay: 0.25s; }
  body.nav-open .main-nav > a:nth-child(6) { transition-delay: 0.3s; }
  .main-nav .nav-extra { margin-top: 1.4rem; opacity: 0; transition: opacity 0.4s ease 0.35s; }
  body.nav-open .main-nav .nav-extra { opacity: 1; }
}

@media (min-width: 900px) {
  .main-nav {
    display: flex;
    align-items: center;
    gap: clamp(1.1rem, 2.2vw, 2rem);
  }
  .main-nav > a {
    font-size: 0.92rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-decoration: none;
    opacity: 0.9;
    position: relative;
    padding: 0.4rem 0;
  }
  .main-nav > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
  }
  .main-nav > a:hover::after { transform: scaleX(1); transform-origin: left; }
  .main-nav .nav-extra { margin-left: 0.5rem; }
  .nav-toggle { display: none; }
}

/* ---------- Héro ---------- */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--cream-on-dark);
  overflow: hidden;
  background: var(--dark);
}
.hero-media {
  position: absolute;
  inset: -8% 0;
  will-change: transform;
}
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 65% 30%;
}

/* Diaporama du héro : fondu croisé + zoom lent (Ken Burns) */
.hero-slide {
  opacity: 0;
  transition: opacity 1.8s ease;
}
.hero-slide.is-active { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .hero-slide.is-active { animation: kenburns 9s ease-out forwards; }
}
@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(200deg, rgba(23, 16, 9, 0.1) 0%, rgba(23, 16, 9, 0.55) 62%, rgba(23, 16, 9, 0.86) 100%),
    radial-gradient(90% 60% at 20% 85%, rgba(23, 16, 9, 0.62) 0%, transparent 100%);
}

.hero-content {
  position: relative;
  width: min(1140px, 92vw);
  margin-inline: auto;
  padding: calc(var(--header-h) + 3rem) 0 clamp(4.5rem, 10vh, 7rem);
}

.hero-eyebrow {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--champagne);
  margin-bottom: 1.2rem;
}

.hero-title {
  font-size: clamp(2.7rem, 9.5vw, 5.6rem);
  font-weight: 500;
  letter-spacing: -0.015em;
  max-width: 14ch;
}
.hero-title em {
  font-style: italic;
  background: linear-gradient(100deg, var(--gold-2), var(--champagne));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  margin-top: 1.3rem;
  max-width: 46ch;
  font-size: clamp(0.98rem, 2.5vw, 1.1rem);
  color: rgba(244, 235, 220, 0.88);
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-badges {
  list-style: none;
  padding: 0;
  margin-top: 2.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.hero-badges li {
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  padding: 0.5em 1.1em;
  border: 1px solid rgba(244, 235, 220, 0.28);
  border-radius: 999px;
  background: rgba(23, 16, 9, 0.35);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.hero-badges strong { color: var(--gold-2); font-weight: 600; }

.hero-scroll {
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 42px;
  border: 1.5px solid rgba(244, 235, 220, 0.4);
  border-radius: 999px;
  display: none;
}
.hero-scroll span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 3px;
  height: 8px;
  margin-left: -1.5px;
  border-radius: 3px;
  background: var(--gold-2);
  animation: scrollHint 2.2s ease-in-out infinite;
}
@keyframes scrollHint {
  0%, 100% { transform: translateY(0); opacity: 1; }
  60% { transform: translateY(12px); opacity: 0.2; }
}
@media (min-width: 900px) {
  .hero-scroll { display: block; }
  .hero { align-items: center; }
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--dark);
  color: var(--champagne);
  border-top: 1px solid rgba(236, 217, 174, 0.14);
  overflow: hidden;
  padding: 0.95rem 0;
}
.marquee-track {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee-track span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 1.05rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.marquee-track i { color: var(--gold); font-style: normal; font-size: 0.7rem; }
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ---------- Prestations ---------- */
.services { background: var(--cream); }

.services-grid {
  margin-top: clamp(2.2rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) { .services-grid { grid-template-columns: 1fr 1fr; gap: 1.2rem; } }
@media (min-width: 1024px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }

.service-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.7rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(185, 137, 63, 0.45);
}

.service-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(185, 137, 63, 0.16), rgba(216, 178, 105, 0.28));
  color: var(--gold);
  margin-bottom: 0.4rem;
}
.service-icon svg { width: 26px; height: 26px; }

.service-card h3 { font-size: 1.22rem; }
.service-card p { font-size: 0.9rem; color: var(--ink-2); flex: 1; }

.service-price {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  border-top: 1px dashed var(--line);
  padding-top: 0.8rem;
  margin-top: 0.2rem;
}

.services-note {
  margin-top: 2rem;
  font-size: 0.82rem;
  color: var(--muted);
  max-width: 62ch;
}

/* ---------- Bande perruques ---------- */
.wig-band {
  position: relative;
  background: var(--wine);
  color: var(--cream-on-dark);
  overflow: hidden;
}
.wig-media { position: absolute; inset: 0; }
.wig-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
}
.wig-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(92deg,
    rgba(70, 10, 22, 0.96) 0%,
    rgba(70, 10, 22, 0.88) 42%,
    rgba(70, 10, 22, 0.45) 72%,
    rgba(70, 10, 22, 0.22) 100%);
}
.wig-content {
  position: relative;
  padding: clamp(4rem, 9vw, 6.5rem) 0;
  max-width: none;
}
.wig-content h2 { max-width: 18ch; }
.wig-content > p {
  margin-top: 1.1rem;
  max-width: 50ch;
  color: rgba(244, 235, 220, 0.9);
}
.wig-points {
  list-style: none;
  padding: 0;
  margin: 1.6rem 0 2rem;
  display: grid;
  gap: 0.55rem;
  max-width: 46ch;
}
.wig-points li {
  display: flex;
  align-items: baseline;
  gap: 0.7rem;
  font-size: 0.95rem;
}
.wig-points li::before {
  content: "✦";
  color: var(--gold-2);
  font-size: 0.75rem;
  flex: none;
}
@media (min-width: 900px) {
  .wig-content { width: min(1140px, 92vw); }
  .wig-content h2, .wig-content > p, .wig-points { max-width: 52ch; }
}

/* ---------- Galerie ---------- */
.gallery { background: var(--cream-2); }

.gallery-grid {
  margin-top: clamp(2.2rem, 5vw, 3.5rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media (min-width: 768px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; } }

.gallery-item {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  padding: 0;
  display: block;
  background: var(--cream);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(23, 16, 9, 0.55) 0%, transparent 42%);
  opacity: 0.85;
  transition: opacity 0.4s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item:hover::after { opacity: 1; }

.gallery-tag {
  position: absolute;
  z-index: 1;
  left: 0.8rem;
  bottom: 0.8rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream-on-dark);
  padding: 0.35em 0.9em;
  border: 1px solid rgba(244, 235, 220, 0.35);
  border-radius: 999px;
  background: rgba(23, 16, 9, 0.4);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.gallery-cta { margin-top: 2.4rem; text-align: center; }

/* ---------- Le salon ---------- */
.about { background: var(--cream); overflow: hidden; }

.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}
@media (min-width: 900px) { .about-grid { grid-template-columns: 1.05fr 1fr; } }

.about-media { position: relative; padding-bottom: 3.5rem; }
.about-photo-main {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.about-photo-main img { width: 100%; height: auto; }
.about-photo-accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(46%, 240px);
  border-radius: 14px;
  overflow: hidden;
  border: 5px solid var(--cream);
  box-shadow: var(--shadow);
}
.about-photo-accent img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/5; }

.about-text h2 { margin-bottom: 0.2rem; }
.about-text p { margin-top: 1.1rem; color: var(--ink-2); max-width: 52ch; }

.about-stats {
  list-style: none;
  padding: 1.6rem 0 0;
  margin: 1.6rem 0 2rem;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem 1rem;
}
@media (min-width: 640px) { .about-stats { grid-template-columns: repeat(4, 1fr); } }

.about-stats li { display: flex; flex-direction: column; gap: 0.15rem; }
.about-stats strong {
  font-family: var(--serif);
  font-size: clamp(1.7rem, 4vw, 2.2rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}
.about-stats li > span:last-child {
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Bande citation ---------- */
.quote-band {
  position: relative;
  min-height: 64vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--dark);
  color: var(--cream-on-dark);
  text-align: center;
}
.quote-media { position: absolute; inset: -12% 0; will-change: transform; }
.quote-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.quote-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 16, 9, 0.66);
}
.quote-content { position: relative; z-index: 1; padding: clamp(4.5rem, 10vw, 7rem) 0; }
.quote-content blockquote p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.35rem, 3.6vw, 2.3rem);
  line-height: 1.35;
  max-width: 26ch;
  margin-inline: auto;
}
.quote-content cite {
  display: block;
  margin-top: 1.6rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-2);
}

/* ---------- Avis ---------- */
.reviews { background: var(--cream); text-align: center; }
.reviews .eyebrow::before { display: none; }
.reviews h2, .reviews .section-intro { margin-inline: auto; }
.reviews-score { color: var(--gold); white-space: nowrap; }

.slider {
  margin-top: clamp(2.2rem, 5vw, 3rem);
  max-width: 780px;
  margin-inline: auto;
  overflow: hidden;
}
.slider-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.review-card {
  flex: 0 0 100%;
  padding: 0 0.5rem;
}
.review-card p {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.15rem, 2.8vw, 1.5rem);
  line-height: 1.5;
  color: var(--ink);
  max-width: 34ch;
  margin-inline: auto;
}
.review-card figcaption {
  margin-top: 1.3rem;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}
.review-card figcaption span { color: var(--muted); font-weight: 400; letter-spacing: 0.06em; text-transform: none; }

.slider-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 2rem;
}
.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 1rem;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.slider-btn:hover { background: var(--ink); color: var(--cream); border-color: var(--ink); }

.slider-dots { display: flex; gap: 0.5rem; }
.slider-dots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 999px;
  background: var(--line);
  transition: width 0.3s ease, background-color 0.3s ease;
}
.slider-dots button.is-active { width: 26px; background: var(--gold); }

.reviews-link { margin-top: 2.2rem; font-size: 0.9rem; }
.reviews-link a { color: var(--ink-2); text-decoration-color: var(--gold); text-underline-offset: 4px; }
.reviews-link a:hover { color: var(--gold); }

/* ---------- FAQ ---------- */
.faq { background: var(--cream-2); }

.faq-list { margin-top: clamp(1.8rem, 4vw, 2.6rem); }
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.15rem 0.2rem;
  font-family: var(--serif);
  font-size: 1.12rem;
  font-weight: 500;
  min-height: 48px;
  -webkit-tap-highlight-color: transparent;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  flex: none;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--sans);
  font-weight: 400;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.faq-list details[open] summary::after {
  transform: rotate(45deg);
  background: var(--gold);
  color: var(--cream);
  border-color: var(--gold);
}
.faq-list details p {
  padding: 0 0.2rem 1.3rem;
  color: var(--ink-2);
  font-size: 0.94rem;
  max-width: 64ch;
}

/* ---------- Contact ---------- */
.contact { background: var(--cream); padding-bottom: 0; }

.contact-grid {
  margin-top: clamp(2.2rem, 5vw, 3.2rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}
@media (min-width: 900px) { .contact-grid { grid-template-columns: repeat(3, 1fr); } }

.contact-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.8rem 1.6rem;
}
.contact-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.contact-card > p a { text-decoration: none; color: var(--ink-2); }
.contact-card > p a:hover { color: var(--gold); }

.metro-list {
  list-style: none;
  padding: 1rem 0 0;
  display: grid;
  gap: 0.5rem;
  font-size: 0.88rem;
  color: var(--ink-2);
}
.metro-list li { display: flex; align-items: center; gap: 0.45rem; }
.metro {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  flex: none;
}
.m4 { background: #a0509f; }
.m5 { background: #de6f38; }
.m7 { background: #de9bb2; color: #3a2233; }
.m8 { background: #c5a3ce; color: #3a2233; }
.m9 { background: #b5bd25; color: #2f330f; }

.open-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.84rem;
  font-weight: 500;
  margin-bottom: 0.9rem;
}
.open-indicator .open-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--success);
  animation: pulse 1.8s ease-in-out infinite;
}
.open-indicator.is-closed .open-dot { background: #b0532f; animation: none; }
.open-indicator.is-closed { color: #8a4326; }
.open-indicator:not(.is-closed) { color: var(--success); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(62, 125, 84, 0.5); }
  60% { box-shadow: 0 0 0 7px rgba(62, 125, 84, 0); }
}

.hours-table { width: 100%; border-collapse: collapse; font-size: 0.93rem; }
.hours-table td { padding: 0.5rem 0; border-bottom: 1px dashed var(--line); color: var(--ink-2); }
.hours-table td:last-child { text-align: right; font-weight: 500; color: var(--ink); }
.hours-note { margin-top: 0.9rem; font-size: 0.8rem; color: var(--muted); }

.contact-actions { display: grid; gap: 0.7rem; }
.contact-actions .btn { width: 100%; font-size: 0.88rem; }
.contact-mail { margin-top: 1rem; font-size: 0.88rem; text-align: center; }
.contact-mail a { color: var(--ink-2); text-underline-offset: 3px; }

.contact-socials {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.1rem;
}
.contact-socials a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  color: var(--ink-2);
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.contact-socials a:hover { color: var(--gold); border-color: var(--gold); transform: translateY(-2px); }
.contact-socials svg { width: 20px; height: 20px; }

.map-wrap { line-height: 0; }
.map-wrap iframe {
  width: 100%;
  height: clamp(300px, 45vw, 430px);
  border: 0;
  filter: saturate(0.85) contrast(1.02);
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--dark);
  color: rgba(244, 235, 220, 0.82);
  padding: clamp(3rem, 7vw, 4.5rem) 0 1.6rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(244, 235, 220, 0.14);
}
@media (min-width: 700px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

.footer-brand .brand-mark { margin-bottom: 0.9rem; }
.footer-name {
  font-family: var(--serif);
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cream-on-dark);
}
.footer-tag { margin-top: 0.6rem; font-size: 0.85rem; max-width: 30ch; }

.footer-col h4 {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  margin-bottom: 0.9rem;
}
.footer-col p { font-size: 0.9rem; line-height: 1.9; }
.footer-col a { color: inherit; text-decoration: none; }
.footer-col a:hover { color: var(--gold-2); }

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.5rem;
  font-size: 0.75rem;
  color: rgba(244, 235, 220, 0.55);
}

/* ---------- Barre mobile ---------- */
.mobile-bar {
  position: fixed;
  z-index: 50;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  background: rgba(23, 16, 9, 0.96);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-top: 1px solid rgba(236, 217, 174, 0.16);
  padding-bottom: env(safe-area-inset-bottom);
}
.mobile-bar a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 60px;
  padding: 8px 4px;
  font-size: 0.66rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--cream-on-dark);
}
.mobile-bar svg { width: 21px; height: 21px; }
.mobile-bar .bar-book {
  background: linear-gradient(120deg, var(--gold), var(--gold-2));
  color: var(--dark);
  font-weight: 600;
}

body { padding-bottom: calc(60px + env(safe-area-inset-bottom)); }
@media (min-width: 900px) {
  .mobile-bar { display: none; }
  body { padding-bottom: 0; }
}

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 10, 6, 0.94);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 1rem;
}
.lightbox[hidden] { display: none; }
.lightbox figure {
  max-width: min(920px, 94vw);
  text-align: center;
}
.lightbox img {
  max-width: 100%;
  max-height: 78svh;
  border-radius: 12px;
  margin-inline: auto;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.8);
}
.lightbox figcaption {
  margin-top: 1rem;
  color: var(--champagne);
  font-size: 0.8rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lightbox-close,
.lightbox-arrow {
  position: absolute;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid rgba(244, 235, 220, 0.3);
  color: var(--cream-on-dark);
  background: rgba(23, 16, 9, 0.5);
  font-size: 1.05rem;
  transition: background-color 0.25s ease;
}
.lightbox-close:hover, .lightbox-arrow:hover { background: rgba(185, 137, 63, 0.4); }
.lightbox-close { top: max(1rem, env(safe-area-inset-top)); right: 1rem; }
.lightbox-prev { left: 0.7rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 0.7rem; top: 50%; transform: translateY(-50%); }

/* ---------- Animations d'apparition ---------- */
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.75s ease var(--d, 0s),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1) var(--d, 0s);
}
.reveal.in { opacity: 1; transform: none; }

/* ---------- Accessibilité : mouvement réduit ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .marquee-track { animation: none; flex-wrap: wrap; }
  .hero-scroll span { animation: none; }
  .open-indicator .open-dot { animation: none; }
  .slider-track { transition: none; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
