/* ═══════════════════════════════════════════════════════════════════════
   YOUSIC — LE LABEL · feuille de style partagée du Dossier Partenaires & Presse
   Reprend l'identité "Le Label" du produit (papier pressé / cuivre / cire).
   Palette OKLCH, 3 fontes : Big Shoulders Display · Zilla Slab · Hanken Grotesk.
   Aucun gradient-text, aucune bordure-accent latérale — exprès.
   ═══════════════════════════════════════════════════════════════════════ */

:root {
  /* Papier & encre */
  --paper:      oklch(0.965 0.014 80);
  --paper-deep: oklch(0.932 0.020 78);
  --paper-edge: oklch(0.895 0.024 76);
  --paper-card: oklch(0.978 0.010 82);
  --ink:        oklch(0.245 0.026 64);
  --ink-soft:   oklch(0.405 0.024 62);
  --ink-faint:  oklch(0.565 0.020 64);
  --ink-ghost:  oklch(0.700 0.016 66);

  /* Métaux : cuivre (chaud, accent) & cire de sceau (rouge profond, action) */
  --cuivre:      oklch(0.645 0.115 64);
  --cuivre-soft: oklch(0.760 0.090 72);
  --cuivre-deep: oklch(0.520 0.110 56);
  --cire:        oklch(0.510 0.170 30);
  --cire-deep:   oklch(0.440 0.158 30);

  /* Sémantiques discrètes */
  --vert:  oklch(0.560 0.110 150);
  --ardoise: oklch(0.430 0.018 230);

  --display: "Big Shoulders Display", system-ui, sans-serif;
  --serif:   "Zilla Slab", Georgia, serif;
  --grotesk: "Hanken Grotesk", system-ui, sans-serif;

  --r: 10px;
  --ease: cubic-bezier(0.22, 0.7, 0.2, 1);

  /* Échelle d'espace 4pt, sémantique */
  --sp-2: 8px; --sp-3: 12px; --sp-4: 16px; --sp-6: 24px;
  --sp-8: 32px; --sp-12: 48px; --sp-16: 64px; --sp-24: 96px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--grotesk);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  /* grain papier très léger */
  background-image:
    radial-gradient(oklch(0.88 0.03 70 / 0.35) 0.5px, transparent 0.5px);
  background-size: 4px 4px;
}

::selection { background: var(--cire); color: var(--paper); }

a { color: var(--cire); text-decoration: none; }

/* ── Conteneur & rythme ─────────────────────────────────────────── */
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 var(--sp-6); }
.wrap-narrow { max-width: 760px; margin: 0 auto; padding: 0 var(--sp-6); }
section { padding: var(--sp-24) 0; position: relative; }
section.tight { padding: var(--sp-16) 0; }

/* ── Typo utilitaires ──────────────────────────────────────────── */
.label {
  font-family: var(--grotesk); font-weight: 600; font-size: .7rem;
  letter-spacing: .24em; text-transform: uppercase; color: var(--ink-faint);
}
.label--cuivre { color: var(--cuivre-deep); }
.label--cire { color: var(--cire); }
.serif-it { font-family: var(--serif); font-style: italic; font-weight: 400; }
.cat-no {
  font-family: var(--serif); font-size: .68rem; letter-spacing: .14em;
  color: var(--ink-faint); text-transform: uppercase; white-space: nowrap;
}

h1, h2, h3, h4 { color: var(--ink); }
.kicker {
  display: inline-flex; align-items: center; gap: .7rem;
  font-family: var(--grotesk); font-weight: 600; font-size: .72rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--cuivre-deep);
  margin-bottom: var(--sp-4);
}
.kicker .rule { height: 1px; width: 42px; background: var(--cuivre); }

h2.display {
  font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: clamp(2rem, 5vw, 3.4rem); line-height: .96; letter-spacing: -.005em;
  max-width: 18ch;
}
h2.display .it {
  font-family: var(--serif); font-style: italic; font-weight: 500;
  text-transform: none; color: var(--cire); letter-spacing: -.01em;
}
.lead {
  font-family: var(--serif); font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  line-height: 1.55; color: var(--ink-soft); max-width: 60ch; margin-top: var(--sp-4);
}
.lead strong { color: var(--ink); font-weight: 600; }

