/* ================================================
   BRASSERIE DOUBLE DIÈSE — Stylesheet v1.0
   Style: Pop Culture / Music / Craft Beer
   Privas, Ardèche, France
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@500;600;700;800;900&family=Lacquer&family=Permanent+Marker&family=Bangers&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* ============ CSS VARIABLES ============ */
:root {
  /* === Surfaces feutre — tokens DS Double Dièse === */
  --ink-950:      #0F1011;
  --ink-900:      #161719;
  --ink-800:      #1C1D21;
  --ink-700:      #222328;
  --ink-600:      #28292F;
  --ink-card:     #252629;
  --ink-card-hover:#2D2E34;
  --surface-card: #252629;

  /* === Papier kraft === */
  --paper:        #ECE5D8;
  --paper-2:      #F5F1E9;
  --paper-ink:    #20211F;

  /* === Accents de marque === */
  --gold:         #F5A623;
  --gold-light:   #FFD166;
  --gold-dark:    #C47A00;
  --terracotta:   #C4735A;
  --terracotta-dark: #A2553F;
  --terracotta-light:#D88E76;

  /* === Texte sur fond sombre === */
  --cream:        #F0EDE8;
  --cream-dim:    #D8D3CC;
  --gray:         #6B6E78;
  --gray-light:   #9B9FA8;

  /* === Filets === */
  --line:         rgba(255,255,255,0.07);
  --line-strong:  rgba(255,255,255,0.14);

  /* === Aliases backward-compat === */
  --bg:           rgba(28,29,33,0.88);
  --bg-2:         rgba(34,35,40,0.88);
  --bg-3:         rgba(40,41,47,0.88);
  --bg-card:      rgba(37,38,41,0.88);
  --bg-card-hover:rgba(45,46,52,0.88);
  --white:        #F0EDE8;
  --off-white:    #D8D3CC;
  --light-gray:   #9B9FA8;
  --border:       rgba(255,255,255,0.07);
  --border-gold:  rgba(245,166,35,0.25);

  --red:          #E03040;
  --blue:         #3B96CC;
  --teal:         #2DA8A8;
  --green:        #4CAF6B;
  --purple:       #8B6BAE;
  --orange:       #E07020;
  --pink:         #C9607A;
  --danger:       #E03040;
  --success:      #4CAF6B;

  /* === Couleurs par bière === */
  --beer-blonde:  #F5A623;   /* ZZ(Y)T'HOP */
  --beer-blanche: #3B96CC;   /* WIT WIT WIT */
  --beer-sour:    #E36084;   /* MC SOUR */
  --beer-ambree:  #C44900;   /* AL(E) COPPER */
  --beer-ipa:     #5BAD6F;   /* LUA D'IPA */
  --beer-stout:   #8C6A8A;   /* DJ KING STOUT */

  /* === Typographie === */
  --font-display:   'Lacquer', cursive;           /* gros titres, noms de bières */
  --font-condensed: 'Big Shoulders Display', sans-serif; /* UI, eyebrows, specs, boutons */
  --font-marker:    'Permanent Marker', cursive;  /* stickers papier */
  --font-body:      'Poppins', sans-serif;
  --font-accent:    'Lacquer', cursive;           /* alias backward-compat */

  /* === Géométrie === */
  --container:    1240px;
  --nav-height:   80px;
  --radius-sm:    4px;
  --radius-md:    8px;
  --radius-lg:    14px;

  --transition:       0.3s ease;
  --transition-slow:  0.6s cubic-bezier(0.4, 0, 0.2, 1);

  --shadow-card:  0 8px 40px rgba(0,0,0,0.6);
  --shadow-paper: 0 6px 22px rgba(0,0,0,0.4);
  --shadow-gold:  0 4px 24px rgba(245,166,35,0.2);
  --glow-gold:    0 4px 20px rgba(245,166,35,0.22), 0 1px 0 rgba(245,166,35,0.08);
  --glow-blue:    0 4px 18px rgba(59,150,204,0.3);
  --glow-red:     0 4px 18px rgba(224,48,64,0.3);
}

/* Theme toggle — masqué (thème unique) */
.theme-toggle { display: none !important; }

/* ============ RESET & BASE ============ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: #101012;
  background-image: url("../img/fond-etiquette.png");
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  color: var(--white);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

/* Grain léger par-dessus */
body::after {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9997;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  background-size: 200px 200px;
}

body.no-scroll { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: var(--font-body); }
input, textarea, select { font-family: var(--font-body); }

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4, h5 { font-family: var(--font-accent); line-height: 1.05; letter-spacing: 0.04em; }

