/* ============================================================
   YAATRA PROD — "Underground éditorial nocturne"
   Système visuel partagé (Accueil · Event · Lovayin · Contact)
   Fonds nocturnes · fumée colorée · grain film · aura thermique
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Yeseva+One&family=Abril+Fatface&family=DM+Serif+Display:ital@0;1&family=Playfair+Display:ital,wght@0,400..900;1,400..700&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Prata&family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Bricolage+Grotesque:opsz,wght@12..96,400..800&family=Hanken+Grotesk:ital,wght@0,300..800;1,400..600&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
  font-family: 'LT Glockenspiel';
  src: url('assets/fonts/lt-glockenspiel-black.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chopper';
  src: url('assets/fonts/chopper.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}

/* ---------------- TOKENS ---------------- */
:root {
  /* Indigo / violet grounds */
  --ink:        #0d0a20;   /* deep indigo base                       */
  --ink-2:      #161033;   /* raised panels                          */
  --ink-3:      #211848;   /* hairline-lifted blocks                 */
  --paper:      #efece3;   /* light sections — clear water ground    */
  --paper-2:    #f6f4ee;

  /* Palette violet/indigo — dominante + chaud corail */
  --orange:      #ff7a5e;  --orange-deep: #cf4733;   /* corail (le pop chaud) */
  --violet:      #7b3fe4;  --violet-deep: #311a7a;
  --salmon:      #ff9e86;  --salmon-deep: #d96a52;
  --indigo:      #4b2fd6;  --indigo-deep: #241168;
  --magenta:     #c64fe0;  --magenta-deep:#7a1f8e;
  --lilac:       #d9c5ff;  --peach:       #ffd2c2;

  /* Émeraude Lovayin — accent rare */
  --emeraude:   #22c55e;   --emeraude-deep: #0f7a3a;

  /* Accent booking / management (unifié, DA Yaatra Prod — violet du site) */
  --book:       #8a4fff;

  /* Texte */
  --cream:      #f3efe6;   /* primary on dark            */
  --cream-2:    #c8bcd0;   /* muted dusty-mauve on dark  */
  --cream-3:    #8b7e98;   /* faint meta on dark         */
  --ink-fg:     #15101b;   /* primary on light           */
  --ink-fg-2:   #4a3f57;   /* secondary on light         */
  --ink-fg-3:   #79708a;   /* meta on light              */

  --line:        rgba(243,239,230,0.16);   /* hairline on dark   */
  --line-strong: rgba(243,239,230,0.34);
  --line-dark:   rgba(21,16,27,0.18);       /* hairline on light  */

  /* Type families (display swapped by [data-type]) */
  --font-display: 'Caprasimo', 'Yeseva One', Georgia, serif;
  --font-body:    'Hanken Grotesk', system-ui, -apple-system, sans-serif;
  --font-mono:    'Space Mono', ui-monospace, monospace;

  --tracking-label: 0.22em;

  /* Smoke intensity (overridden by [data-smoke]) */
  --smoke-opacity: 1;
  --smoke-blur: 34px;
  --smoke-scale: 1.08;

  /* Spacing */
  --gut: clamp(20px, 5vw, 88px);   /* page gutter */
  --maxw: 1280px;

  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --grain-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");

  /* Iridescent violet/indigo spectrum (dégradé grainé) */
  --iris: linear-gradient(125deg,#ff9079 0%,#ff6db0 24%,#c64fe0 46%,#8a4fff 66%,#4b2fd6 84%,#6a3fe0 100%);
  --iris-soft: linear-gradient(125deg,#ffb3a0,#ff8fc4,#c98cff,#7b6bff,#5a4fd6);

  /* Smoke spectrum cores (tweakable via the palette tweak) */
  --iris-orange: #ff7a2b;  --iris-violet: #8a4fff;  --iris-pink: #ff4fa3;
  --iris-cyan:   #2fe0d6;  --iris-lime:   #9fdb3a;  --iris-blue: #3f7bff;

  /* ---- Tweak hooks (driven by the Tweaks panel) ---- */
  --hero-scale: 1;
  --display-tracking: -0.01em;
  --drift-mult: 1;
  --grain-opacity: 0.42;
  --grain-size: 240px;
  --aura-mult: 1;
  --pad-scale: 1;
  --holo-opacity: 0.46;

  color-scheme: dark;
}

[data-type="yeseva"]  { --font-display: 'Yeseva One', Georgia, serif; }
[data-type="abril"]   { --font-display: 'Abril Fatface', Georgia, serif; }

[data-smoke="subtle"]    { --smoke-opacity: 0.7;  --smoke-blur: 64px; --smoke-scale: 0.95; }
[data-smoke="saturated"] { --smoke-opacity: 1;    --smoke-blur: 24px; --smoke-scale: 1.2; }

/* ---------------- RESET ---------------- */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--cream);
  background: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; background: none; border: none; }
::selection { background: var(--orange); color: var(--ink); }

/* ---------------- BACKGROUND SYSTEM ---------------- */
/* Fixed nocturne stage that every page sits on */
.yaatra-bg {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(85% 70% at 78% -8%, rgba(138,79,255,0.72), transparent 62%),
    radial-gradient(75% 70% at 102% 32%, rgba(63,123,255,0.55), transparent 62%),
    radial-gradient(90% 80% at -2% 108%, rgba(255,79,163,0.5), transparent 60%),
    radial-gradient(65% 60% at 8% 4%, rgba(47,224,214,0.4), transparent 60%),
    radial-gradient(70% 65% at 104% 102%, rgba(255,122,43,0.5), transparent 62%),
    var(--ink);
}
.yaatra-bg::after {
  content: ""; position: absolute; inset: 0;
  background: var(--iris); background-size: 220% 220%;
  opacity: var(--holo-opacity); mix-blend-mode: screen;
  animation: holo-pan 24s linear infinite;
}
@media (prefers-reduced-motion: reduce){ .yaatra-bg::after { animation: none; } }
body[data-theme="light"] { color: var(--ink-fg); background: var(--paper); }
body[data-theme="light"] .yaatra-bg {
  background:
    radial-gradient(90% 60% at 85% 0%, rgba(122,63,207,0.10), transparent 60%),
    radial-gradient(80% 60% at 0% 100%, rgba(255,106,43,0.10), transparent 55%),
    var(--paper);
}

/* The three drifting masses */
.smoke-field {
  position: fixed; inset: -12%; z-index: -1; pointer-events: none;
  opacity: var(--smoke-opacity);
  will-change: transform;
}
.smoke {
  position: absolute;
  border-radius: 50%;
  filter: blur(var(--smoke-blur));
  mix-blend-mode: screen;
  will-change: transform;
}
.smoke--orange { animation: drift-a 27s ease-in-out infinite alternate; animation-duration: calc(27s / var(--drift-mult)); }
.smoke--violet { animation: drift-b 34s ease-in-out infinite alternate; animation-duration: calc(34s / var(--drift-mult)); }
.smoke--salmon { animation: drift-c 23s ease-in-out infinite alternate; animation-duration: calc(23s / var(--drift-mult)); }
@keyframes drift-a {
  0%   { transform: translate(0,0) scale(var(--smoke-scale)) rotate(0deg); }
  100% { transform: translate(-7vw,5vh) scale(calc(var(--smoke-scale) * 1.12)) rotate(8deg); }
}
@keyframes drift-b {
  0%   { transform: translate(0,0) scale(var(--smoke-scale)) rotate(0deg); }
  100% { transform: translate(6vw,-4vh) scale(calc(var(--smoke-scale) * 0.92)) rotate(-6deg); }
}
@keyframes drift-c {
  0%   { transform: translate(0,0) scale(var(--smoke-scale)) rotate(0deg); }
  100% { transform: translate(-5vw,-6vh) scale(calc(var(--smoke-scale) * 1.08)) rotate(10deg); }
}
body[data-theme="light"] .smoke { mix-blend-mode: multiply; opacity: 0.5; }

