/* ═══════════════════════════════════════════
   New Attitude — Moody Premium (noir & or)
   ═══════════════════════════════════════════ */

:root {
  --bg: #080808;
  --bg-elevated: #111111;
  --bg-card: rgba(255, 255, 255, 0.03);
  --border: rgba(255, 255, 255, 0.08);
  --border-gold: rgba(201, 169, 98, 0.28);
  --gold: #c9a962;
  --gold-light: #e8d5a3;
  --gold-bright: #f5e6c8;
  --gold-dim: #9a8448;
  --text: #f5f3ee;
  --text-muted: rgba(245, 243, 238, 0.76);
  --text-dim: rgba(245, 243, 238, 0.55);
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Cormorant Garamond", "EB Garamond", Georgia, "Times New Roman", serif;
  /* UI & corps — Inter */
  --type-kicker: 0.78rem;
  --type-nav: clamp(0.9rem, 1.1vw, 0.98rem);
  --type-chip: 0.88rem;
  --type-btn: 0.95rem;
  --type-body: clamp(1.05rem, 1.5vw, 1.125rem);
  --type-body-sm: 1rem;
  --type-lead: clamp(1.15rem, 1.8vw, 1.35rem);
  --type-lead-lg: clamp(1.22rem, 2vw, 1.48rem);
  --type-lead-cine: clamp(1.1rem, 1.6vw, 1.25rem);
  /* Titres serif — plus grands & plus grasses */
  --type-h3: clamp(1.9rem, 4.2vw, 2.75rem);
  --type-h2: clamp(2.75rem, 6.5vw, 5.25rem);
  --type-h2-cine: clamp(2.5rem, 7vw, 5rem);
  --type-h1: clamp(3.25rem, 8.5vw, 6.25rem);
  --type-quote: clamp(1.85rem, 4.5vw, 3rem);
  --display-weight: 600;
  --display-weight-em: 600;
  --heading-lh: 1.05;
  --heading-track: -0.02em;
  --body-lh: 1.65;
  --lead-lh: 1.72;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-luxe: cubic-bezier(0.76, 0, 0.24, 1);
  --pad-x: clamp(1.5rem, 6vw, 4rem);
  --section: clamp(5.5rem, 14vw, 10rem);
  --topbar: 72px;
  --radius: 4px;
  --line: 1px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--bg);
}

body {
  font-family: var(--font-sans);
  font-size: var(--type-body);
  font-weight: 400;
  color: var(--text);
  background: var(--bg);
  line-height: var(--body-lh);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

::selection { background: var(--gold); color: var(--bg); }

/* Ancres — compensation header fixe */
#accueil,
#services,
#artiste,
#histoire,
#formules,
#portfolio,
#videos,
#temoignages,
#contact {
  scroll-margin-top: calc(var(--topbar) + 12px);
}

/* ── Atmosphère ── */
.grain {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.016;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
  z-index: 9999;
}

/* ── Topbar — Moody Premium ── */
.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--topbar);
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0 var(--pad-x);
  background: rgba(8, 8, 8, 0.72);
  backdrop-filter: blur(16px) saturate(1.1);
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  border-bottom: var(--line) solid var(--border);
  transition: background 0.5s var(--ease-out);
}

.topbar.is-scrolled {
  background: rgba(8, 8, 8, 0.96);
}

.topbar__brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-width: 0;
}

.topbar__logo {
  width: 40px;
  height: auto;
  filter: none;
  opacity: 1;
  transform: none;
  animation: none;
}

.topbar__name {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text);
  white-space: nowrap;
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.topbar__cta {
  display: none;
  white-space: nowrap;
}

@media (min-width: 900px) {
  .topbar__cta {
    display: inline-flex;
  }
}

.topbar__phone {
  flex-shrink: 0;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--text-muted);
  padding: 0.45rem 0.75rem;
  border: var(--line) solid var(--border);
  border-radius: var(--radius);
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.topbar__phone:hover {
  background: rgba(201, 169, 98, 0.08);
  border-color: var(--border-gold);
  color: var(--gold-light);
}

.topbar__scroll {
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.topbar__scroll::-webkit-scrollbar { display: none; }

.topbar__nav {
  display: flex;
  gap: 0;
  width: max-content;
  padding: 0.1rem 0;
}

.topbar__nav a {
  font-size: var(--type-nav);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--text-dim);
  padding: 0.5rem 0.85rem;
  white-space: nowrap;
  transition: color 0.35s;
  position: relative;
}

.topbar__nav a::after {
  content: "";
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width 0.35s var(--ease-out), left 0.35s var(--ease-out);
}

.topbar__nav a:hover {
  color: var(--gold-light);
}

.topbar__nav a:hover::after {
  width: 60%;
  left: 20%;
}

.topbar__menu {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: var(--line) solid var(--border);
  border-radius: 0;
}