/* ── Masthead / nav ────────────────────────────────────────────── */
.masthead {
  position: sticky; top: 0; z-index: 60;
  background: oklch(0.965 0.014 80 / 0.86); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--paper-edge);
}
.masthead .wrap { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.brand { display: flex; align-items: baseline; gap: .55rem; font-family: var(--display); font-weight: 700; font-size: 1.55rem; letter-spacing: .01em; color: var(--ink); }
.brand .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cuivre); display: inline-block; transform: translateY(-2px); }
.brand small { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: .7rem; color: var(--ink-faint); }
.nav { display: flex; align-items: center; gap: var(--sp-6); }
.nav a {
  font-size: .76rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft); position: relative; padding-block: .35rem; transition: color .25s var(--ease);
}
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0; background: var(--cuivre); transition: width .3s var(--ease); }
.nav a:hover { color: var(--ink); }
.nav a:hover::after { width: 100%; }
@media (max-width: 920px) { .nav { display: none; } }

/* ── Boutons ───────────────────────────────────────────────────── */
.btn-seal {
  font-family: var(--grotesk); font-weight: 600; font-size: 1rem; color: var(--paper);
  background: var(--cire); padding: .9rem 1.6rem; border-radius: var(--r);
  display: inline-flex; align-items: center; gap: .6rem; cursor: pointer; border: none;
  box-shadow: 0 1px 0 var(--cire-deep), 0 12px 28px -14px oklch(0.510 0.170 30 / 0.7);
  transition: transform .28s var(--ease), box-shadow .28s var(--ease);
}
.btn-seal:hover { transform: translateY(-2px); box-shadow: 0 1px 0 var(--cire-deep), 0 20px 40px -16px oklch(0.510 0.170 30 / 0.85); color: var(--paper); }
.btn-ghost {
  font-family: var(--grotesk); font-weight: 600; font-size: .95rem; color: var(--ink);
  background: transparent; border: 1.5px solid var(--ink); border-radius: var(--r);
  padding: .85rem 1.45rem; display: inline-flex; align-items: center; gap: .5rem; cursor: pointer;
  transition: box-shadow .26s var(--ease), transform .26s var(--ease);
}
.btn-ghost:hover { box-shadow: 4px 5px 0 var(--cuivre); transform: translateY(-1px); color: var(--ink); }
.btn-row { display: flex; gap: var(--sp-3); flex-wrap: wrap; margin-top: var(--sp-8); }

/* ── Bandeau preuve / ticker ──────────────────────────────────── */
.proof { display: flex; flex-wrap: wrap; gap: var(--sp-8); align-items: baseline; }
.proof div { color: var(--ink-faint); font-size: .86rem; }
.proof b { font-family: var(--display); color: var(--ink); font-weight: 700; font-size: 1.15em; margin-right: .35rem; }

.band { background: var(--ink); color: var(--paper); padding: var(--sp-6) 0; }
.band .wrap { display: flex; flex-wrap: wrap; gap: var(--sp-8) var(--sp-12); justify-content: center; }
.band .stat { text-align: center; }
.band .stat b { display: block; font-family: var(--display); font-weight: 700; font-size: 2rem; color: var(--cuivre-soft); line-height: 1; }
.band .stat span { font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; color: oklch(0.8 0.02 76); }

/* ── Cartes & grilles ──────────────────────────────────────────── */
.card {
  background: var(--paper-card); border: 1px solid var(--paper-edge);
  border-radius: var(--r); padding: var(--sp-6);
  transition: transform .26s var(--ease), box-shadow .26s var(--ease), border-color .26s var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -28px oklch(0.4 0.05 60 / 0.5); border-color: var(--cuivre-soft); }
.grid { display: grid; gap: var(--sp-4); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
@media (max-width: 820px) { .grid-3, .grid-2 { grid-template-columns: 1fr; } }

.step .n { font-family: var(--display); font-weight: 700; font-size: 2.6rem; color: var(--cuivre); line-height: 1; }
.step h3 { font-size: 1.15rem; margin: var(--sp-3) 0 var(--sp-2); }
.step p { color: var(--ink-soft); font-size: .95rem; }

/* ── Tableaux ──────────────────────────────────────────────────── */
.tbl { width: 100%; border-collapse: collapse; margin-top: var(--sp-8); font-size: .92rem; }
.tbl th {
  text-align: left; padding: var(--sp-3) var(--sp-4); font-family: var(--grotesk);
  font-weight: 600; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink-faint); border-bottom: 2px solid var(--ink);
}
.tbl td { padding: var(--sp-3) var(--sp-4); border-bottom: 1px solid var(--paper-edge); color: var(--ink); vertical-align: top; }
.tbl td.m { color: var(--ink-soft); }
.tbl tr:hover td { background: var(--paper-deep); }
.tbl .num { font-family: var(--display); font-weight: 700; }
.pill { display: inline-block; font-size: .7rem; font-weight: 600; padding: 2px 9px; border-radius: 5px; letter-spacing: .03em; }
.pill.auto { background: oklch(0.560 0.110 150 / 0.16); color: var(--vert); }
.pill.cuivre { background: oklch(0.645 0.115 64 / 0.18); color: var(--cuivre-deep); }
.pill.cire { background: oklch(0.510 0.170 30 / 0.14); color: var(--cire); }

