/* ═══════════════════════════════════════════════════════════════
   SCH — HOMEPAGE V2 « SOUVIENS-TOI DEMAIN »
   Design system : luxe sombre / cinématographique / or champagne.
   Scopé .template--index — mobile-first, zéro dépendance externe.
   ═══════════════════════════════════════════════════════════════ */

.template--index {
  --hm-bg: #FBFAF6;
  --hm-bg-soft: #F4EFE2;
  --hm-panel: #FFFFFF;
  --hm-panel-2: #FFFCF5;
  --hm-line: rgba(161, 120, 38, 0.16);
  --hm-line-strong: rgba(161, 120, 38, 0.28);
  --hm-gold: #B88A2B;
  --hm-gold-hi: #9D7423;
  --hm-gold-deep: #745016;
  --hm-cream: #17130C;
  --hm-muted: rgba(23, 19, 12, 0.68);
  --hm-faint: rgba(23, 19, 12, 0.42);
  --hm-green: #258657;
  --hm-radius: 16px;
  --hm-pad-x: clamp(16px, 4.5vw, 40px);
  --hm-section: clamp(60px, 10vw, 118px);
  background: var(--hm-bg);
  color: var(--hm-cream);
}
.template--index main { background: var(--hm-bg); }
.template--index ::selection { background: var(--hm-gold); color: #FFFDF7; }

#hm-top {
  display: flex;
  flex-direction: column;
  background: var(--hm-bg);
}
#hm-top > .hm-hero { order: 1; }
#hm-top > .hm-albums { order: 2; }
#hm-top > .hm-tix { order: 3; }
#hm-top > .hm-reviews { order: 4; }
#hm-top > .hm-story { order: 5; }
#hm-top > .hm-info { order: 6; }
#hm-top > .hm-faq { order: 7; }
#hm-top > .hm-final { order: 8; }

/* ── Conteneur & primitives partagées ─────────────────────────── */
.hm-wrap { max-width: 1280px; margin: 0 auto; padding: 0 var(--hm-pad-x); }
.hm-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 800; letter-spacing: 3.6px;
  text-transform: uppercase; color: var(--hm-gold);
}
.hm-kicker::before {
  content: ""; width: 22px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--hm-gold));
}
.hm-h2 {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(34px, 6.4vw, 58px);
  line-height: 0.96; letter-spacing: 2.5px;
  color: var(--hm-cream); margin: 10px 0 0;
}
.hm-sub { font-size: clamp(13px, 1.6vw, 15px); line-height: 1.7; color: var(--hm-muted); margin: 14px 0 0; max-width: 560px; }
.hm-head { margin-bottom: clamp(28px, 5vw, 48px); }
.hm-head--center { text-align: center; }
.hm-head--center .hm-sub { margin-left: auto; margin-right: auto; }
.hm-head--center .hm-kicker::before { display: none; }
.hm-head--center .hm-kicker::after { display: none; }

/* Boutons */
.hm-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 0 30px; border-radius: 13px;
  font-size: 12px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase;
  font-family: var(--font-body, 'Inter', sans-serif);
  cursor: pointer; text-decoration: none; border: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  -webkit-tap-highlight-color: transparent;
}
.hm-btn--gold {
  background: linear-gradient(180deg, #EDD586 0%, #C9A84C 44%, #9D7423 100%);
  color: #17130C;
  box-shadow: 0 10px 28px rgba(161, 120, 38, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}
.hm-btn--gold:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(161, 120, 38, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.48); }
.hm-btn--gold:active { transform: translateY(0); }
.hm-btn--ghost {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--hm-line-strong);
  color: var(--hm-cream);
  box-shadow: 0 8px 20px rgba(35, 27, 12, 0.06);
}
.hm-btn--ghost:hover { border-color: var(--hm-gold); color: var(--hm-gold-deep); background: rgba(201, 168, 76, 0.08); }
.hm-btn svg { flex-shrink: 0; }