.smoke--orange {
  width: 52vw; height: 52vw; left: 44%; top: 2%;
  background:
    radial-gradient(circle at 40% 42%, #ffd2a2 0%, var(--iris-orange) 20%, #c93c12 46%, transparent 68%);
}
.smoke--violet {
  width: 56vw; height: 56vw; left: 2%; top: 22%;
  background:
    radial-gradient(circle at 55% 45%, #c9a6ff 0%, var(--iris-violet) 22%, #2c1466 50%, transparent 70%);
}
.smoke--salmon {
  width: 46vw; height: 46vw; left: 62%; top: 38%;
  background:
    radial-gradient(circle at 45% 50%, #ff9ed0 0%, var(--iris-pink) 24%, #9e1e57 48%, transparent 70%);
}
.smoke--cyan {
  width: 48vw; height: 48vw; left: 12%; top: 54%;
  background:
    radial-gradient(circle at 50% 50%, #b6fff6 0%, var(--iris-cyan) 24%, #0b6164 52%, transparent 70%);
  animation: drift-b 30s ease-in-out infinite alternate; animation-duration: calc(30s / var(--drift-mult));
}
.smoke--lime {
  width: 42vw; height: 42vw; left: 74%; top: 4%;
  background:
    radial-gradient(circle at 50% 50%, #e8ffb4 0%, var(--iris-lime) 26%, #4a8a1c 52%, transparent 70%);
  animation: drift-c 26s ease-in-out infinite alternate; animation-duration: calc(26s / var(--drift-mult));
}
.smoke--blue {
  width: 50vw; height: 50vw; left: 36%; top: 58%;
  background:
    radial-gradient(circle at 50% 50%, #aec6ff 0%, var(--iris-blue) 24%, #16317d 52%, transparent 70%);
  animation: drift-a 33s ease-in-out infinite alternate; animation-duration: calc(33s / var(--drift-mult));
}

/* Smoke count + holo toggles (Tweaks) */
[data-smokecount="3"] .smoke--cyan,
[data-smokecount="3"] .smoke--lime,
[data-smokecount="3"] .smoke--blue { display: none; }
[data-holo="off"] .yaatra-bg::after { display: none; }
[data-holo="off"] .holo-text { background: none; -webkit-text-fill-color: currentColor; color: var(--cream); animation: none; }
[data-grainanim="off"] .grain { animation: none; }
[data-reveal="off"] .reveal.armed { opacity: 1 !important; animation: none !important; }

/* Film grain — permanent, omnipresent */
.grain {
  position: fixed; inset: -120px; z-index: 40; pointer-events: none;
  background-image: var(--grain-url);
  background-size: var(--grain-size) var(--grain-size);
  opacity: var(--grain-opacity); mix-blend-mode: overlay;
  animation: grain-jitter 1.1s steps(6) infinite;
}
body[data-theme="light"] .grain { opacity: 0.5; mix-blend-mode: multiply; }
@keyframes grain-jitter {
  0%{transform:translate(0,0)} 16%{transform:translate(-7px,5px)}
  33%{transform:translate(4px,-8px)} 50%{transform:translate(-9px,3px)}
  66%{transform:translate(6px,7px)} 83%{transform:translate(-4px,-5px)}
  100%{transform:translate(0,0)}
}
@media (prefers-reduced-motion: reduce){
  .grain{animation:none} .smoke-field{animation:none!important}
}

/* ---------------- LAYOUT ---------------- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gut); }
section { position: relative; }
.section-pad { padding-block: calc(clamp(72px, 11vw, 168px) * var(--pad-scale)); }

/* ---------------- TYPE ---------------- */
.display {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: var(--display-tracking);
  text-wrap: balance;
}
[data-type="abril"] .display { line-height: 1.0; }
.d-xl   { font-size: clamp(3.4rem, 13vw, 11rem); }
.d-lg   { font-size: clamp(2.8rem, 8vw, 6.5rem); }
.d-md   { font-size: clamp(2.1rem, 5.2vw, 4rem); }
.d-sm   { font-size: clamp(1.7rem, 3.4vw, 2.7rem); }

/* Aura thermique — émanation chromatique depuis les bords du texte */
.aura {
  text-shadow:
    0 0 calc(24px * var(--aura-mult)) rgba(255,106,43, calc(0.34 * var(--aura-mult))),
    0 0 calc(60px * var(--aura-mult)) rgba(122,63,207, calc(0.30 * var(--aura-mult))),
    0 0 calc(110px * var(--aura-mult)) rgba(255,157,134, calc(0.20 * var(--aura-mult)));
}
.aura-violet { text-shadow: 0 0 28px rgba(122,63,207,0.45), 0 0 70px rgba(122,63,207,0.28); }
.aura-emeraude { text-shadow: 0 0 26px rgba(34,197,94,0.45), 0 0 64px rgba(34,197,94,0.26); }
.aura-orange {
  color: color-mix(in srgb, var(--orange) 72%, #fff);
  text-shadow:
    0 0 16px color-mix(in srgb, var(--orange) 90%, transparent),
    0 0 40px color-mix(in srgb, var(--orange) 60%, transparent),
    0 0 86px color-mix(in srgb, var(--orange) 38%, transparent),
    0 18px 44px rgba(0,0,0,0.6);
}

/* Iridescent text fill (holographic) */
.holo-text {
  background: var(--iris);
  background-size: 220% 100%;
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: holo-shift 14s linear infinite;
}
@keyframes holo-shift { to { background-position: 220% 0; } }
@media (prefers-reduced-motion: reduce){ .holo-text { animation: none; } }

/* ---- Titres centrés sur tout le site ---- */
h1.display, h2.display { text-align: center; margin-left: auto; margin-right: auto; }
.eyebrow-row { justify-content: center; }
section .lead { text-align: center; margin-left: auto; margin-right: auto; }

.label, .kicker {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: var(--tracking-label);
  text-transform: uppercase;
  color: var(--cream-2);
}
body[data-theme="light"] .label, body[data-theme="light"] .kicker { color: var(--ink-fg-3); }

.lead { font-size: clamp(1.05rem, 1.6vw, 1.4rem); line-height: 1.5; color: var(--cream-2); max-width: 56ch; }
body[data-theme="light"] .lead { color: var(--ink-fg-2); }
.muted { color: var(--cream-3); }
.mono  { font-family: var(--font-mono); }
.tnum  { font-variant-numeric: tabular-nums; }

p { max-width: 64ch; text-wrap: pretty; }

/* ---------------- NAV ---------------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: max(16px, env(safe-area-inset-top)) max(var(--gut), env(safe-area-inset-right)) 16px max(var(--gut), env(safe-area-inset-left));
  -webkit-backdrop-filter: blur(16px) saturate(1.3); backdrop-filter: blur(16px) saturate(1.3);
  background:
    radial-gradient(130% 260% at 0% 0%, rgba(123,63,228,0.20), transparent 58%),
    radial-gradient(130% 260% at 100% 100%, rgba(255,122,43,0.11), transparent 58%),
    linear-gradient(180deg, rgba(22,16,51,0.56), rgba(13,10,32,0.34));
  border-bottom: 1px solid var(--line);
  transition: background .3s ease, border-color .3s ease;
}
body[data-theme="light"] .nav {
  background: linear-gradient(to bottom, rgba(239,236,227,0.78), rgba(239,236,227,0.28));
  border-bottom: 1px solid var(--line-dark);
}
.nav.scrolled {
  background:
    radial-gradient(130% 260% at 0% 0%, rgba(123,63,228,0.22), transparent 58%),
    radial-gradient(130% 260% at 100% 100%, rgba(255,122,43,0.13), transparent 58%),
    linear-gradient(180deg, rgba(22,16,51,0.82), rgba(13,10,32,0.66));
}
body[data-theme="light"] .nav.scrolled { background: rgba(239,236,227,0.92); }

.brand {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex; align-items: center; gap: 11px;
  white-space: nowrap;
  line-height: 1;
}
.brand .yp-logo-img { width: 1.7em; height: 1.7em; }
.brand__name { letter-spacing: 0; }
.brand .dot { color: var(--orange); }

/* Yaatra Prod hand-drawn mark (baked cream PNG, transparent bg) */
.yp-logo-img {
  display: inline-block; flex-shrink: 0;
  width: 2em; height: 2em; object-fit: contain;
}
body[data-theme="light"] .yp-logo-img { filter: invert(1) brightness(0.18); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-family: var(--font-mono);
  font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--cream-2);
  padding: 9px 14px; border-radius: var(--radius-pill);
  transition: color .2s ease, background .2s ease;
}
body[data-theme="light"] .nav-links a { color: var(--ink-fg-2); }
.nav-links a:hover { color: var(--cream); background: rgba(243,239,230,0.07); }
body[data-theme="light"] .nav-links a:hover { color: var(--ink-fg); background: rgba(21,16,27,0.05); }
.nav-links a.active { color: var(--orange); }
.nav-cta {
  font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 10px 18px; border-radius: var(--radius-pill);
  border: 1px solid var(--line-strong); color: var(--cream);
  transition: all .2s ease;
}
.nav-cta:hover { background: var(--orange); color: var(--ink); border-color: var(--orange);
  box-shadow: 0 0 30px rgba(255,106,43,0.5); }
.nav-toggle {
  display: none; width: 42px; height: 42px; border-radius: var(--radius-pill);
  border: 1px solid var(--line-strong); align-items: center; justify-content: center; flex-direction: column; gap: 4px;
}
.nav-toggle { cursor: pointer; -webkit-tap-highlight-color: transparent; }
.nav-toggle span { width: 16px; height: 1.5px; background: var(--cream); display: block; transition: transform .28s cubic-bezier(.22,.61,.36,1), opacity .2s ease; }
/* Hamburger -> X quand le menu est ouvert */
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
body[data-theme="light"] .nav-toggle span { background: var(--ink-fg); }

/* Mobile menu overlay */
.mobile-menu {
  position: fixed; inset: 0; z-index: 55; display: none; flex-direction: column;
  justify-content: center; gap: 6px; padding: var(--gut);
  background: rgba(11,10,14,0.94); backdrop-filter: blur(20px);
}
body[data-theme="light"] .mobile-menu { background: rgba(239,236,227,0.96); }
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font-display); font-size: clamp(2.4rem, 11vw, 4rem); line-height: 1.05; color: var(--cream);
}
body[data-theme="light"] .mobile-menu a { color: var(--ink-fg); }
.mobile-menu a:hover { color: var(--orange); }
.mobile-menu .mm-cta { margin-top: 28px; }

/* ---------------- BUTTONS ---------------- */
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--font-mono); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 16px 30px; border-radius: var(--radius-pill);
  transition: transform .2s cubic-bezier(.22,.61,.36,1), box-shadow .25s ease, background .2s ease;
  border: 1px solid transparent; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(0.98); }
.btn--primary { background: var(--orange); color: #f3efe6; box-shadow: 0 0 0 rgba(255,106,43,0); }
.btn--primary:hover { box-shadow: 0 12px 46px rgba(198,79,224,0.5), 0 6px 30px rgba(123,63,228,0.45); }
.btn--ghost { border-color: var(--line-strong); color: var(--cream); }
body[data-theme="light"] .btn--ghost { border-color: var(--line-dark); color: var(--ink-fg); }
.btn--ghost:hover { border-color: var(--cream); background: rgba(243,239,230,0.06); }
body[data-theme="light"] .btn--ghost:hover { border-color: var(--ink-fg); background: rgba(21,16,27,0.04); }
.btn--emeraude { background: var(--emeraude); color: var(--ink); }
.btn--emeraude:hover { box-shadow: 0 10px 50px rgba(34,197,94,0.45); }
.btn .arrow { transition: transform .25s ease; }
.btn:hover .arrow { transform: translateX(5px); }

/* ---------------- TICKET ---------------- */
/* Structure de billet : cadre fin, perforation, infos répétées haut/bas */
.ticket {
  --notch: 16px;
  position: relative;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(243,239,230,0.04), rgba(243,239,230,0.015));
  padding: 0;
  overflow: hidden;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease, border-color .3s ease;
}
.ticket:hover {
  border-color: var(--line-strong);
  box-shadow: 0 24px 70px rgba(0,0,0,0.5), 0 0 50px rgba(255,106,43,0.16);
}
.ticket__stub {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 10px 22px;
  font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--cream-3);
  border-bottom: 1px dashed var(--line-strong);
}
.ticket__stub--bottom { border-bottom: none; border-top: 1px dashed var(--line-strong); }
/* Perforated dashed seam look via the notches */
.ticket__perf {
  position: relative; height: 0;
}
.ticket__body { padding: 26px 22px; display: flex; align-items: center; gap: 22px; }
.ticket__date {
  flex-shrink: 0; text-align: center; min-width: 70px;
  border-right: 1px dashed var(--line-strong); padding-right: 22px;
}
.ticket__day { font-family: var(--font-display); font-size: 2.6rem; line-height: 0.9; color: var(--cream); }
.ticket__mon { font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-top: 6px; }
.ticket__main { flex: 1; min-width: 0; }
.ticket__title { font-family: var(--font-display); font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1; color: var(--cream); }
.ticket__meta { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.08em; color: var(--cream-2); margin-top: 10px; display:flex; flex-wrap:wrap; gap: 6px 18px; }
.ticket__cta { flex-shrink: 0; }
/* notch holes on the seam */
.ticket::before, .ticket::after {
  content: ""; position: absolute; width: var(--notch); height: var(--notch);
  background: var(--ink); border-radius: 50%;
  border: 1px solid var(--line-strong);
  z-index: 2;
}
body[data-theme="light"] .ticket::before, body[data-theme="light"] .ticket::after { background: var(--paper); }
/* Pas de pastilles perforées sur les tickets traités comme cadres */
.ticket.frame-tint::before, .ticket.frame-tint::after { display: none; }

/* Holographic ticket — "ticket to the soul" foil */
.ticket--holo { border-color: rgba(255,255,255,0.55); overflow: hidden; }
.ticket--holo > * { position: relative; z-index: 1; }
.ticket--holo::before, .ticket--holo::after { z-index: 3; }
.ticket--holo .holo-fill {
  position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: var(--iris); background-size: 220% 220%;
  animation: holo-pan 16s linear infinite;
}
.ticket--holo .holo-fill::after {
  content: ""; position: absolute; inset: 0;
  background-image: var(--grain-url); background-size: 200px 200px;
  mix-blend-mode: overlay; opacity: 0.5;
}
@keyframes holo-pan { 0%{background-position:0% 0%} 50%{background-position:100% 100%} 100%{background-position:0% 0%} }
@media (prefers-reduced-motion: reduce){ .ticket--holo .holo-fill { animation: none; } }
.ticket--holo .ticket__stub { color: rgba(255,255,255,0.92); border-color: rgba(255,255,255,0.55); }
.ticket--holo .ticket__date { border-color: rgba(255,255,255,0.55); }
.ticket--holo .ticket__day, .ticket--holo .ticket__title { color: #fff; text-shadow: 0 1px 14px rgba(0,0,0,0.35); }
.ticket--holo .ticket__mon { color: #fff; }
.ticket--holo .ticket__meta { color: rgba(255,255,255,0.92); }
.ticket--holo:hover { box-shadow: 0 26px 80px rgba(0,0,0,0.5), 0 0 60px rgba(138,79,255,0.4); }

/* Fiche artiste : ticket en panneau lisible (même traitement que les pass « prix »), sans perforations */
.fiche .ticket {
  background:
    radial-gradient(130% 150% at 0% 0%, rgba(123,63,228,0.18), transparent 54%),
    radial-gradient(130% 150% at 100% 100%, rgba(255,122,43,0.10), transparent 54%),
    linear-gradient(180deg, rgba(22,16,51,0.55), rgba(13,10,32,0.40));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  border-radius: 14px;
}
.fiche .ticket::before, .fiche .ticket::after { display: none; }
.fiche .ticket:hover { box-shadow: 0 24px 70px rgba(0,0,0,0.5), 0 0 44px color-mix(in srgb, var(--fa) 24%, transparent); }

/* ---------------- CARDS ---------------- */
.card {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(130% 150% at 0% 0%, rgba(123,63,228,0.18), transparent 54%),
    radial-gradient(130% 150% at 100% 100%, rgba(255,122,43,0.10), transparent 54%),
    linear-gradient(180deg, rgba(22,16,51,0.55), rgba(13,10,32,0.40));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  padding: clamp(24px, 3vw, 40px);
  transition: transform .3s cubic-bezier(.22,.61,.36,1), border-color .3s ease, box-shadow .3s ease;
}
.card:hover { transform: translateY(-4px); border-color: var(--line-strong); box-shadow: 0 24px 60px rgba(0,0,0,0.35); }
/* Contenu des cartes centré */
.card { align-items: center; text-align: center; }
.card .chips { justify-content: center; }

/* ---- Accueil : rappel couleur « Yaatra Event » (salmon), au survol ---- */
/* Payoff au survol : les cartes se réchauffent vers la DA Event */
.event-recall .services-grid .card:hover { border-color: color-mix(in srgb, #ff8a4a 55%, var(--line-strong)); box-shadow: 0 24px 60px rgba(0,0,0,0.35), 0 0 34px rgba(255,138,74,0.32); }
.event-recall .services-grid .card > .display.d-sm:first-child { color: var(--violet); transition: color .3s ease, text-shadow .3s ease; }
.event-recall .services-grid .card:hover > .display.d-sm:first-child { color: #ff8a4a; text-shadow: 0 0 20px rgba(255,138,74,0.5), 0 0 44px rgba(255,138,74,0.28); }
/* CTA de la section : glow au survol assorti à la DA Event */
.event-recall .btn--primary:hover { box-shadow: 0 12px 46px rgba(255,138,74,0.5), 0 6px 30px rgba(255,138,74,0.4); }
/* Tout CTA primaire pointant vers Yaatra Event reçoit le halo orange (DA Event) */
.btn--primary[href*="YaatraEvent"]:hover { box-shadow: 0 12px 46px rgba(255,138,74,0.5), 0 6px 30px rgba(255,138,74,0.4); }
.artist-card .chips { flex-wrap: nowrap; }
.artist-card .chip { padding: 7px 13px; font-size: 0.64rem; white-space: nowrap; }
.artist-card .chips { flex-wrap: nowrap; gap: 8px; }
/* Espacement fixe et généreux entre le paragraphe et les tags de style */
.artist-card > div:last-of-type { flex: 1 1 auto; display: flex; flex-direction: column; }
.artist-card > div:last-of-type .chips { margin-top: auto !important; padding-top: 30px; }
.artist-card > div:not(.artist-aura) { justify-content: center !important; align-items: center !important; }
/* Aligne noms / paragraphes / tags entre les cartes : contenu en haut + paragraphe de hauteur égale */
.artist-card > div:last-of-type { justify-content: flex-start !important; }
.artist-card > div:last-of-type p { min-height: 6.6em; }

/* ---- Réseaux : pastilles d'icônes (Écouter · suivre) ---- */
.soc-row { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(12px, 1.6vw, 20px); }
.soc {
  width: clamp(58px, 6.5vw, 76px); aspect-ratio: 1; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--line-strong); background: rgba(243,239,230,0.03);
  transition: transform .26s cubic-bezier(.22,.61,.36,1), border-color .22s ease, box-shadow .26s ease, background .22s ease;
}
.soc__i {
  width: 42%; height: 42%; fill: var(--cream-2);
  transition: fill .22s ease, transform .26s ease;
}
.soc:hover { transform: translateY(-4px); border-color: var(--emeraude); background: rgba(34,197,94,.08); box-shadow: 0 12px 38px rgba(34,197,94,.22); }
.soc:hover .soc__i { fill: var(--emeraude); }
[data-emeraude="off"] .soc:hover { border-color: var(--orange); background: rgba(255,106,43,.08); box-shadow: 0 12px 38px rgba(255,106,43,.22); }
[data-emeraude="off"] .soc:hover .soc__i { fill: var(--orange); }
body[data-theme="light"] .soc { background: rgba(21,16,27,0.03); }

/* ============================================================
   FICHES ARTISTES — gabarit unique (data-driven)
   ============================================================ */
.fiche { padding: clamp(58px, 9vw, 116px) 0; border-top: 1px solid var(--line-strong); scroll-margin-top: 90px; }
.fiche:first-child { border-top: none; }

/* En-tête : portrait + identité + bio (écran d'accueil de la fiche) */
.fiche__head { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: clamp(22px, 4vh, 42px); text-align: center; }
.fiche__head-id { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 3vw, 46px); flex-wrap: wrap; }
.fiche__back { position: absolute; top: clamp(96px, 13vw, 128px); left: 0; }
.fiche__back .arrow { font-size: 2rem; }
.fiche__portrait { width: clamp(136px, 15vw, 208px); aspect-ratio: 1; border-radius: 50%; overflow: hidden; border: 1px solid var(--line-strong); box-shadow: 0 18px 54px rgba(0,0,0,.5), 0 0 0 6px color-mix(in srgb, var(--fa) 14%, transparent); flex-shrink: 0; }
.fiche__portrait img { width: 100%; height: 100%; object-fit: cover; }
.fiche__id { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; text-align: left; }
.fiche__tag { color: var(--lilac); text-shadow: 0 1px 14px rgba(13,10,32,0.6); }
.fiche__name { font-size: clamp(3.2rem, 8vw, 104px); line-height: .92; margin: 0; color: var(--cream); text-shadow: 0 0 28px rgba(243,239,230,0.12); }
/* Bio intégrée à l'écran d'identité — largeur alignée sur la case « En avant » */
.fiche__head .fiche__bio--head { max-width: none; margin: 0 auto; }
.fiche__head .fiche__bio--head p { font-size: 22px; }
@media (max-width: 700px) {
  .fiche__id { align-items: center; text-align: center; }
}

/* Rubriques */
.fiche__rub { margin-top: clamp(40px, 6vw, 76px); }
.fiche__rub > .eyebrow-row { margin-bottom: clamp(22px, 3vw, 36px); }
.fiche__bio { max-width: none; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.fiche__bio p { color: var(--cream-2); font-size: clamp(1.02rem, 1.4vw, 1.22rem); line-height: 1.65; text-wrap: pretty; max-width: none; width: 100%; }

/* Discographie — pièce maîtresse cinématographique */
.disco-feature { display: flex; flex-direction: column; align-items: center; text-align: center; gap: clamp(24px, 3.4vw, 42px); }
.disco-feature__art { position: relative; width: clamp(240px, 33vw, 380px); aspect-ratio: 1; isolation: isolate; }
.disco-feature__glow { position: absolute; inset: -26%; z-index: 0; background: radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--fa) 44%, transparent), transparent 66%); filter: blur(54px); opacity: .9; }
.disco-feature__frame { position: relative; z-index: 1; width: 100%; aspect-ratio: 1; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid color-mix(in srgb, var(--fa) 38%, var(--line-strong)); box-shadow: 0 46px 120px rgba(0,0,0,.62), 0 0 0 1px rgba(243,239,230,.05) inset; }
.disco-feature__frame img { width: 100%; height: 100%; object-fit: cover; }
.disco-feature__frame--soon { display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 38%, color-mix(in srgb, var(--fa) 30%, transparent), transparent 70%), #0c0a18; }
.disco-feature__soonmark { color: color-mix(in srgb, var(--fa) 72%, var(--cream)); letter-spacing: .18em; text-transform: uppercase; font-size: clamp(.82rem, 1.4vw, 1rem); opacity: .82; }
.disco-feature__meta { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.disco-feature__kicker { color: var(--fa); }
.disco-feature__title { font-size: clamp(3rem, 6.4vw, 5.6rem); line-height: .92; margin: 0; color: var(--cream); text-shadow: 0 0 44px color-mix(in srgb, var(--fa) 32%, transparent); }
.disco-feature__note { color: var(--cream-2); max-width: 56ch; font-size: clamp(1.04rem, 1.4vw, 1.24rem); line-height: 1.62; text-wrap: pretty; }
.disco-feature__player { width: 100%; max-width: 820px; }
.disco-spotify { display: block; width: 100%; border: 0; border-radius: var(--radius-md); box-shadow: 0 28px 72px rgba(0,0,0,.5); }
.disco-soon { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; padding: clamp(30px, 4.5vw, 52px); border-radius: var(--radius-md); }
.disco-soon__tag { color: var(--fa); }
.disco-soon__txt { color: var(--cream-2); max-width: 46ch; line-height: 1.6; text-wrap: pretty; margin: 0; }
.disco-soon .btn { margin-top: 4px; }

/* Lecteurs Spotify + YouTube — cadres 16:9 strictement identiques */
/* Spotify est un lecteur vertical, YouTube une vidéo 16:9 : colonnes asymétriques,
   hauteur de rangée calée sur le lecteur Spotify « plein » (pochette + tracklist),
   pour que chaque embed remplisse exactement sa case. */
.disco-players { width: 100%; max-width: 940px; display: grid; grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr); gap: clamp(18px, 2.4vw, 30px); align-items: start; text-align: left; --disco-h: clamp(320px, 41vh, 376px); }
.disco-player { display: flex; flex-direction: column; gap: 13px; min-width: 0; }
.disco-player__label { display: inline-flex; align-items: center; gap: 9px; color: var(--fa); }
.disco-player__ic { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
.disco-frame { position: relative; width: 100%; height: var(--disco-h); border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--line-strong); box-shadow: 0 28px 72px rgba(0,0,0,.5); background: #0c0a18; }
.disco-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
/* YouTube : la vidéo garde son 16:9, centrée dans la case haute avec un léger cadre cinéma. */
.disco-frame--yt { display: flex; align-items: center; justify-content: center;
  background: radial-gradient(120% 130% at 50% 50%, color-mix(in srgb, var(--fa) 15%, transparent), transparent 68%), #0a0816; }
.disco-frame--yt iframe { position: relative; inset: auto; width: 100%; height: auto; aspect-ratio: 16 / 9; }
.disco-frame--ph { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 16px; background:
  repeating-linear-gradient(135deg, rgba(243,239,230,.04) 0 2px, transparent 2px 11px),
  radial-gradient(circle at 50% 42%, color-mix(in srgb, var(--fa) 18%, transparent), transparent 70%), #0c0a18; }
.disco-yt__play { width: 56px; height: 56px; border-radius: 50%; border: 1px solid color-mix(in srgb, var(--fa) 50%, var(--line-strong)); display: flex; align-items: center; justify-content: center; color: color-mix(in srgb, var(--fa) 80%, var(--cream)); }
.disco-yt__play svg { width: 22px; height: 22px; fill: currentColor; margin-left: 3px; }
.disco-yt__ph-txt { color: var(--cream-3); letter-spacing: .14em; text-transform: uppercase; font-size: .76rem; }
@media (max-width: 760px) { .disco-players { grid-template-columns: 1fr; max-width: 460px; --disco-h: clamp(300px, 64vw, 360px); } }

/* Découverte — bloc réseaux sous les lecteurs */
.disco-social { display: flex; flex-direction: column; align-items: center; gap: clamp(12px, 1.6vw, 18px); }
.disco-social__label { color: var(--fa); }

/* Discographie — full page dédiée : pochette + tracklist, calée pour tenir en 100svh */
.disco-release { width: 100%; max-width: 980px; margin-inline: auto; text-align: left; }
.disco-release__in { display: grid; grid-template-columns: clamp(230px, 28vw, 320px) 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.disco-release__col { display: flex; flex-direction: column; min-width: 0; }
.disco-release__art { position: relative; margin: 0; width: 100%; aspect-ratio: 1; isolation: isolate; }
.disco-release__art .disco-feature__glow { inset: -16%; background: radial-gradient(circle at 50% 44%, rgba(243,239,230,.10), transparent 64%); filter: blur(46px); opacity: .8; }
.disco-release__art img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-lg); border: 1px solid rgba(243,239,230,.16); box-shadow: 0 32px 84px rgba(0,0,0,.55); }
.disco-release__kicker { color: var(--fa); margin-top: clamp(20px, 2.6vw, 30px); }
.disco-release__title { font-size: clamp(2rem, 3.4vw, 2.9rem); line-height: .96; margin: 8px 0 0; color: var(--cream); }
.disco-release__note { color: var(--cream-2); max-width: 40ch; font-size: clamp(.94rem, 1.15vw, 1.06rem); line-height: 1.52; text-wrap: pretty; margin: 13px 0 0; }
.disco-release__chips { margin-top: clamp(14px, 1.8vw, 20px); }
.disco-release__chips .chip { padding: 6px 12px; font-size: 0.62rem; }

/* Discographie — état « à venir » (pas encore de pochette / tracklist) */
.disco-release--teaser { max-width: 760px; }
.disco-release__teaser { display: grid; grid-template-columns: clamp(216px, 26vw, 300px) 1fr; gap: clamp(30px, 5vw, 64px); align-items: center; text-align: left; }
.disco-release__meta { display: flex; flex-direction: column; min-width: 0; }
.disco-release__meta .disco-release__kicker { margin-top: 0; }
.disco-release__art--ph .disco-ph {
  position: relative; z-index: 1; width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
  border-radius: var(--radius-lg); border: 1px solid rgba(243,239,230,.16);
  background:
    radial-gradient(120% 120% at 32% 24%, color-mix(in srgb, var(--fa) 30%, transparent), transparent 62%),
    color-mix(in srgb, var(--fa) 8%, #07060a);
  box-shadow: 0 32px 84px rgba(0,0,0,.5);
}
.disco-ph__disc { width: clamp(52px, 7vw, 76px); height: auto; color: var(--fa); opacity: .92; animation: disco-ph-spin 9s linear infinite; }
.disco-ph__txt { color: var(--cream-3); font-size: .6rem; }
@keyframes disco-ph-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .disco-ph__disc { animation: none; } }
.disco-release__cta { align-self: flex-start; margin-top: clamp(18px, 2.4vw, 26px); }
/* Single — pochette + titre + durée·date (pas de tracklist) */
.disco-release--single { max-width: 720px; }
.disco-single__meta { margin-top: clamp(14px, 1.8vw, 20px); color: var(--cream-2); font-size: .9rem; letter-spacing: .04em; }
.disco-release--single .disco-release__cta { align-self: flex-start; }
.disco-single__art { display: block; position: relative; }
.disco-single__art .disco-single__play {
  position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center;
  border-radius: var(--radius-lg); background: rgba(7,6,10,.30);
  opacity: 0; transition: opacity .25s ease;
}
.disco-single__art:hover .disco-single__play, .disco-single__art:focus-visible .disco-single__play { opacity: 1; }
.disco-single__play > span {
  width: clamp(54px, 6vw, 68px); aspect-ratio: 1; border-radius: 50%; background: var(--fa);
  display: grid; place-items: center; box-shadow: 0 12px 38px color-mix(in srgb, var(--fa) 42%, transparent);
}
.disco-single__play svg { width: 42%; height: 42%; color: #0b0a10; margin-left: 6%; }
/* Variante « expérience 3D » : icône volume + légende */
.disco-single__play--exp { flex-direction: column; gap: 14px; }
.disco-single__play--exp svg { margin-left: 0; }
.disco-single__play-txt {
  font-family: var(--font-mono); font-size: .68rem; letter-spacing: .2em; text-transform: uppercase;
  color: #fff; text-shadow: 0 2px 14px rgba(0,0,0,.5);
}
@media (max-width: 760px) {
  .disco-release__teaser { grid-template-columns: 1fr; gap: 24px; align-items: start; justify-items: center; text-align: center; }
  .disco-release__art--ph { width: min(240px, 64%); }
  .disco-release__cta { align-self: center; }
}

/* Tracklist : une colonne compacte, lignes arrondies (surlignage au survol) */
.disco-tracks { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 2px; }
.disco-tracks .track { grid-template-columns: 2rem 1fr auto; gap: 12px; padding: clamp(5px, 0.7vh, 9px) 13px; border-radius: var(--radius-md); border-bottom: none; cursor: default; }
.disco-tracks .track:hover { background: color-mix(in srgb, var(--fa) 9%, transparent); }
.disco-tracks .track--link { text-decoration: none; color: inherit; cursor: pointer; position: relative; }
.disco-tracks .track--link .track__n { transition: opacity .18s ease; }
.disco-tracks .track--link:hover .track__n { opacity: 0; }
.disco-tracks .track--link::before { content: "\25B6"; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--fa); font-size: .68rem; opacity: 0; transition: opacity .18s ease; pointer-events: none; }
.disco-tracks .track--link:hover::before { opacity: 1; }
.disco-tracks .track__t { font-size: clamp(.9rem, 1.02vw, 1rem); color: var(--cream-2); }
.disco-tracks .track:hover .track__t { color: var(--cream); }
.disco-release .disco-tracks .track__d { color: var(--cream); font-size: clamp(.8rem, .95vw, .9rem); letter-spacing: .05em; }
.disco-release .disco-tracks .track:hover .track__d { color: var(--fa); }
.track__feat { color: var(--cream-3); font-size: .8em; letter-spacing: .01em; }
@media (max-width: 760px) {
  .disco-release__in { grid-template-columns: 1fr; gap: 26px; align-items: start; }
  .disco-release__art { width: min(240px, 64%); }
}

/* ============================================================
   GALERIE ARTISTES — portraits égaux → page dédiée
   ============================================================ */
.artgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.8vw, 26px); }
.artgrid__card {
  position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden;
  border-radius: var(--radius-lg); border: 1px solid var(--line-strong);
  background: #0c0a18; isolation: isolate;
  box-shadow: 0 24px 64px rgba(0,0,0,.42);
  transition: transform .4s cubic-bezier(.22,.61,.36,1), box-shadow .4s ease, border-color .35s ease;
}
.artgrid__photo { position: absolute; inset: 0; z-index: 0; }
.artgrid__photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.96) brightness(.92); transition: transform .6s cubic-bezier(.22,.61,.36,1), filter .4s ease; }
.artgrid__veil { position: absolute; inset: 0; z-index: 1; background: linear-gradient(to top, rgba(8,7,16,.92) 6%, rgba(8,7,16,.5) 38%, rgba(8,7,16,.06) 70%); }
.artgrid__info { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: clamp(20px, 2vw, 30px); display: flex; flex-direction: column; gap: 8px; text-align: left; }
.artgrid__tag { color: color-mix(in srgb, var(--fa) 72%, var(--cream)); }
.artgrid__name { font-size: clamp(2rem, 3vw, 2.9rem); line-height: .96; margin: 2px 0 0; color: var(--cream); transition: color .28s cubic-bezier(.22,.61,.36,1); }
.artgrid__cta { margin-top: 10px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-2); display: inline-flex; align-items: center; gap: 8px; opacity: .82; transition: color .3s ease, gap .3s ease; }
.artgrid__card::after { content: ""; position: absolute; inset: 0; z-index: 3; border-radius: inherit; pointer-events: none; box-shadow: inset 0 0 0 1px transparent, inset 0 0 60px -20px transparent; transition: box-shadow .4s ease; }
.artgrid__card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--fa) 55%, var(--line-strong)); box-shadow: 0 36px 90px rgba(0,0,0,.5), 0 18px 50px color-mix(in srgb, var(--fa) 26%, transparent); }
.artgrid__card:hover .artgrid__photo img { transform: scale(1.05); filter: saturate(1.04) brightness(1); }
.artgrid__card:hover .artgrid__cta { color: var(--fa); gap: 13px; }
.artgrid__card:hover .artgrid__name { color: var(--fa); }
.artgrid__card:hover::after { box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fa) 50%, transparent), inset 0 -90px 90px -50px color-mix(in srgb, var(--fa) 30%, transparent); }
body[data-theme="light"] .artgrid__card { background: #efece3; }

/* Lien retour sur les pages dédiées */
.backlink { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--cream-2); transition: color .25s ease, gap .25s ease; }
.backlink:hover { color: var(--cream); gap: 13px; }
.backlink .arrow { transition: transform .25s ease; }
.backlink:hover .arrow { transform: translateX(-3px); }
body[data-theme="light"] .backlink { color: var(--ink-fg-2); }
body[data-theme="light"] .backlink:hover { color: var(--ink-fg); }
.np { margin-top: 28px; border: 1px solid var(--line-strong); border-radius: var(--radius-md); padding: 16px 18px; display: flex; align-items: center; gap: 16px; background: color-mix(in srgb, var(--fa) 6%, transparent); }
.np__btn { width: 50px; height: 50px; flex-shrink: 0; border-radius: 50%; background: var(--fa); color: var(--ink); font-size: 1.05rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 30px color-mix(in srgb, var(--fa) 40%, transparent); transition: transform .2s ease; }
.np__btn:hover { transform: scale(1.06); }
.np__body { flex: 1; min-width: 0; }
.np__top { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; }
.np__title { font-size: .84rem; color: var(--cream); letter-spacing: .04em; }
.np__time { font-size: .72rem; color: var(--cream-3); }
.np__bar { height: 3px; border-radius: 2px; background: rgba(243,239,230,.14); margin-top: 11px; overflow: hidden; }
.np__fill { height: 100%; width: 0; background: var(--fa); border-radius: 2px; }
.tracklist { list-style: none; margin-top: 18px; display: flex; flex-direction: column; }
.fiche .track.is-playing { background: color-mix(in srgb, var(--fa) 9%, transparent); }
.fiche .track.is-playing .track__t, .fiche .track.is-playing .track__n { color: var(--fa); }