h1 { font-size: clamp(3.5rem, 9vw, 8rem); }
h2 { font-size: clamp(2.2rem, 5.5vw, 4.5rem); }
h3 { font-size: clamp(1.6rem, 3vw, 2.8rem); }
h4 { font-size: clamp(1.2rem, 2vw, 1.8rem); }
h5 { font-size: 1.2rem; }

p { color: var(--light-gray); line-height: 1.8; }
p.lead { font-size: 1.15rem; color: var(--off-white); }

.text-gold { color: var(--gold); }
.text-red { color: var(--red); }
.text-blue { color: var(--blue); }
.text-white { color: var(--white); }
.text-gray { color: var(--gray); }
.text-center { text-align: center; }
.text-uppercase { text-transform: uppercase; }

/* ============ LAYOUT ============ */
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section { padding: 6rem 0; }
.section-sm { padding: 3rem 0; }

.grid { display: grid; gap: 2rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; }
.flex-wrap { flex-wrap: wrap; }
.gap-1 { gap: 1rem; }
.gap-2 { gap: 2rem; }

/* ============ SECTION HEADERS ============ */
.section-header {
  margin-bottom: 4rem;
  position: relative;
}

.section-tag {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--bg);
  background: var(--terracotta);
  padding: 0.2rem 0.85rem;
  border-radius: 3px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  transform: rotate(-0.8deg);
}

.section-title {
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: var(--gold);
  margin-top: 0.6rem;
  border-radius: 0;
}

.section-header.text-center .section-title::after {
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  margin-top: 1rem;
  max-width: 600px;
  font-size: 1.05rem;
}

.section-header.text-center .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.08em;
  border-radius: 4px;
  transition: var(--transition);
  cursor: pointer;
  border: 2px solid transparent;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.1);
  opacity: 0;
  transition: var(--transition);
}

.btn:hover::before { opacity: 1; }

.btn-gold {
  background: var(--gold);
  color: #0F1014;
  font-weight: 700;
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  transform: translateY(-2px);
  box-shadow: var(--glow-gold);
}

.btn-outline {
  background: transparent;
  border-color: rgba(255,255,255,0.35);
  color: var(--white);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.7);
  color: var(--white);
}

/* Variante outline — spécifique à la boutique / pricing */
.btn-outline-gold {
  background: transparent;
  border-color: rgba(255,255,255,0.4);
  color: var(--white);
}
.btn-outline-gold:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--white);
  color: var(--white);
}

.btn-outline-white {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
}
.btn-outline-white:hover {
  background: var(--white);
  color: var(--bg);
}

.btn-terracotta {
  background: var(--terracotta);
  color: #fff;
  border-color: var(--terracotta);
  font-weight: 700;
}
.btn-terracotta:hover {
  background: #D4856A;
  border-color: #D4856A;
  transform: translateY(-2px);
}

.btn-red {
  background: var(--red);
  color: var(--white);
}
.btn-red:hover {
  box-shadow: var(--glow-red);
  transform: translateY(-2px);
}

.btn-blue {
  background: var(--blue);
  color: var(--bg);
}
.btn-blue:hover {
  box-shadow: var(--glow-blue);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
}

.btn-lg {
  padding: 1.1rem 2.5rem;
  font-size: 1.25rem;
}

.btn-full { width: 100%; justify-content: center; }

/* ============ BADGES ============ */
.badge {
  display: inline-block;
  padding: 0.2rem 0.75rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.badge-gold   { background: rgba(245,166,35,0.15);  color: var(--gold);   border: 1px solid rgba(245,166,35,0.3); }
.badge-red    { background: rgba(224,48,64,0.15);   color: var(--red);    border: 1px solid rgba(224,48,64,0.3); }
.badge-blue   { background: rgba(59,150,204,0.15);  color: var(--blue);   border: 1px solid rgba(59,150,204,0.3); }
.badge-green  { background: rgba(76,175,107,0.15);  color: var(--green);  border: 1px solid rgba(76,175,107,0.3); }
.badge-purple { background: rgba(139,107,174,0.15); color: var(--purple); border: 1px solid rgba(139,107,174,0.3); }
.badge-white  { background: rgba(255,255,255,0.1);  color: var(--white);  border: 1px solid rgba(255,255,255,0.2); }
.badge-new    { background: var(--red);    color: var(--white); }
.badge-soon   { background: var(--purple); color: var(--white); }

/* ============ CARDS ============ */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: var(--transition);
}

.card:hover {
  border-color: rgba(245,166,35,0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5), 0 0 1px var(--gold);
}

.card-body { padding: 1.5rem; }
.card-header { padding: 1.5rem 1.5rem 0; }
.card-footer { padding: 0 1.5rem 1.5rem; }

/* ============ NAVIGATION ============ */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-height);
  transition: var(--transition);
}

.nav.scrolled {
  background: rgba(16, 13, 8, 0.96);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(245,166,35,0.1);
  box-shadow: 0 1px 20px rgba(0,0,0,0.5);
}