/* Révélation au scroll (activée seulement si JS pose .hm-io) */
html.hm-io .template--index .hm-r {
  opacity: 0; transform: translateY(22px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
html.hm-io .template--index .hm-r.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.hm-io .template--index .hm-r { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ═══════════════════════════════════════════════════════════════
   HEADER — variante sombre sur la home (desktop + mobile)
   ═══════════════════════════════════════════════════════════════ */
.template--index .site-header {
  background: transparent !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}
.template--index .site-header::before,
.template--index .site-header::after {
  content: none !important;
  display: none !important;
}
.template--index .site-header.scrolled {
  background: rgba(255, 255, 255, 0.93) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom: 1px solid rgba(161, 120, 38, 0.14) !important;
  box-shadow: 0 10px 30px rgba(35, 27, 12, 0.08) !important;
}
.template--index .site-header .logo-img { filter: none; }
.template--index .site-header .logo-sub { color: rgba(23, 19, 12, 0.56); }
.template--index .site-header .logo-pipe { color: rgba(23, 19, 12, 0.24); }
.template--index .site-header .nav-link,
.template--index .site-header .nav-btn-infos { color: rgba(23, 19, 12, 0.76); }
.template--index .site-header .nav-link:hover,
.template--index .site-header .nav-btn-infos:hover { color: var(--hm-gold-deep); }
.template--index .site-header .nav-cart { color: var(--hm-cream); }
.template--index .site-header .header-login-chip {
  border-color: rgba(161, 120, 38, 0.24);
  background: rgba(255, 255, 255, 0.72);
  color: rgba(23, 19, 12, 0.84);
}
.template--index .site-header .header-login-chip:hover { background: var(--hm-gold); border-color: var(--hm-gold); color: #17130C; }

/* Nav mobile sombre sur la home */
.template--index .mobile-nav {
  background: rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  backdrop-filter: blur(16px) saturate(1.15);
  border-top: 1px solid rgba(161, 120, 38, 0.16);
  box-shadow: 0 -10px 30px rgba(35, 27, 12, 0.10);
}
.template--index .mobile-nav-item { color: rgba(23, 19, 12, 0.56); }
.template--index .mobile-nav-item:hover,
.template--index .mobile-nav-item.active { color: var(--hm-gold-deep); }
.template--index .mobile-nav-cart { background: var(--hm-gold); color: #17130C; }
.template--index .mobile-nav-cart:hover { background: #D8B960; color: #17130C; }

/* ═══════════════════════════════════════════════════════════════
   1. HERO
   ═══════════════════════════════════════════════════════════════ */
.hm-hero {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  min-height: clamp(620px, 86svh, 820px);
  overflow: hidden;
  isolation: isolate;
}
.hm-hero-bg { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hm-hero-bg picture { position: absolute; inset: 0; display: block; }
.hm-hero-bg::before {
  content: "";
  position: absolute;
  inset: -28px;
  background: url('hero-sch-stade-clean-20260816.jpg') center 42% / cover no-repeat;
  filter: blur(18px) saturate(1.08) brightness(0.78);
  transform: scale(1.04);
}
.hm-hero-bg::after { content: none; }
.hm-hero-bg img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%; height: 100%;
  object-fit: contain; object-position: center center;
  filter: brightness(0.95) contrast(1.04) saturate(1.02);
  transform: none;
}
.hm-hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(90% 78% at 50% 20%, rgba(255, 255, 255, 0.10) 0%, rgba(255, 248, 228, 0.28) 46%, rgba(161, 120, 38, 0.18) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46) 0%, rgba(255, 255, 255, 0.18) 42%, rgba(251, 250, 246, 0.78) 88%, var(--hm-bg) 100%);
}
.hm-hero-inner {
  width: 100%; max-width: 1280px;
  padding: calc(84px + var(--sch-safe-top, 0px)) var(--hm-pad-x) clamp(56px, 9vh, 88px);
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 0;
}
.hm-hero-chip {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 9px; font-weight: 800; letter-spacing: 3.2px; text-transform: uppercase;
  color: var(--hm-gold-deep);
  border: 1px solid rgba(161, 120, 38, 0.26);
  background: rgba(255, 255, 255, 0.74);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 8px 16px; border-radius: 99px;
  margin-bottom: clamp(14px, 2.6vh, 24px);
  box-shadow: 0 8px 24px rgba(35, 27, 12, 0.10);
}
.hm-hero-chip::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--hm-gold-hi);
  box-shadow: 0 0 10px rgba(232, 201, 106, 0.9);
}
.hm-hero-title {
  display: inline-block;
  box-sizing: border-box;
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(76px, 20vw, 190px);
  line-height: 0.94; letter-spacing: clamp(7px, 2vw, 22px);
  margin: 0 0 clamp(8px, 1.6vh, 14px);
  padding: 0 clamp(16px, 4vw, 40px) clamp(4px, 0.8vw, 10px);
  overflow: visible;
  background: linear-gradient(180deg, #17130C 0%, #3D2E10 52%, #B88A2B 118%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: #17130C;
  text-shadow: none;
  filter: drop-shadow(0 14px 34px rgba(255, 255, 255, 0.78));
}
.hm-hero-tour {
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(15px, 3.6vw, 26px);
  letter-spacing: clamp(4px, 1vw, 9px);
  color: #17130C;
  margin-bottom: clamp(18px, 3vh, 30px);
  text-shadow: 0 8px 24px rgba(255, 255, 255, 0.74);
}
.hm-hero-tour::before, .hm-hero-tour::after {
  content: ""; height: 1px; width: clamp(18px, 4.5vw, 56px);
  background: linear-gradient(90deg, transparent, rgba(232, 201, 106, 0.75));
}
.hm-hero-tour::after { transform: scaleX(-1); }
.hm-hero-meta {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 8px;
  margin-bottom: clamp(20px, 3.4vh, 32px);
}
.hm-hero-meta span {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase;
  color: rgba(23, 19, 12, 0.78);
  border: 1px solid rgba(161, 120, 38, 0.18);
  background: rgba(255, 255, 255, 0.74);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 9px 14px; border-radius: 99px;
  box-shadow: 0 8px 22px rgba(35, 27, 12, 0.08);
}
.hm-hero-meta svg { color: var(--hm-gold); flex-shrink: 0; }
.hm-hero-note {
  font-size: 11px; letter-spacing: 1.2px; text-transform: uppercase;
  color: rgba(23, 19, 12, 0.58);
  display: inline-flex; align-items: center; gap: 7px;
  margin-bottom: clamp(16px, 3vh, 26px);
}
.hm-hero-note strong { color: var(--hm-gold-hi); font-weight: 800; }
.hm-hero-note svg { color: var(--hm-green); }
.hm-hero-cta {
  margin: clamp(14px, 2.7vh, 22px) 0 0;
  min-width: 230px;
}
.hm-count {
  display: inline-flex; align-items: center; gap: clamp(7px, 1.7vw, 14px);
  border: 1px solid rgba(161, 120, 38, 0.18);
  background: rgba(255, 255, 255, 0.78);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 12px clamp(14px, 2.9vw, 24px);
  box-shadow: 0 16px 34px rgba(35, 27, 12, 0.12);
}
.hm-count-cell { display: flex; flex-direction: column; align-items: center; gap: 3px; min-width: clamp(38px, 8.4vw, 54px); }
.hm-count-num {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(24px, 5.6vw, 36px); line-height: 1; color: var(--hm-cream);
  font-variant-numeric: tabular-nums;
}
.hm-count-lbl { font-size: 7.5px; font-weight: 700; letter-spacing: 1.7px; color: var(--hm-faint); text-transform: uppercase; }
.hm-count-sep {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(18px, 4.3vw, 26px); color: rgba(232, 201, 106, 0.5);
  padding-bottom: 12px;
}
.hm-hero-scroll {
  position: absolute; left: 50%; transform: translateX(-50%);
  bottom: calc(14px + var(--sch-safe-bottom, 0px));
  color: rgba(232, 201, 106, 0.5);
  animation: hmFloat 2.4s ease-in-out infinite;
  pointer-events: none;
}
@keyframes hmFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); opacity: 0.55; }
  50% { transform: translateX(-50%) translateY(7px); opacity: 1; }
}