/* Projet en avant */
.projet { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 52px); }
.projet__eyebrow { position: relative; z-index: 1; margin-bottom: clamp(22px, 3vw, 34px); }
.projet__in { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.projet__kicker { color: var(--fa); }
.projet__title { margin: 14px 0 0; max-width: 18ch; text-align: left; margin-left: 0; }
.projet__desc { color: var(--cream-2); margin-top: 16px; max-width: 52ch; }

/* Écouter — la rangée .soc hérite de l'accent de la fiche */
.fiche .soc-row { justify-content: center; }
.fiche .soc:hover { border-color: var(--fa); background: color-mix(in srgb, var(--fa) 8%, transparent); box-shadow: 0 12px 38px color-mix(in srgb, var(--fa) 22%, transparent); }
.fiche .soc:hover .soc__i { fill: var(--fa); }

/* Bouton accent (billet) */
.btn--accent { background: var(--fa); color: var(--ink); }
.btn--accent:hover { box-shadow: 0 10px 50px color-mix(in srgb, var(--fa) 45%, transparent); }
.fiche .ticket__mon, .fiche .ticket__title { color: var(--fa); }

/* Placeholder « À venir » */
.ph {
  display: flex; align-items: center; justify-content: center; text-align: center;
  min-height: 150px; padding: 32px; border-radius: var(--radius-md);
  border: 1px dashed var(--line-strong);
  background-image: repeating-linear-gradient(135deg, rgba(243,239,230,.035) 0 10px, transparent 10px 20px);
}
.ph__txt { color: var(--cream-3); font-size: .8rem; letter-spacing: .12em; max-width: 40ch; line-height: 1.6; }

/* Toggles de rubriques (Tweaks) */
[data-rub-bio="off"] [data-rubric="bio"],
[data-rub-disco="off"] [data-rubric="disco"],
[data-rub-projet="off"] [data-rubric="projet"],
[data-rub-ecouter="off"] [data-rubric="ecouter"],
[data-rub-live="off"] [data-rubric="live"] { display: none; }

body[data-theme="light"] .card {
  background: linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.25));
  border-color: var(--line-dark);
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
}