.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.nav-logo-mark {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  flex-shrink: 0;
}
.nav-logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nav-logo-img {
  height: 56px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.nav-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.nav-logo-name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--white);
}

.nav-logo-sub {
  font-size: 0.65rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-link {
  padding: 0.5rem 0.85rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--light-gray);
  border-radius: 6px;
  transition: var(--transition);
  white-space: nowrap;
}

.nav-link:hover, .nav-link.active {
  color: var(--white);
  background: rgba(255,255,255,0.06);
}

.nav-link.highlight {
  color: var(--white);
  border: 1px solid rgba(255,255,255,0.2);
}

.nav-link.highlight:hover {
  background: rgba(255,255,255,0.08);
}

.nav-cta {
  flex-shrink: 0;
}

/* Bouton compte dans la nav */
.nav-account {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.12);
  transition: var(--transition);
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-account:hover {
  color: #fff;
  background: rgba(255,255,255,0.07);
  border-color: rgba(255,255,255,0.25);
}
.nav-account.logged-in {
  color: #fff;
  border-color: rgba(255,255,255,0.25);
}
.nav-account-label { font-size: 0.8rem; }

.nav-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  cursor: pointer;
}

.nav-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: var(--transition);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: var(--nav-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(20px);
  z-index: 999;
  flex-direction: column;
  padding: 2rem 1.5rem;
  overflow-y: auto;
}

.mobile-menu.open { display: flex; }

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 2rem;
}

.mobile-menu-link {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--white);
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}

.mobile-menu-link:hover { color: var(--gold); padding-left: 1rem; }

/* ============ AGE GATE ============ */
.age-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0A0B0F;
  color: #F4F4F0;
  /* Force dark-mode variables quel que soit le thème de la page */
  --white:      #F4F4F0;
  --off-white:  #D4D0C8;
  --gray:       #6B7280;
  --light-gray: #9CA3AF;
  --bg:         #0A0B0F;
  --bg-card:    #16171C;
  --bg-2:       #13141A;
  --border:     rgba(255,255,255,0.08);
}
/* Boutons dans l'age gate — toujours dark, indépendant du thème */
.age-gate .btn-gold,
[data-theme="light"] .age-gate .btn-gold {
  background: #F4F4F0;
  color: #0A0B0F;
}
.age-gate .btn-gold:hover,
[data-theme="light"] .age-gate .btn-gold:hover {
  background: #ffffff;
  color: #0A0B0F;
}
.age-gate .btn-outline-white,
[data-theme="light"] .age-gate .btn-outline-white {
  border-color: rgba(255,255,255,0.45);
  color: #F4F4F0;
  background: transparent;
}
.age-gate .btn-outline-white:hover,
[data-theme="light"] .age-gate .btn-outline-white:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.8);
  color: #fff;
}

.age-gate::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    /* éclairage scène — même ambiance que le hero */
    radial-gradient(ellipse at 10% 80%, rgba(224,48,64,0.18) 0%, transparent 50%),
    radial-gradient(ellipse at 90% 60%, rgba(59,150,204,0.12) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 0%, rgba(0,0,0,0.7) 0%, transparent 55%);
}

.age-gate-content {
  position: relative;
  text-align: center;
  padding: 3rem 2rem;
  max-width: 560px;
  width: 100%;
}

.age-gate-logo {
  line-height: 1;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.age-gate-logo img {
  height: 80px;
  object-fit: contain;
}

.age-gate-brand {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.age-gate h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 0.75rem;
  color: #F4F4F0;
}

.age-gate p {
  margin-bottom: 2.5rem;
  color: rgba(255,255,255,0.75);
}

.age-gate-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.age-gate-note {
  margin-top: 2rem;
  font-size: 0.75rem;
  color: var(--gray);
}

.age-gate-equalizer {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 4px;
  height: 40px;
  margin-bottom: 2rem;
}

.age-gate-equalizer span {
  width: 6px;
  background: var(--gold);
  border-radius: 3px 3px 0 0;
  animation: eq-bounce 1.2s ease-in-out infinite;
  opacity: 0.7;
}

.age-gate-equalizer span:nth-child(1) { height: 60%; animation-delay: 0s; }
.age-gate-equalizer span:nth-child(2) { height: 100%; animation-delay: 0.1s; }
.age-gate-equalizer span:nth-child(3) { height: 40%; animation-delay: 0.2s; }
.age-gate-equalizer span:nth-child(4) { height: 80%; animation-delay: 0.3s; }
.age-gate-equalizer span:nth-child(5) { height: 55%; animation-delay: 0.4s; }
.age-gate-equalizer span:nth-child(6) { height: 90%; animation-delay: 0.5s; }
.age-gate-equalizer span:nth-child(7) { height: 35%; animation-delay: 0.35s; }
.age-gate-equalizer span:nth-child(8) { height: 70%; animation-delay: 0.15s; }

@keyframes eq-bounce {
  0%, 100% { transform: scaleY(0.4); }
  50% { transform: scaleY(1); }
}

/* ============ HERO ============ */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: var(--nav-height);
  background-color: #111113;
}

