/* La Good Music — Maison urbaine · luxe insolent */

@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-VF.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thunder";
  src: url("../fonts/Thunder-BoldLC.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Old Money Script";
  src: url("../fonts/OldMoney-Script.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Fond — blanc (logo LGM) */
  --bg: #ffffff;
  --bg-warm: #faf8f6;
  --bg-elevated: #f5f2ee;
  --bg-card: #f3efe9;
  --bg-card-hover: #ebe4dc;

  /* Bandes éditoriales */
  --cream: #f0eae4;
  --cream-muted: #d9cfc4;
  --ink: #3d2818;
  --ink-soft: #5c4030;

  /* Marron logo LGM — #744e2c */
  --gold-light: #9a6b42;
  --gold: #744e2c;
  --gold-mid: #624226;
  --gold-dark: #52361f;
  --gold-gradient: linear-gradient(
    125deg,
    var(--gold-light) 0%,
    var(--gold) 45%,
    var(--gold-mid) 75%,
    var(--gold-dark) 100%
  );

  --text: #3d2818;
  --text-muted: #8a6b4f;
  --text-warm: #5c4030;

  --accent: var(--gold);
  --accent-glow: rgba(116, 78, 44, 0.18);
  --accent-raw: #9a6b42;

  --border: rgba(116, 78, 44, 0.12);
  --border-strong: rgba(116, 78, 44, 0.28);
  --border-inset: rgba(255, 255, 255, 0.6);

  --font-display: "Thunder", system-ui, sans-serif;
  --font-editorial: "Thunder", system-ui, sans-serif;
  --font-script: "Old Money Script", "Snell Roundhand", cursive;
  --font-raw: "Thunder", system-ui, sans-serif;
  --font-body: "Thunder", system-ui, sans-serif;
  --thunder-display: "wght" 700, "CNTR" 0;
  --thunder-body: "wght" 450, "CNTR" 0;
  --thunder-label: "wght" 550, "CNTR" 0;
  --font-display-weight: 500;
  --font-display-weight-bold: 600;

  --max-width: 76rem;
  --space: clamp(1.25rem, 4vw, 2.5rem);
  --radius: 0;

  --shadow-lift: 0 20px 48px rgba(61, 40, 24, 0.1);
  --header-h: clamp(4.5rem, 12vw, 6rem);

  --ease-out-heavy: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-in-out-gold: cubic-bezier(0.45, 0, 0.15, 1);
  --dur-fast: 0.2s;
  --dur-mid: 0.4s;
  --dur-slow: 0.5s;
  --stagger: 0.06s;
}

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

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 450;
  font-variation-settings: var(--thunder-body);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  background-color: var(--bg);
  background-image:
    radial-gradient(ellipse 90% 60% at 50% -10%, rgba(116, 78, 44, 0.04), transparent 55%);
  background-attachment: fixed;
}

img { max-width: 100%; display: block; }

a {
  color: var(--accent);
  text-decoration: none;
  transition: color 0.2s, opacity 0.2s;
}

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

/* ─── Logo ─── */
.logo {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}