/* ---------------- FOOTER ---------------- */
.foot { border-top: 1px solid var(--line); padding-block: clamp(56px, 8vw, 112px); position: relative; overflow: hidden; }
.foot::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(123,63,228,.55), rgba(255,122,43,.4), transparent); }
.foot::after { content: ""; position: absolute; right: -3%; bottom: -26%; width: clamp(220px,28vw,400px); aspect-ratio: 0.92;
  background: url("assets/yaatra-logo-cream.png") center/contain no-repeat; opacity: 0.05; z-index: 0; pointer-events: none; }
.foot .wrap { position: relative; z-index: 1; }
.foot-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: clamp(32px,5vw,64px); align-items: center; }
.foot a { color: var(--cream-2); transition: color .2s ease, transform .2s ease; }
.foot a:hover { color: var(--orange); }
.foot-col h4 { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--cream-3); margin-bottom: 22px; }
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 13px; font-size: 0.98rem; }
.foot-col ul a { display: inline-block; width: fit-content; }
.foot-col ul a:hover { transform: translateX(4px); }
.foot-base { display:flex; justify-content: space-between; align-items:center; gap: 16px; flex-wrap: wrap;
  margin-top: clamp(48px,6vw,72px); padding-top: 26px; border-top: 1px solid var(--line);
  font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cream-3); }

/* ---------------- REVEAL ---------------- */
/* Visible by default. JS adds .armed (hide) only once it confirms the
   animation clock is running — so frozen-clock previews show content,
   real browsers get the rise-in entrance. */
.reveal.armed { opacity: 0; }
.reveal.armed.in { animation: reveal-in .9s cubic-bezier(.22,.61,.36,1) both; }
@keyframes reveal-in {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce){
  .reveal.armed { opacity: 1; }
  .reveal.armed.in { animation: none; }
}