/* Photo de fond — couche 0 */
.hero-bg-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.28;
  filter: saturate(0.6);
}

/* Overlay sombre — couche 1, par-dessus la photo */
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    /* vignette gauche pour lisibilité texte */
    radial-gradient(ellipse at 0% 50%, rgba(0,0,0,0.78) 0%, transparent 60%),
    /* assombrissement général */
    radial-gradient(ellipse at 50% 50%, rgba(0,0,0,0.30) 0%, transparent 100%),
    /* vignette haute */
    radial-gradient(ellipse at 50% 0%, rgba(0,0,0,0.60) 0%, transparent 55%);
}

/* Hachures diagonales — affiche de concert sérigraphiée */
.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -48deg,
    transparent 0px,
    transparent 38px,
    rgba(255, 255, 255, 0.01) 38px,
    rgba(255, 255, 255, 0.01) 39px
  );
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.5rem;
  width: 100%;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--light-gray);
  margin-bottom: 1.5rem;
}

.hero-eyebrow-line {
  width: 40px;
  height: 2px;
  background: var(--gold);
}

.hero-title {
  font-family: 'Big Shoulders Display', sans-serif;
  font-weight: 900;
  font-size: clamp(5rem, 13vw, 11rem);
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-title .line-1 { color: var(--gold); }
.hero-title .line-2 { color: #fff; }

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  color: var(--light-gray);
  max-width: 560px;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.hero-stats {
  display: flex;
  gap: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.hero-stat-value {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--white);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}

.hero-visual {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 45%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-glass {
  position: relative;
  width: 220px;
  height: 320px;
  margin: auto;
}

/* ============ HERO CHARACTER STRIP — PARADE INFINIE ============ */
.hero-chars-strip {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 62%;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  display: flex;
  align-items: flex-end;
  /* Fondu double : gauche (texte lisible) + droite (entrée progressive) */
  -webkit-mask-image: linear-gradient(to right,
    transparent 0%,
    rgba(0,0,0,0.2) 8%,
    black 22%,
    black 82%,
    rgba(0,0,0,0.3) 94%,
    transparent 100%);
  mask-image: linear-gradient(to right,
    transparent 0%,
    rgba(0,0,0,0.2) 8%,
    black 22%,
    black 82%,
    rgba(0,0,0,0.3) 94%,
    transparent 100%);
}

/* Track intérieur — contient 2 jeux identiques pour la boucle seamless */
.hcs-track {
  display: flex;
  align-items: flex-end;
  width: max-content;
  min-width: max-content; /* empêche le flex parent de contraindre la largeur */
  flex-shrink: 0;
  animation: hcs-parade 28s linear infinite;
}
.hcs-track:hover { animation-play-state: paused; }

.hcs-char {
  height: 78vh;
  max-height: 620px;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
  margin-right: -22px;
  flex-shrink: 0;
  opacity: 0.88;
  mix-blend-mode: screen; /* screen sur fond sombre = noir transparent */
  /* Légère variation verticale par perso pour donner de la profondeur */
  transform: translateY(calc(var(--i, 0) * 8px));
}

@keyframes hcs-parade {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@media (max-width: 900px) {
  .hero-chars-strip { display: none; }
}

/* ============ GALERIE PUB ============ */
.pub-gallery-section {
  background: var(--bg);
  position: relative;
}

.pub-gallery-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 420px;
  gap: 3px;
  height: 420px;
}

.pub-gallery-main,
.pub-gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.pub-gallery-col {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 3px;
}

.pub-gallery-main img,
.pub-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: saturate(0.85) brightness(0.88);
}

.pub-gallery-main:hover img,
.pub-gallery-item:hover img {
  transform: scale(1.05);
  filter: saturate(1) brightness(1);
}

/* Overlay avec label */
.pub-gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 1rem 1.2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pub-gallery-main:hover .pub-gallery-overlay,
.pub-gallery-item:hover .pub-gallery-overlay {
  opacity: 1;
}

.pub-gallery-label {
  font-family: var(--font-display);
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: var(--white);
  text-transform: uppercase;
}

/* Bandeau de légende en bas */
.pub-gallery-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1.5rem;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--gray);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pub-gallery-link {
  color: var(--light-gray);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  transition: var(--transition);
}
.pub-gallery-link:hover { color: var(--white); gap: 0.6rem; }

@media (max-width: 768px) {
  .pub-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 200px;
    height: auto;
  }
  .pub-gallery-main { grid-column: 1 / -1; }
  .pub-gallery-col { grid-template-rows: 200px; }
  .pub-gallery-col--right { display: none; }
}