/* ── Pricing / pressages ───────────────────────────────────────── */
.press { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--sp-4); margin-top: var(--sp-8); }
@media (max-width: 920px) { .press { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .press { grid-template-columns: 1fr; } }
.press .pack { background: var(--paper-card); border: 1px solid var(--paper-edge); border-radius: var(--r); padding: var(--sp-6); display: flex; flex-direction: column; }
.press .pack.feat { border-color: var(--cire); box-shadow: 0 14px 36px -26px oklch(0.510 0.170 30 / 0.6); }
.press .tag { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--cuivre-deep); }
.press .pack.feat .tag { color: var(--cire); }
.press .price { font-family: var(--display); font-weight: 700; font-size: 2.1rem; margin: var(--sp-2) 0 0; line-height: 1; }
.press .per { color: var(--ink-faint); font-size: .82rem; }
.press ul { list-style: none; margin-top: var(--sp-4); display: flex; flex-direction: column; gap: .55rem; }
.press li { font-size: .88rem; color: var(--ink-soft); padding-left: 20px; position: relative; }
.press li::before { content: "♪"; position: absolute; left: 0; color: var(--cuivre); }

/* ── Chips / occasions ─────────────────────────────────────────── */
.chips { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: var(--sp-6); }
.chip { background: var(--paper-deep); border: 1px solid var(--paper-edge); border-radius: 99px; padding: .5rem 1rem; font-size: .88rem; color: var(--ink-soft); transition: .22s var(--ease); }
.chip:hover { color: var(--ink); border-color: var(--cuivre); transform: translateY(-2px); }

/* ── Bloc d'appel / divider ────────────────────────────────────── */
.callout { background: var(--ink); color: var(--paper); border-radius: 16px; padding: var(--sp-12); }
.callout .label { color: var(--cuivre-soft); }
.callout h2 { color: var(--paper); font-family: var(--display); text-transform: uppercase; font-size: clamp(1.6rem, 3.6vw, 2.4rem); line-height: .98; margin-top: var(--sp-3); }
.callout p { color: oklch(0.85 0.02 76); max-width: 60ch; margin-top: var(--sp-3); }
.callout .it { font-family: var(--serif); font-style: italic; color: var(--cuivre-soft); text-transform: none; }

/* ── VRP / voice ──────────────────────────────────────────────── */
.vrp { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--sp-12); align-items: center; }
@media (max-width: 880px) { .vrp { grid-template-columns: 1fr; } }
.vinyl { width: clamp(180px, 30vw, 260px); aspect-ratio: 1; border-radius: 50%; position: relative; margin: 0 auto;
  background: radial-gradient(circle at 50% 50%, var(--ink) 0 18%, oklch(0.2 0.02 60) 18% 19%, var(--ink) 19% 27%, oklch(0.22 0.02 60) 27% 28%, var(--ink) 28% 38%, oklch(0.2 0.02 60) 38% 39%, var(--ink) 39%);
  box-shadow: 0 24px 60px -28px oklch(0.3 0.05 60 / 0.7); }
.vinyl::after { content: ""; position: absolute; inset: 41%; border-radius: 50%; background: var(--cire); box-shadow: inset 0 0 0 4px oklch(0.44 0.158 30); }
.vinyl.spin { animation: spin 8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) { .vinyl.spin { animation: none; } }

/* ── Accordéon FAQ ─────────────────────────────────────────────── */
.acc { border-top: 1px solid var(--paper-edge); }
.acc details { border-bottom: 1px solid var(--paper-edge); }
.acc summary { cursor: pointer; list-style: none; padding: var(--sp-4) 0; display: flex; justify-content: space-between; align-items: center; gap: var(--sp-4); font-family: var(--serif); font-size: 1.1rem; color: var(--ink); }
.acc summary::-webkit-details-marker { display: none; }
.acc summary .plus { font-family: var(--display); color: var(--cuivre); font-size: 1.5rem; transition: transform .25s var(--ease); }
.acc details[open] summary .plus { transform: rotate(45deg); }
.acc details > div { padding: 0 0 var(--sp-6); color: var(--ink-soft); font-size: .97rem; max-width: 70ch; }
.acc details > div p + p { margin-top: var(--sp-3); }