@keyframes hmTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .hm-hero-scroll { animation: none; }
}

/* ═══════════════════════════════════════════════════════════════
   3. INFOS CONCERT
   ═══════════════════════════════════════════════════════════════ */
.hm-info { padding: var(--hm-section) 0 0; }
.hm-info-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.hm-info-card {
  position: relative;
  display: flex; flex-direction: column; gap: 10px;
  padding: 16px 14px;
  background: linear-gradient(160deg, var(--hm-panel-2) 0%, var(--hm-panel) 100%);
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
  transition: border-color 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}
.hm-info-card::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(90% 70% at 100% 0%, rgba(201, 168, 76, 0.07), transparent 60%);
  pointer-events: none;
}
.hm-info-card:hover { border-color: rgba(201, 168, 76, 0.4); transform: translateY(-2px); }
.hm-info-ico {
  width: 38px; height: 38px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  color: var(--hm-gold-hi);
  background: rgba(201, 168, 76, 0.09);
  border: 1px solid rgba(201, 168, 76, 0.22);
}
.hm-info-lbl { font-size: 9px; font-weight: 800; letter-spacing: 2.2px; text-transform: uppercase; color: var(--hm-faint); }
.hm-info-val { font-size: 14px; font-weight: 700; color: var(--hm-cream); line-height: 1.35; margin-top: 2px; }
.hm-info-val small { display: block; font-size: 11px; font-weight: 500; color: var(--hm-muted); margin-top: 2px; }