.logo-mark {
  width: clamp(3.5rem, 8vw, 5rem);
  height: auto;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.logo:hover .logo-mark {
  transform: scale(1.05);
}

.hero-logo {
  position: relative;
  z-index: 2;
  width: clamp(9rem, 30vw, 17rem);
  height: auto;
  margin: 0 auto;
  transform-origin: center center;
}

.hero-logo.is-morphing {
  will-change: transform, width, top, left;
  z-index: 250;
  margin: 0;
}

.hero-brand {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto clamp(0.85rem, 2.5vw, 1.35rem);
  min-height: clamp(9rem, 30vw, 17rem);
}

/* Accueil — logo header masqué jusqu'au scroll */
.page-home .logo-header-slot {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s var(--ease-out-heavy), visibility 0.25s;
}

.page-home.is-logo-docked .logo-header-slot {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.page-home.is-logo-docked #hero-logo-morph {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.page-home #hero-logo-morph.is-morphing {
  opacity: 1 !important;
  visibility: visible !important;
}

.page-home #hero-logo-morph:not(.is-morphing) {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}

.page-home .hero-maison {
  padding: clamp(1.25rem, 4vw, 2.5rem) 0 clamp(2rem, 5vw, 3.25rem);
}

.page-home .hero-eyebrow {
  margin: clamp(0.75rem, 2vw, 1.25rem) 0 0.85rem;
}

.page-home .hero-statement {
  margin-bottom: clamp(0.85rem, 2vw, 1.15rem);
}

.page-home .hero-maison .lead {
  margin-bottom: clamp(0.85rem, 2vw, 1.25rem);
}

/* ─── Header maison ─── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--border);
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity var(--dur-mid) var(--ease-out-heavy),
    transform var(--dur-mid) var(--ease-out-heavy);
}

body.page-home:not(.is-ready) .site-header {
  opacity: 0;
  transform: translateY(-12px);
}

.header-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0.75rem var(--space);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
}

.header-inner .logo {
  grid-column: 2;
  justify-self: center;
}

.header-inner nav {
  grid-column: 3;
  justify-self: end;
}

.nav-desktop {
  display: none;
  gap: clamp(1.25rem, 3vw, 2.25rem);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-desktop a {
  color: var(--text-muted);
  font-size: clamp(0.78rem, 1.15vw, 0.9rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.nav-desktop a:hover,
.nav-desktop a[aria-current="page"] {
  color: var(--gold-light);
}

.nav-desktop a[aria-current="page"]::after {
  content: " ·";
  color: var(--gold);
}

.menu-toggle {
  grid-column: 3;
  justify-self: end;
  background: transparent;
  border: 1px solid var(--border-strong);
  color: var(--text-muted);
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: border-color 0.2s, color 0.2s;
}

.menu-toggle:hover {
  border-color: var(--gold);
  color: var(--gold-light);
}

.nav-mobile {
  display: none;
  flex-direction: column;
  padding: 0 var(--space) 1.25rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg-warm);
}

.nav-mobile.is-open { display: flex; }

.nav-mobile a {
  color: var(--text-muted);
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border);
  font-size: clamp(0.82rem, 2.5vw, 0.95rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

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

@media (min-width: 900px) {
  .header-inner {
    grid-template-columns: 1fr auto 1fr;
  }

  .header-inner nav { grid-column: 3; }

  .nav-desktop { display: flex; }
  .menu-toggle { display: none; }
  .nav-mobile { display: none !important; }
}

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

/* ─── Layout ─── */
main {
  min-height: 60vh;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space);
}

.section { padding: clamp(4rem, 10vw, 7rem) 0; }

.section-label {
  font-family: var(--font-raw);
  font-size: clamp(0.7rem, 1.6vw, 0.8rem);
  font-weight: 550;
  font-variation-settings: var(--thunder-label);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.maison-rule {
  width: 100%;
  height: 1px;
  border: none;
  margin: 0;
  background: linear-gradient(
    90deg,
    transparent,
    var(--border-strong) 20%,
    var(--gold) 50%,
    var(--border-strong) 80%,
    transparent
  );
  transform-origin: center;
  transform: scaleX(0);
  opacity: 0;
  transition:
    transform var(--dur-mid) var(--ease-out-heavy) 0.25s,
    opacity var(--dur-mid) ease 0.25s;
}

body.is-ready .motion-rule {
  transform: scaleX(1);
  opacity: 1;
}

/* ─── Cinématique accueil ─── */
.motion-hero > * {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity var(--dur-slow) var(--ease-out-heavy),
    transform var(--dur-slow) var(--ease-out-heavy);
}

body.is-ready .motion-hero > * {
  opacity: 1;
  transform: translateY(0);
}

.motion-hero .hero-eyebrow { transition-delay: 0.06s; }
.motion-hero .hero-statement { transition-delay: 0.12s; }
.motion-hero .lead { transition-delay: 0.18s; }
.motion-hero .hero-meta { transition-delay: 0.22s; }
.motion-hero .btn-group { transition-delay: 0.27s; }

.page-home #hero-logo-morph:not(.is-morphing) {
  opacity: 0;
  transition: opacity var(--dur-slow) var(--ease-out-heavy) 0.05s;
}