/* ============ COUNTDOWN ============ */
.countdown-bar {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 3px solid var(--gold);
  padding: 2rem 0;
}

.countdown-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: center;
}

.countdown-label {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--light-gray);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.countdown-units {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.countdown-unit {
  text-align: center;
}

.countdown-num {
  font-family: var(--font-display);
  font-size: 3rem;
  color: var(--white);
  line-height: 1;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
  display: block;
}

.countdown-word {
  font-size: 0.7rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.countdown-sep {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--white);
  opacity: 0.3;
  animation: blink 1s infinite;
}

@keyframes blink { 0%, 100% { opacity: 0.4; } 50% { opacity: 0; } }

/* ============ BEER CARDS ============ */
.beer-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
  position: relative;
}

.beer-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--beer-color, var(--gold));
  border-radius: 8px 16px 0 0;
}

.beer-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.15);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.beer-card-visual {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.beer-character-wrap {
  position: relative;
  width: 120px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.beer-character-emoji {
  font-size: 4rem;
  animation: character-breathe 3s ease-in-out infinite;
  /* ombre naturelle, pas néon */
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.7));
}
.beer-character-emoji img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  animation: character-breathe 3s ease-in-out infinite;
  mix-blend-mode: screen; /* fond sombre : noir → transparent */
  filter: drop-shadow(0 6px 18px rgba(0,0,0,0.5));
}
/* En mode clair, screen ne fonctionne pas — on retire le blend */
[data-theme="light"] .beer-character-emoji img {
  mix-blend-mode: normal;
  filter: none;
}

@keyframes character-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-6px) scale(1.04); }
}

.beer-card:hover .beer-character-emoji {
  animation: character-dance 0.5s ease-in-out infinite alternate;
}

@keyframes character-dance {
  0% { transform: translateY(0) rotate(-5deg); }
  100% { transform: translateY(-8px) rotate(5deg); }
}

.beer-bg-glow {
  position: absolute;
  inset: 0;
  /* lumière chaude venue du bas, comme un éclairage de bar */
  background: radial-gradient(ellipse at center bottom, var(--beer-color, var(--gold)) 0%, transparent 65%);
  opacity: 0.06;
  transition: var(--transition);
}

.beer-card:hover .beer-bg-glow { opacity: 0.14; }

.beer-card-body { padding: 1.5rem; }

.beer-name {
  font-family: var(--font-accent);
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin-bottom: 0.5rem;
  color: var(--white);
}

.beer-style {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.beer-desc {
  font-size: 0.9rem;
  color: var(--light-gray);
  margin-bottom: 1rem;
  line-height: 1.6;
}

.beer-specs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.beer-spec {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.25rem 0.6rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--light-gray);
}

.beer-spec span { color: var(--white); }

.beer-card-footer {
  padding: 0 1.5rem 1.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.beer-limited {
  background: rgba(139,107,174,0.15);
  color: var(--purple);
  border: 1px solid rgba(139,107,174,0.35);
  padding: 0.2rem 0.75rem;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* ============ EVENT CARDS ============ */
.event-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  transition: var(--transition);
}

.event-card:hover {
  border-color: var(--border-gold);
  transform: translateX(4px);
  box-shadow: var(--shadow-card);
}

.event-date-col {
  width: 80px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  background: rgba(255,255,255,0.04);
  border-right: 2px solid rgba(255,255,255,0.1);
}

.event-day {
  font-family: var(--font-display);
  font-size: 2.5rem;
  color: var(--white);
  line-height: 1;
}

.event-month {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gray);
}

.event-body {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}

.event-time { font-size: 0.8rem; color: var(--gray); }

.event-title {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--white);
}

.event-desc { font-size: 0.85rem; color: var(--light-gray); }

.event-meta {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.event-type-icon { font-size: 1.2rem; }

/* ============ FORMS ============ */
.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--light-gray);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  color: var(--white);
  font-size: 0.95rem;
  transition: var(--transition);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(245,166,35,0.15);
}

.form-input::placeholder { color: var(--gray); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-select { cursor: pointer; }
.form-select option { background: var(--bg-3); }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-note {
  font-size: 0.78rem;
  color: var(--gray);
  margin-top: 0.35rem;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}

.form-check input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: var(--gold);
  margin-top: 2px;
  cursor: pointer;
}

.form-check-label {
  font-size: 0.85rem;
  color: var(--light-gray);
}

.form-check-label a { color: var(--gold); }