/* FAQ */
.hm-faq { padding: calc(var(--hm-section) * 0.72) 0 0; }
.hm-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.hm-faq-item {
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
  background: linear-gradient(165deg, var(--hm-panel-2) 0%, var(--hm-panel) 78%);
  box-shadow: 0 16px 36px rgba(35, 27, 12, 0.05);
  overflow: hidden;
}
.hm-faq-q {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: var(--hm-cream);
  font: 800 12px/1.3 var(--font-body, 'Inter', sans-serif);
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}
.hm-faq-q::after {
  content: "+";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--hm-gold-deep);
  background: rgba(201, 168, 76, 0.10);
  border: 1px solid rgba(161, 120, 38, 0.18);
  font-size: 17px;
  line-height: 1;
}
.hm-faq-q.active::after { content: "-"; }
.hm-faq-a {
  display: none;
  padding: 0 18px 17px;
  color: var(--hm-muted);
  font-size: 13px;
  line-height: 1.65;
}
.hm-faq-a.open { display: block; }
.hm-faq-a p { margin: 0; }
.hm-faq-cta {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

/* ═══════════════════════════════════════════════════════════════
   4. BILLETS
   ═══════════════════════════════════════════════════════════════ */
.hm-tix.tickets-section {
  padding: var(--hm-section) 0 0;
  background: var(--hm-bg);
}
.template--index .hm-tix .section-header {
  margin-bottom: clamp(28px, 5vw, 52px);
}
.template--index .hm-tix .section-badge,
.template--index .hm-albums .section-badge {
  color: var(--hm-gold-deep);
}
.template--index .hm-tix .section-title,
.template--index .hm-albums .albums-slider-title {
  color: var(--hm-cream);
}
.template--index .hm-tix .section-desc {
  color: var(--hm-muted);
}
.template--index .hm-tix .tickets-grid {
  gap: 14px;
}
.template--index .hm-tix .ticket-card {
  border-color: var(--hm-line);
  border-radius: var(--hm-radius);
  background: linear-gradient(165deg, var(--hm-panel-2) 0%, var(--hm-panel) 72%);
  box-shadow: 0 16px 38px rgba(35, 27, 12, 0.07);
}
.template--index .hm-tix .ticket-card:hover {
  border-color: rgba(184, 138, 43, 0.48);
  box-shadow: 0 22px 50px rgba(35, 27, 12, 0.12);
}
.template--index .hm-tix .ticket-zone.pelouse,
.template--index .hm-tix .ticket-zone.premium,
.template--index .hm-tix .ticket-zone.or,
.template--index .hm-tix .ticket-zone.diamant {
  background: rgba(201, 168, 76, 0.10);
  color: var(--hm-gold-deep);
  border-bottom-color: rgba(161, 120, 38, 0.18);
}
.template--index .hm-tix .ticket-zone.tribune {
  background: rgba(255, 248, 232, 0.70);
  color: var(--hm-muted);
  border-bottom-color: var(--hm-line);
}
.template--index .hm-tix .ticket-name { color: var(--hm-cream); }
.template--index .hm-tix .ticket-desc { color: var(--hm-muted); }
.template--index .hm-tix .ticket-footer {
  border-top-color: var(--hm-line);
  background: rgba(255, 248, 232, 0.62);
}
.template--index .hm-tix .price-from { color: var(--hm-faint); }
.template--index .hm-tix .price-amount { color: var(--hm-gold-hi); }
.template--index .hm-tix .ticket-btn {
  border-radius: 10px;
  background: #17130C;
  color: #FFFFFF;
  border: 1px solid #17130C;
  box-shadow: 0 10px 22px rgba(35, 27, 12, 0.10);
}
.template--index .hm-tix .ticket-btn:hover {
  background: linear-gradient(180deg, #EDD586 0%, #C9A84C 45%, #9D7423 100%);
  border-color: rgba(161, 120, 38, 0.52);
  color: #17130C;
}
.template--index .hm-tix .ticket-btn-soldout,
.template--index .hm-tix .ticket-btn-soldout:hover {
  background: #F0EEE8;
  border-color: #E4DED1;
  color: rgba(23, 19, 12, 0.40);
  box-shadow: none;
}
.template--index .hm-tix .ticket-badge-popular {
  border-radius: 999px;
  background: linear-gradient(135deg, #EDD586, #C9A84C);
  color: #17130C;
}
.hm-tix-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.hm-tix-card {
  position: relative;
  display: flex; flex-direction: column;
  background: linear-gradient(165deg, var(--hm-panel-2) 0%, var(--hm-panel) 70%);
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.hm-tix-card::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--tix-color, var(--hm-gold));
  opacity: 0.85;
}
.hm-tix-card:not(.is-out):hover {
  border-color: rgba(201, 168, 76, 0.45);
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(35, 27, 12, 0.10), 0 0 0 1px rgba(201, 168, 76, 0.12);
}
.hm-tix-card.is-out { opacity: 0.62; }
.hm-tix-card.is-featured {
  border-color: rgba(201, 168, 76, 0.4);
  background:
    radial-gradient(120% 100% at 100% 0%, rgba(201, 168, 76, 0.10), transparent 55%),
    linear-gradient(165deg, #FFF5DD 0%, var(--hm-panel) 70%);
}
.hm-tix-flag {
  position: absolute; top: 12px; right: 12px;
  font-size: 8px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase;
  color: #0B0A07;
  background: linear-gradient(135deg, var(--hm-gold-hi), var(--hm-gold));
  padding: 5px 10px; border-radius: 99px;
  box-shadow: 0 6px 18px rgba(201, 168, 76, 0.35);
}
.hm-tix-top { display: flex; align-items: center; gap: 8px; padding: 16px 18px 0; }
.hm-tix-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--tix-color, var(--hm-gold)); box-shadow: 0 0 10px var(--tix-color, var(--hm-gold)); flex-shrink: 0; }
.hm-tix-zone { font-size: 9px; font-weight: 800; letter-spacing: 2.4px; text-transform: uppercase; color: var(--hm-faint); }
.hm-tix-name {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: 26px; letter-spacing: 1.6px; line-height: 1;
  color: var(--hm-cream);
  margin: 10px 18px 6px;
}
.hm-tix-desc { font-size: 12.5px; line-height: 1.55; color: var(--hm-muted); margin: 0 18px; }
.hm-tix-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 12px 18px 0; }
.hm-tix-tag {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 10px; font-weight: 700; letter-spacing: 0.4px;
  color: var(--hm-muted);
  border: 1px solid var(--hm-line);
  background: rgba(201, 168, 76, 0.055);
  padding: 4px 9px; border-radius: 99px;
}
.hm-tix-tag--stock { color: #7FD8A2; border-color: rgba(70, 178, 111, 0.35); background: rgba(70, 178, 111, 0.08); }
.hm-tix-tag--stock.is-low { color: #F2C063; border-color: rgba(226, 178, 76, 0.4); background: rgba(226, 178, 76, 0.08); }
.hm-tix-tag--stock.is-out { color: rgba(23, 19, 12, 0.36); border-color: var(--hm-line); background: transparent; }
.hm-tix-tag--stock .hm-pulse {
  width: 6px; height: 6px; border-radius: 50%; background: currentColor;
  animation: hmPulse 2s ease-in-out infinite;
}
@keyframes hmPulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.35; } }
@media (prefers-reduced-motion: reduce) { .hm-tix-tag--stock .hm-pulse { animation: none; } }
.hm-tix-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 16px; padding: 14px 18px;
  border-top: 1px solid var(--hm-line);
  background: rgba(255, 248, 232, 0.72);
}
.hm-tix-price { display: flex; flex-direction: column; line-height: 1; }
.hm-tix-price small { font-size: 9px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--hm-faint); margin-bottom: 4px; }
.hm-tix-price strong {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: 30px; letter-spacing: 1px; font-weight: 400;
  color: var(--hm-gold-hi);
}
.hm-tix-card.is-out .hm-tix-price strong { color: rgba(23, 19, 12, 0.36); }
.hm-tix-status {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 34px; padding: 0 12px; border-radius: 999px;
  font-size: 9.5px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase;
  color: #258657;
  border: 1px solid rgba(37, 134, 87, 0.24);
  background: rgba(37, 134, 87, 0.08);
  white-space: nowrap;
}
.hm-tix-status--out {
  color: rgba(23, 19, 12, 0.38);
  border-color: var(--hm-line);
  background: transparent;
}
.hm-tix-note {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-top: 18px;
  font-size: 11px; letter-spacing: 0.6px; color: var(--hm-faint);
  text-align: center;
}
.hm-tix-note svg { color: var(--hm-gold); flex-shrink: 0; }

/* ═══════════════════════════════════════════════════════════════
   6. STORYTELLING ÉVÉNEMENT
   ═══════════════════════════════════════════════════════════════ */