body.is-ready.page-home #hero-logo-morph:not(.is-morphing) {
  opacity: 1;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity var(--dur-slow) var(--ease-out-heavy),
    transform var(--dur-slow) var(--ease-out-heavy);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-reveal-child] {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity var(--dur-mid) var(--ease-out-heavy),
    transform var(--dur-mid) var(--ease-out-heavy);
}

[data-reveal].is-visible [data-reveal-child] {
  opacity: 1;
  transform: translateY(0);
}

.manifeste-section .manifeste-kicker { transition-delay: 0.1s; }
.manifeste-section .manifeste-body { transition-delay: 0.26s; }

@media (prefers-reduced-motion: reduce) {
  .motion-hero > *,
  .site-header,
  .motion-rule,
  [data-reveal],
  [data-reveal-child] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* ─── Hero maison ─── */
.hero-maison {
  position: relative;
  padding: clamp(2rem, 6vw, 4rem) 0 clamp(3rem, 8vw, 5rem);
  overflow: hidden;
  text-align: center;
}

.hero-maison::before {
  content: "LA GOOD\A MUSIC";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-raw);
  font-size: clamp(4.5rem, 14vw, 10rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  line-height: 0.88;
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
  color: transparent;
  -webkit-text-stroke: 1px rgba(116, 78, 44, 0.05);
  pointer-events: none;
  user-select: none;
}

.hero-stage {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
  padding: 0 var(--space);
}

.hero-eyebrow {
  font-family: var(--font-raw);
  font-size: clamp(0.65rem, 1.5vw, 0.75rem);
  font-weight: 550;
  font-variation-settings: var(--thunder-label);
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--text-muted);
  margin: clamp(1.5rem, 4vw, 2.5rem) 0 1.25rem;
}

.hero-statement {
  font-family: var(--font-raw);
  font-size: clamp(3rem, 11vw, 6.5rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  line-height: 0.92;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0 auto 1.75rem;
  max-width: 12ch;
  color: var(--text);
}

.hero-statement em,
.hero-statement .hero-accent {
  display: block;
  font-family: var(--font-script);
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: clamp(2.5rem, 7.5vw, 4.75rem);
  line-height: 1;
  color: var(--gold);
  margin-top: 0.15em;
}

.hero .lead,
.hero-maison .lead {
  font-family: var(--font-editorial);
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 450;
  font-variation-settings: var(--thunder-body);
  font-style: normal;
  letter-spacing: 0.04em;
  color: var(--text-warm);
  max-width: 34rem;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

.hero-meta .text-script {
  font-family: var(--font-script);
  font-size: clamp(1.15rem, 3vw, 1.65rem);
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--gold-mid);
}

.hero-meta .text-script::after {
  content: none !important;
}

.text-script {
  font-family: var(--font-script);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 2rem;
  font-family: var(--font-raw);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--text-muted);
}

.hero-meta span:not(:last-child)::after {
  content: "—";
  margin-left: 2rem;
  color: var(--border-strong);
}

@media (max-width: 600px) {
  .hero-meta span:not(:last-child)::after {
    content: none;
  }
}

/* Legacy hero (autres pages) */
.hero.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(3.5rem, 10vw, 7rem) 0 clamp(3rem, 8vw, 5rem);
  border-bottom: 1px solid var(--border);
}

