/* Friends page styles: css/friends-page.css */

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

.invite-actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.9rem;
  flex-wrap: wrap;
}

#invite-status.is-error {
  color: #ff9b9b;
}

.friends-liked-events-section {
  padding: 2rem 0 1rem;
}

.friends-liked-events-head h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
}

.friends-liked-events-head p {
  margin: 0.45rem 0 0.8rem;
  color: var(--text-muted);
}

.friends-liked-events-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.friends-liked-card {
  display: flex;
  flex-direction: column;
  gap: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0.55rem;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.03);
}

.friends-liked-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.friends-liked-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.friends-liked-card-title {
  font-weight: 600;
  line-height: 1.3;
}

.friends-liked-card-meta,
.friends-liked-card-social,
.friends-liked-events-empty {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.profile-menu-link-inline {
  color: var(--accent);
  text-decoration: none;
}

.profile-menu-link-inline:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .friends-liked-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Night Square - Premium Design */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700&display=swap');

/* Grands titres de section — Rubik Bold uniquement */
.hero-ref-headline,
.hero-ref-accent,
.current-events-title,
.reserve-steps-title,
.reserve-steps-title-line,
.reserve-steps-title-accent,
.reserve-step-title,
.featured-artists-title,
.featured-artists-accent,
.premium-hero-title,
.premium-partners-title,
.articles-title,
.final-cta-title,
.home-value-title,
.home-hero-brief-title,
.trust-section h2,
.ns-hero-headline,
.ns-value-headline,
.ns-final-headline,
.current-event-info-title,
.event-detail-title,
.reservation-section-title,
.legal-page-title,
.section-header h2,
.upcoming-djs-title,
.hero h1,
.download-hero h1,
.home-hero-title,
.home-hero-title-2,
.og-cta-title,
.og-intro-title,
.og-tools-headline {
  font-family: 'Syne', 'Rubik', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-weight: 700 !important;
}

/* Hero simple — pages secondaires (events, how-it-works, download, organizers) */
.hero,
.download-hero {
  padding: clamp(4rem, 10vw, 6rem) clamp(1.5rem, 5vw, 2.5rem);
  text-align: center;
}
.hero p,
.download-hero p {
  color: var(--text-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  margin-top: 0.5rem;
}

:root {
  /* Charte Night Square — or premium #C5A572 + fond sombre */
  --bg: #070707;
  --bg-elevated: #111111;
  --footer-bg: #070707;
  /* Dashboard promoteur (rp-dashboard) : palette autonome dans rp-dashboard-standalone.css */
  --surface: #111111;
  --surface-variant: #1a1a1a;
  --text: #F5F5F5;
  --text-muted: #9A9A9A;
  --accent: #C5A572;
  --accent-hover: #D4B87A;
  --accent-glow: rgba(197, 165, 114, 0.15);
  --accent-subtle: rgba(197, 165, 114, 0.1);
  --border: rgba(255, 255, 255, 0.08);
  --border-accent: rgba(197, 165, 114, 0.25);
  --immersive-glow: rgba(197, 165, 114, 0.08);
  --immersive-glow-strong: rgba(197, 165, 114, 0.14);
  --error: #F44336;
  --success: #4CAF50;
}

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

/* Scroll fluide type Apple — natif, pas de smooth CSS */
html {
  scroll-behavior: auto;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.hero-phone {
  backface-visibility: hidden;
}

.feature-card {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.reveal, .reveal-left, .reveal-right {
  backface-visibility: hidden;
}

html {
  scroll-behavior: auto;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

/* Désactiver smooth scroll sur privacy pour fluidité */
.privacy-page,
.privacy-page html {
  scroll-behavior: auto !important;
}

body {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
  height: auto;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: auto;
}

/* ========== Page Organisateurs — design 2026 ========== */
.organizers-page main {
  padding-top: 1.5rem;
}

/* Page complète scrollable (pas de scroll par section) */
.organizers-page main {
  overflow-x: hidden;
  overflow-y: visible;
  height: auto !important;
}

.organizers-page section {
  height: auto !important;
  max-width: 100%;
}

.organizers-page .og-hero-new {
  overflow-x: hidden;
}

/* Intro — bloc texte AU-DESSUS de la vidéo, aucun chevauchement */
.og-intro {
  background: var(--bg);
  padding: clamp(4rem, 10vw, 7rem) clamp(2rem, 6vw, 5rem);
}
.og-intro-inner {
  max-width: 900px;
  margin: 0 auto;
}
.og-intro-title {
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 800;
  color: var(--text);
  margin: 0 0 0.5em;
  letter-spacing: -0.045em;
  line-height: 1;
}
.og-intro-lead {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: var(--text-muted);
  margin: 0 0 2rem;
  font-weight: 500;
}
.og-intro-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.og-intro-cta:hover {
  color: var(--accent-hover);
}
.og-intro-cta svg {
  animation: og-bounce 2s ease-in-out infinite;
}
@keyframes og-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}

/* Vidéo — bloc séparé en dessous, pleine largeur */
.og-video {
  width: 100%;
  background: #000;
  padding: 0 clamp(1.5rem, 4vw, 3rem) clamp(2rem, 5vw, 4rem);
  box-sizing: border-box;
}
.og-video video {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
}

/* Tools — bento editorial */
.og-tools {
  padding: clamp(8rem, 18vw, 14rem) clamp(2rem, 6vw, 5rem);
  background: var(--bg);
}
.og-tools-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.og-tools-header {
  margin-bottom: clamp(4rem, 8vw, 6rem);
}
.og-tools-headline {
  font-size: clamp(3rem, 8vw, 5.5rem);
  font-weight: 800;
  color: var(--text);
  margin: 0 0 0.4em;
  letter-spacing: -0.04em;
  line-height: 0.95;
}
.og-tools-desc {
  font-size: 1.2rem;
  color: var(--text-muted);
  max-width: 480px;
  line-height: 1.6;
  margin: 0;
}

/* Bento grid */
.og-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
@media (max-width: 768px) {
  .og-bento {
    grid-template-columns: 1fr;
  }
}
.og-bento-block {
  padding: clamp(2rem, 4vw, 3rem);
  background: rgba(255,255,255,0.02);
  border-radius: 0;
  border-left: 3px solid var(--accent);
  transition: background 0.3s;
}
.og-bento-block:hover {
  background: rgba(255,255,255,0.04);
}
.og-bento-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}
.og-bento-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.25em;
  letter-spacing: -0.02em;
}
.og-bento-meta {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0 0 1.5rem;
}
/* Listes type “editorial” — uniquement dans l’ancien bloc outils (évite opacity:0 sur toute .og-bento-list) */
.og-bento-block .og-bento-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.og-bento-block .og-bento-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.og-bento-block .og-bento-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent);
  opacity: 0.6;
}
.og-bento-block.og-revealed .og-bento-list li {
  opacity: 1;
  transform: translateY(0);
}
.og-bento-block.og-revealed .og-bento-list li:nth-child(1) { transition-delay: 0.05s; }
.og-bento-block.og-revealed .og-bento-list li:nth-child(2) { transition-delay: 0.1s; }
.og-bento-block.og-revealed .og-bento-list li:nth-child(3) { transition-delay: 0.15s; }
.og-bento-block.og-revealed .og-bento-list li:nth-child(4) { transition-delay: 0.2s; }
.og-bento-block.og-revealed .og-bento-list li:nth-child(5) { transition-delay: 0.25s; }
.og-tools-summary {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 600px;
  line-height: 1.7;
  margin: 0;
}

/* Og-reveal */
.og-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-reveal.og-revealed {
  opacity: 1;
  transform: translateY(0);
}
.og-bento-block:nth-child(1).og-reveal.og-revealed { transition-delay: 0.1s; }
.og-bento-block:nth-child(2).og-reveal.og-revealed { transition-delay: 0.2s; }
.og-tools-summary.og-reveal.og-revealed { transition-delay: 0.3s; }
.og-workflow-step:nth-child(1).og-reveal.og-revealed { transition-delay: 0.05s; }
.og-workflow-step:nth-child(3).og-reveal.og-revealed { transition-delay: 0.15s; }
.og-workflow-step:nth-child(5).og-reveal.og-revealed { transition-delay: 0.25s; }
.og-benefit-item:nth-child(1).og-reveal.og-revealed { transition-delay: 0.05s; }
.og-benefit-item:nth-child(2).og-reveal.og-revealed { transition-delay: 0.1s; }
.og-benefit-item:nth-child(3).og-reveal.og-revealed { transition-delay: 0.15s; }
.og-benefit-item:nth-child(4).og-reveal.og-revealed { transition-delay: 0.2s; }
.og-management-card:nth-child(1).og-reveal.og-revealed { transition-delay: 0.05s; }
.og-management-card:nth-child(2).og-reveal.og-revealed { transition-delay: 0.1s; }
.og-management-card:nth-child(3).og-reveal.og-revealed { transition-delay: 0.15s; }

/* CTA — full width minimal */
.og-cta {
  padding: clamp(5rem, 12vw, 10rem) clamp(2rem, 6vw, 5rem);
  background: #0a0a0a;
  text-align: center;
}
.og-cta-inner {
  max-width: 560px;
  margin: 0 auto;
}
.og-cta-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  color: var(--text);
  margin: 0 0 0.5em;
  letter-spacing: -0.03em;
}
.og-cta-text {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin: 0 0 2rem;
  line-height: 1.65;
}
.og-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  color: #0a0a0a;
  background: var(--accent);
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.og-cta-btn:hover {
  background: var(--accent-hover);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px -4px rgba(197, 165, 114, 0.35);
}
.og-cta-btn svg {
  transition: transform 0.3s ease-out;
}
.og-cta-btn:hover svg {
  transform: translateX(4px);
}

/* Page organisateurs — animations */
@keyframes og-fade-in-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes og-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes og-scale-in {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes og-arrow-pulse {
  0%, 100% { opacity: 0.5; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(4px); }
}
@keyframes og-glow-subtle {
  0%, 100% { box-shadow: 0 0 0 0 rgba(197, 165, 114, 0); }
  50% { box-shadow: 0 0 20px 2px rgba(197, 165, 114, 0.15); }
}
@media (prefers-reduced-motion: reduce) {
  .og-anim-video, .og-anim-item, .og-anim-title, .og-anim-subtitle,
  .og-anim-step, .og-anim-arrow, .og-tool-card, .og-benefit-item, .og-management-card,
  .og-cta-btn, .og-steps-howit-badge, .og-steps-howit-row { animation: none !important; }
  .og-reveal, .og-steps-howit-badge, .og-steps-howit-row { transition-duration: 0.01ms !important; }
}

/* Vidéo : apparition douce */
.og-anim-video video {
  animation: og-fade-in 1s ease-out, og-scale-in 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Hero text : entrée au chargement */
.og-anim-item {
  opacity: 0;
  transform: translateY(20px);
  animation: og-fade-in-up 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.og-anim-delay-1 { animation-delay: 0.15s; }

/* Section titles : scroll reveal (gérés par JS + og-reveal) */
.og-anim-title, .og-anim-subtitle {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-anim-section.og-visible .og-anim-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}
.og-anim-section.og-visible .og-anim-subtitle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}
.og-anim-cta {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-anim-section.og-visible .og-anim-cta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}

/* Workflow arrows : pulse léger quand section visible */
.og-anim-section.og-visible .og-anim-arrow {
  animation: og-arrow-pulse 2s ease-in-out infinite;
}
.og-workflow-section .og-anim-arrow:nth-child(4) { animation-delay: 0.3s; }

/* Page organisateurs — Hero nouveau design SaaS (inspiré référence) */
.og-hero-new {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(4rem, 10vw, 6rem) clamp(1.5rem, 5vw, 2.5rem) clamp(2.5rem, 5vw, 4rem);
  background: var(--bg, #070707);
  overflow-x: hidden;
}
.og-hero-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto clamp(2rem, 4vw, 3rem);
}
.og-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
}
.og-hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.og-hero-new-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 1rem;
}
.og-hero-new-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.3vw, 1.2rem);
  color: #a1a1a1;
  line-height: 1.6;
  margin: 0 0 2rem;
}
.og-hero-new-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.og-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: var(--accent);
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: none;
  transition: background 0.25s, transform 0.2s;
}
.og-hero-cta-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
}
.og-hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 1rem 2rem;
  background: #fff;
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.25s, transform 0.2s;
}
.og-hero-cta-secondary:hover {
  background: rgba(255,255,255,0.9);
  transform: translateY(-2px);
}
.og-hero-mockup-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (max-width: 768px) {
  .og-hero-mockup-wrap { padding: 0 1rem; }
}
.og-hero-video-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: none;
  border: 1px solid var(--border);
  aspect-ratio: 16 / 9;
}
.og-hero-video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Phrase d'accroche — scroll reveal blanc (texte fixe puis blanc au scroll) */
.og-catchphrase {
  position: relative;
  min-height: 150vh;
  background: var(--bg, #070707);
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.og-catchphrase-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem clamp(1.5rem, 5vw, 3rem);
}
.og-catchphrase-text {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  max-width: 900px;
  margin: 0;
  --og-reveal: 0;
  color: rgba(255, 255, 255, calc(0.35 + 0.65 * var(--og-reveal, 0)));
}

/* Section Features bento — layout 2 colonnes (copy gauche + grille droite) */
.og-features-bento {
  background: var(--bg, #070707);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}
.og-features-bento-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(3rem, 6vw, 5rem);
  align-items: start;
}
.og-features-bento-copy {
  position: sticky;
  top: 8rem;
}
.og-features-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
}
.og-features-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.og-features-headline {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 1rem;
}
.og-features-sub {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 2rem;
}
.og-features-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: var(--accent);
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.25s, transform 0.2s;
}
.og-features-cta:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
}

/* Grille bento (3 cartes) */
.og-features-bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 1.25rem;
}
.og-bento-card {
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.og-bento-card-wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
}
.og-bento-card-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.og-bento-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.og-bento-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 1rem;
}
.og-bento-icons-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.og-bento-icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
  color: var(--accent);
}
.og-bento-dotted-line {
  flex: 1;
  max-width: 60px;
  height: 0;
  border-top: 2px dashed rgba(255,255,255,0.2);
}
.og-bento-divider {
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.12), transparent);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.og-bento-glow-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: none;
}
.og-bento-mockup {
  background: rgba(0,0,0,0.3);
  border-radius: 16px;
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,0.06);
}
.og-bento-mockup-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.og-bento-mockup-header {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.25rem;
}
.og-bento-mockup-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-muted);
}
.og-bento-mockup-row span:last-child {
  color: var(--text);
  font-weight: 600;
}
.og-bento-mockup-success {
  color: var(--success) !important;
}

/* Cartes verticales avec glow */
.og-bento-card-tall {
  min-height: 240px;
  display: flex;
  flex-direction: column;
}
.og-bento-card-glow .og-bento-glow-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  display: none;
  pointer-events: none;
}
.og-bento-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 1rem;
}
.og-bento-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 0.85rem;
  opacity: 1;
}
.og-bento-list li:last-child {
  border-bottom: none;
}
.og-bento-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--accent-subtle);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.8rem;
  flex-shrink: 0;
}
.og-bento-amount {
  font-weight: 600;
  color: var(--text);
  flex: 1;
}
.og-bento-date {
  color: var(--text-muted);
  font-size: 0.8rem;
}
.og-bento-status {
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}
.og-bento-status-ok {
  background: rgba(76,175,80,0.2);
  color: var(--success);
}
.og-bento-status-pending {
  background: rgba(255,255,255,0.08);
  color: var(--text-muted);
}

/* Carte Réservations — style dashboard + ticker infini */
.og-bento-card-resa {
  overflow: hidden;
}
.og-resa-ticker {
  position: relative;
  height: 200px;
  margin-top: 1rem;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.04);
  box-shadow: none;
}
.og-resa-ticker-fade {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  pointer-events: none;
  z-index: 2;
}
.og-resa-ticker-fade-top {
  top: 0;
  background: linear-gradient(to bottom, rgba(10,10,10,0.98) 0%, transparent 100%);
}
.og-resa-ticker-fade-bottom {
  bottom: 0;
  background: linear-gradient(to top, rgba(10,10,10,0.98) 0%, transparent 100%);
}
.og-resa-ticker-track {
  display: flex;
  flex-direction: column;
  animation: og-resa-scroll 24s linear infinite;
}
@keyframes og-resa-scroll {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .og-resa-ticker-track { animation: none; }
}
.og-resa-rows {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-shrink: 0;
}
.og-resa-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  font-size: 0.75rem;
  min-height: 52px;
  flex-shrink: 0;
}
.og-resa-name {
  flex: 1;
  min-width: 0;
  margin-right: 0.5rem;
  color: #fff;
  font-weight: 500;
}
.og-resa-amount {
  flex-shrink: 0;
  margin-right: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  font-size: 0.8rem;
}
.og-resa-stat {
  flex-shrink: 0;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.og-resa-stat-paid {
  background: rgba(16, 185, 129, 0.15);
  border: 1px solid rgba(16, 185, 129, 0.4);
  color: #10b981;
}
.og-resa-stat-seated {
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.35);
  color: #60a5fa;
}
.og-resa-stat-waiting {
  background: rgba(96, 165, 250, 0.08);
  border: 1px solid rgba(96, 165, 250, 0.3);
  color: #93c5fd;
}
.og-resa-stat-unscanned {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.35);
  color: #f87171;
}
.og-resa-stat-pending {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  color: var(--text-muted);
}

@media (max-width: 700px) {
  .og-resa-row {
    font-size: 0.7rem;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
  }
  .og-resa-rows { gap: 0.85rem; }
}

/* Cluster d'icônes */
.og-bento-icons-cluster {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
  position: relative;
  z-index: 1;
}
.og-bento-cluster-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
  color: var(--accent);
  border: 1px solid rgba(255,255,255,0.08);
}
.og-bento-cluster-icon svg {
  width: 22px;
  height: 22px;
}
.og-bento-cluster-icon:nth-child(2) { transform: translateY(-4px); }
.og-bento-cluster-icon:nth-child(3) { transform: translate(4px, 2px); }
.og-bento-cluster-icon:nth-child(4) { transform: translate(-2px, 4px); }
.og-bento-cluster-icon:nth-child(5) { transform: translate(2px, -2px); }

/* Cluster futuriste — animations sur Tables VIP & billetterie */
@keyframes og-icon-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.05); }
}
@keyframes og-icon-glow-pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(197, 165, 114, 0),
      0 0 12px rgba(197, 165, 114, 0.15);
  }
  50% {
    box-shadow: 0 0 0 2px rgba(197, 165, 114, 0.25),
      0 0 20px rgba(197, 165, 114, 0.35);
  }
}
@keyframes og-icon-border-shimmer {
  0%, 100% { border-color: rgba(197, 165, 114, 0.3); }
  50% { border-color: rgba(197, 165, 114, 0.7); }
}

.og-bento-icons-cluster-futuristic {
  position: relative;
}
.og-bento-icons-cluster-futuristic::before {
  content: '';
  position: absolute;
  inset: -8px;
  background: radial-gradient(circle at 50% 50%, rgba(197, 165, 114, 0.06) 0%, transparent 70%);
  animation: og-glow-breathe 4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes og-glow-breathe {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

.og-bento-icons-cluster-futuristic .og-bento-cluster-icon {
  animation: og-icon-float 3s ease-in-out infinite,
    og-icon-glow-pulse 2.5s ease-in-out infinite,
    og-icon-border-shimmer 2s ease-in-out infinite;
  position: relative;
  z-index: 1;
  transition: filter 0.3s;
}
.og-bento-icons-cluster-futuristic .og-bento-cluster-icon:hover {
  filter: drop-shadow(0 0 8px var(--accent));
}
.og-bento-icons-cluster-futuristic .og-bento-cluster-icon:nth-child(1) { animation-delay: 0s, 0s, 0s; }
.og-bento-icons-cluster-futuristic .og-bento-cluster-icon:nth-child(2) { animation-delay: 0.2s, 0.5s, 0.2s; }
.og-bento-icons-cluster-futuristic .og-bento-cluster-icon:nth-child(3) { animation-delay: 0.4s, 1s, 0.4s; }
.og-bento-icons-cluster-futuristic .og-bento-cluster-icon:nth-child(4) { animation-delay: 0.6s, 1.5s, 0.6s; }
.og-bento-icons-cluster-futuristic .og-bento-cluster-icon:nth-child(5) { animation-delay: 0.8s, 2s, 0.8s; }

@media (max-width: 900px) {
  .og-features-bento-inner {
    grid-template-columns: 1fr;
  }
  .og-features-bento-copy {
    position: static;
    text-align: center;
  }
  .og-features-cta {
    margin: 0 auto;
  }
  .og-bento-card-wide {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .og-bento-divider {
    width: 80px;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.12), transparent);
  }
  .og-bento-glow-node {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 600px) {
  .og-features-bento-grid {
    grid-template-columns: 1fr;
  }
  .og-bento-card-wide {
    grid-template-columns: 1fr;
  }
}

/* Section process 3 etapes — style reference */
.og-steps-neo {
  background: var(--bg, #070707);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}
.og-steps-neo-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.og-steps-neo-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(1.5rem, 4vw, 2.5rem);
}
.og-steps-neo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
}
.og-steps-neo-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.og-steps-neo-title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.03em;
}
.og-steps-neo-sub {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.1rem);
  color: var(--text-muted);
}
.og-steps-neo-rail {
  width: min(760px, 100%);
  height: 1px;
  margin: 0 auto 1.8rem;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.14) 25%, rgba(255,255,255,0.14) 75%, transparent 100%);
}
.og-steps-neo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.og-steps-neo-card {
  background: var(--surface, #111111);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: inset 0 0 0 1px rgba(197,165,114,0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  animation: og-steps-card-float 5.5s ease-in-out infinite;
}
.og-steps-neo-card:nth-child(2) { animation-delay: 0.3s; }
.og-steps-neo-card:nth-child(3) { animation-delay: 0.6s; }
.og-steps-neo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(197,165,114,0.35);
  box-shadow: 0 16px 40px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(197,165,114,0.12);
}
.og-steps-neo-visual {
  height: 210px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 0.9rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
}
.og-steps-neo-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.og-steps-neo-visual-3 .og-steps-neo-image {
  object-fit: contain;
  object-position: center center;
  transform: scale(1.38);
  transform-origin: center center;
}
.og-steps-neo-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(140px 80px at 100% 0%, rgba(197,165,114,0.22), transparent 70%);
  pointer-events: none;
}
.og-steps-mini-ui,
.og-steps-list-ui {
  position: absolute;
  inset: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.og-steps-mini-ui span,
.og-steps-list-ui span {
  display: block;
  height: 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.06);
}
.og-steps-mini-ui span:nth-child(1) { width: 70%; }
.og-steps-mini-ui span:nth-child(2) { width: 92%; }
.og-steps-mini-ui span:nth-child(3) { width: 55%; }
.og-steps-list-ui span:nth-child(1) { width: 95%; }
.og-steps-list-ui span:nth-child(2) { width: 82%; }
.og-steps-list-ui span:nth-child(3) { width: 64%; }
.og-steps-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.04);
}
.og-steps-plus::before,
.og-steps-plus::after {
  content: "";
  position: absolute;
  background: var(--accent);
  border-radius: 2px;
}
.og-steps-plus::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.og-steps-plus::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.og-steps-neo-card-title {
  margin: 0 0 0.35rem;
  font-size: 1.12rem;
  color: #fff;
}
.og-steps-neo-card-text {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
@keyframes og-steps-card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@media (max-width: 980px) {
  .og-steps-neo-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
  .og-steps-neo-rail { display: none; }
}

/* Pas de padding horizontal sur main : les sections .og-* gèrent déjà les marges (évite double gouttière mobile) */

/* Section stats / social proof — layout 2 colonnes */
.og-stats-section {
  background: var(--bg, #070707);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}
.og-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 5vw, 4rem);
  align-items: center;
}
.og-stats-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
}
.og-stats-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.og-stats-headline {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
}
.og-stats-sub {
  margin: 0 0 1.5rem;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  color: var(--text-muted);
  line-height: 1.6;
}
.og-stats-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.og-stats-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.9rem 1.5rem;
  background: var(--accent);
  color: #0a0a0a;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.25s, transform 0.2s;
}
.og-stats-cta:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
}
.og-stats-proof {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}
.og-stats-avatars {
  display: flex;
}
.og-stats-avatars span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);
  border: 2px solid #0a0a0a;
  margin-left: -8px;
}
.og-stats-avatars span:first-child { margin-left: 0; }
.og-stats-proof-num {
  font-weight: 600;
  color: var(--text);
}
.og-stats-cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.og-stat-card {
  position: relative;
  padding: 1.25rem 1.5rem;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}
.og-stat-card::before {
  display: none;
}
.og-stat-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 0.25rem;
}
.og-stat-detail {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  color: var(--text-muted);
}
.og-stat-detail svg {
  flex-shrink: 0;
  opacity: 0.8;
}
.og-stat-value {
  display: block;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  position: relative;
  z-index: 1;
}
.og-stat-card-1 .og-stat-value { color: #fff; }
.og-stat-card-2 .og-stat-value { color: #fff; }
.og-stat-card-3 .og-stat-value { color: rgba(255,255,255,0.9); }
.og-stat-glow {
  display: none;
}
.og-appmanager-section .og-stat-value {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 700;
  line-height: 1.35;
  max-width: 90%;
}
@media (max-width: 900px) {
  .og-stats-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .og-stats-cta-row { justify-content: center; }
  .og-stats-proof { justify-content: center; }
}

/* Section 4 colonnes features — layout horizontal */
.og-features-row {
  background: var(--bg, #070707);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}
.og-features-row-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
}
.og-features-row-inner.og-features-row-final {
  display: block;
}
/* Section finale — en-tête + grille 2x2 */
.og-features-row-head {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.og-features-row-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 0.75rem;
}
.og-features-row-sub {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}
.og-features-row-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}
.og-feat-col {
  padding: 1rem 0;
  text-align: left;
}
/* Cartes style cohérent avec og-bento-card */
.og-feat-col-card {
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: clamp(1.5rem, 2.5vw, 2rem);
  position: relative;
  overflow: hidden;
}
.og-feat-col-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: none;
  pointer-events: none;
  z-index: 0;
}
.og-feat-col-card .og-feat-col-icon,
.og-feat-col-card .og-feat-col-title,
.og-feat-col-card .og-feat-col-desc {
  position: relative;
  z-index: 1;
}
.og-feat-col-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  background: rgba(197, 165, 114, 0.12);
  border-radius: 12px;
  color: var(--accent);
}
.og-feat-col-icon svg {
  width: 24px;
  height: 24px;
}
.og-feat-col-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.og-feat-col-desc {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
}
@media (max-width: 900px) {
  .og-features-row-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .og-features-row-grid-2x2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .og-features-row-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .og-features-row-grid-2x2 {
    grid-template-columns: 1fr;
  }
  .og-feat-col-icon { margin-left: auto; margin-right: auto; }
}

/* Section ressources internes — page organisateurs */
.organizers-page .og-resources-section {
  background: var(--bg, #070707);
  padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 3rem);
}
.organizers-page .og-resources-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.organizers-page .og-resources-title {
  font-family: var(--font-display, 'Syne', sans-serif);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  font-weight: 700;
  margin: 0 0 1.5rem;
  color: var(--text, #f4f4f4);
}
.organizers-page .og-resources-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: center;
}
.organizers-page .og-resources-links a {
  color: var(--text-secondary, #c8c8c8);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 16px;
  border-radius: 999px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.organizers-page .og-resources-links a:hover {
  border-color: var(--accent, #c5a572);
  color: var(--accent, #c5a572);
}

/* Section FAQ — design accordéon (référence) */
.og-faq-section {
  background: var(--bg, #070707);
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}
.og-faq-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.og-faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  margin-bottom: 1rem;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text);
}
.og-faq-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
.og-faq-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}
.og-faq-sub {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0 0 clamp(2rem, 4vw, 3rem);
  text-align: center;
}
.og-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.og-faq-item {
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  border-radius: 50px;
  overflow: hidden;
}
.og-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  list-style: none;
}
.og-faq-question::-webkit-details-marker { display: none; }
.og-faq-question::marker { content: none; }
.og-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  transition: transform 0.2s;
}
.og-faq-item[open] .og-faq-icon {
  transform: rotate(45deg);
}
.og-faq-answer {
  padding: 0 1.5rem 1.25rem;
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.55;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding-top: 1rem;
  margin-top: 0;
}
@media (max-width: 640px) {
  .og-faq-grid { grid-template-columns: 1fr; }
  .og-faq-item { border-radius: 24px; }
}

/* Section finale — 4 features (design image) */
.og-bento-final {
  background: #000;
  padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}
.og-bento-final-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.og-bento-final-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.og-bento-f-full { grid-column: span 2; }
.og-bento-f-card {
  background: #0a0a0a;
  border-radius: 28px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  text-align: left;
}
/* Glow top-left, derrière l'icône */
.og-bento-f-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 60%;
  background: radial-gradient(circle at top left, rgba(197, 165, 114, 0.18), transparent 50%);
  pointer-events: none;
}
.og-bento-f-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1.25rem;
  background: rgba(197, 165, 114, 0.12);
  border-radius: 12px;
  color: var(--accent);
  position: relative;
  z-index: 1;
}
.og-bento-f-icon svg { width: 24px; height: 24px; }
.og-bento-f-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
.og-bento-f-card-desc,
.og-bento-f-card-sub {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.55;
  position: relative;
  z-index: 1;
}
.og-bento-f-list { display: flex; flex-direction: column; gap: 0.5rem; position: relative; z-index: 1; }
.og-bento-f-list-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  font-size: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.og-bento-f-ava {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(197, 165, 114, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.7rem;
  flex-shrink: 0;
}
.og-bento-f-amt { font-weight: 600; color: #fff; }
.og-bento-f-date { color: var(--text-muted); font-size: 0.7rem; margin-left: auto; }
.og-bento-f-pill {
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 600;
}
.og-bento-f-pill-ok { background: rgba(34, 197, 94, 0.2); color: #22c55e; }
.og-bento-f-pill-wait { background: rgba(255, 255, 255, 0.1); color: var(--text-muted); }

.og-bento-f-icons-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  margin-top: 1.25rem;
  position: relative;
  z-index: 1;
}
.og-bento-f-ico {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.og-bento-f-ico svg { width: 22px; height: 22px; }

/* Carte 2x1 — graphique croissant (ligne épaisse, glow vertical fort) */
.og-bento-f-2x1 { min-height: 180px; }
.og-bento-f-glow-left {
  position: absolute;
  left: -30%;
  top: -40%;
  width: 70%;
  height: 110%;
  background: radial-gradient(ellipse 80% 100% at 20% 50%, rgba(197, 165, 114, 0.35) 0%, rgba(197, 165, 114, 0.1) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.og-bento-f-graph {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 65%;
  height: 70%;
  z-index: 1;
}
.og-bento-f-graph-svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 15px rgba(197, 165, 114, 0.5));
}

/* Carte 2x1 — visuel 3D (disques épais sur grille perspective) */
.og-bento-f-coins {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  z-index: 1;
}
.og-bento-f-coin {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(197, 165, 114, 0.7), rgba(197, 165, 114, 0.25) 60%, rgba(197, 165, 114, 0.1));
  box-shadow: 0 0 40px rgba(197, 165, 114, 0.5), 0 0 80px rgba(197, 165, 114, 0.2), inset -5px -5px 15px rgba(0,0,0,0.3), inset 5px 5px 15px rgba(255,255,255,0.1);
  transform: perspective(300px) rotateY(-20deg) rotateX(5deg);
  border: 2px solid rgba(197, 165, 114, 0.3);
}
.og-bento-f-coin:last-child {
  width: 95px;
  height: 95px;
  transform: perspective(300px) rotateY(-15deg) rotateX(5deg) translateZ(15px);
  box-shadow: 0 0 50px rgba(197, 165, 114, 0.5), 0 0 100px rgba(197, 165, 114, 0.25), inset -8px -8px 20px rgba(0,0,0,0.3), inset 8px 8px 20px rgba(255,255,255,0.08);
}
.og-bento-f-wireframe {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  z-index: 0;
  opacity: 0.8;
}

/* Carte nodes (temps réel) — lignes fines, points lumineux avec pulse */
.og-bento-f-nodes {
  position: relative;
  height: 90px;
  margin-top: 0.5rem;
  z-index: 1;
}
.og-bento-f-nodes-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.og-bento-f-node {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--accent), 0 0 30px rgba(197, 165, 114, 0.4);
  z-index: 2;
}
.og-bento-f-node-l { left: 18%; top: 18%; }
.og-bento-f-node-r { right: 18%; top: 15%; left: auto; }
.og-bento-f-node-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  box-shadow: 0 0 20px var(--accent), 0 0 40px rgba(197, 165, 114, 0.5);
}
@keyframes og-pulse {
  0%, 100% { opacity: 1; transform: scale(1); box-shadow: 0 0 15px var(--accent), 0 0 30px rgba(197, 165, 114, 0.4); }
  50% { opacity: 0.7; transform: scale(1.2); box-shadow: 0 0 25px var(--accent), 0 0 50px rgba(197, 165, 114, 0.6); }
}
.og-bento-f-pulse {
  animation: og-pulse 2s ease-in-out infinite;
}
.og-bento-f-node::after {
  content: '';
  position: absolute;
  inset: -3px;
  border: 1px solid rgba(197, 165, 114, 0.35);
  border-radius: 50%;
}
.og-bento-f-node-label {
  position: absolute;
  bottom: 2px;
  left: 12%;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}
.og-bento-f-node-label-r { left: auto; right: 12%; }

/* Carte intégration — icône centrale, particules, whoosh */
.og-bento-f-flow {
  position: relative;
  height: 85px;
  margin-top: 0.75rem;
  z-index: 1;
}
.og-bento-f-flow-pipe {
  position: absolute;
  right: 10%;
  top: 50%;
  width: 50%;
  height: 10px;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 114, 0.5));
  border-radius: 5px;
  transform: translateY(-50%);
  box-shadow: 0 0 20px rgba(197, 165, 114, 0.4);
}
.og-bento-f-flow-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 44px;
  height: 44px;
  background: rgba(15, 15, 15, 0.95);
  border: 1px solid rgba(197, 165, 114, 0.4);
  border-radius: 12px;
  transform: translate(-50%, -50%);
  box-shadow: inset 0 0 25px rgba(197, 165, 114, 0.15), 0 0 30px rgba(197, 165, 114, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}
.og-bento-f-flow-core svg { width: 24px; height: 24px; }
.og-bento-f-flow-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent);
  left: 48%;
  top: 35%;
  animation: og-particle-float 3s ease-in-out infinite;
}
.og-bento-f-flow-particle-2 { left: 55%; top: 30%; animation-delay: 0.5s; }
.og-bento-f-flow-particle-3 { left: 42%; top: 40%; animation-delay: 1s; }
@keyframes og-particle-float {
  0%, 100% { opacity: 0.6; transform: translate(0, 0); }
  50% { opacity: 1; transform: translate(5px, -8px); }
}
.og-bento-f-flow-whoosh {
  position: absolute;
  top: 50%;
  width: 25%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15));
  transform: translateY(-50%);
  opacity: 0.8;
}
.og-bento-f-flow-whoosh-l {
  left: 5%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent);
}
.og-bento-f-flow-whoosh-r {
  right: 5%;
  left: auto;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.12));
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 900px) {
  .og-bento-final-grid { gap: 16px; }
  .og-bento-f-card { padding: 28px; }
}
@media (max-width: 560px) {
  .og-bento-final-grid { grid-template-columns: 1fr; gap: 14px; }
  .og-bento-f-full { grid-column: 1; }
  .og-bento-f-card { padding: 24px; border-radius: 24px; }
}

/* Page organisateurs — vidéo d'ouverture (pleine largeur, entière) */
.og-video-hero {
  width: 100%;
  background: var(--bg);
}

.og-video-hero video {
  width: 100%;
  height: auto;
  display: block;
}

.og-hero-text {
  padding: clamp(2rem, 4vw, 6.25rem) clamp(1.5rem, 5vw, 2.5rem);
  text-align: center;
}

.og-hero-text .container {
  max-width: 720px;
  margin: 0 auto;
}

.og-hero-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text);
  margin: 0 0 0.75rem;
}

.og-hero-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

/* Management — Event, Staff, Reservation */
.og-management-section {
  padding: clamp(2rem, 4vw, 6.25rem) clamp(1.5rem, 5vw, 2.5rem);
  background: rgba(255,255,255,0.02);
}
.og-management-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.og-management-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
}
.og-management-card {
  padding: clamp(1.5rem, 2.5vw, 2.25rem);
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.06);
  border-left: 3px solid var(--accent);
  transition: background 0.3s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s, border-color 0.3s;
}
.og-management-card:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0,0,0,0.4);
  border-color: rgba(197, 165, 114, 0.2);
}
.og-management-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  color: var(--accent);
  background: var(--accent-subtle);
  border-radius: 12px;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-management-card:hover .og-management-icon {
  transform: scale(1.08);
}
.og-management-icon svg {
  flex-shrink: 0;
}
.og-management-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.2rem, 1.8vw, 1.5rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}
.og-management-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 1.25rem;
}
.og-management-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.og-management-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.5;
  transition: color 0.2s;
}
.og-management-card:hover .og-management-list li {
  color: var(--text);
}
.og-management-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent);
  opacity: 0.7;
}
@media (max-width: 900px) {
  .og-management-grid {
    grid-template-columns: 1fr;
  }
}

/* Workflow — Comment ça marche */
.og-workflow-section {
  padding: clamp(2rem, 4vw, 6.25rem) clamp(1.5rem, 5vw, 2.5rem);
  background: var(--bg);
}
.og-workflow-section .container {
  max-width: 1000px;
  margin: 0 auto;
}
.og-workflow-steps {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: 2rem;
}
.og-workflow-step {
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 260px;
  padding: clamp(1.5rem, 3vw, 2rem);
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  border: 1px solid var(--border);
  text-align: center;
  transition: background 0.3s, border-color 0.3s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.og-workflow-step:hover {
  background: rgba(255,255,255,0.06);
  border-color: var(--border-accent);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 30px -10px rgba(0,0,0,0.35);
}
.og-workflow-num {
  transition: transform 0.3s, background 0.3s;
}
.og-workflow-step:hover .og-workflow-num {
  transform: scale(1.12);
  background: rgba(197, 165, 114, 0.2);
}
.og-workflow-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent);
  background: var(--accent-subtle);
  border-radius: 50%;
}
.og-workflow-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
}
.og-workflow-desc {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}
.og-workflow-arrow {
  display: flex;
  align-items: center;
  color: var(--accent);
  opacity: 0.6;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .og-workflow-steps {
    flex-direction: column;
    align-items: center;
  }
  .og-workflow-arrow {
    transform: rotate(90deg);
  }
  .og-workflow-step {
    max-width: 100%;
  }
}

.og-tools-section {
  padding: clamp(2rem, 4vw, 6.25rem) clamp(1.5rem, 5vw, 2.5rem);
  background: rgba(255,255,255,0.02);
}
.og-tools-section .container {
  max-width: 1100px;
  margin: 0 auto;
}
.og-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
  text-align: center;
}
.og-section-title--small {
  font-size: clamp(1.5rem, 2.5vw, 1.875rem);
}
.og-section-subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: var(--text-muted);
  text-align: center;
  margin: 0 0 clamp(2.5rem, 5vw, 4rem);
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.og-tools-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 3vw, 2.5rem);
}
@media (max-width: 768px) {
  .og-tools-grid {
    grid-template-columns: 1fr;
  }
}
.og-tool-card {
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: rgba(255,255,255,0.03);
  border-radius: 12px;
  border-left: 3px solid var(--accent);
  transition: background 0.3s, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s;
}
.og-tool-card:hover {
  background: rgba(255,255,255,0.06);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px -12px rgba(0,0,0,0.4);
}
.og-tool-card .og-tool-icon {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-tool-card:hover .og-tool-icon {
  transform: scale(1.08);
}
.og-tool-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0.75rem;
  color: var(--accent);
  background: var(--accent-subtle);
  border-radius: 8px;
}
.og-tool-icon svg {
  flex-shrink: 0;
}
.og-tool-badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.75rem;
}
.og-tool-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.6rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.25em;
}
.og-tool-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
}
.og-tool-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.og-tool-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.5;
  opacity: 1;
  transform: translateX(0);
  transition: color 0.2s, transform 0.25s ease-out;
}
.og-tool-card:hover .og-tool-list li {
  color: var(--text);
}
.og-tool-card:hover .og-tool-list li:nth-child(1) { transition-delay: 0.02s; }
.og-tool-card:hover .og-tool-list li:nth-child(2) { transition-delay: 0.04s; }
.og-tool-card:hover .og-tool-list li:nth-child(3) { transition-delay: 0.06s; }
.og-tool-card:hover .og-tool-list li:nth-child(4) { transition-delay: 0.08s; }
.og-tool-card:hover .og-tool-list li:nth-child(5) { transition-delay: 0.1s; }
.og-tool-list li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--accent);
  opacity: 0.7;
}
.og-tool-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
  background: var(--accent-subtle);
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.25s, color 0.25s, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-tool-cta:hover {
  background: rgba(197, 165, 114, 0.2);
  color: var(--accent-hover);
  transform: translateY(-2px);
}

/* Avantages — Pourquoi choisir Night Square */
.og-benefits-section {
  padding: clamp(2rem, 4vw, 6.25rem) clamp(1.5rem, 5vw, 2.5rem);
  background: rgba(255,255,255,0.02);
}
.og-benefits-section .container {
  max-width: 1000px;
  margin: 0 auto;
}
.og-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(1.25rem, 3vw, 1.75rem);
  margin-top: 2rem;
}
.og-benefit-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: rgba(255,255,255,0.02);
  border-radius: 12px;
  border-left: 3px solid var(--accent);
  transition: background 0.3s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s;
}
.og-benefit-item:hover {
  background: rgba(255,255,255,0.05);
  transform: translateX(6px);
  border-left-color: var(--accent-hover);
}
.og-benefit-item .og-benefit-icon {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-benefit-item:hover .og-benefit-icon {
  transform: scale(1.15);
}
.og-benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.85rem;
  color: var(--accent);
  background: var(--accent-subtle);
  border-radius: 50%;
  flex-shrink: 0;
}
.og-benefit-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  font-weight: 600;
  color: var(--text);
  margin: 0;
}
.og-benefit-desc {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 600px) {
  .og-benefits-grid {
    grid-template-columns: 1fr;
  }
}

.og-video-section {
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 2.5rem);
  background: #000;
}
.og-video-section .container {
  max-width: 1000px;
  margin: 0 auto;
}
.og-video-section .og-section-title {
  margin-bottom: 1.5rem;
}
.og-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.og-cta-section {
  padding: clamp(2rem, 4vw, 6.25rem) clamp(1.5rem, 5vw, 2.5rem);
  background: #0a0a0a;
  text-align: center;
}
.og-cta-section .container {
  max-width: 560px;
  margin: 0 auto;
}
.og-cta-section .og-section-title {
  margin-bottom: 0.5rem;
}
.og-cta-section .og-cta-text {
  margin-bottom: 1.5rem;
}
.og-cta-section .og-cta-btn svg {
  flex-shrink: 0;
}

/* Uniquement sur la home : sections sans fond pour laisser voir le fond du body */
.home-immersive > section {
  background: transparent;
}


/* Fix scroll sur mobile / tactile (iOS Safari) - position:relative casse le scroll */
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
  body {
    position: static !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }
}

/* Immersive: fond unifié avec profondeur - SUPPRIMÉ */

body > main {
  position: relative;
  z-index: 1;
}

/* Sections révélées au scroll — désactivé sur home pour scroll fluide */
.reveal-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.reveal-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Home: pas d'animation au scroll = fluide type Apple */
.home-immersive .reveal-section {
  opacity: 1;
  transform: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal-section {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

h1 {
  font-size: clamp(4.5rem, 11vw, 8rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}

h2 {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h3 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
}

p {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  color: var(--text-muted);
  line-height: 1.7;
}

/* Pas de scroll horizontal : tout le contenu reste dans l'écran */
body > header,
body > main,
body > footer {
  max-width: 100%;
  overflow-x: hidden;
}

body.event-page-body > main.event-detail-page {
  overflow-x: visible !important;
}

/* overflow-x:hidden sur html/body/main casse le panier fixe desktop */
html:has(body.reservation-page-body),
body.reservation-page-body {
  overflow-x: visible !important;
}

body.reservation-page-body > main.reservation-page-main,
body.reservation-page-body > main.reservation-page-main .reservation-page-wrap,
body.reservation-page-body > main.reservation-page-main .reservation-page-form,
body.reservation-page-body > main.reservation-page-main .reservation-page-layout {
  overflow: visible !important;
  overflow-x: visible !important;
}

/* Fiche événement desktop : overflow des ancêtres casse position:sticky sur la photo */
html:has(body.event-page-body),
body.event-page-body {
  overflow-x: visible !important;
}

@media (min-width: 900px) {
  body.event-page-body > main.event-detail-page,
  body.event-page-body .event-page-viewport,
  body.event-page-body #event-detail-wrap,
  body.event-page-body .event-detail-card,
  body.event-page-body .event-detail-layout {
    overflow: visible !important;
    overflow-x: visible !important;
  }
}

/* Permettre au menu déroulant de langue de dépasser du header et nav */
body > header .lang-dropdown {
  overflow: visible !important;
  position: relative !important;
  z-index: 10000 !important;
}

body > header .lang-dropdown-menu {
  overflow: visible !important;
  position: absolute !important;
  z-index: 10001 !important;
}

/* How it works - split sections inspired by marketing shots */
.howit-hero {
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.howit-hero-kicker {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.24rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.howit-shot-section {
  padding: 4.2rem clamp(1.5rem, 6vw, 5rem) 6rem;
  display: flex;
  flex-direction: column;
  gap: 4.25rem;
  max-width: 1280px;
  margin: 0 auto;
}

.howit-shot-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 4rem);
  padding: clamp(1.2rem, 2.4vw, 1.8rem);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.04), rgba(8, 8, 10, 0.82) 55%);
}

.howit-shot-row-alt .howit-shot-copy {
  order: 2;
}

.howit-shot-row-alt .howit-shot-visual {
  order: 1;
}

.howit-shot-copy {
  max-width: 520px;
}

.howit-shot-kicker {
  display: inline-block;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bba9ff;
  background: rgba(111, 77, 255, 0.18);
  margin-bottom: 0.85rem;
}

.howit-shot-title {
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.howit-shot-text {
  max-width: 34rem;
  margin-bottom: 1.3rem;
  color: var(--text-muted);
}

.howit-shot-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, #ffffff, #ececec);
  color: #050505;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55);
}

.howit-shot-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
  background: #f0f0f0;
}

.howit-shot-cta:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.howit-shot-visual {
  position: relative;
  height: clamp(260px, 48vh, 420px);
  border-radius: 32px;
  background: radial-gradient(circle at top left, rgba(140, 92, 255, 0.7), transparent 55%), radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.9), #050509);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.howit-benefits {
  padding-top: 0;
}

.howit-benefits-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem;
}

.howit-benefit-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--surface, #111111);
  min-height: 160px;
}

.howit-benefit-card h3 {
  margin-bottom: 0.45rem;
}

.howit-benefit-card p {
  color: var(--text-muted);
  line-height: 1.55;
}

.howit-final-cta {
  margin-top: 0.5rem;
}

.howit-shot-visual::before,
.howit-shot-visual::after {
  content: '';
  position: absolute;
  border-radius: 24px;
  backdrop-filter: blur(22px);
}

.howit-shot-visual-1::before {
  inset: 12% 12% 20% 40%;
  background: linear-gradient(145deg, rgba(8, 8, 12, 0.96), rgba(18, 18, 26, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}

.howit-shot-visual-1::after {
  inset: 48% 40% 10% 16%;
  background: radial-gradient(circle at top left, rgba(123, 92, 255, 0.7), rgba(15, 15, 23, 0.98));
}

.howit-shot-visual-2::before {
  inset: 10% 18% 22% 14%;
  background: linear-gradient(150deg, rgba(8, 8, 12, 0.96), rgba(18, 18, 26, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}

.howit-shot-visual-2::after {
  inset: 52% 36% 14% 20%;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 70%);
}

.howit-shot-visual-3::before {
  inset: 14% 16% 24% 18%;
  background: linear-gradient(160deg, rgba(8, 8, 12, 0.96), rgba(18, 18, 26, 0.98));
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.9);
}

.howit-shot-visual-3::after {
  inset: 54% 32% 12% 22%;
  background: radial-gradient(circle at top left, rgba(255, 179, 79, 0.6), rgba(24, 12, 40, 0.98));
}

@media (max-width: 960px) {
  .howit-shot-section {
    padding-inline: 1.5rem;
    padding-block: 4.5rem;
    gap: 3.2rem;
  }

  .howit-shot-row {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .howit-shot-row-alt .howit-shot-copy,
  .howit-shot-row-alt .howit-shot-visual {
    order: initial;
  }
}

@media (max-width: 640px) {
  .howit-shot-section {
    padding-inline: 1.25rem;
  }

  .howit-shot-visual {
    height: 260px;
  }

  .howit-benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* Organizers — 3 étapes simples (og-steps-howit) */
.og-steps-howit {
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
  background: var(--bg, #070707);
}
.og-steps-howit-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.og-steps-howit-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto clamp(2.5rem, 6vw, 4rem);
}
.og-steps-howit-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: 999px;
  font-size: 0.82rem;
  color: var(--text);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-steps-howit.og-visible .og-steps-howit-badge {
  opacity: 1;
  transform: translateY(0);
}
.og-steps-howit-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}
.og-steps-howit-title {
  margin: 0 0 0.75rem;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.1;
  color: #fff;
  letter-spacing: -0.03em;
}
.og-steps-howit-sub {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  color: var(--text-muted);
}
.og-steps-howit-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 4rem);
  margin-bottom: clamp(3rem, 6vw, 5rem);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.og-steps-howit.og-visible .og-steps-howit-inner .og-steps-howit-row:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.og-steps-howit.og-visible .og-steps-howit-inner .og-steps-howit-row:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}
.og-steps-howit.og-visible .og-steps-howit-inner .og-steps-howit-row:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.og-steps-howit-row:last-child {
  margin-bottom: 0;
}
.og-steps-howit-row-alt .og-steps-howit-copy {
  order: 2;
}
.og-steps-howit-row-alt .og-steps-howit-visual {
  order: 1;
}
.og-steps-howit-copy {
  max-width: 520px;
}
.og-steps-howit-kicker {
  display: inline-block;
  padding: 0.18rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #bba9ff;
  background: rgba(111, 77, 255, 0.18);
  margin-bottom: 0.85rem;
}
.og-steps-howit-card-title {
  font-size: clamp(1.6rem, 3.2vw, 2.4rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  color: #fff;
}
.og-steps-howit-text {
  max-width: 34rem;
  margin: 0 0 1.5rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.og-steps-howit-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: #ffffff;
  color: #050505;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.55);
}
.og-steps-howit-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.75);
  background: #f0f0f0;
  color: #050505;
}
.og-steps-howit-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  box-shadow: none;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  max-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.og-steps-howit-visual:hover {
  transform: scale(1.02);
}
.og-steps-howit-image {
  width: 100%;
  max-height: 340px;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
}
@media (max-width: 960px) {
  .og-steps-howit-row {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3.5rem;
  }
  .og-steps-howit-row-alt .og-steps-howit-copy,
  .og-steps-howit-row-alt .og-steps-howit-visual {
    order: initial;
  }
  .og-steps-howit-copy {
    max-width: none;
  }
}

/* Header — flottant glassmorphisme par défaut (uniquement le nav principal) */
body > header {
  position: fixed;
  top: 1rem;
  left: 1.5rem;
  right: 1.5rem;
  max-width: calc(100% - 3rem);
  margin: 0 auto;
  z-index: 20000;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: rgba(7, 7, 7, 0.4); /* = var(--bg) #070707 */
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

body > header > nav {
  overflow: visible;
  max-height: none;
}

body > header.scrolled {
  background: rgba(7, 7, 7, 0.6); /* = var(--bg) #070707 */
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  padding: 0.65rem 1rem;
}

header.site-header,
header.site-header.scrolled {
  box-shadow: none !important;
}

body > header.scrolled > nav {
  overflow: visible;
}

nav {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 2rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: visible;
  width: 100%;
}

/* Exception pour le sélecteur de langue - doit pouvoir dépasser */
nav .lang-dropdown {
  overflow: visible !important;
  position: relative !important;
  z-index: 10000 !important;
}

.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.logo-img {
  height: 42px;
  width: auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: contain;
}

.logo::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 0;
  background: var(--accent);
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 2px;
}

.logo:hover .logo-img {
  transform: translateX(4px);
  opacity: 0.9;
}

.nav-search-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: 0.4rem;
  min-width: clamp(220px, 24vw, 360px);
  padding: 0.58rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(20, 20, 20, 0.45);
  color: var(--text-muted);
  text-decoration: none;
  transition: all 0.25s ease;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.nav-search-link:hover {
  border-color: rgba(197, 165, 114, 0.45);
  color: var(--text);
  box-shadow: 0 0 0 1px rgba(197, 165, 114, 0.28), 0 8px 24px rgba(0, 0, 0, 0.25);
}

.nav-search-icon {
  font-size: 0.9rem;
  line-height: 1;
}

.nav-search-text {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-links {
  display: flex;
  gap: 0.5rem;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
  margin-left: auto;
  overflow: visible;
  flex-wrap: nowrap;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 0.6rem 1.25rem;
  display: block;
  border-radius: 10px;
  letter-spacing: 0.02em;
  font-family: 'Montserrat', sans-serif;
}

.nav-links a::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(197, 165, 114, 0.08);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 2px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links a:hover::before {
  opacity: 1;
}

.nav-links a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Boutons auth header : Se connecter (outline) + S'inscrire (CTA) — spécificité forte pour écraser .nav-links a */
.nav-links a.nav-auth-link {
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.03em;
  border: 1.5px solid rgba(197, 165, 114, 0.6);
  color: var(--accent) !important;
  background: transparent !important;
}

.nav-links a.nav-auth-link::before,
.nav-links a.nav-auth-link::after {
  display: none !important;
}

.nav-links a.nav-auth-link:hover {
  color: var(--text) !important;
  background: rgba(197, 165, 114, 0.15) !important;
  border-color: var(--accent);
  box-shadow: 0 0 20px var(--accent-glow);
}

.nav-links a.nav-auth-link.nav-auth-cta {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%) !important;
  color: #0D0D0D !important;
  border: none;
  padding: 0.55rem 1.15rem;
  box-shadow: 0 2px 12px rgba(197, 165, 114, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.nav-links a.nav-auth-link.nav-auth-cta:hover {
  background: linear-gradient(135deg, var(--accent-hover) 0%, #E5D4A8 100%) !important;
  color: #0D0D0D !important;
  box-shadow: 0 4px 20px rgba(197, 165, 114, 0.5);
  transform: translateY(-1px);
}

.nav-auth-active {
  color: var(--accent);
}

/* Bouton utilisateur connecté dans le header */
.nav-user {
  position: relative;
}

.nav-user-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 165, 114, 0.5);
  background: rgba(13, 13, 13, 0.7);
  color: var(--text);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.nav-user-btn:hover {
  background: rgba(197, 165, 114, 0.16);
  border-color: var(--accent);
  box-shadow: 0 0 18px var(--accent-glow);
  transform: translateY(-1px);
}

.nav-user-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid rgba(197, 165, 114, 0.6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  background: radial-gradient(circle at 0 0, rgba(255,255,255,0.16), rgba(197,165,114,0.15));
}

.nav-user-name {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ----- Auth pages (connexion / inscription) ----- */
.auth-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Auth promoteur / backoffice RP : pas de tab bar iOS en bas */
@media (max-width: 768px) {
  body.ns-no-mobile-tabbar,
  body.event-page-body {
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
  }

  body.ns-no-mobile-tabbar .mobile-ios-tabbar,
  body.event-page-body .mobile-ios-tabbar,
  body.city-page .mobile-ios-tabbar,
  body.club-page .mobile-ios-tabbar {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

.auth-main {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 7.5rem 1.5rem 3rem;
}

.auth-container {
  width: 100%;
  max-width: 380px;
}

/* Ordinateur : largeur agrandie pour inscription et connexion */
@media (min-width: 1024px) {
  .auth-container {
    max-width: 440px;
  }
  .auth-card {
    padding: 3rem;
  }
}

.auth-card {
  background: var(--surface);
  border: 1px solid rgba(178, 152, 107, 0.25);
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.auth-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.5rem;
  text-align: center;
}

.auth-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  text-align: center;
  margin: 0 0 1.5rem;
}

.auth-subtitle a,
.auth-subtitle a:visited {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.auth-subtitle a:hover,
.auth-subtitle a:focus-visible {
  text-decoration: underline;
}

/* Home: arrondi uniforme demandé sur les boutons */
body.home-page .nav-links a.nav-auth-link,
body.home-page .nav-links a.nav-auth-link.nav-auth-cta,
body.home-page .final-app-store-button,
body.home-page .final-play-store-button,
body.home-page .filter-button,
body.home-page .load-more-button,
body.home-page .footer-email-button {
  border-radius: 999px !important;
}

body.home-page .artist-item,
body.home-page .artist-item.visible {
  border-radius: 22px !important;
}

body.home-page .trust-logo,
body.home-page .trust-logo.fade-in.visible {
  border-radius: 28px !important;
}

body.home-page .artist-image {
  border-radius: 0 !important;
}

/* RP Connexion (/rp-connexion) : arrondis uniformes 28px */
body.auth-page .auth-card,
body.auth-page .promoter-auth-tabs,
body.auth-page .promoter-auth-tab,
body.auth-page .auth-field input,
body.auth-page .auth-field select,
body.auth-page .auth-input-select,
body.auth-page .auth-password-wrap,
body.auth-page .auth-submit,
body.auth-page .footer-email-button {
  border-radius: 28px !important;
}

.promoter-auth-tabs {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.promoter-auth-tab {
  flex: 1;
  padding: 0.65rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: inherit;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.promoter-auth-tab:hover {
  border-color: rgba(197, 165, 114, 0.35);
  color: #ffffff;
}

.promoter-auth-tab.is-active {
  background: rgba(197, 165, 114, 0.12);
  border-color: rgba(197, 165, 114, 0.45);
  color: #ffffff;
}

/* Onglets RP: texte blanc en permanence (actif/inactif/tous états) */
.promoter-auth-tab,
.promoter-auth-tab:hover,
.promoter-auth-tab:focus,
.promoter-auth-tab:focus-visible,
.promoter-auth-tab:active,
.promoter-auth-tab.is-active,
.promoter-auth-tab[aria-selected='true'],
.promoter-auth-tab[aria-selected='false'] {
  color: #ffffff !important;
}

.promoter-auth-global-error {
  text-align: center;
  margin-bottom: 0.75rem;
}

.auth-label-optional {
  font-size: 0.82em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
}

.auth-input-select {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(178, 152, 107, 0.3);
  border-radius: 12px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-input-select:hover {
  border-color: rgba(178, 152, 107, 0.5);
}

.auth-input-select:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(197, 165, 114, 0.2);
}

.auth-social {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.auth-social-form {
  display: block;
  width: 100%;
}

.auth-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 12px;
  border: 1px solid rgba(178, 152, 107, 0.35);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.1s;
  background: transparent;
  color: var(--text);
  text-decoration: none;
  box-sizing: border-box;
}

.auth-social-btn:hover {
  border-color: rgba(178, 152, 107, 0.6);
  background: rgba(255, 255, 255, 0.04);
}

.auth-social-btn:active {
  transform: scale(0.98);
}

.auth-social-apple,
.auth-social-google {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.auth-social-apple:hover,
.auth-social-google:hover {
  background: rgba(255, 255, 255, 0.1);
}

.auth-social-icon {
  flex-shrink: 0;
}

.auth-divider {
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.auth-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.auth-field label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
}

.auth-field input {
  width: 100%;
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(178, 152, 107, 0.3);
  border-radius: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-field input::placeholder {
  color: var(--text-muted);
  opacity: 0.7;
}

.auth-field input:hover {
  border-color: rgba(178, 152, 107, 0.5);
}

.auth-field input:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 2px rgba(197, 165, 114, 0.2);
}

.auth-field input:invalid:not(:placeholder-shown):not(:focus) {
  border-color: rgba(200, 80, 80, 0.6);
}

.auth-field-phone .auth-phone-wrap {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}
.auth-field-phone .auth-phone-wrap .country-picker {
  position: relative;
  flex-shrink: 0;
}
.auth-field-phone .country-picker-trigger {
  min-width: 5.5rem;
  padding: 0.85rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(178, 152, 107, 0.3);
  border-radius: 12px;
  cursor: pointer;
  text-align: left;
  display: flex;
  align-items: center;
  transition: border-color 0.2s;
}
.auth-field-phone .country-picker-trigger:hover {
  border-color: rgba(178, 152, 107, 0.5);
}
.auth-field-phone .country-picker-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  min-width: 260px;
  max-height: 280px;
  background: var(--surface);
  border: 1px solid rgba(178, 152, 107, 0.3);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 100;
  overflow: hidden;
}
.auth-field-phone .country-picker-dropdown.open {
  display: flex;
  flex-direction: column;
}
.auth-field-phone .country-picker-search {
  padding: 0.6rem 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  border: none;
  border-bottom: 1px solid rgba(178, 152, 107, 0.2);
  background: rgba(0, 0, 0, 0.2);
  color: var(--text);
  border-radius: 12px 12px 0 0;
}
.auth-field-phone .country-picker-search:focus {
  outline: none;
  border-bottom-color: var(--accent);
}
.auth-field-phone .country-picker-search::placeholder {
  color: var(--text-muted);
}
.auth-field-phone .country-picker-list {
  overflow-y: auto;
  max-height: 220px;
  padding: 0.25rem 0;
}
.auth-field-phone .country-picker-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
}
.auth-field-phone .country-picker-item:hover,
.auth-field-phone .country-picker-item.selected {
  background: rgba(178, 152, 107, 0.15);
}
.auth-field-phone .auth-phone-wrap input[type="tel"] {
  flex: 1;
  min-width: 0;
}

.auth-field-password .auth-password-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-field-password .auth-password-wrap input {
  padding-right: 2.75rem;
}

.auth-password-toggle {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: var(--text-muted);
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-password-toggle:hover {
  color: var(--accent);
}

.auth-password-toggle svg {
  display: block;
}

.auth-password-toggle.visible .auth-password-eye {
  display: none;
}

.auth-password-toggle.visible .auth-password-eye-off {
  display: block !important;
}

.auth-error {
  font-size: 0.8rem;
  color: var(--accent);
  min-height: 1.2em;
}

.auth-submit {
  margin-top: 0.5rem;
  padding: 0.95rem 1.5rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  color: var(--bg);
  background: var(--accent);
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.auth-submit:hover {
  background: #c9b078;
}

.auth-submit:active {
  transform: scale(0.98);
}

.auth-legal-notice {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-align: center;
  margin: 1rem 0 0;
  line-height: 1.45;
}

.auth-legal-notice a {
  color: var(--accent);
  text-decoration: underline;
}

.auth-legal-notice a:hover {
  text-decoration: none;
}

.auth-legal-google {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  opacity: 0.9;
}

.auth-legal-recaptcha {
  margin-top: 0.45rem;
  font-size: 0.68rem;
  opacity: 0.9;
}

.auth-switch {
  text-align: center;
  margin: 1.5rem 0 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.auth-switch a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  margin-left: 0.35rem;
}

.auth-switch a:hover {
  text-decoration: underline;
}

@media (max-height: 700px) {
  .auth-main {
    padding: 6.5rem 1.5rem 2rem;
  }
  .auth-card {
    padding: 1.5rem;
  }
}

/* ----- Modals complétion profil Apple / Google ----- */
.social-complete-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow-y: auto;
}
.social-complete-modal {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.social-complete-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: var(--text);
}
.social-complete-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 1.25rem;
}
.social-complete-form .auth-field {
  margin-bottom: 1rem;
}
.social-complete-notice {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0.5rem 0 1rem;
  opacity: 0.85;
}
.social-complete-submit {
  width: 100%;
  margin-top: 0.5rem;
}

/* ----- Page d'accueil — fond commun var(--bg) sur html (sections transparentes) ----- */
.home-page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: transparent;
}

/* ----- Page profil — responsive tous formats ----- */
.profile-page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: var(--bg);
  background-color: var(--bg);
}

.profile-main {
  flex: 1;
  width: 100%;
  max-width: 100%;
  background: var(--bg);
  background-color: var(--bg);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-bottom: calc(2rem + env(safe-area-inset-bottom));
}

.profile-wrap {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding-left: max(1rem, env(safe-area-inset-left));
  padding-right: max(1rem, env(safe-area-inset-right));
}

/* Bandeau identité */
.profile-hero {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(1.75rem, 4vw, 2.5rem);
  overflow: hidden;
}

.profile-hero-inner {
  position: relative;
  z-index: 1;
  background: var(--surface);
  border: 1px solid var(--border-accent);
  border-radius: clamp(16px, 4vw, 24px);
  padding: clamp(1.25rem, 3.5vw, 1.75rem);
}

.profile-back {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.35rem 0;
  color: var(--text-muted);
  text-decoration: none;
  font-size: clamp(0.875rem, 2.2vw, 0.95rem);
  font-weight: 500;
  margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
  transition: color 0.2s;
}

.profile-back:hover {
  color: var(--accent);
}

.profile-back svg {
  flex-shrink: 0;
}

.profile-identity {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 1.5rem);
}

.profile-avatar {
  width: clamp(64px, 18vw, 88px);
  height: clamp(64px, 18vw, 88px);
  flex-shrink: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--accent) 0%, var(--accent-hover) 100%);
  color: var(--bg);
  font-size: clamp(1.5rem, 4.5vw, 2.25rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: -0.02em;
}

.profile-identity-text {
  min-width: 0;
  flex: 1;
}

.profile-name {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.2rem, 3.5vw, 1.5rem);
  font-weight: 700 !important;
  color: var(--text);
  margin: 0 0 0.2rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
  word-break: break-word;
}

.profile-email {
  font-size: clamp(0.8rem, 2vw, 0.95rem);
  color: var(--text-muted);
  margin: 0;
  word-break: break-word;
}

/* Premier item du menu : bouton + panneau déroulant (caché tant qu’on ne clique pas) */
.profile-menu-item-edit {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--border);
}

.profile-menu-item-friends {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--border);
}

.profile-friends-panel {
  display: none;
  padding: 0 clamp(1rem, 3vw, 1.25rem) clamp(1rem, 3vw, 1.25rem);
}

.profile-friends-panel.is-open {
  display: block;
}

.profile-friends-hint {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--text-secondary, #a8a8ad);
}

.profile-friends-add {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

.profile-friends-email {
  flex: 1;
  min-width: 0;
  padding: 0.65rem 0.75rem;
  border-radius: 0.65rem;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.875rem;
}

.profile-friends-email:focus {
  outline: none;
  border-color: rgba(197, 165, 114, 0.55);
}

.profile-friends-add-btn {
  flex-shrink: 0;
  padding: 0.65rem 0.85rem;
  border: none;
  border-radius: 0.65rem;
  background: var(--accent);
  color: #111;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
}

.profile-friends-add-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

.profile-friends-list {
  list-style: none;
  margin: 0.65rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.profile-friends-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.55rem 0.65rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.profile-friends-item-main {
  min-width: 0;
  display: grid;
  gap: 0.1rem;
}

.profile-friends-item-name {
  font-size: 0.875rem;
  color: var(--text);
  font-weight: 600;
}

.profile-friends-item-email {
  font-size: 0.75rem;
  color: var(--text-secondary, #a8a8ad);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-friends-remove {
  width: 1.75rem;
  height: 1.75rem;
  flex-shrink: 0;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ccc;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
}

.profile-friends-empty {
  margin: 0.65rem 0 0;
  font-size: 0.8125rem;
  color: var(--text-secondary, #a8a8ad);
}

.profile-menu-link-btn.is-open .profile-friends-chevron {
  transform: rotate(90deg);
}

@media (max-width: 480px) {
  .profile-friends-add {
    flex-direction: column;
  }

  .profile-friends-add-btn {
    width: 100%;
  }
}

.profile-edit-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background: rgba(0, 0, 0, 0.2);
}

.profile-edit-panel.is-open {
  max-height: 580px;
}

.profile-edit-form {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.profile-edit-field {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.profile-edit-field label {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-muted);
}

.profile-edit-optional {
  font-weight: 400;
  opacity: 0.85;
}

.profile-edit-field input {
  width: 100%;
  padding: 0.65rem 0.9rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.profile-edit-field input::placeholder {
  color: var(--text-muted);
  opacity: 0.6;
}

.profile-edit-field input:focus {
  outline: none;
  border-color: var(--accent);
}

.profile-edit-error {
  font-size: 0.75rem;
  color: var(--accent);
  min-height: 1em;
}

.profile-edit-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.profile-edit-cancel {
  padding: 0.6rem 1rem;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.profile-edit-cancel:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.profile-edit-submit {
  flex: 1;
  min-width: 120px;
  padding: 0.6rem 1rem;
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bg);
  background: var(--accent);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.profile-edit-submit:hover {
  background: var(--accent-hover);
}

.profile-edit-submit:active,
.profile-edit-cancel:active {
  transform: scale(0.98);
}

.profile-edit-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.profile-menu-link-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

.profile-menu-link-btn.is-open .profile-edit-chevron {
  transform: rotate(180deg);
}

/* Carte menu */
.profile-card {
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--surface);
  border: 1px solid var(--border-accent);
  border-radius: clamp(16px, 4vw, 24px);
  overflow: hidden;
}

.profile-card:not(:has(.profile-menu-list)) {
  padding: clamp(1.5rem, 4vw, 2rem);
}

.profile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.profile-menu-link {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2.5vw, 1rem);
  min-height: 48px;
  padding: clamp(0.875rem, 2.5vw, 1rem) clamp(1rem, 3vw, 1.25rem);
  color: var(--text);
  text-decoration: none;
  font-size: clamp(0.9rem, 2.2vw, 1rem);
  font-weight: 500;
  border-bottom: 1px solid var(--border);
  transition: background 0.2s, color 0.2s;
}

.profile-menu-list li:last-child .profile-menu-link {
  border-bottom: none;
}

.profile-menu-link:hover {
  background: var(--accent-subtle);
  color: var(--accent);
}

.profile-menu-link:hover .profile-menu-chevron {
  opacity: 1;
  transform: translateX(2px);
}

.profile-menu-icon {
  width: clamp(36px, 10vw, 44px);
  height: clamp(36px, 10vw, 44px);
  flex-shrink: 0;
  border-radius: clamp(10px, 2.5vw, 14px);
  background: var(--accent-subtle);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.profile-menu-icon svg {
  width: clamp(18px, 4.5vw, 22px);
  height: clamp(18px, 4.5vw, 22px);
}

.profile-menu-link:hover .profile-menu-icon {
  background: rgba(197, 165, 114, 0.2);
}

.profile-menu-label {
  flex: 1;
  min-width: 0;
}

.profile-menu-chevron {
  flex-shrink: 0;
  color: var(--text-muted);
  opacity: 0.7;
  transition: opacity 0.2s, transform 0.2s;
}

.profile-menu-badge {
  font-size: clamp(0.7rem, 1.8vw, 0.8rem);
  font-weight: 500;
  color: var(--text-muted);
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  background: var(--surface-variant);
}

.profile-menu-link-disabled {
  cursor: default;
  opacity: 0.85;
}

.profile-menu-link-disabled:hover {
  background: transparent;
  color: var(--text);
}

.profile-menu-link-disabled .profile-menu-icon {
  opacity: 0.8;
}

.profile-footer {
  padding: clamp(0.875rem, 2.5vw, 1.25rem) clamp(1rem, 3vw, 1.25rem);
  border-top: 1px solid var(--border);
}

.profile-logout {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  min-height: 48px;
  padding: clamp(0.75rem, 2vw, 0.9rem) 1rem;
  font-family: inherit;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
  font-weight: 600;
  color: var(--text-muted);
  background: transparent;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.profile-logout:hover {
  background: rgba(244, 67, 54, 0.1);
  color: #e57373;
}

.profile-logout svg {
  flex-shrink: 0;
}

/* Sous-pages profil (edit-profile) */
.profile-container {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2rem) max(1rem, env(safe-area-inset-left)) clamp(3rem, 8vw, 4rem) max(1rem, env(safe-area-inset-right));
}

.profile-title {
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  font-weight: 600;
  color: var(--text);
  margin: 0 0 1.25rem;
}

.profile-card .profile-email {
  margin: 0;
}

/* Page dédiée Modifier mon profil */
.edit-profile-page .profile-main {
  padding-top: max(6.5rem, calc(4.75rem + env(safe-area-inset-top, 0px)));
}

.edit-profile-page .edit-profile-wrap {
  max-width: 560px;
  padding-top: 0.5rem;
}

.edit-profile-page .profile-back {
  margin-bottom: 1.35rem;
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: max-content;
  align-self: flex-start;
  min-height: 36px;
  padding: 0.3rem 0.65rem !important;
  gap: 0.35rem;
  font-size: 0.8125rem;
}

.edit-profile-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.45rem, 3.5vw, 1.85rem);
  font-weight: 700 !important;
  color: #eaeaea;
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.edit-profile-subtitle {
  margin: 0 0 1.35rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.45;
}

.edit-profile-card {
  width: 100%;
  padding: 1rem 1.1rem 1.15rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--lg-radius-card, 28px);
}

.edit-profile-form,
.edit-profile-page .profile-edit-form {
  padding: 0 !important;
  gap: 1rem;
}

.edit-profile-page .profile-edit-field input {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0.75rem 1rem;
  color: #eaeaea;
  box-shadow: none;
}

.edit-profile-page .profile-edit-field input:focus {
  border-color: rgba(197, 165, 114, 0.45);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
  box-shadow: none;
}

.edit-profile-page .profile-edit-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
}

.edit-profile-page .profile-edit-field-phone .profile-edit-phone-wrap,
.edit-profile-page .profile-edit-phone-wrap {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
  width: 100%;
}

.edit-profile-page .profile-edit-phone-wrap .country-picker {
  position: relative;
  flex-shrink: 0;
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-trigger {
  min-width: 5.5rem;
  height: 100%;
  min-height: 48px;
  padding: 0.75rem 0.7rem;
  font-family: inherit;
  font-size: 0.9rem;
  color: #eaeaea;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-trigger:hover {
  border-color: rgba(197, 165, 114, 0.4);
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 280px;
  max-height: 280px;
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  z-index: 40;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-dropdown.open {
  display: flex;
  flex-direction: column;
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-search {
  padding: 0.65rem 0.75rem;
  font-family: inherit;
  font-size: 0.875rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
  color: #eaeaea;
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-search:focus {
  outline: none;
  border-bottom-color: rgba(197, 165, 114, 0.45);
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-list {
  overflow-y: auto;
  max-height: 220px;
  padding: 0.25rem 0;
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-item {
  display: block;
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  color: #eaeaea;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.edit-profile-page .profile-edit-phone-wrap .country-picker-item:hover,
.edit-profile-page .profile-edit-phone-wrap .country-picker-item.selected {
  background: rgba(197, 165, 114, 0.14);
}

.edit-profile-page .profile-edit-phone-wrap input[type="tel"] {
  flex: 1;
  min-width: 0;
}

/* Modale modifications non enregistrées */
.profile-unsaved-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.profile-unsaved-modal[hidden] {
  display: none !important;
}

.profile-unsaved-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
}

.profile-unsaved-dialog {
  position: relative;
  width: 100%;
  max-width: 420px;
  padding: 1.35rem 1.25rem 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #141414;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.45);
}

.profile-unsaved-title {
  margin: 0 0 0.45rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #eaeaea;
}

.profile-unsaved-text {
  margin: 0 0 1.2rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.58);
}

.profile-unsaved-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.profile-unsaved-leave,
.profile-unsaved-save,
.profile-unsaved-stay {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  min-height: 44px;
  padding: 0 1.1rem;
}

.profile-unsaved-leave {
  flex: 1;
  min-width: 140px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #eaeaea;
}

.profile-unsaved-leave:hover {
  background: rgba(255, 255, 255, 0.08);
}

.profile-unsaved-save {
  flex: 1;
  min-width: 120px;
  border: none;
  background: var(--accent, #c5a572);
  color: #fff;
}

.profile-unsaved-save:hover {
  background: var(--accent-hover, #d4b87a);
}

.profile-unsaved-stay {
  width: 100%;
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.profile-unsaved-stay:hover {
  color: rgba(255, 255, 255, 0.8);
}

body.profile-unsaved-open {
  overflow: hidden;
}

@media (min-width: 900px) {
  .edit-profile-page .edit-profile-wrap {
    max-width: 720px;
  }

  .edit-profile-page .edit-profile-form,
  .edit-profile-page .profile-edit-form.edit-profile-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.1rem;
    align-items: start;
  }

  .edit-profile-page .profile-edit-actions {
    grid-column: 1 / -1;
    margin-top: 0.35rem;
  }
}

/* ----- Breakpoints profil ----- */
/* Très petit écran (ex. 320–360px) */
@media (max-width: 374px) {
  .profile-wrap {
    padding-left: max(0.75rem, env(safe-area-inset-left));
    padding-right: max(0.75rem, env(safe-area-inset-right));
  }
  .profile-menu-link {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
}

/* Tablette et au-dessus (640px+) */
@media (min-width: 640px) {
  .profile-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .profile-hero {
    padding-top: 2.5rem;
    padding-bottom: 2.75rem;
  }
  .profile-avatar {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  .profile-name {
    font-size: 1.4rem;
  }
}

/* Desktop (900px+) — grille 3 cards */
@media (min-width: 900px) {
  .profile-main {
    padding-bottom: 3rem;
  }
  .profile-wrap {
    max-width: 960px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .profile-hero {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .profile-card {
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
  }
  .profile-menu-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
  }
  .profile-menu-list > li {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--border-accent);
    border-radius: 22px;
    overflow: hidden;
    border-bottom: none;
    transition: border-color 0.2s ease, background 0.2s ease;
  }
  .profile-menu-list > li:hover {
    border-color: rgba(197, 165, 114, 0.35);
  }
  .profile-menu-item-edit,
  .profile-menu-item-friends {
    border-bottom: none;
  }
  .profile-menu-link {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.9rem;
    min-height: 132px;
    height: 100%;
    padding: 1.25rem 1.3rem;
    font-size: 1rem;
    border-bottom: none;
    border-radius: 22px;
  }
  .profile-menu-link:hover {
    background: transparent;
  }
  .profile-menu-list li:last-child .profile-menu-link {
    border-bottom: none;
  }
  .profile-menu-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }
  .profile-menu-label {
    flex: 0 1 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.3;
  }
  .profile-menu-chevron {
    margin-top: auto;
    align-self: flex-end;
  }
  .profile-menu-badge {
    align-self: flex-start;
  }
  .profile-edit-panel {
    border-top: 1px solid var(--border);
  }
  .profile-footer {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    background: var(--surface);
    border: 1px solid var(--border-accent);
    border-radius: 22px;
    border-top: 1px solid var(--border-accent);
  }
}

/* Grand écran (1200px+) */
@media (min-width: 1200px) {
  .profile-wrap {
    max-width: 1000px;
  }
}

/* Header auth: S'inscrire / Se connecter */
.nav-auth {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.nav-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.25s ease;
  font-family: 'Montserrat', sans-serif;
  white-space: nowrap;
}
.nav-auth-signup {
  background: var(--accent);
  color: var(--bg);
}
.nav-auth-signup:hover {
  background: var(--accent-hover);
  box-shadow: 0 4px 12px rgba(197, 165, 114, 0.3);
}
.nav-auth-login {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border);
}
.nav-auth-login:hover {
  color: var(--text);
  border-color: var(--accent);
}

.nav-auth-mobile {
  display: none;
}

.lang-dropdown {
  position: relative !important;
  display: inline-block;
  z-index: 10000 !important;
  overflow: visible !important;
}

.lang-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: var(--surface, #111111);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: var(--text);
  font-size: 0.85rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  border: none;
}

.lang-dropdown-toggle:hover {
  background: rgba(42, 42, 42, 0.9);
  border-color: rgba(197, 165, 114, 0.3);
}

.lang-dropdown-toggle:active,
.lang-dropdown-toggle.active {
  background: rgba(42, 42, 42, 1);
  border-color: var(--accent);
}

.lang-flag {
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.lang-code {
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.lang-arrow {
  color: var(--text-muted);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 0.25rem;
}

.lang-dropdown-toggle.active .lang-arrow {
  transform: rotate(180deg);
  color: var(--accent);
}

.lang-dropdown-menu {
  position: fixed !important;
  min-width: 160px;
  background: rgba(18, 18, 18, 0.98) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6), 0 2px 8px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 999999 !important;
  pointer-events: none;
  display: block !important;
}

.lang-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.7rem 1rem;
  background: none;
  border: none;
  border-radius: 8px;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
}

.lang-option:hover {
  background: rgba(197, 165, 114, 0.1);
  color: var(--text);
}

.lang-option.active {
  background: rgba(197, 165, 114, 0.15);
  color: var(--accent);
  font-weight: 600;
}

.lang-option .lang-flag {
  font-size: 1.2rem;
}

.lang-name {
  flex: 1;
  letter-spacing: 0.01em;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: rgba(18, 18, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  gap: 6px;
  box-sizing: border-box;
  line-height: 0;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 20020;
  position: relative;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}

.mobile-menu-toggle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(197, 165, 114, 0.1) 0%, rgba(197, 165, 114, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.mobile-menu-toggle:hover {
  background: var(--surface, #111111);
  border-color: rgba(197, 165, 114, 0.25);
  transform: scale(1.03);
}

.mobile-menu-toggle:hover::before {
  opacity: 1;
}

.mobile-menu-toggle:active:not(.active) {
  transform: scale(0.97);
}

.burger-line {
  display: block !important;
  width: 20px;
  height: 1.5px;
  min-height: 1.5px;
  background: var(--text) !important;
  border-radius: 1px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  line-height: 0;
  opacity: 1 !important;
  flex-shrink: 0;
  align-self: center;
  visibility: visible !important;
}

.burger-line:nth-child(1),
.burger-line:nth-child(2) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.mobile-ios-tabbar {
  display: none;
}

@media (max-width: 768px) {
  /* Pilule tab bar fine, sans animation (au-dessus encoche) */
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }

  body.ns-stripe-deposit-open {
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .mobile-ios-tabbar {
    --ns-tabbar-pad-x: 5px;
    --ns-tabbar-pad-y: 3px;
    --ns-tab-glass: rgba(18, 18, 18, 0.42);
    --ns-tab-glass-mid: rgba(26, 26, 26, 0.38);
    --ns-tab-glass-top: rgba(40, 40, 44, 0.48);
    position: fixed;
    z-index: 2147483646;
    left: 50%;
    transform: translateX(-50%);
    width: min(392px, calc(100vw - 20px));
    max-width: calc(100vw - 20px);
    bottom: calc(9px + env(safe-area-inset-bottom, 0px));
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    gap: 2px;
    padding: var(--ns-tabbar-pad-y) var(--ns-tabbar-pad-x);
    min-height: 48px;
    border-radius: 100px;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid var(--border);
    border-color: color-mix(in srgb, var(--text) 14%, transparent);
    background:
      radial-gradient(120% 90% at 50% 120%, var(--accent-glow), transparent 55%),
      linear-gradient(
        168deg,
        var(--ns-tab-glass-top) 0%,
        var(--ns-tab-glass-mid) 44%,
        var(--ns-tab-glass) 100%
      );
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    box-shadow:
      0 0 0 1px rgba(0, 0, 0, 0.4) inset,
      0 1px 0 color-mix(in srgb, var(--text) 12%, transparent) inset,
      0 0 0 1px var(--border-accent) inset,
      0 14px 36px -10px rgba(0, 0, 0, 0.5),
      0 4px 12px rgba(0, 0, 0, 0.32);
  }

  .mobile-ios-tabbar::before {
    content: '';
    position: absolute;
    left: 8%;
    right: 8%;
    top: 0;
    height: 46%;
    border-radius: 50%;
    background: radial-gradient(
      120% 90% at 50% 0%,
      color-mix(in srgb, var(--text) 26%, transparent) 0%,
      color-mix(in srgb, var(--text) 6%, transparent) 40%,
      transparent 70%
    );
    opacity: 0.42;
    pointer-events: none;
    mix-blend-mode: soft-light;
  }

  .mobile-ios-tabbar::after {
    content: '';
    position: absolute;
    left: 16%;
    right: 16%;
    bottom: 0;
    height: 1px;
    border-radius: 2px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      color-mix(in srgb, var(--accent) 50%, transparent) 24%,
      var(--accent) 50%,
      color-mix(in srgb, var(--accent) 50%, transparent) 76%,
      transparent 100%
    );
    opacity: 0.28;
    pointer-events: none;
  }

  .mobile-ios-tab {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.06rem;
    padding: 0.1rem 0.12rem;
    border-radius: 100px;
    box-sizing: border-box;
    color: color-mix(in srgb, var(--text-muted) 92%, var(--text));
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition:
      color 0.2s ease,
      background 0.2s ease,
      box-shadow 0.2s ease;
  }

  .mobile-ios-tab svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
    opacity: 0.95;
  }

  .mobile-ios-tab-icon {
    display: block;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    opacity: 0.95;
  }

  .mobile-ios-tab-icon--home {
    background-color: currentColor;
    -webkit-mask: url('/src/img/tab-icon-home.png') center / contain no-repeat;
    mask: url('/src/img/tab-icon-home.png') center / contain no-repeat;
  }

  .mobile-ios-tab-icon--search {
    background-color: currentColor;
    -webkit-mask: url('/src/img/tab-icon-search.png') center / contain no-repeat;
    mask: url('/src/img/tab-icon-search.png') center / contain no-repeat;
  }

  .mobile-ios-tab-icon--reservation {
    background-color: currentColor;
    -webkit-mask: url('/src/img/tab-icon-reservation.png') center / contain no-repeat;
    mask: url('/src/img/tab-icon-reservation.png') center / contain no-repeat;
  }

  .mobile-ios-tab-icon--profile {
    background-color: currentColor;
    -webkit-mask: url('/src/img/tab-icon-profile.png') center / contain no-repeat;
    mask: url('/src/img/tab-icon-profile.png') center / contain no-repeat;
  }

  .mobile-ios-tab span {
    font-family:
      -apple-system,
      BlinkMacSystemFont,
      'SF Pro Text',
      'SF Pro Display',
      system-ui,
      sans-serif;
    font-size: 0.56rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.015em;
    white-space: nowrap;
  }

  .mobile-ios-tab.is-active {
    color: var(--text);
    background: linear-gradient(
      188deg,
      color-mix(in srgb, var(--accent) 24%, rgba(255, 255, 255, 0.1)) 0%,
      color-mix(in srgb, var(--accent) 10%, rgba(255, 255, 255, 0.04)) 48%,
      color-mix(in srgb, var(--accent) 16%, transparent) 100%
    );
    backdrop-filter: blur(14px) saturate(175%);
    -webkit-backdrop-filter: blur(14px) saturate(175%);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.26),
      inset 0 -0.5px 0 rgba(0, 0, 0, 0.2),
      0 2px 10px rgba(0, 0, 0, 0.22),
      0 0 14px rgba(197, 165, 114, 0.12);
  }

  .mobile-ios-tab.is-active svg,
  .mobile-ios-tab.is-active .mobile-ios-tab-icon--home,
  .mobile-ios-tab.is-active .mobile-ios-tab-icon--search,
  .mobile-ios-tab.is-active .mobile-ios-tab-icon--reservation,
  .mobile-ios-tab.is-active .mobile-ios-tab-icon--profile {
    filter: drop-shadow(0 0 6px color-mix(in srgb, var(--accent) 35%, transparent));
  }

  @media (prefers-reduced-transparency: reduce) {
    .mobile-ios-tabbar {
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      background: color-mix(in srgb, var(--surface) 94%, black);
    }

    .mobile-ios-tab.is-active {
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      background: color-mix(in srgb, var(--surface-variant) 88%, var(--accent));
    }

    .mobile-ios-tabbar::before {
      opacity: 0.14;
    }

    .mobile-ios-tabbar::after {
      opacity: 0.22;
    }

    .mobile-ios-tab.is-active svg,
    .mobile-ios-tab.is-active .mobile-ios-tab-icon--home,
    .mobile-ios-tab.is-active .mobile-ios-tab-icon--search,
    .mobile-ios-tab.is-active .mobile-ios-tab-icon--reservation,
    .mobile-ios-tab.is-active .mobile-ios-tab-icon--profile {
      filter: none;
    }
  }

  @supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .mobile-ios-tabbar {
      background: color-mix(in srgb, var(--surface) 92%, black);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }

    .mobile-ios-tab.is-active {
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
    }
  }

  /* Navigateurs sans color-mix : repli proche charte */
  @supports not (color: color-mix(in srgb, #c5a572, white)) {
    .mobile-ios-tabbar {
      border-color: rgba(255, 255, 255, 0.12);
      background:
        radial-gradient(120% 90% at 50% 120%, var(--accent-glow), transparent 55%),
        linear-gradient(168deg, rgba(42, 42, 46, 0.52) 0%, rgba(26, 26, 28, 0.42) 45%, rgba(14, 14, 16, 0.5) 100%);
      box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.4) inset,
        0 1px 0 rgba(255, 255, 255, 0.12) inset,
        0 0 0 1px var(--border-accent) inset,
        0 14px 36px -10px rgba(0, 0, 0, 0.5),
        0 4px 12px rgba(0, 0, 0, 0.32);
    }

    .mobile-ios-tabbar::before {
      background: radial-gradient(
        120% 90% at 50% 0%,
        rgba(255, 255, 255, 0.26) 0%,
        rgba(255, 255, 255, 0.07) 42%,
        transparent 72%
      );
    }

    .mobile-ios-tab {
      color: rgba(154, 154, 154, 0.95);
    }

    .mobile-ios-tab.is-active {
      background: linear-gradient(
        188deg,
        rgba(197, 165, 114, 0.26) 0%,
        rgba(197, 165, 114, 0.1) 48%,
        rgba(197, 165, 114, 0.16) 100%
      );
    }

    .mobile-ios-tab.is-active svg {
      filter: drop-shadow(0 0 6px rgba(197, 165, 114, 0.35));
    }
  }
}

.mobile-menu-toggle:hover .burger-line {
  background: var(--accent);
  opacity: 1;
  box-shadow: 0 0 6px rgba(197, 165, 114, 0.3);
}

/* -------- Search page base layout -------- */
/* Colonne pleine hauteur : le <main> prend l’espace libre, le footer reste en bas (au-dessus de la tab bar mobile). */
body.search-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

/* Sous le header flottant + encoche */
body.search-page .search-page-main {
  flex: 1 1 auto;
  min-height: 0;
  padding-top: max(6.9rem, calc(4.85rem + env(safe-area-inset-top, 0px)));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
  overflow-x: hidden;
}

/* Flux en bloc : évite l’étirement vertical type flex qui créait un faux vide sous la barre */
.search-page-inner {
  width: min(980px, 100%);
  margin: 0 auto;
  display: block;
}

#search-results-section[hidden] {
  display: none !important;
}

#search-results-section {
  padding-top: 0;
  margin-top: 0.65rem;
}

.search-page-inner--minimal {
  width: min(760px, 100%);
}

.search-page-hero-inner {
  margin: 0 0 0.45rem;
}

.search-page-field {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(20, 20, 20, 0.86);
  padding: 0.7rem 0.85rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

.search-page-field-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.75);
  flex-shrink: 0;
}

.search-page-input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
}

.search-page-input::placeholder {
  color: var(--text-muted);
}

/* Croix d’effacement (type=search) : icône blanche au lieu du bleu système WebKit */
.search-page-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 1.05rem;
  width: 1.05rem;
  margin-inline-start: 0.4rem;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.25' stroke-linecap='round'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E")
    center / contain no-repeat;
  opacity: 0.88;
}

.search-page-input::-webkit-search-cancel-button:hover {
  opacity: 1;
}

.search-page-section {
  margin-top: 0;
}

/* Air avant « Récemment consultés » (sous résultats ou sous la barre si pas de résultats) */
.search-page-section--recent {
  margin-top: 0.85rem;
}

body.search-page > footer {
  margin-top: auto;
  flex-shrink: 0;
  padding: 2rem 1rem 2.25rem;
}

/* -------- City SEO pages (premium) -------- */
body.city-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg);
}

.city-page-main {
  flex: 1 1 auto;
  width: 100%;
  margin: 0;
  padding: 0;
}

.city-seo-crawl,
.event-seo-crawl {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.city-page-container {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 1rem 3.5rem;
  box-sizing: border-box;
}

.city-hero-premium {
  position: relative;
  min-height: min(92vh, 920px);
  min-height: min(92dvh, 920px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-top: 0;
  padding: max(6.5rem, calc(4.5rem + env(safe-area-inset-top, 0px))) 1.25rem 2.5rem;
  box-sizing: border-box;
}

.city-hero-premium__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.city-hero-premium__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.04);
  animation: city-hero-zoom 18s ease-out forwards;
}

@keyframes city-hero-zoom {
  from { transform: scale(1.12); }
  to { transform: scale(1.04); }
}

.city-hero-premium__veil {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 8, 12, 0.55) 0%, rgba(8, 8, 12, 0.2) 38%, rgba(8, 8, 12, 0.92) 100%),
    radial-gradient(circle at 18% 22%, rgba(197, 165, 114, 0.18), transparent 42%);
}

.city-hero-premium__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.city-kicker {
  margin: 0 0 0.6rem;
  color: rgba(197, 165, 114, 0.92);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.city-hero-premium__title {
  margin: 0;
  max-width: 820px;
  color: #fff;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: clamp(2.4rem, 8.5vw, 5.6rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

.city-hero-premium__line,
.city-hero-premium__accent {
  display: block;
}

.city-hero-premium__accent {
  background: linear-gradient(135deg, #f3dfbb 0%, #c5a572 55%, #8a6a3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.city-hero-premium__desc {
  max-width: 640px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 2.1vw, 1.22rem);
  line-height: 1.65;
}

.city-hero-premium__stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.65rem;
  margin-top: 1.25rem;
}

.city-stat {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 600;
}

.city-stat em {
  font-style: normal;
  color: #ead7b3;
  font-weight: 800;
  font-size: 1.05rem;
}

.city-stat-sep {
  color: rgba(197, 165, 114, 0.45);
}

.city-hero-premium__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.65rem;
}

.city-sticky-nav {
  position: sticky;
  top: max(4.25rem, calc(3.5rem + env(safe-area-inset-top, 0px)));
  z-index: 40;
  display: flex;
  gap: 0.35rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0.55rem 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(10, 10, 14, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.city-sticky-nav::-webkit-scrollbar {
  display: none;
}

.city-sticky-nav a {
  flex: 0 0 auto;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.city-sticky-nav a:hover,
.city-sticky-nav a.is-active {
  color: #ead7b3;
  border-color: rgba(197, 165, 114, 0.28);
  background: rgba(197, 165, 114, 0.1);
}

.city-section-premium {
  margin-top: clamp(1.75rem, 4vw, 2.75rem);
  padding: clamp(1.15rem, 3vw, 1.65rem) 0;
}

.city-section-head {
  margin-bottom: 1rem;
}

.city-section-head--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.city-section-head h2 {
  margin: 0;
  color: #fff;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: -0.04em;
}

.city-link-all {
  color: #d7bc86;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
  white-space: nowrap;
}

.city-link-all:hover {
  color: #f3dfbb;
}

.city-events-scroll {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.35rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.city-events-scroll > a,
.city-events-scroll > .search-event-card {
  flex: 0 0 min(290px, 82vw);
  scroll-snap-align: start;
}

.city-events-list {
  display: grid;
  gap: 0.75rem;
}

.city-events-list > a,
.city-events-list > .search-event-card {
  display: grid !important;
  grid-template-columns: 5.5rem minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 0.85rem !important;
  padding: 0.75rem 0.9rem !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: linear-gradient(145deg, rgba(28, 28, 34, 0.95), rgba(14, 14, 18, 0.92)) !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.city-events-list > a:hover,
.city-events-list > .search-event-card:hover {
  border-color: rgba(197, 165, 114, 0.28) !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.city-events-list img,
.city-events-scroll img {
  width: 5.5rem !important;
  height: 5.5rem !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}

.city-events-list .search-event-title,
.city-events-scroll .search-event-title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

.city-events-list .search-event-meta,
.city-events-scroll .search-event-meta {
  margin: 0.2rem 0 0 !important;
  color: rgba(197, 165, 114, 0.9) !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
}

.city-events-list .search-event-city,
.city-events-scroll .search-event-city {
  margin: 0.15rem 0 0 !important;
  color: rgba(255, 255, 255, 0.58) !important;
  font-size: 0.82rem !important;
}

.city-skeleton-card {
  height: 5.5rem;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.09) 50%, rgba(255,255,255,0.04) 100%);
  background-size: 200% 100%;
  animation: city-skeleton-shimmer 1.4s ease-in-out infinite;
}

@keyframes city-skeleton-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.city-spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 0;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(197, 165, 114, 0.22);
  background: rgba(12, 12, 16, 0.9);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s, box-shadow 0.25s;
}

.city-spotlight-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45);
}

.city-spotlight-card__media {
  min-height: 220px;
  background: #1a1a1f;
}

.city-spotlight-card__media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.city-spotlight-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
  padding: 1.5rem 1.65rem;
}

.city-spotlight-card__title {
  margin: 0;
  color: #fff;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  letter-spacing: -0.03em;
}

.city-spotlight-card__meta {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.5;
}

.city-spotlight-card__cta {
  margin-top: 0.35rem;
  color: #d7bc86;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.city-venue-grid-premium {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 0.85rem;
}

.city-club-links-ssr {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.city-club-link-ssr {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 14, 18, 0.88);
  text-decoration: none;
  color: #fff;
  transition: border-color 0.2s, transform 0.2s;
}

.city-club-link-ssr:hover {
  border-color: rgba(197, 165, 114, 0.35);
  transform: translateY(-1px);
}

.city-club-link-ssr strong {
  font-size: 0.95rem;
}

.city-club-link-ssr span {
  font-size: 0.8rem;
  color: #9a9a9a;
}

.city-venue-premium {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(14, 14, 18, 0.88);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, border-color 0.2s;
}

.city-venue-premium:hover {
  transform: translateY(-2px);
  border-color: rgba(197, 165, 114, 0.25);
}

.city-venue-premium__media {
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #2a2418, #121218);
}

.city-venue-premium__media--fallback {
  background:
    radial-gradient(circle at 30% 20%, rgba(197, 165, 114, 0.22), transparent 45%),
    linear-gradient(145deg, #2a2418, #121218);
}

.city-venue-premium__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-venue-premium__body {
  padding: 0.85rem 0.95rem 1rem;
}

.city-venue-premium__body h3 {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
}

.city-venue-premium__body p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.city-dj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.65rem;
}

.city-dj-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(160deg, rgba(197, 165, 114, 0.1), rgba(255, 255, 255, 0.02));
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
}

.city-dj-card:hover {
  border-color: rgba(197, 165, 114, 0.3);
  transform: translateY(-1px);
}

.city-dj-card__name {
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1.25;
}

.city-dj-card__count {
  color: rgba(197, 165, 114, 0.85);
  font-size: 0.78rem;
  font-weight: 700;
}

.city-faq-list {
  display: grid;
  gap: 0.65rem;
}

.city-faq-item {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 16, 20, 0.82);
  overflow: hidden;
}

.city-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.1rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
}

.city-faq-item summary::-webkit-details-marker {
  display: none;
}

.city-faq-item p {
  margin: 0;
  padding: 0 1.1rem 1rem;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.6;
  font-size: 0.9rem;
}

.city-dest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 0.75rem;
}

.city-dest-card {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 22, 0.76);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s;
}

.city-dest-card:hover {
  border-color: rgba(197, 165, 114, 0.28);
  transform: translateY(-1px);
}

.city-dest-card__name {
  color: #fff;
  font-weight: 800;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: 1rem;
}

.city-dest-card__meta {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}

.city-empty {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}

/* City motion + Apple materials (Jakub polish · Emil restraint · Apple press) */
body.city-page {
  --city-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --city-ease-press: cubic-bezier(0.2, 0, 0, 1);
  --city-duration: 420ms;
}

body.city-page .city-sticky-nav {
  background: rgba(10, 10, 14, 0.72);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

body.city-page .city-sticky-nav a {
  transition:
    color 180ms var(--city-ease-out),
    border-color 180ms var(--city-ease-out),
    background 180ms var(--city-ease-out),
    transform 100ms var(--city-ease-press);
}

body.city-page .city-sticky-nav a:active {
  transform: scale(0.97);
}

body.city-page .city-hero-reveal,
body.city-page .city-hero-premium .hero-ref-reveal-item {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(4px);
  animation: cityHeroReveal var(--city-duration) var(--city-ease-out) both;
  animation-delay: var(--city-reveal-delay, 0.06s);
}

body.city-page .city-hero-premium .city-kicker.hero-ref-reveal-item,
body.city-page .city-hero-premium .club-hero-badge.hero-ref-reveal-item { --city-reveal-delay: 0.05s; }
body.city-page .city-hero-premium__line.hero-ref-reveal-item { --city-reveal-delay: 0.12s; }
body.city-page .city-hero-premium__accent.hero-ref-reveal-item { --city-reveal-delay: 0.2s; }
body.city-page .city-hero-premium__desc.hero-ref-reveal-item { --city-reveal-delay: 0.28s; }
body.city-page .city-hero-premium__stats.hero-ref-reveal-item { --city-reveal-delay: 0.36s; }
body.city-page .city-hero-premium__actions.hero-ref-reveal-item { --city-reveal-delay: 0.44s; }

@keyframes cityHeroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

body.city-page .hero-ref-btn {
  transition:
    transform 100ms var(--city-ease-press),
    filter 200ms var(--city-ease-out),
    background-color 200ms var(--city-ease-out),
    border-color 200ms var(--city-ease-out),
    color 200ms var(--city-ease-out);
  will-change: transform;
}

body.city-page .hero-ref-btn:hover {
  transform: translateY(-1px);
}

body.city-page .hero-ref-btn:active {
  transform: scale(0.97);
}

body.city-page .hero-ref-btn-primary:hover {
  filter: brightness(1.08);
}

body.city-page .city-events-list > a,
body.city-page .city-events-list > .search-event-card,
body.city-page .city-events-scroll > a,
body.city-page .city-events-scroll > .search-event-card,
body.city-page .city-spotlight-card,
body.city-page .city-venue-premium,
body.city-page .city-club-link-ssr,
body.city-page .city-dj-card,
body.city-page .city-dest-card {
  transition:
    transform 180ms var(--city-ease-out),
    border-color 180ms var(--city-ease-out),
    box-shadow 180ms var(--city-ease-out),
    background-color 180ms var(--city-ease-out);
}

body.city-page .city-events-list > a:active,
body.city-page .city-events-list > .search-event-card:active,
body.city-page .city-events-scroll > a:active,
body.city-page .city-spotlight-card:active,
body.city-page .city-venue-premium:active,
body.city-page .city-club-link-ssr:active,
body.city-page .city-dj-card:active,
body.city-page .city-dest-card:active {
  transform: scale(0.985);
}

body.city-page .city-reveal {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(3px);
  transition:
    opacity 400ms var(--city-ease-out),
    transform 400ms var(--city-ease-out),
    filter 400ms var(--city-ease-out);
}

body.city-page .city-reveal.is-in {
  opacity: 1;
  transform: none;
  filter: none;
}

body.city-page .city-faq-item {
  transition: border-color 180ms var(--city-ease-out), background-color 180ms var(--city-ease-out);
}

body.city-page .city-faq-item summary {
  cursor: pointer;
  list-style: none;
  transition: color 160ms var(--city-ease-out);
}

body.city-page .city-faq-item summary::-webkit-details-marker {
  display: none;
}

body.city-page .city-faq-item summary:active {
  opacity: 0.85;
}

@media (prefers-reduced-motion: reduce) {
  body.city-page .city-hero-premium__media img {
    animation: none !important;
    transform: scale(1.04) !important;
  }

  body.city-page .city-hero-reveal,
  body.city-page .city-hero-premium .hero-ref-reveal-item {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  body.city-page .city-skeleton-card {
    animation: none !important;
  }

  body.city-page .city-reveal {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }

  body.city-page .hero-ref-btn:hover,
  body.city-page .city-events-list > a:hover,
  body.city-page .city-spotlight-card:hover,
  body.city-page .city-venue-premium:hover {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.city-page .city-sticky-nav {
    background: #0a0a0e;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

body.city-page--saint-tropez .city-hero-premium__media img {
  object-position: center 32%;
}

body.city-page .city-club-link-ssr {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, rgba(22, 22, 28, 0.96), rgba(10, 10, 14, 0.94));
}

body.city-page .city-club-link-ssr::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0% 0%, rgba(197, 165, 114, 0.14), transparent 52%);
  pointer-events: none;
}

body.city-page .city-club-link-ssr strong,
body.city-page .city-club-link-ssr span {
  position: relative;
  z-index: 1;
}

/* City clubs — reuse homepage ibiza-lineup panel */
body.city-page .city-clubs-panel {
  margin-top: 0.15rem;
}

body.city-page .city-clubs-panel .ibiza-lineup {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(14, 14, 18, 0.88);
}

body.city-page .city-clubs-panel .ibiza-lineup-link {
  grid-template-columns: 2rem 96px minmax(0, 1fr) 3.2rem auto;
}

body.city-page .city-clubs-panel .city-club-stat .ibiza-lineup-day {
  font-size: 0.92rem;
}

body.city-page .city-clubs-panel .city-club-stat .ibiza-lineup-month {
  font-size: 0.5rem;
  letter-spacing: 0.04em;
}

body.city-page #city-spotlight:not([hidden]) .city-spotlight-card {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

body.city-page .city-events-list > a:nth-child(-n+3),
body.city-page .city-events-scroll > a:nth-child(-n+2) {
  border-color: rgba(197, 165, 114, 0.16) !important;
}

body.city-page > footer {
  flex-shrink: 0;
}

/* City pages locked to club materials (same cards, sticky, spotlight, FAQ). */
body.city-page.club-page .city-sticky-nav {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body.city-page.club-page #city-spotlight:not([hidden]) .city-spotlight-card {
  box-shadow: var(--lg-shadow-sm, 0 8px 32px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset) !important;
}

body.city-page.club-page .city-faq-item {
  border-radius: 28px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
  background: var(--surface, #111111);
  box-shadow: var(--lg-shadow-sm, 0 8px 32px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset);
}

@media (max-width: 760px) {
  .city-hero-premium {
    min-height: 78vh;
    min-height: 78dvh;
    padding-bottom: 1.75rem;
  }

  .city-spotlight-card {
    grid-template-columns: 1fr;
  }

  .city-section-head--split {
    align-items: flex-start;
    flex-direction: column;
  }

  .city-sticky-nav {
    top: max(3.85rem, calc(3.25rem + env(safe-area-inset-top, 0px)));
  }
}

.search-page-section-title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  font-weight: 600;
}

.search-page-empty {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.search-page-list {
  display: grid;
  gap: 0.75rem;
  width: 100%;
}

/* Canonical search card style */
.search-event-card {
  --search-card-radius: 28px;
  --search-image-radius: 20px;
  --search-thumb-w: 168px;
  display: grid !important;
  grid-template-columns: var(--search-thumb-w) minmax(0, 1fr) !important;
  align-items: center !important;
  width: 100% !important;
  min-width: 0 !important;
  overflow: hidden !important;
  border-radius: var(--search-card-radius) !important;
  gap: 0.75rem !important;
  padding: 0.65rem !important;
}

.search-event-card > :first-child {
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}

.search-event-card img,
.search-event-card .search-event-card-image {
  width: var(--search-thumb-w) !important;
  min-width: var(--search-thumb-w) !important;
  max-width: var(--search-thumb-w) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  border-radius: var(--search-image-radius) !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  align-self: center !important;
}

@media (max-width: 420px) {
  .search-event-card {
    --search-thumb-w: 128px;
    gap: 0.65rem !important;
    padding: 0.55rem !important;
  }
}

/* Search cards (récemment consultés + résultats de recherche) */
#search-recent > *,
#search-results > * {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

#search-recent > a,
#search-recent > * > a,
#search-results > a,
#search-results > * > a {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: var(--search-thumb-w, 168px) minmax(0, 1fr) !important;
  align-items: center !important;
  overflow: hidden !important;
  border-radius: 28px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: var(--surface, #111111) !important;
  color: var(--text) !important;
  text-decoration: none !important;
  gap: 0.75rem !important;
  padding: 0.65rem !important;
}

#search-recent > a > img,
#search-recent > * > a > img,
#search-recent > * > img,
#search-results > a > img,
#search-results > * > a > img,
#search-results > * > img {
  display: block !important;
  width: var(--search-thumb-w, 168px) !important;
  min-width: var(--search-thumb-w, 168px) !important;
  max-width: var(--search-thumb-w, 168px) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  border-radius: 20px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: center !important;
}

#search-recent > a > :not(img),
#search-recent > * > a > :not(img),
#search-results > a > :not(img),
#search-results > * > a > :not(img) {
  min-width: 0 !important;
  padding: 0 0.2rem 0 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 0.24rem !important;
}

#search-recent .search-event-title,
#search-results .search-event-title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#search-recent .search-event-meta,
#search-recent .search-event-city,
#search-results .search-event-meta,
#search-results .search-event-city {
  margin: 0 !important;
  font-size: 0.83rem !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

#search-recent .search-event-meta,
#search-results .search-event-meta {
  color: rgba(255, 255, 255, 0.86) !important;
  letter-spacing: 0.01em !important;
}

#search-recent .search-event-city,
#search-results .search-event-city {
  color: var(--text-muted) !important;
}

#search-recent h2,
#search-recent h3,
#search-recent h4,
#search-recent strong,
#search-results h2,
#search-results h3,
#search-results h4,
#search-results strong {
  margin: 0 0 0.3rem;
  font-size: 0.9rem;
  line-height: 1.35;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#search-recent p,
#search-recent span,
#search-recent small,
#search-results p,
#search-results span,
#search-results small {
  display: block;
  margin: 0;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 420px) {
  #search-recent > a,
  #search-recent > * > a,
  #search-results > a,
  #search-results > * > a {
    grid-template-columns: 128px minmax(0, 1fr) !important;
    gap: 0.65rem !important;
    padding: 0.55rem !important;
  }

  #search-recent > a > img,
  #search-recent > * > a > img,
  #search-recent > * > img,
  #search-results > a > img,
  #search-results > * > a > img,
  #search-results > * > img {
    width: 128px !important;
    min-width: 128px !important;
    max-width: 128px !important;
  }
}

@media (max-width: 768px) {
  body.search-page .search-page-main {
    padding-top: max(6.75rem, calc(4.5rem + env(safe-area-inset-top, 0px)));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  }
}

.mobile-menu-toggle.active {
  background: var(--surface, #111111);
  border-color: rgba(197, 165, 114, 0.35);
  gap: 0;
}

.mobile-menu-toggle.active::before {
  opacity: 1;
}

/* Croix fermeture : les deux traits superposés au centre (Safari + Chrome) */
.mobile-menu-toggle.active .burger-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  min-height: 2px;
  margin: 0;
  background: var(--accent) !important;
  opacity: 1 !important;
  box-shadow: 0 0 8px rgba(197, 165, 114, 0.35);
}

.mobile-menu-toggle.active .burger-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile-menu-toggle.active .burger-line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu-toggle.active:not(:active) {
  transform: none;
}

/* Main */
main {
  margin-top: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  height: auto;
  /* Optimisations pour scroll fluide */
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: auto;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 2.5rem);
  width: 100%;
  box-sizing: border-box;
}

/* Hero — immersif plein écran */
.hero-section {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-section .hero-stack {
  animation: fadeInUp 0.8s ease-out;
}

/* Home hero — photos 1, 2, 3 */
.home-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2.5rem;
}

.home-hero-stack {
  max-width: 800px;
}

.home-hero-title {
  margin-bottom: 0.5rem;
  animation: fadeInUp 0.8s ease-out 0.1s both;
}

.home-hero-title-2 {
  margin-bottom: 1.25rem;
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.home-hero-subtitle {
  margin-bottom: 1.5rem;
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.home-hero-store {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.home-hero-visual,
.organizers-hero .org-hero-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  width: 100%;
  max-width: 1100px;
  margin-top: 0.5rem;
}

.home-hero .home-hero-visual {
  margin-top: 0.5rem;
}

.organizers-hero .org-hero-visual {
  margin-top: 2.5rem;
}

.home-hero-img-wrap,
.organizers-hero .org-hero-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--surface);
}

.home-hero-img-wrap img,
.organizers-hero .org-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero-img-wrap:first-child,
.organizers-hero .org-hero-img-wrap:first-child {
  border-radius: 20px 20px 0 0;
}

@media (max-width: 768px) {
  .home-hero-visual,
  .organizers-hero .org-hero-visual {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-hero-img-wrap,
  .organizers-hero .org-hero-img-wrap {
    aspect-ratio: 16 / 10;
  }
  .home-hero-img-wrap:first-child,
  .organizers-hero .org-hero-img-wrap:first-child {
    border-radius: 20px;
  }
}

.hero-card-mobile .hero-title {
  animation: fadeInUp 0.8s ease-out 0.1s both;
}

.hero-card-mobile .hero-title-2 {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.hero-card-mobile .hero-subtitle {
  animation: fadeInUp 0.8s ease-out 0.3s both;
}

.hero-card-mobile .store-pill {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Home Hero Brief — structure brief: hero, présentation app, CTA */
.home-hero-brief {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding: 4rem 0;
}
.home-hero-brief-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.home-hero-brief-content {
  max-width: 540px;
}
.home-hero-brief-title {
  font-size: clamp(3rem, 7vw, 5rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}
.home-hero-brief-tagline {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1rem;
}
.home-hero-brief-subtitle {
  font-size: 1.1rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 2rem;
}
.home-hero-brief-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.home-hero-brief-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: var(--accent);
  color: var(--bg);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 12px;
  transition: background 0.25s, transform 0.1s;
}
.home-hero-brief-store-btn:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
}
.home-hero-brief-store-btn img {
  width: 24px;
  height: 24px;
}
.home-hero-brief-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-hero-brief-visual img {
  max-width: 280px;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
@media (max-width: 900px) {
  .home-hero-brief-inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2.5rem;
  }
  .home-hero-brief-content {
    max-width: none;
  }
  .home-hero-brief-cta {
    justify-content: center;
  }
  .home-hero-brief-visual img {
    max-width: 240px;
  }
}

/* Home Value Section — brief: valeur ajoutée */
.home-value-section {
  padding: 6rem 0;
  background: var(--bg);
}
.home-value-title {
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}
.home-value-intro {
  text-align: center;
  font-size: 1.15rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.7;
}
.home-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.home-value-card {
  background: var(--surface, #111111);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 2rem;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.home-value-card:hover {
  border-color: rgba(197,165,114,0.3);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.home-value-icon {
  font-size: 2rem;
  display: block;
  margin-bottom: 1rem;
}
.home-value-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.home-value-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 768px) {
  .home-value-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   Hero — Style référence : mot accent, mockup angle, features
   ======================================== */

.hero-ref {
  position: relative;
  z-index: 1;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(5rem, 12vw, 7rem) clamp(1.5rem, 5vw, 2.5rem) clamp(0.75rem, 2vw, 1.15rem);
  padding-top: max(clamp(5rem, 12vw, 7rem), env(safe-area-inset-top, 0px));
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.hero-ref-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  width: 100%;
  max-width: 1100px;
  min-width: 0;
  margin: 0 auto;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .hero-ref-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
}
.hero-ref-copy {
  flex: 1;
  min-width: 0;
  width: 100%;
  text-align: left;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 1.85rem;
}

@media (min-width: 900px) {
  .hero-ref-copy {
    text-align: left;
    max-width: 580px;
  }
}

.hero-ref-header {
  display: flex;
  flex-direction: column;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.hero-ref-kicker {
  display: inline-block;
  width: fit-content;
  margin: 0 0 1.1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 28px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(197, 165, 114, 0.08);
  border: 1px solid rgba(197, 165, 114, 0.22);
}

.hero-ref-headline {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.hero-ref-headline-line {
  display: block;
  font-size: clamp(0.68rem, 1.4vw, 0.8rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.48);
}

.hero-ref-headline-accent {
  display: block;
  font-size: clamp(2.35rem, 6.5vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.04em;
  background: linear-gradient(120deg, #C5A572 0%, #e8d5a8 52%, #f5ecd8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-ref-intro {
  margin-top: 0.15rem;
}

.hero-ref-rule {
  display: block;
  width: 2.75rem;
  height: 1px;
  margin: 1.25rem 0 1.3rem;
  background: linear-gradient(90deg, rgba(197, 165, 114, 0.5), transparent);
}

.hero-ref-desc {
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.72;
  color: rgba(234, 234, 234, 0.58);
  max-width: 40ch;
}

.hero-ref-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-ref-tag {
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.62);
  background: var(--surface, #111111);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-ref-reveal-item {
  opacity: 0;
  transform: translateY(22px);
  animation: heroRefRevealStagger 0.82s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero-ref-kicker.hero-ref-reveal-item { animation-delay: 0.06s; }
.hero-ref-headline-line.hero-ref-reveal-item { animation-delay: 0.14s; }
.hero-ref-headline-accent.hero-ref-reveal-item { animation-delay: 0.22s; }
.hero-ref-intro.hero-ref-reveal-item { animation-delay: 0.3s; }
.hero-ref-tags.hero-ref-reveal-item { animation-delay: 0.38s; }
.hero-ref-actions.hero-ref-reveal-item { animation-delay: 0.48s; }

@keyframes heroRefRevealStagger {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-ref-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.hero-ref-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-ref-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-ref-btn svg {
  flex-shrink: 0;
}
.hero-ref-btn-primary {
  background: var(--accent);
  color: #0a0a0b;
  border: none;
}
.hero-ref-btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}
.hero-ref-btn-secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}
.hero-ref-btn-secondary:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.4);
}

.hero-ref-mockup-wrap {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 400px;
  min-width: 220px;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1200px;
  animation: heroRefMockupReveal 1.1s cubic-bezier(0.16,1,0.3,1) 0.25s both;
}
.hero-ref-mockup {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-ref-mockup-back {
  left: 5%;
  top: 45%;
  transform: translateY(-50%);
  z-index: 1;
  animation: heroRefMockupBackIn 1s cubic-bezier(0.16,1,0.3,1) 0.5s both;
}
.hero-ref-mockup-front {
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  animation: heroRefMockupFrontIn 1s cubic-bezier(0.16,1,0.3,1) 0.65s both;
}
.hero-ref-mockup img {
  width: clamp(96px, 18vw, 190px);
  max-width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
.hero-ref-mockup-back img {
  transform: perspective(1200px) rotateY(5deg);
}
.hero-ref-mockup-front img {
  transform: perspective(1200px) rotateY(-5deg);
}
.hero-ref-mockup-wrap:hover .hero-ref-mockup-back img {
  transform: perspective(1200px) rotateY(5deg);
}
.hero-ref-mockup-wrap:hover .hero-ref-mockup-front img {
  transform: perspective(1200px) rotateY(-5deg);
}
@media (max-width: 768px) {
  .hero-ref,
  .home-immersive .hero-ref.reveal-section {
    min-height: auto;
    padding-top: max(clamp(3.75rem, 9vw, 5rem), env(safe-area-inset-top, 0px));
    padding-bottom: 0.35rem;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-ref-inner {
    gap: 0.28rem;
    padding-top: 0;
    padding-bottom: 0;
    /* padding-left/right gérés par .container (20px) — ne pas les écraser */
  }
  .hero-ref-copy {
    padding: 0;
    text-align: center;
    align-items: center;
    gap: 1.35rem;
  }

  .hero-ref-header {
    align-items: center;
  }

  .hero-ref-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-ref-headline {
    align-items: center;
  }

  .hero-ref-headline-line {
    text-align: center;
  }

  .hero-ref-headline-accent {
    text-align: center;
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .hero-ref-rule {
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(90deg, transparent, rgba(197, 165, 114, 0.5), transparent);
  }

  .hero-ref-desc {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-ref-tags {
    justify-content: center;
  }

  .hero-ref-actions {
    align-items: center;
  }
  .hero-ref-cta {
    justify-content: center;
    width: 100%;
    gap: 0.4rem;
    margin-bottom: 0.45rem;
  }
  .hero-ref .final-cta-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0.5rem;
    justify-content: space-between;
  }
  .hero-ref .final-app-store-button,
  .hero-ref .final-play-store-button {
    padding: 0.5rem 1rem;
    min-width: 0;
    width: calc(50% - 0.25rem);
    gap: 0.5rem;
  }
  .hero-ref .final-app-store-button {
    order: 1;
    justify-content: center;
    text-align: center;
  }
  .hero-ref .final-play-store-button {
    order: 2;
    justify-content: center;
    text-align: center;
  }
  .hero-ref .final-app-store-button > div,
  .hero-ref .final-play-store-button > div {
    text-align: center;
  }
  .hero-ref .final-app-store-button img,
  .hero-ref .final-play-store-button img {
    width: 20px;
    height: 20px;
  }
  .hero-ref .final-app-store-button .button-label,
  .hero-ref .final-play-store-button .button-label {
    font-size: 0.6rem;
  }
  .hero-ref .final-app-store-button .button-name,
  .hero-ref .final-play-store-button .button-name {
    font-size: 0.85rem;
    white-space: nowrap;
  }
  .hero-ref-btn {
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
  }

  .hero-ref-mockup-wrap {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .hero-ref,
  .home-immersive .hero-ref.reveal-section {
    padding-top: max(clamp(3.75rem, 9vw, 5rem), env(safe-area-inset-top, 0px));
    padding-bottom: 0.3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .hero-ref-inner {
    gap: 0.22rem;
  }
  .hero-ref-cta {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 0.4rem;
  }
  .hero-ref .final-cta-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .hero-ref .final-app-store-button,
  .hero-ref .final-play-store-button {
    min-width: 0;
    width: calc(50% - 0.2rem);
    padding: 0.45rem 0.75rem;
    gap: 0.35rem;
  }
  .hero-ref-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .hero-ref,
  .home-immersive .hero-ref.reveal-section {
    padding-top: max(clamp(3.75rem, 9vw, 5rem), env(safe-area-inset-top, 0px));
    padding-bottom: 0.25rem;
  }
  .hero-ref-cta {
    gap: 0.3rem;
    justify-content: space-between;
  }
  .hero-ref .final-cta-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .hero-ref .final-app-store-button,
  .hero-ref .final-play-store-button {
    padding: 0.35rem 0.55rem;
    min-width: 0;
    width: calc(50% - 0.15rem);
    gap: 0.3rem;
  }
  .hero-ref .final-app-store-button img,
  .hero-ref .final-play-store-button img {
    width: 16px;
    height: 16px;
  }
  .hero-ref .final-app-store-button .button-label,
  .hero-ref .final-play-store-button .button-label {
    font-size: 0.5rem;
  }
  .hero-ref .final-app-store-button .button-name,
  .hero-ref .final-play-store-button .button-name {
    font-size: 0.7rem;
  }
  .hero-ref-headline {
    font-size: clamp(1.35rem, 8vw, 1.85rem);
    line-height: 1.2;
  }
  .hero-ref-desc {
    font-size: 0.9rem;
  }
  .hero-ref-features {
    min-height: 2.5rem;
  }
  .hero-ref-feature-cycle {
    min-height: 2.5rem;
  }
  .hero-ref-feature-item {
    font-size: 0.95rem;
    white-space: nowrap;
  }
  /* Photos mockup — petits écrans, 2 images centrées */
  .hero-ref-mockup-wrap {
    width: min(280px, 82vw);
    min-width: 240px;
    min-height: 240px;
  }
  .hero-ref-mockup-back img,
  .hero-ref-mockup-front img {
    width: min(138px, 42vw);
    max-width: 100%;
  }
  .hero-ref-mockup-back img {
    transform: perspective(1000px) rotateY(5deg);
  }
  .hero-ref-mockup-front img {
    transform: perspective(1000px) rotateY(-5deg);
  }
}

@media (max-width: 360px) {
  .hero-ref-headline {
    font-size: 1.25rem;
  }
  .hero-ref-features {
    min-height: 2.5rem;
  }
  .hero-ref-feature-cycle {
    min-height: 2.5rem;
  }
  .hero-ref-feature-item {
    font-size: 0.9rem;
    line-height: 1.4;
  }
  /* Photos mockup — très petits écrans, 2 images centrées */
  .hero-ref-mockup-wrap {
    width: min(260px, 78vw);
    min-width: 220px;
    min-height: 220px;
  }
  .hero-ref-mockup-back img,
  .hero-ref-mockup-front img {
    width: min(125px, 40vw);
    max-width: 100%;
  }
  .hero-ref-mockup-back img {
    transform: perspective(1000px) rotateY(5deg);
  }
  .hero-ref-mockup-front img {
    transform: perspective(1000px) rotateY(-5deg);
  }
}
@keyframes heroRefMockupReveal {
  from {
    opacity: 0;
    transform: scale(0.96) translateX(20px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}
@keyframes heroRefMockupBackIn {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(-40px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0) scale(1);
  }
}
@keyframes heroRefMockupFrontIn {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(40px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0) scale(1);
  }
}
@keyframes heroRefRevealIn {
  from {
    opacity: 0;
    transform: translateY(40px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.hero-ref-scroll {
  display: none;
}
.hero-ref-scroll:hover {
  opacity: 1;
  color: var(--accent);
}
.hero-ref-scroll svg {
  animation: heroRefScrollBounce 2.5s ease-in-out infinite;
}
@keyframes heroRefScrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-ref-reveal-item,
  .hero-ref-headline,
  .hero-ref-desc,
  .hero-ref-actions,
  .hero-ref-mockup-wrap,
  .hero-ref-mockup-back,
  .hero-ref-mockup-front,
  .hero-ref-headline-accent {
    animation: none !important;
  }
  .hero-ref-scroll svg { animation: none; }
}

/* Legacy hero (fallback si ancienne structure) */
/* Legacy hero — scoped to .ns-hero-old only (not used in current hero) */
.ns-hero-old {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 1.5rem 6rem;
  overflow: hidden;
}
.ns-hero-old .ns-hero-intro::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--bg);
  z-index: 10;
  animation: nsCurtainUp 1.2s cubic-bezier(0.22,1,0.36,1) 0.3s forwards;
  pointer-events: none;
}
@keyframes nsCurtainUp {
  to { opacity: 0; visibility: hidden; }
}
.ns-hero-old .ns-hero-bg {
  position: absolute;
  inset: 0;
  background: var(--bg);
  z-index: 0;
}
.ns-hero-old .ns-hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 100% 80% at 70% 30%, var(--accent-glow) 0%, transparent 50%),
    radial-gradient(ellipse 60% 50% at 30% 80%, var(--accent-subtle) 0%, transparent 45%);
  pointer-events: none;
  animation: nsGlowPulse 8s ease-in-out infinite;
}
.ns-hero-old .ns-hero-spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 70% 45%, rgba(197,165,114,0.12) 0%, transparent 60%);
  pointer-events: none;
  animation: nsSpotlightPulse 6s ease-in-out infinite;
}
@keyframes nsGlowPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.85; }
}
@keyframes nsSpotlightPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}
@media (prefers-reduced-motion: reduce) {
  .ns-hero-old .ns-hero-intro::before { animation: none; opacity: 0; visibility: hidden; }
  .ns-hero-old .ns-hero-glow,
  .ns-hero-old .ns-hero-spotlight,
  .ns-phones-stack,
  .ns-hero-headline-gradient { animation: none; }
  .ns-phone { animation: none; opacity: 1; transform: none; }
  .ns-phone-left { transform: rotateY(-16deg) scale(0.92); }
  .ns-phone-right { transform: rotateY(16deg) scale(0.92); }
  .ns-value-card { animation: none; opacity: 1; transform: none; }
  .ns-hero-scroll-hint svg { animation: none; }
  .ns-hero-headline-gradient {
    -webkit-text-fill-color: var(--accent);
  }
}
.ns-hero-old .ns-hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 100% 100% at 50% 50%, transparent 40%, rgba(0,0,0,0.4) 100%);
  pointer-events: none;
}
.ns-hero-old .ns-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
@media (min-width: 992px) {
  .ns-hero-old .ns-hero-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
  }
}
.ns-hero-old .ns-hero-text {
  text-align: center;
}
@media (min-width: 992px) {
  .ns-hero-old .ns-hero-text {
    text-align: left;
  }
}
.ns-hero-old .ns-hero-badge {
  display: inline-block;
  padding: 0.45rem 1.1rem;
  background: var(--accent-subtle);
  border: 1px solid var(--border-accent);
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
  animation: nsFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) both;
}
.ns-hero-old .ns-hero-headline {
  font-size: clamp(3.5rem, 10vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin-bottom: 1rem;
  animation: nsFadeUp 0.9s cubic-bezier(0.16,1,0.3,1) 0.05s both;
}
.ns-hero-old .ns-hero-headline-gradient {
  background: linear-gradient(135deg, #fff 0%, var(--accent) 40%, #fff 70%, var(--accent) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: nsShine 4s ease-in-out infinite;
}
@keyframes nsShine {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}
.ns-hero-old .ns-hero-tagline {
  font-size: clamp(1.2rem, 2.2vw, 1.6rem);
  font-weight: 600;
  color: var(--accent);
  letter-spacing: -0.02em;
  margin-bottom: 0.75rem;
  animation: nsFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.1s both;
}
.ns-hero-old .ns-hero-subline {
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 420px;
  animation: nsFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.12s both;
}
@media (min-width: 992px) {
  .ns-hero-old .ns-hero-subline {
    margin-left: 0;
    margin-right: auto;
  }
}
.ns-hero-old .ns-hero-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: nsFadeUp 0.7s cubic-bezier(0.16,1,0.3,1) 0.15s both;
}
@media (max-width: 991px) {
  .ns-hero-old .ns-hero-cta {
    justify-content: center;
  }
}
.ns-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 12px;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.3s cubic-bezier(0.22,1,0.36,1), box-shadow 0.3s ease;
}
.ns-cta-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.ns-cta-primary {
  background: var(--accent);
  color: #0D0D0D;
  box-shadow: 0 4px 28px var(--accent-glow);
}
.ns-cta-primary:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 36px var(--accent-glow);
}
.ns-cta-secondary {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
}
.ns-cta-secondary:hover {
  background: var(--surface-variant);
  border-color: var(--border-accent);
  color: var(--accent);
}
/* Hero visual — stack de phones (legacy) */
.ns-hero-old .ns-hero-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 340px;
}
.ns-phones-stack {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(-30px, -2.5vw, -16px);
  perspective: 1400px;
  position: relative;
  animation: nsPhonesFloat 6s ease-in-out infinite;
}
@keyframes nsPhonesFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.ns-phone {
  position: relative;
  width: clamp(110px, 16vw, 170px);
  animation: nsPhoneReveal 1s cubic-bezier(0.22,1,0.36,1) both;
}
.ns-phone-left { animation-delay: 0.2s; }
.ns-phone-center { animation-delay: 0.35s; }
.ns-phone-right { animation-delay: 0.5s; }
.ns-phone img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  box-shadow:
    0 32px 80px rgba(0,0,0,0.6),
    0 0 0 1px var(--border),
    0 0 120px var(--accent-subtle);
  display: block;
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1);
}
.ns-phone:hover img {
  transform: translateY(-6px);
}
.ns-phone-center img {
  box-shadow:
    0 48px 120px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.06),
    0 0 160px var(--accent-glow),
    0 0 240px rgba(197,165,114,0.08);
}
.ns-phone-center {
  z-index: 2;
  width: clamp(150px, 22vw, 220px);
}
.ns-hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 500;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.25s, color 0.25s;
}
.ns-hero-scroll-hint:hover {
  opacity: 1;
  color: var(--accent);
}
.ns-hero-scroll-hint svg {
  animation: nsScrollBounce 2s ease-in-out infinite;
}
@keyframes nsFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes nsPhoneReveal {
  from { opacity: 0; transform: translateY(40px) rotateY(-16deg) scale(0.92); }
  to { opacity: 1; transform: translateY(0) rotateY(-16deg) scale(0.92); }
}
.ns-phone-right {
  animation-name: nsPhoneRevealRight;
}
@keyframes nsPhoneRevealRight {
  from { opacity: 0; transform: translateY(40px) rotateY(16deg) scale(0.92); }
  to { opacity: 1; transform: translateY(0) rotateY(16deg) scale(0.92); }
}
.ns-phone-center {
  animation-name: nsPhoneRevealCenter;
}
@keyframes nsPhoneRevealCenter {
  from { opacity: 0; transform: translateY(40px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes nsScrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}
@keyframes nsCardReveal {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Value — bento layout */
.ns-value {
  position: relative;
  padding: 8rem 1.5rem;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, var(--accent-subtle) 0%, transparent 55%),
    var(--bg);
}
.ns-value-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}
.ns-value-header {
  text-align: center;
  margin-bottom: 4rem;
}
.ns-value-headline {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}
.ns-value-headline::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.5rem;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  border-radius: 2px;
}
.ns-value-intro {
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  color: var(--text-muted);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
}
.ns-value-bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .ns-value-bento {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: auto auto;
    gap: 1.5rem;
  }
  .ns-value-card-large {
    grid-row: span 2;
  }
}
.ns-value-card {
  position: relative;
  background: linear-gradient(160deg, var(--surface) 0%, var(--bg-elevated) 100%);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 2.5rem 2rem;
  animation: nsCardReveal 0.7s cubic-bezier(0.22,1,0.36,1) both;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.35s cubic-bezier(0.22,1,0.36,1);
}
.ns-value-card:nth-child(1) { animation-delay: 0.1s; }
.ns-value-card:nth-child(2) { animation-delay: 0.2s; }
.ns-value-card:nth-child(3) { animation-delay: 0.3s; }
.ns-value-card-large {
  padding: 3rem 2.5rem;
}
.ns-value-card:hover {
  border-color: var(--border-accent);
  box-shadow: 0 28px 70px rgba(0,0,0,0.45), 0 0 60px var(--accent-subtle);
  transform: translateY(-6px);
}
.ns-value-card-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ns-value-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: var(--accent);
  background: var(--accent-subtle);
  border-radius: 16px;
}
.ns-value-card-large .ns-value-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.75rem;
}
.ns-value-card h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.6rem;
  letter-spacing: -0.02em;
}
.ns-value-card-large h3 {
  font-size: 1.5rem;
}
.ns-value-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

/* How it works */
.ns-how-it-works {
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.ns-how-it-works .ns-value-header,
.ns-how-it-works .ns-value-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ns-how-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 900px;
  margin: 4rem auto 0;
}
@media (min-width: 768px) {
  .ns-how-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ns-how-step {
  text-align: center;
  padding: 2rem 1.5rem;
  background: linear-gradient(160deg, var(--surface) 0%, var(--bg-elevated) 100%);
  border: 1px solid var(--border);
  border-radius: 20px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.ns-how-step:hover {
  border-color: var(--border-accent);
  box-shadow: 0 16px 40px rgba(0,0,0,0.3);
}
.ns-how-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent);
  background: var(--accent-subtle);
  border-radius: 50%;
  margin-bottom: 1.25rem;
}
.ns-how-step h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.6rem;
}
.ns-how-step p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}

/* Cities section */
.ns-cities {
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.ns-cities .ns-value-header,
.ns-cities .ns-value-intro {
  text-align: center;
}
.ns-cities-text {
  max-width: 720px;
  margin: 0 auto;
}

/* FAQ section */
.ns-faq {
  padding: 6rem 1.5rem;
  background: var(--bg);
}
.ns-faq .ns-value-headline {
  text-align: center;
  display: block;
}
.ns-faq .ns-value-headline::after {
  left: 50%;
  transform: translateX(-50%);
}
.ns-faq-list {
  max-width: 700px;
  margin: 3rem auto 0;
}
.ns-faq-item {
  padding: 2rem 0;
  border-bottom: 1px solid var(--border);
}
.ns-faq-item:last-child {
  border-bottom: none;
}
.ns-faq-item h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.75rem;
}
.ns-faq-item p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 768px) {
  .ns-phones-stack {
    gap: clamp(-16px, -1.5vw, -10px);
  }
  .ns-phone-left, .ns-phone-right {
    transform: none;
    opacity: 0.9;
  }
}
@media (max-width: 600px) {
  .ns-hero {
    padding: 5rem 1rem 4rem;
  }
  .ns-hero-old .ns-hero-grid {
    gap: 2.5rem;
  }
  .ns-hero-cta {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
  .ns-cta-btn {
    width: 100%;
  }
  .ns-phones-stack {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
  }
  .ns-phone-center {
    order: -1;
    width: 180px;
  }
  .ns-phone-left, .ns-phone-right {
    width: 120px;
    opacity: 0.92;
  }
  .ns-hero-old .ns-hero-scroll-hint {
    bottom: 1rem;
    font-size: 0.75rem;
  }
  .ns-value {
    padding: 5rem 1rem;
  }
  .ns-value-header {
    margin-bottom: 3rem;
  }
}

/* Final CTA */
.ns-final-cta {
  position: relative;
  padding: 10rem 1.5rem;
  background: var(--bg);
}
.ns-final-inner {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.ns-final-headline {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.ns-final-subline {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 2rem;
}
.ns-final-btns {
  display: flex;
  gap: 1rem;
}
.ns-final-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ns-final-visual img {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 32px;
  box-shadow: 0 40px 80px rgba(0,0,0,0.5);
}
@media (max-width: 768px) {
  .ns-final-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ns-final-btns {
    justify-content: center;
  }
}

/* Home immersive — overrides */
.home-immersive {
  margin-top: 0;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  background: transparent;
}

/* Accueil — fond unique page (html/body) ; sections sans background propre */
.home-immersive .ns-events,
.home-immersive .articles-section,
.home-immersive .trust-section,
.home-immersive .featured-artists-section,
.home-immersive .final-cta-section,
.home-immersive .reserve-steps-section,
.home-immersive .current-events-section,
.home-immersive .home-immersive .ibiza-residence-section,
.home-immersive .hero-ref {
  background: transparent !important;
  background-image: none !important;
}

.home-immersive .final-cta-section::before,
.home-immersive .trust-section::before {
  display: none !important;
}

body.home-page > footer {
  background: var(--footer-bg);
  background-color: var(--footer-bg);
}

body.profile-page > footer {
  background: var(--footer-bg);
  background-color: var(--footer-bg);
}

.home-immersive > section {
  content-visibility: auto;
  contain-intrinsic-size: auto 400px;
}

/* Sections injectées dynamiquement (hidden → visible) : ne pas tronquer la hauteur layout */
.home-immersive > section.ibiza-residence-section,
.home-immersive > section.cote-azur-section {
  content-visibility: visible;
  contain-intrinsic-size: unset;
}
.ns-events {
  background: var(--bg);
}

.ns-events .container {
  max-width: 1200px;
}
/* rythme vertical harmonisé */
.current-events-filter {
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
}
.ns-events .current-events-title {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: -0.03em;
}
.ns-trust {
  padding: clamp(5rem, 10vw, 8.5rem) clamp(1.5rem, 5vw, 2.5rem);
}
.ns-trust .trust-section-title {
  font-size: clamp(2rem, 4vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--text);
}

/* Hero Section - Clean & Simple */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Animations Hero Phones - Expert Premium */
@keyframes phoneFloat {
  0%, 100% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(-4px);
  }
}

@keyframes phoneFloatLeft {
  0%, 100% {
    transform: translate(calc(-50% - 240px), -50%) 
               perspective(1200px) 
               rotateY(22deg) 
               scale(0.88) 
               translateY(0);
  }
  50% {
    transform: translate(calc(-50% - 240px), -50%) 
               perspective(1200px) 
               rotateY(22deg) 
               scale(0.88) 
               translateY(-3px);
  }
}

@keyframes phoneFloatRight {
  0%, 100% {
    transform: translate(calc(-50% + 240px), -50%) 
               perspective(1200px) 
               rotateY(-22deg) 
               scale(0.88) 
               translateY(0);
  }
  50% {
    transform: translate(calc(-50% + 240px), -50%) 
               perspective(1200px) 
               rotateY(-22deg) 
               scale(0.88) 
               translateY(-3px);
  }
}

@keyframes phoneFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes phoneFadeInLeft {
  from {
    opacity: 0;
    transform: translate(calc(-50% - 280px), -50%) 
               perspective(1200px) 
               rotateY(28deg) 
               scale(0.82);
  }
  to {
    opacity: 0.85;
    transform: translate(calc(-50% - 240px), -50%) 
               perspective(1200px) 
               rotateY(22deg) 
               scale(0.88);
  }
}

@keyframes phoneFadeInRight {
  from {
    opacity: 0;
    transform: translate(calc(-50% + 280px), -50%) 
               perspective(1200px) 
               rotateY(-28deg) 
               scale(0.82);
  }
  to {
    opacity: 0.85;
    transform: translate(calc(-50% + 240px), -50%) 
               perspective(1200px) 
               rotateY(-22deg) 
               scale(0.88);
  }
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
  align-items: center;
}

.hero-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero-text h1 {
  margin-bottom: 2rem;
}

.hero-text p {
  margin-bottom: 3rem;
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
}

.cta-buttons {
  display: flex;
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

.app-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.25rem 2.5rem;
  background: var(--accent);
  border: none;
  border-radius: 50px;
  color: var(--bg);
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s;
  cursor: pointer;
}

.app-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(178, 152, 107, 0.3);
}

.app-button img {
  width: 22px;
  height: 22px;
}

.hero-image {
  display: flex;
  justify-content: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.hero-section .container {
  position: relative;
}

.hero-stack {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}

.hero-card-mobile {
  display: block;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(34, 33, 31, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  margin-bottom: 1.8rem;
}

.hero-avatars {
  display: inline-flex;
  align-items: center;
}

.hero-avatar {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 2px solid rgba(28, 28, 28, 0.9);
  margin-left: -8px;
  background: radial-gradient(circle at 30% 30%, rgba(178, 152, 107, 0.9) 0%, rgba(178, 152, 107, 0.2) 55%, rgba(255, 255, 255, 0.12) 100%);
}
.hero-avatar:first-child { margin-left: 0; }
.hero-avatar.a2 { background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.25) 0%, rgba(178, 152, 107, 0.35) 55%, rgba(255, 255, 255, 0.10) 100%); }
.hero-avatar.a3 { background: radial-gradient(circle at 30% 30%, rgba(178, 152, 107, 0.75) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(255, 255, 255, 0.10) 100%); }

.hero-title {
  font-size: clamp(3.2rem, 7.5vw, 5.4rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.02;
  margin: 0;
}

.hero-title-2 {
  font-size: clamp(2.2rem, 5.8vw, 4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0.6rem 0 1.2rem;
  color: var(--text);
}

.hero-brand {
  color: var(--text);
}

.hero-subtitle {
  max-width: 720px;
  margin: 0 auto 1.8rem;
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.store-pill {
  width: fit-content;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.7rem;
  border-radius: 999px;
  background: rgba(34, 33, 31, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.store-link {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 28, 28, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.store-link:hover {
  transform: translateY(-2px);
  border-color: rgba(178, 152, 107, 0.35);
}

.store-link img {
  width: 20px;
  height: 20px;
}

/* Desktop Hero Phones - Premium Modern Design */
.hero-phones {
  display: none;
  position: relative;
  contain: layout paint;
  width: 100%;
  max-width: 1000px;
  height: 550px;
  margin: 4rem auto 0;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
  backface-visibility: hidden;
}

.hero-phone img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 32px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-phone:hover img {
  transform: scale(1.01);
}

/* Téléphone central - au centre, devant, plus grand */
.hero-phone.center {
  width: clamp(220px, 24vw, 300px);
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  animation: phoneFadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards,
             phoneFloat 8s ease-in-out 1s infinite;
}

/* Téléphone gauche - à gauche, derrière, plus petit */
.hero-phone.left {
  width: clamp(200px, 22vw, 270px);
  transform: translate(calc(-50% - 280px), -50%) 
             perspective(1200px) 
             rotateY(28deg) 
             scale(0.82);
  z-index: 2;
  opacity: 0;
  filter: blur(1px);
  animation: phoneFadeInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards,
             phoneFloatLeft 8.5s ease-in-out 1.3s infinite;
}

/* Téléphone droite - à droite, derrière, plus petit */
.hero-phone.right {
  width: clamp(200px, 22vw, 270px);
  transform: translate(calc(-50% + 280px), -50%) 
             perspective(1200px) 
             rotateY(-28deg) 
             scale(0.82);
  z-index: 2;
  opacity: 0;
  filter: blur(1px);
  animation: phoneFadeInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards,
             phoneFloatRight 8.5s ease-in-out 1.3s infinite;
}

/* Mobile Hero Phones */
.hero-phones-mobile {
  display: none;
  position: relative;
  width: 100%;
  height: 320px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  margin-top: 2rem;
  padding: 0 1rem;
}

.hero-phone-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  backface-visibility: hidden;
}

.hero-phone-mobile img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
  object-fit: contain;
}

.hero-phone-mobile.center {
  width: clamp(140px, 28vw, 200px);
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 1;
}

.hero-phone-mobile.left {
  width: clamp(120px, 24vw, 170px);
  transform: translate(calc(-50% - 110px), -50%) rotateY(15deg) scale(0.88);
  z-index: 1;
  opacity: 0.85;
  filter: blur(0.5px);
}

.hero-phone-mobile.right {
  width: clamp(120px, 24vw, 170px);
  transform: translate(calc(-50% + 110px), -50%) rotateY(-15deg) scale(0.88);
  z-index: 1;
  opacity: 0.85;
  filter: blur(0.5px);
}

/* Desktop Media Query */
@media (min-width: 992px) {
  .hero-card-mobile {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
  }
  
  .hero-card-mobile .hero-title,
  .hero-card-mobile .hero-title-2,
  .hero-card-mobile .hero-subtitle,
  .hero-card-mobile .store-pill {
    display: block;
  }
  
  .hero-phones-mobile {
    display: none;
  }
  
  .hero-section {
    padding: 8rem 0 6rem;
  }
  
  .hero-phones {
    display: flex !important;
    height: clamp(550px, 60vh, 650px);
    margin: 5rem auto 0;
    padding: 0 2rem;
    max-width: 1100px;
  }
  
  .hero-phone img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  
  /* Téléphone central - devant et plus grand */
  .hero-phone.center {
    width: clamp(240px, 26vw, 320px);
    animation: phoneFadeIn 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards,
               phoneFloat 8s ease-in-out 1s infinite;
  }
  
  /* Téléphone gauche */
  .hero-phone.left {
    width: clamp(220px, 24vw, 290px);
    animation: phoneFadeInLeft 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards,
               phoneFloatLeft 8.5s ease-in-out 1.3s infinite;
  }
  
  /* Téléphone droite */
  .hero-phone.right {
    width: clamp(220px, 24vw, 290px);
    animation: phoneFadeInRight 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards,
               phoneFloatRight 8.5s ease-in-out 1.3s infinite;
  }
  
  /* Effet hover expert subtil */
  .hero-phones:hover .hero-phone.center {
    animation-play-state: paused;
    transform: translate(-50%, -50%) scale(1.02) !important;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  
  .hero-phones:hover .hero-phone.left {
    animation-play-state: paused;
    transform: translate(calc(-50% - 255px), -50%) 
               perspective(1200px) 
               rotateY(20deg) 
               scale(0.9) !important;
    opacity: 0.9;
    filter: blur(0.8px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  }
  
  .hero-phones:hover .hero-phone.right {
    animation-play-state: paused;
    transform: translate(calc(-50% + 255px), -50%) 
               perspective(1200px) 
               rotateY(-20deg) 
               scale(0.9) !important;
    opacity: 0.9;
    filter: blur(0.8px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
  }
  
  .hero-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5rem;
  }
}

/* Tablet Media Query */
@media (min-width: 481px) and (max-width: 991px) {
  .hero-card-mobile {
    display: block;
  }
  
  .hero-card-mobile .hero-title,
  .hero-card-mobile .hero-title-2,
  .hero-card-mobile .hero-subtitle,
  .hero-card-mobile .store-pill {
    display: block;
  }
  
  .hero-section {
    padding: 5rem 0 4rem;
    min-height: auto;
  }
  
  .hero-phones {
    display: none;
  }
  
  .hero-phones-mobile {
    display: flex !important;
    height: clamp(320px, 50vh, 450px);
    margin: 3rem auto 0;
    padding: 0 2rem;
  }
  
  .hero-phone-mobile.center {
    width: clamp(180px, 32vw, 240px);
    transform: translate(-50%, -50%);
  }
  
  .hero-phone-mobile.left {
    width: clamp(100px, 28vw, 210px);
    transform: translate(calc(-50% - 140px), -50%) rotateY(18deg) scale(0.86);
    opacity: 0.85;
  }
  
  .hero-phone-mobile.right {
    width: clamp(100px, 28vw, 210px);
    transform: translate(calc(-50% + 140px), -50%) rotateY(-18deg) scale(0.86);
    opacity: 0.85;
  }
  
  .hero-phone-mobile img {
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }
  
  .hero-stack {
    max-width: 800px;
  }
  
  .hero-title {
    font-size: clamp(2.8rem, 8vw, 4.5rem);
  }
  
  .hero-title-2 {
    font-size: clamp(2rem, 6vw, 3.5rem);
  }
  
  .hero-subtitle {
    font-size: clamp(1rem, 2vw, 1.2rem);
  }
}

/* Mobile Media Query */
@media (max-width: 991px) {
  .hero-card-mobile {
    display: block;
  }
  
  .hero-card-mobile .hero-title,
  .hero-card-mobile .hero-title-2,
  .hero-card-mobile .hero-subtitle,
  .hero-card-mobile .store-pill {
    display: block;
  }
  
  .hero-phones {
    display: none;
  }
  
  .hero-phones-mobile {
    display: flex;
  }
  
  .hero-section {
    padding: 4rem 0 3rem;
    min-height: auto;
  }
  
  .hero-stack {
    max-width: 100%;
    padding: 0 1rem;
  }
  
  .hero-title {
    margin-bottom: 0.5rem;
  }
  
  .hero-title-2 {
    margin: 0.4rem 0 0.8rem;
  }
  
  .hero-subtitle {
    margin-bottom: 1.5rem;
  }
  
  .store-pill {
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-section {
    padding: 3rem 0 2rem;
  }
  
  .hero-phones-mobile {
    height: clamp(250px, 45vh, 320px);
    margin: 2rem auto 0;
    padding: 0 1rem;
  }
  
  .hero-phone-mobile.center {
    width: clamp(140px, 30vw, 180px);
    transform: translate(-50%, -50%);
  }
  
  .hero-phone-mobile.left {
    width: clamp(120px, 26vw, 150px);
    transform: translate(calc(-50% - 100px), -50%) rotateY(15deg) scale(0.85);
    opacity: 0.8;
  }
  
  .hero-phone-mobile.right {
    width: clamp(120px, 26vw, 150px);
    transform: translate(calc(-50% + 100px), -50%) rotateY(-15deg) scale(0.85);
    opacity: 0.8;
  }
  
  .hero-phone-mobile img {
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  }
  
  .hero-title {
    font-size: clamp(2.2rem, 10vw, 3.5rem);
    line-height: 1.05;
  }
  
  .hero-title-2 {
    font-size: clamp(1.8rem, 8vw, 2.8rem);
    margin: 0.3rem 0 0.6rem;
  }
  
  .hero-subtitle {
    font-size: clamp(0.95rem, 4vw, 1.1rem);
    margin-bottom: 1.2rem;
    padding: 0 0.5rem;
  }
  
  .store-pill {
    padding: 0.5rem 0.65rem;
    gap: 0.65rem;
    margin-top: 0.8rem;
  }
  
  .store-link {
    width: 36px;
    height: 36px;
  }
  
  .store-link img {
    width: 18px;
    height: 18px;
  }
  
  .hero-stack {
    padding: 0 0.5rem;
  }
}

/* Content Sections — immersif */
.content-section {
  padding: 10rem 0;
  position: relative;
}

.content-section:nth-of-type(odd),
.content-section:nth-of-type(even) {
  background: var(--bg);
}

.content-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(2rem, 5vw, 4rem);
  width: 100%;
}

.section-image-full {
  width: 100%;
  display: flex;
  justify-content: center;
}

.section-image-full img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

/* Advantages Section */
/* Current Events Section */
.current-events-section {
  padding: clamp(0.85rem, 2.2vw, 1.35rem) 0 clamp(2rem, 4vw, 3rem);
  position: relative;
  min-height: 0;
}

/* Animation au scroll — section événements */
.current-events-section .current-events-header,
.current-events-section .current-events-filter,
.current-events-section .current-event-card,
.current-events-section .current-events-load-more {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.current-events-section.events-revealed .current-events-header {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}

.current-events-section.events-revealed .current-events-filter {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.15s;
}

.current-events-section.events-revealed .current-event-card {
  opacity: 1;
  transform: translateY(0);
}

.current-events-section.events-revealed .current-event-card:nth-child(1) { transition-delay: 0.2s; }
.current-events-section.events-revealed .current-event-card:nth-child(2) { transition-delay: 0.28s; }
.current-events-section.events-revealed .current-event-card:nth-child(3) { transition-delay: 0.36s; }
.current-events-section.events-revealed .current-event-card:nth-child(4) { transition-delay: 0.44s; }
.current-events-section.events-revealed .current-event-card:nth-child(5) { transition-delay: 0.52s; }
.current-events-section.events-revealed .current-event-card:nth-child(6) { transition-delay: 0.6s; }
.current-events-section.events-revealed .current-event-card:nth-child(7) { transition-delay: 0.68s; }
.current-events-section.events-revealed .current-event-card:nth-child(8) { transition-delay: 0.76s; }
.current-events-section.events-revealed .current-event-card:nth-child(9) { transition-delay: 0.84s; }
.current-events-section.events-revealed .current-event-card:nth-child(n+10) { transition-delay: 0.92s; }

.current-events-section.events-revealed .current-events-load-more {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .current-events-section .current-events-header,
  .current-events-section .current-events-filter,
  .current-events-section .current-event-card,
  .current-events-section .current-events-load-more {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .current-events-section.events-revealed .current-event-card { transition-delay: 0s; }
}

.current-events-header {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cote-azur-section {
  position: relative;
  padding: clamp(3.5rem, 7vw, 6rem) 0 clamp(2rem, 4vw, 3rem);
  z-index: 1;
  isolation: isolate;
  content-visibility: visible;
  contain-intrinsic-size: unset;
}

.cote-azur-section .container,
.ibiza-residence-section .container {
  max-width: 1200px;
}

.cote-azur-section .container {
  position: relative;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: hidden;
}

.cote-azur-section .container::before,
.cote-azur-section .container::after {
  content: none;
  display: none;
}

.cote-azur-section[hidden] {
  display: none !important;
}

.cote-azur-header {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 2.8rem);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.35rem 0 0;
  background: none;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.cote-azur-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 28px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(197, 165, 114, 0.12);
  border: 1px solid rgba(197, 165, 114, 0.34);
}

.cote-azur-title {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.05;
  color: var(--text);
}

.cote-azur-title-line {
  display: inline;
}

.cote-azur-title-accent {
  display: inline;
  background: linear-gradient(120deg, #C5A572 0%, #e8d5a8 52%, #f5ecd8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.cote-azur-intro {
  margin-top: 0.15rem;
}

.cote-azur-rule {
  display: block;
  width: 2.75rem;
  height: 1px;
  margin: 1.25rem auto 1.35rem;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 114, 0.5), transparent);
}

.cote-azur-subtitle {
  margin: 0 auto;
  max-width: 600px;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.72;
  color: rgba(234, 234, 234, 0.56);
}

.cote-azur-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.cote-azur-tag {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.62);
  background: var(--surface, #111111);
  border: 1px solid rgba(255, 255, 255, 0.09);
}

.cote-azur-countline {
  margin: 1.35rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.5);
}

.cote-azur-countline strong {
  font-size: 0.76rem;
  font-weight: 700;
  color: var(--accent);
}

.cote-azur-count-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(197, 165, 114, 0.42);
  flex-shrink: 0;
}

.ibiza-residence-stat {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  text-align: center;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
}

.ibiza-residence-stat-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--accent);
}

.ibiza-residence-stat-label {
  margin-top: 0.35rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(234, 234, 234, 0.5);
}

.cote-azur-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: clamp(1.25rem, 2.6vw, 1.85rem);
}

.cote-azur-filters[hidden] {
  display: none;
}

.cote-azur-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--surface, #111111);
  color: rgba(234, 234, 234, 0.88);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cote-azur-filter:hover {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(37, 37, 37, 0.75);
}

.cote-azur-filter.is-active {
  color: #1a1a1a;
  background: linear-gradient(135deg, #C5A572 0%, #e8d5a8 100%);
  border-color: transparent;
  box-shadow: none !important;
}

.cote-azur-feed {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
}

.cote-azur-empty {
  margin: 0;
  padding: 2rem 1rem;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(234, 234, 234, 0.55);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.cote-azur-month {
  margin: 0 !important;
  padding: 0 0 0.75rem !important;
}

.cote-azur-month-title {
  margin: 0 0 0.6rem;
  padding-bottom: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent, #C5A572);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cote-azur-month-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.cote-azur-row {
  display: grid;
  grid-template-columns: 64px 128px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.75rem;
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: var(--surface, #111111);
  isolation: isolate;
  overflow: hidden;
  transition: border-color 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.cote-azur-row:hover,
.cote-azur-section.events-revealed .cote-azur-row:hover {
  border-color: rgba(197, 165, 114, 0.24);
  background: rgba(34, 34, 34, 0.62);
  transform: translateY(-1px);
  box-shadow: none !important;
}

.cote-azur-row-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.cote-azur-row-weekday {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(234, 234, 234, 0.45);
}

.cote-azur-row-day {
  margin: 0.22rem 0 0.14rem;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text);
}

.cote-azur-row-month {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--accent);
}

.cote-azur-row-media {
  position: relative;
  width: 128px;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cote-azur-row-live-on-media {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 7px 3px 6px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.92);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.2;
  pointer-events: none;
}

.cote-azur-row-live-on-media .current-event-live-dot {
  width: 5px;
  height: 5px;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55);
  animation: current-event-live-pulse 1.6s ease-out infinite;
}

.cote-azur-row-img,
.cote-azur-row-img-fallback {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cote-azur-row-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.cote-azur-row-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.cote-azur-row-city {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(197, 165, 114, 0.9);
}

.cote-azur-row-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cote-azur-row-meta {
  font-size: 0.78rem;
  color: rgba(234, 234, 234, 0.52);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cote-azur-row-action {
  flex-shrink: 0;
  padding: 0.5rem 0.9rem;
  border-radius: 28px;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--text);
  background: rgba(197, 165, 114, 0.1);
  border: 1px solid rgba(197, 165, 114, 0.26);
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.cote-azur-row:hover .cote-azur-row-action {
  background: rgba(197, 165, 114, 0.16);
  border-color: rgba(197, 165, 114, 0.4);
  color: var(--accent);
}

/* Override liquid-glass for cleaner Côte d'Azur look */
body.home-page .cote-azur-section .cote-azur-row {
  background: var(--surface, #111111) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

body.home-page .cote-azur-section .cote-azur-row::before {
  display: none !important;
}

body.home-page .cote-azur-section .cote-azur-filter:not(.is-active) {
  background: var(--surface, #111111) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
}

.cote-azur-row-action span {
  margin-left: 0.2rem;
}

.cote-azur-load-more {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.ibiza-spotlight {
  margin-bottom: 1.35rem;
}

.ibiza-spotlight-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  isolation: isolate;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ibiza-spotlight-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.ibiza-spotlight-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.ibiza-spotlight-img,
.ibiza-spotlight-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.ibiza-spotlight-card:hover .ibiza-spotlight-img {
  transform: scale(1.04);
}

.ibiza-spotlight-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.08) 40%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
}

.ibiza-spotlight-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.32rem 0.72rem;
  border-radius: 28px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: linear-gradient(135deg, #C5A572 0%, #e8d5a8 100%);
}

.ibiza-spotlight-datepill {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  min-width: 48px;
  padding: 0.45rem 0.6rem;
  border-radius: 12px;
  background: var(--surface-variant, #1a1a1a);
  border: 1px solid var(--border);
}

.ibiza-spotlight-datepill-day {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
}

.ibiza-spotlight-datepill-month {
  margin-top: 0.12rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--accent);
}

.ibiza-spotlight-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.1rem 1.15rem 1.15rem;
}

.ibiza-spotlight-style {
  display: inline-block;
  margin-bottom: 0.45rem;
  padding: 0.22rem 0.55rem;
  border-radius: 28px;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(197, 165, 114, 0.95);
  background: rgba(197, 165, 114, 0.12);
  border: 1px solid rgba(197, 165, 114, 0.22);
}

.ibiza-spotlight-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.5vw, 1.65rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}

.ibiza-spotlight-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ibiza-spotlight-venue {
  font-size: 0.82rem;
  color: rgba(234, 234, 234, 0.72);
}

.ibiza-spotlight-cta {
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
}

.ibiza-lineup-panel {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ibiza-lineup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ibiza-lineup-head-title {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.5);
}

.ibiza-lineup-head-meta {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(197, 165, 114, 0.75);
}

.ibiza-lineup {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--surface, #111111);
  overflow: hidden;
}

.ibiza-lineup-item + .ibiza-lineup-item {
  border-top: 1px solid var(--border);
}

.ibiza-lineup-link {
  display: grid;
  grid-template-columns: 2rem 96px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.ibiza-lineup-link:hover {
  background: rgba(255, 255, 255, 0.04);
}

.ibiza-lineup-index {
  font-size: 0.68rem;
  font-weight: 800;
  color: rgba(197, 165, 114, 0.38);
}

.ibiza-lineup-thumb {
  width: 96px;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-variant, #1a1a1a);
}

.ibiza-lineup-thumb img,
.ibiza-lineup-thumb-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ibiza-lineup-thumb picture,
.ibiza-spotlight-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ibiza-lineup-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.cote-azur-lineup-city {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(234, 234, 234, 0.55);
}

.ibiza-lineup-style {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(197, 165, 114, 0.78);
}

.ibiza-lineup-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ibiza-lineup-venue {
  font-size: 0.74rem;
  color: rgba(234, 234, 234, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ibiza-lineup-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  min-width: 40px;
  text-align: center;
}

.ibiza-lineup-weekday {
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(234, 234, 234, 0.4);
}

.ibiza-lineup-day {
  margin: 0.14rem 0 0.06rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}

.ibiza-lineup-month {
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--accent);
}

.ibiza-lineup-arrow {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(197, 165, 114, 0.4);
}

.ibiza-lineup-link:hover .ibiza-lineup-arrow {
  color: var(--accent);
}

.ibiza-lineup-more {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.ibiza-lineup-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1.15rem;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--surface, #111111);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ibiza-lineup-more-btn:hover {
  background: rgba(37, 37, 37, 0.75);
  border-color: rgba(255, 255, 255, 0.14);
}

.cote-azur-section.events-revealed .cote-azur-row {
  opacity: 1;
  transform: translateY(0);
}

.cote-azur-section:not(.events-revealed) .cote-azur-row {
  opacity: 0;
  transform: translateY(12px);
}

.cote-azur-section .cote-azur-row {
  transition: opacity 0.4s ease, transform 0.4s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.cote-azur-section.events-revealed .cote-azur-month:nth-child(1) .cote-azur-row:nth-child(1) { transition-delay: 0.05s; }
.cote-azur-section.events-revealed .cote-azur-month:nth-child(1) .cote-azur-row:nth-child(2) { transition-delay: 0.1s; }
.cote-azur-section.events-revealed .cote-azur-month:nth-child(1) .cote-azur-row:nth-child(3) { transition-delay: 0.15s; }
.cote-azur-section.events-revealed .cote-azur-month:nth-child(n+2) .cote-azur-row { transition-delay: 0.2s; }

@media (max-width: 768px) {
  .cote-azur-section .container {
    padding: 0;
    border-radius: 0;
  }

  .cote-azur-header {
    margin-bottom: 1.6rem;
    padding: 1rem 0.85rem;
    border-radius: 18px;
  }

  .cote-azur-title {
    font-size: clamp(1.85rem, 7.4vw, 2.45rem);
  }

  .cote-azur-rule {
    margin: 1.05rem auto 1.1rem;
  }

  .cote-azur-subtitle {
    font-size: clamp(0.95rem, 3.8vw, 1.02rem);
    line-height: 1.68;
  }

  .cote-azur-tags {
    gap: 0.45rem;
    margin-top: 1.05rem;
  }

  .cote-azur-tag {
    font-size: 0.62rem;
    padding: 0.34rem 0.62rem;
  }

  .cote-azur-countline {
    margin-top: 1.1rem;
  }

  .cote-azur-filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.25rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .cote-azur-filters::-webkit-scrollbar {
    display: none;
  }

  .cote-azur-filter {
    flex-shrink: 0;
  }

  .cote-azur-row {
    grid-template-columns: 56px 104px minmax(0, 1fr);
    gap: 0.55rem;
    padding: 0.55rem 0.65rem;
  }

  .cote-azur-row-media {
    width: 104px;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .cote-azur-row-action {
    display: none;
  }

  .ibiza-lineup-link {
    grid-template-columns: 1.75rem 80px minmax(0, 1fr) auto;
    gap: 0.6rem;
    padding: 0.75rem 0.85rem;
  }

  .ibiza-lineup-arrow {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cote-azur-section .cote-azur-row {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* En-têtes dans <main> uniquement (pas le header site body > header) */
main > header {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  max-width: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

/* Résidences Ibiza */
.ibiza-residence-section[hidden] {
  display: none !important;
}

.ibiza-residence-section {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

.ibiza-residence-shell {
  padding: clamp(1.75rem, 3vw, 2.75rem);
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--surface, #111111);
  box-shadow: none;
  isolation: isolate;
  overflow: hidden;
}

.ibiza-residence-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
  padding-bottom: 0;
  border: none;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  z-index: auto;
  max-width: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.ibiza-residence-top-copy {
  flex: 1 1 420px;
  min-width: 0;
}

.ibiza-residence-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.36rem 0.85rem;
  margin-bottom: 0.8rem;
  border-radius: 28px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: linear-gradient(135deg, #C5A572 0%, #e8d5a8 100%);
}

.ibiza-residence-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--text);
}

.ibiza-residence-accent {
  background: linear-gradient(120deg, #C5A572 0%, #e8d5a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ibiza-residence-subtitle {
  margin: 0 0 1rem;
  max-width: 540px;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.6;
  color: rgba(234, 234, 234, 0.65);
}

.ibiza-residence-stat {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 0.85rem 1rem;
  border-radius: 18px;
  text-align: center;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
}

.ibiza-residence-stat-num {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--accent);
}

.ibiza-residence-stat-label {
  margin-top: 0.35rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.35;
  color: rgba(234, 234, 234, 0.5);
}

.ibiza-spotlight {
  margin-bottom: 1.35rem;
}

.ibiza-spotlight-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  isolation: isolate;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.ibiza-spotlight-card:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}

.ibiza-spotlight-media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.ibiza-spotlight-img,
.ibiza-spotlight-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.45s ease;
}

.ibiza-spotlight-card:hover .ibiza-spotlight-img {
  transform: scale(1.04);
}

.ibiza-spotlight-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.08) 40%, rgba(0,0,0,0.75) 100%);
  pointer-events: none;
}

.ibiza-spotlight-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  padding: 0.32rem 0.72rem;
  border-radius: 28px;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: linear-gradient(135deg, #C5A572 0%, #e8d5a8 100%);
}

.ibiza-spotlight-datepill {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  min-width: 48px;
  padding: 0.45rem 0.6rem;
  border-radius: 12px;
  background: var(--surface-variant, #1a1a1a);
  border: 1px solid var(--border);
}

.ibiza-spotlight-datepill-day {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text);
}

.ibiza-spotlight-datepill-month {
  margin-top: 0.1rem;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent);
}

.ibiza-spotlight-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.15rem 1.25rem 1.25rem;
}

.ibiza-spotlight-style {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0.18rem 0.55rem;
  border-radius: 28px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(197, 165, 114, 0.25);
  border: 1px solid rgba(197, 165, 114, 0.35);
}

.ibiza-spotlight-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ibiza-spotlight-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.ibiza-spotlight-venue {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.75);
}

.ibiza-spotlight-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.5rem 0.95rem;
  border-radius: 28px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #1a1a1a;
  background: linear-gradient(135deg, #C5A572 0%, #e8d5a8 100%);
}

.ibiza-lineup-panel {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.ibiza-lineup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.ibiza-lineup-head-title {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.5);
}

.ibiza-lineup-head-meta {
  font-size: 0.7rem;
  font-weight: 600;
  color: rgba(197, 165, 114, 0.75);
}

.ibiza-lineup {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: var(--surface, #111111);
  overflow: hidden;
}

.ibiza-lineup-item + .ibiza-lineup-item {
  border-top: 1px solid var(--border);
}

.ibiza-lineup-link {
  display: grid;
  grid-template-columns: 2rem 96px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.ibiza-lineup-link:hover {
  background: rgba(255, 255, 255, 0.04);
}

.ibiza-lineup-index {
  font-size: 0.68rem;
  font-weight: 800;
  color: rgba(197, 165, 114, 0.38);
}

.ibiza-lineup-thumb {
  width: 96px;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface-variant, #1a1a1a);
}

.ibiza-lineup-thumb img,
.ibiza-lineup-thumb-fallback {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ibiza-lineup-thumb picture,
.ibiza-spotlight-media picture {
  display: block;
  width: 100%;
  height: 100%;
}

.ibiza-lineup-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.ibiza-lineup-style {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(197, 165, 114, 0.78);
}

.ibiza-lineup-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ibiza-lineup-venue {
  font-size: 0.74rem;
  color: rgba(234, 234, 234, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ibiza-lineup-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  min-width: 40px;
  text-align: center;
}

.ibiza-lineup-weekday {
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: rgba(234, 234, 234, 0.4);
}

.ibiza-lineup-day {
  margin: 0.14rem 0 0.06rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
}

.ibiza-lineup-month {
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  color: var(--accent);
}

.ibiza-lineup-arrow {
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(197, 165, 114, 0.4);
}

.ibiza-lineup-link:hover .ibiza-lineup-arrow {
  color: var(--accent);
}

.ibiza-lineup-more {
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
}

.ibiza-lineup-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1.15rem;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--surface, #111111);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ibiza-lineup-more-btn:hover {
  background: rgba(37, 37, 37, 0.75);
  border-color: rgba(255, 255, 255, 0.14);
}

@media (max-width: 768px) {
  .ibiza-residence-top {
    flex-direction: column;
    align-items: stretch;
  }

  .ibiza-residence-stat {
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    gap: 0.5rem;
    min-width: 0;
  }

  .ibiza-residence-stat-label {
    margin-top: 0;
  }

  .ibiza-lineup-link {
    grid-template-columns: 1.5rem 80px minmax(0, 1fr) auto;
  }

  .ibiza-lineup-thumb {
    width: 80px;
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .ibiza-lineup-arrow {
    display: none;
  }

  .ibiza-spotlight-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .ibiza-spotlight-cta {
    width: 100%;
    justify-content: center;
  }
}

.current-events-title {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.75rem;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.current-events-subtitle {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: var(--text-muted);
  line-height: 1.65;
  margin: 0;
}

.current-events-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  position: relative;
  z-index: 40;
  isolation: isolate;
}

.current-events-extra-filters {
  display: flex;
  gap: 0.75rem;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 0;
}

.current-events-filter-select {
  display: inline-block;
  vertical-align: middle;
  background: rgba(34, 33, 31, 0.5);
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.5rem 1.45rem 0.5rem 2.1rem;
  min-height: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  line-height: 1;
  min-width: 0;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23b8b8b8' stroke-width='2'%3E%3Cpath d='m3 4.5 3 3 3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-size: 12px 12px;
}

.current-events-filter-select:hover {
  background: rgba(34, 33, 31, 0.7);
  border-color: rgba(178, 152, 107, 0.25);
}

.current-events-filter-select:focus {
  border-color: rgba(178, 152, 107, 0.35);
  box-shadow: none;
  outline: none;
}

.date-filter-wrap,
.style-filter-wrap,
.current-events-filter > .filter-dropdown-mobile {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-height: 2.5rem;
  height: 2.5rem;
}

/* Pilules accueil : même gabarit que le filtre Ville */
.current-events-filter .filter-dropdown-toggle,
.current-events-filter .date-filter-dropdown-toggle,
.current-events-filter .style-filter-dropdown-toggle,
.current-events-filter .current-events-filter-select {
  min-height: 2.5rem;
  height: 2.5rem;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1;
}

/* Input Flatpickr masqué — le bouton pilule affiche la date */
.date-filter-wrap .date-filter-flatpickr-input,
.date-filter-wrap #events-date-filter.date-filter-flatpickr-input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.date-filter-dropdown-toggle {
  display: none;
  width: 100%;
  margin: 0;
}

.date-filter-wrap.has-date-selected .date-filter-arrow {
  display: none;
}
.style-filter-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.style-filter-wrap::before {
  content: '🎵';
  position: absolute;
  left: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  line-height: 1;
  z-index: 4;
  pointer-events: none;
}

.style-filter-wrap .style-filter-dropdown-toggle {
  display: none;
}

.style-filter-wrap .style-filter-dropdown-toggle .filter-flag {
  font-size: 0.8rem;
  line-height: 1;
  flex-shrink: 0;
}
/* Filtre style — mobile : même dropdown que Ville ; desktop : <select> natif */
.style-filter-dropdown-toggle {
  display: none;
  width: 100%;
  margin: 0;
}

.style-filter-wrap .filter-dropdown-menu {
  left: 0;
  right: auto;
  min-width: 100%;
  z-index: 5000;
}
@media (min-width: 769px) {
  .date-filter-wrap input.current-events-filter-select,
  .date-filter-wrap input.flatpickr-input,
  .date-filter-wrap input.flatpickr-alt {
    display: block;
    margin: 0;
    background: rgba(34, 33, 31, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--text);
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
  }

  .date-filter-wrap input.current-events-filter-select:hover,
  .date-filter-wrap input.flatpickr-input:hover {
    background: rgba(34, 33, 31, 0.7);
    border-color: rgba(178, 152, 107, 0.25);
  }

  .date-filter-wrap input.current-events-filter-select:focus,
  .date-filter-wrap input.flatpickr-input:focus {
    border-color: rgba(178, 152, 107, 0.35);
    box-shadow: none;
    outline: none;
  }
}

.date-filter-clear {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
  font-size: 1rem;
  line-height: 1;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 4;
}
.date-filter-clear:hover {
  background: rgba(255, 255, 255, 0.22);
}

@media (min-width: 769px) {
  .date-filter-wrap .flatpickr-input,
  .date-filter-wrap input.flatpickr-input[readonly] {
    border-radius: 999px !important;
    background: rgba(34, 33, 31, 0.5) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
}

/* Flatpickr — thème Night Square (dark + accent or) */
.flatpickr-calendar {
  background: var(--surface) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5) !important;
}
.flatpickr-months {
  background: var(--surface) !important;
}
.flatpickr-month {
  background: var(--surface) !important;
  color: #f5f5f5 !important;
  fill: #f5f5f5 !important;
}
.flatpickr-current-month .numInputWrapper span.arrowUp::after,
.flatpickr-current-month .numInputWrapper span.arrowDown::after { border-bottom-color: #c5a572 !important; border-top-color: #c5a572 !important; }
.flatpickr-weekdays { background: var(--surface) !important; }
span.flatpickr-weekday { color: #9a9a9a !important; }
.flatpickr-days { background: var(--surface) !important; border-color: rgba(255,255,255,0.08) !important; }
.dayContainer { background: var(--surface) !important; }
.flatpickr-day {
  color: #f5f5f5 !important;
}
.flatpickr-day:hover {
  background: rgba(197, 165, 114, 0.2) !important;
  border-color: rgba(197, 165, 114, 0.3) !important;
  color: #f5f5f5 !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #c5a572 !important;
  border-color: #c5a572 !important;
  color: #1a1a1a !important;
}
.flatpickr-day.today {
  border-color: #c5a572 !important;
}
.flatpickr-day.today:hover {
  background: #c5a572 !important;
  color: #1a1a1a !important;
}
.flatpickr-day.flatpickr-disabled {
  color: rgba(255,255,255,0.2) !important;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #c5a572 !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #d4b87a !important;
}

.filter-buttons-desktop {
  display: none;
}

.filter-dropdown-mobile {
  display: block;
  position: relative;
  width: auto;
  max-width: none;
  z-index: 50;
}

.filter-button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: var(--surface);
  border: 1px solid rgba(178, 152, 107, 0.3);
  border-radius: 50px;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}

.filter-button:hover {
  border-color: var(--accent);
  background: rgba(178, 152, 107, 0.1);
  transform: translateY(-2px);
}

.filter-button-live .filter-flag,
.filter-option-live .filter-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
}

.filter-button-live .current-event-live-dot,
.filter-option-live .current-event-live-dot {
  width: 8px;
  height: 8px;
}

.filter-button-live.active,
.filter-option-live.active {
  border-color: rgba(34, 197, 94, 0.55);
  background: rgba(34, 197, 94, 0.14);
  color: #4ade80;
}

.filter-button.active {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--bg);
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(178, 152, 107, 0.3);
}

.filter-flag {
  font-size: 1.2rem;
  line-height: 1;
  display: flex;
  align-items: center;
}

.filter-text {
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}

.filter-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.45rem 0.5rem 0.6rem;
  background: rgba(34, 33, 31, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  white-space: nowrap;
  box-sizing: border-box;
}

.filter-dropdown-toggle:hover {
  background: rgba(34, 33, 31, 0.7);
  border-color: rgba(178, 152, 107, 0.25);
}

.filter-dropdown-toggle.active {
  background: rgba(34, 33, 31, 0.8);
  border-color: var(--accent);
}

.filter-arrow {
  color: var(--text-muted);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 0.25rem;
}

.filter-dropdown-toggle.active .filter-arrow {
  transform: rotate(180deg);
  color: var(--accent);
}

.filter-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  min-width: 100%;
  background: rgba(34, 33, 31, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 0.4rem;
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 2px 8px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5000;
  max-height: 280px;
  overflow-y: auto;
}

.filter-dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.55rem 0.85rem;
  background: none;
  border: none;
  border-radius: 12px;
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: left;
}

.filter-option:hover {
  background: rgba(178, 152, 107, 0.1);
  color: var(--text);
}

.filter-option.active {
  background: rgba(178, 152, 107, 0.15);
  color: var(--accent);
  font-weight: 600;
}

.filter-option .filter-flag {
  font-size: 1rem;
}

.filter-dropdown-toggle .filter-flag {
  font-size: 1rem;
}

.filter-dropdown-toggle .filter-text {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .filter-dropdown-toggle {
    width: auto;
    min-width: 0;
    justify-content: center;
  }

  /* Une seule ligne : ville + date + style (pas d’empilement) */
  .current-events-filter {
    margin-bottom: 2rem;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    width: 100%;
    min-width: 0;
    z-index: 60;
    overflow: visible;
  }

  .current-events-section .container {
    overflow: visible;
  }

  /* Filtres mobile : 3 pilules identiques sur une ligne (ville / date / style) */
  .current-events-extra-filters {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    gap: 0.4rem;
    align-items: center;
  }

  .filter-dropdown-mobile,
  .date-filter-wrap,
  .style-filter-wrap.filter-dropdown-mobile {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
    width: auto;
    height: 2.35rem;
    align-self: center;
    z-index: 70;
  }

  .style-filter-wrap.filter-dropdown-mobile {
    z-index: 65;
  }

  .filter-dropdown-menu {
    z-index: 5000;
    max-height: min(50vh, 320px);
  }

  .current-events-filter .filter-dropdown-toggle,
  .current-events-filter .date-filter-dropdown-toggle,
  .current-events-filter .style-filter-dropdown-toggle {
    width: 100%;
    height: 2.35rem;
    min-height: 2.35rem;
    max-height: 2.35rem;
    box-sizing: border-box;
    border-radius: 999px !important;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    font-size: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.25rem;
  }

  .filter-dropdown-mobile .filter-dropdown-toggle,
  .date-filter-dropdown-toggle,
  .style-filter-dropdown-toggle {
    padding: 0 1.45rem 0 0.6rem;
  }

  .date-filter-dropdown-toggle {
    display: flex !important;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    min-height: 2.35rem;
  }

  .date-filter-wrap.has-date-selected .date-filter-dropdown-toggle {
    padding-right: 2rem;
  }

  .date-filter-wrap input.date-filter-flatpickr-input,
  .date-filter-wrap input.flatpickr-input,
  .date-filter-wrap #events-date-filter {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    display: block !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .style-filter-dropdown-toggle {
    display: flex;
  }

  .filter-dropdown-toggle .filter-flag {
    font-size: 0.8rem;
    line-height: 1;
    flex-shrink: 0;
  }

  .filter-dropdown-toggle .filter-text,
  .style-filter-dropdown-toggle .filter-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    flex: 1;
    line-height: 1;
  }

  .filter-arrow {
    flex-shrink: 0;
    margin-left: 0;
  }

  .style-filter-wrap > #events-style-filter.style-filter-native-select {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    margin: 0;
  }

  .style-filter-wrap::before {
    display: none;
  }

  .style-filter-wrap .style-filter-dropdown-toggle {
    display: flex !important;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
  }

  .date-filter-dropdown-toggle .filter-flag {
    font-size: 0.8rem;
    line-height: 1;
    flex-shrink: 0;
  }

  .date-filter-dropdown-toggle .filter-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
  }

}

@media (min-width: 769px) {
  .date-filter-dropdown-toggle {
    display: none !important;
  }

  .date-filter-wrap .date-filter-flatpickr-input,
  .date-filter-wrap #events-date-filter.date-filter-flatpickr-input {
    position: static !important;
    width: auto !important;
    height: 2.5rem !important;
    min-width: 0;
    min-height: 2.5rem !important;
    margin: 0 !important;
    padding: 0.5rem 1.45rem 0.5rem 2.1rem !important;
    clip: auto !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    overflow: hidden !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    background: rgba(34, 33, 31, 0.5) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .date-filter-wrap::before {
    content: '📅';
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    line-height: 1;
    z-index: 4;
    pointer-events: none;
  }
}

@media (min-width: 769px) {
  .style-filter-wrap .style-filter-dropdown-toggle,
  .style-filter-wrap .filter-dropdown-menu {
    display: none !important;
  }

  .style-filter-wrap::before {
    display: block;
  }

  .style-filter-wrap > #events-style-filter {
    position: static;
    opacity: 1;
    pointer-events: auto;
    width: auto;
    min-width: 0;
  }

  .current-events-filter {
    flex-wrap: nowrap;
    gap: 0.75rem;
  }

  .current-events-filter > .filter-dropdown-mobile,
  .date-filter-wrap,
  .style-filter-wrap {
    flex: 0 0 auto;
    height: 2.5rem;
    min-height: 2.5rem;
  }
}

.current-events-load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  padding: 0;
}

.load-more-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  background: var(--surface);
  border: 1px solid rgba(178, 152, 107, 0.3);
  border-radius: 50px;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  letter-spacing: 0.02em;
}

.load-more-button:hover {
  border-color: var(--accent);
  background: rgba(178, 152, 107, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(178, 152, 107, 0.2);
}

.load-more-button:active {
  transform: translateY(0);
}

.current-events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-bottom: 0;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .current-events-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .current-events-section {
    padding: 0.85rem 0 1.5rem;
  }
  .current-events-section .container {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .current-events-section {
    padding: 0.7rem 0 1.25rem;
  }
  .current-events-header {
    padding: 0;
    margin-bottom: 16px;
  }
  .current-events-title {
    font-size: 20px;
    font-weight: 800;
    color: #EAEAEA;
  }
  .current-events-subtitle {
    font-size: 0.95rem;
  }
  .current-events-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 0;
  }
  .current-events-load-more {
    margin-top: 1.25rem;
  }
  .load-more-button {
    padding: 0.9rem 2rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .current-events-section {
    padding: 0.55rem 0 1.25rem;
  }
  .current-events-section .container {
    padding: 0 20px;
  }
  .current-events-load-more {
    margin-top: 1rem;
    padding: 0;
  }
  .load-more-button {
    width: 100%;
    max-width: 320px;
    padding: 0.9rem 1.5rem;
    font-size: 0.95rem;
  }
}

/* Cartes « À venir » — même taille pour toutes, marge interne 10px */
.current-event-card {
  --event-surface: var(--surface);
  --event-text-primary: #EAEAEA;
  --event-text-secondary: #A1A1A1;
  --event-primary: #C5A572;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.25s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-shadow: none;
  font-style: normal;
}

a.current-event-card {
  text-decoration: none;
  color: inherit;
}

.current-event-card * {
  font-style: normal;
}

.current-event-main {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  background: none;
  background-color: transparent;
  z-index: 1;
  padding: 0;
  overflow: hidden;
}

/* Bloc image — ratio 16:9 */
.current-event-image {
  position: relative;
  padding: 0;
  overflow: hidden;
  flex-shrink: 0;
  width: calc(100% - 0.9rem);
  margin: 0.45rem 0.45rem 0 0.45rem;
  border-radius: 20px;
}

.current-event-image-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
  background: var(--surface-variant, #1a1a1a);
}

.current-event-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}

.current-event-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
  z-index: 1;
  border-radius: 20px;
}

.current-event-image picture {
  position: absolute;
  inset: 0;
  display: block;
  z-index: 1;
}

.current-event-image picture img {
  border-radius: inherit;
}

/* Badge date · heure — capsule iOS (ultraThinMaterial) */
.current-event-date-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  max-width: calc(100% - 24px);
  padding: 5px 10px;
  border-radius: 999px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
    rgba(40, 40, 44, 0.55);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
}

.current-event-badges {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  gap: 6px;
  z-index: 3;
}

.current-event-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.current-event-badge-top,
.current-event-badge-new {
  background: linear-gradient(135deg, var(--event-primary) 0%, rgba(197, 165, 114, 0.8) 100%);
}

/* Zone texte */
.current-event-info {
  padding: 8px 20px 0;
  background: transparent;
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.current-event-info-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--event-text-primary);
  letter-spacing: -0.01em;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 2px 0;
  line-height: 1.25;
  display: block;
  overflow: hidden;
  max-height: calc(1.25em * 2);
  min-width: 0;
}

.current-event-live-badge {
  float: left;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0.18em 8px 0 0;
  padding: 4px 9px 4px 8px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.4);
  color: #4ade80;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1;
}

.current-event-live-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55);
  animation: current-event-live-pulse 1.6s ease-out infinite;
}

@keyframes current-event-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.55); }
  70% { box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .current-event-live-dot {
    animation: none;
  }
}

.current-event-info-venue {
  font-size: 13px;
  font-weight: 600;
  color: var(--event-primary);
  font-style: normal;
  letter-spacing: 0.02em;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Bloc Date / Heure — padding 16h 10v, fond surface 0.3, radius 16 */
.current-event-info-datetime {
  margin-top: auto;
  padding: 10px 16px;
  background: var(--surface-variant, #1a1a1a);
  border-radius: 16px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}

.current-event-info-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  border: none;
  flex: 1;
}

.events-loading,
.events-empty,
.events-error {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem 2rem;
  color: var(--text-muted);
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(178, 152, 107, 0.2);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 0 auto 1.5rem;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.events-loading p,
.events-empty p,
.events-error p {
  font-size: 1.1rem;
  margin: 0;
}

.current-event-info-detail {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.current-event-info-detail-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--event-text-secondary);
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
}

.current-event-info-detail-value {
  font-size: 15px;
  font-weight: 800;
  color: var(--event-text-primary);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
  font-style: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .current-event-info-datetime .current-event-info-details {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    gap: 0.5rem;
    grid-template-columns: unset;
  }

  .current-event-info-details .current-event-info-detail {
    flex: 0 1 auto;
    min-width: 0;
  }

  .current-event-info-details .current-event-info-detail:last-child {
    margin-left: auto;
    align-items: flex-end;
    text-align: right;
  }
}

@media (max-width: 480px) {
  .current-event-card {
    max-width: 100%;
    min-width: 0;
  }
  .current-event-main {
    padding: 0;
  }
  .current-event-info {
    padding: 6px 18px 0;
  }
  .current-event-info-title {
    font-size: 17px;
  }
  .current-event-info-venue {
    font-size: 12px;
  }
  .current-event-info-datetime {
    padding: 10px 14px;
  }
  .current-event-info-detail-value {
    font-size: 14px;
  }
}

/* Page event : wrapper — overflow horizontal seulement mobile (desktop : pin photo JS) */
.event-page-viewport {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: visible;
  position: relative;
  display: block;
}

@media (max-width: 899px) {
  .event-page-viewport {
    overflow-x: hidden;
  }
}

/* ——— Page détail événement (brief app) : palette --bg, --surface, #EAEAEA, #A1A1A1, #C5A572 ——— */
.event-detail-page {
  --event-bg: var(--bg);
  --event-surface: var(--surface);
  --event-text-primary: #EAEAEA;
  --event-text-secondary: #A1A1A1;
  --event-primary: #C5A572;
  --event-grad-from: #C5A572;
  --event-grad-to: #B2986B;
  --event-dominant1: rgba(197, 165, 114, 0.4);
  --event-dominant2: rgba(197, 165, 114, 0.25);
  --event-accent: rgba(161, 130, 90, 0.35);
}

/* Hero : 40% hauteur écran, gradients animés + image 16:9 (left/right 16, bottom 20), radius 12 */
.event-detail-hero {
  width: 100%;
  height: 40vh;
  min-height: 200px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .event-detail-hero {
    height: auto;
    min-height: 0;
    padding: 10px 10px 10px;
    overflow: visible;
  }
  .event-detail-hero-gradients {
    display: none;
  }
  .event-detail-hero-inner {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    aspect-ratio: 16 / 9;
    min-height: 180px;
    z-index: 2;
  }
  .event-detail-hero-image {
    position: absolute !important;
    inset: 0 !important;
  }
  .event-detail-hero-image img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
.event-detail-hero-gradients {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  --grad1-x: 0.3;
  --grad1-y: 0;
  --grad2-x: -0.4;
  --grad2-y: 0;
  --grad3-x: 0.35;
  --grad3-y: 0.15;
  --grad4-x: -0.24;
  --grad4-y: 0;
  --grad-opacity1: 0.4;
  --grad-opacity2: 0.45;
  --grad-opacity3: 0.25;
}

@media (min-width: 768px) {
  .event-detail-hero-gradients {
    inset: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 55vh;
    min-height: 360px;
    max-height: 520px;
    /* Masque pour fondre progressivement dans le fond, aucune limite nette */
    mask-image: linear-gradient(to bottom, black 0%, black 35%, transparent 85%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 35%, transparent 85%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
  .event-detail-page::before {
    height: 55vh;
    min-height: 360px;
    max-height: 520px;
    /* Fondre en douceur dans #121212, pas de bord visible */
    mask-image: linear-gradient(to bottom, black 0%, black 25%, transparent 75%);
    -webkit-mask-image: linear-gradient(to bottom, black 0%, black 25%, transparent 75%);
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
  }
}
.event-detail-hero-grad {
  position: absolute;
  inset: 0;
}
/* Calque 1 : dégradé radial principal (dominant1 → dominant2) */
.event-detail-hero-grad-1 {
  background: radial-gradient(
    circle at calc(50% + var(--grad1-x, 0) * 50%) calc(50% + var(--grad1-y, 0) * 50%),
    color-mix(in srgb, var(--event-dominant1) calc(var(--grad-opacity1, 0.5) * 100%), transparent calc((1 - var(--grad-opacity1, 0.5)) * 100%)) 0%,
    color-mix(in srgb, var(--event-dominant2) calc(var(--grad-opacity1, 0.5) * 60%), transparent) 40%,
    transparent 100%
  );
}
/* Calque 2 : accent + blur 80 */
.event-detail-hero-grad-2 {
  background: radial-gradient(
    circle at calc(50% + var(--grad2-x, 0) * 50%) calc(50% + var(--grad2-y, 0) * 50%),
    color-mix(in srgb, var(--event-accent) calc(var(--grad-opacity2, 0.65) * 100%), transparent calc((1 - var(--grad-opacity2, 0.65)) * 100%)) 0%,
    transparent 60%
  );
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}
/* Calque 3 : dominant2 → dominant1, blur 100 */
.event-detail-hero-grad-3 {
  background: radial-gradient(
    circle at calc(50% + var(--grad3-x, 0) * 50%) calc(50% + var(--grad3-y, 0) * 50%),
    color-mix(in srgb, var(--event-dominant2) calc(var(--grad-opacity3, 0.3) * 100%), transparent calc((1 - var(--grad-opacity3, 0.3)) * 100%)) 0%,
    color-mix(in srgb, var(--event-dominant1) calc(var(--grad-opacity3, 0.3) * 70%), transparent) 30%,
    transparent 100%
  );
  backdrop-filter: blur(100px);
  -webkit-backdrop-filter: blur(100px);
}
/* Calque 4 : accent + dominant1, blur 120, centre miroir */
.event-detail-hero-grad-4 {
  background: radial-gradient(
    circle at calc(50% + var(--grad4-x, 0) * 50%) calc(50% + var(--grad4-y, 0) * 50%),
    color-mix(in srgb, var(--event-accent) calc(var(--grad-opacity2, 0.65) * 50%), transparent) 0%,
    color-mix(in srgb, var(--event-dominant1) calc(var(--grad-opacity1, 0.5) * 40%), transparent) 50%,
    transparent 100%
  );
  backdrop-filter: blur(120px);
  -webkit-backdrop-filter: blur(120px);
}
/* Overlay noir léger (haut) */
.event-detail-hero-overlay-top {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, transparent 50%);
}
/* Masque fondu vers background (bas) */
.event-detail-hero-overlay-bottom {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    rgba(18,18,18,0.3) 70%,
    rgba(18,18,18,0.6) 80%,
    rgba(18,18,18,0.85) 87%,
    rgba(18,18,18,0.93) 93%,
    rgba(18,18,18,0.97) 97%,
    #070707 100%
  );
}
.event-detail-hero-inner {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 20px;
  top: auto;
  z-index: 2;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: calc(100% - 32px);
  max-height: calc(40vh - 20px);
  margin: 0 auto;
}
.event-detail-hero-image {
  position: absolute;
  inset: 0;
  border-radius: 12px;
}
.event-detail-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 12px;
}
.event-detail-hero-placeholder {
  position: absolute;
  inset: 0;
  background: var(--event-surface);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--event-text-secondary);
}
.event-detail-hero-placeholder-icon {
  width: 64px;
  height: 64px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='1.5'%3E%3Crect x='3' y='3' width='18' height='18' rx='2'/%3E%3Ccircle cx='8.5' cy='8.5' r='1.5'/%3E%3Cpath d='M21 15l-5-5L5 21'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0.6;
}
.event-detail-hero-placeholder-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

/* Bloc infos : padding 20 24 20 20 */
.event-detail-info {
  padding: 24px 20px 20px;
  background: transparent;
}
.event-detail-card .event-detail-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--event-text-primary);
  margin: 0 0 16px 0;
  text-transform: none;
}
.event-detail-card .event-detail-title:has(+ .event-detail-past-badge) {
  margin-bottom: 10px;
}
.event-detail-past-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 14px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(161, 161, 161, 0.28);
  background: rgba(161, 161, 161, 0.12);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(200, 200, 200, 0.95);
}
.event-detail-card--past .event-detail-image img {
  filter: grayscale(0.4);
  opacity: 0.88;
}

.event-detail-club-next {
  margin: 18px 0 4px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.event-detail-club-next .event-detail-block-title {
  margin: 0 0 12px;
  font-size: 0.92rem;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0;
}

.event-detail-club-next-empty {
  margin: 0;
  color: var(--event-text-secondary, #A1A1A1);
  font-size: 0.9rem;
  line-height: 1.45;
}

.event-detail-club-next-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event-detail-club-next-list a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #EAEAEA;
  text-decoration: none;
}

.event-detail-club-next-list a:hover {
  border-color: rgba(197, 165, 114, 0.45);
  color: #C5A572;
}

.event-detail-club-next-name {
  font-weight: 650;
  font-size: 0.92rem;
}

.event-detail-club-next-date {
  font-size: 0.8rem;
  color: #A1A1A1;
}
.event-detail-banner--past strong {
  color: rgba(230, 230, 230, 0.95);
  font-weight: 700;
}
.event-detail-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--event-text-secondary);
  margin: 0;
}
.event-detail-meta-row + .event-detail-meta-row {
  margin-top: 8px;
}
.event-detail-meta-row-end {
  padding-left: 24px;
}
.event-detail-meta-icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: inline-block;
}
.event-detail-meta-icon-cal {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.event-detail-meta-icon-loc {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Section Réservation desktop — carte entière cliquable + CTA pleine largeur */
.event-detail-reserve-section {
  display: none;
}
@media (min-width: 1024px) {
  .event-detail-reserve-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 20px 32px;
  }
  .event-detail-reserve-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
    font-family: 'Montserrat', sans-serif;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    width: 100%;
    max-width: min(480px, 100%);
    box-sizing: border-box;
    box-shadow: none;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
  }
  .event-detail-reserve-card:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: none;
    transform: translateY(-1px);
  }
  .event-detail-reserve-card:active {
    transform: scale(0.985);
  }
  .event-detail-reserve-card:focus-visible {
    outline: 2px solid var(--event-primary, #C5A572);
    outline-offset: 3px;
  }
  .event-detail-reserve-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
  }
  .event-detail-reserve-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--event-text-primary, #EAEAEA);
    letter-spacing: -0.01em;
  }
  .event-detail-reserve-minspend {
    font-size: 13px;
    font-weight: 500;
    color: var(--event-text-secondary, #A1A1A1);
  }
  .event-detail-reserve-card .event-detail-reserve-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: none;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--event-primary, #C5A572);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
  }
  .event-detail-reserve-card:hover .event-detail-reserve-btn {
    opacity: 0.95;
  }
  .event-detail-reserve-btn-arrow {
    display: inline-block;
    font-size: 1.05em;
    line-height: 1;
    transition: transform 0.2s ease;
  }
  .event-detail-reserve-card:hover .event-detail-reserve-btn-arrow {
    transform: translateX(3px);
  }
  .event-detail-reserve-card-tickets {
    border-color: rgba(255, 255, 255, 0.09);
  }
  .event-detail-reserve-card-tickets:hover {
    border-color: rgba(255, 255, 255, 0.16);
  }
}

@media (prefers-reduced-motion: reduce) {
  .event-detail-reserve-card,
  .event-detail-reserve-btn-arrow {
    transition: none;
  }
  .event-detail-reserve-card:hover,
  .event-detail-reserve-card:active {
    transform: none;
  }
  .event-detail-reserve-card:hover .event-detail-reserve-btn-arrow {
    transform: none;
  }
}

/* Divider : 1px gradient — séparateur entre titre/date/lieu et réservation */
.event-detail-divider {
  height: 1px;
  margin: 0 20px;
  background: linear-gradient(90deg, transparent 0%, rgba(161, 161, 161, 0.2) 50%, transparent 100%);
}
/* Espacement du séparateur entre titre/date/lieu et réservation (desktop) */
@media (min-width: 1024px) {
  .event-detail-info + .event-detail-divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.event-detail-block {
  padding: 20px 20px 16px;
}
.event-detail-block-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--event-text-secondary);
  margin: 0 0 12px 0;
}
.event-detail-block-desc .event-detail-block-title {
  margin-bottom: 12px;
}
.event-detail-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--event-text-primary);
  margin: 0;
}
.event-detail-desc p {
  margin: 0 0 24px 0;
}
.event-detail-desc p:last-child {
  margin-bottom: 0;
}
.event-detail-desc-edition {
  margin-top: 1rem;
}
.event-detail-desc--collapsed {
  max-height: 4.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.event-detail-desc-more {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--event-primary);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 0;
  margin-top: 8px;
}

/* Line-up : grille 3, images 80–110px */
.event-detail-lineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.event-detail-lineup-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.event-detail-lineup-photo {
  width: 100%;
  max-width: 110px;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(161, 161, 161, 0.1);
  background: var(--event-surface);
  flex-shrink: 0;
}
.event-detail-lineup-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-detail-lineup-photo .event-detail-lineup-initial {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: var(--event-text-secondary);
}
.event-detail-lineup-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: var(--event-text-primary);
  margin-top: 8px;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Style : chips */
.event-detail-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  row-gap: 6px;
}
.event-detail-chip {
  padding: 5px 10px;
  border-radius: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: var(--event-primary);
  background: linear-gradient(135deg, rgba(197, 165, 114, 0.25) 0%, rgba(197, 165, 114, 0.15) 100%);
  border: 0.5px solid rgba(197, 165, 114, 0.4);
}

/* Lieu : adresse + carte / fallback */
.event-detail-map-address {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--event-text-primary);
  margin: 0 0 12px 0;
}
.event-detail-map-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 140px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(161, 161, 161, 0.2);
  background: var(--event-surface);
  color: #fff;
  text-decoration: none;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}
.event-detail-map-box::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.65) 100%);
  border-radius: 12px;
}
.event-detail-map-box-label {
  position: relative;
  z-index: 1;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 12px;
}
.event-detail-map-box-arrow {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.event-detail-map-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 140px;
  border-radius: 8px;
  background: var(--event-surface);
  border: 1px solid rgba(161, 161, 161, 0.2);
  color: var(--event-text-secondary);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
}
.event-detail-map-fallback-icon {
  width: 42px;
  height: 42px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='1.5'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") no-repeat center;
  opacity: 0.7;
}

/* Organisateurs : logo 50×50, nom, flèche */
.event-detail-organizers-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-detail-organizer-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.event-detail-organizer-logo-wrap {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(161, 161, 161, 0.1);
  background: var(--event-surface);
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-detail-organizer-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event-detail-organizer-initial {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--event-text-secondary);
}
.event-detail-organizer-name {
  flex: 1;
  min-width: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--event-text-primary);
}
.event-detail-organizer-arrow {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Contact WhatsApp (promoteur affilié ou Night Square) */
.event-detail-contact-section[hidden] {
  display: none !important;
}
.event-detail-contact-subtitle {
  margin: 0 0 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: var(--event-text-secondary, rgba(255, 255, 255, 0.62));
}
.event-detail-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 14px 16px;
  text-decoration: none;
  color: inherit;
  border-radius: var(--lg-radius-card, 22px);
  background: var(--lg-fill, rgba(255, 255, 255, 0.06));
  border: 1px solid var(--lg-stroke, rgba(255, 255, 255, 0.14));
  box-shadow: var(--lg-shadow-sm, 0 8px 32px rgba(0, 0, 0, 0.35));
  backdrop-filter: blur(var(--lg-blur-sm, 24px)) saturate(var(--lg-saturate-soft, 180%));
  -webkit-backdrop-filter: blur(var(--lg-blur-sm, 24px)) saturate(var(--lg-saturate-soft, 180%));
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.event-detail-contact-card:hover {
  border-color: rgba(37, 211, 102, 0.35);
  background: var(--lg-fill-elevated, rgba(255, 255, 255, 0.08));
  transform: translateY(-1px);
}
.event-detail-contact-card:active {
  transform: translateY(0);
}
.event-detail-contact-wa-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.14);
  color: #25d366;
}
.event-detail-contact-wa-icon {
  width: 24px;
  height: 24px;
  display: block;
}
.event-detail-contact-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1;
}
.event-detail-contact-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--event-text-primary, #fff);
}
.event-detail-contact-cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #25d366;
}
.event-detail-contact-chevron {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.event-detail-contact-loading {
  margin: 0;
  padding: 18px 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: var(--event-text-secondary, rgba(255, 255, 255, 0.62));
}

/* Barre du bas : Réserver | Bannière — fixe comme sur mobile, adaptée desktop */
.event-detail-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 20px calc(16px + env(safe-area-inset-bottom, 0px));
  background: var(--event-bg);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  z-index: 10002;
}

@media (max-width: 1023px) {
  .event-detail-bottom-bar {
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom, 0px));
  }
  .event-detail-page {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

@media (min-width: 1024px) {
  .event-detail-bottom-bar {
    display: none !important;
  }
  .event-detail-page {
    padding-bottom: 2rem !important;
  }
}
.event-detail-bottom-bar-inner {
  max-width: min(1400px, 100%);
  margin: 0 auto;
}
.event-detail-btn-reserve {
  display: block;
  width: 100%;
  padding: 10px 18px;
  border-radius: 28px;
  background: var(--event-primary);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(197, 165, 114, 0.35);
  transition: opacity 0.2s, transform 0.1s;
}
.event-detail-btn-reserve:hover {
  opacity: 0.95;
}
.event-detail-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  background: var(--event-surface);
  border-radius: 16px;
  border: 1px solid rgba(161, 161, 161, 0.12);
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(161, 161, 161, 0.9);
}
.event-detail-banner-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.event-detail-banner-icon-soon {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='2'%3E%3Cpath d='M12 8v4l3 3'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Modal réservation mobile — style Apple iOS (bottom sheet) */
.event-reserve-modal {
  position: fixed;
  inset: 0;
  z-index: 10010;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.event-reserve-modal--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.event-reserve-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
}
.event-reserve-modal-sheet {
  position: relative;
  width: 100%;
  max-width: 500px;
  max-height: 75vh;
  background: var(--event-surface, #111111);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4);
  padding: 8px 20px 24px;
  padding-bottom: calc(24px + env(safe-area-inset-bottom, 0px));
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}
.event-reserve-modal--open .event-reserve-modal-sheet {
  transform: translateY(0);
}
.event-reserve-modal-handle {
  width: 36px;
  height: 5px;
  margin: 8px auto 16px;
  background: rgba(161, 161, 161, 0.5);
  border-radius: 3px;
}
.event-reserve-modal-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.event-reserve-modal-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.event-reserve-modal-cards .event-detail-reserve-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  font-family: 'Montserrat', sans-serif;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-sizing: border-box;
  width: 100%;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.event-reserve-modal-cards .event-detail-reserve-card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}
.event-reserve-modal-cards .event-detail-reserve-card:active {
  transform: scale(0.985);
}
.event-reserve-modal-cards .event-detail-reserve-card-tickets {
  border-color: rgba(255, 255, 255, 0.09);
}
.event-reserve-modal-cards .event-detail-reserve-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: none;
  width: 100%;
  max-width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--event-primary, #C5A572);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  pointer-events: none;
}
.event-reserve-modal-cards .event-detail-reserve-left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.event-reserve-modal-cards .event-detail-reserve-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--event-text-primary, #EAEAEA);
}
.event-reserve-modal-cards .event-detail-reserve-minspend {
  font-size: 12px;
  font-weight: 500;
  color: var(--event-text-secondary, #A1A1A1);
}

.event-detail-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 45vh;
  min-height: 280px;
  /* Dégradé reprenant les 2 couleurs principales de la photo (ou or Night Square par défaut) */
  background: linear-gradient(
    135deg,
    color-mix(in srgb, var(--event-grad-from) 55%, transparent) 0%,
    color-mix(in srgb, var(--event-grad-to) 60%, transparent) 40%,
    color-mix(in srgb, var(--event-grad-to) 25%, transparent) 70%,
    transparent 100%
  );
  filter: blur(80px);
  opacity: 0.7;
  z-index: 0;
  pointer-events: none;
}

/* Event detail page : body étendu derrière app bar, fond #121212 */
.event-detail-page {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 6rem 0 2rem;
  min-height: 60vh;
  background: var(--event-bg, var(--bg, #070707));
  overflow-x: clip;
  margin: 0;
  box-sizing: border-box;
}

#event-detail-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  margin-top: 0;
}

.event-detail-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
}


.event-detail-back {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.event-detail-back:hover {
  color: var(--accent);
}

.event-detail-loading,
.event-detail-error {
  text-align: center;
  padding: 4rem 1.5rem;
  color: var(--text-muted);
}

.event-detail-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.event-detail-error .app-button {
  margin-top: 1rem;
}

.event-detail-card {
  background: transparent;
  margin: 0 auto;
  margin-top: 0;
  width: 100%;
  max-width: min(1400px, 100%);
  min-width: 0;
  overflow-x: hidden;
  padding: 0 clamp(1rem, 4vw, 3rem);
}

@media (max-width: 1023px) {
  .event-detail-card,
  #event-detail-content .event-detail-card,
  #event-detail-content .event-detail-layout {
    padding: 0 !important;
  }
}

.event-detail-layout {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  gap: 2rem;
  align-items: start;
}

/* Colonne gauche : photo */
.event-detail-col-photo {
  position: relative;
  align-self: start;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  overflow: visible;
}

.event-detail-photo-track {
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
}

/* Desktop : 2 colonnes — photo à gauche, contenu à droite */
@media (min-width: 900px) {
  .event-detail-layout {
    grid-template-columns: minmax(280px, 400px) 1fr;
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
  }

  .event-detail-col-photo.is-photo-pinned .event-detail-image {
    position: fixed;
    z-index: 12;
    box-sizing: border-box;
  }
}

.event-detail-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px;
}

.event-detail-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 16px;
}

.event-detail-image-placeholder {
  position: absolute;
  inset: 0;
  background: var(--event-surface, var(--surface));
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--event-text-secondary, var(--text-muted));
}

/* Colonne droite : contenu */
.event-detail-col-info {
  min-width: 0;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.event-detail-breadcrumb {
  font-size: clamp(0.75rem, 2vw, 0.85rem);
  color: var(--text-muted);
  margin: 0 0 1.25rem 0;
  padding: 0;
  width: auto;
  display: inline-block;
  word-wrap: break-word;
  line-height: 1.5;
}

.event-detail-breadcrumb a {
  color: var(--text);
  text-decoration: none;
}

.event-detail-breadcrumb a:hover {
  color: var(--accent);
  text-decoration: underline;
}

.event-detail-breadcrumb-sep {
  margin: 0 0.35rem;
  color: var(--text-muted);
}

.event-detail-breadcrumb-current {
  color: var(--text-muted);
  overflow-wrap: break-word;
  word-break: break-word;
}

.event-detail-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.event-detail-datetime {
  font-size: 1rem;
  color: #898989;
  margin: 0 0 0.75rem 0;
  line-height: 1.5;
}

.event-detail-location {
  font-size: 1rem;
  color: #898989;
  margin: 0 0 1.5rem 0;
  line-height: 1.5;
}

.event-detail-organizer {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0 0 2rem 0;
}

.event-detail-infolist {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.event-detail-infolist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  color: var(--text);
}

.event-detail-icon {
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 0.1rem;
  opacity: 0.9;
  vertical-align: middle;
}

.event-detail-icon-cal {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.event-detail-icon-venue {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.event-detail-icon-pin {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

.event-detail-date-highlight {
  color: #e07c5c;
  font-weight: 600;
}

.event-detail-infolist-text,
.event-detail-infolist-link {
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.event-detail-infolist-link {
  color: var(--text);
  text-decoration: none;
}

.event-detail-infolist-link:hover {
  color: var(--accent);
  text-decoration: underline;
}

.event-detail-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.event-detail-btn-primary {
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
  background: var(--bg) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.event-detail-btn-primary:hover {
  background: var(--surface) !important;
  border-color: var(--accent);
}

.event-detail-btn-secondary {
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.event-detail-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: #fff;
}

.event-detail-btn-heart {
  font-size: 1.1rem;
  color: #fff;
}

.event-detail-sec {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.event-detail-sec-date,
.event-detail-sec-venue {
  margin-top: 1rem;
  padding-top: 0;
  border-top: none;
}

.event-detail-sec-date .event-detail-infolist-text,
.event-detail-sec-venue .event-detail-infolist-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.35rem 0;
  font-size: 1rem;
  color: var(--text);
}

.event-detail-sec-date .event-detail-infolist-text:last-child,
.event-detail-sec-venue .event-detail-infolist-text:last-child {
  margin-bottom: 0;
}

.event-detail-sec-date .event-detail-icon,
.event-detail-sec-venue .event-detail-icon {
  margin-top: 0;
}

.event-detail-end-date {
  margin: 0.25rem 0 0 1.6rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.event-detail-map-address {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--event-text-primary, #FFFFFF);
  margin: 0 0 1rem 0;
}

.event-detail-tables-available {
  font-size: 1rem;
  color: #B2986B;
  margin: 0.5rem 0 1rem 0;
  line-height: 1.5;
  font-weight: 500;
}

.event-detail-map-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.event-detail-map-link:hover {
  text-decoration: underline;
}

.event-detail-map-embed {
  width: 100%;
  max-width: 100%;
  height: 180px;
  max-height: 180px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 0.75rem;
}

.event-detail-map-embed iframe {
  display: block;
  width: 100%;
  height: 180px;
  max-height: 180px;
  border: 0;
}

@media (max-width: 768px) {
  .event-detail-map-embed,
  .event-detail-map-embed iframe {
    height: 140px;
    max-height: 140px;
  }
}

.event-detail-map-link-wrap {
  margin: 0;
}

.event-detail-sec-label {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.5rem;
  font-family: 'Montserrat', sans-serif;
}

.event-detail-sec-label-about {
  color: #898989;
}

.event-detail-sec-label-gray {
  color: #898989;
}

/* Section Réservation Table */
.event-detail-sec-reservation {
  margin: 2rem 0;
}

.event-detail-reservation-container {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 1rem 1.75rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.event-detail-reservation-container:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.event-detail-reservation-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.event-detail-reservation-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.02em;
}

.event-detail-reservation-minspend {
  font-size: 0.95rem;
  color: #898989;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}

.event-detail-reservation-right {
  display: flex;
  align-items: center;
}

.event-detail-reservation-btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: linear-gradient(135deg, #B2986B 0%, #9d8259 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 50px;
  padding: 0.75rem 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(178, 152, 107, 0.25);
  position: relative;
  overflow: hidden;
}

.event-detail-reservation-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.event-detail-reservation-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(178, 152, 107, 0.4);
  background: linear-gradient(135deg, #9d8259 0%, #8a714f 100%);
}

.event-detail-reservation-btn:hover::before {
  left: 100%;
}

.event-detail-reservation-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(178, 152, 107, 0.3);
}

/* Responsive pour la section réservation */
@media (max-width: 768px) {
  .event-detail-reservation-container {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    padding: 1rem 1.5rem;
  }
  
  .event-detail-reservation-left {
    width: 100%;
  }
  
  .event-detail-reservation-right {
    width: 100%;
  }
  
  .event-detail-reservation-btn {
    width: 100%;
    padding: 1rem 2rem;
  }
  
  .event-detail-reservation-title {
    font-size: 1.15rem;
  }
  
  .event-detail-reservation-minspend {
    font-size: 0.9rem;
  }
}

/* Modale de réservation (desktop uniquement) - Design premium */
.reservation-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s;
  pointer-events: none;
}

.reservation-modal.reservation-modal-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.reservation-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(12px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.reservation-modal-content {
  position: relative;
  width: 640px;
  max-width: 90vw;
  height: 100%;
  background: var(--bg);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -16px 0 64px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(178, 152, 107, 0.4) transparent;
}

.reservation-modal.reservation-modal-open .reservation-modal-content {
  transform: translateX(0);
}

.reservation-modal-content::-webkit-scrollbar {
  width: 8px;
}

.reservation-modal-content::-webkit-scrollbar-track {
  background: transparent;
}

.reservation-modal-content::-webkit-scrollbar-thumb {
  background: rgba(178, 152, 107, 0.3);
  border-radius: 4px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.reservation-modal-content::-webkit-scrollbar-thumb:hover {
  background: rgba(178, 152, 107, 0.5);
  background-clip: padding-box;
}

.reservation-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
  position: sticky;
  top: 0;
  background: var(--bg);
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-modal-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #B2986B 50%, transparent 100%);
}

.reservation-modal-header-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  flex: 1;
}

.reservation-modal-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.reservation-modal-minspend {
  font-size: 0.875rem;
  color: #B2986B;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.reservation-modal-close {
  background: none;
  border: none;
  color: #666666;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
  font-weight: 300;
  margin: 2rem 2rem 0 0;
  flex-shrink: 0;
}

.reservation-modal-close:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.08);
  transform: rotate(90deg);
}

.reservation-modal-close:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(178, 152, 107, 0.3);
}

.reservation-modal-body {
  flex: 1;
  padding: 0 2.5rem 2rem 2.5rem;
  overflow-y: auto;
  min-height: 0;
}

#reservation-form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2rem;
}

.reservation-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.reservation-section-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #B2986B;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1rem;
}

.reservation-section-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 12px;
  background: #B2986B;
  border-radius: 2px;
}

.reservation-section-optional {
  font-weight: 500;
  color: #898989;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.7rem;
}

.reservation-field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.reservation-field label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #E0E0E0;
  letter-spacing: 0.01em;
}

.reservation-field input[type="number"],
.reservation-field input[type="text"],
.reservation-field select {
  background: var(--surface, #111111);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.1rem 1.5rem;
  font-size: 0.95rem;
  color: #FFFFFF;
  font-family: inherit;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
}

.reservation-field input[type="number"]:hover,
.reservation-field input[type="text"]:hover,
.reservation-field select:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: var(--surface-variant, #1a1a1a);
}

.reservation-field input[type="number"]:focus,
.reservation-field input[type="text"]:focus,
.reservation-field select:focus {
  outline: none;
  border-color: #B2986B;
  background: rgba(178, 152, 107, 0.1);
  box-shadow: 0 0 0 4px rgba(178, 152, 107, 0.12);
  transform: translateY(-1px);
}

.reservation-field input:focus-visible,
.reservation-field select:focus-visible {
  outline: none;
}

.reservation-field select {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23B2986B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  padding-right: 3.5rem;
  cursor: pointer;
}

.reservation-field input[type="number"]::placeholder,
.reservation-field input[type="text"]::placeholder {
  color: #666666;
  font-weight: 400;
}

.reservation-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-filter-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 0.625rem 1.25rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #999999;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  letter-spacing: 0.01em;
}

.reservation-filter-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(178, 152, 107, 0.4);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.reservation-filter-btn.active {
  background: rgba(178, 152, 107, 0.12);
  border-color: #B2986B;
  color: #B2986B;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(178, 152, 107, 0.2);
}

.reservation-alcohols-loading {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.625rem 1rem;
  min-height: 200px;
  color: #888888;
  font-size: 0.9375rem;
  font-weight: 500;
}

.reservation-alcohols-loading p {
  margin: 0;
  flex-basis: 100%;
  text-align: center;
  letter-spacing: 0.01em;
}

.reservation-alcohols-loading-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B2986B;
  opacity: 0.7;
  animation: reservation-loading-dot 1.4s ease-in-out infinite both;
  box-shadow: 0 0 8px rgba(178, 152, 107, 0.4);
}

.reservation-alcohols-loading-dot:nth-child(1) { animation-delay: 0s; }
.reservation-alcohols-loading-dot:nth-child(2) { animation-delay: 0.2s; }
.reservation-alcohols-loading-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes reservation-loading-dot {
  0%, 80%, 100% { transform: scale(0.85); opacity: 0.5; }
  40% { transform: scale(1.3); opacity: 1; }
}

.reservation-alcohols-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 520px;
  overflow-y: auto;
  padding: 0.5rem 0;
  scrollbar-width: thin;
  scrollbar-color: rgba(178, 152, 107, 0.4) transparent;
}

.reservation-alcohols-list::-webkit-scrollbar {
  width: 6px;
}

.reservation-alcohols-list::-webkit-scrollbar-thumb {
  background: rgba(178, 152, 107, 0.3);
  border-radius: 3px;
  border: 1px solid transparent;
  background-clip: padding-box;
}

.reservation-alcohols-list::-webkit-scrollbar-thumb:hover {
  background: rgba(178, 152, 107, 0.5);
  background-clip: padding-box;
}

/* iOS groupCard — AlcoholSelectionPage */
.reservation-alcohol-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
}

.reservation-alcohol-group-header {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.reservation-alcohol-img-wrap {
  flex-shrink: 0;
  width: 36px;
  height: 50px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.reservation-alcohol-img-wrap--placeholder {
  font-size: 1.1rem;
  line-height: 1;
}

.reservation-alcohol-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center center;
  display: block;
}

.reservation-alcohol-group-name {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.reservation-alcohol-group-badge {
  flex-shrink: 0;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8d4a8 0%, #c5a572 45%, #9a8459 100%);
}

.reservation-alcohol-group-badge[hidden] {
  display: none;
}

.reservation-alcohol-sizes-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.reservation-alcohol-size-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.reservation-alcohol-variant-label {
  flex: 1;
  min-width: 0;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
}

.reservation-alcohol-size-row .reservation-alcohol-qty {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}

.reservation-alcohol-size-row .reservation-alcohol-qty button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.reservation-alcohol-size-row .reservation-alcohol-qty button.is-enabled {
  border-color: rgba(197, 165, 114, 0.45);
  background: rgba(197, 165, 114, 0.22);
  color: #fff;
}

.reservation-alcohol-size-row .reservation-alcohol-qty button:disabled {
  cursor: default;
  opacity: 1;
}

.reservation-alcohol-size-row .reservation-alcohol-qty .qty-value {
  min-width: 18px;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.reservation-alcohol-size-row .reservation-alcohol-qty .qty-value.is-active {
  color: var(--accent, #c5a572);
}

.reservation-alcohol-item {
  background: rgba(255, 255, 255, 0.025);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--lg-radius-card, 28px);
  padding: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.reservation-alcohol-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #B2986B 0%, rgba(178, 152, 107, 0.5) 100%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.reservation-alcohol-item:hover {
  border-color: rgba(178, 152, 107, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.reservation-alcohol-item:has(input[type="checkbox"]:checked) {
  background: rgba(178, 152, 107, 0.06);
  border-color: #B2986B;
  box-shadow: 0 4px 24px rgba(178, 152, 107, 0.2);
}

.reservation-alcohol-item:has(input[type="checkbox"]:checked) .reservation-alcohol-header {
  background: rgba(178, 152, 107, 0.05);
}

.reservation-alcohol-item:has(input[type="checkbox"]:checked) .reservation-alcohol-name {
  color: #B2986B;
}

.reservation-alcohol-item:has(input[type="checkbox"]:checked)::before {
  transform: scaleY(1);
}

.reservation-alcohol-header {
  padding: 1.5rem 1.5rem 1.125rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.01);
}

.reservation-alcohol-header .reservation-alcohol-name {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #FFFFFF;
  display: block;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.reservation-alcohol-sizes {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.125rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
  min-width: 0;
}

.reservation-alcohol-size-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1.125rem 1.375rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-sizing: border-box;
}

.reservation-alcohol-size-option::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #B2986B;
  border-radius: 12px 0 0 12px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.reservation-alcohol-size-option:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(178, 152, 107, 0.35);
  transform: translateX(2px);
}

.reservation-alcohol-size-option:hover::before {
  transform: scaleX(1);
}

.reservation-alcohol-size-option:has(input[type="checkbox"]:checked) {
  background: rgba(178, 152, 107, 0.12);
  border-color: #B2986B;
  box-shadow: 0 2px 12px rgba(178, 152, 107, 0.2);
}

.reservation-alcohol-size-option:has(input[type="checkbox"]:checked) .reservation-size-label {
  color: #FFFFFF;
  font-weight: 700;
}

.reservation-alcohol-size-option:has(input[type="checkbox"]:checked) .reservation-size-price {
  color: #FFFFFF;
  font-weight: 800;
}

.reservation-alcohol-size-option:has(input[type="checkbox"]:checked)::before {
  transform: scaleX(1);
}

.reservation-alcohol-size-option input[type="checkbox"] {
  margin: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  accent-color: #B2986B;
  flex-shrink: 0;
}

.reservation-size-label {
  flex: 1;
  color: #E8E8E8;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.reservation-size-price {
  color: #B2986B;
  font-weight: 700;
  font-size: 1rem;
  white-space: nowrap;
  letter-spacing: 0.02em;
  min-width: fit-content;
}

.reservation-alcohol-item label.reservation-alcohol-size-option {
  margin: 0;
}

.reservation-alcohol-item label:not(.reservation-alcohol-size-option)::before {
  display: none;
}

.reservation-alcohol-item input[type="checkbox"] {
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #B2986B;
  flex-shrink: 0;
}

.reservation-alcohol-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.reservation-alcohol-name {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.reservation-alcohol-size {
  color: #898989;
  font-size: 0.85rem;
}

.reservation-alcohol-price {
  color: #B2986B;
  font-weight: 600;
  font-size: 1rem;
  white-space: nowrap;
  flex-shrink: 0;
}

.reservation-recap-promo {
  margin: 1.25rem 0;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(161, 161, 161, 0.15);
}
.reservation-recap-promo label { display: block; margin-bottom: 6px; font-size: 0.85rem; color: #A1A1A1; }

.reservation-promoter-editor,
.reservation-promoter-editor--modal,
.reservation-promoter-editor--panier {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.25rem;
  padding: 0.45rem 0.5rem 0.45rem 1.35rem;
  border-radius: 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  background: var(--surface, #111111);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.reservation-promoter-editor:focus-within,
.reservation-promoter-editor--modal:focus-within,
.reservation-promoter-editor--panier:focus-within {
  border-color: #B2986B;
  background: var(--surface-variant, #1a1a1a);
}

.reservation-promoter-editor #reservation-promoter,
.reservation-promoter-editor .reservation-promo-input,
.reservation-promoter-editor .reservation-promoter-modal-input,
.reservation-promoter-editor--modal .reservation-promoter-modal-input,
.reservation-promoter-editor--panier .reservation-confirm-promoter-input {
  flex: 1;
  min-width: 0;
  width: 100%;
  margin: 0;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: 1rem;
  line-height: 1.35;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff;
  transform: none !important;
}

.reservation-promoter-editor #reservation-promoter:focus,
.reservation-promoter-editor .reservation-promo-input:focus,
.reservation-promoter-editor .reservation-promoter-modal-input:focus,
.reservation-promoter-editor--modal .reservation-promoter-modal-input:focus,
.reservation-promoter-editor--panier .reservation-confirm-promoter-input:focus {
  outline: none;
  box-shadow: none !important;
  transform: none !important;
}

.reservation-promoter-editor #reservation-promoter::placeholder,
.reservation-promoter-editor .reservation-promo-input::placeholder,
.reservation-promoter-editor .reservation-promoter-modal-input::placeholder,
.reservation-promoter-editor--modal .reservation-promoter-modal-input::placeholder,
.reservation-promoter-editor--panier .reservation-confirm-promoter-input::placeholder {
  color: #666666 !important;
  -webkit-text-fill-color: #666666 !important;
  opacity: 1;
}

.reservation-promoter-add-btn.primary-button,
.reservation-promoter-add-btn {
  flex-shrink: 0;
  width: auto;
  min-height: 2.35rem;
  height: 2.35rem;
  padding: 0 1.1rem;
  font-size: 0.875rem;
}

.reservation-promoter-add-btn.primary-button:disabled,
.reservation-promoter-add-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  background: var(--accent, #c5a572);
  color: #fff;
}

.reservation-promoter-add-btn.is-confirmed {
  background: #4caf50;
  color: #fff;
}

.reservation-promoter-editor[hidden],
.reservation-promoter-locked[hidden] {
  display: none !important;
}

#reservation-promoter-wrap[hidden],
.reservation-promoter-wrap--affiliate {
  display: none !important;
}

.reservation-promoter-locked,
.reservation-promoter-locked-display {
  margin: 0.35rem 0 0;
  padding: 0.65rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(197, 165, 114, 0.35);
  background: rgba(197, 165, 114, 0.12);
  color: #e8d4b0;
  font-size: 0.95rem;
  font-weight: 600;
}

/* Promoter contact — floating button + modal */
.reservation-promoter-contact-fab {
  position: fixed;
  right: max(1rem, env(safe-area-inset-right, 0px));
  bottom: max(1.1rem, calc(0.85rem + env(safe-area-inset-bottom, 0px)));
  z-index: 20055;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  max-width: min(18rem, calc(100vw - 2rem));
  min-height: 46px;
  padding: 0.65rem 1rem 0.65rem 0.85rem;
  border: 1px solid rgba(197, 165, 114, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, #e3c996 0%, #b99051 100%);
  color: #15100a;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.reservation-promoter-contact-fab[hidden] {
  display: none !important;
}

.reservation-promoter-contact-fab:hover {
  filter: brightness(1.04);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.4);
}

.reservation-promoter-contact-fab:active {
  transform: translateY(1px);
}

.reservation-promoter-contact-fab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}

.reservation-promoter-contact-fab-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.reservation-promoter-contact-fab-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reservation-promoter-contact-modal {
  position: fixed;
  inset: 0;
  z-index: 20100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0.75rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.reservation-promoter-contact-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.reservation-promoter-contact-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.reservation-promoter-contact-modal-dialog {
  position: relative;
  width: min(100%, 420px);
  max-height: min(78vh, 560px);
  overflow: auto;
  margin: 0 0 max(0.25rem, env(safe-area-inset-bottom, 0px));
  padding: 1rem 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1a1a1f;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.reservation-promoter-contact-modal-close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.reservation-promoter-contact-card {
  padding: 0.25rem 0.15rem 0;
}

.reservation-promoter-contact-head {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
  padding-right: 2rem;
}

.reservation-promoter-contact-avatar {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
  color: #f4e8cf;
  background: rgba(197, 165, 114, 0.14);
  border: 1px solid rgba(197, 165, 114, 0.28);
}

.reservation-promoter-contact-eyebrow {
  margin: 0 0 0.1rem;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(197, 165, 114, 0.88);
}

.reservation-promoter-contact-name {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
}

.reservation-promoter-contact-role,
.reservation-promoter-contact-subtitle {
  display: none;
}

.reservation-promoter-contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.75rem;
}

.reservation-promoter-contact-field > span {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.58);
}

.reservation-promoter-contact-message {
  width: 100%;
  min-height: 6.5rem;
  resize: vertical;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font: inherit;
  font-size: 0.9rem;
  line-height: 1.45;
}

.reservation-promoter-contact-message:focus {
  outline: none;
  border-color: rgba(197, 165, 114, 0.5);
  box-shadow: 0 0 0 2px rgba(197, 165, 114, 0.16);
}

.reservation-promoter-contact-message::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.reservation-promoter-contact-actions {
  display: flex;
}

.reservation-promoter-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 0.6rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(197, 165, 114, 0.42);
  background: linear-gradient(135deg, #e3c996, #b99051);
  color: #15100a;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.12s ease;
}

.reservation-promoter-contact-btn:hover {
  filter: brightness(1.04);
}

.reservation-promoter-contact-btn:active {
  transform: translateY(1px);
}

.reservation-promoter-contact-loading {
  margin: 0;
  padding: 0.5rem 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1023px) {
  body.reservation-promoter-contact-active .reservation-promoter-contact-fab {
    bottom: calc(5.35rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 768px) {
  .reservation-promoter-contact-modal {
    align-items: flex-end;
    justify-content: flex-end;
    padding: 1rem 1.25rem 1.25rem;
  }

  .reservation-promoter-contact-modal-dialog {
    margin: 0 0 4.5rem;
  }
}

@media (max-width: 480px) {
  .reservation-promoter-contact-fab {
    right: max(0.75rem, env(safe-area-inset-right, 0px));
    max-width: calc(100vw - 1.5rem);
    font-size: 0.8rem;
  }
}

.reservation-promoter-modal-input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(161, 161, 161, 0.2);
  background: var(--surface, #111111);
  color: #fff;
  font-size: 14px;
}

.reservation-recap-promoter-field {
  margin: 0.75rem 0 0;
}
.reservation-promo-row {
  display: flex;
  gap: 8px;
}
.reservation-promo-row input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(161, 161, 161, 0.2);
  background: var(--surface, #111111);
  color: #fff;
  font-size: 14px;
}
.reservation-promo-btn {
  padding: 10px 16px;
  border-radius: 12px;
  background: var(--event-primary, #C5A572);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.reservation-promo-error { color: #e57373; font-size: 12px; margin-top: 4px; }
.reservation-recap-lines { margin: 0.5rem 0; font-size: 0.8125rem; }
.reservation-recap-line { display: flex; justify-content: space-between; padding: 0.2rem 0; color: #A1A1A1; }
.reservation-recap-line strong { color: #fff; }

.reservation-line-label-with-info {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.reservation-service-fee-info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(178, 152, 107, 0.55);
  border-radius: 50%;
  background: rgba(178, 152, 107, 0.12);
  color: #B2986B;
  cursor: pointer;
  flex-shrink: 0;
  vertical-align: middle;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.reservation-service-fee-info-btn:hover,
.reservation-service-fee-info-btn:focus-visible {
  background: rgba(178, 152, 107, 0.22);
  border-color: #B2986B;
  color: #fff;
  outline: none;
}

.reservation-service-fee-info-icon {
  font-size: 0.625rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  font-family: Georgia, 'Times New Roman', serif;
}

.reservation-service-fee-info-modal {
  position: fixed;
  inset: 0;
  z-index: 30350;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.reservation-service-fee-info-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.reservation-service-fee-info-modal-backdrop {
  position: fixed;
  inset: 0;
}

.reservation-service-fee-info-modal-dialog {
  position: relative;
  width: min(100%, 380px);
  margin: auto;
  background: linear-gradient(180deg, #161618 0%, #0f0f11 100%);
  border: 1px solid rgba(178, 152, 107, 0.2);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

.reservation-service-fee-info-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.reservation-service-fee-info-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.reservation-service-fee-info-modal-body {
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}

.reservation-service-fee-info-modal-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 1px solid rgba(178, 152, 107, 0.45);
  background: rgba(178, 152, 107, 0.12);
  color: #B2986B;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: italic;
  font-family: Georgia, 'Times New Roman', serif;
}

.reservation-service-fee-info-modal-title {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.reservation-service-fee-info-modal-message {
  margin: 0 0 1.25rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.reservation-service-fee-info-modal-cta {
  width: 100%;
  justify-content: center;
}

.reservation-alcohol-choice-modal {
  position: fixed;
  inset: 0;
  z-index: 30300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.reservation-alcohol-choice-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.reservation-alcohol-choice-modal-backdrop {
  position: fixed;
  inset: 0;
}

.reservation-alcohol-choice-modal-dialog {
  position: relative;
  width: min(100%, 420px);
  margin: auto;
  background: linear-gradient(180deg, #161618 0%, #0f0f11 100%);
  border: 1px solid rgba(178, 152, 107, 0.22);
  border-radius: 20px;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

.reservation-alcohol-choice-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.reservation-alcohol-choice-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.reservation-alcohol-choice-modal-body {
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}

.reservation-alcohol-choice-modal-title {
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.reservation-alcohol-choice-modal-message {
  margin: 0 0 1.5rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.reservation-alcohol-choice-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.reservation-alcohol-choice-modal-actions .reservation-btn-submit,
.reservation-alcohol-choice-modal-actions .reservation-btn-cancel {
  flex: none;
  width: 100%;
  min-height: 44px;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

.reservation-alcohol-choice-btn-later {
  cursor: pointer;
}

.reservation-section-alcohols--pulse {
  animation: reservation-alcohol-section-pulse 2.2s ease-out;
}

@keyframes reservation-alcohol-section-pulse {
  0% { box-shadow: 0 0 0 0 rgba(178, 152, 107, 0.55); }
  35% { box-shadow: 0 0 0 6px rgba(178, 152, 107, 0.28); }
  100% { box-shadow: 0 0 0 0 rgba(178, 152, 107, 0); }
}


.reservation-alcohol-qty {
  display: flex;
  align-items: center;
  gap: 8px;
}
.reservation-alcohol-qty button {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 1px solid rgba(197, 165, 114, 0.3);
  background: rgba(197, 165, 114, 0.1);
  color: #C5A572;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.reservation-alcohol-qty button:hover { background: rgba(197, 165, 114, 0.2); }
.reservation-alcohol-qty span.qty-value { min-width: 24px; text-align: center; font-weight: 600; }

.reservation-no-alcohols {
  color: #888888;
  font-size: 0.9375rem;
  text-align: center;
  padding: 3.5rem 2rem;
  background: rgba(255, 255, 255, 0.015);
  border-radius: var(--lg-radius-card, 28px);
  border: 1.5px dashed rgba(255, 255, 255, 0.08);
  line-height: 1.6;
  font-weight: 500;
}

.reservation-summary-wrapper {
  position: sticky;
  bottom: 0;
  padding-top: 1.5rem;
  margin-top: 1rem;
  z-index: 5;
}

.reservation-summary {
  background: linear-gradient(135deg, rgba(178, 152, 107, 0.14) 0%, rgba(178, 152, 107, 0.08) 100%);
  border: 1.5px solid rgba(178, 152, 107, 0.3);
  border-radius: var(--lg-radius-card, 28px);
  padding: 1.5rem;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(178, 152, 107, 0.1) inset;
}

.reservation-summary[style*="display: block"] {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.reservation-summary-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #B2986B;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reservation-summary-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(178, 152, 107, 0.4) 0%, transparent 100%);
}

.reservation-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
  padding: 0.25rem 0;
}

.reservation-summary-item:last-child {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1.5px solid rgba(255, 255, 255, 0.12);
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
}

.reservation-modal-footer {
  display: flex;
  gap: 1rem;
  padding: 2rem 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: var(--bg);
  position: sticky;
  bottom: 0;
  backdrop-filter: blur(20px);
  z-index: 5;
}

.reservation-btn-cancel,
.reservation-btn-submit {
  flex: 1;
  padding: 1.125rem 1.75rem;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.02em;
}

.reservation-btn-cancel {
  background: rgba(255, 255, 255, 0.04);
  color: #CCCCCC;
  border: 1.5px solid rgba(255, 255, 255, 0.08);
}

.reservation-btn-cancel:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  transform: translateY(-1px);
}

.reservation-btn-cancel:focus-visible,
.reservation-btn-submit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2), 0 0 0 4px rgba(178, 152, 107, 0.3);
}

.reservation-btn-submit {
  background: linear-gradient(135deg, #B2986B 0%, #9d8259 100%);
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(178, 152, 107, 0.35);
}

.reservation-btn-submit:hover {
  background: linear-gradient(135deg, #c4a876 0%, #B2986B 100%);
  box-shadow: 0 6px 24px rgba(178, 152, 107, 0.45);
  transform: translateY(-2px);
}

.reservation-btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(178, 152, 107, 0.3);
}

.reservation-btn-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  background: rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.4) !important;
  box-shadow: none !important;
}

.reservation-btn-submit:disabled:hover {
  transform: none;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: none !important;
}

/* Masquer la modale sur mobile */
@media (max-width: 1023px) {
  .reservation-modal {
    display: none !important;
  }
}

/* === Page de réservation dédiée - UX/UI Premium === */
.reservation-page-body {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg);
  background-color: var(--bg);
}

.reservation-page-main {
  flex: 1;
  padding: max(6.9rem, calc(4.85rem + env(safe-area-inset-top, 0px))) 1.75rem 5rem;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  body.reservation-page-body .reservation-page-main {
    padding-bottom: calc(2.5rem + env(safe-area-inset-bottom, 0px));
  }

  body.ns-stripe-deposit-open.reservation-page-body .reservation-page-main {
    padding-bottom: calc(2.5rem + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 1024px) {
  .reservation-page-main {
    padding-top: max(7rem, calc(5.25rem + env(safe-area-inset-top, 0px)));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 5rem;
  }
}

.reservation-page-loading,
.reservation-page-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-height: 320px;
  color: #888888;
  font-size: 1rem;
}

.reservation-page-error p {
  margin: 0;
}

.reservation-page-wrap {
  animation: reservation-page-fade 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes reservation-page-fade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.reservation-page-breadcrumb {
  font-size: 0.8rem;
  color: #666666;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.reservation-page-breadcrumb a {
  color: #B2986B;
  text-decoration: none;
  transition: color 0.2s;
}

.reservation-page-breadcrumb a:hover {
  color: #e5d4a8;
}

.reservation-page-breadcrumb-sep {
  opacity: 0.5;
}

.reservation-page-breadcrumb-current {
  color: #FFFFFF;
  font-weight: 600;
}

/* Vue liste des réservations (Mes réservations) */
.reservation-list-wrap {
  animation: reservation-page-fade 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  margin-top: 1.1rem;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0;
}

@media (min-width: 760px) {
  .reservation-list-wrap {
    max-width: 52rem;
  }
}

@media (min-width: 1100px) {
  .reservation-list-wrap {
    max-width: 72rem;
  }
}

/* —— Modal récap réservation : mise en page premium —— */
.reservation-detail-modal {
  position: fixed;
  inset: 0;
  background: rgba(4, 4, 8, 0.88);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.32s ease;
  z-index: 30000;
  overflow-y: auto;
}

.reservation-detail-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* Quand la popup détail est ouverte, masquer le CTA email du footer
   (la modale est dans <main>, donc on utilise un état global sur body). */
body.reservation-detail-open .footer-email-button {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.reservation-detail-modal-backdrop {
  position: fixed;
  inset: 0;
}

.reservation-detail-modal-dialog {
  position: relative;
  max-width: min(100%, 26rem);
  width: 100%;
  margin: auto;
  flex-shrink: 0;
  box-sizing: border-box;
  overflow: visible;
}

.reservation-detail-modal .reservation-detail-ticket-sheet {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: var(--ticket-pad-y, 0.85rem) var(--ticket-pad-x, 1rem) 1.15rem;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
}

.reservation-detail-modal .reservation-detail-ticket-sheet::before,
.reservation-detail-modal .reservation-detail-ticket-sheet::after {
  display: none;
}

.reservation-detail-modal .reservation-detail-ticket-sheet > * {
  position: relative;
  z-index: 1;
}

.reservation-detail-modal-close {
  position: absolute;
  top: -2.85rem;
  right: 0;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  border: 1px solid rgba(197, 165, 114, 0.28);
  background: var(--surface, #111111);
  color: #f2f2f4;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  line-height: 1;
  transition: background 0.2s, border-color 0.2s, transform 0.18s ease;
  z-index: 2;
}

.reservation-detail-modal-close:hover {
  background: rgba(197, 165, 114, 0.14);
  border-color: rgba(197, 165, 114, 0.45);
  transform: scale(1.04);
}

.reservation-alcohol-editor-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 30120;
}

.reservation-alcohol-editor-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.reservation-alcohol-editor-backdrop {
  position: fixed;
  inset: 0;
}

.reservation-alcohol-editor-dialog {
  position: relative;
  width: min(100%, 520px);
  margin: auto;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, #161618 0%, #0f0f11 100%);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.5);
}

.reservation-alcohol-editor-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.reservation-alcohol-editor-body {
  padding: 1.4rem 1.2rem 1.2rem;
}

.reservation-alcohol-editor-title {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
  color: #fff;
}

.reservation-alcohol-editor-subtitle {
  margin: 0 0 1rem;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.68);
}

.reservation-alcohol-editor-content {
  max-height: min(56vh, 480px);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.reservation-alcohol-editor-filters.reservation-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.85rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-alcohol-editor-groups.reservation-alcohols-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: none;
  overflow: visible;
}

@media (min-width: 768px) {
  #reservation-alcohol-editor-modal .reservation-alcohol-editor-dialog {
    width: min(94vw, 820px);
  }

  #reservation-alcohol-editor-modal .reservation-alcohol-editor-body {
    padding: 1.5rem 1.4rem 1.3rem;
  }

  #reservation-alcohol-editor-modal .reservation-alcohol-editor-content {
    max-height: min(62vh, 560px);
  }

  #reservation-alcohol-editor-modal .reservation-alcohol-editor-groups.reservation-alcohols-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
  }
}

.reservation-alcohol-editor-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.6rem;
}

.reservation-alcohol-editor-actions .reservation-btn-cancel,
.reservation-alcohol-editor-actions .reservation-btn-submit {
  flex: 1;
  min-height: 2.35rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.02em;
}

.reservation-alcohol-editor-empty {
  margin: 0.5rem 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

/* —— Modal récap avant confirmation (aucun paiement exigé) —— */
.reservation-confirm-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 30100;
  overflow-y: auto;
}

.reservation-confirm-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.reservation-confirm-modal-backdrop {
  position: fixed;
  inset: 0;
}

.reservation-confirm-modal-dialog {
  position: relative;
  max-width: min(100%, 440px);
  width: 100%;
  margin: auto;
  flex-shrink: 0;
  background: linear-gradient(180deg, #161618 0%, #0f0f11 100%);
  border-radius: var(--lg-radius-card, 28px);
  border: 1px solid rgba(197, 165, 114, 0.18);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 60px rgba(197, 165, 114, 0.06);
  overflow: hidden;
}

@media (min-width: 768px) {
  .reservation-confirm-modal-dialog {
    max-width: min(100%, 600px);
  }
}

.reservation-confirm-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  transition: all 0.2s ease;
  z-index: 3;
}

.reservation-confirm-modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(197, 165, 114, 0.3);
}

.reservation-confirm-modal-body {
  padding: 0;
}

.reservation-confirm-modal-title {
  font-family: 'Syne', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0;
  padding: 1.35rem 1.5rem 0.5rem;
  padding-right: 3rem;
}

.reservation-confirm-recap {
  padding: 0 1.5rem 1.5rem;
}

/* En-tête modale confirmation : événement en typographie (sans visuel) */
.reservation-confirm-header {
  margin: 0 0 0;
  padding: 0 0 1.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.reservation-confirm-event-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  padding: 0;
  max-width: 100%;
}

.reservation-confirm-badge {
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0;
  opacity: 0.95;
}

.reservation-confirm-event-name {
  font-family: 'Syne', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.reservation-confirm-datetime {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin: 0.15rem 0 0;
  line-height: 1.45;
}

.reservation-confirm-icon {
  flex-shrink: 0;
  opacity: 0.65;
  margin-top: 0.12em;
}

.reservation-confirm-content {
  padding-top: 1.15rem;
  border-top: none;
}

/* Détails : grille 2 colonnes (pas 3) */
.reservation-confirm-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.reservation-confirm-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.reservation-confirm-detail-label {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.reservation-confirm-detail-value {
  font-size: 0.85rem;
  font-weight: 600;
  color: #e8e8e8;
}

/* Alcools */
.reservation-confirm-alcohols {
  margin-bottom: 1rem;
}

.reservation-confirm-section-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 0.5rem;
}

.reservation-confirm-alc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.85rem;
  color: #d8d8d8;
}

.reservation-confirm-alc-list li {
  padding: 0.4rem 0.75rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  margin-bottom: 0.35rem;
  border-left: 2px solid rgba(197, 165, 114, 0.3);
}

.reservation-confirm-alc-list li:last-child {
  margin-bottom: 0;
}

.reservation-confirm-alc-list--editable {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.reservation-confirm-alc-list--editable .reservation-confirm-alc-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  padding: 0.7rem 0.75rem;
  margin: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.reservation-confirm-alc-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
}

.reservation-confirm-alc-item-copy {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 1;
  min-width: 0;
}

.reservation-confirm-alc-thumb {
  flex-shrink: 0;
  width: 44px;
  height: 60px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
}

.reservation-confirm-alc-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.reservation-confirm-alc-thumb--empty,
.reservation-confirm-alc-thumb.is-empty {
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.45);
}

.reservation-confirm-alc-item-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  text-align: left;
}

.reservation-confirm-alc-name {
  font-size: 0.86rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.reservation-confirm-alc-meta {
  font-size: 0.76rem;
  color: rgba(255, 255, 255, 0.52);
  font-weight: 500;
}

.reservation-confirm-alc-qty {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  margin-left: auto;
}

.reservation-confirm-alc-qty .qty-value {
  min-width: 1.25rem;
  text-align: center;
  font-size: 0.84rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}

.reservation-confirm-alc-qty .qty-value.is-active {
  color: #fff;
}

.reservation-panier-alc-minus,
.reservation-panier-alc-plus {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.12s ease;
}

.reservation-panier-alc-minus:hover:not(:disabled),
.reservation-panier-alc-plus:hover:not(:disabled) {
  background: rgba(197, 165, 114, 0.22);
  color: #fff;
}

.reservation-panier-alc-minus:active:not(:disabled),
.reservation-panier-alc-plus:active:not(:disabled) {
  transform: scale(0.94);
}

.reservation-panier-alc-minus:disabled,
.reservation-panier-alc-plus:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.reservation-panier-alc-remove {
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.45);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease;
}

.reservation-panier-alc-remove:hover {
  color: #e57373;
}

/* Code promo dans la popup */
.reservation-confirm-promo {
  margin-bottom: 1rem;
}

/* Promoteur dans le panier */
.reservation-confirm-promoter {
  margin-bottom: 1rem;
}

.reservation-confirm-promoter-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.reservation-confirm-promo-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.reservation-confirm-promo-row {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.reservation-confirm-promo-input {
  flex: 1;
  min-width: 0;
  padding: 0.6rem 0.9rem;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s, background 0.2s;
}

.reservation-confirm-promo-input::placeholder {
  color: var(--text-muted);
  opacity: 0.8;
}

.reservation-confirm-promo-input:focus {
  border-color: rgba(197, 165, 114, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.reservation-confirm-promo-btn {
  flex-shrink: 0;
  padding: 0.6rem 1rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0d0d0d;
  background: var(--accent);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.reservation-confirm-promo-btn:hover {
  background: var(--accent-hover);
}

.reservation-confirm-promo-msg {
  font-size: 0.8rem;
  margin: 0.4rem 0 0;
  min-height: 1.2em;
}

.reservation-confirm-promo-msg--success {
  color: #6bcf7c;
}

.reservation-confirm-promo-msg--error {
  color: #e57373;
}

/* Prix */
.reservation-confirm-prices {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.reservation-confirm-price-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  padding: 0.35rem 0;
  color: var(--text-muted);
}

.reservation-confirm-price-line strong {
  color: #eee;
  font-weight: 500;
}

.reservation-confirm-price-discount strong {
  color: #6bcf7c;
}

.reservation-confirm-price-total {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(197, 165, 114, 0.2);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.reservation-confirm-price-total strong {
  color: var(--accent);
  font-size: 1.35rem;
  font-weight: 700;
}

.reservation-confirm-notice {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  margin: 1.25rem 1.5rem 1.25rem;
  padding: 1rem 1.25rem;
  background: rgba(197, 165, 114, 0.06);
  border-radius: 12px;
  border: 1px solid rgba(197, 165, 114, 0.15);
}

.reservation-confirm-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  padding: 0 1.5rem 1.5rem;
}

.reservation-confirm-actions .reservation-btn-cancel {
  padding: 0.85rem 1.5rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.reservation-confirm-actions .reservation-btn-cancel:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.25);
}

.reservation-confirm-actions .reservation-btn-submit {
  padding: 0.85rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
}

/* —— Page panier : checkout large —— */
body.reservation-panier-active,
body.reservation-panier-active > main.reservation-page-main {
  background: #070707 !important;
}

body.reservation-panier-active > main.reservation-page-main {
  max-width: 1200px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.reservation-panier-wrap {
  width: 100%;
  padding: 0.5rem 0 calc(2rem + env(safe-area-inset-bottom, 0px));
  animation: reservation-page-fade 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.reservation-panier-page {
  width: 100%;
  max-width: min(100%, 880px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.reservation-panier-heading {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.35rem, 3.5vw, 1.75rem);
  font-weight: 700 !important;
  font-style: normal;
  color: #eaeaea;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.28;
  margin: 0.15rem 0 0.25rem;
}

@media (max-width: 768px) {
  body.reservation-panier-active .reservation-panier-heading {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
}

.reservation-panier-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: #888888;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease;
  align-self: flex-start;
}

.reservation-panier-back:hover {
  color: var(--accent, #c5a572);
}

.reservation-panier-recap {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Accordéon panier — carte unifiée */
.reservation-panier-accordion {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--lg-radius-card, 28px);
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
}

.reservation-panier-summary {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 1rem 1rem 1rem 1.1rem;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}

.reservation-panier-summary:hover {
  background: rgba(255, 255, 255, 0.04);
}

.reservation-panier-summary:active {
  background: rgba(255, 255, 255, 0.06);
}

.reservation-panier-summary:focus-visible {
  outline: 2px solid var(--accent, #c5a572);
  outline-offset: -2px;
}

.reservation-panier-summary-thumb {
  width: 72px;
  height: 48px;
  aspect-ratio: 3 / 2;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
  background: #1a1a1c;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.reservation-panier-summary-thumb--empty {
  display: block;
  background:
    linear-gradient(145deg, rgba(197, 165, 114, 0.28) 0%, rgba(22, 22, 24, 1) 100%);
}

.reservation-panier-summary-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.reservation-panier-summary-copy strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.reservation-panier-summary-copy span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  line-height: 1.35;
}

.reservation-panier-summary-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 0.15rem;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.reservation-panier-summary:hover .reservation-panier-summary-toggle-icon {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(197, 165, 114, 0.25);
}

.reservation-panier-summary-chevron {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.65);
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.reservation-panier-accordion.is-expanded .reservation-panier-summary-chevron {
  transform: rotate(180deg);
}

.reservation-panier-accordion-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.reservation-panier-accordion.is-expanded .reservation-panier-accordion-body {
  grid-template-rows: 1fr;
}

.reservation-panier-accordion-inner {
  min-height: 0;
  overflow: hidden;
}

.reservation-panier-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 1.1rem 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.24s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.reservation-panier-accordion.is-expanded .reservation-panier-details {
  opacity: 1;
  transform: none;
  padding-top: 1rem;
}

.reservation-panier-details-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.reservation-panier-details .reservation-confirm-details {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.reservation-panier-details .reservation-confirm-detail-item {
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.2rem;
}

.reservation-panier-details .reservation-confirm-detail-label {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.reservation-panier-details .reservation-confirm-detail-value {
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.reservation-panier-details .reservation-confirm-alcohols {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-panier-details .reservation-confirm-section-title {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.reservation-panier-details .reservation-confirm-alc-list--editable {
  gap: 0.55rem;
}

.reservation-panier-details .reservation-confirm-alc-list--editable .reservation-confirm-alc-item {
  padding: 0.75rem 0.8rem;
}

.reservation-panier-details .reservation-confirm-alc-list li {
  padding: 0.45rem 0;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-panier-details .reservation-confirm-alc-list--editable li {
  padding: 0;
  border-bottom: none;
}

.reservation-panier-details .reservation-confirm-promoter {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-panier-details .reservation-confirm-promoter-label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.reservation-panier-details .reservation-promoter-editor--panier {
  min-height: 2.85rem;
  padding: 0.35rem 0.4rem 0.35rem 0.85rem;
}

.reservation-panier-details .reservation-promoter-add-btn {
  min-height: 2.15rem;
  height: 2.15rem;
  padding: 0 0.9rem;
  font-size: 0.8125rem;
}

.reservation-panier-details .reservation-confirm-promo {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-panier-details .reservation-confirm-prices {
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  gap: 0.55rem;
}

.reservation-panier-details .reservation-confirm-price-line {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.72);
}

.reservation-panier-details .reservation-confirm-price-total {
  display: flex;
  margin-top: 0.35rem;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
  color: #fff;
}

.reservation-panier-accordion-footer.reservation-panier-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  background: rgba(0, 0, 0, 0.18);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.reservation-panier-total strong {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.35rem;
  font-weight: 700 !important;
  color: #fff;
  letter-spacing: -0.02em;
}

@media (max-width: 768px) {
  .reservation-confirm-alc-item-copy {
    align-items: flex-start;
  }
}

.reservation-panier-notice {
  margin: 0;
  padding: 1rem 1.15rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.8125rem;
  line-height: 1.55;
}

.reservation-panier-actions {
  padding: 0.15rem 0 0;
}

.reservation-panier-actions .reservation-btn-submit.primary-button {
  width: 100%;
  min-height: 56px;
  border-radius: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .reservation-panier-page {
    max-width: min(100%, 880px);
    gap: 1.85rem;
  }

  .reservation-panier-wrap {
    padding: 0.75rem 0 3.5rem;
  }

  .reservation-panier-summary {
    padding: 1.15rem 1.25rem 1.15rem 1.35rem;
    gap: 1rem;
  }

  .reservation-panier-summary-thumb {
    width: 96px;
    height: 64px;
    border-radius: 14px;
  }

  .reservation-panier-summary-copy strong {
    font-size: 1.08rem;
  }

  .reservation-panier-details {
    padding: 0 1.35rem 1.25rem;
  }

  .reservation-panier-accordion.is-expanded .reservation-panier-details {
    padding-top: 1.15rem;
  }

  .reservation-panier-details .reservation-confirm-details {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  body.reservation-panier-active > main.reservation-page-main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .reservation-panier-page {
    max-width: min(100%, 960px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .reservation-panier-summary-chevron,
  .reservation-panier-accordion-body,
  .reservation-panier-details {
    transition: none;
  }

  .reservation-panier-accordion:not(.is-expanded) .reservation-panier-accordion-body {
    display: none;
  }
}

/* —— Modal succès / erreur réservation (remplace alert navigateur) —— */
.reservation-feedback-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 30200;
}

.reservation-feedback-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.reservation-feedback-modal-backdrop {
  position: fixed;
  inset: 0;
}

.reservation-feedback-modal-dialog {
  position: relative;
  max-width: min(100%, 400px);
  width: 100%;
  margin: auto;
  background: linear-gradient(180deg, #161618 0%, #0f0f11 100%);
  border-radius: var(--lg-radius-card, 28px);
  border: 1px solid rgba(197, 165, 114, 0.22);
  box-shadow:
    0 32px 80px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 60px rgba(197, 165, 114, 0.08);
  overflow: hidden;
}

.reservation-feedback-modal-body {
  padding: 2rem 1.75rem 1.75rem;
  text-align: center;
}

.reservation-feedback-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reservation-feedback-icon--success {
  background: rgba(197, 165, 114, 0.14);
  border: 1px solid rgba(197, 165, 114, 0.35);
  color: var(--accent, #C5A572);
  box-shadow: 0 0 32px rgba(197, 165, 114, 0.15);
}

.reservation-feedback-icon--error {
  background: rgba(220, 80, 80, 0.12);
  border: 1px solid rgba(220, 80, 80, 0.35);
  color: #f08080;
  box-shadow: 0 0 28px rgba(220, 80, 80, 0.12);
}

.reservation-feedback-icon-svg--error {
  display: none;
}

.reservation-feedback-icon--error .reservation-feedback-icon-svg--success {
  display: none;
}

.reservation-feedback-icon--error .reservation-feedback-icon-svg--error {
  display: block;
}

.reservation-feedback-title {
  font-family: 'Syne', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.75rem;
  line-height: 1.25;
}

.reservation-feedback-message {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 1.5rem;
}

.reservation-feedback-cta {
  width: 100%;
  padding: 0.9rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.9375rem;
}

.reservation-detail-loading {
  text-align: center;
  padding: 3rem 1.5rem;
  color: #999;
  font-size: 0.95rem;
}

.reservation-detail-card {
  display: flex;
  flex-direction: column;
  background: var(--surface, #111111);
  border-radius: var(--lg-radius-card, 28px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(178, 152, 107, 0.09);
}

/* —— Billet digital : thumb paysage + QR —— */
.reservation-detail-card--ticket {
  --ticket-pad-x: clamp(0.85rem, 3vw, 1.1rem);
  --ticket-pad-y: clamp(0.75rem, 2.2vw, 1rem);
  --ticket-gap: 0.75rem;
  --ticket-gap-sm: 0.5rem;
  --ticket-thumb-w: 4.75rem;
  --ticket-thumb-h: 3rem;
  --ticket-radius: var(--lg-radius-card, 28px);
  background: var(--surface, #111111);
  border-radius: var(--ticket-radius);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.52);
  overflow: hidden;
}

.reservation-detail-ticket-sheet {
  padding: var(--ticket-pad-y) var(--ticket-pad-x) calc(var(--ticket-pad-y) + 0.15rem);
  max-width: 24rem;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--ticket-gap);
}

.reservation-detail-ticket-head {
  margin: 0;
  padding: 0 0 0.75rem;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: none;
  background: transparent;
}

.reservation-detail-ticket-head-main {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.reservation-detail-ticket-thumb-wrap {
  flex-shrink: 0;
  width: var(--ticket-thumb-w);
  height: var(--ticket-thumb-h);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(197, 165, 114, 0.28);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.32);
  background: #1a1a1c;
}

.reservation-detail-ticket-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.reservation-detail-ticket-thumb--placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(197, 165, 114, 0.28) 0%, rgba(28, 28, 30, 0.98) 100%);
  border: none;
}

.reservation-detail-ticket-thumb-letter {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: rgba(197, 165, 114, 0.85);
  line-height: 1;
}

.reservation-detail-ticket-head-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  padding: 0;
}

.reservation-detail-ticket-status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin-bottom: 0.15rem;
}

.reservation-detail-ticket-type {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(197, 165, 114, 0.85);
  line-height: 1.3;
  min-width: 0;
}

.reservation-detail-ticket-title {
  font-family: 'Montserrat', -apple-system, sans-serif;
  font-size: clamp(1.05rem, 3.6vw, 1.28rem);
  font-weight: 700;
  line-height: 1.28;
  margin: 0;
  color: #fafafa;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reservation-detail-ticket-status-pill {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0.32rem 0.65rem;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.2;
  border: 1px solid transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.reservation-detail-ticket-city {
  margin: 0.2rem 0 0;
  font-size: 0.8rem;
  color: rgba(197, 165, 114, 0.92);
  font-weight: 600;
  line-height: 1.35;
}

.reservation-detail-modal .reservation-detail-card--ticket {
  display: block;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  overflow: visible;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.reservation-detail-modal .reservation-detail-card--ticket .reservation-detail-ticket-head,
.reservation-detail-ticket-head {
  box-shadow: none !important;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.reservation-detail-modal .reservation-detail-card--ticket .reservation-detail-ticket-head {
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.reservation-detail-modal .reservation-detail-card--ticket .reservation-detail-ticket-status-pill {
  border: 1px solid transparent;
}

.reservation-detail-ticket-status-pill--waiting {
  color: #ffd19a;
  background: rgba(20, 16, 10, 0.72);
  border-color: rgba(255, 149, 62, 0.55);
}

.reservation-detail-ticket-status-pill--deposit {
  color: #b8d4ff;
  background: rgba(12, 18, 32, 0.72);
  border-color: rgba(72, 138, 255, 0.5);
}

.reservation-detail-ticket-status-pill--confirmed {
  color: #c8f5dc;
  background: rgba(10, 22, 16, 0.72);
  border-color: rgba(91, 222, 156, 0.55);
}

.reservation-detail-ticket-status-pill--rejected {
  color: #ffc4c4;
  background: rgba(28, 12, 12, 0.72);
  border-color: rgba(255, 107, 107, 0.5);
}

.reservation-detail-ticket-qr-section {
  text-align: center;
  margin: 0;
  max-width: 100%;
  padding: 0.25rem 0 0.65rem !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-detail-ticket-qr-section:has(.reservation-detail-qr-placeholder) {
  padding-top: 0.1rem;
}

.reservation-detail-ticket-qr-section .reservation-detail-ticket-qr-stage {
  margin-bottom: 0.4rem;
}

.reservation-detail-ticket-qr-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  max-width: none;
  border-radius: 0;
}

.reservation-detail-qr-placeholder {
  margin: 0.5rem auto 0;
  max-width: 16rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  padding: 0 0.5rem 0.5rem;
}

.reservation-detail-table-pay-wrap {
  margin: 0.85rem 1rem 0.35rem;
  text-align: center;
}

a.reservation-detail-table-pay-btn {
  text-decoration: none;
}

button.reservation-detail-table-pay-btn.app-button,
a.reservation-detail-table-pay-btn.app-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 20rem;
  margin: 0 auto;
  padding: 0.8rem 1.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 999px;
  cursor: pointer;
  transform: none;
  box-shadow: 0 6px 20px rgba(178, 152, 107, 0.28);
}

button.reservation-detail-table-pay-btn.app-button:hover,
a.reservation-detail-table-pay-btn.app-button:hover {
  transform: none;
  box-shadow: 0 8px 24px rgba(178, 152, 107, 0.38);
}

/* —— Paiement split (acompte table) —— */
.ns-split-modal {
  position: fixed;
  inset: 0;
  z-index: 39000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.ns-split-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(8px);
}

.ns-split-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 22rem;
  max-height: min(90dvh, 640px);
  overflow-y: auto;
  padding: 1.25rem 1.15rem 1.35rem;
  border-radius: 1.1rem;
  background: linear-gradient(165deg, var(--surface) 0%, #0e0e10 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.55);
}

.ns-split-modal__dialog--wide {
  max-width: 26rem;
}

.ns-split-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 2rem;
  height: 2rem;
  border: none;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.06);
  color: #ccc;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
}

.ns-split-modal__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f4f4f5;
}

.ns-split-modal__subtitle {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #a8a8ad;
}

.ns-split-modal__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.ns-split-modal__actions--stack {
  flex-direction: column;
}

.ns-split-modal__btn {
  width: 100%;
  justify-content: center;
}

.ns-split-modal__btn--outline {
  background: transparent !important;
  color: #c5a572 !important;
  border: 1px solid rgba(197, 165, 114, 0.5) !important;
  box-shadow: none !important;
}

.ns-split-modal__btn--small {
  width: auto;
  padding: 0.55rem 0.85rem;
  font-size: 0.8rem;
  white-space: nowrap;
}

.ns-split-modal__err {
  margin: 0.65rem 0 0;
  font-size: 0.8rem;
  color: #ff8a80;
  min-height: 1.1em;
}

.ns-split-setup-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 0.85rem;
}

.ns-split-setup-row {
  padding: 0.65rem 0.7rem;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ns-split-setup-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
}

.ns-split-setup-row-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #eaeaea;
}

.ns-split-setup-row-name em {
  font-style: normal;
  color: #c5a572;
  font-weight: 500;
}

.ns-split-setup-remove {
  border: none;
  background: transparent;
  color: #888;
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
}

.ns-split-setup-amount-label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8e8e93;
}

.ns-split-setup-amount {
  width: 100%;
  box-sizing: border-box;
  padding: 0.5rem 0.6rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1a1a1e;
  color: #f4f4f5;
  font-size: 0.9rem;
}

.ns-split-setup-add {
  margin-bottom: 0.85rem;
}

.ns-split-setup-add-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.75rem;
  color: #a8a8ad;
}

.ns-split-setup-add-row {
  display: flex;
  gap: 0.45rem;
}

.ns-split-setup-email {
  flex: 1;
  min-width: 0;
  padding: 0.55rem 0.65rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #1a1a1e;
  color: #f4f4f5;
  font-size: 0.85rem;
}

.ns-split-setup-footer {
  margin-bottom: 0.85rem;
  font-size: 0.82rem;
  color: #b8b8bd;
  line-height: 1.5;
}

.ns-split-setup-footer strong {
  color: #c5a572;
}

.ns-split-continue-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.ns-split-continue-sub {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8e8e93;
}

.ns-split-continue-list {
  margin: 0;
  padding-left: 1rem;
  font-size: 0.78rem;
  color: #d0d0d4;
  line-height: 1.4;
}

.ns-split-continue-your {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.7rem 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 0.75rem;
  background: rgba(197, 165, 114, 0.08);
  border: 1px solid rgba(197, 165, 114, 0.28);
  font-size: 0.85rem;
  color: #eaeaea;
}

.ns-split-continue-your strong {
  font-size: 1rem;
  color: #c5a572;
}

body.ns-split-modal-open {
  overflow: hidden;
}

@media (max-width: 480px) {
  .ns-split-continue-cols {
    grid-template-columns: 1fr;
  }
  .ns-split-setup-add-row {
    flex-direction: column;
  }
  .ns-split-modal__btn--small {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .ns-split-modal {
    padding:
      max(0.75rem, env(safe-area-inset-top, 0px))
      max(0.75rem, env(safe-area-inset-right, 0px))
      max(0.75rem, env(safe-area-inset-bottom, 0px))
      max(0.75rem, env(safe-area-inset-left, 0px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ns-split-modal__dialog {
    width: 100%;
    max-width: min(26rem, calc(100vw - 1.5rem));
    max-height: min(
      88dvh,
      calc(100dvh - 1.5rem - env(safe-area-inset-top, 0px) - env(safe-area-inset-bottom, 0px))
    );
    margin-block: auto;
    flex-shrink: 0;
  }
}

.ns-stripe-deposit-modal {
  position: fixed;
  inset: 0;
  z-index: 40000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
  animation: ns-stripe-modal-root-in 0.35s ease-out;
  /* Évite que la boîte de dialogue soit rognée par le conteneur flex */
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

@keyframes ns-stripe-modal-root-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.ns-stripe-deposit-modal__backdrop {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(178, 152, 107, 0.12), transparent 55%),
    rgba(6, 6, 8, 0.82);
  backdrop-filter: blur(10px);
}

.ns-stripe-deposit-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(26.5rem, calc(100vw - 2rem));
  max-height: min(92dvh, 720px);
  margin-block: auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  border-radius: 1.25rem;
  background: linear-gradient(165deg, var(--surface) 0%, #101012 45%, #0a0a0c 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 60px rgba(0, 0, 0, 0.65),
    0 24px 80px rgba(0, 0, 0, 0.45);
  animation: ns-stripe-dialog-in 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}

.ns-stripe-deposit-modal__scroll {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.ns-stripe-deposit-modal__footer {
  flex: 0 0 auto;
  padding: 0.65rem 0 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(16, 16, 18, 0.92) 0%, #0a0a0c 100%);
}

@keyframes ns-stripe-dialog-in {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.ns-stripe-deposit-modal__accent {
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, #b2986b 25%, #d4bc8a 50%, #b2986b 75%, transparent);
  opacity: 0.95;
}

.ns-stripe-deposit-modal__close {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}

.ns-stripe-deposit-modal__close svg {
  pointer-events: none;
}

.ns-stripe-deposit-modal__close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.ns-stripe-deposit-modal__close:focus-visible {
  outline: 2px solid rgba(201, 169, 98, 0.65);
  outline-offset: 2px;
}

.ns-stripe-deposit-modal__head {
  padding: 1.75rem 1.5rem 1rem;
  text-align: center;
}

.ns-stripe-deposit-modal__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201, 169, 98, 0.95);
  background: rgba(178, 152, 107, 0.12);
  border: 1px solid rgba(178, 152, 107, 0.28);
  border-radius: 999px;
}

.ns-stripe-deposit-modal__badge-icon {
  flex-shrink: 0;
  opacity: 0.9;
}

.ns-stripe-deposit-modal__title {
  margin: 0 0 0.4rem;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fafafa;
  line-height: 1.2;
}

.ns-stripe-deposit-modal__subtitle {
  margin: 0 auto;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(180, 180, 189, 0.95);
  max-width: 22rem;
}

.ns-stripe-deposit-modal__summary {
  margin: 0 1.25rem 1rem;
  padding: 1rem 1.15rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.ns-stripe-deposit-modal__summary-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(160, 160, 170, 0.9);
  margin-bottom: 0.45rem;
}

.ns-stripe-deposit-modal__breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin-bottom: 0.35rem;
  padding: 0.65rem 0.75rem;
  border-radius: 0.75rem;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ns-stripe-deposit-modal__breakdown-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.82rem;
  color: #c8c8d0;
}

.ns-stripe-deposit-modal__breakdown-row strong {
  color: #f4f4f5;
  font-weight: 600;
  white-space: nowrap;
}

.ns-stripe-deposit-modal__breakdown-row--total {
  margin-top: 0.15rem;
  padding-top: 0.45rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9rem;
  color: #eaeaea;
}

.ns-stripe-deposit-modal__breakdown-row--total strong {
  color: #c9a962;
  font-size: 1rem;
}

.ns-stripe-deposit-modal__amount {
  margin: 0;
  min-height: 2.5rem;
}

.ns-stripe-deposit-modal__amount-row {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.35rem;
}

.ns-stripe-deposit-modal__amount-value {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #f5f0e6;
  text-shadow: 0 0 40px rgba(201, 169, 98, 0.18);
}

.ns-stripe-deposit-modal__amount-cur {
  font-size: 1.125rem;
  font-weight: 600;
  color: #c9a962;
}

.ns-stripe-deposit-modal__element-wrap {
  margin: 0 1.25rem 1.25rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 1rem;
  background: rgba(10, 10, 12, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.ns-stripe-deposit-modal__field-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(150, 150, 160, 0.95);
  margin-bottom: 0.65rem;
}

.ns-stripe-deposit-modal__element {
  min-height: 5.5rem;
}

.ns-stripe-deposit-modal__element .StripeElement,
.ns-stripe-deposit-modal__element > * {
  transition: opacity 0.25s ease;
}

.ns-stripe-deposit-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: calc(100% - 2.5rem);
  margin: 0 1.25rem 0.45rem;
  padding: 0.95rem 1.25rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0c0c0e;
  background: linear-gradient(135deg, #d4bc8a 0%, #b2986b 45%, #9a7d52 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 8px 28px rgba(178, 152, 107, 0.35);
  transition: transform 0.18s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.ns-stripe-deposit-modal__submit:hover:not(:disabled) {
  filter: brightness(1.06);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.3) inset,
    0 10px 36px rgba(178, 152, 107, 0.42);
  transform: translateY(-1px);
}

.ns-stripe-deposit-modal__submit:active:not(:disabled) {
  transform: translateY(0);
}

.ns-stripe-deposit-modal__submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.ns-stripe-deposit-modal__submit:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

.ns-stripe-deposit-modal__submit-arrow {
  flex-shrink: 0;
  opacity: 0.85;
}

.ns-stripe-deposit-modal__legal {
  margin: 0 1.5rem;
  font-size: 0.6875rem;
  line-height: 1.45;
  text-align: center;
  color: rgba(130, 130, 142, 0.95);
}

.ns-stripe-deposit-modal__legal strong {
  color: rgba(180, 180, 192, 0.98);
  font-weight: 600;
}

.ns-stripe-deposit-modal__err {
  margin: 0 1.25rem 1rem;
  padding: 0.65rem 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #ffb4a8;
  background: rgba(255, 90, 70, 0.1);
  border: 1px solid rgba(255, 120, 100, 0.22);
  border-radius: 0.65rem;
  min-height: 0;
}

.ns-stripe-deposit-modal__err:empty {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

body.ns-stripe-deposit-open {
  overflow: hidden;
}

/* Tab bar iOS au-dessus de tout (z-index énorme) : masquée pendant le paiement Stripe */
body.ns-stripe-deposit-open .mobile-ios-tabbar {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

/* Desktop : modale plus large pour le formulaire Stripe, hauteur généreuse pour rien couper */
@media (min-width: 769px) {
  .ns-stripe-deposit-modal {
    padding: clamp(1rem, 3vmin, 2.75rem);
  }

  .ns-stripe-deposit-modal__dialog {
    max-width: min(44rem, calc(100vw - 3rem));
    max-height: min(94dvh, 960px);
  }

  .ns-stripe-deposit-modal__subtitle {
    max-width: 38rem;
  }

  .ns-stripe-deposit-modal__element {
    min-height: 7rem;
  }
}

@media (max-width: 768px) {
  .ns-stripe-deposit-modal {
    /* Bottom sheet : visible au-dessus de la barre Safari */
    padding: 0;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
  }

  .ns-stripe-deposit-modal__dialog {
    width: 100%;
    max-width: 100%;
    /* svh = zone visible réelle (chrome Safari inclus) — évite la coupe du bouton Payer */
    max-height: min(92svh, calc(100svh - env(safe-area-inset-top, 0px)));
    max-height: min(92dvh, calc(100dvh - env(safe-area-inset-top, 0px)));
    margin: 0;
    border-radius: 1.25rem 1.25rem 0 0;
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .ns-stripe-deposit-modal__accent {
    left: 0.85rem;
    right: 0.85rem;
  }

  .ns-stripe-deposit-modal__close {
    top: 0.35rem;
    right: 0.35rem;
    width: 2.2rem;
    height: 2.2rem;
  }

  .ns-stripe-deposit-modal__head {
    padding: 0.85rem 0.85rem 0.4rem;
  }

  .ns-stripe-deposit-modal__badge {
    margin-bottom: 0.3rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.6rem;
    letter-spacing: 0.08em;
  }

  .ns-stripe-deposit-modal__title {
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
  }

  .ns-stripe-deposit-modal__subtitle {
    font-size: 0.75rem;
    line-height: 1.35;
    max-width: none;
  }

  .ns-stripe-deposit-modal__summary {
    margin: 0 0.65rem 0.45rem;
    padding: 0.5rem 0.6rem;
    border-radius: 0.75rem;
  }

  .ns-stripe-deposit-modal__summary-label {
    margin-bottom: 0.25rem;
    font-size: 0.6rem;
  }

  .ns-stripe-deposit-modal__amount {
    min-height: 1.75rem;
  }

  .ns-stripe-deposit-modal__amount-value {
    font-size: 1.25rem;
  }

  .ns-stripe-deposit-modal__amount-cur {
    font-size: 0.8125rem;
  }

  .ns-stripe-deposit-modal__element-wrap {
    margin: 0 0.65rem 0.45rem;
    padding: 0.5rem 0.6rem 0.55rem;
    border-radius: 0.75rem;
  }

  .ns-stripe-deposit-modal__field-label {
    margin-bottom: 0.4rem;
    font-size: 0.6rem;
  }

  .ns-stripe-deposit-modal__element {
    min-height: 0;
  }

  .ns-stripe-deposit-modal__footer {
    padding:
      0.55rem 0
      max(0.55rem, env(safe-area-inset-bottom, 0px));
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
  }

  .ns-stripe-deposit-modal__submit {
    width: calc(100% - 1.3rem);
    margin: 0 0.65rem 0.35rem;
    padding: 0.85rem 0.85rem;
    font-size: 0.875rem;
  }

  .ns-stripe-deposit-modal__legal {
    margin: 0 0.75rem;
    font-size: 0.6rem;
    line-height: 1.35;
  }

  .ns-stripe-deposit-modal__err {
    margin: 0 0.65rem 0.55rem;
    padding: 0.45rem 0.55rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 380px) {
  .ns-stripe-deposit-modal__dialog {
    max-height: min(94svh, calc(100svh - env(safe-area-inset-top, 0px)));
  }

  .ns-stripe-deposit-modal__amount-value {
    font-size: 1.2rem;
  }

  .ns-stripe-deposit-modal__badge {
    display: none;
  }
}

.reservation-detail-ticket-qr-label {
  display: block;
  margin: 0 0 0.65rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: rgba(255, 255, 255, 0.45);
}

.reservation-detail-ticket-qr-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem;
  background: #fff;
  border-radius: 12px;
  border: none;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.reservation-detail-ticket-qr-frame--live {
  padding: 0.65rem;
}

.reservation-detail-ticket-qr-frame--locked {
  width: 11rem;
  max-width: 11rem;
  min-width: 11rem;
  min-height: 11rem;
  aspect-ratio: 1;
  box-sizing: border-box;
  padding: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.reservation-detail-qr-locked {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  height: auto;
  text-align: center;
}

.reservation-detail-qr-locked-ring {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.reservation-detail-qr-locked-icon {
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
}

.reservation-detail-qr-locked-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.4;
  max-width: 9.5rem;
}

/* Sélecteur renforcé : évite tout écrasement par des règles img génériques */
.reservation-detail-card--ticket .reservation-detail-ticket-qr-frame img.reservation-detail-qr {
  display: block;
  width: 168px;
  max-width: min(168px, calc(100vw - 4rem));
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
  background: #fff;
}

.reservation-detail-ticket-qr-hint {
  margin: 0.35rem 0 0;
  font-size: 0.6875rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.4;
  padding: 0 0.25rem;
}

.reservation-detail-ticket-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 0.35rem;
  padding: 0;
  gap: 0.75rem;
}

.reservation-detail-ticket-facts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0;
  padding: 0.78rem 0.95rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.reservation-detail-ticket-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.55rem;
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.reservation-detail-ticket-btn {
  flex: 1;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  padding: 0.72rem 0.9rem;
  min-height: 2.65rem;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.2s, border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.reservation-detail-ticket-btn:active {
  transform: scale(0.98);
}

.reservation-detail-ticket-id {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.reservation-detail-ticket-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.12rem;
}

.reservation-detail-ticket-price-label {
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.reservation-detail-ticket-price {
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: 1.12rem;
  font-weight: 700;
  color: #C5A572;
  letter-spacing: -0.01em;
  line-height: 1.15;
  font-variant-numeric: tabular-nums;
  background: none;
  -webkit-text-fill-color: unset;
}

.reservation-detail-ticket-fact {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.84rem;
  font-weight: 650;
  color: #f2f2f4;
  line-height: 1.3;
  min-width: 0;
}

.reservation-detail-ticket-fact--muted {
  color: rgba(255, 255, 255, 0.48);
  font-weight: 550;
  text-align: right;
  flex-shrink: 0;
}

.reservation-detail-ticket-btn--secondary,
.reservation-detail-ticket-btn--calendar {
  color: #d4b88a;
  border-color: rgba(197, 165, 114, 0.38);
  background: rgba(197, 165, 114, 0.06);
}

.reservation-detail-ticket-btn--secondary:hover,
.reservation-detail-ticket-btn--calendar:hover {
  background: rgba(197, 165, 114, 0.12);
  border-color: rgba(197, 165, 114, 0.55);
}

.reservation-detail-ticket-btn--ghost {
  color: rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
  background: transparent;
}

.reservation-detail-ticket-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.reservation-detail-ticket-btn--primary {
  color: #121214;
  background: linear-gradient(135deg, #f0e2c8 0%, #c5a572 52%, #a8864f 100%);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow:
    0 8px 22px rgba(197, 165, 114, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.reservation-detail-ticket-btn--primary:hover {
  box-shadow:
    0 10px 26px rgba(197, 165, 114, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.reservation-detail-ticket-btn--disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
}

.reservation-detail-body--ticket-extra {
  padding: calc(var(--ticket-gap) * 0.85) var(--ticket-pad-x) var(--ticket-pad-y) !important;
  margin-top: 0.125rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, #16161a 0%, #111115 100%);
}

.reservation-detail-main--ticket {
  border-top: none !important;
  padding-top: 0 !important;
  gap: 0.55rem !important;
}

.reservation-more-info-overlay {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
}

.reservation-more-info-panel {
  width: min(92vw, 34rem);
  max-height: min(82vh, 44rem);
  overflow: auto;
  border-radius: var(--lg-radius-card, 28px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--surface, #111111);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
  color: var(--text, #f5f5f5);
  padding: 1rem;
}

.reservation-more-info-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}

.reservation-more-info-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #f5f5f5;
}

.reservation-more-info-close {
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.reservation-more-info-close:hover {
  background: rgba(197, 165, 114, 0.12);
  border-color: rgba(197, 165, 114, 0.35);
  color: #fff;
}

.reservation-more-info-content {
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
}

.reservation-more-info-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.6rem;
}

.reservation-more-info-event {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fafafa;
}

.reservation-more-info-status {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.34rem 0.56rem;
  border-radius: 999px;
  color: var(--accent, #c5a572);
  border: 1px solid rgba(197, 165, 114, 0.35);
  background: rgba(197, 165, 114, 0.1);
}

.reservation-more-info-stats {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.reservation-more-info-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
}

.reservation-more-info-kpi {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.72rem;
  padding: 0.56rem 0.58rem;
  display: grid;
  gap: 0.2rem;
}

.reservation-more-info-kpi-label {
  font-size: 0.62rem;
  color: var(--text-muted, #9a9a9a);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.reservation-more-info-kpi-value {
  font-size: 0.72rem;
  color: #f2f2f4;
  line-height: 1.25;
}

.reservation-more-info-price-breakdown {
  margin: 0.35rem 0 0.85rem;
  padding: 0.65rem 0.72rem;
  border: 1px solid rgba(197, 165, 114, 0.18);
  background: rgba(197, 165, 114, 0.06);
  border-radius: 0.82rem;
  display: grid;
  gap: 0.35rem;
}

.reservation-more-info-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.reservation-more-info-price-row strong {
  color: var(--accent, #c5a572);
  font-weight: 700;
  white-space: nowrap;
}

.reservation-more-info-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.82rem;
  padding: 0.62rem 0.72rem;
}

.reservation-more-info-stat-label {
  font-size: 0.74rem;
  color: var(--text-muted, #9a9a9a);
}

.reservation-more-info-stat-value {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}

.reservation-more-info-section {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 0.82rem;
  padding: 0.72rem 0.75rem;
  min-width: 0;
}

.reservation-more-info-ticket-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 0.82rem;
}

.reservation-more-info-ticket-wrap-title {
  margin: 0 0 0.55rem !important;
}

.reservation-more-info-list--ticket {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reservation-more-info-list--ticket .reservation-more-info-item {
  margin: 0 0 0.4rem;
}

.reservation-more-info-list--ticket .reservation-more-info-item:last-child {
  margin-bottom: 0;
}

.reservation-more-info-section-title {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent, #c5a572);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.reservation-more-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 0;
}

.reservation-more-info-item {
  margin: 0 0 0.4rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reservation-more-info-item--alcohol {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin-bottom: 0.52rem;
  padding: 0.72rem 0.72rem 0.62rem;
  border-radius: 0.78rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: none;
}

.reservation-more-info-section--alcohol {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

.reservation-more-info-section--alcohol::before,
.reservation-more-info-section--alcohol::after {
  content: none !important;
  display: none !important;
}

.reservation-more-info-alcohol-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 0.82rem;
}

.reservation-more-info-alcohol-wrap-title {
  margin: 0 0 0.55rem !important;
}

.reservation-more-info-list--alcohol {
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start !important;
  gap: 0.1rem;
  height: auto;
  min-height: 0 !important;
  max-height: none;
  overflow: visible;
  overscroll-behavior: auto;
  padding-right: 0;
  scrollbar-width: auto;
  scrollbar-color: auto;
}

.reservation-more-info-list--alcohol::-webkit-scrollbar {
  width: 0;
}

.reservation-more-info-list--alcohol::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}

.reservation-more-info-list--alcohol::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 999px;
}

.reservation-more-info-alcohol-title {
  margin: 0 0 0.48rem;
  font-size: 0.72rem;
  line-height: 1.25;
  color: #f5f5f5;
  font-weight: 700;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.reservation-more-info-alcohol-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
  max-width: 100%;
}

.reservation-more-info-alcohol-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.28rem;
  padding: 0.16rem 0.5rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 165, 114, 0.28);
  background: rgba(197, 165, 114, 0.1);
  color: var(--accent, #c5a572);
  font-size: 0.66rem;
  font-weight: 600;
  line-height: 1.1;
  max-width: 100%;
  white-space: normal;
}

.reservation-more-info-empty {
  margin: 0;
  color: var(--text-muted, #9a9a9a);
  font-size: 0.8rem;
}

@media (max-width: 640px) {
  .reservation-more-info-panel {
    width: 100%;
    max-height: 86vh;
    padding: 0.85rem;
  }

  .reservation-more-info-content {
    gap: 0.62rem;
  }

  .reservation-more-info-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .reservation-more-info-status {
    white-space: normal;
  }

  .reservation-more-info-kpis {
    grid-template-columns: 1fr;
    gap: 0.38rem;
  }

  .reservation-more-info-section {
    padding: 0.62rem 0.62rem;
    border-radius: 0.72rem;
  }

  .reservation-more-info-section-title {
    font-size: 0.7rem;
    margin-bottom: 0.42rem;
  }

  .reservation-more-info-ticket-wrap {
    padding: 0.52rem 0.5rem 0.44rem;
    border-radius: 0.66rem;
  }

  .reservation-more-info-list {
    padding: 0;
  }

  .reservation-more-info-item {
    font-size: 0.78rem;
    margin-bottom: 0.32rem;
  }

  .reservation-more-info-item--alcohol {
    margin-bottom: 0.44rem;
    padding: 0.6rem 0.58rem 0.52rem;
    border-radius: 0.68rem;
  }

  .reservation-more-info-section--alcohol {
    padding: 0;
    border-radius: 0;
  }

  .reservation-more-info-alcohol-wrap {
    padding: 0.52rem 0.5rem 0.44rem;
    border-radius: 0.66rem;
  }

  .reservation-more-info-list--alcohol {
    max-height: none;
    padding-right: 0;
  }

  .reservation-more-info-alcohol-title {
    font-size: 0.68rem;
    margin-bottom: 0.42rem;
  }

  .reservation-more-info-alcohol-meta {
    gap: 0.32rem;
  }

  .reservation-more-info-alcohol-pill {
    min-height: 1.2rem;
    font-size: 0.62rem;
    padding: 0.14rem 0.44rem;
  }
}

.reservation-detail-summary--ticket {
  grid-template-columns: 1fr !important;
}

@media (min-width: 641px) {
  .reservation-detail-card--ticket {
    --ticket-thumb-w: 5.5rem;
    --ticket-thumb-h: 3.45rem;
  }

  .reservation-detail-card--ticket .reservation-detail-ticket-qr-frame img.reservation-detail-qr {
    width: 184px;
    max-width: min(184px, calc(100vw - 4rem));
  }

  .reservation-detail-modal .reservation-detail-ticket-sheet {
    max-width: 100% !important;
  }

  .reservation-detail-modal .reservation-detail-ticket-title {
    font-size: 1.2rem;
  }
}

/* Desktop : ticket vertical centré, popup plus large, CTAs en row */
@media (min-width: 768px) {
  .reservation-detail-modal-dialog {
    max-width: min(92vw, 36rem) !important;
    width: min(92vw, 36rem) !important;
  }

  .reservation-detail-modal .reservation-detail-ticket-sheet {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: var(--ticket-pad-y, 0.85rem) var(--ticket-pad-x, 1.1rem) 1.3rem !important;
    gap: 0.85rem !important;
  }

  .reservation-detail-modal .reservation-detail-ticket-head,
  .reservation-detail-modal .reservation-detail-ticket-qr-section,
  .reservation-detail-modal .reservation-detail-ticket-meta,
  .reservation-detail-modal .reservation-detail-ticket-facts,
  .reservation-detail-modal .reservation-detail-ticket-actions,
  .reservation-detail-modal .reservation-detail-quick-contact-mount {
    grid-area: auto;
    width: 100%;
    max-width: 100%;
  }

  .reservation-detail-modal .reservation-detail-ticket-qr-section {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 0.65rem !important;
  }

  .reservation-detail-modal .reservation-detail-ticket-qr-stage {
    display: flex;
    justify-content: center;
    max-width: none;
  }

  .reservation-detail-modal .reservation-detail-ticket-actions {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .reservation-detail-modal .reservation-detail-ticket-actions .reservation-detail-ticket-btn {
    min-height: 2.55rem;
    padding: 0.6rem 0.45rem;
    font-size: 0.72rem;
    white-space: normal;
    min-width: 0;
  }

  .reservation-detail-modal .reservation-detail-ticket-actions:has(> :only-child) {
    grid-template-columns: 1fr;
  }

  .reservation-detail-modal .reservation-detail-ticket-actions:has(> :nth-child(2):last-child) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .reservation-detail-modal .reservation-detail-quick-contact-mount {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1100px) {
  .reservation-detail-modal-dialog {
    max-width: min(92vw, 38rem) !important;
    width: min(92vw, 38rem) !important;
  }

  .reservation-detail-modal .reservation-detail-ticket-sheet {
    max-width: 100% !important;
  }
}

.reservation-detail-image {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  min-height: 190px;
  max-height: 300px;
  background: linear-gradient(135deg, #202026 0%, #131317 100%);
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.reservation-detail-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

.reservation-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reservation-detail-card .reservation-detail-body {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  padding: clamp(1.25rem, 4vw, 1.9rem);
  background: linear-gradient(180deg, rgba(24, 24, 28, 0.98) 0%, rgba(16, 16, 20, 0.99) 100%);
}

.reservation-detail-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.35rem;
}

.reservation-detail-title-wrap {
  flex: 1;
  min-width: 0;
}

.reservation-detail-type {
  display: inline-block;
  padding: 0.34rem 0.78rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  background: rgba(178, 152, 107, 0.2);
  border: 1px solid rgba(178, 152, 107, 0.35);
  color: #b2986b;
  margin-bottom: 0.7rem;
}

.reservation-detail-title {
  font-size: clamp(1.2rem, 4.2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.22;
  margin: 0 0 0.45rem 0;
  color: #fff;
  letter-spacing: -0.015em;
}

.reservation-detail-subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: #b1b1b7;
  line-height: 1.45;
}

.reservation-detail-status {
  flex-shrink: 0;
}

.reservation-detail-status-chip {
  display: inline-block;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(178, 152, 107, 0.14);
  border: 1px solid rgba(178, 152, 107, 0.46);
  color: #e0c89b;
}

.reservation-detail-main {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Mix : summary simple (v1) + style soigné (v2) */
.reservation-detail-summary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.75rem;
}

.reservation-detail-summary p {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  font-size: 0.85rem;
  padding: 0.8rem 0.95rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.reservation-detail-summary p span {
  color: #a5a5ab;
  font-size: 0.76rem;
  letter-spacing: 0.02em;
}

.reservation-detail-summary p strong {
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
}

.reservation-detail-summary p strong:last-child {
  color: #b2986b;
}

/* Mix : alcools + billets côte à côte (v1) avec titres dorés (v2) */
.reservation-detail-lines {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.reservation-detail-block {
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.reservation-detail-block h3 {
  margin: 0 0 0.65rem 0;
  font-size: 0.74rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b2986b;
}

.reservation-detail-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.reservation-detail-block li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.86rem;
  color: #ececef;
}

.reservation-detail-block li span:first-child {
  color: #a6a6ab;
  margin-right: 0.5rem;
}

.reservation-detail-block li span:last-child {
  font-weight: 500;
  color: #fff;
}

@media (max-width: 640px) {
  .reservation-detail-modal-dialog {
    max-width: 100%;
  }
  .reservation-detail-card .reservation-detail-body {
    padding: 1.05rem 0.9rem 1rem;
  }
  .reservation-detail-header {
    flex-direction: column;
    gap: 0.55rem;
    margin-bottom: 0.95rem;
  }
  .reservation-detail-summary {
    grid-template-columns: 1fr;
  }
  .reservation-detail-lines {
    grid-template-columns: 1fr;
  }
  .reservation-detail-summary p {
    padding: 0.7rem 0.75rem;
  }
  .reservation-detail-image {
    min-height: 160px;
    max-height: 220px;
  }
  .reservation-detail-modal-close {
    top: -2.5rem;
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.2rem;
  }

  .reservation-detail-modal:has(.reservation-detail-card--ticket) {
    padding: 0.625rem clamp(0.5rem, 2.5vw, 0.75rem) 1.25rem;
    align-items: flex-start;
  }

  .reservation-detail-card--ticket {
    border-radius: var(--lg-radius-card, 28px);
  }

  .reservation-detail-ticket-sheet {
    padding-top: 0.875rem;
  }

  .reservation-detail-ticket-infogrid {
    gap: 0.4375rem;
  }
}

/* Mes réservations — stubs ticket (même langage que le modal) */
.reservation-list-title {
  font-family: 'Syne', 'Montserrat', -apple-system, sans-serif;
  font-size: clamp(1.45rem, 4vw, 1.75rem);
  font-weight: 700;
  color: #fafafa;
  margin: 0 0 0.3rem;
  letter-spacing: -0.03em;
}

.reservation-list-subtitle {
  margin: 0 0 1.15rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.4;
}

.reservation-list-tabs {
  display: flex;
  gap: 0;
  margin: 0 0 1.15rem;
  padding: 0.18rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.reservation-list-tab {
  flex: 1;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.42);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 650;
  padding: 0.58rem 0.7rem;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.15s ease, background 0.15s ease;
}

.reservation-list-tab:hover { color: rgba(255, 255, 255, 0.78); }

.reservation-list-tab.active {
  color: #121214;
  background: linear-gradient(135deg, #f0e2c8 0%, #c5a572 55%, #a8864f 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.reservation-list-tab:focus-visible {
  outline: 2px solid rgba(197, 165, 114, 0.8);
  outline-offset: 2px;
}

.reservation-list-tab-count {
  display: inline-block;
  margin-left: 0.28rem;
  opacity: 0.62;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.reservation-list-tab.active .reservation-list-tab-count { opacity: 0.55; }

.reservation-list-loading,
.reservation-list-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  padding: 2.5rem 1rem;
}

.reservation-list-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  min-height: 200px;
}

.reservation-list-empty p {
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
}

.reservation-list-cards {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

@media (min-width: 760px) {
  .reservation-list-tabs {
    max-width: 22rem;
  }

  .reservation-list-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }

  .reservation-list-card {
    height: 100%;
    min-width: 0;
  }

  .reservation-list-ticket-sheet {
    height: 100%;
  }
}

@media (min-width: 1100px) {
  .reservation-list-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.reservation-list-card {
  margin: 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  width: 100%;
  box-shadow: none;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.15s ease;
}

.reservation-list-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.reservation-list-card:focus-visible {
  outline: 2px solid rgba(197, 165, 114, 0.85);
  outline-offset: 3px;
}

.reservation-list-card:active {
  transform: scale(0.992);
}

.reservation-list-ticket-sheet {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.reservation-list-card:hover .reservation-list-ticket-sheet,
.reservation-list-card:active .reservation-list-ticket-sheet,
.reservation-list-card--action .reservation-list-ticket-sheet {
  box-shadow: none;
}

.reservation-list-ticket-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
}

.reservation-list-ticket-media {
  flex-shrink: 0;
  width: 5.5rem;
  aspect-ratio: 4 / 3;
  border-radius: 0.65rem;
  overflow: hidden;
  background: #1a1a1a;
}

.reservation-list-ticket-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reservation-list-ticket-cover--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(197, 165, 114, 0.22) 0%, rgba(38, 38, 40, 0.95) 100%);
  color: #c5a572;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.reservation-list-ticket-body {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  flex: 1;
  min-width: 0;
  padding: 0.05rem 0.15rem 0 0;
}

.reservation-list-ticket-status-row {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 0.1rem;
}

.reservation-list-ticket-body .reservation-detail-ticket-title {
  font-size: clamp(0.92rem, 3vw, 1.02rem);
  margin: 0;
}

.reservation-list-ticket-body .reservation-detail-ticket-city {
  margin: 0.08rem 0 0;
  color: rgba(197, 165, 114, 0.88);
  font-weight: 600;
}

.reservation-list-ticket-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.35rem 0.15rem 0.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-list-ticket-when {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.74rem;
  font-weight: 550;
  color: rgba(255, 255, 255, 0.48);
  line-height: 1.3;
  min-width: 0;
}

.reservation-list-ticket-foot .reservation-detail-ticket-price {
  flex-shrink: 0;
  font-size: 0.88rem;
}

.reservation-list-ticket-pay {
  width: 100%;
  margin: 0;
  min-height: 2.2rem;
  padding: 0.45rem 0.7rem;
  font-size: 0.76rem;
}

@media (min-width: 760px) {
  .reservation-list-ticket-media {
    width: 6.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reservation-list-card,
  .reservation-list-tab,
  .reservation-list-ticket-pay { transition: none; }
  .reservation-list-card:active { transform: none; }
}

/* Hero reservation — même surface transparente que .reservation-table-card */
.reservation-page-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(1.1rem, 2.5vw, 1.75rem);
  align-items: center;
  margin-bottom: clamp(1.35rem, 3vw, 2rem);
  padding: clamp(0.85rem, 2vw, 1.15rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--lg-radius-card, 28px);
  background: rgba(255, 255, 255, 0.045);
  min-width: 0;
  animation: reservation-hero-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes reservation-hero-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.reservation-page-hero-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.reservation-page-hero-back {
  display: none;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0 0.65rem;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

body.reservation-page-body > main.reservation-page-main > .reservation-page-hero-back {
  width: 100%;
  max-width: var(--reservation-content-max, 1120px);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--reservation-page-gutter, 1rem);
  padding-right: var(--reservation-page-gutter, 1rem);
  box-sizing: border-box;
}

.reservation-page-hero-back:hover {
  color: var(--accent, #c5a572);
}

body.reservation-page-body .reservation-page-hero-content h1.reservation-page-event-title,
.reservation-page-hero-content h1,
.reservation-page-event-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.22rem, 3.2vw, 1.62rem);
  font-weight: 700 !important;
  font-style: normal;
  color: #eaeaea;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.28;
  text-transform: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.reservation-page-hero-meta {
  list-style: none;
  margin: 0.15rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.reservation-page-hero-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
}

.reservation-page-hero-meta-item[hidden] {
  display: none !important;
}

.reservation-page-hero-meta-icon {
  flex-shrink: 0;
  margin-top: 0.12em;
  color: rgba(197, 165, 114, 0.85);
  opacity: 0.9;
}

.reservation-page-event-datetime,
.reservation-page-event-location {
  margin: 0;
}

.reservation-page-hero-visual {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  flex-shrink: 0;
}

.reservation-hero-logo {
  width: 240px;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.reservation-hero-logo[hidden] {
  display: none !important;
}

.reservation-hero-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.reservation-plan-salle-wrap {
  width: 100%;
  max-width: 280px;
  border-radius: var(--lg-radius-card, 28px);
  overflow: hidden;
  background: var(--surface-variant, #1a1a1a);
  border: 1px solid var(--border);
  box-shadow: none;
}

.reservation-plan-salle-label {
  display: block;
  padding: 0.6rem 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #B2986B;
  background: rgba(178, 152, 107, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-plan-salle-inner {
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
}

.reservation-plan-salle-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Plan de salle dans section Informations */
.reservation-plan-inline {
  width: 100%;
  max-width: 400px;
  border-radius: var(--lg-radius-card, 28px);
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-plan-inline img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 200px;
  object-fit: contain;
}

@media (min-width: 768px) {
  .reservation-hero-logo {
    width: 280px;
    border-radius: 20px;
  }

  .reservation-page-hero {
    padding: 1.25rem 1.4rem;
  }

  .reservation-page-hero-meta {
    gap: 0.55rem;
  }
}

@media (max-width: 768px) {
  .reservation-page-form-col {
    max-width: none;
  }

  .reservation-page-hero {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.65rem;
    margin-top: 0;
    padding: 0.75rem 0.85rem;
    align-items: center;
  }

  body.reservation-page-body > main.reservation-page-main > .reservation-page-hero-back {
    margin-top: 4.5rem;
    margin-bottom: 0.5rem;
  }

  .reservation-page-hero-visual {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  .reservation-hero-logo {
    width: 5.5rem;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  }

  .reservation-page-hero-visual:has(.reservation-hero-logo[hidden]) {
    display: none !important;
  }

  .reservation-page-hero:has(.reservation-hero-logo[hidden]) {
    grid-template-columns: 1fr;
  }

  #reservation-event-location-item {
    display: none !important;
  }

  .reservation-page-hero-meta {
    gap: 0.35rem;
    margin-top: 0;
  }

  .reservation-page-hero-meta-item {
    font-size: 0.84rem;
  }

  .reservation-page-hero-content {
    gap: 0.45rem;
  }

  body.reservation-page-body .reservation-page-hero-content h1.reservation-page-event-title,
  .reservation-page-hero-content h1,
  .reservation-page-event-title {
    font-size: clamp(1.12rem, 5.2vw, 1.42rem);
    line-height: 1.3;
  }

  .reservation-plan-salle-wrap {
    max-width: 100%;
    flex: 1;
    min-width: 200px;
  }

  .reservation-plan-salle-inner {
    aspect-ratio: 16/10;
  }

  .reservation-tables-row {
    grid-template-columns: 1fr;
  }

  .reservation-plan-inline {
    width: 100%;
    max-width: 100%;
  }

  .reservation-alcohol-group-inner {
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
  }

  .reservation-alcohol-group-content {
    width: 100%;
    max-width: 100%;
    flex: 1;
    min-width: 0;
  }

  .reservation-alcohol-group-name {
    margin: 0 0 0.625rem 0;
    font-size: 0.9375rem;
  }

  .reservation-alcohol-sizes-list {
    width: 100%;
    gap: 0.375rem;
  }

  .reservation-alcohol-size-row {
    width: 100%;
    min-width: 0;
    padding: 0.5rem 0.6rem;
    gap: 0.5rem;
  }

  .reservation-alcohol-size-row .reservation-size-label,
  .reservation-alcohol-size-row .reservation-size-price {
    font-size: 0.8125rem;
  }

  .reservation-alcohol-size-row .reservation-alcohol-qty button {
    width: 30px;
    height: 30px;
  }

  .reservation-alcohol-img-wrap {
    width: 48px;
    height: 80px;
    flex-shrink: 0;
    align-self: flex-start;
  }

  .reservation-alcohols-list {
    gap: 1rem;
    padding: 0.5rem 0;
  }

  .reservation-page-form .reservation-section {
    margin-bottom: 2rem;
  }
}

.reservation-page-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 480px);
  gap: 2rem 2.5rem;
  align-items: start;
  min-width: 0;
}

.reservation-page-form-col {
  min-width: 0;
  max-width: 600px;
  width: 100%;
  overflow-wrap: break-word;
}

.reservation-section-num {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  color: rgba(178, 152, 107, 0.5);
  letter-spacing: 0.15em;
  margin-right: 0.75rem;
}

.reservation-page-form .reservation-section {
  margin-bottom: 3.5rem;
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  border-radius: var(--lg-radius-card, 28px);
  padding: clamp(1.1rem, 2.8vw, 1.6rem);
}

.reservation-page-form .reservation-section:last-of-type {
  margin-bottom: 0;
}

.reservation-fields-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem;
}

.reservation-field-full {
  grid-column: 1 / -1;
}

/* Flux tickets : masquer table / personnes / alcools */
body.reservation-page--tickets .reservation-field--guests,
body.reservation-page--tickets .reservation-field--arrival,
body.reservation-page--tickets #reservation-table-wrap,
body.reservation-page--tickets #reservation-promoter-wrap,
body.reservation-page--tickets #reservation-section-info,
body.reservation-page--tickets .reservation-section-alcohols,
.reservation-section-alcohols[hidden] {
  display: none !important;
}

body:not(.reservation-page--tickets) #reservation-section-promo {
  display: none !important;
}

body.reservation-page--tickets .reservation-section-info .reservation-section-title {
  display: none;
}

body.reservation-page--tickets .reservation-fields-grid {
  grid-template-columns: 1fr;
}

#reservation-section-promo[hidden],
#reservation-section-tickets[hidden] {
  display: none !important;
}

.reservation-tickets-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reservation-ticket-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 16px 16px 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.reservation-ticket-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: transparent;
  transition: background 0.2s ease;
}

.reservation-ticket-card.is-selected {
  border-color: rgba(197, 165, 114, 0.55);
  background: rgba(178, 152, 107, 0.1);
}

.reservation-ticket-card.is-selected::before {
  background: #C5A572;
}

.reservation-ticket-card.is-soldout {
  opacity: 0.55;
}

.reservation-ticket-card-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.reservation-ticket-card-name {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.reservation-ticket-card-meta {
  display: none;
}

.reservation-ticket-card-price {
  flex-shrink: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #C5A572;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.reservation-ticket-card .reservation-alcohol-qty {
  flex-shrink: 0;
  padding: 4px 6px 4px 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  gap: 6px;
}

.reservation-ticket-card .reservation-alcohol-qty button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.28);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 100ms ease-out;
}

.reservation-ticket-card .reservation-alcohol-qty button.is-enabled {
  border-color: rgba(197, 165, 114, 0.45);
  background: rgba(197, 165, 114, 0.22);
  color: #fff;
}

.reservation-ticket-card .reservation-alcohol-qty button:disabled {
  cursor: default;
  opacity: 1;
}

.reservation-ticket-card .reservation-alcohol-qty button.is-enabled:active {
  transform: scale(0.94);
}

.reservation-ticket-card .reservation-alcohol-qty .qty-value {
  min-width: 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.reservation-ticket-card.is-soldout .reservation-ticket-card-price {
  color: #777;
}

.reservation-no-tickets {
  color: #888888;
  font-size: 0.9375rem;
  text-align: center;
  padding: 3.5rem 2rem;
  background: rgba(255, 255, 255, 0.015);
  border-radius: var(--lg-radius-card, 28px);
  border: 1.5px dashed rgba(255, 255, 255, 0.08);
  line-height: 1.6;
  font-weight: 500;
}

.reservation-section-promo {
  gap: 0;
}

.reservation-promo-editor.is-error .reservation-promoter-editor {
  border-color: rgba(229, 115, 115, 0.65);
  animation: reservation-promo-shake 280ms ease-out;
}

.reservation-promo-applied[hidden],
.reservation-promo-idle[hidden] {
  display: none !important;
}

.reservation-promo-code-value {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.reservation-promo-off {
  flex-shrink: 0;
  font-size: 0.95rem;
  font-weight: 800;
  color: #C5A572;
}

.reservation-promo-remove {
  flex-shrink: 0;
  margin: 0;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 120ms ease-out, border-color 120ms ease-out;
}

.reservation-promo-remove:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
}

.reservation-promo-msg {
  margin: 0.5rem 2px 0;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.35;
}

.reservation-promo-msg--success {
  color: #C5A572;
}

.reservation-promo-msg--error {
  color: #e08a8a;
}

@keyframes reservation-promo-shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}

@media (prefers-reduced-motion: reduce) {
  .reservation-promo-editor.is-error .reservation-promoter-editor,
  .reservation-promo-remove {
    animation: none;
    transition: none;
  }
}

@media (max-width: 768px) {
  .reservation-ticket-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 10px;
    padding: 14px 12px 14px 16px;
  }

  .reservation-ticket-card-copy {
    grid-column: 1 / -1;
    flex: none;
    min-width: 0;
  }

  .reservation-ticket-card-name {
    font-size: 0.82rem;
    overflow-wrap: anywhere;
  }

  .reservation-ticket-card-price {
    margin-left: 0;
    font-size: 1rem;
    justify-self: start;
  }

  .reservation-ticket-card .reservation-alcohol-qty {
    width: auto;
    justify-self: end;
    justify-content: center;
    padding: 3px 5px 3px 6px;
    gap: 4px;
  }

  .reservation-ticket-card .reservation-alcohol-qty button {
    width: 28px;
    height: 28px;
    font-size: 0.8125rem;
  }

  .reservation-ticket-card .reservation-alcohol-qty .qty-value {
    min-width: 1rem;
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reservation-ticket-card,
  .reservation-ticket-card::before,
  .reservation-ticket-card .reservation-alcohol-qty button {
    transition: none;
  }
}

/* Choix de la table - cartes radio */
.reservation-table-choice {
  width: 100%;
}

.reservation-table-choice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.reservation-table-choice-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #E0E0E0;
  margin: 0;
  letter-spacing: 0.01em;
}

.reservation-table-choice-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #1a1a1a;
  background: #B2986B;
  padding: 0.4rem 0.75rem;
  border-radius: 20px;
}

.reservation-table-choice-badge svg {
  flex-shrink: 0;
}

.reservation-tables-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* iOS reservationSurfaceCard() — TableZonePicker */
.reservation-table-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  cursor: pointer;
}

.reservation-table-card input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.reservation-table-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.reservation-table-card-radio {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border: 1.5px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  box-sizing: border-box;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.reservation-table-card-radio::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: var(--accent, #c5a572);
  transition: width 0.18s ease, height 0.18s ease;
}

.reservation-table-card:has(input[type="radio"]:checked) .reservation-table-card-radio {
  border-color: var(--accent, #c5a572);
  background: rgba(255, 255, 255, 0.04);
}

.reservation-table-card:has(input[type="radio"]:checked) .reservation-table-card-radio::after {
  width: 8px;
  height: 8px;
}

.reservation-table-card input[type="radio"]:focus-visible ~ .reservation-table-card-header .reservation-table-card-radio {
  outline: none;
  box-shadow: 0 0 0 3px rgba(197, 165, 114, 0.28);
}

.reservation-table-card-name {
  flex: 1;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.reservation-table-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.reservation-table-card-actions .reservation-table-card-plan-btn {
  margin-left: auto;
}

.reservation-table-card-descript-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0;
  border: none;
  background: none;
  color: var(--accent, #c5a572);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.2s ease;
}

.reservation-table-card-descript-toggle:hover {
  color: var(--accent-hover, #d4b87a);
}

.reservation-table-card-descript-chevron {
  flex-shrink: 0;
  color: var(--accent, #c5a572);
  transition: transform 0.22s ease;
}

.reservation-table-card-plan-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.reservation-table-card-plan-btn:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.22);
}

.reservation-table-card-plan-btn-label,
.reservation-table-card-plan-btn-chevron {
  color: #fff;
}

.reservation-table-card-plan-btn-label {
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
}

.reservation-table-card-plan-btn-chevron {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.reservation-table-card-descript-toggle[aria-expanded='true'] .reservation-table-card-descript-chevron {
  transform: rotate(180deg);
}

.reservation-table-card-descript-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  margin-top: 0;
  padding-left: 34px;
  transition:
    max-height 0.32s ease,
    opacity 0.24s ease,
    margin-top 0.32s ease;
}

.reservation-table-card-descript-panel.is-open {
  max-height: 16rem;
  opacity: 1;
  margin-top: 8px;
}

.reservation-table-card-descript-panel-inner {
  width: 100%;
}

.reservation-table-card-descript {
  margin: 0;
  padding: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
  background: none;
  border: none;
}

.reservation-table-card--unavailable {
  opacity: 0.45;
  pointer-events: none;
}

.reservation-table-card-min-complet {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8125rem;
  font-weight: 500;
}

.reservation-plan-modal {
  position: fixed;
  inset: 0;
  z-index: 30000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.reservation-plan-modal--open {
  opacity: 1;
  visibility: visible;
}

.reservation-plan-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.reservation-plan-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: fit-content;
  max-width: min(95vw, 1100px);
  height: auto;
  max-height: min(90vh, calc(100dvh - 2rem));
  background: var(--surface);
  border-radius: var(--lg-radius-card, 28px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5);
}

.reservation-plan-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.reservation-plan-modal-title {
  font-size: 1rem;
  font-weight: 600;
  color: #EAEAEA;
}

.reservation-plan-modal-close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: color 0.2s, background 0.2s;
}

.reservation-plan-modal-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.reservation-plan-modal-body {
  flex: 0 0 auto;
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.reservation-plan-modal-body img {
  width: auto;
  height: auto;
  max-width: min(calc(95vw - 2.5rem), 1060px);
  max-height: calc(min(90vh, 100dvh - 2rem) - 5.5rem);
  object-fit: contain;
  display: block;
  margin: 0;
  border-radius: 8px;
}

.reservation-plan-modal-content--fitted .reservation-plan-modal-body img {
  max-width: none;
  max-height: none;
}

.reservation-table-card-min {
  flex-shrink: 0;
  align-self: flex-start;
  margin-left: 0.5rem;
  padding: 0;
  background: transparent;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  text-align: right;
}

.reservation-table-card-min-main {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--accent, #c5a572);
  line-height: 1.15;
}

.reservation-table-card-min-sub {
  font-size: 0.6875rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  white-space: nowrap;
}

/* === Panel récap à droite — fixe desktop (JS + track de réserve) === */
.reservation-page-sidebar {
  align-self: start;
  min-width: 0;
}

.reservation-sidebar-track {
  display: block;
  width: 100%;
  height: 0;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .reservation-page-layout {
    padding-right: 0;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
    align-items: start;
    position: relative;
  }

  .reservation-page-sidebar {
    position: relative;
    width: 100%;
    max-width: 460px;
    justify-self: stretch;
    align-self: start;
  }

  .reservation-page-sidebar.is-recap-pinned .reservation-recap {
    position: fixed;
    z-index: 12;
    box-sizing: border-box;
    max-height: calc(100vh - 6.5rem - env(safe-area-inset-top, 0px));
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    will-change: top, left, width;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}

.reservation-recap {
  background: var(--surface, #111111);
  border: 1px solid var(--border);
  border-radius: var(--lg-radius-card, 28px);
  overflow: hidden;
  box-shadow: none;
  position: relative;
}

.reservation-recap,
.reservation-recap * {
  box-shadow: none !important;
}

.reservation-recap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  opacity: 0.5;
}

.reservation-recap-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.reservation-recap-header h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -0.02em;
}

.reservation-recap-badge {
  font-size: 0.7rem;
  font-weight: 600;
  color: #B2986B;
  background: rgba(178, 152, 107, 0.12);
  padding: 0.25rem 0.5rem;
  border-radius: 20px;
  letter-spacing: 0.03em;
}

.reservation-recap-body {
  padding: 1rem 1.25rem;
}

.reservation-recap-infos {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  min-height: 0;
}

.reservation-recap-infos-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
}

.reservation-recap-infos-row .reservation-recap-line {
  flex: 1;
  min-width: 0;
}

.reservation-recap-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8125rem;
  color: #AAAAAA;
  padding: 0.15rem 0;
}

.reservation-recap-line span:first-child {
  color: #888888;
}

.reservation-recap-line strong {
  color: #FFFFFF;
  font-weight: 600;
}

.reservation-recap-alcohols {
  margin-bottom: 0.875rem;
  max-height: 180px;
  overflow-y: auto;
}

.reservation-recap-alcohols-empty {
  font-size: 0.8125rem;
  color: #555555;
  font-style: italic;
  margin: 0;
}

.reservation-recap-alcohols-list {
  display: none;
  flex-direction: column;
  gap: 0.25rem;
}

.reservation-recap-alcohol-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  animation: recap-item-in 0.3s ease-out;
}

.reservation-recap-alcohol-line:last-child {
  border-bottom: none;
}

.reservation-recap-alcohol-line span:first-child {
  color: #CCCCCC;
  flex: 1;
  padding-right: 0.75rem;
}

.reservation-recap-alcohol-line span:last-child {
  color: #B2986B;
  font-weight: 700;
  white-space: nowrap;
}

@keyframes recap-item-in {
  from { opacity: 0; transform: translateX(-8px); }
  to { opacity: 1; transform: translateX(0); }
}

.reservation-recap-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0 0;
  border-top: 1px solid rgba(178, 152, 107, 0.3);
  font-size: 0.9375rem;
}

.reservation-recap-total span {
  color: #FFFFFF;
  font-weight: 600;
}

.reservation-recap-total strong {
  font-size: 1.125rem;
  font-weight: 800;
  color: #B2986B;
  letter-spacing: 0.02em;
}

.reservation-recap-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 1.25rem;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.reservation-recap-actions .reservation-btn-cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #AAAAAA;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.reservation-recap-actions .reservation-btn-cancel:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}

.reservation-recap-actions .reservation-btn-submit.primary-button {
  width: 100%;
  padding: 0 16px;
  min-height: 44px;
}

.reservation-recap-actions .reservation-btn-submit.primary-button svg {
  display: none;
}

.reservation-alcohols-list {
  max-height: none;
}

/* Amélioration sections formulaire */
.reservation-section-info .reservation-section-title,
.reservation-section-promo .reservation-section-title,
.reservation-section-tickets .reservation-section-title,
.reservation-section-alcohols .reservation-section-title {
  margin-bottom: 1.25rem;
}

/* Section Informations — aucune ombre portée (conteneur + enfants) */
.reservation-section.reservation-section-info,
.reservation-section.reservation-section-info *,
.reservation-section.reservation-section-promo,
.reservation-section.reservation-section-promo * {
  box-shadow: none !important;
}

.reservation-page-form .reservation-section.reservation-section-info .reservation-field input,
.reservation-page-form .reservation-section.reservation-section-info .reservation-field input:focus,
.reservation-page-form .reservation-section.reservation-section-info .reservation-field select,
.reservation-page-form .reservation-section.reservation-section-info .reservation-field select:focus,
.reservation-page-form .reservation-section.reservation-section-info #reservation-guests,
.reservation-page-form .reservation-section.reservation-section-info #reservation-guests:focus,
.reservation-page-form .reservation-section.reservation-section-info #reservation-arrival,
.reservation-page-form .reservation-section.reservation-section-info #reservation-arrival:focus,
.reservation-page-form .reservation-section.reservation-section-info .reservation-promoter-editor,
.reservation-page-form .reservation-section.reservation-section-info .reservation-promoter-editor:focus-within,
.reservation-page-form .reservation-section.reservation-section-info .reservation-promoter-locked,
.reservation-page-form .reservation-section.reservation-section-info #reservation-promoter,
.reservation-page-form .reservation-section.reservation-section-info #reservation-promoter:focus {
  box-shadow: none !important;
}

.reservation-page-form .reservation-promoter-wrap .reservation-field input[type="text"],
.reservation-page-form .reservation-promoter-wrap #reservation-promoter {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transform: none !important;
}

/* Section Alcools — aucune ombre portée (conteneur + enfants) */
.reservation-section.reservation-section-alcohols,
.reservation-section.reservation-section-alcohols * {
  box-shadow: none !important;
}

.reservation-page-form .reservation-section.reservation-section-alcohols .reservation-alcohol-group,
.reservation-page-form .reservation-section.reservation-section-alcohols .reservation-alcohol-group:hover,
.reservation-page-form .reservation-section.reservation-section-alcohols .reservation-alcohol-group-inner,
.reservation-page-form .reservation-section.reservation-section-alcohols .reservation-alcohol-item,
.reservation-page-form .reservation-section.reservation-section-alcohols .reservation-alcohol-item:hover,
.reservation-page-form .reservation-section.reservation-section-alcohols .reservation-filter-btn,
.reservation-page-form .reservation-section.reservation-section-alcohols .reservation-filter-btn.active {
  box-shadow: none !important;
}

/* Formulaire page réservation - champs premium */
.reservation-page-form .reservation-field input,
.reservation-page-form .reservation-field select {
  border-radius: 14px;
  padding: 1.1rem 1.5rem;
  font-size: 1rem;
}

.reservation-page-form .reservation-field input:focus,
.reservation-page-form .reservation-field select:focus {
  box-shadow: 0 0 0 3px rgba(178, 152, 107, 0.2);
}

/* Cards alcools - reservationSurfaceCard (iOS) */
.reservation-page-form .reservation-alcohol-group {
  border-radius: 16px;
}

.reservation-page-form .reservation-alcohol-group:hover {
  transform: none;
  box-shadow: none;
}

.reservation-page-form .reservation-alcohol-item {
  border-radius: 18px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.reservation-page-form .reservation-alcohol-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.reservation-page-form .reservation-filter-btn {
  border-radius: 28px;
  padding: 0.7rem 1.35rem;
  font-size: 0.8125rem;
}

@media (max-width: 1023px) {
  .reservation-page-layout {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .reservation-page-form-col {
    order: 2;
    max-width: none;
  }

  .reservation-page-sidebar {
    display: none !important;
  }

  .reservation-page-main {
    padding-bottom: calc(90px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* PrimaryButtonBottomBar — iOS */
.reservation-recap-bottom-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 20px calc(20px + env(safe-area-inset-bottom, 0px));
  background: rgba(7, 7, 7, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
  z-index: 20050;
}

.reservation-recap-bottom-bar-inner {
  max-width: min(1400px, 100%);
  margin: 0 auto;
}

.reservation-recap-btn-panier.primary-button {
  width: 100%;
}

@media (min-width: 1024px) {
  .reservation-recap-bottom-bar {
    display: none !important;
  }

  .reservation-page-main {
    padding-bottom: 2rem !important;
  }
}

/* Modal panier mobile (bottom sheet comme Event) */
.reservation-recap-modal {
  position: fixed;
  inset: 0;
  z-index: 30000;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.reservation-recap-modal--open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.reservation-recap-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  cursor: pointer;
}

.reservation-recap-modal-sheet {
  position: relative;
  width: calc(100% - 2rem);
  max-width: min(500px, calc(100% - 2rem));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  max-height: 85vh;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055) 0%,
      rgba(255, 255, 255, 0.018) 16%,
      transparent 38%
    ),
    var(--surface, #111111);
  border: 1px solid var(--border);
  border-radius: var(--lg-radius-card, 28px);
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.45);
  padding: 8px 20px 28px;
  padding-bottom: calc(28px + env(safe-area-inset-bottom, 0px));
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.32, 0.72, 0, 1);
}

.reservation-recap-modal--open .reservation-recap-modal-sheet {
  transform: translateY(0);
}

.reservation-recap-modal-handle {
  width: 36px;
  height: 5px;
  margin: 8px auto 16px;
  background: rgba(161, 161, 161, 0.5);
  border-radius: 3px;
}

.reservation-recap-modal-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(85vh - 50px);
}

@media (min-width: 1024px) {
  .reservation-recap-modal {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .reservation-page-main {
    padding: 1.5rem 0.75rem 4rem;
  }

  .reservation-page-form-col {
    max-width: none;
  }

  .reservation-section-alcohols {
    width: 100%;
    min-width: 0;
  }

  .reservation-alcohols-list {
    width: 100%;
    min-width: 0;
    gap: 0.75rem;
  }

  .reservation-alcohol-group-inner {
    padding: 0.75rem 0.75rem;
    gap: 0.6rem;
  }

  .reservation-alcohol-img-wrap {
    width: 42px;
    height: 72px;
  }

  .reservation-alcohol-group-name {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .reservation-alcohol-size-row {
    padding: 0.4rem 0.5rem;
  }

  .reservation-alcohol-size-row .reservation-size-label,
  .reservation-alcohol-size-row .reservation-size-price {
    font-size: 0.75rem;
  }

  .reservation-alcohol-size-row .reservation-alcohol-qty button {
    width: 28px;
    height: 28px;
  }

  body.reservation-page-body .reservation-page-hero-content h1.reservation-page-event-title,
  .reservation-page-hero-content h1,
  .reservation-page-event-title {
    font-size: clamp(1.08rem, 5.8vw, 1.32rem);
    line-height: 1.32;
  }

  .reservation-fields-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reservation-page-hero {
    animation: none;
  }
}

.event-detail-desc-wrapper {
  position: relative;
}

.event-detail-desc {
  font-size: 1rem;
  line-height: 1.7;
  color: #FFFFFF;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

.event-detail-desc p {
  font-size: 1rem;
  line-height: 1.7;
  color: #FFFFFF;
  margin: 0 0 1rem 0;
}

.event-detail-desc p:last-child {
  margin-bottom: 0;
}

.event-detail-desc a {
  word-break: break-all;
  overflow-wrap: anywhere;
}

.event-detail-desc-more {
  display: none;
  margin-top: 0.5rem;
  padding: 0;
  background: none;
  border: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent);
  cursor: pointer;
  text-decoration: none;
}

.event-detail-desc-more:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .event-detail-desc-wrapper .event-detail-desc--collapsed {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    max-height: calc(1.7em * 4);
  }

  .event-detail-desc-wrapper .event-detail-desc-more {
    display: inline-block;
  }
}

.event-detail-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.event-detail-ul li {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-radius: 9999px;
  border: 1px solid #B2986B;
  background-color: rgba(178, 152, 107, 0.3);
  color: #B2986B;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0;
}

.event-detail-ul li {
  margin-bottom: 0.25rem;
}

.event-detail-lineup {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 0.5rem;
  justify-content: flex-start;
}

.event-detail-lineup-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 0;
  width: 100px;
  flex-shrink: 0;
}

.event-detail-lineup-photo {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-detail-lineup-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.event-detail-lineup-initial {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.event-detail-lineup-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  text-align: left;
  max-width: 100px;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.3;
}

.event-detail-organizers-photo {
  margin-top: 1.5rem;
}

.event-detail-organizers-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 0.5rem;
}

.event-detail-organizer-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.event-detail-organizer-logo {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.event-detail-organizer-initial {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
}

.event-detail-organizer-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

.event-detail-link {
  color: var(--accent);
  font-weight: 500;
  text-decoration: none;
}

.event-detail-link:hover {
  text-decoration: underline;
}

.event-detail-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 1.25rem;
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.event-detail-dl dt {
  margin: 0;
  color: var(--text-muted);
  font-weight: 500;
}

.event-detail-dl dd {
  margin: 0;
  color: var(--text);
}


/* Tablet: plus de marge */
@media (min-width: 600px) {
  .event-detail-page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 4rem;
  }
}

/* Desktop : deux colonnes, photo à gauche — colonnes et photo rétrécissent pour rester dans l'écran */
@media (min-width: 900px) {
  .event-detail-page {
    padding: 6rem 2rem 5rem;
  }

  .event-detail-layout {
    grid-template-columns: minmax(280px, min(500px, 40vw)) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 4rem);
    min-height: 100vh;
    align-items: start;
    position: relative;
  }

  .event-detail-col-photo {
    display: flex;
    flex-direction: column;
    align-self: start;
    width: 100%;
    max-width: 100%;
    padding-top: 3rem;
  }

  .event-detail-col-photo .event-detail-image {
    flex-shrink: 1;
    width: 100%;
    max-width: 100%;
  }

  .event-detail-image {
    max-width: 100%;
    max-height: min(440px, calc(100vh - 7rem));
  }

  .event-detail-col-info {
    padding: 2rem 2rem 2rem 0;
  }

  .event-detail-breadcrumb {
    margin-bottom: 2rem;
  }

  .event-detail-btn-primary {
    min-width: 200px;
  }

  .event-detail-btn-secondary {
    min-width: 140px;
  }
}

@media (min-width: 1200px) {
  .event-detail-page {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/* Mobile : une colonne, boutons en bloc */
@media (max-width: 1023px) {
  .event-detail-buttons {
    flex-direction: column;
  }

  .event-detail-btn-primary,
  .event-detail-btn-secondary {
    width: 100%;
  }
}

/* Mobile / tablet : photo alignée sur le padding des blocs en dessous (20px) */
@media (max-width: 899px) {
  .event-detail-col-photo {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .event-detail-col-photo .event-detail-image {
    width: 100%;
    max-width: 100%;
    max-height: none;
  }

  .event-detail-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }

  .event-detail-info {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .event-detail-page {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3rem;
  }

  .event-detail-breadcrumb {
    margin-bottom: 1rem;
  }

  .event-detail-infolist-item {
    font-size: 0.9rem;
    padding: 0.75rem 0;
  }

  .event-detail-dl {
    grid-template-columns: 1fr;
    font-size: 0.85rem;
  }

  .event-detail-sec {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
  }

  .event-detail-lineup-name {
    font-weight: 400;
  }
}

/* ---------- Page Aide / FAQ ---------- */
html:has(body.help-page) {
  scroll-padding-top: max(7rem, calc(5rem + env(safe-area-inset-top, 0px)));
}

.help-page {
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg, #070707);
  color: var(--text, #f5f5f5);
}

.help-main {
  padding: max(6.5rem, calc(4.75rem + env(safe-area-inset-top, 0px))) 0 calc(3rem + env(safe-area-inset-bottom, 0px));
}

.help-wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 max(1rem, env(safe-area-inset-left)) 0 max(1rem, env(safe-area-inset-right));
}

.help-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  width: fit-content;
  min-height: 36px;
  margin: 0 0 1.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.help-back:hover {
  color: var(--accent, #c5a572);
  border-color: rgba(197, 165, 114, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.help-hero {
  margin-bottom: 1.5rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.help-eyebrow {
  margin: 0 0 0.45rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #c5a572);
}

.help-title {
  margin: 0 0 0.45rem;
  font-family: 'Montserrat', sans-serif !important;
  font-size: clamp(1.65rem, 4vw, 2.1rem);
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #eaeaea;
}

.help-intro {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.48);
}

.help-topics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 0 0 2.25rem;
}

.help-topic {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.75rem 0.6rem;
  text-align: center;
  text-decoration: none;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
  color: #eaeaea;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.help-topic:hover {
  border-color: rgba(197, 165, 114, 0.35);
  background: rgba(255, 255, 255, 0.07);
  color: var(--accent, #c5a572);
}

.help-section {
  margin: 0 0 1.85rem;
}

.help-section-title {
  margin: 0 0 0.85rem;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.05rem;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: #eaeaea;
}

.help-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.help-faq {
  margin: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.help-faq summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 0.95rem 1.05rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  color: #f2f2f2;
}

.help-faq summary::-webkit-details-marker,
.help-faq summary::marker {
  display: none;
  content: '';
}

.help-faq summary::after {
  content: '+';
  flex-shrink: 0;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(197, 165, 114, 0.35);
  color: var(--accent, #c5a572);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.help-faq[open] summary::after {
  content: '−';
}

.help-faq[open] summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.help-faq-body {
  padding: 0.9rem 1.05rem 1.1rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.help-faq-body p {
  margin: 0 0 0.65rem;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.help-faq-body p:last-child {
  margin-bottom: 0;
}

.help-faq-body ul {
  margin: 0;
  padding-left: 1.1rem;
}

.help-faq-body li {
  margin: 0 0 0.4rem;
}

.help-faq-body li:last-child {
  margin-bottom: 0;
}

.help-faq-body a {
  color: var(--accent, #c5a572);
  text-decoration: none;
  font-weight: 600;
}

.help-faq-body a:hover {
  text-decoration: underline;
}

.help-contact-card {
  padding: 1.15rem 1.2rem 1.25rem;
  border-radius: var(--lg-radius-card, 28px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.045);
}

.help-contact-lead {
  margin: 0 0 0.85rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
}

.help-contact-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 0 1.1rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  background: var(--accent, #c5a572);
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease;
}

.help-contact-mail:hover {
  background: var(--accent-hover, #d4b87a);
  text-decoration: none;
}

.help-contact-hint {
  margin: 0 0 0.55rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}

.help-contact-checklist {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

.help-contact-checklist li {
  margin: 0 0 0.35rem;
}

.help-contact-checklist li:last-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .help-topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .help-wrap {
    max-width: 760px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .help-topics {
    gap: 0.75rem;
  }

  .help-topic {
    min-height: 58px;
    font-size: 0.875rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .help-back,
  .help-topic,
  .help-contact-mail {
    transition: none;
  }
}

/* Legal pages (privacy, etc.) */
.legal-page {
  padding: max(6.9rem, calc(4.85rem + env(safe-area-inset-top, 0px))) 0 4rem;
  min-height: auto;
  overflow-y: visible;
  /* Optimisations pour scroll fluide */
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

main.legal-page {
  overflow-y: visible;
  height: auto;
  will-change: auto;
}

/* Assurer le scroll fluide sur la page privacy - règles consolidées */
.privacy-page {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  height: auto !important;
  min-height: 100vh;
  scroll-behavior: auto !important;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: auto;
  /* Désactiver le fond gradient pour performance */
}

.privacy-page::before {
  display: none !important;
  content: none !important;
}

.privacy-page main {
  overflow-y: visible !important;
  overflow-x: hidden !important;
  height: auto !important;
  min-height: auto;
  will-change: auto;
  transform: none;
  position: relative;
}

.privacy-page .legal-page {
  will-change: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Optimisations scroll pour privacy - pas d'animations au scroll */
.privacy-page .reveal-section {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.legal-page .container {
  max-width: 720px;
}

.legal-page-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.legal-page-date {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2rem;
}

.legal-page-editor {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.legal-page h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--accent);
  margin: 2rem 0 0.75rem;
}

.legal-page h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin: 1.25rem 0 0.5rem;
}

.legal-page p,
.legal-page li {
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 0.75rem;
}

.legal-page ul {
  margin: 0.5rem 0 1rem 1.5rem;
  padding: 0;
}

.legal-page a {
  color: var(--accent);
  text-decoration: none;
}

.legal-page a:hover {
  text-decoration: underline;
}

.legal-sep {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 2rem 0;
}

.legal-page-admin-wrap {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
}

.legal-page-admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.legal-page-admin-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--accent);
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* Bouton suppression compte dans privacy */
.delete-account-action {
  margin: 1.5rem 0;
  padding: 1.5rem 0;
}

.delete-account-btn {
  display: inline-block;
  padding: 1rem 2rem;
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(220, 53, 69, 0.3);
  letter-spacing: 0.02em;
}

.delete-account-btn:hover {
  background: linear-gradient(135deg, #e74c5c 0%, #dc3545 100%);
  box-shadow: 0 6px 24px rgba(220, 53, 69, 0.4);
  transform: translateY(-2px);
}

.delete-account-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

/* Page suppression compte */
.delete-account-page {
  background: var(--bg);
  min-height: 100vh;
}

.delete-account-main {
  padding: 2rem 1.5rem 4rem;
  max-width: 720px;
  margin: 0 auto;
}

.delete-account-breadcrumb {
  font-size: 0.8rem;
  color: #666666;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.delete-account-breadcrumb a {
  color: #B2986B;
  text-decoration: none;
  transition: color 0.2s;
}

.delete-account-breadcrumb a:hover {
  color: #e5d4a8;
}

.delete-account-breadcrumb-sep {
  opacity: 0.5;
}

.delete-account-breadcrumb-current {
  color: #FFFFFF;
  font-weight: 600;
}

.delete-account-content {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 3rem 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.delete-account-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  color: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(220, 53, 69, 0.1);
  border-radius: 50%;
}

.delete-account-content h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.75rem;
  letter-spacing: -0.03em;
}

.delete-account-intro {
  font-size: 1.125rem;
  color: #CCCCCC;
  text-align: center;
  margin-bottom: 2rem;
}

.delete-account-warning {
  background: rgba(220, 53, 69, 0.08);
  border: 1px solid rgba(220, 53, 69, 0.2);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.delete-account-warning h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ff6b7a;
  margin-bottom: 0.75rem;
}

.delete-account-warning p {
  color: #CCCCCC;
  margin-bottom: 0.75rem;
}

.delete-account-warning ul {
  margin: 0.75rem 0 0 1.5rem;
  padding: 0;
}

.delete-account-warning li {
  color: #AAAAAA;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
}

.delete-account-form {
  margin-top: 2rem;
}

.delete-account-field {
  margin-bottom: 1.5rem;
}

.delete-account-field label {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #E0E0E0;
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}

.delete-account-field input,
.delete-account-field textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.03);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  color: #FFFFFF;
  font-family: inherit;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.delete-account-field input:focus,
.delete-account-field textarea:focus {
  outline: none;
  border-color: #dc3545;
  background: rgba(220, 53, 69, 0.1);
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
}

.delete-account-field textarea {
  resize: vertical;
  min-height: 100px;
}

.delete-account-confirm {
  margin: 2rem 0;
  padding: 1.25rem;
  background: rgba(220, 53, 69, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(220, 53, 69, 0.15);
}

.delete-account-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.9375rem;
  color: #FFFFFF;
  line-height: 1.5;
}

.delete-account-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  accent-color: #dc3545;
  flex-shrink: 0;
  margin-top: 2px;
}

.delete-account-checkbox span {
  flex: 1;
}

.delete-account-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.delete-account-cancel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.5rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #CCCCCC;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.delete-account-cancel:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
}

.delete-account-submit {
  flex: 1;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(220, 53, 69, 0.3);
  letter-spacing: 0.02em;
}

.delete-account-submit:hover {
  background: linear-gradient(135deg, #e74c5c 0%, #dc3545 100%);
  box-shadow: 0 6px 24px rgba(220, 53, 69, 0.4);
  transform: translateY(-2px);
}

.delete-account-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}

.delete-account-info {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.875rem;
  color: #888888;
}

.delete-account-info p {
  margin-bottom: 0.75rem;
}

.delete-account-info a {
  color: #B2986B;
  text-decoration: none;
}

.delete-account-info a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .delete-account-content {
    padding: 2rem 1.5rem;
  }

  .delete-account-content h1 {
    font-size: 1.5rem;
  }

  .delete-account-actions {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .current-events-section {
    padding: 0.7rem 0 1.25rem 0;
  }
  
  .current-events-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .current-events-header {
    margin-bottom: 1.5rem;
  }
  
  .current-event-main {
    flex-direction: column;
    min-height: auto;
  }
  
  .current-event-image {
    width: calc(100% - 0.9rem);
    margin: 0.45rem 0.45rem 0 0.45rem;
    height: 180px;
    min-width: auto;
    padding-bottom: 0;
  }

  /* Accueil mobile : paysage plus haut que 180px, même largeur */
  body.home-page .current-event-image {
    height: auto;
  }

  body.home-page .current-event-image-inner {
    aspect-ratio: 16 / 8.6;
  }
  
  .current-event-info {
    padding: 6px 18px 0;
  }
  
  .current-event-artist {
    font-size: 1.2rem;
  }
  
  .current-event-footer {
    padding: 1.25rem 1.5rem;
  }
  
  .current-event-footer-title-text {
    font-size: 1.1rem;
  }
}

/* Keyframes for animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes floatPhone {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes bounceIcon {
  0%, 100% {
    transform: scale(1.2) rotate(5deg);
  }
  50% {
    transform: scale(1.3) rotate(-5deg);
  }
}

@keyframes rotateStar {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
}

/* Features Key Section — Bento + Reveal + Micro-interactions */
.features-key-section {
  padding: clamp(5rem, 12vw, 10rem) 0;
  position: relative;
}

.features-key-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 5vw, 3rem);
  width: 100%;
  box-sizing: border-box;
}

.features-key-header {
  text-align: left;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  max-width: 720px;
}

.features-key-title {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 1rem;
}

.features-key-accent {
  color: var(--accent);
}

.features-key-desc {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.7;
  color: var(--text-muted);
  margin: 0;
}

/* Reveal au scroll — stagger */
.features-key-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.features-key-reveal.fk-revealed {
  opacity: 1;
  transform: translateY(0);
}

.features-key-header.fk-revealed { transition-delay: 0s; }
.features-key-bento .features-key-card:nth-child(1).fk-revealed { transition-delay: 0.06s; }
.features-key-bento .features-key-card:nth-child(2).fk-revealed { transition-delay: 0.12s; }
.features-key-bento .features-key-card:nth-child(3).fk-revealed { transition-delay: 0.18s; }
.features-key-bento .features-key-card:nth-child(4).fk-revealed { transition-delay: 0.24s; }
.features-key-bento .features-key-card:nth-child(5).fk-revealed { transition-delay: 0.3s; }
.features-key-visual.fk-revealed { transition-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
  .features-key-reveal {
    opacity: 1;
    transform: none;
  }
}

.features-key-layout {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 320px);
  gap: clamp(3rem, 8vw, 6rem);
  align-items: start;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

/* Bento grid asymétrique */
.features-key-bento {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.features-key-card {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.25rem;
  align-items: start;
  padding: 1.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  border-radius: 16px;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, background 0.3s ease, box-shadow 0.35s ease;
}

.features-key-card:hover {
  transform: translateY(-6px);
  border-color: rgba(197, 165, 114, 0.35);
  background: rgba(197, 165, 114, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(197, 165, 114, 0.1);
}

.features-key-card-featured {
  grid-column: 1 / -1;
  grid-template-columns: 5rem 1fr;
  padding: 2rem 1.75rem;
}

.features-key-card-featured:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(197, 165, 114, 0.15);
}

.features-key-card-wide {
  grid-column: 1 / -1;
}

.features-key-card-inner {
  min-width: 0;
}

.features-key-num {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--accent);
  line-height: 1;
  text-align: left;
}

.features-key-card-featured .features-key-num {
  font-size: clamp(2.5rem, 4vw, 3rem);
}

.features-key-card-title {
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.45rem;
  letter-spacing: -0.02em;
}

.features-key-card-featured .features-key-card-title {
  font-size: clamp(1.15rem, 1.4vw, 1.35rem);
}

.features-key-card-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
}

.features-key-card-featured .features-key-card-desc {
  font-size: 0.9375rem;
  max-width: 520px;
}

.features-key-visual {
  position: sticky;
  top: 6rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.features-key-phone-wrap {
  width: clamp(200px, 24vw, 320px);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.06);
  background: var(--surface);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.features-key-visual:hover .features-key-phone-wrap {
  transform: translateY(-4px);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.45), 0 0 60px rgba(197, 165, 114, 0.08);
}

.features-key-phone-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.features-key-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--border);
}

.features-key-tagline {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-muted);
  margin: 0;
}

.features-key-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.features-key-footer .features-key-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.features-key-btn-primary {
  background: var(--accent);
  color: var(--bg);
}

.features-key-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(197, 165, 114, 0.4);
}

.features-key-btn-secondary {
  background: var(--surface);
  color: var(--text);
  border: 1px solid var(--border);
}

.features-key-btn-secondary:hover {
  border-color: rgba(197, 165, 114, 0.4);
  background: rgba(197, 165, 114, 0.08);
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  .features-key-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .features-key-visual {
    position: static;
    order: -1;
  }

  .features-key-phone-wrap {
    width: min(260px, 55vw);
    margin: 0 auto;
  }

  .features-key-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 700px) {
  .features-key-bento {
    grid-template-columns: 1fr;
  }

  .features-key-card-featured,
  .features-key-card-wide {
    grid-column: 1;
  }

  .features-key-card {
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    padding: 1.35rem 1.25rem;
  }

  .features-key-card-featured {
    padding: 1.5rem 1.25rem;
  }
}

@media (max-width: 600px) {
  .features-key-section {
    padding: 4rem 0;
  }

  .features-key-num {
    font-size: 1.6rem;
  }

  .features-key-card-featured .features-key-num {
    font-size: 1.8rem;
  }

  .features-key-footer {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .features-key-tagline {
    order: 2;
  }

  .features-key-footer .features-key-btn {
    justify-content: center;
  }
}

/* Reserve Steps — parcours de réservation */
.reserve-steps-section {
  --rs-ease: cubic-bezier(0.23, 1, 0.32, 1);
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  position: relative;
}

.reserve-steps-section .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 2.5rem);
  width: 100%;
  box-sizing: border-box;
}

.reserve-steps-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(2.75rem, 5vw, 4.25rem);
  opacity: 0;
  transform: translateY(10px);
  filter: blur(4px);
  transition: opacity 0.45s var(--rs-ease), transform 0.45s var(--rs-ease), filter 0.45s var(--rs-ease);
}

.reserve-steps-inner.rs-revealed .reserve-steps-header {
  opacity: 1;
  transform: none;
  filter: none;
}

.reserve-steps-kicker {
  display: inline-block;
  margin: 0 0 0.9rem;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.reserve-steps-title {
  font-size: clamp(1.85rem, 4.1vw, 2.75rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.035em;
  color: var(--text);
  margin: 0;
}

.reserve-steps-title-accent {
  background: linear-gradient(120deg, #C5A572 0%, #e8d5a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.reserve-steps-rule {
  display: block;
  width: 2.5rem;
  height: 1px;
  margin: 1.2rem auto 1.15rem;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 114, 0.55), transparent);
}

.reserve-steps-subtitle {
  margin: 0 auto;
  max-width: 42ch;
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.6;
  color: rgba(234, 234, 234, 0.62);
}

.reserve-steps-meta {
  margin: 1rem 0 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.reserve-steps-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem;
  margin: 1.5rem auto 0;
  max-width: 100%;
}

.reserve-steps-nav-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 36px;
  padding: 0.35rem 0.8rem 0.35rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(234, 234, 234, 0.62);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.18s var(--rs-ease), background 0.18s var(--rs-ease), border-color 0.18s var(--rs-ease);
}

.reserve-steps-nav-num {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(197, 165, 114, 0.7);
}

.reserve-steps-nav-item.is-active {
  color: #111;
  background: var(--accent);
  border-color: var(--accent);
}

.reserve-steps-nav-item.is-active .reserve-steps-nav-num {
  color: rgba(17, 17, 17, 0.7);
}

.reserve-steps-nav-item:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

@media (hover: hover) and (pointer: fine) {
  .reserve-steps-nav-item:hover:not(.is-active) {
    color: var(--text);
    border-color: rgba(197, 165, 114, 0.32);
    background: rgba(197, 165, 114, 0.08);
  }
}

.reserve-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.reserve-step {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: stretch;
  position: relative;
  padding: 0 0 clamp(2.25rem, 4vw, 3.25rem);
  scroll-margin-top: 6.5rem;
}

.reserve-step:last-child {
  padding-bottom: 0;
}

.reserve-step-rail {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 0.55rem;
}

.reserve-step-rail::before {
  content: '';
  position: absolute;
  top: 1.15rem;
  bottom: -2.25rem;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(197, 165, 114, 0.45), rgba(255, 255, 255, 0.08));
}

.reserve-step:last-child .reserve-step-rail::before {
  display: none;
}

.reserve-step-node {
  position: relative;
  z-index: 1;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 1px solid rgba(197, 165, 114, 0.55);
  background: var(--bg, #070707);
  transition: background 0.2s var(--rs-ease), border-color 0.2s var(--rs-ease), box-shadow 0.2s var(--rs-ease);
}

.reserve-step.is-active .reserve-step-node,
.reserve-step.rs-revealed.is-active .reserve-step-node {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(197, 165, 114, 0.16);
}

.reserve-step-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  gap: clamp(1.5rem, 4vw, 3.25rem);
  align-items: center;
  min-width: 0;
}

.reserve-step-copy {
  min-width: 0;
  max-width: 44ch;
}

.reserve-step-label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0 0 0.55rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.reserve-step-num {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(197, 165, 114, 0.7);
}

.reserve-step-title {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 1.7vw, 1.5rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.18;
  color: var(--text);
}

.reserve-step-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.62;
  color: rgba(234, 234, 234, 0.6);
}

.reserve-step-hint {
  display: block;
  margin: 0.9rem 0 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(197, 165, 114, 0.88);
  pointer-events: none;
}

.reserve-step-hint::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: var(--accent);
  vertical-align: 1px;
}

.reserve-step-visual {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.reserve-step-device {
  width: clamp(176px, 21vw, 248px);
  border-radius: 26px;
  overflow: hidden;
  line-height: 0;
  background: var(--bg, #070707);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.reserve-step-device img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--bg, #070707);
}

.reserve-steps-section .reserve-step-visual,
.reserve-steps-section .reserve-step-device,
.reserve-steps-section .reserve-step-device img {
  box-shadow: none !important;
  text-shadow: none !important;
}

.reserve-steps-section .reserve-step-device img {
  filter: none !important;
}

.reserve-step {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(4px);
  transition: opacity 0.42s var(--rs-ease), transform 0.42s var(--rs-ease), filter 0.42s var(--rs-ease);
}

.reserve-step.rs-revealed {
  opacity: 1;
  transform: none;
  filter: none;
}

.reserve-step:nth-child(1).rs-revealed { transition-delay: 0ms; }
.reserve-step:nth-child(2).rs-revealed { transition-delay: 50ms; }
.reserve-step:nth-child(3).rs-revealed { transition-delay: 100ms; }
.reserve-step:nth-child(4).rs-revealed { transition-delay: 150ms; }

.reserve-step-device {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s var(--rs-ease), transform 0.4s var(--rs-ease);
}

.reserve-step.rs-revealed .reserve-step-device {
  opacity: 1;
  transform: none;
}

.reserve-step:nth-child(1).rs-revealed .reserve-step-device { transition-delay: 70ms; }
.reserve-step:nth-child(2).rs-revealed .reserve-step-device { transition-delay: 120ms; }
.reserve-step:nth-child(3).rs-revealed .reserve-step-device { transition-delay: 170ms; }
.reserve-step:nth-child(4).rs-revealed .reserve-step-device { transition-delay: 220ms; }

.reserve-steps-cta {
  margin-top: clamp(2.25rem, 4vw, 3.25rem);
  padding-top: clamp(1.75rem, 3vw, 2.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s var(--rs-ease), transform 0.4s var(--rs-ease);
}

.reserve-steps-inner.rs-revealed .reserve-steps-cta {
  opacity: 1;
  transform: none;
  transition-delay: 0.18s;
}

.reserve-steps-tagline {
  margin: 0 0 1.05rem;
  font-size: 0.95rem;
  color: rgba(234, 234, 234, 0.52);
}

.reserve-steps-btn {
  min-width: 11.5rem;
}

.reserve-steps-btn:active {
  transform: scale(0.97);
  transition: transform 0.12s var(--rs-ease);
}

@media (prefers-reduced-motion: reduce) {
  .reserve-steps-header,
  .reserve-step,
  .reserve-step-device,
  .reserve-steps-cta {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

@media (max-width: 768px) {
  .reserve-steps-section {
    padding: 3.5rem 0 4.5rem;
  }

  .reserve-steps-header {
    max-width: 100%;
  }

  .reserve-steps-nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: -0.15rem;
    padding: 0.1rem 0.15rem 0.35rem;
  }

  .reserve-steps-nav::-webkit-scrollbar {
    display: none;
  }

  .reserve-steps-nav-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .reserve-step {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 0.85rem;
    padding-bottom: 1.85rem;
  }

  .reserve-step-main {
    grid-template-columns: minmax(0, 1fr) 118px;
    gap: 1rem;
  }

  .reserve-step-device {
    width: 118px;
    border-radius: 18px;
  }

  .reserve-step-copy {
    max-width: none;
  }
}

@media (max-width: 400px) {
  .reserve-step-main {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .reserve-step-device {
    width: min(168px, 52vw);
    margin-inline: 0;
  }

  .reserve-step-desc {
    font-size: 0.9rem;
  }
}

/* Featured Artists Section — roster portrait premium */
.featured-artists-section {
  padding: clamp(4.5rem, 9vw, 8rem) 0;
  position: relative;
}

.featured-artists-section .container {
  max-width: 1280px;
}

.featured-artists-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(3.25rem, 5.5vw, 4.75rem);
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.featured-artists-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 28px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(197, 165, 114, 0.08);
  border: 1px solid rgba(197, 165, 114, 0.22);
}

.featured-artists-title {
  font-size: clamp(2rem, 4.8vw, 3.15rem);
  font-weight: 700;
  color: var(--text);
  margin: 0;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.featured-artists-title-line {
  display: inline;
}

.featured-artists-accent {
  display: inline;
  background: linear-gradient(120deg, #C5A572 0%, #e8d5a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.featured-artists-intro {
  margin-top: 0.15rem;
}

.featured-artists-rule {
  display: block;
  width: 2.75rem;
  height: 1px;
  margin: 1.35rem auto 1.4rem;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 114, 0.5), transparent);
}

.featured-artists-subtitle {
  margin: 0 auto;
  max-width: 580px;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.72;
  color: rgba(234, 234, 234, 0.56);
}

.featured-artists-meta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.55rem;
  flex-wrap: wrap;
}

.featured-artists-meta-stat {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--accent);
}

.featured-artists-meta-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(197, 165, 114, 0.42);
  flex-shrink: 0;
}

.featured-artists-meta-tag {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.4);
}

.artists-roster {
  position: relative;
}

.artists-roster-hint {
  display: none;
}

.featured-artists-reveal .featured-artists-kicker,
.featured-artists-reveal .featured-artists-title-line,
.featured-artists-reveal .featured-artists-accent,
.featured-artists-reveal .featured-artists-intro,
.featured-artists-reveal .featured-artists-meta {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.featured-artists-reveal.is-revealed .featured-artists-kicker {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.featured-artists-reveal.is-revealed .featured-artists-title-line {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.featured-artists-reveal.is-revealed .featured-artists-accent {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.16s;
}

.featured-artists-reveal.is-revealed .featured-artists-intro {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.26s;
}

.featured-artists-reveal.is-revealed .featured-artists-meta {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.36s;
}

.artists-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  counter-reset: artist-roster;
}

.artist-item {
  position: relative;
  aspect-ratio: 4 / 5.15;
  min-height: 280px;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--surface, #111111);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.65s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s ease;
  box-shadow: none !important;
  filter: none !important;
}

.artist-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.artist-item::before {
  display: none;
}

.artist-item::after {
  content: counter(artist-roster, decimal-leading-zero);
  counter-increment: artist-roster;
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 3;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, 0.42);
  pointer-events: none;
}

.artist-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  right: auto;
  top: auto;
  border-radius: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  pointer-events: none;
  z-index: 0;
  box-shadow: none !important;
  filter: saturate(0.9) brightness(0.94);
  transition:
    transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.45s ease;
}

.artist-card-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, transparent 38%),
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0.94) 100%);
}

.artist-card-foot {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.65rem;
  padding: 0.85rem 1rem 1rem;
  transition: opacity 0.28s ease;
}

.artist-name {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  flex: 1;
  min-width: 0;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #fff;
  text-transform: none;
  transition: color 0.3s ease;
}

.artist-play-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(197, 165, 114, 0.9);
  opacity: 0;
  transform: translateX(6px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.artist-play-hint svg {
  flex-shrink: 0;
  color: var(--accent);
}

.artist-item[data-spotify-unavailable="true"] .artist-play-hint {
  display: none;
}

.artist-item[data-spotify-unavailable="true"] .spotify-widget-container {
  display: none !important;
}

.artist-item[data-artist="reznik"] .artist-image {
  background-image: url('../src/img/reznik.jpg');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="martenlou"] .artist-image {
  background-image: url('../src/img/martenlou.png');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="hugel"] .artist-image {
  background-image: url('../src/img/hugel.webp');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="francis"] .artist-image {
  background-image: url('../src/img/francis%20mercier.jpg');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="pablo"] .artist-image {
  background-image: url('../src/img/pablo%20fierro.jpg');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="adriatique"] .artist-image {
  background-image: url('../src/img/adriatique.webp');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="lazare"] .artist-image {
  background-image: url('../src/img/lazare.webp');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="rampa"] .artist-image {
  background-image: url('../src/img/rampa.webp');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="sasson"] .artist-image {
  background-image: url('../src/img/sasson.jpg');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="notre-dame"] .artist-image {
  background-image: url('../src/img/notre%20dame.webp');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="rivo"] .artist-image {
  background-image: url('../src/img/rivo.webp');
  background-color: var(--surface, #111111);
}

.artist-item[data-artist="alex-wann"] .artist-image {
  background-image: url('../src/img/alex%20wann.webp');
  background-color: var(--surface, #111111);
}

.artist-item:hover,
.artist-item:focus-within,
.artist-item.touched {
  border-color: rgba(197, 165, 114, 0.35);
  transform: translateY(-4px);
}

.artist-item.visible:hover,
.artist-item.visible:focus-within,
.artist-item.visible.touched {
  transform: translateY(-4px);
}

.artist-item:hover .artist-name,
.artist-item:focus-within .artist-name,
.artist-item.touched .artist-name {
  color: var(--accent);
}

.artist-item:hover .artist-image,
.artist-item:focus-within .artist-image,
.artist-item.touched .artist-image {
  transform: scale(1.06);
  filter: saturate(1) brightness(1);
}

.artist-item:hover .artist-play-hint,
.artist-item:focus-within .artist-play-hint,
.artist-item.touched .artist-play-hint {
  opacity: 1;
  transform: translateX(0);
}

.spotify-widget-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  margin: 0;
  padding: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.32s ease, visibility 0.32s ease;
  box-shadow: none !important;
}

.spotify-widget-panel {
  padding: 1.1rem 0.65rem 0.65rem;
  background: linear-gradient(180deg, transparent 0%, rgba(18, 18, 18, 0.9) 26%, rgba(18, 18, 18, 0.97) 100%);
  transform: translate3d(0, 100%, 0);
  transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.spotify-widget-skeleton {
  height: 80px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  animation: spotify-skeleton-pulse 1.4s ease-in-out infinite;
}

.spotify-widget-container.is-loaded .spotify-widget-skeleton {
  display: none;
}

@keyframes spotify-skeleton-pulse {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 0.75; }
}

.artist-item:hover .spotify-widget-container,
.artist-item:focus-within .spotify-widget-container,
.artist-item.touched .spotify-widget-container {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.artist-item:hover .spotify-widget-panel,
.artist-item:focus-within .spotify-widget-panel,
.artist-item.touched .spotify-widget-panel {
  transform: translate3d(0, 0, 0);
}

.artist-item:hover .artist-card-foot,
.artist-item:focus-within .artist-card-foot,
.artist-item.touched .artist-card-foot {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.spotify-widget-container iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 80px;
  border-radius: 10px;
  border: none;
  opacity: 0;
  transition: opacity 0.38s ease 0.14s;
  box-shadow: none !important;
}

.spotify-widget-container.is-loaded iframe {
  opacity: 1;
}

@media (min-width: 1100px) {
  .artist-item:nth-child(3n+1).visible { transition-delay: 0.05s; }
  .artist-item:nth-child(3n+2).visible { transition-delay: 0.1s; }
  .artist-item:nth-child(3n).visible { transition-delay: 0.15s; }
}

@media (max-width: 1099px) {
  .artists-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artist-item {
    min-height: 240px;
  }
}

@media (max-width: 900px) {
  .featured-artists-section {
    padding: 4rem 0 5rem;
  }

  .featured-artists-section .container {
    padding: 0 20px;
  }

  .artist-item {
    aspect-ratio: 3 / 4.1;
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  .featured-artists-header {
    margin-bottom: 2rem;
  }

  .featured-artists-title {
    font-size: clamp(1.85rem, 7.2vw, 2.5rem);
  }

  .featured-artists-rule {
    margin: 1.1rem auto 1.15rem;
  }

  .featured-artists-subtitle {
    font-size: clamp(0.95rem, 3.6vw, 1.05rem);
    line-height: 1.68;
  }

  .featured-artists-meta {
    margin-top: 1.25rem;
  }

  .artists-roster-hint {
    display: block;
    margin: 0 0 1rem;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: rgba(234, 234, 234, 0.38);
  }

  .artists-roster {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0 -20px;
    padding: 0 20px 0.35rem;
  }

  .artists-roster::-webkit-scrollbar {
    display: none;
  }

  .artists-grid {
    display: flex;
    gap: 0.9rem;
    width: max-content;
  }

  .artist-item {
    flex: 0 0 min(74vw, 280px);
    scroll-snap-align: start;
    aspect-ratio: 3 / 4.2;
    min-height: 0;
  }

  .artist-card-foot {
    padding: 0.75rem 0.85rem 0.9rem;
  }

  .artist-name {
    font-size: clamp(0.95rem, 3.8vw, 1.1rem);
  }

  .artist-play-hint {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 480px) {
  .featured-artists-section {
    padding: 3rem 0 4rem;
  }

  .artists-grid {
    gap: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-artists-reveal .featured-artists-kicker,
  .featured-artists-reveal .featured-artists-title-line,
  .featured-artists-reveal .featured-artists-accent,
  .featured-artists-reveal .featured-artists-intro,
  .featured-artists-reveal .featured-artists-meta,
  .artist-item,
  .artist-item.visible,
  .artist-image,
  .spotify-widget-container,
  .spotify-widget-panel,
  .spotify-widget-container iframe {
    opacity: 1;
    transform: none;
    visibility: visible;
    transition: none;
    animation: none;
  }

  .spotify-widget-skeleton {
    display: none;
  }
}

/* Cards */
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 3.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

.card:hover {
  border-color: var(--accent);
  transform: translateY(-8px);
}

.card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 2.5rem;
}

.card h3 {
  color: var(--text);
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

.card p {
  margin: 0;
  font-size: 1.15rem;
}

/* Grid */
.grid {
  display: grid;
  gap: 2.5rem;
  margin-top: 4rem;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 768px) {
  .grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Steps */
.steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 4rem;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.step {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
  padding: 3rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  transition: all 0.3s;
}

.step:hover {
  border-color: var(--accent);
  transform: translateX(15px);
}

.step-number {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  background: var(--accent);
  color: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.step-content {
  flex: 1;
}

.step h3 {
  color: var(--text);
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.step p {
  margin: 0;
  font-size: 1.15rem;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .step {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 3.5rem 2.5rem;
  }
  
  .step:hover {
    transform: translateY(-8px);
  }
  
  .step-number {
    margin-bottom: 2rem;
  }
}

/* Premium Hero Section - Finance App Style Layout */
.premium-hero-section {
  padding: 8rem 0 0;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.premium-hero-layout {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 4rem;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.premium-hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.premium-hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.1;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
}

.premium-hero-subtitle {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 600;
  color: var(--text-muted);
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  letter-spacing: -0.01em;
}

.premium-hero-description {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0 0 2.5rem 0;
  max-width: 400px;
}

.premium-hero-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.premium-app-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: rgba(178, 152, 107, 0.15);
  border: 1px solid rgba(178, 152, 107, 0.3);
  border-radius: 12px;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.premium-app-button svg {
  width: 24px;
  height: 24px;
}

.premium-app-button:hover {
  background: rgba(178, 152, 107, 0.25);
  border-color: rgba(178, 152, 107, 0.5);
  transform: translateY(-2px);
}

.premium-play-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.premium-play-button:hover {
  background: rgba(178, 152, 107, 0.1);
  border-color: rgba(178, 152, 107, 0.3);
  transform: scale(1.1);
}

.premium-hero-center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.premium-phone-mockup {
  position: relative;
  transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}

.phone-frame {
  width: 300px;
  height: 600px;
  background: linear-gradient(145deg, var(--surface-variant), var(--surface));
  border-radius: 40px;
  padding: 12px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 
              0 0 0 2px rgba(178, 152, 107, 0.1),
              inset 0 0 20px rgba(0, 0, 0, 0.5);
  position: relative;
}

.phone-frame::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 25px;
  background: var(--surface);
  border-radius: 0 0 20px 20px;
  z-index: 10;
}

.phone-screen {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}

.premium-hero-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}

.premium-stats {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.premium-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(178, 152, 107, 0.1);
  border: 1px solid rgba(178, 152, 107, 0.2);
  border-radius: 12px;
  color: var(--accent);
}

.premium-stats-text {
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  color: var(--text);
  line-height: 1.6;
  max-width: 350px;
}

.premium-users {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.premium-user-avatars {
  display: flex;
  gap: -8px;
}

.premium-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid var(--bg);
  margin-left: -8px;
  background: linear-gradient(135deg, rgba(178, 152, 107, 0.8), rgba(178, 152, 107, 0.3));
}

.premium-avatar:first-child {
  margin-left: 0;
}

.premium-avatar:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(178, 152, 107, 0.4));
}

.premium-avatar:nth-child(3) {
  background: linear-gradient(135deg, rgba(178, 152, 107, 0.6), rgba(0, 0, 0, 0.3));
}

.premium-users-stats {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.premium-users-count {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text);
}

.premium-users-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.premium-partners-banner {
  margin-top: 8rem;
  padding: 4rem 2rem;
  background: linear-gradient(135deg, rgba(178, 152, 107, 0.08), rgba(178, 152, 107, 0.03));
  border-top: 1px solid rgba(178, 152, 107, 0.1);
  border-bottom: 1px solid rgba(178, 152, 107, 0.1);
  text-align: center;
}

.premium-partners-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--text);
  letter-spacing: 0.05em;
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}

.premium-partners-subtitle {
  font-size: clamp(0.95rem, 1.3vw, 1.1rem);
  color: var(--text-muted);
  margin: 0 0 2.5rem 0;
}

.premium-partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.premium-partner-logo {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.premium-partner-logo:hover {
  color: var(--accent);
  opacity: 1;
}

/* Responsive Premium Hero */
@media (max-width: 1200px) {
  .premium-hero-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .premium-hero-center {
    order: 2;
  }
  
  .premium-hero-left {
    order: 1;
    text-align: center;
    align-items: center;
  }
  
  .premium-hero-right {
    order: 3;
    text-align: center;
    align-items: center;
  }
  
  .premium-hero-description {
    max-width: 100%;
  }
  
  .premium-stats-text {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .premium-hero-section {
    padding: 4rem 0 0;
  }
  
  .premium-hero-layout {
    padding: 0 1rem;
    gap: 2rem;
  }
  
  .phone-frame {
    width: 240px;
    height: 480px;
  }
  
  .premium-partners-banner {
    margin-top: 4rem;
    padding: 3rem 1rem;
  }
  
  .premium-partners-logos {
    gap: 1.5rem;
  }
  
  .premium-partner-logo {
    font-size: 1rem;
  }
}

/* Trust Section — partenaires premium */
.trust-section {
  padding: clamp(5rem, 10vw, 8.5rem) 0;
  overflow: hidden;
  background: transparent;
}

.trust-section-inner {
  max-width: 1280px;
}

.trust-section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.trust-section-kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 28px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(197, 165, 114, 0.08);
  border: 1px solid rgba(197, 165, 114, 0.22);
}

.trust-section-title {
  margin: 0;
  font-size: clamp(2rem, 4.8vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.06;
  color: var(--text);
}

.trust-section-title-line {
  display: inline;
}

.trust-section-title-accent {
  display: inline;
  background: linear-gradient(120deg, #C5A572 0%, #e8d5a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.trust-section-intro {
  margin-top: 0.15rem;
}

.trust-section-rule {
  display: block;
  width: 2.75rem;
  height: 1px;
  margin: 1.35rem auto 1.4rem;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 114, 0.5), transparent);
}

.trust-section-subtitle {
  margin: 0 auto;
  max-width: 580px;
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.72;
  color: rgba(234, 234, 234, 0.56);
}

.trust-section-tags {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
}

.trust-section-tag {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.62);
  background: var(--surface, #111111);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-marquee-stage {
  position: relative;
  margin-top: clamp(2.5rem, 5vw, 3.75rem);
  padding: clamp(1.85rem, 3.5vw, 2.75rem) 0;
}

.trust-marquee-stage::before,
.trust-marquee-stage::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(94%, 1120px);
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(197, 165, 114, 0.32), transparent);
}

.trust-marquee-stage::before {
  top: 0;
}

.trust-marquee-stage::after {
  bottom: 0;
}

.trust-section-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.trust-section-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--accent);
  background: transparent;
  border: 1px solid rgba(197, 165, 114, 0.38);
  transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.trust-section-link:hover {
  color: #121212;
  background: var(--accent);
  border-color: var(--accent);
}

.trust-section-reveal .trust-section-kicker,
.trust-section-reveal .trust-section-title-line,
.trust-section-reveal .trust-section-title-accent,
.trust-section-reveal .trust-section-intro,
.trust-section-reveal .trust-section-tags,
.trust-section-reveal.trust-marquee-stage,
.trust-section-reveal.trust-section-cta {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.trust-section-header.is-revealed .trust-section-kicker,
.trust-section-inner.is-revealed .trust-marquee-stage,
.trust-section-inner.is-revealed .trust-section-cta {
  opacity: 1;
  transform: translateY(0);
}

.trust-section-header.is-revealed .trust-section-title-line {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.08s;
}

.trust-section-header.is-revealed .trust-section-title-accent {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.16s;
}

.trust-section-header.is-revealed .trust-section-intro {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.24s;
}

.trust-section-header.is-revealed .trust-section-tags {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.34s;
}

.trust-section-inner.is-revealed .trust-marquee-stage {
  transition-delay: 0.42s;
}

.trust-section-inner.is-revealed .trust-section-cta {
  transition-delay: 0.52s;
}

.trust-section-header.is-revealed .trust-section-kicker {
  transition-delay: 0s;
}

.trust-carousels-container {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.trust-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.trust-carousel {
  display: flex;
  gap: 1.15rem;
  width: fit-content;
}

.trust-carousel-top {
  animation: scrollLogosLeft var(--animation-duration, 120s) linear infinite;
  animation-delay: calc(var(--animation-duration, 120s) * -0.5);
}

.trust-carousel-bottom {
  animation: scrollLogosRight var(--animation-duration, 120s) linear infinite;
  animation-delay: calc(var(--animation-duration, 120s) * -0.5);
}

.trust-logo {
  flex: 0 0 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 104px;
  padding: 1.2rem 1.5rem;
  background: var(--surface, #111111);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  transition: border-color 0.35s ease, transform 0.35s ease, background 0.35s ease;
  box-sizing: border-box;
  flex-shrink: 0;
  box-shadow: none !important;
}

.trust-logo:hover {
  transform: translateY(-3px);
  border-color: rgba(197, 165, 114, 0.34);
  background: var(--surface-variant, #1a1a1a);
  box-shadow: none !important;
}

.trust-logo img {
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 72px;
  object-fit: contain;
  object-position: center;
  filter: brightness(0) invert(1) opacity(0.62);
  transition: filter 0.35s ease, opacity 0.35s ease;
}

.trust-logo:hover img {
  filter: brightness(0) invert(1) opacity(0.95);
}

@keyframes scrollLogosLeft {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes scrollLogosRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (max-width: 1024px) {
  .trust-section {
    padding: 4.5rem 0;
  }

  .trust-section-title {
    font-size: clamp(1.85rem, 5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .trust-section {
    padding: 4rem 0;
  }

  .trust-section-subtitle {
    font-size: clamp(0.95rem, 3.6vw, 1.05rem);
    line-height: 1.68;
  }

  .trust-section-tags {
    gap: 0.45rem;
    margin-top: 1.15rem;
  }

  .trust-section-tag {
    font-size: 0.62rem;
    padding: 0.35rem 0.65rem;
  }

  .trust-marquee-stage {
    margin-top: 2rem;
    padding: 1.5rem 0;
  }

  .trust-carousel {
    gap: 0.85rem;
  }

  .trust-logo {
    flex: 0 0 150px;
    width: 150px;
    height: 88px;
    padding: 1rem 1.15rem;
    border-radius: 18px;
  }

  .trust-logo img {
    max-width: 120px;
    max-height: 58px;
  }
}

@media (max-width: 480px) {
  .trust-section {
    padding: 3.5rem 0 4.5rem;
  }

  .trust-logo {
    flex: 0 0 132px;
    width: 132px;
    height: 80px;
    padding: 0.85rem 1rem;
  }

  .trust-logo img {
    max-width: 108px;
    max-height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trust-section-reveal .trust-section-kicker,
  .trust-section-reveal .trust-section-title-line,
  .trust-section-reveal .trust-section-title-accent,
  .trust-section-reveal .trust-section-intro,
  .trust-section-reveal .trust-section-tags,
  .trust-section-reveal.trust-marquee-stage,
  .trust-section-reveal.trust-section-cta,
  .trust-carousel-top,
  .trust-carousel-bottom {
    opacity: 1;
    transform: none;
    transition: none;
    animation: none;
  }
}

/* Legacy selectors — compat */
.trust-section h2:not(.trust-section-title) {
  text-align: center;
  margin-bottom: 1rem;
}

.trust-section p:not(.trust-section-subtitle) {
  text-align: center;
  margin-bottom: 3rem;
  color: var(--text-muted);
  padding: 0 1rem;
}

/* Articles Section */
.articles-section {
  background: var(--bg);
  padding: 6rem 0 7rem 0;
}

.articles-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.25rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0 auto 1.5rem;
  width: fit-content;
}

.articles-title {
  text-align: center;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.75rem 0;
  letter-spacing: -0.02em;
}

.articles-subtitle {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 3rem;
  color: var(--text-muted);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.6;
  padding: 0 1rem;
}

.articles-loading,
.articles-error {
  text-align: center;
  padding: 2rem 1rem;
  color: var(--text-muted);
  font-size: 1rem;
}

.articles-error {
  color: var(--accent);
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
}

.article-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
  transform: translateY(-4px);
  border-color: rgba(178, 152, 107, 0.3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.article-media {
  position: relative;
  width: 100%;
  height: 240px;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.article-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.article-card:hover .article-media img {
  transform: scale(1.05);
}

.article-tag {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.35rem 0.6rem;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  background: rgba(178, 152, 107, 0.12);
  border: 1px solid rgba(178, 152, 107, 0.25);
  backdrop-filter: blur(6px);
}

.article-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.article-title {
  margin: 0;
  color: var(--text);
  font-weight: 700;
  font-size: clamp(1.1rem, 1.3vw, 1.25rem);
  line-height: 1.4;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-excerpt {
  margin: 0;
  color: var(--text-muted);
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  line-height: 1.65;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.85rem;
}

.article-dot {
  opacity: 0.7;
}

.article-cta {
  align-self: flex-start;
  margin-top: 0.2rem;
  padding: 0.5rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(178, 152, 107, 0.35);
  color: var(--accent);
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.article-cta:hover {
  background: rgba(178, 152, 107, 0.08);
}

@media (max-width: 1100px) {
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .article-media {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .articles-section {
    padding: 4rem 0 5rem 0;
  }
  .articles-section .container {
    padding: 0 20px;
  }

  .articles-subtitle {
    margin-bottom: 2rem;
  }

  .articles-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }

  .article-media {
    height: 200px;
  }

  .article-content {
    padding: 1.25rem;
  }
  
  .article-title {
    font-size: 1.15rem;
  }
  
  .article-excerpt {
    font-size: 0.95rem;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 480px) {
  .articles-section {
    padding: 3rem 0 4rem;
  }
  .articles-section .container {
    padding: 0 20px;
  }
  .articles-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }
  .articles-subtitle {
    font-size: 0.9rem;
  }
  .article-media {
    height: 180px;
  }
  .article-content {
    padding: 1rem;
  }
  .article-title {
    font-size: 1.05rem;
  }
}

/* City Cards */
.city-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 3.5rem;
  text-align: center;
  transition: all 0.3s;
}

.city-card:hover {
  border-color: var(--accent);
  transform: translateY(-8px);
}

.city-card h3 {
  color: var(--text);
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

/* Final CTA Section */
.final-cta-section {
  padding: clamp(5.5rem, 10vw, 9rem) 0;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.final-cta-section::before {
  display: none;
}

.final-cta-inner {
  max-width: 1280px;
}

/* Révélation de toute la section au scroll */
.final-cta-wrapper.final-cta-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1), transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.final-cta-wrapper.final-cta-reveal.fc-revealed {
  opacity: 1;
  transform: translateY(0);
}

.final-cta-reveal-item {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.72s cubic-bezier(0.16, 1, 0.3, 1), transform 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}

.final-cta-wrapper.fc-revealed .final-cta-kicker { transition-delay: 0.04s; }
.final-cta-wrapper.fc-revealed .final-cta-title-line { transition-delay: 0.12s; }
.final-cta-wrapper.fc-revealed .final-cta-title-accent { transition-delay: 0.2s; }
.final-cta-wrapper.fc-revealed .final-cta-intro { transition-delay: 0.28s; }
.final-cta-wrapper.fc-revealed .final-cta-tags { transition-delay: 0.36s; }
.final-cta-wrapper.fc-revealed .final-cta-buttons { transition-delay: 0.46s; }
.final-cta-wrapper.fc-revealed .final-cta-right { transition-delay: 0.32s; }

.final-cta-wrapper.fc-revealed .final-cta-reveal-item {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .final-cta-wrapper.final-cta-reveal,
  .final-cta-reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.final-cta-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(3rem, 6vw, 5.5rem);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}

.final-cta-left {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}

.final-cta-header {
  display: flex;
  flex-direction: column;
  gap: 0;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-radius: 0 !important;
}

.final-cta-kicker {
  display: inline-block;
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.35rem 0.85rem;
  border-radius: 28px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(197, 165, 114, 0.08);
  border: 1px solid rgba(197, 165, 114, 0.22);
}

.final-cta-title {
  margin: 0;
  font-size: clamp(2.15rem, 4.8vw, 3.65rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--text);
  text-align: left;
  max-width: 12ch;
}

.final-cta-title-line,
.final-cta-title-accent {
  display: inline;
}

.final-cta-title-accent {
  background: linear-gradient(120deg, #C5A572 0%, #e8d5a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.final-cta-intro {
  margin-top: 0.2rem;
}

.final-cta-rule {
  display: block;
  width: 2.75rem;
  height: 1px;
  margin: 1.35rem 0 1.4rem;
  background: linear-gradient(90deg, rgba(197, 165, 114, 0.5), transparent);
}

.final-cta-description {
  margin: 0;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  color: rgba(234, 234, 234, 0.56);
  line-height: 1.72;
  text-align: left;
  max-width: 38ch;
}

.final-cta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.final-cta-tag {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(234, 234, 234, 0.62);
  background: var(--surface, #111111);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.final-cta-buttons {
  display: flex;
  gap: 0.85rem;
  flex-wrap: wrap;
}

.final-app-store-button,
.final-play-store-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.85rem 1.45rem;
  background: var(--surface, #111111);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.3s ease, background 0.3s ease, transform 0.3s ease;
  font-size: 0.875rem;
  min-width: 176px;
  box-shadow: none !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.final-app-store-button:hover,
.final-play-store-button:hover {
  transform: translateY(-2px);
  border-color: rgba(197, 165, 114, 0.38);
  background: var(--surface, #111111);
  box-shadow: none !important;
}

.final-app-store-button img,
.final-play-store-button img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.final-app-store-button .button-label,
.final-play-store-button .button-label {
  display: block;
  font-size: 0.7rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  color: #ffffff;
}

.final-app-store-button .button-name,
.final-play-store-button .button-name {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  color: #ffffff;
}

.final-cta-stats {
  display: flex;
  gap: 4rem;
  margin-top: 2rem;
}

.final-cta-stat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.stat-number {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1;
}

.stat-label {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  color: var(--text-muted);
  line-height: 1.2;
}

.final-cta-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  width: 100%;
}

.final-cta-phones-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.final-phone-background {
  position: absolute;
  width: 220px;
  height: 220px;
  background: linear-gradient(135deg, rgba(197, 165, 114, 0.15) 0%, rgba(197, 165, 114, 0.04) 100%);
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(70px);
}

.final-phone {
  position: absolute;
  border-radius: 32px;
  z-index: 1;
  transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease;
  opacity: 1;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.final-phone img {
  width: 100%;
  height: auto;
  border-radius: 32px;
  display: block;
}

/* Téléphone au centre - principal */
.final-phone.middle {
  z-index: 3;
  width: clamp(280px, 30vw, 340px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* Téléphone à gauche */
.final-phone.front {
  z-index: 2;
  width: clamp(240px, 25vw, 300px);
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 180px), -50%) scale(0.9);
  opacity: 0.85;
}

/* Téléphone à droite */
.final-phone.back {
  z-index: 2;
  width: clamp(240px, 25vw, 300px);
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 180px), -50%) scale(0.9);
  opacity: 0.85;
}

/* Effet hover sur la section */
.final-cta-phones-wrapper:hover .final-phone.front {
  transform: translate(calc(-50% - 160px), -50%) scale(0.95);
  opacity: 0.9;
}

.final-cta-phones-wrapper:hover .final-phone.middle {
  transform: translate(-50%, -50%) scale(1.05);
}

.final-cta-phones-wrapper:hover .final-phone.back {
  transform: translate(calc(-50% + 160px), -50%) scale(0.95);
  opacity: 0.9;
}

/* Final CTA — photos 1, 2, 3 */
.final-cta-visual {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 700px;
  margin: 0 auto;
}

.final-cta-img {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: var(--surface);
}

.final-cta-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 600px) {
  .final-cta-visual {
    grid-template-columns: 1fr;
    max-width: 280px;
    gap: 1rem;
  }
  .final-cta-img {
    aspect-ratio: 16 / 10;
  }
}

@media (max-width: 1200px) {
  .final-cta-wrapper {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
  
  .final-cta-left {
    align-items: center;
    text-align: center;
  }

  .final-cta-header {
    align-items: center;
  }
  
  .final-cta-kicker {
    margin-left: auto;
    margin-right: auto;
  }

  .final-cta-rule {
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(90deg, transparent, rgba(197, 165, 114, 0.5), transparent);
  }
  
  .final-cta-title,
  .final-cta-description {
    text-align: center;
    max-width: none;
  }

  .final-cta-tags {
    justify-content: center;
  }
  
  .final-cta-buttons {
    justify-content: center;
  }
  
  .final-cta-stats {
    justify-content: center;
  }
  
  .final-cta-right {
    min-height: 500px;
  }
}

@media (max-width: 768px) {
  .final-cta-section {
    padding: 4rem 0;
  }
  
  .final-cta-wrapper {
    gap: 3rem;
  }
  
  .final-cta-left {
    padding: 0;
    gap: 1.5rem;
  }
  
  .final-cta-title {
    text-align: center;
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  
  .final-cta-description {
    text-align: center;
    font-size: clamp(0.95rem, 4vw, 1.1rem);
  }
  
  .final-cta-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  
  .final-app-store-button,
  .final-play-store-button {
    min-width: auto;
    justify-content: center;
    width: 100%;
  }
  
  .final-cta-right {
    min-height: 350px;
    padding: 2rem 0;
  }
  
  .final-cta-phones-wrapper {
    min-height: 300px;
    position: relative;
  }
  
  .final-phone-background {
    max-width: 40px;
    max-height: 40px;
  }
  
  .final-phone {
    opacity: 0;
    position: absolute;
    width: clamp(140px, 38vw, 200px);
  }
  
  .final-phone.front {
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-120%, -50%) scale(0.5) rotate(-8deg);
    animation: mobilePhoneRevealLeft 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards;
  }
  
  .final-phone.middle {
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5) rotate(0deg);
    animation: mobilePhoneRevealCenter 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards;
  }
  
  .final-phone.back {
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(20%, -50%) scale(0.5) rotate(8deg);
    animation: mobilePhoneRevealRight 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
  }
  
  .final-phone img {
    border-radius: 30px;
  }
}

@media (max-width: 480px) {
  .final-cta-section {
    padding: 3rem 0;
  }
  .final-cta-wrapper {
    gap: 2rem;
  }
  .final-cta-title {
    font-size: 1.5rem;
  }
  .final-cta-description {
    font-size: 0.9rem;
  }
  .final-cta-phones-wrapper {
    min-height: 260px;
  }
}

@keyframes mobilePhoneRevealLeft {
  0% {
    opacity: 0;
    transform: translate(-120%, -50%) scale(0.3) rotate(-15deg);
  }
  60% {
    opacity: 1;
    transform: translate(-120%, -50%) scale(1.1) rotate(-8deg);
  }
  100% {
    opacity: 1;
    transform: translate(-120%, -50%) scale(1) rotate(-8deg);
  }
}

@keyframes mobilePhoneRevealCenter {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
}

@keyframes mobilePhoneRevealRight {
  0% {
    opacity: 0;
    transform: translate(20%, -50%) scale(0.3) rotate(15deg);
  }
  60% {
    opacity: 1;
    transform: translate(20%, -50%) scale(1.1) rotate(8deg);
  }
  100% {
    opacity: 1;
    transform: translate(20%, -50%) scale(1) rotate(8deg);
  }
}

/* Sections */
/* NOTE: exclude sections that define their own spacing to avoid overriding them.
   body:not(.organizers-page) — les sections .og-* ont leur propre padding (sinon 10rem 0 gagne en spécificité). */
body:not(.organizers-page) section:not(.hero-section):not(.content-section):not(.trust-section):not(.final-cta-section):not(.current-events-section):not(.search-page-section):not(.city-hero):not(.city-section):not(.city-hero-premium):not(.city-section-premium):not(.city-spotlight):not(.reservation-detail-ticket-qr-section):not(.reservation-more-info-section):not(.cote-azur-section):not(.cote-azur-month):not(.ibiza-residence-section) {
  padding: 10rem 0;
}

section:not(.hero-section):not(.content-section):not(.trust-section):not(.final-cta-section):not(.search-page-section):not(.city-hero):not(.city-section):not(.city-hero-premium):not(.city-section-premium):not(.city-spotlight):not(.reservation-detail-ticket-qr-section):not(.reservation-more-info-section) > h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

section:not(.hero-section):not(.content-section):not(.trust-section):not(.final-cta-section):not(.search-page-section):not(.city-hero):not(.city-section):not(.city-hero-premium):not(.city-section-premium):not(.city-spotlight):not(.reservation-detail-ticket-qr-section):not(.reservation-more-info-section) > p {
  text-align: center;
  margin-bottom: 5rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

/* Footer */
footer {
  background: var(--footer-bg);
  background-color: var(--footer-bg);
  padding: 8rem 0 3rem;
  text-align: center;
  max-width: 100%;
  overflow-x: hidden;
}

.footer-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.footer-logo {
  height: clamp(40px, 5vw, 60px);
  width: auto;
  margin: 0;
  display: block;
  object-fit: contain;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-logo:hover {
  opacity: 0.9;
  transform: scale(1.02);
}

.footer-tagline {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: var(--text-muted);
  margin: 0;
  max-width: 600px;
}

.footer-email-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: var(--surface-variant);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1rem;
}

.footer-email-button:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(178, 152, 107, 0.2);
}

.footer-email-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: var(--accent);
}

.footer-nav-separator {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: var(--border);
  margin: 3rem 0;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.85rem;
}

.footer-copyright {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin: 0;
  text-align: center;
  line-height: 1.65;
  max-width: 980px;
}

.footer-copyright a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(197, 165, 114, 0.45);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-copyright a:hover {
  color: #d8bc84;
  border-bottom-color: rgba(216, 188, 132, 0.9);
}

.footer-social {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap: 1.5rem;
  width: min(960px, 100%);
  text-align: left;
}

.footer-col h3 {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text);
}

.footer-col a {
  display: block;
  margin: 0.35rem 0;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--accent);
}

.footer-col .footer-social {
  justify-content: flex-start;
}

.footer-columns .footer-col:last-child {
  text-align: center;
}

.footer-columns .footer-col:last-child .footer-social {
  justify-content: center;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  color: var(--text);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.social-icon:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(178, 152, 107, 0.2);
}

.social-icon svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

/* Colonne « Nous suivre » : .footer-col a force display:block et casse le centrage flex */
.footer-col .footer-social a.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}

.footer-legal-links a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.footer-legal-links a:hover {
  color: var(--accent);
}

@media (max-width: 768px) {
  footer {
    padding: 6rem 0 2rem;
  }
  footer .container {
    padding: 0 20px;
  }
  
  .footer-main {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .footer-columns {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col .footer-social {
    justify-content: center;
  }
  
  .footer-tagline {
    font-size: 0.95rem;
  }
  
  .footer-email-button {
    padding: 0.9rem 1.5rem;
    font-size: 0.9rem;
  }
  
  .footer-nav {
    gap: 0.5rem;
  }
  
  .footer-nav a {
    font-size: 0.9rem;
  }
  
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .footer-legal-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .footer-copyright {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  footer {
    padding: 5rem 0 1.5rem;
  }
  footer .container {
    padding: 0 20px;
  }
  
  .footer-main {
    gap: 1.25rem;
  }
  
  .footer-logo {
    height: 36px;
  }
  
  .footer-tagline {
    font-size: 0.9rem;
  }
  
  .footer-nav {
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .footer-nav-separator {
    display: none;
  }
  
  .footer-legal-links {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* Screen Reader Only - SEO */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Utility */
.text-center {
  text-align: center;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.highlight {
  color: var(--accent);
}

/* Mobile */
@media (max-width: 768px) {
  body > header {
    top: 0.75rem;
    left: 1rem;
    right: 1rem;
    max-width: calc(100% - 2rem);
    z-index: 2147483000 !important;
  }
  nav {
    justify-content: center;
    position: relative;
  }
  
  .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    order: 2;
  }

  .nav-search-link {
    display: none;
  }
  
  .lang-dropdown {
    order: 1;
    margin-right: auto;
  }
  
  .nav-links {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    border-radius: 16px;
    background: rgba(13, 13, 13, 0.97);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0.75rem 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    transform: translateY(-8px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 20010;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.7);
    display: none;
  }
  
  .nav-links.active {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 20010;
    pointer-events: auto;
  }

  /* Quand le menu est déplacé dans body (JS), le rendre impossible a couper */
  .nav-links.mobile-nav-panel {
    position: fixed !important;
    left: 1rem;
    right: auto;
    top: calc(0.75rem + 4.25rem);
    width: calc(100% - 2rem);
    max-width: calc(100% - 2rem);
    margin: 0 !important;
    z-index: 2147483001 !important;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.75rem 1rem;
  }

  .nav-links.mobile-nav-panel.active {
    align-items: center;
    justify-content: center;
  }

  .nav-links li {
    width: 100%;
    max-width: 17.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nav-links a {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0.55rem 1rem;
    font-size: 1rem;
    line-height: 1.25;
  }

  .nav-links .nav-auth-link {
    padding: 0.55rem 1rem;
    text-align: center;
    margin-top: 0;
  }

  .nav-links .nav-auth-link.nav-auth-cta {
    margin-top: 0.15rem;
    padding: 0.6rem 1rem;
  }
  
  
  .lang-dropdown-toggle {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
  }
  
  .lang-dropdown-toggle .lang-code {
    display: inline;
  }
  
  .lang-dropdown-menu {
    right: 0;
    min-width: 140px;
  }
  
  .lang-option {
    padding: 0.6rem 0.85rem;
    font-size: 0.85rem;
  }
  
  .lang-option .lang-flag {
    font-size: 1.15rem;
    line-height: 1.2;
    min-width: 1.25em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
  .lang-option .lang-name {
    display: none;
  }
  
  .lang-option::after {
    content: attr(data-lang);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  
  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    order: 3;
    margin-left: auto;
    position: relative;
    z-index: 2147483002 !important;
  }

  .nav-auth {
    display: none;
  }

  .nav-auth-mobile {
    display: list-item;
  }

  /* ========== Mobile : EXACTEMENT le même espace que la section articles (actu) = 20px chaque côté ========== */
  /* TOUTES les sections utilisent .container avec padding 20px — aucune exception, aucun padding supplémentaire */
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Supprimer tout padding horizontal sur les éléments À L'INTÉRIEUR du container (sinon = espace en trop) */
  /* NE PAS toucher au .container lui-même - c'est lui qui donne les 20px */
  .final-cta-wrapper,
  .final-cta-header,
  .trust-section .trust-section-inner > *,
  .trust-section-header,
  .footer-main .footer-tagline,
  .footer-nav,
  .featured-artists-header,
  .artists-grid,
  .current-events-section .current-events-header,
  .current-events-section .current-events-grid,
  .reserve-steps-list,
  .articles-grid,
  .articles-subtitle,
  .hero-ref-copy,
  .hero-ref-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .reserve-steps-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* ========== Fin structure mobile ========== */
  
  
  .content-section {
    padding: 6rem 0;
  }
  
  .features-key-section {
    padding: 3rem 0;
  }
  .reserve-steps-section {
    padding: 4rem 0 6rem;
  }
  
  .trust-section {
    padding: 6rem 0;
  }
  
  .trust-carousel {
    gap: 1rem;
  }
  
  .trust-logo {
    flex: 0 0 140px;
    width: 140px;
    height: 80px;
  }
  
  .trust-logo img {
    max-width: 120px;
    max-height: 60px;
  }
  
  .featured-artists-section {
    padding: 4rem 0;
  }

  .artist-item {
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    overflow: hidden;
  }

  .artist-name {
    position: relative;
    flex: none;
    min-width: 0;
    white-space: normal;
    padding: 0;
    order: unset;
  }

  .artist-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    right: auto;
    top: auto;
    transform: none;
    opacity: 1;
    visibility: visible;
    order: unset;
    flex-shrink: unset;
    border-radius: 0;
    box-shadow: none !important;
    display: block;
  }

  .spotify-widget-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
    padding: 0;
    order: unset;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: none;
    display: block;
    flex-basis: auto;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    transform: none;
  }

  .spotify-widget-panel {
    padding: 1rem 0.65rem 0.65rem;
    background: linear-gradient(180deg, transparent 0%, rgba(18, 18, 18, 0.9) 26%, rgba(18, 18, 18, 0.97) 100%);
    transform: translate3d(0, 100%, 0);
    transition: transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .artist-item.touched .spotify-widget-container,
  .artist-item:focus-within .spotify-widget-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .artist-item.touched .spotify-widget-panel,
  .artist-item:focus-within .spotify-widget-panel {
    transform: translate3d(0, 0, 0);
  }

  .artist-item.touched .artist-card-foot,
  .artist-item:focus-within .artist-card-foot {
    opacity: 0;
  }

  .spotify-widget-container iframe {
    width: 100%;
    height: 80px;
    margin-top: 0;
    box-shadow: none !important;
  }

  .artist-item.touched,
  .artist-item:active {
    padding-bottom: 0;
    min-height: unset;
    overflow: hidden;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }
  
  .steps {
    grid-template-columns: 1fr;
  }
  
  footer {
    padding: 4rem 1.5rem 2rem;
  }
}

/* ============================================
   ORGANIZERS PAGE STYLES
   ============================================ */

/* Hero Section Organizers - Vibrant, donne envie */
.organizers-hero {
  min-height: auto;
  padding: 8rem 0 6rem;
  text-align: center;
  position: relative;
  background: var(--bg);
  overflow: hidden;
}

.organizers-hero.org-hero-vibrant {
  padding: 9rem 0 7rem;
}

.org-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--bg);
  z-index: 0;
}

.organizers-hero .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(2rem, 5vw, 4rem);
  position: relative;
  z-index: 1;
}

.organizers-hero .hero-stack {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.organizers-badge {
  margin-bottom: 2rem;
  background: rgba(178, 152, 107, 0.12);
  border: 1px solid rgba(178, 152, 107, 0.25);
  color: var(--accent);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.6rem 1.25rem;
  border-radius: 100px;
  display: inline-block;
  animation: org-badge-pulse 4s ease-in-out infinite;
}

@keyframes org-badge-pulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(178, 152, 107, 0.2); }
  50% { opacity: 0.95; box-shadow: 0 0 24px 2px rgba(178, 152, 107, 0.15); }
}

.org-hero-title {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  letter-spacing: -0.03em;
  color: var(--text);
  text-align: center;
}

.org-hero-subtitle {
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  color: var(--text-muted);
  max-width: 720px;
  margin: 0 auto 2.5rem;
  line-height: 1.65;
  font-weight: 400;
}

/* Comment ça marche — strip visible immédiatement */
.org-how-strip {
  margin: 2.5rem auto 2rem;
  max-width: 100%;
}

.org-how-strip-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 1rem;
}

.org-how-strip-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.25rem;
}

.org-step-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(178, 152, 107, 0.25);
  border-radius: 100px;
  color: var(--text);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}

.org-step-pill:hover {
  background: rgba(178, 152, 107, 0.12);
  border-color: rgba(178, 152, 107, 0.45);
  color: var(--accent);
  transform: translateY(-2px);
}

.org-step-num {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--bg);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
}

.org-step-title {
  white-space: nowrap;
}

.org-step-arrow {
  color: rgba(178, 152, 107, 0.5);
  font-size: 1rem;
  margin: 0 0.15rem;
  font-weight: 700;
}

.org-hero-stats {
  margin: 2.5rem auto 2.5rem;
}

.org-hero-stats .stat-description {
  display: none;
}

.org-hero-cta {
  margin-top: 0.5rem;
}

/* Section Comment ça marche — 4 cartes */
.org-how-section {
  background: var(--bg);
  padding: 6rem 0 7rem;
}

.org-how-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  max-width: 1280px;
  margin: 3rem auto 0;
}

.org-how-card {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  opacity: 0;
  transform: translateY(24px);
}

.org-how-card.revealed {
  opacity: 1;
  transform: translateY(0);
}

.org-how-card-1.revealed { transition-delay: 0.05s; }
.org-how-card-2.revealed { transition-delay: 0.12s; }
.org-how-card-3.revealed { transition-delay: 0.19s; }
.org-how-card-4.revealed { transition-delay: 0.26s; }

.org-how-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), rgba(178, 152, 107, 0.4));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.org-how-card:hover {
  transform: translateY(-6px);
  border-color: rgba(178, 152, 107, 0.2);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.org-how-card:hover::before {
  opacity: 1;
}

.org-how-card-inner {
  padding: 2rem 1.75rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.org-how-card-num {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(178, 152, 107, 0.15);
  color: var(--accent);
  font-size: 1rem;
  font-weight: 800;
  border-radius: 12px;
}

.org-how-card-icon {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1;
}

.org-how-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text);
  margin: 0 0 0.75rem;
  line-height: 1.3;
}

.org-how-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

.organizers-hero .hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
  color: var(--text);
  text-align: center;
}

.organizers-hero .hero-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--text-muted);
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.7;
  font-weight: 400;
}

/* Hero Stats - Clean Layout */
.hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin: 4rem auto;
  padding: 0;
  max-width: 900px;
  width: 100%;
}

.stat-item {
  text-align: center;
  flex: 1;
  min-width: 0;
}

.stat-number {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: block;
}

.stat-label {
  font-size: 0.875rem;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: block;
}

.stat-description {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.stat-divider {
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
}

/* Hero Trust Indicators */
.hero-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  margin-top: 3.5rem;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  background: none;
  border: none;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 400;
}

.trust-icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--bg);
  border-radius: 50%;
  font-size: 0.7rem;
  font-weight: 700;
  flex-shrink: 0;
}

@media (max-width: 968px) {
  .comparison-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .comparison-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
  
  .pillar-features {
    grid-template-columns: 1fr;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .target-grid {
    grid-template-columns: 1fr;
  }
  
  .pain-points-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1024px) {
  .org-how-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .organizers-hero,
  .organizers-hero.org-hero-vibrant {
    padding: 6rem 0 4rem;
  }

  .org-how-strip-flow {
    gap: 0.6rem;
  }

  .org-step-pill {
    padding: 0.5rem 0.85rem;
    font-size: 0.8rem;
  }

  .org-step-arrow {
    display: none;
  }

  .org-how-section {
    padding: 4rem 0 5rem;
  }

  .org-how-cards {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 2rem;
  }

  .org-how-card-inner {
    padding: 1.75rem 1.5rem;
  }

  .content-section {
    padding: 6rem 0;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }
  
  .stat-divider {
    width: 60px;
    height: 1px;
  }
  
  .hero-trust {
    flex-direction: column;
    gap: 1rem;
  }
  
  .section-header {
    margin-bottom: 3rem;
  }
  
  .pain-points-grid,
  .benefits-grid,
  .target-grid {
    gap: 1.5rem;
  }
  
  .solution-card {
    padding: 2.5rem 2rem;
  }
  
  .pillar-card {
    padding: 2.5rem 2rem;
  }
}

/* App Button Variants - Modern & Classy */
.app-button.primary {
  background: var(--accent);
  color: var(--bg);
  box-shadow: 0 4px 16px rgba(178, 152, 107, 0.2);
}

.app-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(178, 152, 107, 0.3);
}

.app-button.secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.app-button.secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.app-button.large {
  padding: 1.5rem 3rem;
  font-size: 1.1rem;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.section-label {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  background: rgba(178, 152, 107, 0.1);
  border: 1px solid rgba(178, 152, 107, 0.2);
  border-radius: 50px;
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}

.section-header h2 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--text);
}

/* Section Subtitle */
.section-subtitle {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
}

/* Pain Points Section */
.pain-points-section {
  background: var(--bg);
}

.pain-points-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  max-width: 1200px;
  margin: 5rem auto 0;
  padding: 0;
}

.pain-point-card {
  text-align: left;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 16px;
}

.pain-point-header {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.card-icon-wrapper {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(178, 152, 107, 0.1);
  border-radius: 12px;
  flex-shrink: 0;
}

.pain-point-card .card-icon {
  font-size: 1.5rem;
  display: block;
}

.pain-point-card h3 {
  color: var(--text);
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  flex: 1;
}

.pain-point-card p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  flex: 1;
}

.pain-point-impact {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(178, 152, 107, 0.05);
  border-left: 2px solid var(--accent);
  border-radius: 6px;
  margin-top: auto;
}

.impact-label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}

.impact-text {
  font-size: 0.9rem;
  color: var(--accent);
  font-weight: 600;
}

/* Solution Section */
.solution-section {
  background: var(--bg);
  text-align: center;
}

/* Comparison Before/After */
.comparison-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  margin: 5rem auto 0;
  align-items: stretch;
  max-width: 1200px;
  padding: 0;
}

.comparison-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 2.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.comparison-card.before {
  border-color: rgba(255, 100, 100, 0.2);
}

.comparison-card.after {
  border-color: rgba(178, 152, 107, 0.3);
  background: linear-gradient(135deg, rgba(34, 33, 31, 0.9) 0%, rgba(28, 28, 28, 0.95) 100%);
}

.comparison-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0.3;
}

.comparison-card.before::before {
  background: linear-gradient(90deg, transparent, rgba(255, 100, 100, 0.5), transparent);
}

.comparison-card.after::before {
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
}

.comparison-label {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.comparison-card.before .comparison-label {
  color: rgba(255, 150, 150, 0.8);
}

.comparison-card.after .comparison-label {
  color: var(--accent);
}

.comparison-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
}

.comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: all 0.3s ease;
}

.comparison-item.negative {
  background: rgba(255, 100, 100, 0.05);
  border: 1px solid rgba(255, 100, 100, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.comparison-item.positive {
  background: rgba(178, 152, 107, 0.08);
  border: 1px solid rgba(178, 152, 107, 0.15);
  color: var(--text);
}

.comparison-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.comparison-item.negative .comparison-icon {
  background: rgba(255, 100, 100, 0.2);
  color: rgba(255, 150, 150, 0.9);
}

.comparison-item.positive .comparison-icon {
  background: rgba(178, 152, 107, 0.2);
  color: var(--accent);
}

.comparison-arrow {
  font-size: 2.5rem;
  color: var(--accent);
  font-weight: 300;
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

@media (max-width: 968px) {
  .comparison-wrapper {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .comparison-arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}

.solution-card {
  background: var(--surface);
  border: 1px solid rgba(178, 152, 107, 0.2);
  border-radius: 16px;
  padding: 3.5rem;
  max-width: 900px;
  margin: 5rem auto 0;
  position: relative;
}

.solution-icon {
  font-size: 3rem;
  margin-bottom: 2rem;
  display: block;
}

.solution-text {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--text);
  line-height: 1.8;
  margin: 0 0 2rem;
}

.solution-text strong {
  color: var(--accent);
  font-weight: 700;
}

.solution-features {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.solution-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: rgba(178, 152, 107, 0.08);
  border: 1px solid rgba(178, 152, 107, 0.15);
  border-radius: 50px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 500;
}

.check-icon {
  color: var(--accent);
  font-weight: 700;
  font-size: 1.1rem;
}

/* Pillars Section */
.pillars-section {
  background: var(--bg);
}

.pillar-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 0;
  margin-bottom: 3rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.pillar-card:last-child {
  margin-bottom: 0;
}

.pillar-wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
  padding: 4rem;
}

.pillar-alternate-left .pillar-wrapper {
  flex-direction: row;
}

.pillar-alternate-right .pillar-wrapper {
  flex-direction: row-reverse;
}

.pillar-image {
  flex: 1;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 2px dashed rgba(178, 152, 107, 0.3);
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pillar-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pillar-header {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.pillar-icon {
  font-size: 2.5rem;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(178, 152, 107, 0.1);
  border-radius: 16px;
  flex-shrink: 0;
}

.pillar-header h3 {
  color: var(--text);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}

.pillar-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  color: var(--text);
  font-size: 0.95rem;
}

.feature-check {
  color: var(--accent);
  font-weight: 700;
  font-size: 1rem;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(178, 152, 107, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
}

.pillar-image::after {
  content: '📷 Photo à intégrer';
  position: absolute;
  color: rgba(178, 152, 107, 0.5);
  font-size: 1.1rem;
  font-weight: 500;
  pointer-events: none;
}

.pillar-screenshot {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 14px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.pillar-screenshot[src=""] {
  display: none;
}

.pillar-image:has(img[src]:not([src=""]))::after {
  display: none;
}

/* Upcoming DJs Section - Premium Standalone — immersif */
.upcoming-djs-section {
  background:
    radial-gradient(ellipse 80% 50% at 0% 50%, var(--immersive-glow) 0%, transparent 50%),
    var(--bg);
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
}

.upcoming-djs-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(178, 152, 107, 0.3), transparent);
  opacity: 0.5;
}

.upcoming-djs-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.upcoming-djs-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  background: rgba(178, 152, 107, 0.1);
  border: 1px solid rgba(178, 152, 107, 0.2);
  border-radius: 50px;
  color: var(--accent);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.upcoming-djs-badge svg {
  width: 16px;
  height: 16px;
}

.upcoming-djs-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  color: var(--text);
  margin: 0 0 1rem 0;
  letter-spacing: -0.02em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
}

.upcoming-djs-subtitle {
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  color: var(--text-muted);
  margin: 0;
  font-weight: 400;
  line-height: 1.7;
}

.upcoming-djs-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.upcoming-dj-item {
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  padding: 0.75rem 0.75rem 0 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-height: auto;
  overflow: visible;
  position: relative;
  cursor: pointer;
}

.upcoming-dj-item::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 2px;
  background: linear-gradient(135deg, rgba(178, 152, 107, 0.3), transparent);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
  pointer-events: none;
}

.upcoming-dj-item:hover {
  border-color: rgba(178, 152, 107, 0.4);
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(178, 152, 107, 0.2);
}

.upcoming-dj-item:hover::before {
  opacity: 1;
}

.upcoming-dj-item:hover .upcoming-dj-image {
  transform: scale(1.1);
}

.upcoming-dj-image {
  width: 100%;
  height: 240px;
  margin: 0;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.upcoming-dj-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
}

.upcoming-dj-item[data-artist="reznik"] .upcoming-dj-image {
  background-image: url('../src/img/reznik.jpg');
}

.upcoming-dj-item[data-artist="hugel"] .upcoming-dj-image {
  background-image: url('../src/img/hugel.webp');
}

.upcoming-dj-item[data-artist="pablo"] .upcoming-dj-image {
  background-image: url('../src/img/pablo%20fierro.jpg');
}

.upcoming-dj-item[data-artist="adriatique"] .upcoming-dj-image {
  background-image: url('../src/img/adriatique.webp');
}

.upcoming-dj-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  flex: 1;
  padding: 2rem 0.75rem;
  position: relative;
  z-index: 2;
}

.upcoming-dj-name {
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: var(--text);
  margin: 0;
  letter-spacing: -0.02em;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}

.upcoming-dj-events {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.upcoming-dj-event {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  text-align: left;
}

.upcoming-dj-item:hover .upcoming-dj-event {
  background: rgba(178, 152, 107, 0.08);
  border-color: rgba(178, 152, 107, 0.2);
}

.upcoming-dj-event-name {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  font-weight: 600;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  line-height: 1.3;
}

.upcoming-dj-event-details {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: clamp(0.8rem, 1.3vw, 0.9rem);
  color: var(--text-muted);
}

.upcoming-dj-event-date,
.upcoming-dj-event-location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.upcoming-dj-event-date::before {
  content: '📅';
  font-size: 0.8em;
}

.upcoming-dj-event-location::before {
  content: '📍';
  font-size: 0.8em;
}

@media (max-width: 768px) {
  .upcoming-dj-events {
    gap: 0.375rem;
    margin-top: 0.375rem;
  }
  
  .upcoming-dj-event {
    padding: 0.375rem;
    gap: 0.2rem;
  }
  
  .upcoming-dj-event-name {
    font-size: clamp(0.7rem, 1.2vw, 0.85rem);
  }
  
  .upcoming-dj-event-details {
    font-size: clamp(0.65rem, 1.1vw, 0.75rem);
    gap: 0.2rem;
  }
}

.upcoming-dj-item .spotify-widget-container {
  margin-top: 1rem;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  max-height: 140px;
  overflow: visible;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible;
  position: relative;
}

.upcoming-dj-item .spotify-widget-container:empty {
  opacity: 0;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  visibility: hidden;
}

.upcoming-dj-item .spotify-widget-container:has(iframe) {
  opacity: 1;
  max-height: 140px;
  margin-top: 1rem;
  visibility: visible;
}

.upcoming-dj-item .spotify-widget-container iframe {
  height: 120px;
  width: 100%;
  border-radius: 12px;
}

@media (max-width: 1400px) {
  .upcoming-djs-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}

@media (max-width: 968px) {
  .upcoming-djs-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .upcoming-djs-section {
    padding: 4rem 0;
  }
  
  .upcoming-djs-header {
    margin-bottom: 3rem;
    padding: 0 1rem;
  }
  
  .upcoming-djs-title {
    font-size: clamp(2rem, 8vw, 3rem);
    margin-bottom: 0.75rem;
  }
  
  .upcoming-djs-subtitle {
    font-size: clamp(1rem, 4vw, 1.2rem);
  }
  
  .upcoming-djs-list {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }
  
  .upcoming-dj-image {
    height: 220px;
    margin: 0;
    width: 100%;
  }
  
  .upcoming-dj-info {
    padding: 1.5rem 0.75rem;
    gap: 0.75rem;
  }
  
  .upcoming-dj-item:hover {
    transform: translateY(-8px) scale(1.01);
  }
  
  .upcoming-dj-item .spotify-widget-container iframe {
    height: 100px;
  }
  
  .upcoming-dj-item.touched .spotify-widget-container {
    opacity: 1 !important;
    transform: translateY(0);
    pointer-events: auto;
    max-height: 140px !important;
    margin-top: 0.75rem;
    visibility: visible;
  }
}

/* Benefits Section */
.benefits-section {
  background: var(--bg);
}

.benefits-grid {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 4rem auto 0;
  padding: 0;
}

.benefit-card {
  text-align: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  padding: 3rem 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.benefit-card.highlight {
  border: 2px solid rgba(178, 152, 107, 0.4);
  background: linear-gradient(135deg, rgba(34, 33, 31, 0.95) 0%, rgba(28, 28, 28, 0.98) 100%);
  position: relative;
}

.benefit-card.highlight::after {
  content: '⭐';
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  opacity: 0.6;
  animation: twinkle 3s ease-in-out infinite;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
  }
}

.benefit-card.highlight::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, rgba(178, 152, 107, 0.3), rgba(178, 152, 107, 0.1));
  border-radius: 24px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.benefit-card.highlight:hover::before {
  opacity: 1;
}

.benefit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(178, 152, 107, 0.5);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4);
}

.benefit-icon-wrapper {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(178, 152, 107, 0.1);
  border-radius: 14px;
  flex-shrink: 0;
}

.benefit-icon {
  font-size: 2rem;
  display: block;
}

.benefit-number {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.2;
  margin-bottom: 0.75rem;
  display: block;
}

.benefit-card h3 {
  color: var(--text);
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}

.benefit-card p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* Target Section */
.target-section {
  background: var(--bg);
}

.target-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin: 5rem auto 0;
  padding: 0;
}

.target-card {
  text-align: center;
  padding: 2.5rem 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.target-card h3 {
  color: var(--text);
  margin-bottom: 1.25rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.target-card p {
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .organizers-hero {
    padding: 6rem 0 3rem;
    min-height: auto;
  }
  
  .pain-points-grid,
  .benefits-grid,
  .target-grid {
    grid-template-columns: 1fr;
  }
  
  .pillar-features {
    grid-template-columns: 1fr;
  }
  
  .pillar-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .solution-card {
    padding: 2rem 1.5rem;
  }
  
  .pillar-card {
    padding: 0;
    margin-bottom: 2.5rem;
  }
  
  .pillar-wrapper {
    flex-direction: column !important;
    padding: 2.5rem 1.5rem;
    gap: 2rem;
  }
  
  .pillar-image {
    min-height: 300px;
    width: 100%;
    order: 1;
  }
  
  .pillar-content {
    order: 2;
  }
  
  .pillar-alternate-right .pillar-image {
    order: 1;
  }
  
  .pillar-alternate-right .pillar-content {
    order: 2;
  }
  
  .pillar-header {
    margin-bottom: 1.5rem;
  }
  
  .pillar-icon {
    width: 56px;
    height: 56px;
    font-size: 2.25rem;
  }
  
  .pillar-header h3 {
    font-size: clamp(1.5rem, 4vw, 1.75rem);
  }
  
  .pillar-features {
    grid-template-columns: 1fr;
  }
  
  .pillar-image::after {
    font-size: 1rem;
  }
  
  .reassurance-text {
    flex-direction: column;
    gap: 1rem;
    padding-top: 2rem;
  }
  
  .final-cta-section {
    padding: 6rem 0;
  }
  
  .final-cta-content h2 {
    margin-bottom: 1.5rem;
  }
  
  .final-cta-content .section-subtitle {
    margin-bottom: 3rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  
  .app-button.large {
    width: 100%;
    justify-content: center;
  }
  
  .hero-stats {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1.5rem;
  }
  
  .stat-divider {
    width: 60px;
    height: 1px;
  }
  
  .solution-card {
    padding: 3rem 2rem;
  }
  
  .solution-features {
    flex-direction: column;
    gap: 1rem;
  }
  
  .pillar-features {
    grid-template-columns: 1fr;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   RESPONSIVE COMPLET - TOUS LES ELEMENTS
   ============================================ */

/* Mobile Portrait - Extra Small (< 480px) */
@media (max-width: 480px) {
  /* Header */
  body > header {
    padding: 1rem 0;
  }
  
  nav {
    padding: 0 1rem;
  }
  
  .logo-img {
    height: 36px;
  }
  
  /* Hero Section */
  .hero-section {
    padding: 4rem 0 2rem;
    min-height: auto;
  }
  
  .hero-title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
  
  .hero-title-2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  
  .hero-subtitle {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    padding: 0 1rem;
  }
  
  .store-pill {
    padding: 0.5rem 0.8rem;
    gap: 0.5rem;
  }
  
  .store-link {
    width: 36px;
    height: 36px;
  }
  
  .store-link img {
    width: 18px;
    height: 18px;
  }
  
  /* Current Events */
  .current-events-section {
    padding: 2rem 0;
  }
  
  .current-events-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  
  .current-events-subtitle {
    font-size: clamp(1rem, 4vw, 1.15rem);
  }
  
  .filter-button {
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
  }
  
  .current-events-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  
  /* Upcoming DJs */
  .upcoming-djs-section {
    padding: 3rem 0;
  }
  
  .upcoming-djs-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  
  /* Features */
  .features-key-section {
    padding: 4rem 0;
  }
  
  .features-main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  
  .features-subtitle {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }
  
  .features-store-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .features-store-button {
    width: 100%;
    padding: 0.75rem 1rem;
  }
  
  .feature-card {
    padding: 1.25rem;
    gap: 1rem;
  }
  
  .feature-card-title {
    font-size: clamp(1rem, 4vw, 1.1rem);
  }
  
  .feature-card-phone {
    width: 100px;
  }
  
  /* Quick Reservation */
  .reserve-steps-section {
    padding: 4rem 0 6rem;
  }
  
  .reserve-steps-list {
    gap: 1.5rem;
    padding: 0;
  }
  
  /* Featured Artists */
  .featured-artists-section {
    padding: 4rem 0;
  }
  
  .featured-artists-header {
    margin-bottom: 3rem;
  }
  
  .artist-name {
    font-size: clamp(1rem, 5vw, 1.3rem);
    padding-right: 0;
  }
  
  /* Trust Section */
  .trust-section {
    padding: 4rem 0;
  }
  
  .trust-section p {
    padding: 0;
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }
  
  /* Footer */
  footer {
    padding: 4rem 0 2rem;
  }
  
  .footer-links {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-legal-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
}

/* Mobile Landscape & Small Tablets (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  /* Hero */
  .hero-title {
    font-size: clamp(3rem, 10vw, 4.5rem);
  }
  
  /* Current Events */
  .current-events-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  /* Upcoming DJs */
  .upcoming-djs-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  /* Features */
  .features-layout {
    gap: 3rem;
  }
}

/* Tablets (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  /* Container */
  .container {
    padding: 0 clamp(2rem, 5vw, 3rem);
  }
  
  /* Current Events */
  .current-events-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  /* Upcoming DJs */
  .upcoming-djs-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  /* Features */
  .features-layout {
    gap: 4rem;
  }
  
  .feature-card {
    padding: 1.75rem;
  }
  
  /* Featured Artists */
  .artists-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

/* Large Tablets & Small Desktop (1025px - 1400px) */
@media (min-width: 1025px) and (max-width: 1400px) {
  /* Container */
  .container {
    max-width: 1200px;
  }
  
  /* Current Events */
  .current-events-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  /* Upcoming DJs */
  .upcoming-djs-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Landscape Orientation */
@media (orientation: landscape) and (max-height: 600px) {
  .hero-section {
    min-height: auto;
    padding: 3rem 0;
  }
  
  .content-section {
    padding: 4rem 0;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* ============================================
   RESPONSIVE COMPLET - TOUS LES ELEMENTS
   ============================================ */

/* Mobile Portrait - Extra Small (< 480px) */
@media (max-width: 480px) {
  /* Header */
  body > header {
    padding: 1rem 0;
  }
  
  nav {
    padding: 0 1rem;
  }
  
  .logo-img {
    height: 36px;
  }
  
  /* Hero Section */
  .hero-section {
    padding: 4rem 0 2rem;
    min-height: auto;
  }
  
  .hero-title {
    font-size: clamp(2.5rem, 12vw, 4rem);
  }
  
  .hero-title-2 {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
  }
  
  .hero-subtitle {
    font-size: clamp(0.9rem, 4vw, 1.1rem);
    padding: 0 1rem;
  }
  
  .store-pill {
    padding: 0.5rem 0.8rem;
    gap: 0.5rem;
  }
  
  .store-link {
    width: 36px;
    height: 36px;
  }
  
  .store-link img {
    width: 18px;
    height: 18px;
  }
  
  /* Current Events */
  .current-events-section {
    padding: 2rem 0;
  }
  
  .current-events-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  
  .current-events-subtitle {
    font-size: clamp(1rem, 4vw, 1.15rem);
  }
  
  .filter-button {
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
  }
  
  .current-events-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  
  /* Upcoming DJs */
  .upcoming-djs-section {
    padding: 3rem 0;
  }
  
  .upcoming-djs-list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0 1rem;
  }
  
  /* Features */
  .features-key-section {
    padding: 4rem 0;
  }
  
  .features-main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }
  
  .features-subtitle {
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }
  
  .features-store-buttons {
    flex-direction: column;
    width: 100%;
  }
  
  .features-store-button {
    width: 100%;
    padding: 0.75rem 1rem;
  }
  
  .feature-card {
    padding: 1.25rem;
    gap: 1rem;
  }
  
  .feature-card-title {
    font-size: clamp(1rem, 4vw, 1.1rem);
  }
  
  .feature-card-phone {
    width: 100px;
  }
  
  /* Quick Reservation */
  .reserve-steps-section {
    padding: 4rem 0 6rem;
  }
  
  .reserve-steps-list {
    gap: 1.5rem;
    padding: 0;
  }
  
  /* Featured Artists */
  .featured-artists-section {
    padding: 4rem 0;
  }
  
  .featured-artists-header {
    margin-bottom: 3rem;
  }
  
  .artist-name {
    font-size: clamp(1rem, 5vw, 1.3rem);
    padding-right: 0;
  }
  
  /* Trust Section */
  .trust-section {
    padding: 4rem 0;
  }
  
  .trust-section p {
    padding: 0;
    font-size: clamp(0.9rem, 3.5vw, 1rem);
  }
  
  /* Footer */
  footer {
    padding: 4rem 0 2rem;
  }
  
  .footer-links {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .footer-legal-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
  }
}

/* Mobile Landscape & Small Tablets (481px - 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  .hero-title {
    font-size: clamp(3rem, 10vw, 4.5rem);
  }
  
  .current-events-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .upcoming-djs-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  
  .features-layout {
    gap: 3rem;
  }
}

/* Tablets (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  .container {
    padding: 0 clamp(2rem, 5vw, 3rem);
  }
  
  .current-events-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
  
  .upcoming-djs-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  
  .features-layout {
    gap: 4rem;
  }
  
  .feature-card {
    padding: 1.75rem;
  }
}

/* Large Tablets & Small Desktop (1025px - 1400px) */
@media (min-width: 1025px) and (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
  
  .current-events-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .upcoming-djs-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Landscape Orientation */
@media (orientation: landscape) and (max-height: 600px) {
  .hero-section {
    min-height: auto;
    padding: 3rem 0;
  }
  
  .content-section {
    padding: 4rem 0;
  }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ======================================================================
   ORGANIZERS — refonte 3D / motion graphics (réutilise la boîte à
   outils rp.css : aurora, grid-floor, marquee, tilt, spotlight)
   ====================================================================== */

.organizers-page .og-hero-new {
  isolation: isolate;
}

.organizers-page .og-hero-new > .og-hero-inner,
.organizers-page .og-hero-new > .og-hero-stage3d {
  position: relative;
  z-index: 1;
}

/* Mot or dans le H1 — sheen une fois, pas en boucle */
.organizers-page .og-grad {
  background: linear-gradient(135deg, #f3dfbb 0%, #c5a572 55%, #8a6a3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: none;
}

/* Brand signal hero-level */
.organizers-page .og-hero-brand {
  margin: 0 0 0.85rem;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
}

.organizers-page .og-hero-new-title {
  font-family: 'Syne', 'Montserrat', sans-serif;
  letter-spacing: -0.05em;
  line-height: 1.05;
}

.organizers-page .og-hero-reveal {
  opacity: 0;
  transform: translateY(10px);
  filter: blur(4px);
  animation: ogHeroReveal 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: var(--og-reveal-delay, 0.06s);
}

@keyframes ogHeroReveal {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

.organizers-page .og-hero-cta-primary,
.organizers-page .og-hero-cta-secondary,
.organizers-page .og-features-cta,
.organizers-page .og-steps-howit-cta,
.organizers-page .og-stats-cta,
.organizers-page .og-cta-btn {
  transition:
    transform 100ms cubic-bezier(0.2, 0, 0, 1),
    background-color 200ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 200ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 200ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.organizers-page .og-hero-cta-primary:active,
.organizers-page .og-hero-cta-secondary:active,
.organizers-page .og-features-cta:active,
.organizers-page .og-steps-howit-cta:active,
.organizers-page .og-stats-cta:active,
.organizers-page .og-cta-btn:active {
  transform: scale(0.97);
}

.organizers-page .og-bento-card,
.organizers-page .og-steps-howit-visual,
.organizers-page .og-feat-col-card,
.organizers-page .og-stat-card,
.organizers-page .og-benefit-item,
.organizers-page .og-management-card {
  transition:
    transform 180ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 180ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.organizers-page .og-bento-card:active,
.organizers-page .og-stat-card:active,
.organizers-page .og-benefit-item:active,
.organizers-page .og-management-card:active {
  transform: scale(0.985);
}

.organizers-page .og-reveal {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(3px);
  transition:
    opacity 400ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 400ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.organizers-page .og-reveal.og-revealed {
  opacity: 1;
  transform: none;
  filter: none;
}

.organizers-page .og-anim-title,
.organizers-page .og-anim-subtitle,
.organizers-page .og-anim-cta {
  filter: blur(3px);
  transition:
    opacity 400ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 400ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 400ms cubic-bezier(0.16, 1, 0.3, 1);
}

.organizers-page .og-anim-section.og-visible .og-anim-title,
.organizers-page .og-anim-section.og-visible .og-anim-subtitle,
.organizers-page .og-anim-section.og-visible .og-anim-cta {
  filter: blur(0);
}

.organizers-page .og-hero-video-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(14, 14, 18, 0.9);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.organizers-page .og-hero-video-wrap video {
  display: block;
  width: 100%;
  height: auto;
}

@media (prefers-reduced-motion: reduce) {
  .organizers-page .og-hero-reveal,
  .organizers-page .og-grad,
  .organizers-page .og-float {
    animation: none !important;
  }

  .organizers-page .og-hero-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .organizers-page .og-reveal,
  .organizers-page .og-anim-title,
  .organizers-page .og-anim-subtitle,
  .organizers-page .og-anim-cta {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }

  .organizers-page .rp-marquee-track,
  .organizers-page .og-resa-ticker-track {
    animation: none !important;
  }
}

/* Scène 3D du hero : vidéo + chips flottantes */
.organizers-page .og-hero-stage3d {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  perspective: 1600px;
  transform-style: preserve-3d;
}

.organizers-page .og-hero-video-wrap.rp-tilt {
  transform-style: preserve-3d;
  box-shadow: 0 16px 32px -16px rgba(197, 165, 114, 0.14);
}

/* Chips flottantes détachées (timeline 9s partagée) */
.organizers-page .og-float {
  position: absolute;
  z-index: 3;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(24, 24, 27, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
}

.organizers-page .og-float-scan {
  top: 6%;
  right: 4%;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.95rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.4);
  box-shadow: 0 0 22px rgba(74, 222, 128, 0.18);
  animation: ogFloatScan 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.organizers-page .og-float-resa {
  bottom: 8%;
  left: 3%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.65rem 1.05rem;
  border-radius: 20px;
  border-color: var(--border-accent);
  box-shadow: 0 0 26px rgba(197, 165, 114, 0.16);
  animation: ogFloatResa 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.organizers-page .og-float-resa strong {
  font-size: 0.8rem;
  color: var(--accent);
}

.organizers-page .og-float-resa span {
  font-size: 0.7rem;
  color: var(--text-muted);
}

@keyframes ogFloatScan {
  0%, 21%, 48%, 100% { opacity: 0; transform: translateY(10px) scale(0.92); }
  25%, 42% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ogFloatResa {
  0%, 54%, 96%, 100% { opacity: 0; transform: translateY(12px) scale(0.92); }
  59%, 90% { opacity: 1; transform: translateY(0) scale(1); }
  74% { transform: translateY(-6px) scale(1); }
}

/* Cartes : socle pour le spotlight + profondeur */
.organizers-page .og-bento-card,
.organizers-page .og-steps-howit-visual,
.organizers-page .og-feat-col-card,
.organizers-page .og-stat-card {
  position: relative;
}

.organizers-page .og-steps-howit-visual.rp-tilt {
  transform-style: preserve-3d;
}

.organizers-page .og-steps-howit-visual.rp-tilt .og-steps-howit-image {
  transform: translateZ(24px);
}

/* Trait SVG sous les titres : centré */
.organizers-page .rp-panel-line {
  margin: 0.4rem auto 1rem;
}

@media (max-width: 768px) {
  .organizers-page .og-float {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .organizers-page .og-grad,
  .organizers-page .og-float {
    animation: none !important;
  }

  .organizers-page .og-float-scan,
  .organizers-page .og-float-resa {
    opacity: 1;
  }
}

/* ======================================================================
   ORGANIZERS — "3 étapes simples" : timeline verticale 3D
   ====================================================================== */

.organizers-page .og-timeline {
  position: relative;
}

/* Ligne SVG centrale qui se dessine au scroll */
.organizers-page .og-timeline-path {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 100%;
  overflow: visible;
  z-index: 0;
  pointer-events: none;
}

.organizers-page .og-timeline-line {
  fill: none;
  stroke: url(#ogTimelineGrad);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200;
  filter: drop-shadow(0 0 5px rgba(197, 165, 114, 0.55));
  transition: stroke-dashoffset 2.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.organizers-page .og-timeline-line.rp-draw-active {
  stroke-dashoffset: 0;
}

.organizers-page .og-timeline-dot {
  fill: var(--accent);
  filter: drop-shadow(0 0 7px rgba(197, 165, 114, 0.9));
}

/* Colonnes égales : le couloir central reste libre pour la ligne */
.organizers-page .og-steps-howit-row {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.organizers-page .og-steps-howit-copy {
  max-width: 480px;
}

.organizers-page .og-step-node {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border-radius: 50%;
  background: radial-gradient(circle, #f3e3bd 0 35%, var(--accent) 70%);
  box-shadow: 0 0 12px rgba(197, 165, 114, 0.8);
  z-index: 2;
  pointer-events: none;
}

.organizers-page .og-step-node::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1.5px solid rgba(197, 165, 114, 0.7);
  animation: rpRadioPing 2.6s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* Kicker : or au lieu du violet */
.organizers-page .og-steps-howit-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--accent);
  background: var(--accent-subtle, rgba(197, 165, 114, 0.1));
  border: 1px solid var(--border-accent);
}

/* Cadre "navigateur" autour des captures */
.organizers-page .og-steps-howit-visual {
  flex-direction: column;
  align-items: stretch;
  transform-style: preserve-3d;
}

.organizers-page .og-shot-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.55rem 0.9rem;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid var(--border);
}

.organizers-page .og-shot-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.organizers-page .og-shot-bar span:first-child {
  background: rgba(197, 165, 114, 0.65);
}

.organizers-page .og-shot-bar i {
  margin-left: 0.6rem;
  font-style: normal;
  font-family: "SF Mono", ui-monospace, Menlo, monospace;
  font-size: 0.66rem;
  color: var(--text-muted);
  letter-spacing: 0.02em;
}

.organizers-page .og-steps-howit-image {
  max-height: 305px;
}

/* Chips flottantes sur les captures */
.organizers-page .og-step-chip {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  background: rgba(24, 24, 27, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid var(--border-accent);
  color: var(--accent);
  animation: ogStepChipFloat 4.5s ease-in-out infinite;
}

.organizers-page .og-step-chip-1,
.organizers-page .og-step-chip-3 {
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.4);
}

.organizers-page .og-step-chip-2 {
  animation-delay: 0.8s;
}

@keyframes ogStepChipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (max-width: 960px) {
  .organizers-page .og-timeline-path,
  .organizers-page .og-step-node {
    display: none;
  }

  .organizers-page .og-steps-howit-row {
    grid-template-columns: 1fr;
  }

  .organizers-page .og-steps-howit-copy {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .organizers-page .og-step-node::after,
  .organizers-page .og-step-chip {
    animation: none !important;
  }

  .organizers-page .og-timeline-line {
    transition: none !important;
    stroke-dashoffset: 0 !important;
  }
}

/* Section Contact inline (page réservation table — promoteur affilié uniquement) */
.reservation-inline-contact[hidden],
.reservation-section-contact[hidden] {
  display: none !important;
}
.reservation-inline-contact,
.reservation-section-contact {
  margin-top: 0.35rem;
}
.reservation-inline-contact-head {
  margin-bottom: 0.75rem;
}
.reservation-inline-contact-title {
  margin: 0 0 0.3rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}
.reservation-inline-contact-subtitle {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
}
.reservation-inline-contact-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.85rem 1rem;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.reservation-inline-contact-card:hover {
  border-color: rgba(37, 211, 102, 0.35);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
}
.reservation-inline-contact-card:active {
  transform: translateY(0);
}
.reservation-inline-contact-wa-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.14);
  color: #25d366;
}
.reservation-inline-contact-wa-icon {
  width: 23px;
  height: 23px;
  display: block;
}
.reservation-inline-contact-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  flex: 1;
}
.reservation-inline-contact-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
}
.reservation-inline-contact-cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #25d366;
}
.reservation-inline-contact-chevron {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.reservation-inline-contact-loading {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 0.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}
.reservation-inline-contact-spinner {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: #25d366;
  animation: reservation-inline-contact-spin 0.7s linear infinite;
}
@keyframes reservation-inline-contact-spin {
  to {
    transform: rotate(360deg);
  }
}
.reservation-inline-contact-unavailable {
  margin: 0;
  padding: 0.5rem 0.2rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Contact compact sous billet QR (page détail réservation) */
.reservation-detail-quick-contact-mount {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.reservation-detail-quick-contact-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  padding: 0.8rem 0.95rem;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.reservation-detail-quick-contact-card:hover {
  border-color: rgba(37, 211, 102, 0.35);
  background: rgba(255, 255, 255, 0.07);
  transform: translateY(-1px);
}
.reservation-detail-quick-contact-card:active {
  transform: translateY(0);
}
.reservation-detail-quick-contact-wa-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.14);
  color: #25d366;
}
.reservation-detail-quick-contact-wa-wrap .reservation-inline-contact-wa-icon {
  width: 22px;
  height: 22px;
}
.reservation-detail-quick-contact-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1;
}
.reservation-detail-quick-contact-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  color: #fff;
}
.reservation-detail-quick-contact-cta {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: #25d366;
}
.reservation-detail-quick-contact-chevron {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23A1A1A1' stroke-width='2'%3E%3Cpath d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
.reservation-detail-quick-contact-loading {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.35rem 0.1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.58);
}
.reservation-detail-quick-contact-unavailable {
  margin: 0;
  padding: 0.35rem 0.1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
}
.reservation-quick-contact-toast {
  position: fixed;
  left: 50%;
  bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px));
  transform: translate(-50%, 12px);
  z-index: 10050;
  max-width: min(92vw, 22rem);
  padding: 0.7rem 1rem;
  border-radius: 12px;
  background: rgba(24, 24, 24, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.reservation-quick-contact-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reservation-update-editor-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  padding: 0;
}

.reservation-update-editor-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 0;
}

.reservation-update-editor-field--full {
  grid-column: 1 / -1;
}

.reservation-update-editor-field > span {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.01em;
}

.reservation-update-editor-optional {
  font-style: normal;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.38);
}

.reservation-update-editor-field > input,
.reservation-update-editor-field > select {
  width: 100%;
  min-height: 2.75rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  padding: 0.65rem 0.9rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  appearance: none;
}

.reservation-update-editor-field > select {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L7 7.5L13 1.5' stroke='%23C5A572' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.5rem;
  cursor: pointer;
}

.reservation-update-editor-field > input:hover,
.reservation-update-editor-field > select:hover {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
}

.reservation-update-editor-field > input:focus,
.reservation-update-editor-field > select:focus {
  border-color: rgba(197, 165, 114, 0.55);
  background: rgba(197, 165, 114, 0.08);
  box-shadow: 0 0 0 3px rgba(197, 165, 114, 0.12);
}

.reservation-update-editor-field > select option {
  background: #121212;
  color: #fff;
}

.reservation-update-editor-field > input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.reservation-update-editor-feedback {
  grid-column: 1 / -1;
  margin: 0;
  min-height: 1.1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.55);
}

.reservation-update-editor-feedback.is-error {
  color: #ff9b9b;
}

/* Modal "Modifier ma réservation" */
#reservation-update-editor-modal .reservation-alcohol-editor-dialog {
  width: min(100%, 560px);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--surface, #111111);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

#reservation-update-editor-modal .reservation-alcohol-editor-dialog::before {
  display: none;
}

#reservation-update-editor-modal .reservation-alcohol-editor-body {
  padding: 1.35rem 1.25rem 1.15rem;
}

#reservation-update-editor-modal .reservation-alcohol-editor-title {
  margin: 0 0 0.35rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f5f5;
}

#reservation-update-editor-modal .reservation-alcohol-editor-subtitle {
  margin: 0 0 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.48);
}

#reservation-update-editor-modal .reservation-alcohol-editor-content {
  max-height: none;
  overflow: visible;
}

#reservation-update-editor-modal .reservation-alcohol-editor-close {
  top: 0.85rem;
  right: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.2s, border-color 0.2s;
}

#reservation-update-editor-modal .reservation-alcohol-editor-close:hover {
  background: rgba(197, 165, 114, 0.12);
  border-color: rgba(197, 165, 114, 0.35);
}

#reservation-update-editor-modal .reservation-alcohol-editor-actions {
  margin-top: 1rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

#reservation-update-editor-modal .reservation-alcohol-editor-actions .reservation-btn-cancel,
#reservation-update-editor-modal .reservation-alcohol-editor-actions .reservation-btn-submit {
  flex: 1;
  min-height: 2.35rem;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 999px;
}

#reservation-update-editor-modal .reservation-alcohol-editor-actions .reservation-btn-submit {
  background: linear-gradient(135deg, #e0c99a 0%, #c5a572 50%, #a88b5c 100%);
  color: #0a0a0a;
  box-shadow: 0 4px 18px rgba(197, 165, 114, 0.28);
}

#reservation-update-editor-modal .reservation-alcohol-editor-actions .reservation-btn-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 6px 22px rgba(197, 165, 114, 0.36);
}

#reservation-update-editor-modal .reservation-alcohol-editor-actions .reservation-btn-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

#reservation-update-editor-modal .reservation-alcohol-editor-actions .reservation-btn-cancel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.85);
}

#reservation-update-editor-modal .reservation-alcohol-editor-actions .reservation-btn-cancel:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  transform: none;
}

@media (min-width: 768px) {
  #reservation-update-editor-modal .reservation-alcohol-editor-dialog {
    width: min(94vw, 620px);
  }
}

@media (max-width: 680px) {
  #reservation-update-editor-modal .reservation-alcohol-editor-dialog {
    width: min(100%, 92vw);
    border-radius: 18px;
  }

  #reservation-update-editor-modal .reservation-alcohol-editor-body {
    padding: 1.15rem 1rem 1rem;
  }

  .reservation-update-editor-form {
    grid-template-columns: 1fr;
  }

  .reservation-update-editor-field--half {
    grid-column: auto;
  }
}

/* -------- Club pages (premium) -------- */
body.club-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--bg);
}

body.club-page .club-hero-premium {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: min(58vh, 500px);
  min-height: min(58dvh, 500px);
  align-items: flex-end;
  padding: max(5.2rem, calc(3.8rem + env(safe-area-inset-top, 0px))) 1.25rem 2rem;
}

body.club-page .club-hero-premium__media {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

body.club-page .club-hero-premium__media::before {
  content: '';
  position: absolute;
  inset: -4%;
  background: url('/src/img/rp-vitrine-bg.png') center center / cover no-repeat;
  filter: blur(14px) saturate(1.15) brightness(0.82);
  transform: scale(1.04);
}

body.club-page .club-hero-premium__veil {
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(9, 9, 12, 0.42) 0%,
      rgba(9, 9, 12, 0.18) 28%,
      rgba(9, 9, 12, 0.4) 68%,
      rgba(9, 9, 12, 0.72) 100%
    ),
    radial-gradient(ellipse 90% 55% at 50% 12%, rgba(180, 60, 20, 0.2), transparent 68%);
}

body.club-page .club-hero-premium__fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: clamp(4.5rem, 14vw, 8rem);
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(9, 9, 12, 0.35) 28%,
    rgba(9, 9, 12, 0.72) 58%,
    var(--bg, #070707) 100%
  );
}

body.club-page .club-hero-premium .city-hero-premium__inner {
  position: relative;
  z-index: 3;
}

body.club-page .club-hero-premium .city-hero-premium__media img {
  display: none !important;
}

body.club-page .city-hero-premium__title {
  font-size: clamp(1.9rem, 6.5vw, 3.2rem);
}

body.club-page .city-hero-premium__desc {
  margin-top: 0.75rem;
  max-width: 760px;
  font-size: clamp(0.95rem, 1.9vw, 1.06rem);
}

body.club-page .city-hero-premium__stats {
  margin-top: 0.9rem;
}

body.club-page .city-hero-premium__actions {
  margin-top: 1rem;
}

body.club-page .city-sticky-nav {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: none !important;
}

body.club-page .city-faq-item {
  border-radius: 28px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
  background: var(--surface, #111111);
  box-shadow: var(--lg-shadow-sm, 0 8px 32px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.club-page .city-faq-item[open] {
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: var(--lg-shadow, 0 12px 48px rgba(0, 0, 0, 0.45), 0 2px 0 rgba(255, 255, 255, 0.06) inset);
}

body.club-page .city-faq-item summary {
  color: var(--event-text-primary, #eaeaea);
}

body.club-page .city-faq-item p {
  color: var(--text-muted, #a1a1a1);
}

body.club-page .club-reserve-cta .city-kicker {
  color: var(--event-primary, #c5a572);
}

body.club-page .club-reserve-cta h2 {
  color: var(--event-text-primary, #eaeaea);
}

body.club-page .club-reserve-cta p {
  color: var(--text-muted, #a1a1a1);
}

/* Force link rendering consistency on club pages (no default blue/underline). */
body.club-page a,
body.club-page a:visited,
body.club-page a:hover,
body.club-page a:active {
  color: inherit;
}

body.club-page .hero-ref-btn {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.02);
  text-decoration: none;
}

body.club-page .hero-ref-btn:hover,
body.club-page .hero-ref-btn:focus-visible {
  color: #fff;
}

body.club-page .hero-ref-btn-primary,
body.club-page .hero-ref-btn-primary:visited {
  color: #0a0a0b;
}

body.club-page .city-link-all,
body.club-page .city-link-all:visited,
body.club-page .city-spotlight-card,
body.club-page .city-spotlight-card:visited,
body.club-page .city-events-list > a,
body.club-page .city-events-list > a:visited,
body.club-page .city-events-scroll > a,
body.club-page .city-events-scroll > a:visited,
body.club-page .club-reserve-bar__btn,
body.club-page .club-reserve-bar__btn:visited {
  text-decoration: none;
}

body.club-page .club-events-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  overflow: visible;
}

body.club-page .club-event-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0.6rem !important;
  padding: 0.7rem !important;
  height: 100%;
  min-width: 0 !important;
  border-radius: 28px !important;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.08)) !important;
  background: var(--surface, #111111) !important;
  box-shadow: var(--lg-shadow-sm, 0 8px 32px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset) !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.club-page .club-event-card:hover {
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: var(--lg-shadow, 0 12px 48px rgba(0, 0, 0, 0.45), 0 2px 0 rgba(255, 255, 255, 0.06) inset) !important;
  transform: translateY(-2px);
}

body.club-page .club-event-card,
body.club-page .club-event-card:visited,
body.club-page .club-event-card:hover,
body.club-page .club-event-card:active,
body.club-page .club-event-card * {
  text-decoration: none !important;
}

body.club-page .club-event-card__media {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: var(--surface-variant, #1a1a1a);
}

body.club-page .club-event-card__media img {
  display: block;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 5 / 3;
  max-height: 205px;
  object-fit: cover !important;
  border-radius: 14px !important;
}

body.club-page .club-event-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
  padding: 0 0.1rem;
}

body.club-page .club-event-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: var(--event-text-primary, #eaeaea);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

body.club-page .club-event-card__date {
  margin: 0;
  color: var(--event-primary, #c5a572);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.club-page .club-event-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  margin-top: auto;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #e8d4a8 0%, #c5a572 55%, #9a7848 100%);
  color: #1a1208 !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.club-page .club-events-grid .city-skeleton-card {
  height: 220px;
  border-radius: 20px;
}

@media (max-width: 960px) {
  body.club-page .club-events-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.club-page .club-events-grid {
    grid-template-columns: 1fr;
  }
}

body.club-page .city-events-scroll > .search-event-card,
body.club-page .city-events-list > .search-event-card {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 0.8rem !important;
  padding: 0.65rem 0.8rem 0.65rem 0.65rem !important;
  overflow: visible !important;
  border-radius: 20px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: rgba(17, 17, 17, 0.96) !important;
  box-shadow: none !important;
}

body.club-page .city-events-scroll > .search-event-card {
  flex: 0 0 min(300px, 86vw);
}

body.club-page .city-events-scroll > .search-event-card img,
body.club-page .city-events-list > .search-event-card img {
  width: 4.85rem !important;
  min-width: 4.85rem !important;
  max-width: 4.85rem !important;
  height: 4.85rem !important;
  min-height: 4.85rem !important;
  max-height: 4.85rem !important;
  border-radius: 14px !important;
  object-fit: cover !important;
}

body.club-page .city-events-scroll > .search-event-card > div,
body.club-page .city-events-list > .search-event-card > div {
  padding: 0.1rem 0.2rem 0.1rem 0 !important;
  min-width: 0 !important;
}

body.club-page #club-spotlight-card.city-spotlight-card,
body.club-page #city-spotlight-card.city-spotlight-card {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 0.75rem;
  align-items: center;
  max-width: 680px;
  overflow: hidden;
  padding: 0.75rem;
  border-radius: 28px !important;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.08)) !important;
  background: var(--surface, #111111) !important;
  box-shadow: var(--lg-shadow-sm, 0 8px 32px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset) !important;
}

body.club-page #club-spotlight-card.city-spotlight-card:hover,
body.club-page #city-spotlight-card.city-spotlight-card:hover {
  border-color: rgba(255, 255, 255, 0.18) !important;
  box-shadow: var(--lg-shadow, 0 12px 48px rgba(0, 0, 0, 0.45), 0 2px 0 rgba(255, 255, 255, 0.06) inset) !important;
  transform: translateY(-2px);
}

body.club-page #club-spotlight-card .city-spotlight-card__media,
body.club-page #city-spotlight-card .city-spotlight-card__media {
  padding: 0;
  margin: 0;
  background: var(--surface-variant, #1a1a1a);
  border-radius: 20px;
  overflow: hidden;
  min-height: auto;
}

body.club-page #club-spotlight-card .city-spotlight-card__media img,
body.club-page #city-spotlight-card .city-spotlight-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 142px;
  min-height: 0;
  border-radius: 20px;
  object-fit: cover;
}

body.club-page #club-spotlight-card .city-spotlight-card__body,
body.club-page #city-spotlight-card .city-spotlight-card__body {
  padding: 0.35rem 0.5rem 0.35rem 0;
  gap: 0.3rem;
  background: transparent;
}

body.club-page #club-spotlight-card .city-spotlight-card__title,
body.club-page #city-spotlight-card .city-spotlight-card__title {
  font-size: clamp(1rem, 2.2vw, 1.25rem);
}

body.club-page #club-spotlight-card .city-spotlight-card__meta,
body.club-page #city-spotlight-card .city-spotlight-card__meta {
  font-size: 0.84rem;
}

body.club-page #club-spotlight-card .city-spotlight-card__cta,
body.club-page #city-spotlight-card .city-spotlight-card__cta {
  margin-top: 0.15rem;
  font-size: 0.8rem;
}

@media (max-width: 760px) {
  body.club-page #club-spotlight-card.city-spotlight-card,
  body.club-page #city-spotlight-card.city-spotlight-card {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 0.7rem;
    gap: 0.65rem;
  }

  body.club-page #club-spotlight-card .city-spotlight-card__media img,
  body.club-page #city-spotlight-card .city-spotlight-card__media img {
    max-height: 160px;
    border-radius: 18px;
  }

  body.club-page #club-spotlight-card .city-spotlight-card__body,
  body.club-page #city-spotlight-card .city-spotlight-card__body {
    padding: 0.15rem 0.35rem 0.25rem;
  }
}

.club-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 165, 114, 0.35);
  background: rgba(197, 165, 114, 0.1);
  color: #ead7b3;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.club-hero-badge__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #c5a572;
  box-shadow: 0 0 12px rgba(197, 165, 114, 0.85);
  animation: club-pulse-dot 2s ease-in-out infinite;
}

@keyframes club-pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.25); opacity: 0.75; }
}

.club-reserve-cta {
  position: relative;
  overflow: hidden;
  margin-top: clamp(2rem, 5vw, 3rem);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  border-radius: 28px;
  border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
  background: var(--surface, #111111);
  box-shadow: var(--lg-shadow-sm, 0 8px 32px rgba(0, 0, 0, 0.35), 0 1px 0 rgba(255, 255, 255, 0.05) inset);
  text-align: center;
}

.club-reserve-cta h2 {
  margin: 0 0 0.5rem;
  color: #fff;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: clamp(1.4rem, 4vw, 2rem);
  letter-spacing: -0.04em;
}

.club-reserve-cta p {
  margin: 0 auto 1.25rem;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.club-reserve-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.club-reserve-bar {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: max(1rem, env(safe-area-inset-bottom, 0px));
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(197, 165, 114, 0.32);
  background: rgba(12, 12, 16, 0.88);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.5);
}

.club-reserve-bar[hidden] {
  display: none !important;
}

.club-reserve-bar__label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.club-reserve-bar__btn {
  flex: 0 0 auto;
  padding: 0.62rem 1.1rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #e8d4a8 0%, #c5a572 55%, #9a7848 100%);
  color: #1a1208;
  font-size: 0.85rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

body.club-page > footer {
  flex-shrink: 0;
  padding-bottom: calc(4.5rem + env(safe-area-inset-bottom, 0px));
}

@media (min-width: 900px) {
  .club-reserve-bar {
    display: none !important;
  }

  body.club-page > footer {
    padding-bottom: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.club-page .city-hero-premium__media::after,
  .club-hero-badge__dot {
    animation: none;
  }
}

/* ========================================================================
   ORGANIZERS — full page redesign (Apple · Frontend · Motion)
   ======================================================================== */

/* — Design tokens scoped to organizers page — */
.organizers-page {
  --og-bg: #070707;
  --og-surface: #111111;
  --og-accent: #C5A572;
  --og-accent-hover: #D4B87A;
  --og-text: #ffffff;
  --og-muted: #9a9a9a;
  --og-border: rgba(255, 255, 255, 0.08);
  --og-ease-reveal: cubic-bezier(0.16, 1, 0.3, 1);
  --og-ease-press: cubic-bezier(0.2, 0, 0, 1);
  --og-dur-reveal: 400ms;
  --og-dur-press: 100ms;
  background: var(--og-bg);
  color: var(--og-text);
  font-family: 'Montserrat', sans-serif;
}

/* Kill decorative glows & chips */
.organizers-page .og-bento-glow-corner,
.organizers-page .og-stat-glow { display: none !important; }
.organizers-page .og-step-chip { display: none !important; }
.organizers-page .og-timeline-path,
.organizers-page .og-step-node,
.organizers-page .og-float,
.organizers-page .rp-grid-floor,
.organizers-page .rp-marquee { display: none !important; }

/* — Section titles: Syne display — */
.organizers-page .og-hero-new-title,
.organizers-page .og-features-headline,
.organizers-page .og-steps-howit-title,
.organizers-page .og-stats-headline,
.organizers-page .og-features-row-title,
.organizers-page .og-management-title,
.organizers-page .og-faq-title,
.organizers-page .og-final-cta-title,
.organizers-page .og-bento-title,
.organizers-page .og-steps-howit-card-title,
.organizers-page .og-feat-col-title {
  font-family: 'Syne', 'Montserrat', sans-serif;
  letter-spacing: -0.04em;
}

/* — Hero — */
.organizers-page .og-hero-new {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(5rem, 12vw, 7rem) clamp(1.25rem, 5vw, 2.5rem) clamp(2.5rem, 5vw, 4rem);
  background: var(--og-bg);
  overflow: hidden;
}

.organizers-page .og-hero-new > .og-hero-inner,
.organizers-page .og-hero-new > .og-hero-stage3d {
  position: relative;
  z-index: 1;
}

.organizers-page .og-hero-new .rp-aurora {
  opacity: 0.45;
  pointer-events: none;
}

.organizers-page .og-hero-brand {
  margin: 0 0 0.75rem;
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--og-text);
}

.organizers-page .og-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 1rem;
  margin-bottom: 1.25rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--og-border);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--og-muted);
}

.organizers-page .og-hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--og-accent);
  flex-shrink: 0;
}

.organizers-page .og-hero-new-title {
  font-size: clamp(2.1rem, 5.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--og-text);
  margin: 0 0 1rem;
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
}

.organizers-page .og-grad {
  background: linear-gradient(135deg, #f3dfbb 0%, #c5a572 55%, #8a6a3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.organizers-page .og-hero-new-subtitle {
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  color: var(--og-muted);
  line-height: 1.65;
  margin: 0 auto 2rem;
  max-width: 42rem;
}

.organizers-page .og-hero-new-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  align-items: center;
}

.organizers-page .og-hero-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.85rem;
  background: var(--og-accent);
  color: #0a0a0a;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: none;
}

.organizers-page .og-hero-cta-primary:hover {
  background: var(--og-accent-hover);
}

.organizers-page .og-hero-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.95rem 1.85rem;
  background: rgba(255, 255, 255, 0.06);
  color: var(--og-text);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid var(--og-border);
}

.organizers-page .og-hero-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.14);
}

.organizers-page .og-hero-stage3d {
  width: 100%;
  max-width: 960px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}

.organizers-page .og-hero-video-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--og-surface);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
  aspect-ratio: 16 / 9;
}

.organizers-page .og-hero-video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hero reveal animation */
.organizers-page .og-hero-reveal {
  opacity: 0;
  transform: translateY(14px);
  filter: blur(6px);
  animation: ogHeroRevealNew var(--og-dur-reveal) var(--og-ease-reveal) both;
  animation-delay: var(--og-reveal-delay, 0.06s);
}

@keyframes ogHeroRevealNew {
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* — Catchphrase — */
.organizers-page .og-catchphrase {
  background: var(--og-bg);
  min-height: 140vh;
}

.organizers-page .og-catchphrase-text {
  font-family: 'Syne', 'Montserrat', sans-serif;
  font-size: clamp(1.85rem, 4.5vw, 2.85rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  --og-reveal: 0;
  color: rgba(255, 255, 255, calc(0.28 + 0.72 * var(--og-reveal, 0)));
}

/* — Features bento — */
.organizers-page .og-features-bento {
  background: var(--og-bg);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 3rem);
}

.organizers-page .og-features-headline {
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  color: var(--og-text);
}

.organizers-page .og-features-sub {
  color: var(--og-muted);
}

.organizers-page .og-features-cta {
  background: var(--og-accent);
  color: #0a0a0a;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.organizers-page .og-features-cta:hover {
  background: var(--og-accent-hover);
}

.organizers-page .og-bento-card {
  background: var(--og-surface);
  border: 1px solid var(--og-border);
  border-radius: 20px;
  padding: 1.5rem;
  box-shadow: none;
}

.organizers-page .og-bento-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.organizers-page .og-bento-glow-node {
  box-shadow: none;
  background: var(--og-accent);
}

.organizers-page .og-bento-mockup {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--og-border);
  border-radius: 14px;
}

/* Static reservations list — no infinite ticker */
.organizers-page .og-resa-ticker {
  height: auto;
  overflow: visible;
  margin-top: 1rem;
  border: none;
  box-shadow: none;
}

.organizers-page .og-resa-ticker-fade {
  display: none !important;
}

.organizers-page .og-resa-ticker-track {
  animation: none !important;
  transform: none !important;
}

.organizers-page .og-resa-rows {
  gap: 0.65rem;
}

.organizers-page .og-resa-row {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--og-border);
  border-radius: 10px;
}

.organizers-page .og-bento-icons-cluster .og-bento-cluster-icon {
  animation: none !important;
  transform: none !important;
  filter: none !important;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--og-border);
}

.organizers-page .og-bento-icons-cluster::before {
  display: none !important;
}

/* — Steps — */
.organizers-page .og-steps-howit {
  background: var(--og-bg);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 3rem);
}

.organizers-page .og-steps-howit-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(2.5rem, 5vw, 4rem);
}

.organizers-page .og-steps-howit-title {
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: var(--og-text);
  margin: 0 0 0.75rem;
}

.organizers-page .og-steps-howit-sub {
  color: var(--og-muted);
  margin: 0;
}

.organizers-page .og-steps-howit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
  max-width: 1100px;
  margin: 0 auto clamp(3rem, 6vw, 4.5rem);
  padding: 0;
}

.organizers-page .og-steps-howit-row:last-child {
  margin-bottom: 0;
}

.organizers-page .og-steps-howit-row-alt .og-steps-howit-copy {
  order: 2;
}

.organizers-page .og-steps-howit-row-alt .og-steps-howit-visual {
  order: 1;
}

.organizers-page .og-steps-howit-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  margin-bottom: 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--og-accent);
  background: rgba(197, 165, 114, 0.1);
  border: 1px solid rgba(197, 165, 114, 0.22);
}

.organizers-page .og-steps-howit-card-title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
  color: var(--og-text);
  margin: 0 0 0.75rem;
}

.organizers-page .og-steps-howit-text {
  color: var(--og-muted);
  line-height: 1.65;
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
}

.organizers-page .og-steps-howit-cta {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.35rem;
  background: transparent;
  color: var(--og-accent);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(197, 165, 114, 0.35);
}

.organizers-page .og-steps-howit-cta:hover {
  background: rgba(197, 165, 114, 0.1);
  border-color: rgba(197, 165, 114, 0.5);
}

.organizers-page .og-steps-howit-visual {
  display: flex;
  flex-direction: column;
  background: var(--og-surface);
  border: 1px solid var(--og-border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.organizers-page .og-shot-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0.55rem 0.9rem;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid var(--og-border);
}

.organizers-page .og-shot-bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.organizers-page .og-shot-bar span:first-child {
  background: rgba(197, 165, 114, 0.6);
}

.organizers-page .og-shot-bar i {
  margin-left: 0.5rem;
  font-style: normal;
  font-size: 0.66rem;
  color: var(--og-muted);
  font-family: ui-monospace, Menlo, monospace;
}

.organizers-page .og-steps-howit-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  border-radius: 0 0 20px 20px;
}

/* — App Manager — */
.organizers-page .og-appmanager-section {
  background: var(--og-bg);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 3rem);
}

.organizers-page .og-stats-headline {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 700;
}

.organizers-page .og-stats-sub {
  color: var(--og-muted);
}

.organizers-page .og-stat-card {
  background: var(--og-surface);
  border: 1px solid var(--og-border);
  border-radius: 18px;
  box-shadow: none;
}

.organizers-page .og-stat-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.organizers-page .og-stats-cta {
  background: var(--og-accent);
  color: #0a0a0a;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.organizers-page .og-stats-cta:hover {
  background: var(--og-accent-hover);
}

/* — Needs 2×2 — */
.organizers-page .og-features-row {
  background: var(--og-bg);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 3rem);
}

.organizers-page .og-features-row-head {
  text-align: center;
  max-width: 560px;
  margin: 0 auto clamp(2.5rem, 5vw, 3.5rem);
}

.organizers-page .og-features-row-title {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: var(--og-text);
}

.organizers-page .og-features-row-sub {
  color: var(--og-muted);
  margin: 0;
  line-height: 1.6;
}

.organizers-page .og-features-row-grid-2x2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
}

.organizers-page .og-feat-col-card {
  background: var(--og-surface);
  border: 1px solid var(--og-border);
  border-radius: 20px;
  padding: 1.75rem;
}

.organizers-page .og-feat-col-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  border-radius: 12px;
  background: rgba(197, 165, 114, 0.1);
  border: 1px solid rgba(197, 165, 114, 0.2);
  color: var(--og-accent);
}

.organizers-page .og-feat-col-icon svg {
  width: 22px;
  height: 22px;
}

.organizers-page .og-feat-col-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--og-text);
}

.organizers-page .og-feat-col-desc {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--og-muted);
}

/* — Management — */
.organizers-page .og-management-section {
  display: block !important;
  background: var(--og-bg);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 3rem);
}

.organizers-page .og-management-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.organizers-page .og-management-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.organizers-page .og-management-card {
  background: var(--og-surface);
  border: 1px solid var(--og-border);
  border-radius: 20px;
  padding: 1.75rem;
}

.organizers-page .og-management-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  border-radius: 14px;
  background: rgba(197, 165, 114, 0.1);
  border: 1px solid rgba(197, 165, 114, 0.2);
  color: var(--og-accent);
}

.organizers-page .og-management-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
  color: var(--og-text);
}

.organizers-page .og-management-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--og-muted);
  margin: 0 0 1rem;
}

.organizers-page .og-management-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.organizers-page .og-management-list li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.5;
}

.organizers-page .og-management-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--og-accent);
}

/* — FAQ — */
.organizers-page .og-faq-section {
  background: var(--og-bg);
  padding: clamp(3rem, 7vw, 6rem) clamp(1.25rem, 5vw, 3rem);
}

.organizers-page .og-faq-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.organizers-page .og-faq-title {
  font-size: clamp(1.85rem, 3.5vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 0.65rem;
}

.organizers-page .og-faq-sub {
  color: var(--og-muted);
  margin: 0 0 2rem;
  line-height: 1.6;
}

.organizers-page .og-faq-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-align: left;
}

.organizers-page .og-faq-item {
  background: var(--og-surface);
  border: 1px solid var(--og-border);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color var(--og-dur-reveal) var(--og-ease-reveal);
}

.organizers-page .og-faq-item[open] {
  border-color: rgba(197, 165, 114, 0.35);
}

.organizers-page .og-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--og-text);
  cursor: pointer;
  list-style: none;
  transition: transform var(--og-dur-press) var(--og-ease-press);
}

.organizers-page .og-faq-question::-webkit-details-marker { display: none; }
.organizers-page .og-faq-question::marker { content: none; }

.organizers-page .og-faq-question:active {
  transform: scale(0.99);
}

.organizers-page .og-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--og-muted);
  font-size: 1.1rem;
  font-weight: 400;
  transition: transform var(--og-dur-reveal) var(--og-ease-reveal), color var(--og-dur-reveal) var(--og-ease-reveal);
}

.organizers-page .og-faq-item[open] .og-faq-icon {
  transform: rotate(45deg);
  color: var(--og-accent);
}

.organizers-page .og-faq-answer {
  margin: 0;
  padding: 0 1.35rem 1.25rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--og-muted);
}

/* — Final CTA — */
.organizers-page .og-final-cta {
  background: var(--og-bg);
  padding: clamp(3rem, 7vw, 5rem) clamp(1.25rem, 5vw, 3rem) clamp(4rem, 8vw, 6rem);
}

.organizers-page .og-final-cta-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.organizers-page .og-final-cta-title {
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 0.75rem;
  color: var(--og-text);
}

.organizers-page .og-final-cta-sub {
  margin: 0 0 1.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--og-muted);
}

.organizers-page .og-final-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.25rem;
  background: var(--og-accent);
  color: #0a0a0a;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 999px;
  border: none;
}

.organizers-page .og-final-cta-btn:hover {
  background: var(--og-accent-hover);
}

/* — Scroll reveal recipe — */
.organizers-page .og-reveal {
  opacity: 0;
  transform: translateY(16px);
  filter: blur(4px);
  transition:
    opacity var(--og-dur-reveal) var(--og-ease-reveal),
    transform var(--og-dur-reveal) var(--og-ease-reveal),
    filter var(--og-dur-reveal) var(--og-ease-reveal);
}

.organizers-page .og-reveal.og-revealed {
  opacity: 1;
  transform: none;
  filter: none;
}

.organizers-page .og-anim-title,
.organizers-page .og-anim-subtitle,
.organizers-page .og-anim-cta {
  opacity: 0;
  transform: translateY(12px);
  filter: blur(4px);
  transition:
    opacity var(--og-dur-reveal) var(--og-ease-reveal),
    transform var(--og-dur-reveal) var(--og-ease-reveal),
    filter var(--og-dur-reveal) var(--og-ease-reveal);
}

.organizers-page .og-anim-section.og-visible .og-anim-title {
  opacity: 1;
  transform: none;
  filter: none;
  transition-delay: 0.05s;
}

.organizers-page .og-anim-section.og-visible .og-anim-subtitle {
  opacity: 1;
  transform: none;
  filter: none;
  transition-delay: 0.12s;
}

.organizers-page .og-anim-section.og-visible .og-anim-cta {
  opacity: 1;
  transform: none;
  filter: none;
  transition-delay: 0.2s;
}

/* — Interactive press (scale 0.97) — */
.organizers-page .og-hero-cta-primary,
.organizers-page .og-hero-cta-secondary,
.organizers-page .og-features-cta,
.organizers-page .og-steps-howit-cta,
.organizers-page .og-stats-cta,
.organizers-page .og-final-cta-btn {
  transition:
    transform var(--og-dur-press) var(--og-ease-press),
    background-color 200ms var(--og-ease-reveal),
    border-color 200ms var(--og-ease-reveal);
}

.organizers-page .og-hero-cta-primary:active,
.organizers-page .og-hero-cta-secondary:active,
.organizers-page .og-features-cta:active,
.organizers-page .og-steps-howit-cta:active,
.organizers-page .og-stats-cta:active,
.organizers-page .og-final-cta-btn:active {
  transform: scale(0.97);
}

.organizers-page .og-bento-card,
.organizers-page .og-stat-card,
.organizers-page .og-feat-col-card,
.organizers-page .og-management-card {
  transition:
    transform var(--og-dur-press) var(--og-ease-press),
    border-color 200ms var(--og-ease-reveal);
}

.organizers-page .og-bento-card:active,
.organizers-page .og-stat-card:active,
.organizers-page .og-feat-col-card:active,
.organizers-page .og-management-card:active {
  transform: scale(0.97);
}

/* Stagger reveals */
.organizers-page .og-bento-card:nth-child(1).og-reveal.og-revealed { transition-delay: 0.04s; }
.organizers-page .og-bento-card:nth-child(2).og-reveal.og-revealed { transition-delay: 0.1s; }
.organizers-page .og-bento-card:nth-child(3).og-reveal.og-revealed { transition-delay: 0.16s; }
.organizers-page .og-steps-howit-row:nth-child(2).og-reveal.og-revealed { transition-delay: 0.04s; }
.organizers-page .og-steps-howit-row:nth-child(3).og-reveal.og-revealed { transition-delay: 0.1s; }
.organizers-page .og-steps-howit-row:nth-child(4).og-reveal.og-revealed { transition-delay: 0.16s; }
.organizers-page .og-stat-card:nth-child(1).og-reveal.og-revealed { transition-delay: 0.04s; }
.organizers-page .og-stat-card:nth-child(2).og-reveal.og-revealed { transition-delay: 0.1s; }
.organizers-page .og-stat-card:nth-child(3).og-reveal.og-revealed { transition-delay: 0.16s; }
.organizers-page .og-feat-col-card:nth-child(1).og-reveal.og-revealed { transition-delay: 0.04s; }
.organizers-page .og-feat-col-card:nth-child(2).og-reveal.og-revealed { transition-delay: 0.08s; }
.organizers-page .og-feat-col-card:nth-child(3).og-reveal.og-revealed { transition-delay: 0.12s; }
.organizers-page .og-feat-col-card:nth-child(4).og-reveal.og-revealed { transition-delay: 0.16s; }
.organizers-page .og-management-card:nth-child(1).og-reveal.og-revealed { transition-delay: 0.04s; }
.organizers-page .og-management-card:nth-child(2).og-reveal.og-revealed { transition-delay: 0.1s; }
.organizers-page .og-management-card:nth-child(3).og-reveal.og-revealed { transition-delay: 0.16s; }
.organizers-page .og-faq-item:nth-child(1).og-reveal.og-revealed { transition-delay: 0.04s; }
.organizers-page .og-faq-item:nth-child(2).og-reveal.og-revealed { transition-delay: 0.08s; }
.organizers-page .og-faq-item:nth-child(3).og-reveal.og-revealed { transition-delay: 0.12s; }
.organizers-page .og-faq-item:nth-child(4).og-reveal.og-revealed { transition-delay: 0.16s; }

/* — Responsive — */
@media (max-width: 960px) {
  .organizers-page .og-steps-howit-row,
  .organizers-page .og-steps-howit-row-alt {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .organizers-page .og-steps-howit-row-alt .og-steps-howit-copy,
  .organizers-page .og-steps-howit-row-alt .og-steps-howit-visual {
    order: unset;
  }

  .organizers-page .og-management-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .organizers-page .og-steps-neo-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .organizers-page {
    overflow-x: hidden;
  }

  .organizers-page main {
    padding-top: 0.5rem;
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom, 0px));
    max-width: 100%;
    overflow-x: hidden;
  }

  .organizers-page .og-hero-new {
    min-height: auto;
    padding: clamp(4.5rem, 14vw, 5.5rem) 1.25rem 2rem;
    overflow: hidden;
  }

  .organizers-page .og-hero-inner {
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
  }

  .organizers-page .og-hero-new-title {
    max-width: none;
    font-size: clamp(1.55rem, 7.2vw, 2.05rem) !important;
    line-height: 1.15;
  }

  .organizers-page .og-hero-new-subtitle {
    font-size: 0.95rem;
    margin-bottom: 1.35rem;
    line-height: 1.55;
  }

  .organizers-page .og-hero-stage3d,
  .organizers-page .og-hero-mockup-wrap {
    max-width: 100%;
    padding: 0;
    margin-top: 1.25rem;
  }

  .organizers-page .og-hero-video-wrap {
    border-radius: 14px;
  }

  .organizers-page .og-catchphrase {
    min-height: 0 !important;
    margin: 0;
    padding: 2.5rem 1.25rem !important;
  }

  .organizers-page .og-catchphrase-sticky {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0;
  }

  .organizers-page .og-catchphrase-text {
    font-size: clamp(1.25rem, 5.8vw, 1.65rem) !important;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92) !important;
    --og-reveal: 1;
  }

  .organizers-page .og-features-bento-copy {
    position: static !important;
    top: auto !important;
  }

  .organizers-page .og-features-bento,
  .organizers-page .og-steps-howit,
  .organizers-page .og-appmanager-section,
  .organizers-page .og-stats-section,
  .organizers-page .og-features-row,
  .organizers-page .og-management-section,
  .organizers-page .og-faq-section,
  .organizers-page .og-steps-neo,
  .organizers-page .og-final-cta,
  .organizers-page .og-cta,
  .organizers-page .og-bento-final {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: clamp(2.5rem, 8vw, 3.5rem) !important;
    padding-bottom: clamp(2.5rem, 8vw, 3.5rem) !important;
  }

  .organizers-page .og-features-bento-inner,
  .organizers-page .og-steps-howit-row,
  .organizers-page .og-stats-inner,
  .organizers-page .og-features-row-grid-2x2,
  .organizers-page .og-management-grid,
  .organizers-page .og-faq-inner,
  .organizers-page .og-faq-grid {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .organizers-page .og-features-row-grid-2x2 {
    grid-template-columns: 1fr;
  }

  .organizers-page .og-stats-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .organizers-page .og-stats-cta-row {
    justify-content: center;
  }

  .organizers-page .og-bento-card,
  .organizers-page .og-bento-card-wide,
  .organizers-page .og-feat-col-card,
  .organizers-page .og-management-card,
  .organizers-page .og-faq-item {
    min-width: 0;
    max-width: 100%;
  }

  .organizers-page .og-bento-card-wide {
    padding: 1.25rem;
    gap: 1rem;
  }

  .organizers-page .og-resa-row {
    gap: 0.5rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.7rem;
  }

  .organizers-page .og-steps-howit-image {
    max-height: 220px;
  }

  .organizers-page .og-hero-cta-primary,
  .organizers-page .og-hero-cta-secondary,
  .organizers-page .og-features-cta,
  .organizers-page .og-stats-cta,
  .organizers-page .og-final-cta-btn {
    min-height: 48px;
  }
}

@media (max-width: 600px) {
  .organizers-page .og-hero-new-ctas {
    flex-direction: column;
    width: 100%;
  }

  .organizers-page .og-hero-cta-primary,
  .organizers-page .og-hero-cta-secondary {
    width: 100%;
    justify-content: center;
  }

  .organizers-page .og-features-bento,
  .organizers-page .og-steps-howit,
  .organizers-page .og-appmanager-section,
  .organizers-page .og-stats-section,
  .organizers-page .og-features-row,
  .organizers-page .og-management-section,
  .organizers-page .og-faq-section,
  .organizers-page .og-steps-neo,
  .organizers-page .og-final-cta,
  .organizers-page .og-cta,
  .organizers-page .og-bento-final {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* — prefers-reduced-motion: comprehensive kill — */
@media (prefers-reduced-motion: reduce) {
  .organizers-page .og-hero-reveal,
  .organizers-page .og-reveal,
  .organizers-page .og-anim-title,
  .organizers-page .og-anim-subtitle,
  .organizers-page .og-anim-cta {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    animation: none !important;
    transition: none !important;
  }

  .organizers-page .og-grad,
  .organizers-page .og-float,
  .organizers-page .og-bento-icons-cluster-futuristic .og-bento-cluster-icon,
  .organizers-page .og-bento-icons-cluster-futuristic::before,
  .organizers-page .og-resa-ticker-track,
  .organizers-page .rp-aurora-blob,
  .organizers-page .og-step-node::after {
    animation: none !important;
  }

  .organizers-page .og-catchphrase-text {
    color: #fff !important;
    --og-reveal: 1 !important;
  }

  .organizers-page .og-hero-cta-primary:active,
  .organizers-page .og-hero-cta-secondary:active,
  .organizers-page .og-features-cta:active,
  .organizers-page .og-steps-howit-cta:active,
  .organizers-page .og-stats-cta:active,
  .organizers-page .og-final-cta-btn:active,
  .organizers-page .og-bento-card:active,
  .organizers-page .og-stat-card:active,
  .organizers-page .og-feat-col-card:active,
  .organizers-page .og-management-card:active,
  .organizers-page .og-faq-question:active {
    transform: none !important;
  }
}