/* ============ ALCOHOL WARNING ============ */
.alcohol-warning {
  background: rgba(230, 57, 70, 0.06);
  border: 1px solid rgba(230, 57, 70, 0.2);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  color: var(--light-gray);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.alcohol-warning i { color: var(--red); font-size: 1rem; flex-shrink: 0; }

/* ============ SHOP / CLICK & COLLECT ============ */
.product-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: var(--transition);
}

.product-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-3px);
  box-shadow: var(--shadow-card);
}

.product-img {
  height: 180px;
  background: var(--bg-3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.product-stock-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
}

.product-body { padding: 1.25rem; }

.product-name {
  font-family: var(--font-display);
  font-size: 1.3rem;
  margin-bottom: 0.3rem;
}

.product-desc { font-size: 0.85rem; color: var(--light-gray); margin-bottom: 0.75rem; }

.product-price {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--white);
  margin-bottom: 1rem;
}

.product-price .unit {
  font-size: 0.9rem;
  color: var(--gray);
  font-family: var(--font-body);
  font-weight: 400;
}

.qty-selector {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
}

.qty-btn {
  width: 36px;
  height: 36px;
  background: var(--bg-3);
  color: var(--white);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  border: none;
}

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

.qty-input {
  width: 50px;
  text-align: center;
  background: var(--bg-2);
  color: var(--white);
  border: none;
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
  height: 36px;
  font-size: 1rem;
  font-weight: 600;
  -moz-appearance: textfield;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

.cart-summary {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 1.5rem;
  position: sticky;
  top: calc(var(--nav-height) + 2rem);
}

.cart-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--border);
  padding-bottom: 1rem;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}

.cart-item-name { color: var(--light-gray); }
.cart-item-price { color: var(--white); font-weight: 600; }

.cart-total {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--gold);
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid var(--gold);
  display: flex;
  justify-content: space-between;
}

/* ============ HOURS TABLE ============ */
.hours-table {
  width: 100%;
  border-collapse: collapse;
}

.hours-table tr {
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}

.hours-table tr:hover { background: rgba(255,255,255,0.02); }

.hours-table td {
  padding: 0.85rem 0.5rem;
  font-size: 0.9rem;
}

.hours-day { font-weight: 600; color: var(--white); width: 120px; }
.hours-open { color: var(--green); font-weight: 600; }
.hours-closed { color: var(--red); }
.hours-special { color: var(--white); }
.hours-note { font-size: 0.8rem; color: var(--gray); }

.today-highlight td { background: rgba(245,166,35,0.06); }
.today-highlight .hours-day { color: var(--white); }

/* ============ ACCORDION ============ */
.accordion-item {
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.accordion-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 1.25rem;
  background: var(--bg-card);
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  text-align: left;
  border: none;
}

.accordion-trigger:hover { background: var(--bg-card-hover); }
.accordion-trigger.open { color: var(--white); }

.accordion-icon {
  transition: var(--transition);
  flex-shrink: 0;
}

.accordion-trigger.open .accordion-icon { transform: rotate(180deg); }

.accordion-content {
  display: none;
  padding: 1.25rem;
  background: var(--bg-2);
  color: var(--light-gray);
  font-size: 0.9rem;
  line-height: 1.8;
  border-top: 1px solid var(--border);
}

.accordion-content.open { display: block; }

/* ============ TABS ============ */
.tabs {
  margin-bottom: 3rem;
}

.tab-list {
  display: flex;
  gap: 0.5rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 2rem;
  overflow-x: auto;
}

.tab-btn {
  padding: 0.75rem 1.5rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  color: var(--gray);
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: var(--transition);
  white-space: nowrap;
  margin-bottom: -1px;
}

.tab-btn:hover { color: var(--light-gray); }
.tab-btn.active { color: var(--white); border-bottom-color: var(--red); }

.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* ============ NEWSLETTER ============ */
.newsletter-section {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 4rem 3rem;
  text-align: center;
  /* liseret rouge en bas comme un ticket de concert */
  border-bottom: 3px solid var(--red);
}

.newsletter-form {
  display: flex;
  gap: 0.75rem;
  max-width: 480px;
  margin: 1.5rem auto 0;
}

.newsletter-input {
  flex: 1;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0.85rem 1rem;
  color: var(--white);
  font-size: 0.95rem;
}

.newsletter-input:focus {
  outline: none;
  border-color: rgba(255,255,255,0.4);
}

.newsletter-input::placeholder { color: var(--gray); }

/* ============ FOOTER ============ */
footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.footer-brand h3 {
  margin-bottom: 0.25rem;
  line-height: 1;
}
.footer-brand h3 img {
  height: 48px;
  object-fit: contain;
}