.topbar__menu span {
  display: block;
  width: 14px;
  height: 1px;
  background: var(--text);
  transition: transform 0.4s var(--ease-luxe), opacity 0.3s;
}

.topbar__menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.topbar__menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.topbar__menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.drawer {
  position: fixed;
  inset: 0;
  z-index: 999;
  background: rgba(8, 8, 8, 0.98);
  backdrop-filter: blur(48px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s var(--ease-luxe), visibility 0.5s;
}

.drawer.open { opacity: 1; visibility: visible; }

.drawer a {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 7.5vw, 3.25rem);
  font-weight: var(--display-weight);
  letter-spacing: var(--heading-track);
  line-height: var(--heading-lh);
  color: var(--text);
  padding: 0.35rem 1rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.45s var(--ease-out), transform 0.45s var(--ease-out), color 0.3s;
}

.drawer.open a { opacity: 1; transform: none; }
.drawer.open a:nth-child(1) { transition-delay: 0.04s; }
.drawer.open a:nth-child(2) { transition-delay: 0.08s; }
.drawer.open a:nth-child(3) { transition-delay: 0.12s; }
.drawer.open a:nth-child(4) { transition-delay: 0.16s; }
.drawer.open a:nth-child(5) { transition-delay: 0.2s; }
.drawer.open a:nth-child(6) { transition-delay: 0.24s; }
.drawer.open a:nth-child(7) { transition-delay: 0.28s; }

.drawer a:hover { color: var(--gold); }

.drawer__phone {
  margin-top: 2rem !important;
  font-family: var(--font-sans) !important;
  font-size: var(--type-btn) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  border: var(--line) solid var(--border-gold) !important;
  color: var(--gold) !important;
}

/* ── Hero — empilé : intro puis visuel ── */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  overflow: hidden;
}

.hero--stacked {
  min-height: auto;
  padding: 0;
}

.hero__intro {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(480px, 72vh, 820px);
  padding: calc(var(--topbar) + clamp(1.5rem, 4vw, 2.5rem)) var(--pad-x) clamp(2rem, 5vw, 3rem);
  text-align: center;
  overflow: hidden;
  background: #000;
}

.hero__intro-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero__intro-bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__intro-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.03);
  animation: stageKenBurns 32s ease-in-out infinite alternate;
}

@keyframes stageKenBurns {
  from { transform: scale(1.03); }
  to { transform: scale(1.08); }
}

.hero__intro-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 50% 42%, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.72) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.2) 38%, rgba(0, 0, 0, 0.65) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, transparent 22%, transparent 78%, rgba(0, 0, 0, 0.45) 100%);
}

.hero__intro .hero__content {
  position: relative;
  z-index: 2;
  max-width: 44rem;
  margin-inline: auto;
}

.hero__intro .hero__actions {
  justify-content: center;
}

.hero--amber {
  background: var(--bg);
}

/* Portrait hero — pleine largeur, hauteur maximale pour le visage */
.hero__visual {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  min-height: clamp(640px, 140vw, 1500px);
  max-height: none;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transform: translateY(16px);
  animation: heroVisualIn 1.35s var(--ease-luxe) 1.1s forwards;
}

.hero__visual-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgb(9, 0, 0) 0%, rgba(255, 255, 255, 0) 18%, rgba(0, 0, 0, 0) 82%, rgb(0, 0, 0) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, transparent 14%, transparent 86%, rgba(0, 0, 0, 0.25) 100%);
}

@keyframes heroVisualIn {
  to { clip-path: inset(0 0 0 0); transform: none; }
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  will-change: transform;
}

.hero__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: none;
  animation: kenBurns 32s ease-in-out infinite alternate;
}

@keyframes kenBurns {
  from { transform: scale(1); }
  to { transform: scale(1.02); }
}

.hero__brand {
  margin-bottom: 1.5rem;
}

.hero__logo-link {
  display: inline-block;
  line-height: 0;
}

.hero__logo {
  width: min(78vw, 420px);
  height: auto;
  margin-inline: auto;
  filter:
    drop-shadow(0 10px 40px rgba(0, 0, 0, 0.65))
    drop-shadow(0 0 48px rgba(201, 169, 98, 0.2));
}

.hero--stacked .hero__logo {
  opacity: 0;
  transform: scale(0.96);
  animation: logoIn 1.2s var(--ease-luxe) 0.1s forwards;
}

@keyframes logoIn {
  to { opacity: 1; transform: scale(1); }
}

.hero--stacked .hero__prologue,
.hero--stacked .hero__title,
.hero--stacked .hero__lead,
.hero--stacked .hero__actions {
  opacity: 0;
  animation: fadeUp 1s var(--ease-out) forwards;
}

.hero--stacked .hero__prologue { animation-delay: 0.35s; }
.hero--stacked .hero__title { animation-delay: 0.5s; animation-duration: 1.1s; }
.hero--stacked .hero__lead { animation-delay: 0.68s; animation-duration: 1.1s; }
.hero--stacked .hero__actions { animation-delay: 0.86s; animation-duration: 1.1s; }