/* ---------------- HELPERS ---------------- */
.eyebrow-row { display: flex; align-items: center; gap: 14px; }
.eyebrow-row .rule { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--line-strong)); max-width: 80px; }
/* Trait des deux côtés du label, centré */
.eyebrow-row:has(.rule) { justify-content: center; }
.eyebrow-row:has(.rule)::after { content: ""; height: 1px; flex: 1; background: linear-gradient(90deg, var(--line-strong), transparent); max-width: 80px; }
/* Barres de longueur fixe (eyebrow dans un conteneur centré qui le rétrécit) */
.eyebrow-fixed .rule, .eyebrow-fixed:has(.rule)::after { flex: 0 0 clamp(42px, 7vw, 72px); width: clamp(42px, 7vw, 72px); max-width: none; }
/* Dans le hero, l'eyebrow se réduit au contenu : on fixe la longueur des barres */
.hero__top .eyebrow-row .rule,
.hero__top .eyebrow-row:has(.rule)::after { flex: 0 0 64px; width: 64px; max-width: none; }
/* Style « points » (comme le hero d'accueil) : un point pulsé de chaque côté du label */
.hero__top .eyebrow-row .rule,
.hero__top .eyebrow-row:has(.rule)::after,
.eyebrow-dots .rule,
.eyebrow-dots:has(.rule)::after {
  flex: 0 0 8px; width: 8px; height: 8px; max-width: none;
  border-radius: 50%; background: var(--orange);
  box-shadow: 0 0 0 0 rgba(255,106,43,0.6);
  animation: pulse 2s ease-out infinite;
}
@media (prefers-reduced-motion: reduce) {
  .hero__top .eyebrow-row .rule, .hero__top .eyebrow-row:has(.rule)::after,
  .eyebrow-dots .rule, .eyebrow-dots:has(.rule)::after { animation: none; }
}
/* Variante violette de l'effet des points (eyebrow ciblé) */
@keyframes pulse-violet { 0%{box-shadow:0 0 0 0 rgba(138,79,255,0.5)} 100%{box-shadow:0 0 0 12px rgba(138,79,255,0)} }
.eyebrow-violet .rule,
.eyebrow-violet:has(.rule)::after,
.hero__top .eyebrow-violet .rule,
.hero__top .eyebrow-violet:has(.rule)::after {
  animation: pulse-violet 2s ease-out infinite;
}
.stack-sm > * + * { margin-top: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  font-family: var(--font-mono); font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 8px 15px; border-radius: var(--radius-pill); border: 1px solid var(--line-strong); color: var(--cream-2);
}
.chip--filter { cursor: pointer; transition: all .2s ease; }
.chip--filter:hover { color: var(--cream); border-color: var(--cream-3); }
.chip--filter.is-active { background: var(--orange); border-color: var(--orange); color: var(--ink); }

/* ---------------- TRACKLIST ---------------- */
.track {
  display: grid; grid-template-columns: 2.4rem 1fr auto; align-items: center; gap: 14px;
  padding: 13px 14px; border-radius: var(--radius-md);
  border-bottom: 1px solid var(--line); cursor: pointer;
  transition: background .2s ease, padding .2s ease;
}
.track:last-child { border-bottom: none; }
.track .track__n { font-size: .72rem; color: var(--cream-3); letter-spacing: .12em; }
.track .track__t { color: var(--cream-2); font-size: 1rem; transition: color .2s ease; }
.track .track__d { font-size: .78rem; color: var(--cream-3); }
.track:hover { background: rgba(243,239,230,.04); }
.track:hover .track__t { color: var(--cream); }
.track.is-playing { background: rgba(34,197,94,.08); }
.track.is-playing .track__t { color: var(--emeraude); }
.track.is-playing .track__n { color: var(--emeraude); }

/* ---------------- ARTIST CARD ---------------- */
.artist-card { position: relative; }
.artist-card .display { transition: color .28s cubic-bezier(.22,.61,.36,1); }
.artist-card:hover .display { color: var(--card-accent, var(--emeraude)); }
.artist-aura {
  position: absolute; width: 90%; aspect-ratio: 1; right: -22%; top: -24%;
  border-radius: 50%; filter: blur(54px); opacity: 0.3; z-index: 0; pointer-events: none;
  transition: opacity .45s ease, transform .55s cubic-bezier(.22,.61,.36,1);
}
.artist-card:hover .artist-aura { opacity: 0.5; transform: scale(1.12); }
.artist-card:hover { transform: translateY(-4px); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 0 rgba(255,106,43,0.6); animation: pulse 2s ease-out infinite; display:inline-block; }
@keyframes pulse { 0%{box-shadow:0 0 0 0 rgba(255,106,43,0.5)} 100%{box-shadow:0 0 0 12px rgba(255,106,43,0)} }

/* ---------------- HERO ---------------- */
.hero { min-height: 100svh; display: flex; align-items: flex-end; padding-top: 120px; padding-bottom: clamp(56px, 8vw, 110px); position: relative; }
.hero__inner { width: 100%; display: flex; flex-direction: column; gap: clamp(24px, 4vw, 44px); }
.hero__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.hero__headline { max-width: 16ch; }
.hero__foot { display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(24px, 5vw, 72px); align-items: end; }
.hero__ticket { display: none; }
.hero__scroll { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--cream-3); display: inline-flex; align-items: center; gap: 14px; }

/* compo: centré */
[data-hero="center"] .hero { align-items: center; text-align: center; }
[data-hero="center"] .hero__headline { max-width: 18ch; margin-inline: auto; }
[data-hero="center"] .hero__top { justify-content: center; }
[data-hero="center"] .hero__foot { grid-template-columns: 1fr; justify-items: center; }
[data-hero="center"] .hero__foot .lead { margin-inline: auto; }
/* Plein écran : padding symétrique pour un hero parfaitement centré (sous la nav fixe) */
html[data-fullpage="screens"][data-hero="center"] main > section.hero {
  padding-top: clamp(88px, 9vh, 112px);
  padding-bottom: clamp(88px, 9vh, 112px);
}

/* compo: ticket-first */
[data-hero="ticket"] .hero__foot { grid-template-columns: 1.2fr 0.9fr; }
[data-hero="ticket"] .hero__ticket { display: block; }
[data-hero="ticket"] .hero__headline { font-size: clamp(2.8rem, 8vw, 6.5rem) !important; }

/* émeraude accent toggle */
.em-accent { color: var(--emeraude); }
[data-emeraude="off"] .em-accent { color: var(--orange); }
[data-emeraude="off"] .em-glow { filter: none !important; }

/* ---------------- NEWSLETTER ---------------- */
.field-row { display: flex; gap: 10px; flex-wrap: wrap; max-width: 520px; }
.field {
  flex: 1; min-width: 220px;
  background: rgba(243,239,230,0.05); border: 1px solid var(--line-strong);
  border-radius: var(--radius-pill); padding: 16px 22px; color: var(--cream);
  font-family: var(--font-mono); font-size: 0.82rem; letter-spacing: 0.04em;
  transition: border-color .2s ease, background .2s ease;
}
.field::placeholder { color: var(--cream-3); text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.72rem; }
.field:focus { outline: none; border-color: var(--orange); background: rgba(255,106,43,0.06); }
body[data-theme="light"] .field { background: rgba(255,255,255,0.5); border-color: var(--line-dark); color: var(--ink-fg); }
body[data-theme="light"] .field::placeholder { color: var(--ink-fg-3); }
textarea.field { border-radius: var(--radius-md); resize: vertical; min-height: 130px; width: 100%; line-height: 1.6; }
.fld { display: flex; flex-direction: column; gap: 8px; }
.fld__l { font-family: var(--font-mono); font-size: 0.64rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cream-3); }
select.field { appearance: none; -webkit-appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23c8bcd0' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 20px center; padding-right: 44px; }
select.field option { background: var(--ink-2); color: var(--cream); }
.form-ok { font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 0.1em; color: var(--emeraude); margin-top: 16px; opacity: 0; transition: opacity .5s ease; }
.form-ok.in { opacity: 1; }

/* Booking form — more legible labels & fields */
#booking .fld__l { font-size: 0.74rem; letter-spacing: 0.12em; color: var(--cream-2); }
#booking .field { font-family: var(--font-body); font-size: 0.95rem; letter-spacing: 0.01em; color: var(--cream); padding: 12px 20px; }
#booking .field::placeholder { text-transform: none; letter-spacing: 0.01em; font-size: 0.92rem; color: var(--cream-3); }
body[data-theme="light"] #booking .fld__l { color: var(--ink-fg-2); }
/* Booking form — compact rhythm */
#booking .fld { gap: 6px; }
#booking .form-fields { gap: 12px 16px !important; }
#booking .fld__group { margin-bottom: 14px !important; display: flex; align-items: center; gap: 16px; font-size: 0.72rem; color: var(--orange); text-shadow: 0 0 12px color-mix(in srgb, currentColor 55%, transparent), 0 0 26px color-mix(in srgb, currentColor 30%, transparent); }
#booking .fld__group::before, #booking .fld__group::after { content: ""; flex: 1; height: 1px; opacity: 0.55; }
#booking .fld__group::before { background: linear-gradient(90deg, transparent, currentColor); }
#booking .fld__group::after { background: linear-gradient(90deg, currentColor, transparent); }
body[data-theme="light"] #booking .fld__group { color: var(--orange-deep); text-shadow: none; }

/* Stub « Votre projet » — barres dégradées de chaque côté, comme les intitulés de section */
#booking .ticket__stub { padding-inline: clamp(22px, 4vw, 56px); }
#booking .ticket__stub:not(.ticket__stub--bottom) > span { display: flex; align-items: center; gap: 16px; flex: 1; justify-content: center; }
#booking .ticket__stub:not(.ticket__stub--bottom) > span::before,
#booking .ticket__stub:not(.ticket__stub--bottom) > span::after { content: ""; flex: 1; height: 1px; opacity: 0.55; }
#booking .ticket__stub:not(.ticket__stub--bottom) > span::before { background: linear-gradient(90deg, transparent, currentColor); }
#booking .ticket__stub:not(.ticket__stub--bottom) > span::after { background: linear-gradient(90deg, currentColor, transparent); }

/* Booking form — section group headings */
.fld__group { display: block; font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 14px; }
body[data-theme="light"] .fld__group { color: var(--orange-deep); }

/* Booking form — consent + anti-robot */
.consent { margin-top: clamp(16px, 2.4vw, 24px); display: flex; flex-direction: column; gap: 20px; }

/* Booking form — verification + submit on one row */
.form-actions { display: flex; align-items: center; justify-content: flex-end; gap: clamp(24px, 4vw, 44px); flex-wrap: wrap; }
.form-actions .btn { flex: 0 0 auto; }
.captcha { display: flex; flex-direction: row; align-items: center; gap: 10px; min-height: 46px; }
.captcha__box { display: inline-flex; align-items: center; gap: 8px; padding: 0; border: none; background: none; }
.captcha__q { font-family: var(--font-mono); font-size: 0.95rem; letter-spacing: 0.06em; color: var(--cream); white-space: nowrap; }
.captcha__eq { font-family: var(--font-mono); font-size: 0.95rem; color: var(--cream-2); }
.captcha__input { width: 52px; flex: 0 0 auto; border: none; border-bottom: 1px solid var(--line-strong); border-radius: 0; background: none; color: var(--cream); text-align: center; font-family: var(--font-mono); font-size: 0.95rem; padding: 4px 2px; transition: border-color .18s ease; }
.captcha__input::placeholder { color: var(--cream-3); }
.captcha__input:focus { outline: none; border-bottom-color: var(--orange); }
.captcha.is-error .captcha__input { border-bottom-color: var(--orange); }
.captcha__err { font-family: var(--font-mono); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); }
body[data-theme="light"] .captcha__q, body[data-theme="light"] .captcha__eq { color: var(--ink-fg-2); }
body[data-theme="light"] .captcha__input { color: var(--ink-fg); border-bottom-color: var(--line-dark); }
@media (max-width: 560px) {
  .form-actions { flex-direction: column; align-items: stretch; }
  .form-actions .btn { width: 100%; justify-content: center; }
}

/* Booking form — deux colonnes : champs (gauche) · message + anti-robot (droite) */
.booking-body { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(20px, 2.2vw, 32px); align-items: stretch; }
.booking-body__right { display: flex; flex-direction: column; }
.booking-message { flex: 1; }
.booking-message textarea.field { flex: 1; min-height: 76px; }
/* Anti-robot : libellé au-dessus, équation + bouton d'envoi sur la même ligne */
.captcha-fld { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.captcha-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.captcha-row .btn { flex: 0 0 auto; }
/* Bouton d'envoi : occupe toute la largeur, au bas de la colonne droite */
.booking-submit { width: 100%; justify-content: center; margin-top: 16px; min-height: 66px; }
@media (max-width: 820px) {
  .booking-body { grid-template-columns: 1fr; }
  .booking-message textarea.field { min-height: 120px; }
}

/* ---------------- INK STAIN (light sections) ---------------- */
.ink-stain { position: absolute; pointer-events: none; z-index: 0; border-radius: 50%; mix-blend-mode: multiply; filter: blur(34px); opacity: 0.5; }

/* Light panel inset on a dark page — "encre dans l'eau" */
.panel-light {
  position: relative; overflow: hidden;
  background: var(--paper); color: var(--ink-fg);
  border-radius: var(--radius-lg);
}

/* Nocturne inset panel — same role as panel-light but in the Yaatra DA */
.panel-deep {
  position: relative; overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(130% 150% at 0% 0%, rgba(123,63,228,0.18), transparent 54%),
    radial-gradient(130% 150% at 100% 100%, rgba(255,122,43,0.10), transparent 54%),
    linear-gradient(180deg, rgba(22,16,51,0.52), rgba(13,10,32,0.38));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.42), inset 0 1px 0 rgba(243,239,230,0.05);
}