.hero-copy {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.hero h1 {
  font-family: var(--font-raw);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  line-height: 0.95;
  margin: 0 auto 1.5rem;
  max-width: 14ch;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.hero .section-label {
  font-family: var(--font-script);
  font-size: clamp(1.1rem, 2.8vw, 1.5rem);
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.02em;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ─── Bande manifeste (ivoire) ─── */
.section-cream {
  background: var(--gold);
  color: var(--cream);
}

.manifeste-section {
  position: relative;
  padding-top: clamp(3rem, 8vw, 5rem);
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.section-cream .section-label { color: var(--cream); opacity: 0.85; }

.section-cream .lead,
.section-cream p {
  color: rgba(240, 234, 228, 0.92);
}

.manifeste-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.25rem, 3vw, 1.75rem);
}

@media (min-width: 768px) {
  .manifeste-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    grid-template-rows: auto auto;
    column-gap: clamp(3rem, 8vw, 6rem);
    row-gap: clamp(1rem, 2.5vw, 1.5rem);
    align-items: start;
  }

  .manifeste-label {
    grid-column: 1 / -1;
    margin-bottom: 0.25rem;
  }

  .manifeste-kicker,
  .manifeste-body {
    grid-row: 2;
    align-self: start;
  }
}

.manifeste-kicker {
  font-family: var(--font-raw);
  font-size: clamp(2.5rem, 7vw, 4.5rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--cream);
}

.manifeste-body {
  font-family: var(--font-editorial);
  font-size: clamp(1.1rem, 2.6vw, 1.35rem);
  font-weight: 450;
  font-variation-settings: var(--thunder-body);
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.55;
  margin: 0;
  color: rgba(240, 234, 228, 0.9);
}

.manifeste-body strong,
.manifeste-closing {
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  margin-top: 0.15rem;
}

/* ─── Roster éditorial ─── */
.maison-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
}

@media (min-width: 900px) {
  .maison-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
  }
}

.maison-card {
  position: relative;
  display: grid;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: background 0.3s;
}

@media (min-width: 900px) {
  .maison-card {
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}

.maison-card-media {
  aspect-ratio: 3 / 4;
  width: 100%;
  overflow: hidden;
}

.maison-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 0.55s var(--ease-out-heavy);
}

.maison-card:nth-child(1) .maison-card-img { object-position: center 20%; }
.maison-card:nth-child(2) .maison-card-img { object-position: center center; }
.maison-card:nth-child(3) .maison-card-img { object-position: center 22%; }

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

.maison-card-num,
.maison-card h3 {
  padding-left: clamp(2rem, 5vw, 3rem);
  padding-right: clamp(2rem, 5vw, 3rem);
}

.maison-card-num {
  padding-top: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 0.5rem;
}

.maison-card h3 {
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

@media (min-width: 900px) {
  .maison-card {
    border-bottom: none;
    border-right: 1px solid var(--border);
  }

  .maison-card:last-child { border-right: none; }
}

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

.maison-card-num {
  font-family: var(--font-raw);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(116, 78, 44, 0.14);
  margin: 0;
  transition: color 0.3s;
}

.maison-card:hover .maison-card-num {
  color: rgba(116, 78, 44, 0.32);
}

.maison-card h3 {
  font-family: var(--font-raw);
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin: 0;
}

/* Legacy cards */
.grid-3 {
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

@media (min-width: 768px) {
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
}

.card {
  background: var(--bg-card);
  border: none;
  padding: 1.75rem;
  transition: background 0.25s;
}

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

.card h3 {
  font-family: var(--font-raw);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1;
}

.card .role {
  font-family: var(--font-editorial);
  font-size: 0.85rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.875rem;
}

.card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
}

.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* ─── Buttons ─── */
.btn {
  display: inline-block;
  padding: 1rem 2.25rem;
  font-family: var(--font-raw);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  border: 1px solid var(--gold-dark);
  color: var(--cream);
  background: var(--gold-gradient);
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--accent-glow);
  color: var(--cream);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--border-strong);
}