.hero__prologue {
  font-size: var(--type-kicker);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.25rem;
}

.hero__title {
  font-family: var(--font-display);
  font-size: var(--type-h1);
  font-weight: var(--display-weight);
  line-height: var(--heading-lh);
  letter-spacing: var(--heading-track);
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.8);
}

.hero__lead {
  font-size: var(--type-lead);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 auto 2rem;
  line-height: 1.7;
  max-width: 42ch;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.75);
}

.hero--stacked .hero__scroll {
  padding: 1rem var(--pad-x) 1.75rem;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 2.1s forwards;
}

.hero__title em {
  font-style: italic;
  font-weight: var(--display-weight-em);
  color: var(--gold-light);
}

.hero__scroll {
  margin-top: auto;
  padding-top: 3rem;
  font-size: var(--type-kicker);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--text-dim);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero__scroll::after {
  content: "";
  width: 1px;
  height: 40px;
  background: linear-gradient(var(--gold-dim), transparent);
  animation: scrollPulse 2.5s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.2; transform: scaleY(0.5); }
  50% { opacity: 0.8; transform: scaleY(1); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  font-size: var(--type-btn);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  border-radius: var(--radius);
  border: var(--line) solid transparent;
  transition: all 0.35s var(--ease-out);
  cursor: pointer;
}

.btn--sm {
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.88rem;
}

.btn--gold {
  color: var(--bg);
  background: var(--gold);
  border-color: var(--gold);
}

.btn--gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: 0 0 40px rgba(201, 169, 98, 0.2);
}

.btn--outline {
  color: var(--text);
  border-color: rgba(245, 243, 238, 0.35);
  background: transparent;
}

.btn--outline:hover {
  border-color: var(--gold);
  color: var(--gold-light);
  background: rgba(201, 169, 98, 0.06);
}

.btn--ghost {
  color: var(--text-dim);
  border-color: var(--border);
}

.btn--ghost:hover {
  color: var(--text-muted);
  border-color: var(--text-dim);
}

.btn--block { width: 100%; }

/* ── Piliers ── */
.section--pillars {
  padding-top: clamp(3.5rem, 8vw, 5rem);
  padding-bottom: clamp(3.5rem, 8vw, 5rem);
}

.pillars {
  display: grid;
  gap: 2rem;
}

.pillar {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--bg-card);
  border: var(--line) solid var(--border);
  border-radius: var(--radius);
  transition: border-color 0.35s, background 0.35s;
}

.pillar:hover {
  border-color: var(--border-gold);
  background: rgba(201, 169, 98, 0.04);
}

.pillar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 1.25rem;
  color: var(--gold);
  border: var(--line) solid var(--border-gold);
  border-radius: var(--radius);
}

.pillar__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 600;
  margin-bottom: 0.75rem;
  letter-spacing: var(--heading-track);
}

.pillar__text {
  font-size: var(--type-body-sm);
  color: var(--text-muted);
  line-height: 1.65;
  max-width: 32ch;
  margin-inline: auto;
}

/* ── Bandeau stats ── */
.stats-band {
  position: relative;
  padding: clamp(3rem, 8vw, 4.5rem) var(--pad-x);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(201, 169, 98, 0.06) 0%, transparent 70%),
    var(--bg-elevated);
  border-top: var(--line) solid var(--border);
  border-bottom: var(--line) solid var(--border);
  text-align: center;
  overflow: hidden;
}

.stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 98, 0.04) 50%, transparent);
  pointer-events: none;
}

.stats-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.stats-band__num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stats-band__lbl {
  font-size: var(--type-kicker);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.stats-band__cta {
  display: flex;
  justify-content: center;
}

/* ── Carousel portfolio — immersion Pekko ── */
.section--portfolio {
  padding-bottom: clamp(4rem, 10vw, 6rem);
}

.section--portfolio .section__header {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.portfolio__hint {
  margin-top: 0.75rem;
  font-size: var(--type-kicker);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

.carousel {
  position: relative;
  margin-bottom: 2rem;
}

.carousel--immersive {
  margin-bottom: 0;
}

.carousel--immersive .carousel__track {
  gap: clamp(0.85rem, 2vw, 1.35rem);
  padding: 0.5rem var(--pad-x) 1.5rem;
}

.carousel__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 0.25rem 0 1rem;
  -webkit-overflow-scrolling: touch;
}

.carousel__track::-webkit-scrollbar { display: none; }

.carousel__slide {
  position: relative;
  flex: 0 0 min(88vw, 420px);
  scroll-snap-align: center;
  display: block;
  overflow: hidden;
  border: var(--line) solid var(--border);
  border-radius: 0;
  aspect-ratio: 3 / 4;
  padding: 0;
  cursor: zoom-in;
  background: var(--bg-elevated);
  color: inherit;
  text-align: left;
  transition: border-color 0.45s var(--ease-luxe), transform 0.45s var(--ease-luxe);
}

.carousel__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 1.1s var(--ease-luxe), opacity 0.6s var(--ease-luxe);
}

.carousel__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 8, 0.88) 0%, rgba(8, 8, 8, 0.15) 42%, transparent 68%);
  pointer-events: none;
  transition: opacity 0.5s var(--ease-luxe);
}