/* Translucent frosted version of the panel colour — for large CTA frames */
.frame-tint {
  background:
    radial-gradient(130% 150% at 0% 0%, rgba(123,63,228,0.18), transparent 54%),
    radial-gradient(130% 150% at 100% 100%, rgba(255,122,43,0.10), transparent 54%),
    linear-gradient(180deg, rgba(22,16,51,0.52), rgba(13,10,32,0.38));
  -webkit-backdrop-filter: blur(7px); backdrop-filter: blur(7px);
}
body[data-theme="light"] .frame-tint {
  background: linear-gradient(180deg, rgba(255,255,255,0.62), rgba(255,255,255,0.26));
}
.panel-deep .ink-content { position: relative; z-index: 1; }

/* Aura thermique — émanation lumineuse qui rayonne sur fond sombre */
.aura-stain {
  position: absolute; pointer-events: none; z-index: 0;
  border-radius: 50%; mix-blend-mode: screen; filter: blur(46px); opacity: 0.6;
}
.panel-light .label, .panel-light .kicker { color: var(--ink-fg-3); }
.panel-light .lead { color: var(--ink-fg-2); }
.panel-light .muted { color: var(--ink-fg-3); }
.panel-light .display { color: var(--ink-fg); }
.panel-light .ink-content { position: relative; z-index: 1; }
.panel-light .btn--ghost { border-color: var(--line-dark); color: var(--ink-fg); }
.panel-light .btn--ghost:hover { border-color: var(--ink-fg); background: rgba(21,16,27,0.04); }
.panel-light .field { background: rgba(255,255,255,0.6); border-color: var(--line-dark); color: var(--ink-fg); }
.panel-light .field::placeholder { color: var(--ink-fg-3); }
.panel-light .chip { border-color: var(--line-dark); color: var(--ink-fg-2); }

/* ---------------- TWEAKS PANEL host ---------------- */
#tweaks-root { position: fixed; z-index: 90; }

/* ---------------- FULL-PAGE SCROLL (sections plein écran) ---------------- */
html[data-fullpage] { scroll-snap-type: none; scroll-padding-top: 0; }
/* Mode « screens » : chaque section = un écran */
html[data-fullpage="screens"] main > section {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: clamp(84px, 10vh, 116px); padding-bottom: clamp(40px, 6vh, 84px);
}
html[data-fullpage="screens"] main > section > .wrap { width: 100%; }
/* Compaction des sections riches (cartes) pour tenir en plein écran */
html[data-fullpage] .family-grid .artist-card,
html[data-fullpage] .services-grid .card { min-height: 0; }
html[data-fullpage] .artist-card > div:last-of-type p { min-height: 0; }
html[data-fullpage] .family-grid .artist-card .display { font-size: clamp(2rem, 3.6vw, 3rem); }
/* Titres de section ramenés à ~2 lignes pour tenir en plein écran */
html[data-fullpage] .fp-fit { font-size: clamp(2.2rem, 4.4vw, 3.6rem); line-height: 1.0; }
/* Mode « fiche » : chaque rubrique d'artiste = un écran */
html[data-fullpage="fiche"] #artists-root .fiche { padding-top: 0; padding-bottom: 0; }
html[data-fullpage="fiche"] #artists-root .fiche__head {
  min-height: 100svh; box-sizing: border-box;
  padding-top: clamp(84px, 10vh, 116px); padding-bottom: clamp(40px, 6vh, 84px);
}
/* Repère « faites défiler pour écouter » — bas de l'écran d'accueil de la fiche */
.fiche__scrollcue { display: none; }
html[data-fullpage="fiche"] .fiche__scrollcue {
  position: absolute; left: 50%; bottom: clamp(16px, 3vh, 34px); transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 9px;
  color: var(--cream-3); pointer-events: auto; cursor: pointer;
  transition: color .22s ease, transform .22s ease; background: none; border: 0;
}
html[data-fullpage="fiche"] .fiche__scrollcue:hover { color: var(--cream); }
html[data-fullpage="fiche"] .fiche__scrollcue:focus-visible { outline: 1px solid color-mix(in srgb, var(--fa) 60%, transparent); outline-offset: 6px; border-radius: 8px; }
.fiche__scrollcue-hp { width: 25px; height: 25px; opacity: .82; }
.fiche__scrollcue .label { font-size: .58rem; }
.fiche__scrollcue-chev { width: 22px; height: 22px; color: var(--fa); animation: scrollcue-bob 1.9s cubic-bezier(.22,.61,.36,1) infinite; }
@keyframes scrollcue-bob { 0%, 100% { transform: translateY(0); opacity: .55; } 50% { transform: translateY(5px); opacity: 1; } }
@media (max-width: 860px) { html[data-fullpage="fiche"] .fiche__scrollcue { display: none; } }
@media (prefers-reduced-motion: reduce) { .fiche__scrollcue-chev { animation: none; } }
/* Repères de défilement sur les pages « screens » (comme les fiches artistes) */
html[data-fullpage="screens"] main > section { position: relative; }
html[data-fullpage="screens"] .fiche__scrollcue--screens {
  position: absolute; left: 50%; bottom: clamp(14px, 3vh, 30px); transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  color: var(--cream-3); cursor: pointer; background: none; border: 0; z-index: 3;
  transition: color .22s ease;
}
html[data-fullpage="screens"] .fiche__scrollcue--screens:hover { color: var(--cream); }
html[data-fullpage="screens"] .fiche__scrollcue--screens:focus-visible { outline: 1px solid color-mix(in srgb, var(--salmon) 60%, transparent); outline-offset: 6px; border-radius: 8px; }
html[data-fullpage="screens"] .fiche__scrollcue--screens .label { font-size: .58rem; color: var(--cream-3); }
html[data-fullpage="screens"] .fiche__scrollcue--screens .fiche__scrollcue-chev { width: 22px; height: 22px; color: var(--salmon); animation: scrollcue-bob 1.9s cubic-bezier(.22,.61,.36,1) infinite; }
@media (max-width: 860px) { html[data-fullpage="screens"] .fiche__scrollcue--screens { display: none; } }
/* Processus (Yaatra Event) — glow au survol sur les chiffres */
.process li .display.d-md { transition: text-shadow .28s ease, transform .28s ease; }
.process li:hover .display.d-md {
  text-shadow: 0 0 18px color-mix(in srgb, currentColor 72%, transparent), 0 0 48px color-mix(in srgb, currentColor 44%, transparent);
  transform: translateY(-2px);
}
/* Repère « Discographie » au bas de l'écran Découverte */
html[data-fullpage="fiche"] #artists-root .fiche__rub[data-rubric="disco"] { position: relative; }
html[data-fullpage="fiche"] #artists-root .fiche__rub[data-rubric="discographie"] { position: relative; }
.fiche__scrollcue--disco .label, .fiche__scrollcue--dates .label { color: var(--cream-3); }
/* Retour « Tous les artistes » — bas du dernier écran de la fiche */
html[data-fullpage="fiche"] #artists-root .fiche__rub[data-rubric="live"] { position: relative; }
.fiche__return { margin-top: clamp(24px, 4vh, 44px); }
.fiche__return .arrow { font-size: 1.05rem; }
@media (min-width: 861px) {
  html[data-fullpage="fiche"] .fiche__return {
    position: absolute; left: 50%; bottom: clamp(16px, 3vh, 34px);
    transform: translateX(-50%); margin-top: 0;
  }
}
/* Écrans courts : le repère « Dates » suit la tracklist au lieu de chevaucher le dernier titre */
@media (max-height: 780px) {
  html[data-fullpage="fiche"] .fiche__scrollcue--dates {
    position: static; transform: none; left: auto; bottom: auto;
    margin: clamp(14px, 2vh, 28px) auto 0;
  }
}
html[data-fullpage="fiche"] #artists-root .fiche__rub {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  margin-top: 0;
}
/* Groupe : les 3 dernières rubriques tiennent sur un seul écran */
html[data-fullpage="fiche"] #artists-root .fiche__group {
  min-height: 100svh;
  display: flex; flex-direction: column; justify-content: center;
  gap: clamp(28px, 4vh, 56px);
}
html[data-fullpage="fiche"] #artists-root .fiche__group .fiche__rub {
  min-height: 0; margin-top: 0;
}
html[data-fullpage="fiche"] #artists-root .fiche__group .fiche__rub > .eyebrow-row {
  margin-bottom: clamp(14px, 2vh, 22px);
}
.fiche__group-duo {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4vw, 56px); align-items: start;
}
@media (max-width: 920px) {
  .fiche__group-duo { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 48px); }
}
@media (max-width: 860px) {
  html[data-fullpage="fiche"] #artists-root .fiche__group { min-height: auto; }
}
@media (max-width: 860px) {
  html[data-fullpage] { scroll-snap-type: none; }
  html[data-fullpage="screens"] main > section { min-height: auto; padding-block: clamp(64px, 12vw, 96px); }
  html[data-fullpage="fiche"] #artists-root .fiche__head,
  html[data-fullpage="fiche"] #artists-root .fiche__rub { min-height: auto; }
  html[data-fullpage="fiche"] #artists-root .fiche__rub { margin-top: clamp(40px, 6vw, 76px); }
}
@media (prefers-reduced-motion: reduce) {
  html[data-fullpage] { scroll-snap-type: none; }
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 860px) {
  .nav-links, .nav-desktop-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .ticket__body { flex-wrap: wrap; }
  .ticket__cta { width: 100%; }
  .hero__foot { grid-template-columns: 1fr !important; gap: 28px; }
  [data-hero="ticket"] .hero__foot { grid-template-columns: 1fr !important; }
  .bras-grid, .nl-grid { grid-template-columns: 1fr !important; }
  .nl-contact { grid-template-columns: 1fr !important; gap: 28px !important; }
  .nl-cards { grid-template-columns: 1fr !important; }
  .formats-grid { grid-template-columns: 1fr !important; }
  .artefact-grid, .artiste-grid, .listen-grid { grid-template-columns: 1fr !important; }
  .disco-grid { grid-template-columns: 1fr !important; }
  .artgrid { grid-template-columns: 1fr 1fr; }
  .booking-grid { grid-template-columns: 1fr !important; }
  .form-fields { grid-template-columns: 1fr !important; }
  .listen-grid { grid-template-columns: 1fr 1fr !important; }
  .philo-grid, .family-grid, .services-grid { grid-template-columns: 1fr !important; }
  .pourqui-grid, .distingue-grid { grid-template-columns: 1fr !important; }
  .process { grid-template-columns: 1fr 1fr !important; }
  .ticket__date { border-right: none; border-bottom: 1px dashed var(--line-strong); padding-right: 0; padding-bottom: 14px; width: 100%; text-align: left; display: flex; align-items: baseline; gap: 12px; }
  .ticket__day { font-size: 2rem; }
}

@media (max-width: 560px) {
  /* Artistes : mode catalogue compact (2 colonnes, cartes plus petites) */
  .artgrid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .artgrid__card { aspect-ratio: 3 / 4; border-radius: var(--radius-md); }
  .artgrid__info { padding: 13px 13px 15px; gap: 5px; }
  .artgrid__name { font-size: clamp(1.3rem, 7vw, 1.7rem); }
  .artgrid__tag { font-size: .56rem; letter-spacing: .14em; }
  .artgrid__cta { margin-top: 5px; font-size: .58rem; }
}

/* ============================================================
   ENGAGEMENT — fondu de page · rail de progression · artiste suivant
   ============================================================ */

/* ---- Fondus de page (navigation interne) ---- */
/* Sortie : voile encre qui couvre avant de naviguer (piloté par JS, .is-covered) */
.page-veil {
  position: fixed; inset: 0; z-index: 200; pointer-events: none;
  background: var(--ink); opacity: 0; will-change: opacity;
  transition: opacity .42s cubic-bezier(.22,.61,.36,1);
}
.page-veil.is-covered { opacity: 1; pointer-events: all; }
/* Entrée : voile encre présent dès le tout premier rendu (html::before → aucun flash
   ni dépendance au JS), qui se lève en fondu. Symétrique de la sortie. */
html::before {
  content: ""; position: fixed; inset: 0; z-index: 300; pointer-events: none;
  background: var(--ink); opacity: 1;
  animation: page-enter-veil .85s cubic-bezier(.22,.61,.36,1) forwards;
}
@keyframes page-enter-veil { 0% { opacity: 1; } 100% { opacity: 0; } }
html.entered::before { animation: none; opacity: 0; }
@media (prefers-reduced-motion: reduce) { .page-veil { display: none; } html::before { display: none; } }