.hm-story { padding: var(--hm-section) 0 0; position: relative; }
.hm-story-grid { display: grid; grid-template-columns: 1fr; gap: clamp(22px, 4vw, 54px); align-items: center; }
.hm-story-visual {
  position: relative;
  width: 100%;
  max-width: 640px;
  min-width: 0;
  margin-inline: auto;
}
.hm-story-visual::before {
  content: "";
  position: absolute; inset: -10px;
  z-index: 0;
  background: linear-gradient(145deg, rgba(255, 248, 228, 0.78), rgba(201, 168, 76, 0.12));
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: calc(var(--hm-radius) + 8px);
  box-shadow: 0 24px 56px rgba(35, 27, 12, 0.12);
  pointer-events: none;
}
.hm-story-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 879 / 555;
  object-fit: contain;
  object-position: center center;
  background: #140C04;
  border-radius: calc(var(--hm-radius) + 4px);
  border: 1px solid var(--hm-line-strong);
  filter: saturate(1.03) contrast(1.04);
  box-shadow: 0 18px 44px rgba(35, 27, 12, 0.16);
}
.hm-story-date {
  position: absolute; top: 14px; left: 14px;
  display: none; flex-direction: column; align-items: center;
  background: rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(201, 168, 76, 0.4);
  border-radius: 13px;
  padding: 10px 14px;
}
.hm-story-date b { font-family: var(--font-display, 'Bebas Neue', sans-serif); font-size: 30px; line-height: 0.9; color: var(--hm-gold-hi); font-weight: 400; }
.hm-story-date span { font-size: 8px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--hm-muted); margin-top: 3px; }
.hm-story-copy { min-width: 0; }
.hm-story-copy p { font-size: clamp(13.5px, 1.7vw, 15px); line-height: 1.75; color: var(--hm-muted); margin: 14px 0 0; }
.hm-story-copy p strong { color: var(--hm-cream); font-weight: 700; }
.hm-story-copy p em { color: var(--hm-gold-hi); font-style: normal; font-weight: 700; }
.hm-story-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 22px 0;
  padding: 16px 0;
  border-top: 1px solid var(--hm-line);
  border-bottom: 1px solid var(--hm-line);
}
.hm-story-stat { text-align: center; }
.hm-story-stat b {
  display: block;
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(24px, 5vw, 34px); line-height: 1;
  color: var(--hm-gold-hi); font-weight: 400; letter-spacing: 1px;
}
.hm-story-stat span { display: block; font-size: 9px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--hm-faint); margin-top: 5px; }
.hm-story-trust { display: flex; flex-direction: column; gap: 7px; margin-bottom: 22px; }
.hm-story-trust li {
  display: flex; align-items: center; gap: 10px;
  list-style: none;
  font-size: 12.5px; font-weight: 600; color: var(--hm-muted);
  border: 1px solid var(--hm-line);
  background: rgba(255, 248, 232, 0.54);
  border-radius: 11px;
  padding: 10px 12px;
}
.hm-story-trust svg { color: var(--hm-gold); flex-shrink: 0; }
.hm-story-trust b { color: var(--hm-cream); font-weight: 700; }

/* ═══════════════════════════════════════════════════════════════
   7. UNIVERS SCH — ALBUMS
   ═══════════════════════════════════════════════════════════════ */
.hm-albums.albums-slider-section {
  padding: clamp(34px, 7vw, 64px) 0 30px;
  background:
    radial-gradient(90% 95% at 50% 0%, rgba(201, 168, 76, 0.16) 0%, rgba(201, 168, 76, 0.04) 45%, transparent 72%),
    linear-gradient(180deg, #FBFAF6 0%, #F4ECD8 56%, #FBFAF6 100%);
  border-top: 1px solid var(--hm-line);
  overflow: hidden;
}
.albums-slider-head { text-align: center; margin-bottom: 18px; }
.albums-slider-head .section-badge { margin-bottom: 8px; }
.albums-slider-title {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  color: var(--hm-cream);
  font-size: clamp(28px, 5vw, 52px);
  letter-spacing: 3px;
  line-height: 1;
  margin: 0;
}
.albums-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  pointer-events: none;
  user-select: none;
  touch-action: none;
}
.albums-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  animation: schAlbumsScroll 34s linear infinite;
  padding: 4px 0 8px;
  pointer-events: none;
  will-change: transform;
}
.albums-marquee:hover .albums-track { animation-play-state: running; }
.album-card {
  flex: 0 0 auto;
  width: 180px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.35);
  box-shadow: 0 10px 24px rgba(35, 27, 12, 0.16);
  background: #FFFFFF;
  pointer-events: none;
}
.album-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform var(--transition, 0.25s ease);
  pointer-events: none;
  -webkit-user-drag: none;
}
.album-card:hover img { transform: scale(1.01); }
@keyframes schAlbumsScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .albums-track { animation: none; }
  .albums-marquee { overflow-x: auto; -webkit-overflow-scrolling: touch; mask-image: none; -webkit-mask-image: none; }
}

/* ═══════════════════════════════════════════════════════════════
   8. AVIS
   ═══════════════════════════════════════════════════════════════ */
.hm-reviews { padding: var(--hm-section) 0 0; }
.hm-rev-score {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin-top: 18px;
}
.hm-rev-num {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(46px, 9vw, 64px); line-height: 0.9;
  color: var(--hm-cream);
}
.hm-rev-score-side { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.hm-stars { display: flex; gap: 3px; color: var(--hm-gold-hi); }
.hm-rev-count { font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--hm-faint); font-weight: 700; }
.hm-rev-marquee {
  position: relative;
  overflow: hidden;
  margin: 0 calc(-1 * var(--hm-pad-x));
  padding: clamp(22px, 4vw, 36px) var(--hm-pad-x) 18px;
  mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
  pointer-events: none;
  user-select: none;
  touch-action: none;
}
.hm-rev-scroller {
  display: flex; align-items: stretch; gap: 12px;
  width: max-content;
  overflow: visible;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: auto;
  padding: 4px 0 8px;
  margin: 0;
  scrollbar-width: none;
  animation: schReviewsScroll 96s linear infinite;
  pointer-events: none;
  will-change: transform;
}
.hm-rev-scroller::-webkit-scrollbar { display: none; }
.hm-rev-card {
  flex: 0 0 min(84vw, 340px);
  scroll-snap-align: none;
  display: flex; flex-direction: column;
  background: linear-gradient(165deg, var(--hm-panel-2) 0%, var(--hm-panel) 75%);
  border: 1px solid var(--hm-line);
  border-radius: var(--hm-radius);
  padding: 18px;
  transition: border-color 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}