.footer-brand .sub {
  font-size: 0.75rem;
  color: var(--gray);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: var(--white);
  margin-bottom: 1rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-link {
  font-size: 0.88rem;
  color: var(--gray);
  transition: var(--transition);
}

.footer-link:hover { color: var(--white); padding-left: 4px; }

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.88rem;
  color: var(--gray);
  margin-bottom: 0.75rem;
}

.footer-contact-item i { color: var(--light-gray); margin-top: 2px; flex-shrink: 0; }

.footer-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.footer-social {
  width: 36px;
  height: 36px;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--gray);
  transition: var(--transition);
}

.footer-social:hover {
  background: var(--white);
  color: var(--bg);
  border-color: var(--white);
}

.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--gray);
}

.footer-legal-links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.footer-legal-link {
  color: var(--gray);
  transition: var(--transition);
}

.footer-legal-link:hover { color: var(--white); }

.footer-alcohol {
  background: rgba(230,57,70,0.06);
  border-top: 1px solid rgba(230,57,70,0.15);
  padding: 1rem 0;
  text-align: center;
  font-size: 0.78rem;
  color: var(--gray);
}

/* ============ TOAST ============ */
.toast-container {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.toast {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-left: 4px solid var(--gold);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  min-width: 280px;
  max-width: 380px;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  animation: slide-in-right 0.3s ease;
  box-shadow: var(--shadow-card);
}

.toast.success { border-left-color: var(--green); }
.toast.error { border-left-color: var(--red); }

.toast-icon { font-size: 1.1rem; margin-top: 1px; flex-shrink: 0; }
.toast-title { font-weight: 600; font-size: 0.9rem; color: var(--white); }
.toast-msg { font-size: 0.82rem; color: var(--light-gray); margin-top: 0.2rem; }

@keyframes slide-in-right {
  from { transform: translateX(100%); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

/* ============ SCROLL ANIMATIONS ============ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Stagger children */
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal-stagger.visible > *:nth-child(1) { opacity: 1; transform: none; transition-delay: 0.1s; }
.reveal-stagger.visible > *:nth-child(2) { opacity: 1; transform: none; transition-delay: 0.2s; }
.reveal-stagger.visible > *:nth-child(3) { opacity: 1; transform: none; transition-delay: 0.3s; }
.reveal-stagger.visible > *:nth-child(4) { opacity: 1; transform: none; transition-delay: 0.4s; }
.reveal-stagger.visible > *:nth-child(5) { opacity: 1; transform: none; transition-delay: 0.5s; }
.reveal-stagger.visible > *:nth-child(6) { opacity: 1; transform: none; transition-delay: 0.6s; }

/* ============ WORKSHOP SPECIFIC ============ */
.workshop-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.workshop-step {
  display: flex;
  gap: 1.5rem;
  padding-bottom: 2rem;
  position: relative;
}

.workshop-step:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}

.step-num {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: var(--gold);
  color: var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
}

.step-content { padding-top: 0.5rem; }
.step-title { font-family: var(--font-display); font-size: 1.2rem; margin-bottom: 0.35rem; }
.step-desc { font-size: 0.9rem; color: var(--light-gray); }

/* ============ HERO - UNIVERSE PAGE ============ */
.universe-hero {
  padding: 10rem 0 6rem;
  position: relative;
  overflow: hidden;
}

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

.person-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2rem;
  text-align: center;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.person-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--accent, var(--gold));
}

.person-card:hover {
  border-color: rgba(255,255,255,0.12);
  transform: translateY(-4px);
}

.person-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--bg-3);
  margin: 0 auto 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  border: 3px solid var(--accent, var(--gold));
  box-shadow: 0 0 20px rgba(245,166,35,0.2);
}

.person-name {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}

.person-role {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gray);
  margin-bottom: 1rem;
}

.person-genres {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.person-bio { font-size: 0.9rem; color: var(--light-gray); line-height: 1.7; }

/* ============ PAGE HEADERS ============ */
.page-header {
  padding: 9rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(0,0,0,0.35) 0%, transparent 55%);
}

.page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, rgba(245,166,35,0.35) 30%, rgba(245,166,35,0.35) 70%, transparent);
}

.page-header-inner {
  position: relative;
  z-index: 1;
}

.page-header-bg-text {
  position: absolute;
  font-family: var(--font-display);
  font-size: 15rem;
  color: rgba(255,255,255,0.02);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

/* ============ MINORS PAGE ============ */
.minors-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bg);
  padding: 2rem;
}

/* ============ MISC UTILS ============ */
.divider {
  width: 100%;
  height: 1px;
  background: var(--border);
  margin: 3rem 0;
}

.tag-list {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.map-placeholder {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 8px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--gray);
  font-size: 0.9rem;
}

.map-placeholder i { font-size: 3rem; color: var(--gold); }

.info-box {
  background: rgba(245,166,35,0.06);
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
}