/* ---- Rail de progression (pages plein écran) ---- */
.fp-rail {
  position: fixed; right: clamp(14px, 1.8vw, 26px); top: 50%; transform: translateY(-50%);
  z-index: 45; display: flex; flex-direction: column; gap: 14px; align-items: flex-end;
  pointer-events: none;
}
.fp-rail .fp-dot { pointer-events: auto; }
.fp-dot {
  position: relative; display: flex; align-items: center; justify-content: flex-end;
  width: 26px; height: 14px; padding: 0; background: none; border: none; cursor: pointer;
  color: var(--rail-accent, #8a4fff);
}
.fp-dot::after {
  content: ""; width: 8px; height: 8px; border-radius: 50%;
  background: currentColor; opacity: .42;
  transition: opacity .3s ease, transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease;
}
.fp-dot:hover::after { opacity: 1; transform: scale(1.2); }
.fp-dot.is-active::after {
  opacity: 1; transform: scale(1.25);
  box-shadow: 0 0 12px color-mix(in srgb, currentColor 72%, transparent);
}
/* Orange (DA Yaatra Event) : page Event + onglet événementiel de Contact. */
body[data-world="event"] .fp-rail { --rail-accent: #ff8a4a; }
.fp-dot__label {
  position: absolute; right: 22px; top: 50%; transform: translate(8px, -50%);
  white-space: nowrap; padding: 6px 12px; border-radius: var(--radius-pill);
  font-family: var(--font-mono); font-size: .6rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--cream); background: rgba(13,10,32,.82);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border: 1px solid var(--line);
  opacity: 0; pointer-events: none; transition: opacity .25s ease, transform .25s cubic-bezier(.22,.61,.36,1);
}
.fp-dot:hover .fp-dot__label, .fp-dot:focus-visible .fp-dot__label { opacity: 1; transform: translate(0, -50%); }
body[data-theme="light"] .fp-dot__label { color: var(--ink-fg); background: rgba(239,236,227,.9); border-color: var(--line-dark); }
@media (max-width: 860px) { .fp-rail { display: none; } }
@media (prefers-reduced-motion: reduce) { .fp-rail { display: none; } }

/* ---- « À découvrir ensuite » (fin de fiche artiste) ---- */
.fiche__next { text-align: center; }
.fiche__next .eyebrow-row { margin-bottom: clamp(26px, 3.4vw, 44px); }
.fiche__next-card {
  display: inline-flex; flex-direction: column; align-items: center; gap: clamp(18px, 2.4vw, 28px);
  text-decoration: none;
}
.fiche__next-portrait {
  width: clamp(118px, 13vw, 168px); aspect-ratio: 1; border-radius: 50%; overflow: hidden;
  border: 1px solid var(--line-strong);
  box-shadow: 0 18px 54px rgba(0,0,0,.5), 0 0 0 6px color-mix(in srgb, var(--fa) 14%, transparent);
  transition: box-shadow .4s ease, transform .4s cubic-bezier(.22,.61,.36,1);
}
.fiche__next-portrait img { width: 100%; height: 100%; object-fit: cover; }
.fiche__next-id { display: flex; flex-direction: column; align-items: center; gap: 10px; }
/* Libellés / kickers des fiches artistes : teinte lilas unifiée + halo pour la
   lisibilité (ils se fondaient dans le fond violet en accent d'artiste). */
.fiche__tag,
.disco-feature__kicker,
.disco-soon__tag,
.disco-player__label,
.disco-social__label,
.disco-release__kicker,
.projet__kicker,
.fiche__next-tag {
  color: var(--lilac);
  text-shadow: 0 1px 14px rgba(13,10,32,0.6);
}
.fiche__next-name {
  font-size: clamp(2.6rem, 6vw, 5rem); line-height: .94; margin: 0; color: var(--cream);
  transition: color .35s cubic-bezier(.22,.61,.36,1), text-shadow .35s ease;
}
.fiche__next-cta {
  margin-top: 4px; font-family: var(--font-mono); font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream-2); display: inline-flex; align-items: center; gap: 8px;
  transition: color .3s ease, gap .3s ease;
}
.fiche__next-cta .arrow { transition: transform .3s ease; }
.fiche__next-card:hover .fiche__next-portrait {
  transform: translateY(-5px);
  box-shadow: 0 28px 72px rgba(0,0,0,.55), 0 0 0 6px color-mix(in srgb, var(--fa) 28%, transparent), 0 0 54px color-mix(in srgb, var(--fa) 30%, transparent);
}
.fiche__next-card:hover .fiche__next-name { color: var(--fa); text-shadow: 0 0 30px color-mix(in srgb, var(--fa) 45%, transparent), 0 0 72px color-mix(in srgb, var(--fa) 24%, transparent); }
.fiche__next-card:hover .fiche__next-cta { color: var(--fa); gap: 13px; }
.fiche__next-card:hover .fiche__next-cta .arrow { transform: translateX(4px); }

/* ---- CTA « Booker cet artiste » (section Dates · scène des fiches) ---- */
.fiche__book {
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  margin-top: clamp(26px, 3.4vw, 40px);
}
.fiche__book-btn { background: var(--book); color: var(--cream); }
.fiche__book-btn:hover { box-shadow: 0 10px 50px color-mix(in srgb, var(--book) 45%, transparent); }
.fiche__book-btn .arrow { transition: transform .3s ease; }
.fiche__book-btn:hover .arrow { transform: translateX(4px); }
.fiche__book-note {
  font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream-3);
}

/* ---- Appel au booking sur le premier écran de la fiche (en-tête) ---- */
.fiche__head-cta { display: flex; flex-direction: column; align-items: center; gap: 11px; }
.fiche__head-cta-sec {
  font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream-3); transition: color .25s ease;
}
.fiche__head-cta-sec:hover { color: var(--fa); }
/* En plein écran, on resserre un peu l'en-tête pour loger le CTA proprement */
html[data-fullpage="fiche"] #artists-root .fiche__head { gap: clamp(18px, 3vh, 34px); }
/* Sur écrans courts, on masque le repère « Découvrir » de l'en-tête pour éviter
   tout chevauchement avec le CTA (le rail latéral et le défilement restent dispo). */
@media (max-height: 820px) {
  html[data-fullpage="fiche"] .fiche__head .fiche__scrollcue { display: none; }
}

/* ---- Booking sous le nom (en-tête de fiche) — bouton plein, bien visible ---- */
.fiche__book-link {
  align-self: flex-start; margin-top: 8px;
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--font-mono); font-size: .78rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--cream);
  padding: 15px 24px; border-radius: var(--radius-pill);
  border: 1px solid transparent;
  background: var(--book);
  animation: fiche-book-attract 2.8s ease-in-out infinite;
  transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease, background .3s ease, color .3s ease;
}
.fiche__book-pulse {
  width: 7px; height: 7px; border-radius: 50%; flex: 0 0 auto;
  background: currentColor; opacity: .85;
}
.fiche__book-link .arrow { transition: transform .3s ease; }
.fiche__book-link:hover {
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--book) 84%, white);
  box-shadow: 0 16px 44px color-mix(in srgb, var(--book) 52%, transparent) !important;
}
.fiche__book-link:hover .arrow { transform: translateX(4px); }
@keyframes fiche-book-attract {
  0%, 100% { box-shadow: 0 10px 30px rgba(0,0,0,.30), 0 0 22px color-mix(in srgb, var(--book) 32%, transparent); }
  50% { box-shadow: 0 12px 42px rgba(0,0,0,.34), 0 0 42px color-mix(in srgb, var(--book) 56%, transparent); }
}
@media (max-width: 700px) { .fiche__book-link { align-self: center; } }
@media (prefers-reduced-motion: reduce) { .fiche__book-link, .fiche__book-float { animation: none; } }

/* ---- Bouton booking persistant (flottant) sur les fiches artistes ---- */
.fiche__book-float {
  position: fixed; left: clamp(16px, 2vw, 30px); bottom: clamp(16px, 3vh, 30px); z-index: 42;
  display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--cream);
  padding: 15px 21px; border-radius: var(--radius-pill);
  border: 1px solid color-mix(in srgb, white 24%, var(--book));
  background: var(--book);
  animation: fiche-book-attract 2.8s ease-in-out infinite;
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease, background .3s ease;
}
.fiche__book-ico {
  flex: 0 0 auto; display: block; line-height: 0;
}
/* Libellé replié par défaut, révélé au survol (FAB qui se déploie) */
.fiche__book-float-txt {
  max-width: 0; opacity: 0; overflow: hidden; white-space: nowrap; margin-left: -11px;
  transition: max-width .45s cubic-bezier(.22,.61,.36,1), opacity .3s ease, margin-left .45s cubic-bezier(.22,.61,.36,1);
}
.fiche__book-float:hover .fiche__book-float-txt,
.fiche__book-float:focus-visible .fiche__book-float-txt { max-width: 240px; opacity: 1; margin-left: 0; }
.fiche__book-float .arrow { transition: transform .3s ease; }
.fiche__book-float:hover {
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--book) 86%, white);
  box-shadow: 0 18px 46px rgba(0,0,0,.5), 0 0 30px color-mix(in srgb, var(--book) 42%, transparent) !important;
}
.fiche__book-float:hover .arrow { transform: translateX(3px); }

@media (max-width: 560px) { .fiche__book-float { font-size: .66rem; padding: 13px 17px; } }

/* ---------------- CONSENTEMENT RGPD (formulaires) ---------------- */
.bk-consent, .nl-consent {
  display: flex; align-items: flex-start; gap: 11px; margin-top: 16px;
  font-size: .76rem; line-height: 1.55; color: var(--cream-3); cursor: pointer; max-width: 56ch;
}
/* Aligné sous le champ e-mail, traité comme une mention discrète mais soignée */
.nl-consent { max-width: 520px; margin-top: 14px; }
/* Case à cocher personnalisée — remplace l'accent-color natif trop petit */
.bk-consent input, .nl-consent input {
  appearance: none; -webkit-appearance: none;
  margin: 1px 0 0; width: 18px; height: 18px; flex-shrink: 0; cursor: pointer;
  border: 1px solid var(--line-strong); border-radius: 5px;
  background: rgba(243,239,230,0.04); position: relative;
  transition: border-color .18s ease, background .18s ease;
}
.bk-consent input:hover, .nl-consent input:hover { border-color: var(--cream-3); }
.bk-consent input:checked, .nl-consent input:checked { background: var(--orange); border-color: var(--orange); }
.bk-consent input:checked::after, .nl-consent input:checked::after {
  content: ""; position: absolute; left: 6px; top: 2px;
  width: 4px; height: 9px; border: solid var(--ink); border-width: 0 2px 2px 0; transform: rotate(43deg);
}
.bk-consent input:focus-visible, .nl-consent input:focus-visible { outline: 2px solid var(--orange); outline-offset: 2px; }
body[data-theme="light"] .bk-consent input, body[data-theme="light"] .nl-consent input { border-color: var(--line-dark); background: rgba(255,255,255,0.5); }
.bk-consent a, .nl-consent a { color: var(--cream-2); text-decoration: underline; text-underline-offset: 2px; }
.bk-consent a:hover, .nl-consent a:hover { color: var(--orange); }
.foot-base [data-legal]:hover { color: var(--orange) !important; }

/* Aération de la colonne Contact (email long qui se resserrait) */
.foot-col ul { gap: 15px; }
.foot-col ul a { line-height: 1.4; }


/* ============================================================
   GALERIE — page dédiée (mosaïque), teaser accueil, bande fiche
   ============================================================ */

/* ---- En-tête de la page Galerie ---- */
.gal-head { padding-top: clamp(120px, 15vw, 168px); padding-bottom: clamp(22px, 3.4vw, 44px); }
.gal-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(24px, 3.2vw, 38px); }