.carousel__slide:hover,
.carousel__slide:focus-visible {
  border-color: var(--border-gold);
  transform: translateY(-3px);
  outline: none;
}

.carousel__slide:hover img,
.carousel__slide:focus-visible img {
  transform: scale(1.05);
}

.carousel__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.25rem 1.1rem 1.1rem;
  pointer-events: none;
}

.carousel__cap-title {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--text);
  margin-bottom: 0.25rem;
}

.carousel__cap-meta {
  display: block;
  font-size: var(--type-kicker);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-dim);
}

.carousel__expand {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: var(--line) solid var(--border-gold);
  background: rgba(8, 8, 8, 0.55);
  color: var(--gold-light);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.4s var(--ease-luxe), transform 0.4s var(--ease-luxe), background 0.3s;
}

.carousel__slide:hover .carousel__expand,
.carousel__slide:focus-visible .carousel__expand {
  opacity: 1;
  transform: none;
}

.carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8, 8, 8, 0.85);
  border: var(--line) solid var(--border-gold);
  border-radius: var(--radius);
  color: var(--gold-light);
  transition: background 0.3s, border-color 0.3s;
}

.carousel__btn:hover {
  background: rgba(201, 169, 98, 0.12);
  border-color: var(--gold);
}

.carousel__btn--prev { left: -0.5rem; }
.carousel__btn--next { right: -0.5rem; }

.carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 0.5rem;
}

.carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--border);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.carousel__dot.is-active {
  background: var(--gold);
  transform: scale(1.15);
}

/* ── Lightbox plein écran ── */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2.5rem);
  background: rgba(0, 0, 0, 0.94);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s var(--ease-luxe), visibility 0.55s var(--ease-luxe);
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox__stage {
  position: relative;
  width: min(96vw, 1200px);
  max-height: calc(100svh - 5rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.lightbox__img {
  width: auto;
  max-width: 100%;
  max-height: calc(100svh - 9rem);
  object-fit: contain;
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.45s var(--ease-luxe), transform 0.45s var(--ease-luxe);
}

.lightbox.is-open .lightbox__img.is-loaded {
  opacity: 1;
  transform: none;
}

.lightbox__meta {
  text-align: center;
}

.lightbox__caption {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.35rem;
}

.lightbox__counter {
  font-size: var(--type-kicker);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dim);
}

.lightbox__close,
.lightbox__nav {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-light);
  border: var(--line) solid var(--border-gold);
  background: rgba(8, 8, 8, 0.72);
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.lightbox__close:hover,
.lightbox__nav:hover {
  background: rgba(201, 169, 98, 0.14);
  border-color: var(--gold);
  color: var(--gold-bright);
}

.lightbox__close {
  top: clamp(0.75rem, 3vw, 1.25rem);
  right: clamp(0.75rem, 3vw, 1.25rem);
  width: 44px;
  height: 44px;
}

.lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
}

.lightbox__nav--prev { left: clamp(0.5rem, 2vw, 1.25rem); }
.lightbox__nav--next { right: clamp(0.5rem, 2vw, 1.25rem); }

.gallery--fallback {
  display: none;
}

/* ── Sections ── */
.section {
  position: relative;
  padding: var(--section) var(--pad-x);
  background: var(--bg);
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--pad-x);
  right: var(--pad-x);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.section--alt { background: var(--bg-elevated); }

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.section__eyebrow {
  font-size: var(--type-kicker);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 1rem;
}

.section__title {
  font-family: var(--font-display);
  font-size: var(--type-h2);
  font-weight: var(--display-weight);
  line-height: var(--heading-lh);
  letter-spacing: var(--heading-track);
  margin-bottom: 1.1rem;
}

.section__title--center { text-align: center; }

.section__title--sm {
  font-family: var(--font-display);
  font-size: var(--type-h3);
  font-weight: var(--display-weight);
  letter-spacing: var(--heading-track);
  line-height: 1.12;
  margin-bottom: 0.9rem;
}

.section__lead {
  font-size: var(--type-lead-lg);
  font-weight: 500;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 40rem;
}

.section__lead--center { text-align: center; margin-inline: auto; }

.section__header { margin-bottom: clamp(3rem, 8vw, 5rem); }
.section__header--center { text-align: center; }

/* ── Interludes cinéma plein écran ── */
.cine::before,
.cine::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: clamp(24px, 4.5vh, 52px);
  background: #000;
  z-index: 6;
  pointer-events: none;
}

.cine::before { top: 0; }
.cine::after { bottom: 0; }