.hm-rev-card:hover { border-color: var(--hm-line); transform: none; }
.hm-rev-head { display: flex; align-items: center; gap: 11px; margin-bottom: 11px; }
.hm-rev-avatar {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: 16px; letter-spacing: 1px;
  color: var(--hm-gold-hi);
  background: rgba(201, 168, 76, 0.1);
  border: 1px solid rgba(201, 168, 76, 0.3);
  flex-shrink: 0;
}
.hm-rev-id b { display: block; font-size: 13px; font-weight: 700; color: var(--hm-cream); }
.hm-rev-id span { display: block; font-size: 10.5px; color: var(--hm-faint); margin-top: 1px; }
.hm-rev-meta { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; flex-wrap: wrap; }
.hm-rev-cat {
  font-size: 8.5px; font-weight: 800; letter-spacing: 1.6px; text-transform: uppercase;
  color: var(--hm-gold-hi);
  border: 1px solid rgba(201, 168, 76, 0.3);
  background: rgba(201, 168, 76, 0.07);
  padding: 4px 9px; border-radius: 99px;
}
.hm-rev-stars { display: flex; gap: 2px; color: var(--hm-gold-hi); }
.hm-rev-txt { font-size: 13px; line-height: 1.65; color: var(--hm-muted); margin: 0; }
@keyframes schReviewsScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ═══════════════════════════════════════════════════════════════
   9. CTA FINAL
   ═══════════════════════════════════════════════════════════════ */