/* ---- Mosaïque (colonnes maçonnées) ---- */
.gal-masonry { columns: 3 280px; column-gap: clamp(14px, 1.6vw, 22px); }
.gal-item {
  break-inside: avoid; margin: 0 0 clamp(14px, 1.6vw, 22px); position: relative;
  display: block; width: 100%; border: 0; padding: 0; cursor: zoom-in;
  border-radius: var(--radius-md); overflow: hidden; background: var(--ink-2);
  box-shadow: 0 14px 40px rgba(0,0,0,.34); text-align: left;
  transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s ease;
}
.gal-item img { display: block; width: 100%; height: auto; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.gal-item:hover { transform: translateY(-4px); box-shadow: 0 26px 70px rgba(0,0,0,.5); }
.gal-item:hover img { transform: scale(1.045); }
.gal-item:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.gal-item__veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(to top, rgba(8,6,18,.86) 0%, rgba(8,6,18,.32) 40%, transparent 66%);
  opacity: 0; transition: opacity .3s ease;
}
.gal-item:hover .gal-item__veil, .gal-item:focus-visible .gal-item__veil { opacity: 1; }
.gal-item__cap {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;
  padding: clamp(16px,2vw,22px); display: flex; flex-direction: column; gap: 6px;
  transform: translateY(8px); opacity: 0; transition: transform .3s ease, opacity .3s ease;
}
.gal-item:hover .gal-item__cap, .gal-item:focus-visible .gal-item__cap { transform: none; opacity: 1; }
.gal-item__type {
  font-family: var(--font-mono); font-size: .56rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink); background: var(--orange); align-self: flex-start;
  padding: 4px 10px; border-radius: var(--radius-pill); line-height: 1;
}
.gal-item__type[data-type="concert"] { background: var(--magenta); }
.gal-item__type[data-type="djset"]   { background: var(--emeraude); }
.gal-item__type[data-type="soiree"]  { background: var(--salmon); }
.gal-item__title { font-family: var(--font-display); font-size: 1.22rem; line-height: 1.05; color: var(--cream); }
.gal-item.is-hidden { display: none; }
@media (max-width: 720px) { .gal-masonry { columns: 2 160px; } }
@media (max-width: 460px) { .gal-masonry { columns: 1; } }
/* Sur écran tactile, légende toujours visible (pas de hover) */
@media (hover: none) {
  .gal-item__veil, .gal-item__cap { opacity: 1; transform: none; }
}

/* ---- Bande « En images » dans la fiche artiste (un écran fullpage) ---- */
.fiche__gallery { margin-top: clamp(20px, 3vw, 36px); }
.gal-strip {
  display: flex; gap: clamp(12px, 1.4vw, 18px); overflow-x: auto; overflow-y: hidden;
  padding-bottom: 14px; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; scrollbar-width: thin;
  scrollbar-color: var(--line-strong) transparent;
}
.gal-strip::-webkit-scrollbar { height: 8px; }
.gal-strip::-webkit-scrollbar-thumb { background: var(--line-strong); border-radius: 999px; }
.gal-strip__item {
  position: relative; flex: 0 0 auto; height: clamp(220px, 42vh, 360px);
  border-radius: var(--radius-md); overflow: hidden; scroll-snap-align: start;
  background: var(--ink-2); box-shadow: 0 14px 40px rgba(0,0,0,.34); cursor: zoom-in;
  border: 0; padding: 0;
}
.gal-strip__item img { display: block; height: 100%; width: auto; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.gal-strip__item:hover img { transform: scale(1.05); }
.gal-strip__item:focus-visible { outline: 2px solid var(--fa, var(--orange)); outline-offset: 3px; }
.gal-strip__cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px;
  font-family: var(--font-mono); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream); background: linear-gradient(to top, rgba(8,6,18,.82), transparent);
  opacity: 0; transition: opacity .28s ease;
}
.gal-strip__item:hover .gal-strip__cap, .gal-strip__item:focus-visible .gal-strip__cap { opacity: 1; }
@media (hover: none) { .gal-strip__cap { opacity: 1; } }
.fiche__gallery-foot { margin-top: 18px; }
/* État « bientôt » pour les artistes sans photos */
.gal-empty {
  display: flex; flex-direction: column; gap: 14px; align-items: flex-start;
  border: 1px dashed var(--line-strong); border-radius: var(--radius-lg);
  padding: clamp(28px, 4vw, 44px); max-width: 560px; margin-top: clamp(18px,2.4vw,28px);
}
.gal-empty__txt { color: var(--cream-2); max-width: 44ch; line-height: 1.6; }

/* ---- Teaser photos sur l'accueil ---- */
.gal-teaser { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(10px, 1.2vw, 16px); margin-top: clamp(26px, 3vw, 40px); }
.gal-teaser__item {
  position: relative; aspect-ratio: 3/4; overflow: hidden; border-radius: var(--radius-md);
  background: var(--ink-2); box-shadow: 0 14px 40px rgba(0,0,0,.34); cursor: zoom-in;
  border: 0; padding: 0;
}
.gal-teaser__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22,.61,.36,1); }
.gal-teaser__item:hover img { transform: scale(1.06); }
.gal-teaser__item:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.gal-teaser__item::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(8,6,18,.5), transparent 55%);
  opacity: 0; transition: opacity .3s ease;
}
.gal-teaser__item:hover::after { opacity: 1; }
@media (max-width: 760px) { .gal-teaser { grid-template-columns: repeat(2, 1fr); } }

/* ---- Lightbox (visionneuse plein écran, partagée) ---- */
.lbx {
  position: fixed; inset: 0; z-index: 2000; display: none;
  align-items: center; justify-content: center;
  background: rgba(6,4,14,.92); backdrop-filter: blur(14px);
  opacity: 0; transition: opacity .26s ease;
}
.lbx.is-open { display: flex; opacity: 1; }
.lbx__stage { position: relative; max-width: min(94vw, 1400px); max-height: 86vh; display: flex; flex-direction: column; align-items: center; gap: 14px; }
.lbx__img {
  max-width: 94vw; max-height: 78vh; width: auto; height: auto;
  border-radius: var(--radius-md); box-shadow: 0 30px 90px rgba(0,0,0,.6);
  transition: opacity .2s ease;
}
.lbx__cap {
  font-family: var(--font-mono); font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--cream-2); text-align: center;
}
.lbx__cap b { color: var(--cream); font-weight: 400; }
.lbx__btn {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
  width: 56px; height: 56px; border-radius: 50%; border: 1px solid var(--line-strong);
  background: rgba(243,239,230,.06); color: var(--cream); cursor: pointer;
  font-size: 1.5rem; display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.lbx__btn:hover { background: rgba(243,239,230,.14); border-color: var(--cream-3); }
.lbx__btn:active { transform: translateY(-50%) scale(.94); }
.lbx__prev { left: clamp(8px, 3vw, 40px); }
.lbx__next { right: clamp(8px, 3vw, 40px); }
.lbx__close {
  position: fixed; top: clamp(16px, 3vw, 32px); right: clamp(16px, 3vw, 32px); z-index: 3;
  width: 48px; height: 48px; border-radius: 50%; border: 1px solid var(--line-strong);
  background: rgba(243,239,230,.06); color: var(--cream); cursor: pointer; font-size: 1.4rem;
  display: flex; align-items: center; justify-content: center; transition: background .2s ease, border-color .2s ease;
}
.lbx__close:hover { background: rgba(243,239,230,.14); border-color: var(--cream-3); }
.lbx__count { font-family: var(--font-mono); font-size: .64rem; letter-spacing: .18em; color: var(--cream-3); }
@media (max-width: 640px) {
  .lbx__btn { width: 44px; height: 44px; font-size: 1.2rem; }
  .lbx__prev { left: 6px; } .lbx__next { right: 6px; }
}

/* ============================================================
   MOBILE POLISH — passe générale (nav, cibles tactiles, iOS)
   ============================================================ */
body { -webkit-tap-highlight-color: transparent; }

/* ---- Menu mobile : entrée échelonnée + état page courante ---- */
.mobile-menu {
  gap: clamp(8px, 1.6vh, 16px);
  padding-top: max(var(--gut), calc(env(safe-area-inset-top) + 64px));
  padding-bottom: max(var(--gut), env(safe-area-inset-bottom));
  overflow-y: auto;
}
.mobile-menu a {
  display: block; width: fit-content; max-width: 100%;
  transition: color .2s ease;
}
.mobile-menu a.is-current { color: var(--orange); }
.mobile-menu a.is-current::before {
  content: "—"; color: var(--orange); font-size: .5em;
  margin-right: .4em; vertical-align: middle; opacity: .8;
}
@media (prefers-reduced-motion: no-preference) {
  .mobile-menu.open a {
    opacity: 0; transform: translateY(16px);
    animation: mm-link-in .5s cubic-bezier(.22,.61,.36,1) forwards;
  }
  .mobile-menu.open a:nth-child(1) { animation-delay: .05s; }
  .mobile-menu.open a:nth-child(2) { animation-delay: .10s; }
  .mobile-menu.open a:nth-child(3) { animation-delay: .15s; }
  .mobile-menu.open a:nth-child(4) { animation-delay: .20s; }
  .mobile-menu.open a:nth-child(5) { animation-delay: .25s; }
  .mobile-menu.open a:nth-child(6) { animation-delay: .30s; }
  .mobile-menu.open a:nth-child(7) { animation-delay: .36s; }
}
@keyframes mm-link-in { to { opacity: 1; transform: none; } }
.mobile-menu .mm-cta {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 54px; font-size: .82rem;
}
/* Écrans courts : on réduit les titres du menu pour tout faire tenir */
@media (max-height: 680px) {
  .mobile-menu a { font-size: clamp(2rem, 9vw, 2.8rem); }
  .mobile-menu { justify-content: flex-start; }
}

/* ---- Cibles tactiles >= 44px sur mobile ---- */
@media (max-width: 860px) {
  /* Liens de pied de page : on agrandit la zone cliquable */
  .foot-col ul { gap: 2px; }
  .foot-col ul a { padding-block: 11px; }
  .foot-base a { display: inline-block; padding-block: 7px; }
  /* Lien retour (fiches) */
  .backlink { min-height: 44px; }
  /* Inputs : 16px pour empêcher le zoom auto iOS au focus */
  input.field, textarea.field, select.field,
  #booking .field { font-size: 16px; }
}

/* Lignes de tracklist : hauteur de tap confortable */
@media (max-width: 760px) {
  .track { padding-block: 12px; }
  .disco-tracks .track { padding-block: 11px; }
}

/* ---- Plancher de lisibilité des petits labels mono ---- */
@media (max-width: 560px) {
  .chip, .artist-card .chip { font-size: .7rem; }
  .gal-strip__cap, .gal-item__sub { font-size: .68rem; }
  .hero__scroll { font-size: .72rem; }
}

/* ---- Safe-area iOS : bouton booking flottant ---- */
@media (max-width: 860px) {
  .fiche__book-float { bottom: calc(clamp(16px, 3vh, 30px) + env(safe-area-inset-bottom)); }
}

/* ---- Fiches artistes : lecteurs Spotify / YouTube remplis (mobile) ---- */
@media (max-width: 760px) {
  .disco-players { gap: clamp(20px, 5vw, 30px); max-width: 520px; }
  /* YouTube (et le placeholder) : strictement 16:9, plus aucune bande vide */
  .disco-frame--yt, .disco-frame--ph {
    height: auto; aspect-ratio: 16 / 9;
    background: #0a0816;
  }
  .disco-frame--yt iframe { aspect-ratio: 16 / 9; height: 100%; }
  /* Spotify : hauteur pleine = pochette + liste, le cadre est entièrement occupé */
  .disco-players .disco-player:first-child .disco-frame { height: clamp(380px, 116vw, 460px); }
}

/* ---- Artistes : la 1re section ne colle plus à la bannière (mobile) ---- */
@media (max-width: 860px) {
  html[data-fullpage="screens"] main > section.artgrid-screen {
    padding-top: clamp(94px, 26vw, 124px);
  }
}

/* ---- Discographie : pochette + infos + bulles centrées (mobile) ---- */
@media (max-width: 760px) {
  .disco-release { text-align: center; }
  .disco-release__in { justify-items: center; }
  .disco-release__col { align-items: center; }
  .disco-release__in .disco-release__art { width: min(260px, 72%); margin-inline: auto; }
  .disco-release__note { margin-left: auto; margin-right: auto; }
  .disco-release__chips, .disco-release__teaser .disco-release__chips { justify-content: center; }
  .disco-release__teaser .disco-release__meta { align-items: center; }
  .disco-release__in .disco-tracks { width: 100%; max-width: 440px; margin-inline: auto; text-align: left; }
}

/* ---- Galerie : mur de photos, formats alternés (mosaïque, mobile) ---- */
@media (max-width: 560px) {
  /* mosaïque 2 colonnes, chaque photo garde son format naturel (portrait haut, paysage large) */
  .gal-masonry { columns: 2; column-gap: 10px; }
  .gal-item { margin: 0 0 10px; }
  .gal-item img { aspect-ratio: auto; height: auto; object-fit: cover; }
  /* photo d'ouverture en pleine largeur pour donner du rythme au mur */
  .gal-masonry > .gal-item:first-child { column-span: all; margin-bottom: 12px; }
  .gal-masonry > .gal-item:first-child img { aspect-ratio: 16 / 10; object-fit: cover; }
  /* légendes toujours visibles sur tactile : lisibles et compactes */
  .gal-item__cap { padding: 11px; gap: 5px; }
  .gal-item__title { font-size: .82rem; line-height: 1.08; }
  .gal-item__type { font-size: .5rem; padding: 3px 8px; }
}
/* garder 2 colonnes jusqu'aux petits téléphones (au lieu d'une seule) */
@media (max-width: 460px) { .gal-masonry { columns: 2; } }