.cine__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(ellipse 85% 75% at 50% 50%, transparent 35%, rgba(0, 0, 0, 0.55) 100%);
}

.cine {
  position: relative;
  min-height: 100svh;
  min-height: 100dvh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  padding: calc(var(--topbar) + 2rem) var(--pad-x) clamp(3rem, 10vw, 6rem);
}

.cine--half {
  min-height: 72svh;
  min-height: 72dvh;
}

.cine--gallery {
  align-items: center;
}

.cine__media {
  position: absolute;
  inset: -8% 0;
  z-index: 0;
  will-change: transform;
}

.cine__media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.cine__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.06);
  animation: kenBurnsCine 26s ease-in-out infinite alternate;
}

@keyframes kenBurnsCine {
  from { transform: scale(1.05); }
  to { transform: scale(1.14); }
}

.cine.visible .cine__media img {
  animation-play-state: running;
}

.cine__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(8, 8, 8, 0.92) 0%,
    rgba(8, 8, 8, 0.35) 45%,
    rgba(8, 8, 8, 0.55) 100%
  );
  pointer-events: none;
}

.cine__shade--light {
  background: linear-gradient(
    to top,
    rgba(8, 8, 8, 0.88) 0%,
    rgba(8, 8, 8, 0.25) 50%,
    rgba(8, 8, 8, 0.5) 100%
  );
}

.cine__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 36rem;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 1s var(--ease-luxe), transform 1s var(--ease-luxe);
}

.cine.visible .cine__content {
  opacity: 1;
  transform: none;
}

.cine__eyebrow {
  font-size: var(--type-kicker);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 1rem;
}

.cine__title {
  font-family: var(--font-display);
  font-size: var(--type-h2-cine);
  font-weight: var(--display-weight);
  line-height: var(--heading-lh);
  letter-spacing: var(--heading-track);
  color: var(--text);
  margin-bottom: 1.5rem;
}

.cine__title em {
  font-style: italic;
  font-weight: var(--display-weight-em);
  color: var(--gold-light);
}

.cine__cta {
  margin-top: 0.5rem;
}

/* ── Quote ── */
.quote {
  position: relative;
  text-align: center;
  padding: clamp(5rem, 14vw, 9rem) var(--pad-x);
  background: var(--bg);
  overflow: hidden;
}

.quote--cine {
  background:
    radial-gradient(ellipse 70% 50% at 50% 50%, rgba(201, 169, 98, 0.04) 0%, transparent 70%),
    var(--bg);
}

.quote--cine::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-dim) 30%, var(--gold-dim) 70%, transparent);
  opacity: 0.35;
  pointer-events: none;
}

.quote::before {
  content: "✦";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: var(--gold);
  opacity: 0.04;
  pointer-events: none;
}

.quote__kicker {
  position: relative;
  font-size: var(--type-kicker);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 1.25rem;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.9s var(--ease-luxe), transform 0.9s var(--ease-luxe);
}

.quote.visible .quote__kicker { opacity: 1; transform: none; }

.quote__text {
  position: relative;
  font-family: var(--font-display);
  font-size: var(--type-quote);
  font-weight: 500;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: -0.01em;
  max-width: 30ch;
  margin: 0 auto 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s var(--ease-luxe), transform 1.2s var(--ease-luxe);
}

.quote.visible .quote__text { opacity: 1; transform: none; }

.quote__author {
  position: relative;
  font-size: var(--type-body-sm);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--gold-dim);
  opacity: 0;
  transition: opacity 1s var(--ease-luxe) 0.4s;
}

.quote.visible .quote__author { opacity: 1; }

/* ── Story ── */
.story {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.story__media {
  position: relative;
  overflow: hidden;
  align-self: center;
}

.story__media picture {
  display: block;
  width: 100%;
  overflow: hidden;
}

.story__media--square picture { aspect-ratio: 1 / 1; }
.story__media--wide picture { aspect-ratio: 12 / 5; }
.story__media--landscape picture { aspect-ratio: 16 / 9; }
.story__media--portrait picture { aspect-ratio: 5 / 6; }

.story__media--wide img {
  object-position: center 52%;
}

.story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 1.4s var(--ease-luxe);
}

.story__media:hover img { transform: scale(1.03); }

.story__media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: var(--line) solid var(--border);
  pointer-events: none;
}

.story__badge {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  padding: 0.85rem 1.15rem;
  background: rgba(2, 2, 2, 0.88);
  backdrop-filter: blur(16px);
  border: var(--line) solid var(--border-gold);
  font-family: var(--font-display);
  font-size: var(--type-lead-cine);
  font-weight: 500;
  font-style: italic;
  color: var(--gold-light);
  max-width: 200px;
  line-height: 1.4;
}

.story__body p {
  font-size: var(--type-body);
  font-weight: 400;
  color: var(--text-muted);
  margin-bottom: 1.1rem;
  line-height: var(--body-lh);
}