.hm-final {
  position: relative;
  margin-top: var(--hm-section);
  padding: clamp(70px, 12vw, 130px) 0;
  background:
    radial-gradient(90% 120% at 50% 118%, rgba(201, 168, 76, 0.18) 0%, rgba(201, 168, 76, 0.07) 42%, transparent 70%),
    linear-gradient(180deg, var(--hm-bg) 0%, #F1E7D2 100%);
  border-top: 1px solid var(--hm-line);
  overflow: hidden;
  text-align: center;
}
.hm-final::before {
  content: "";
  position: absolute; left: 50%; top: 0; transform: translateX(-50%);
  width: min(560px, 80vw); height: 1px;
  background: linear-gradient(90deg, transparent, rgba(232, 201, 106, 0.65), transparent);
}
.hm-final-kicker {
  font-size: 10px; font-weight: 800; letter-spacing: 4px; text-transform: uppercase;
  color: var(--hm-gold);
}
.hm-final-title {
  font-family: var(--font-display, 'Bebas Neue', sans-serif);
  font-size: clamp(44px, 9.5vw, 96px);
  line-height: 0.92; letter-spacing: 3px;
  color: var(--hm-cream);
  margin: 14px auto 0;
  max-width: 900px;
}
.hm-final-title em {
  font-style: normal;
  background: linear-gradient(180deg, var(--hm-gold-hi), var(--hm-gold-deep));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hm-final-sub { font-size: clamp(13px, 1.8vw, 15px); color: var(--hm-muted); margin: 16px auto 0; max-width: 480px; line-height: 1.7; }
.hm-final-cta {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  margin-top: 30px;
  padding: 0 var(--hm-pad-x);
}
.hm-final-cta .hm-btn { width: 100%; max-width: 340px; }
.hm-final-meta {
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 26px;
  font-size: 10.5px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase;
  color: var(--hm-faint);
}
.hm-final-meta i { font-style: normal; color: rgba(201, 168, 76, 0.55); }

/* Espace bas de page : réserve la place de la nav mobile */
.template--index main { padding-bottom: 0; }

/* ═══════════════════════════════════════════════════════════════
   BREAKPOINTS
   ═══════════════════════════════════════════════════════════════ */

/* ── ≤359px : très petits écrans ── */
@media (max-width: 359px) {
  .hm-hero-title {
    font-size: clamp(62px, 24vw, 80px);
    line-height: 0.98;
    letter-spacing: clamp(7px, 2.2vw, 10px);
    padding-inline: 14px;
  }
  .hm-info-grid { grid-template-columns: 1fr; }
  .hm-count { gap: 4px; padding: 8px 10px; }
  .hm-count-cell { min-width: 30px; }
  .hm-tix-foot { flex-direction: column; align-items: stretch; }
  .hm-tix-price { flex-direction: row; align-items: baseline; gap: 8px; }
  .hm-tix-status { width: 100%; }
  .hm-story-stats { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 768px) {
  .hm-hero-title {
    font-size: clamp(68px, 23vw, 92px);
    line-height: 0.98;
    letter-spacing: clamp(7px, 2.2vw, 13px);
    padding: 0 clamp(14px, 4vw, 22px) 6px;
  }
  .hm-albums.albums-slider-section { padding: 26px 0 16px; }
  .albums-slider-head { margin-bottom: 12px; }
  .albums-slider-title { font-size: clamp(24px, 9vw, 34px); letter-spacing: 1.6px; }
  .albums-track { gap: 10px; animation-duration: 24s; }
  .album-card { width: clamp(112px, 31vw, 132px); aspect-ratio: 1 / 1; border-radius: 11px; }
  .hm-story { padding-top: clamp(44px, 11vw, 66px); }
  .hm-story-grid { gap: clamp(24px, 7vw, 34px); }
  .hm-story-visual {
    max-width: min(100%, 560px);
  }
  .hm-story-visual::before {
    inset: -6px;
    border-radius: 20px;
    box-shadow: 0 16px 36px rgba(35, 27, 12, 0.11);
  }
  .hm-story-visual img {
    border-radius: 18px;
  }
}

/* ── ≥480px ── */
@media (min-width: 480px) {
  .hm-final-cta { flex-direction: row; justify-content: center; }
  .hm-final-cta .hm-btn { width: auto; min-width: 230px; }
}

/* ── ≥640px ── */
@media (min-width: 640px) {
  .hm-info-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .hm-tix-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .hm-rev-card { flex-basis: 340px; }
}

/* ── ≥769px : tablette / desktop ── */
@media (min-width: 769px) {
  .hm-hero-inner { padding-top: calc(96px + var(--sch-safe-top, 0px)); }
  .hm-hero {
    min-height: clamp(700px, 88svh, 900px);
  }
  .hm-hero-bg::before {
    opacity: 0.42;
    filter: blur(22px) saturate(1.08) brightness(0.82);
    transform: scale(1.06);
  }
  .hm-hero-bg img {
    object-fit: cover;
    object-position: 50% 54%;
    transform: none;
  }
  .hm-hero-scrim {
    background:
      radial-gradient(70% 68% at 50% 25%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 248, 228, 0.16) 48%, rgba(161, 120, 38, 0.12) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 42%, rgba(251, 250, 246, 0.70) 88%, var(--hm-bg) 100%);
  }
  .hm-info-card { padding: 22px 20px; gap: 12px; }
  .hm-info-val { font-size: 15px; }
  .hm-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .hm-faq-item:first-child { grid-column: 1 / -1; }
  .hm-story-grid { grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); }
  .hm-story-visual { justify-self: center; }
  .hm-story-trust { flex-direction: row; flex-wrap: wrap; }
  .hm-story-trust li { flex: 1 1 auto; }
  .albums-track { animation-duration: 52s; }
  .hm-rev-marquee { margin: 0; padding: clamp(22px, 4vw, 36px) 0 18px; }
  .hm-rev-scroller {
    display: flex;
    gap: 14px; overflow: visible; margin: 0; padding: 4px 0 8px;
    scroll-snap-type: none;
    animation-duration: 120s;
  }
  .hm-rev-card { flex: 0 0 340px; }
}

/* ── ≥1024px ── */
@media (min-width: 1024px) {
  .hm-tix-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .hm-rev-scroller { animation-duration: 140s; }
  .hm-info-grid { gap: 14px; }
}

/* ── ≥1280px ── */
@media (min-width: 1280px) {
  .hm-tix-card.is-featured { grid-column: auto; }
  .hm-hero-meta span { font-size: 12px; padding: 10px 17px; }
}

/* ── Desktop : header home reste transparent en haut de page ── */
@media (max-width: 768px) {
  .hm-hero {
    align-items: center;
    min-height: max(600px, calc(var(--sch-viewport-height, 100svh) - var(--sch-mobile-nav-height, 68px) - 16px));
    background-color: var(--hm-bg);
    background-image:
      radial-gradient(90% 76% at 50% 19%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 248, 228, 0.18) 47%, rgba(161, 120, 38, 0.10) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 30%, rgba(251, 250, 246, 0.36) 84%, var(--hm-bg) 100%),
      url('hero-sch-stade-clean-20260816.jpg?v=safari-mobile-20260816-2');
    background-size: cover, cover, cover;
    background-position: 50% 19%, 50% 50%, 50% 50%;
    background-repeat: no-repeat;
  }
  .hm-hero-bg,
  .hm-hero-scrim {
    display: none;
  }
  .hm-hero-bg::before {
    inset: -18px;
    background-position: 50% 50%;
    filter: blur(14px) saturate(1.06) brightness(0.86);
    transform: scale(1.06);
  }
  .hm-hero-bg img {
    object-fit: cover;
    object-position: 50% 50%;
    transform: translateY(-14px) scale(1.035);
    transform-origin: 50% 50%;
  }
  .hm-hero-bg picture {
    display: none;
  }
  .hm-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: url('hero-sch-stade-clean-20260816.jpg') 50% 50% / cover no-repeat;
    filter: brightness(0.95) contrast(1.04) saturate(1.02);
    transform: translateY(-14px) scale(1.035);
    transform-origin: 50% 50%;
  }
  .hm-hero-scrim {
    background:
      radial-gradient(90% 76% at 50% 19%, rgba(255, 255, 255, 0.04) 0%, rgba(255, 248, 228, 0.23) 47%, rgba(161, 120, 38, 0.16) 100%),
      linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.12) 24%, rgba(251, 250, 246, 0.70) 88%, var(--hm-bg) 100%);
  }
  .hm-hero-inner {
    padding-top: calc(64px + var(--sch-safe-top, 0px));
    padding-bottom: calc(var(--sch-mobile-nav-height, 68px) + env(safe-area-inset-bottom, 0px) + 18px);
  }
  .hm-hero-chip {
    max-width: calc(100vw - 32px);
    justify-content: center;
    white-space: normal;
    line-height: 1.35;
    letter-spacing: 2px;
  }
  .hm-hero-cta {
    max-width: calc(100vw - 48px);
    min-height: 44px;
    padding: 0 22px;
  }
  .hm-hero-scroll { display: none; }
  .template--index main { padding-bottom: 0; }
}

/* Sécurité anti-débordement horizontal global de la home */
.template--index main,
.template--index .hm-wrap,
.template--index section { max-width: 100vw; min-width: 0; }