/* ── Email / copie ─────────────────────────────────────────────── */
.mail { background: var(--paper-card); border: 1px solid var(--paper-edge); border-radius: var(--r); overflow: hidden; }
.mail header { display: flex; justify-content: space-between; align-items: center; gap: var(--sp-4); padding: var(--sp-4) var(--sp-6); border-bottom: 1px solid var(--paper-edge); background: var(--paper-deep); }
.mail header h3 { font-size: 1.05rem; }
.mail header .who { font-size: .78rem; color: var(--ink-faint); }
.mail pre { font-family: var(--grotesk); white-space: pre-wrap; padding: var(--sp-6); font-size: .92rem; color: var(--ink); line-height: 1.65; }
.copy { font-family: var(--grotesk); font-weight: 600; font-size: .76rem; letter-spacing: .06em; text-transform: uppercase; color: var(--paper); background: var(--ink); border: none; border-radius: 7px; padding: .5rem .9rem; cursor: pointer; transition: background .2s var(--ease); white-space: nowrap; }
.copy:hover { background: var(--cire); }
.copy.ok { background: var(--vert); }

/* ── Player extrait (chansons) ─────────────────────────────────── */
.song { background: var(--paper-card); border: 1px solid var(--paper-edge); border-radius: var(--r); padding: var(--sp-6); }
.song .occ { font-size: .68rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--cuivre-deep); }
.song h3 { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 1.5rem; margin: .3rem 0 var(--sp-2); }
.song .meta { font-size: .82rem; color: var(--ink-faint); margin-bottom: var(--sp-4); }
.wave { display: flex; align-items: flex-end; gap: 2px; height: 34px; margin: var(--sp-3) 0; }
.wave i { flex: 1; background: var(--cuivre-soft); border-radius: 1px; min-width: 2px; }
.kitblock { margin-top: var(--sp-4); }
.kitblock .copy { margin-bottom: var(--sp-2); }
.kitblock pre { font-family: ui-monospace, "SF Mono", monospace; white-space: pre-wrap; background: var(--paper-deep); border: 1px solid var(--paper-edge); border-radius: 8px; padding: var(--sp-4); font-size: .78rem; color: var(--ink-soft); line-height: 1.55; max-height: 220px; overflow: auto; }

/* ── Timeline / plan ───────────────────────────────────────────── */
.phase { display: grid; grid-template-columns: 120px 1fr; gap: var(--sp-6); padding: var(--sp-6) 0; border-bottom: 1px solid var(--paper-edge); }
@media (max-width: 640px) { .phase { grid-template-columns: 1fr; gap: var(--sp-2); } }
.phase .when { font-family: var(--display); font-weight: 700; font-size: 1.3rem; color: var(--cire); }
.phase h3 { font-size: 1.15rem; margin-bottom: var(--sp-2); }
.phase ul { margin: var(--sp-2) 0 0 1.1rem; color: var(--ink-soft); font-size: .94rem; }
.phase li { margin-bottom: .3rem; }

/* ── Colophon ──────────────────────────────────────────────────── */
.colophon { border-top: 2px solid var(--ink); padding: var(--sp-12) 0; }
.colophon .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: var(--sp-6); align-items: baseline; }
.colophon p { font-size: .82rem; color: var(--ink-faint); max-width: 52ch; }
.colophon .serif-it { color: var(--ink-soft); }

/* ── Reveal au scroll ──────────────────────────────────────────── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ── Note interne ──────────────────────────────────────────────── */
.intern { display: inline-block; font-size: .66rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--cire); border: 1px solid oklch(0.510 0.170 30 / 0.4); padding: 3px 9px; border-radius: 99px; }

/* ── Gate mot de passe ─────────────────────────────────────────── */
.gate { position: fixed; inset: 0; z-index: 200; background: var(--paper); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: var(--sp-4); padding: var(--sp-6); }
.gate .brand { font-size: 2.2rem; margin-bottom: var(--sp-2); }
.gate p { color: var(--ink-soft); font-family: var(--serif); }
.gate input { font-family: var(--grotesk); font-size: 1rem; padding: .8rem 1rem; border: 1.5px solid var(--ink); border-radius: var(--r); background: var(--paper-card); color: var(--ink); width: min(320px, 80vw); text-align: center; letter-spacing: .1em; }
.gate input:focus { outline: none; border-color: var(--cire); }
.gate .err { color: var(--cire); font-size: .85rem; min-height: 1.2em; }