.btn-outline:hover {
  background: rgba(116, 78, 44, 0.06);
  border-color: var(--gold);
  color: var(--gold-dark);
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.section-cream .btn-outline {
  color: var(--cream);
  border-color: rgba(240, 234, 228, 0.45);
}

.section-cream .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* ─── Marquee sorties ─── */
.section-upcoming { padding-bottom: clamp(2rem, 6vw, 4rem); }

.section-note {
  font-family: var(--font-editorial);
  font-style: normal;
  font-weight: 450;
  font-variation-settings: var(--thunder-body);
  letter-spacing: 0.03em;
  color: var(--text-muted);
  font-size: 1.05rem;
  margin: 0 0 2rem;
  line-height: 1.65;
}

.release-marquee {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}

.release-marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: release-scroll-ltr 40s linear infinite;
}

.release-marquee-track:hover { animation-play-state: paused; }

@keyframes release-scroll-ltr {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .release-marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x mandatory;
  }

  .release-marquee-track { animation: none; }
  .release-marquee-track .release-item[aria-hidden="true"] { display: none; }
}

.release-item {
  flex: 0 0 auto;
  width: clamp(16rem, 40vw, 22rem);
  padding: 1.5rem 2rem;
  border-right: 1px solid var(--border);
  font-family: var(--font-raw);
  font-size: clamp(0.85rem, 2vw, 1rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.3;
  color: var(--text-muted);
  transition: color 0.2s, background 0.2s;
  scroll-snap-align: start;
}

.release-item:hover {
  color: var(--gold-light);
  background: var(--bg-elevated);
}

.release-grid {
  display: grid;
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.release-grid .release-item {
  width: auto;
  aspect-ratio: 1;
  display: flex;
  align-items: flex-end;
  border-right: none;
}

/* ─── Sorties shop (accueil) ─── */
.section:has(+ .shop-section) {
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.shop-section {
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.shop-section .section-note {
  margin-bottom: 0.75rem;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
  gap: clamp(2rem, 5vw, 3rem);
  max-width: var(--max-width);
  margin: 0.5rem auto 0;
  padding: 0 var(--space);
}

.shop-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shop-cover-link {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bg-card);
  border: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
}

.shop-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s var(--ease-out-heavy), filter 0.4s ease;
}

.shop-cover-cta {
  position: absolute;
  inset: auto 0 0;
  padding: 0.85rem 1rem;
  font-family: var(--font-raw);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  color: var(--cream);
  background: linear-gradient(to top, rgba(61, 40, 24, 0.88), transparent);
  opacity: 0;
  transform: translateY(0.35rem);
  transition:
    opacity var(--dur-mid) var(--ease-out-heavy),
    transform var(--dur-mid) var(--ease-out-heavy);
}

.shop-cover-link:hover .shop-cover,
.shop-cover-link:focus-visible .shop-cover {
  transform: scale(1.03);
}

.shop-cover-link:hover .shop-cover-cta,
.shop-cover-link:focus-visible .shop-cover-cta {
  opacity: 1;
  transform: translateY(0);
}

.shop-artist {
  font-family: var(--font-raw);
  font-size: 0.65rem;
  font-weight: 550;
  font-variation-settings: var(--thunder-label);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.35rem;
}

.shop-title {
  font-family: var(--font-raw);
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  line-height: 1.05;
  letter-spacing: -0.01em;
  margin: 0 0 0.35rem;
}

.shop-format {
  margin: 0;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.shop-platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity var(--dur-mid) var(--ease-out-heavy),
    transform var(--dur-mid) var(--ease-out-heavy);
}

[data-reveal].is-visible .shop-platforms {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.shop-section .shop-card:nth-child(2) .shop-platforms { transition-delay: 0.26s; }
.shop-section .shop-card:nth-child(3) .shop-platforms { transition-delay: 0.32s; }
.shop-section .shop-card:nth-child(4) .shop-platforms { transition-delay: 0.38s; }
.shop-section .shop-card:nth-child(5) .shop-platforms { transition-delay: 0.44s; }
.shop-section .shop-card:nth-child(6) .shop-platforms { transition-delay: 0.5s; }

.shop-platform {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border: 1px solid var(--border);
  color: var(--text-muted);
  text-decoration: none;
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    transform 0.25s var(--ease-out-heavy);
}

.shop-platform:hover,
.shop-platform:focus-visible {
  color: var(--gold);
  border-color: var(--border-strong);
  background: var(--bg-elevated);
  transform: translateY(-2px);
}

.shop-platform-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.shop-more {
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  text-align: center;
}

.shop-more a {
  font-family: var(--font-raw);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
}

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

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

.shop-section--page {
  padding-top: 0;
}

.shop-section--page .shop-platforms {
  opacity: 1;
  transform: none;
  transition: none;
}

.releases-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.releases-filter-btn {
  font-family: var(--font-raw);
  font-size: clamp(0.68rem, 1.5vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.55rem 0.95rem;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.releases-filter-btn:hover,
.releases-filter-btn.is-active {
  color: var(--gold);
  border-color: var(--gold);
  background: var(--bg-elevated);
}

.releases-empty {
  grid-column: 1 / -1;
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
  padding: 1rem 0;
}

/* ─── Artistes marquee ─── */
.main-artists { padding-bottom: 0; }

.artist-showcase { padding-bottom: clamp(2rem, 5vw, 3rem); }

.artist-showcase-intro {
  padding-top: clamp(2rem, 5vw, 3rem);
  padding-bottom: 1.5rem;
}

.artist-showcase-title {
  font-family: var(--font-raw);
  font-size: clamp(2.25rem, 6vw, 3.75rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 0.75rem;
  line-height: 0.95;
}

.artist-showcase-lead {
  color: var(--text-muted);
  margin: 0;
  max-width: 36rem;
}

.artist-marquee {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid var(--border);
  mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
}

.artist-marquee-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: release-scroll-ltr 50s linear infinite;
}

.artist-marquee-track:hover { animation-play-state: paused; }

.artist-slide {
  flex: 0 0 auto;
  width: min(92vw, 36rem);
  min-height: calc(100svh - 12rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  background: var(--bg-card);
  border-right: 1px solid var(--border);
  text-decoration: none;
  color: inherit;
  transition: background 0.3s;
  scroll-snap-align: center;
  overflow: hidden;
}

.artist-slide-media {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.artist-slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  display: block;
  transition: transform 0.6s var(--ease-out-heavy);
}

.artist-slide:hover .artist-slide-img {
  transform: scale(1.03);
}

.artist-slide-content {
  flex-shrink: 0;
  padding: clamp(2rem, 5vw, 3rem);
}

.artist-slide--datura .artist-slide-img {
  object-position: center 22%;
  filter: grayscale(1);
}

.artist-slide:hover { background: var(--bg-card-hover); }

.artist-slide-role {
  font-family: var(--font-editorial);
  font-size: 0.9rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 1rem;
}

.artist-slide-name {
  font-family: var(--font-raw);
  font-size: clamp(3.5rem, 14vw, 6rem);
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9;
  margin: 0 0 1.25rem;
  letter-spacing: -0.03em;
}

.artist-slide-excerpt {
  font-family: var(--font-editorial);
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--text-warm);
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin: 0 0 2rem;
  max-width: 28ch;
  line-height: 1.65;
}

.artist-slide-cta {
  font-family: var(--font-raw);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
}

.artist-slide:hover .artist-slide-cta { color: var(--gold-light); }

@media (prefers-reduced-motion: reduce) {
  .artist-marquee {
    overflow-x: auto;
    mask-image: none;
    -webkit-mask-image: none;
    scroll-snap-type: x mandatory;
  }

  .artist-marquee-track { animation: none; }
  .artist-marquee-track .artist-slide[aria-hidden="true"] { display: none; }
}

/* ─── Quote ─── */
.blockquote {
  position: relative;
  border: none;
  padding: clamp(2rem, 5vw, 3.5rem) 0;
  margin: 0;
  font-family: var(--font-editorial);
  font-size: clamp(1.5rem, 3.8vw, 2.25rem);
  font-weight: 500;
  font-variation-settings: "wght" 500, "CNTR" 0;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.35;
  color: var(--text-warm);
  text-align: center;
  max-width: 32ch;
  margin-inline: auto;
}

.blockquote::before {
  content: "“";
  display: block;
  font-family: var(--font-raw);
  font-size: 4rem;
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  line-height: 1;
  color: var(--gold);
  opacity: 0.4;
  margin-bottom: 0.5rem;
}

.blockquote footer {
  font-family: var(--font-raw);
  font-weight: 700;
  font-style: normal;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: var(--gold);
  margin-top: 1.5rem;
}

/* ─── Footer ─── */
.site-footer {
  border-top: 1px solid var(--border);
  padding: clamp(3rem, 8vw, 5rem) 0;
  background: var(--bg-warm);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

.footer-inner .logo-mark {
  width: clamp(4rem, 10vw, 5.5rem);
}

.footer-copy {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  margin-top: 1rem;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .footer-social {
    justify-content: flex-start;
  }
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  color: var(--gold);
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-social-link:hover {
  color: var(--gold-light);
  transform: translateY(-1px);
}

.footer-social-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

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

/* ─── Page header ─── */
.page-header {
  padding: clamp(3rem, 8vw, 5rem) 0 2rem;
  border-bottom: 1px solid var(--border);
}

.page-header h1 {
  font-family: var(--font-raw);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  line-height: 0.95;
}

.page-header p {
  font-family: var(--font-editorial);
  font-size: 1.125rem;
  font-weight: 450;
  font-variation-settings: var(--thunder-body);
  font-style: normal;
  letter-spacing: 0.03em;
  line-height: 1.65;
  color: var(--text-warm);
  max-width: 40rem;
  margin: 0;
}

/* ─── Artist detail ─── */
.artist-detail { padding-bottom: clamp(3rem, 8vw, 5rem); }

.artist-block {
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
}

.artist-block:last-child { border-bottom: none; }

.artist-block h2 {
  font-family: var(--font-raw);
  font-size: clamp(2.25rem, 6vw, 3.25rem);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.25rem;
  letter-spacing: -0.02em;
  line-height: 0.95;
}

.artist-block .tags,
.artist-detail .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 1.5rem;
}

.tag {
  font-size: 0.55rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  padding: 0.4rem 0.75rem;
  border: 1px solid var(--border-strong);
  color: var(--text-muted);
  transition: border-color 0.2s, color 0.2s;
}

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

.artist-quote { margin-top: 2rem; }

.artist-back {
  margin: 0 0 clamp(3rem, 8vw, 5rem);
  padding-top: 1rem;
  font-size: 0.875rem;
}

.artist-back a {
  font-family: var(--font-raw);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--text-muted);
}

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

/* ─── Fiche artiste enrichie ─── */
.artist-intro {
  padding-bottom: clamp(2rem, 5vw, 3rem);
  border-bottom: 1px solid var(--border);
}

.artist-intro-header {
  max-width: 40rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.artist-intro-title {
  font-family: var(--font-raw);
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  line-height: 0.95;
}

.artist-intro-lead {
  font-family: var(--font-editorial);
  font-size: 1.125rem;
  font-weight: 450;
  font-variation-settings: var(--thunder-body);
  line-height: 1.65;
  color: var(--text-warm);
  margin: 0;
}

.artist-photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: clamp(0.65rem, 1.5vw, 1rem);
  margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
  align-items: stretch;
}

.artist-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-card);
  min-height: 0;
}

.artist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s var(--ease-out-heavy);
}

.artist-photo:hover img {
  transform: scale(1.03);
}

.artist-photo--lead {
  aspect-ratio: 4 / 5;
}

.artist-photo--lead img {
  object-position: center 32%;
}

.artist-photo-pair {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: clamp(0.65rem, 1.5vw, 1rem);
  min-height: 0;
  height: 100%;
}

.artist-photo-pair .artist-photo {
  height: 100%;
  min-height: 0;
}

.artist-photo-pair .artist-photo:first-child img {
  object-position: center 28%;
}

.artist-photo-pair .artist-photo:last-child img {
  object-position: center 38%;
}

.artist-page--datura .artist-photo--lead img {
  object-position: center 42%;
}

.artist-page--datura .artist-photo-pair .artist-photo:first-child img {
  object-position: center 35%;
}

.artist-page--datura .artist-photo-pair .artist-photo:last-child img {
  object-position: center 40%;
}

.artist-page--ob .artist-photo--lead img {
  object-position: center 35%;
}

.artist-page--ob .artist-photo-pair .artist-photo:first-child img {
  object-position: center 28%;
}

.artist-page--ob .artist-photo-pair .artist-photo:last-child img {
  object-position: center 32%;
}

.artist-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding-top: 0.25rem;
}

.artist-link {
  font-family: var(--font-raw);
  font-size: clamp(0.68rem, 1.5vw, 0.78rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.6rem 1rem;
  border: 1px solid var(--border-strong);
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.artist-link:hover {
  color: var(--gold);
  border-color: var(--gold);
  background: var(--bg-elevated);
}

.artist-page .artist-detail {
  padding-top: clamp(2.5rem, 6vw, 4rem);
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.shop-section--artist {
  padding-top: 0;
}

@media (max-width: 899px) {
  .artist-photo-grid {
    grid-template-columns: 1fr;
  }

  .artist-photo--lead {
    aspect-ratio: 4 / 5;
  }

  .artist-photo-pair {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    aspect-ratio: 3 / 2;
  }

  .artist-photo-pair .artist-photo {
    aspect-ratio: auto;
    height: 100%;
  }
}

@media (max-width: 540px) {
  .artist-photo-pair {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    aspect-ratio: auto;
  }

  .artist-photo-pair .artist-photo {
    aspect-ratio: 4 / 5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .artist-photo img {
    transition: none;
  }

  .artist-photo:hover img {
    transform: none;
  }

  .artist-slide:hover .artist-slide-img {
    transform: none;
  }
}

/* ─── Contact form ─── */
.form-group { margin-bottom: 1.5rem; }

.form-group label {
  display: block;
  font-family: var(--font-raw);
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  max-width: 32rem;
  padding: 0.875rem 1rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.2s;
}

.form-group textarea { min-height: 8rem; resize: vertical; }

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--gold);
}

.form-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 1rem;
}

/* ─── Éditorial vertical (décor) ─── */
.editorial-rail {
  position: fixed;
  right: clamp(0.5rem, 2vw, 1.5rem);
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: center;
  font-family: var(--font-raw);
  font-size: 0.55rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(197, 160, 89, 0.2);
  pointer-events: none;
  user-select: none;
  z-index: 50;
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .editorial-rail { display: none; }
}

/* ─── Journal & catalogue dynamique ─── */

.journal-home-list {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.journal-list {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.journal-card {
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border);
}

.journal-card-img {
  width: 100%;
  max-width: 28rem;
  height: auto;
  margin-bottom: 1rem;
}

.journal-card-title {
  font-family: var(--font-raw);
  font-size: clamp(1.5rem, 4vw, 2rem);
  font-weight: 700;
  font-variation-settings: var(--thunder-display);
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.journal-card-excerpt {
  color: var(--text-muted);
  max-width: 42rem;
  margin: 0 0 1rem;
}

.journal-card-body {
  max-width: 42rem;
  line-height: 1.7;
}

.journal-card-video a {
  color: var(--gold);
  font-weight: 600;
}

.journal-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.journal-empty {
  color: var(--text-muted);
}

.release-item-meta {
  font-size: 0.85em;
  color: var(--text-muted);
  font-weight: 450;
}

.release-grid-card {
  padding: 1.5rem;
  border: 1px solid var(--border);
  background: #fff;
}

.release-grid-cover {
  width: 100%;
  max-width: 14rem;
  height: auto;
  margin-bottom: 1rem;
}

.release-grid-links a {
  color: var(--gold);
  font-weight: 600;
}