/* Centrage global des textes de la home */
.template--index main {
  text-align: center;
}
.template--index main .hm-wrap,
.template--index main .section-inner,
.template--index main .hm-head,
.template--index main .section-header,
.template--index main .hm-story-copy,
.template--index main .hm-info-card,
.template--index main .hm-tix-card,
.template--index main .ticket-card,
.template--index main .hm-rev-card,
.template--index main .hm-faq-item {
  text-align: center;
}
.template--index main .hm-sub,
.template--index main .section-desc,
.template--index main .hm-story-copy p,
.template--index main .hm-rev-txt {
  margin-left: auto;
  margin-right: auto;
}
.template--index main .hm-kicker,
.template--index main .section-badge,
.template--index main .hm-info-ico,
.template--index main .hm-tix-top,
.template--index main .hm-tix-tags,
.template--index main .hm-tix-foot,
.template--index main .ticket-meta-row,
.template--index main .ticket-footer,
.template--index main .hm-story-trust li,
.template--index main .hm-rev-score,
.template--index main .hm-rev-head,
.template--index main .hm-rev-meta,
.template--index main .hm-rev-stars {
  justify-content: center;
}
.template--index main .hm-kicker::before,
.template--index main .hm-kicker::after {
  display: none;
}
.template--index main .hm-info-card,
.template--index main .hm-tix-card,
.template--index main .ticket-card,
.template--index main .hm-rev-card {
  align-items: center;
}
.template--index main .hm-info-card > *,
.template--index main .hm-tix-card > *,
.template--index main .ticket-card > *,
.template--index main .hm-rev-card > * {
  max-width: 100%;
}
.template--index main .hm-tix-top,
.template--index main .hm-tix-tags,
.template--index main .ticket-meta-row,
.template--index main .hm-rev-meta {
  flex-wrap: wrap;
}
.template--index main .hm-tix-price,
.template--index main .ticket-price,
.template--index main .hm-rev-score-side,
.template--index main .hm-rev-id {
  align-items: center;
  text-align: center;
}
.template--index main .hm-tix-foot,
.template--index main .ticket-footer {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.template--index main .ticket-btn,
.template--index main .hm-tix-status {
  width: min(100%, 280px);
}
.template--index main .ticket-zone,
.template--index main .ticket-body,
.template--index main .ticket-footer,
.template--index main .hm-tix-top,
.template--index main .hm-tix-name,
.template--index main .hm-tix-desc,
.template--index main .hm-tix-tags,
.template--index main .hm-tix-foot {
  width: 100%;
}
.template--index main .hm-faq-q {
  position: relative;
  justify-content: center;
  text-align: center;
  padding-left: 52px;
  padding-right: 52px;
}
.template--index main .hm-faq-q::after {
  position: absolute;
  right: 18px;
}
.template--index main .hm-faq-a {
  text-align: center;
}
.template--index .site-footer,
.template--index .ft,
.template--index .ft-brand,
.template--index .ft-links,
.template--index .ft-title,
.template--index .ft-event,
.template--index .ft-secure {
  text-align: center;
}
.template--index .ft-brand,
.template--index .ft-links,
.template--index .ft-event,
.template--index .ft-secure {
  align-items: center;
  justify-content: center;
}

/* Centrage strict de tous les textes de la home */
.template--index main :where(h1, h2, h3, p, li, span, small, strong, em),
.template--index .site-footer :where(h1, h2, h3, p, li, span, small, strong, em, a, button, summary) {
  text-align: center !important;
}
.template--index main :where(.hm-wrap, .section-inner, .hm-head, .section-header, .hm-story-copy, .hm-info-card, .hm-tix-card, .ticket-card, .hm-faq-item, .hm-final, .hm-final-cta),
.template--index .site-footer :where(.ft-inner, .ft-main, .ft-brand, .ft-group, .ft-links) {
  text-align: center !important;
}
.template--index main :where(.hm-kicker, .section-badge, .hm-hero-meta, .hm-hero-note, .hm-count, .hm-info-ico, .hm-tix-top, .hm-tix-tags, .hm-tix-foot, .ticket-meta-row, .ticket-footer, .hm-story-trust, .hm-story-trust li, .hm-final-cta, .hm-final-meta),
.template--index .site-footer :where(.ft-inner, .ft-main, .ft-brand, .ft-links, .ft-event, .ft-secure) {
  align-items: center !important;
  justify-content: center !important;
}
.template--index main :where(.hm-sub, .section-desc, .hm-story-copy p, .hm-tix-desc, .ticket-desc, .hm-final-sub) {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Recentrage visuel du carrousel avis */
.template--index main .hm-rev-scroller {
  --hm-rev-card-w: min(84vw, 340px);
  --hm-rev-start: max(0px, calc(((100vw - var(--hm-rev-card-w)) / 2) - var(--hm-pad-x)));
  animation-name: schReviewsScrollCentered;
  animation-duration: 220s;
  animation-play-state: paused;
  transform: translateX(var(--hm-rev-start));
}

.template--index main .hm-reviews.is-rev-running .hm-rev-scroller {
  animation-play-state: running;
}

@media (min-width: 769px) {
  .template--index main .hm-rev-scroller {
    --hm-rev-visible-w: calc((340px * 3) + (12px * 2));
    --hm-rev-start: max(0px, calc((min(100vw, 1280px) - var(--hm-rev-visible-w)) / 2));
    animation-duration: 260s;
  }
}

@keyframes schReviewsScrollCentered {
  from { transform: translateX(var(--hm-rev-start)); }
  to { transform: translateX(calc(var(--hm-rev-start) - 50% - 6px)); }
}

/* Centrage du titre et de la note avis */
.template--index main .hm-reviews .hm-head {
  align-items: center !important;
  text-align: center !important;
}

.template--index main .hm-reviews .hm-kicker,
.template--index main .hm-reviews .hm-h2,
.template--index main .hm-reviews .hm-rev-num,
.template--index main .hm-reviews .hm-rev-count {
  display: block;
  width: 100%;
  text-align: center !important;
}

.template--index main .hm-reviews .hm-rev-score {
  width: 100%;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  margin: 20px auto 0;
}

.template--index main .hm-reviews .hm-rev-score-side {
  width: 100%;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px;
}

.template--index main .hm-reviews .hm-stars {
  width: 100%;
  justify-content: center !important;
}