.story__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: var(--line) solid var(--border);
}

.stat__num {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3rem);
  font-weight: var(--display-weight);
  letter-spacing: var(--heading-track);
  line-height: 1;
  color: var(--gold);
}

.stat__lbl {
  font-size: var(--type-kicker);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 0.5rem;
}

.pills { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.25rem; }

.pill {
  font-size: var(--type-chip);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--text-dim);
  padding: 7px 14px;
  border: var(--line) solid var(--border);
  border-radius: 999px;
}

/* ── CTA ── */
.cta-band {
  text-align: center;
  padding: clamp(4rem, 12vw, 6rem) var(--pad-x);
  background: var(--bg-elevated);
  position: relative;
}

.cta-band::before,
.cta-band::after {
  content: "";
  position: absolute;
  left: var(--pad-x);
  right: var(--pad-x);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}

.cta-band::before { top: 0; }
.cta-band::after { bottom: 0; }

.cta-band--compact {
  margin-top: 3rem;
}

.cta-band__title {
  font-family: var(--font-display);
  font-size: var(--type-h3);
  font-weight: var(--display-weight);
  letter-spacing: var(--heading-track);
  line-height: 1.12;
  margin-bottom: 1.75rem;
}

.cta-band__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 260px;
  margin: 0 auto;
}

/* ── Award ── */
.award { display: flex; flex-direction: column; gap: 2.5rem; }

.award__fig {
  overflow: hidden;
  position: relative;
}

.award__fig picture {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.award__fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.award__fig figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(transparent, rgba(2,2,2,0.92));
  font-size: var(--type-body-sm);
  font-weight: 500;
  font-style: normal;
  color: var(--text-dim);
}

.award__body h3 {
  font-family: var(--font-display);
  font-size: var(--type-h3);
  font-weight: var(--display-weight);
  letter-spacing: var(--heading-track);
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.award__body p {
  font-size: var(--type-body);
  font-weight: 400;
  color: var(--text-muted);
  margin-bottom: 0.85rem;
}

.award__tags { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 1.25rem; }

.award__tag {
  font-size: var(--type-kicker);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.45rem 0.85rem;
  border: var(--line) solid var(--border);
  color: var(--text-dim);
}

/* ── Letter ── */
.letter {
  padding: clamp(2rem, 5vw, 3rem);
  background: var(--bg-card);
  border: var(--line) solid var(--border);
}

.letter p {
  font-family: var(--font-display);
  font-size: var(--type-lead-lg);
  font-weight: 500;
  line-height: 1.65;
  color: var(--text-muted);
  margin-bottom: 1.1rem;
}

.letter__sign {
  margin-top: 1.5rem;
  font-weight: 600;
  font-style: italic;
  color: var(--gold) !important;
}

/* ── Pricing ── */
.pricing {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
}

.pricing-card {
  padding: 2rem 1.75rem;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  transition: background 0.4s;
}

.pricing-card:hover {
  background: var(--bg-elevated);
}

.pricing-card--star {
  position: relative;
  background: var(--bg-elevated);
}

.pricing-card--star::before {
  content: "★";
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: var(--type-body-sm);
  color: var(--gold);
  opacity: 0.6;
}

.pricing-card--star::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.pricing-card__tier {
  font-size: var(--type-kicker);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 0.65rem;
}

.pricing-card__name {
  font-family: var(--font-display);
  font-size: var(--type-h3);
  font-weight: var(--display-weight);
  letter-spacing: var(--heading-track);
  margin-bottom: 0.4rem;
}

.pricing-card__tag {
  font-size: var(--type-body-sm);
  font-weight: 500;
  color: var(--text-dim);
  margin-bottom: 1.5rem;
}

.pricing-card__price {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3rem);
  font-weight: var(--display-weight);
  letter-spacing: var(--heading-track);
  color: var(--gold-light);
  line-height: 1;
  margin-bottom: 1.5rem;
}

.pricing-card__price small {
  display: block;
  font-family: var(--font-sans);
  font-size: var(--type-chip);
  font-weight: 600;
  color: var(--text-dim);
  margin-top: 0.45rem;
  letter-spacing: 0.02em;
}

.pricing-card__list { flex: 1; margin-bottom: 1.5rem; }

.pricing-card__list li {
  font-size: var(--type-body-sm);
  font-weight: 400;
  color: var(--text-muted);
  padding: 0.5rem 0;
  border-bottom: var(--line) solid var(--border);
  display: flex;
  gap: 0.65rem;
  align-items: baseline;
}

.pricing-card__list li::before {
  content: "·";
  color: var(--gold-dim);
  flex-shrink: 0;
}

/* ── Étoiles avis ── */
.stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 1rem;
}

.stars__icon {
  width: 14px;
  height: 14px;
  color: var(--gold);
}

.stars__icon--empty {
  color: var(--text-dim);
  opacity: 0.35;
}