.info-box-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
  color: var(--gold);
}

.info-box-title { font-weight: 600; color: var(--white); margin-bottom: 0.25rem; }
.info-box-text { font-size: 0.9rem; color: var(--light-gray); }

.playlist-track {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem;
  border-radius: 8px;
  transition: var(--transition);
}

.playlist-track:hover {
  background: rgba(255,255,255,0.04);
}

.track-num {
  width: 24px;
  text-align: center;
  font-size: 0.85rem;
  color: var(--gray);
  flex-shrink: 0;
}

.track-info { flex: 1; }
.track-name { font-weight: 500; font-size: 0.95rem; }
.track-artist { font-size: 0.8rem; color: var(--gray); }
.track-duration { font-size: 0.85rem; color: var(--gray); font-family: monospace; }
.track-genre { font-size: 0.75rem; }

/* ============ MEDIA QUERIES ============ */

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-visual { display: none; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .universe-cols { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  :root { --nav-height: 64px; }

  .section { padding: 4rem 0; }

  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }

  .hero-title { font-size: clamp(3rem, 12vw, 5rem); }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; }

  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }

  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .form-row { grid-template-columns: 1fr; }

  .newsletter-form { flex-direction: column; }

  .event-card { flex-direction: column; }
  .event-date-col {
    width: 100%;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    justify-content: flex-start;
  }

  .section-tag { font-size: 0.85rem; }
  .countdown-units { gap: 0.5rem; }
  .countdown-num { font-size: 2rem; }

  .cart-summary { position: relative; top: 0; }

  .page-header { padding: 7rem 0 3rem; }
  .age-gate-logo img { height: 60px; }

  .alcohol-warning { flex-direction: column; text-align: center; }

  .tabs .tab-list { gap: 0; }
  .tab-btn { padding: 0.6rem 1rem; font-size: 0.95rem; }

  .newsletter-section { padding: 2.5rem 1.5rem; }
}

@media (max-width: 480px) {
  h1 { font-size: clamp(2.5rem, 14vw, 4rem); }
  h2 { font-size: clamp(1.8rem, 8vw, 3rem); }

  .btn-lg { padding: 0.9rem 1.75rem; font-size: 1.1rem; }
  .hero-actions { flex-direction: column; align-items: flex-start; }

  .beer-card-footer { flex-direction: column; align-items: flex-start; }

  .age-gate-buttons { flex-direction: column; width: 100%; }
  .age-gate-buttons .btn { width: 100%; justify-content: center; }
}

/* ============ DS UTILITIES ============ */

/* Icônes SVG sprite — filtre "encre tremblée" appliqué en CSS */
.dd-ico {
  width: 1em !important;
  height: 1em !important;
  min-width: 0;
  min-height: 0;
  max-width: 1em;
  max-height: 1em;
  display: inline-block;
  vertical-align: -0.18em;
  color: inherit;
  flex: none;
  overflow: visible;
}

/* Lignes de portée musicale */
.dd-staff-lines {
  background-image: repeating-linear-gradient(
    to bottom,
    transparent 0 43px,
    rgba(255,255,255,0.05) 43px 44px
  );
}

/* Grain film léger */
.dd-grain {
  position: relative;
}
.dd-grain::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
}

/* Badges événements recalés sur palette bières */
.badge-concert   { background: rgba(196,115,90,0.15); color: var(--terracotta);  border: 1px solid rgba(196,115,90,0.35); }
.badge-quiz      { background: rgba(59,150,204,0.15); color: var(--beer-blanche);border: 1px solid rgba(59,150,204,0.35); }
.badge-theatre   { background: rgba(140,106,138,0.15);color: var(--beer-stout);  border: 1px solid rgba(140,106,138,0.35); }
.badge-limited   { background: rgba(91,173,111,0.15); color: var(--beer-ipa);    border: 1px solid rgba(91,173,111,0.35); }
.badge-free      { background: rgba(245,166,35,0.12); color: var(--gold);        border: 1px solid rgba(245,166,35,0.3); }
.badge-booking   { background: rgba(245,166,35,0.12); color: var(--gold);        border: 1px solid rgba(245,166,35,0.3); }
.badge-sour      { background: rgba(227,96,132,0.15); color: var(--beer-sour);   border: 1px solid rgba(227,96,132,0.35); }

/* Halo personnage (radial gradient couleur bière) */
.char-halo {
  position: relative;
  background: var(--ink-900);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.char-halo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center bottom, var(--beer-color, var(--terracotta)) 0%, transparent 65%);
  opacity: 0.18;
  pointer-events: none;
}

/* === Beer filter dot === */
.beer-dot {
  display: inline-block;
  width: 0.65em; height: 0.65em;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0.3em;
  flex: none;
}