/* ── Gallery ── */
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
}

.gallery picture {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.88;
  transition: opacity 0.5s, transform 0.8s var(--ease-luxe);
}

.gallery img:hover {
  opacity: 1;
  transform: scale(1.01);
  z-index: 1;
  position: relative;
}

/* ── Videos ── */
.video-feature {
  position: relative;
  max-width: 920px;
  margin: 0 auto 2rem;
  border: var(--line) solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0a0a0a;
  aspect-ratio: 16 / 9;
}

.video-feature--page {
  max-width: 1000px;
  margin-bottom: 2.5rem;
}

.video-feature.is-playing {
  background: #000;
}

.video-feature__facade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  display: block;
  background: #0a0a0a;
}

.video-feature__facade img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-luxe), opacity 0.4s;
  opacity: 0.88;
}

.video-feature__facade:hover img,
.video-feature__facade:focus-visible img {
  transform: scale(1.03);
  opacity: 1;
}

.video-feature__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.25rem;
  height: 4.25rem;
  margin: -2.125rem 0 0 -2.125rem;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 98, 0.55);
  background: rgba(8, 8, 8, 0.55);
  backdrop-filter: blur(8px);
  transition: transform 0.35s var(--ease-out), border-color 0.35s, background 0.35s;
}

.video-feature__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.95rem;
  border-color: transparent transparent transparent var(--gold-light);
}

.video-feature__facade:hover .video-feature__play,
.video-feature__facade:focus-visible .video-feature__play {
  transform: scale(1.06);
  border-color: var(--gold-light);
  background: rgba(8, 8, 8, 0.7);
}

.video-feature__caption {
  position: absolute;
  left: 1.25rem;
  bottom: 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.55rem);
  font-weight: 600;
  color: var(--gold-bright);
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.65);
  letter-spacing: 0.01em;
}

.video-feature iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--border);
}

.video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

.video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease-luxe);
}

.video:hover img { transform: scale(1.04); }

.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border: var(--line) solid rgba(255,255,255,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--type-kicker);
  color: #fff;
  opacity: 0;
  transition: opacity 0.4s;
}

.video:hover .video__play { opacity: 1; }

.video__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 55%, rgba(0,0,0,0.75));
  display: flex;
  align-items: flex-end;
  padding: 1rem;
}

.video__label {
  font-size: var(--type-kicker);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-dim);
}

/* ── Reviews ── */
.reviews {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
}

.review {
  padding: 2rem 1.75rem;
  background: var(--bg);
}

.review__text {
  font-family: var(--font-display);
  font-size: var(--type-lead-lg);
  font-weight: 500;
  font-style: italic;
  line-height: 1.55;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.review__name {
  font-size: var(--type-kicker);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-dim);
}

/* ── Shop ── */
.shop {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: var(--border);
}

.shop-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
  background: var(--bg);
  transition: background 0.3s;
}

.shop-card:hover { background: var(--bg-elevated); }

.shop-card__img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.shop-card__title {
  font-family: var(--font-display);
  font-size: var(--type-lead);
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.shop-card__price {
  font-size: var(--type-body);
  color: var(--gold);
  margin-bottom: 0.7rem;
}

/* ── Contact ── */
.contact { display: flex; flex-direction: column; gap: 3rem; }

.contact__block h3 {
  font-family: var(--font-display);
  font-size: var(--type-h3);
  font-weight: var(--display-weight);
  margin-bottom: 1.5rem;
}

.contact__row { margin-bottom: 1.25rem; }

.contact__row strong {
  display: block;
  font-size: var(--type-kicker);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-dim);
  margin-bottom: 0.35rem;
  font-weight: 500;
}

.contact__row span,
.contact__row a {
  font-size: var(--type-body);
  font-weight: 400;
  color: var(--text-muted);
}

.contact__row a:hover { color: var(--gold); }

.contact__hours .hours-list {
  margin: 0.35rem 0 0;
  padding: 0;
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: var(--line) solid var(--border);
  font-size: var(--type-body-sm);
  color: var(--text-muted);
}

.hours-list li:last-child {
  border-bottom: none;
}

.hours-list li span:first-child {
  color: var(--text);
  font-weight: 500;
  min-width: 6.5rem;
}

.contact__social {
  display: flex;
  gap: 0.5rem;
  margin: 1.5rem 0 1.75rem;
}

.contact__social a {
  width: 42px;
  height: 42px;
  border: var(--line) solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--type-kicker);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-dim);
  transition: border-color 0.3s, color 0.3s;
}

.contact__social a:hover {
  border-color: var(--border-gold);
  color: var(--gold);
}

.contact__map {
  overflow: hidden;
  border: var(--line) solid var(--border);
}

.contact__map iframe {
  width: 100%;
  height: 240px;
  border: 0;
}

/* ── Footer ── */
.footer {
  padding: 2.5rem var(--pad-x);
  text-align: center;
  border-top: var(--line) solid var(--border);
  background: var(--bg);
}

.footer p {
  font-size: var(--type-kicker);
  letter-spacing: 0.08em;
  color: var(--text-dim);
}

.footer a { color: var(--gold-dim); }
.footer a:hover { color: var(--gold); }

/* ── Reveals ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 1s var(--ease-luxe), transform 1s var(--ease-luxe);
}

.reveal.visible { opacity: 1; transform: none; }

.reveal--scale { transform: translateY(28px) scale(0.98); }
.reveal--scale.visible { transform: none; }

.reveal--clip {
  clip-path: inset(100% 0 0 0);
  transform: none;
  transition: clip-path 1.2s var(--ease-luxe), opacity 0.7s;
}

.reveal.visible .reveal--clip {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.reveal-d1 { transition-delay: 0.06s; }
.reveal-d2 { transition-delay: 0.12s; }
.reveal-d3 { transition-delay: 0.18s; }

.stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s var(--ease-luxe), transform 0.8s var(--ease-luxe);
}

.stagger.visible > *:nth-child(1) { transition-delay: 0s; }
.stagger.visible > *:nth-child(2) { transition-delay: 0.06s; }
.stagger.visible > *:nth-child(3) { transition-delay: 0.12s; }
.stagger.visible > *:nth-child(4) { transition-delay: 0.18s; }

.stagger.visible > * { opacity: 1; transform: none; }

[data-parallax] { will-change: transform; }

/* ── Tablet ── */
@media (min-width: 640px) {
  .cta-band__actions {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }

  .pricing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }

  .shop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
  }

  .shop-card {
    display: block;
    padding: 0;
  }

  .shop-card__img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .shop-card__body { padding: 1.5rem; }

  .contact__map iframe { height: 320px; }
}

/* ── Desktop ── */
@media (min-width: 900px) {
  :root { --topbar: 76px; }

  .topbar__menu { display: none; }

  .topbar__actions {
    gap: 0.65rem;
  }

  .topbar__scroll {
    mask-image: none;
    overflow: visible;
    flex: 1;
  }

  .topbar__nav {
    width: 100%;
    justify-content: center;
    gap: 0 1.5rem;
  }

  .topbar__name {
    font-size: 1.15rem;
  }

  .pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .pillar {
    text-align: left;
    padding: 2.25rem 2rem;
  }

  .pillar__text {
    margin-inline: 0;
  }

  .hero__logo {
    width: min(52vw, 445px);
  }

  .hero__intro {
    min-height: clamp(560px, 68vh, 875px);
  }

  .hero__intro .hero__content { max-width: 40rem; }

  .hero__visual {
    aspect-ratio: 4 / 5;
    min-height: clamp(760px, 95vw, 1700px);
    max-height: none;
  }

  .hero__title {
    font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  }

  .hero__scroll { display: none; }

  .carousel__slide {
    flex: 0 0 min(34vw, 380px);
  }

  .carousel--immersive .carousel__btn--prev { left: 0.75rem; }
  .carousel--immersive .carousel__btn--next { right: 0.75rem; }

  .story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
  }

  .award {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
  }

  .pricing { grid-template-columns: repeat(4, 1fr); }

  .gallery { grid-template-columns: repeat(6, 1fr); }

  .videos { grid-template-columns: repeat(4, 1fr); }

  .reviews { display: grid; grid-template-columns: repeat(3, 1fr); }

  .shop { grid-template-columns: repeat(3, 1fr); }

  .contact {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
  }

  .letter { max-width: 640px; margin: 0 auto; }
}

@media (max-width: 899px) {
  .topbar__name { display: none; }

  .topbar__phone {
    font-size: 0;
    padding: 0;
    width: 36px;
    min-height: 36px;
    justify-content: center;
    border-radius: var(--radius);
  }

  .topbar__phone::before {
    content: "";
    width: 16px;
    height: 16px;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  }

  .topbar__scroll {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  }

  .topbar__scroll::-webkit-scrollbar { display: none; }

  .stats-band__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .carousel__btn { display: none; }

  .cine {
    min-height: 65svh;
    min-height: 65dvh;
  }

  .hero__title,
  .section__title,
  .cine__title {
    font-size: clamp(2.35rem, 9vw, 3.35rem);
    line-height: 1.08;
  }

  .hero__lead,
  .section__lead,
  .review__text {
    font-size: clamp(1.1rem, 4.5vw, 1.28rem);
    line-height: 1.7;
  }

  .quote__text {
    font-size: clamp(1.65rem, 6vw, 2.35rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  html { scroll-behavior: auto; }
  .hero__bg img,
  .hero__intro-bg img { animation: none; }
  .hero--stacked .hero__visual {
    clip-path: none;
    transform: none;
    animation: none;
  }
  .cine__media { inset: 0; }
  .cine__media img { height: 100%; }
  .lightbox,
  .lightbox__img {
    transition: none;
  }
}
