/* ============================================================
   oppenheimer.fr — proposition D (septembre 2026) : la bibliothèque de C, les sections de B
   Vert-noir des grandes bibliothèques, crème, laiton. Composition centrée,
   symétrique. Cormorant Garamond + Mulish. Rien ne bouge tout seul.
   ============================================================ */

:root {
  --nuit: #0c1411;
  --nuit-2: #111b17;
  --nuit-3: #16231e;
  --cuir: #1d382d;
  --cuir-2: #214034;
  --creme: #efe8d8;
  --creme-2: rgba(239, 232, 216, .7);
  --creme-3: rgba(239, 232, 216, .45);
  --laiton: #c9a96b;
  --laiton-clair: #e6cd96;
  --laiton-sombre: #8c7442;
  --trait: rgba(239, 232, 216, .12);
  --trait-2: rgba(201, 169, 107, .35);
  --serif: "Cormorant Garamond", "Iowan Old Style", Garamond, Georgia, serif;
  --sans: "Mulish", "Helvetica Neue", Arial, sans-serif;
  --marge: clamp(20px, 5vw, 90px);
  --largeur: 1240px;

  /* noms de B, rebranchés sur la palette de C */
  --encre: var(--nuit);
  --encre-2: var(--nuit-2);
  --encre-3: var(--nuit-3);
  --os: var(--creme);
  --os-texte: #1d2420;
  --gris: rgba(239, 232, 216, .62);
  --gris-2: rgba(239, 232, 216, .4);
  --ambre: var(--laiton);
  --ambre-clair: var(--laiton-clair);
  --cuivre: var(--laiton-sombre);
  --bordeaux: #2f5a46;
  --bordeaux-clair: #7fa68e;
  --rayon-carte: 26px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--nuit); color: var(--creme); font-family: var(--sans); font-size: 16.5px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; margin: 0; line-height: 1.02; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--laiton); outline-offset: 3px; }
::selection { background: var(--laiton); color: var(--nuit); }
em, .ital { font-style: italic; }
.laiton { color: var(--laiton-clair); }
.dore { background: linear-gradient(100deg, var(--laiton-clair), var(--laiton) 45%, var(--laiton-sombre)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.centre { text-align: center; }
.contenu { max-width: var(--largeur); margin: 0 auto; }

/* ---------- bandeau de version ---------- */
.bandeau-essai { background: var(--laiton); color: var(--nuit); font-size: 12.5px; font-weight: 600; text-align: center; padding: 7px var(--marge); }
.bandeau-essai a { color: var(--nuit); }

/* ---------- en-tête : centré, marque au milieu ---------- */
.entete { position: sticky; top: 0; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; padding: 16px var(--marge); background: rgba(12, 20, 17, .82); backdrop-filter: blur(14px); border-bottom: 1px solid transparent; transition: border-color .3s; }
.entete.colle { border-bottom-color: var(--trait); }
.nav { display: flex; align-items: center; gap: 24px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.nav.droite { justify-content: flex-end; }
.nav a { text-decoration: none; color: var(--creme-2); padding: 4px 0; border-bottom: 1px solid transparent; transition: color .2s, border-color .2s; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--creme); border-bottom-color: var(--laiton); }
.marque { text-decoration: none; text-align: center; font-family: var(--serif); font-size: 24px; font-weight: 500; letter-spacing: .01em; white-space: nowrap; line-height: 1; }
.marque small { display: block; font-family: var(--sans); font-size: 9.5px; letter-spacing: .32em; text-transform: uppercase; color: var(--laiton); margin-top: 5px; }
.bouton-rdv { justify-self: end; font-size: 13px; letter-spacing: .06em; text-decoration: none; border: 1px solid var(--trait-2); color: var(--laiton-clair); padding: 9px 16px; transition: background .2s, color .2s; white-space: nowrap; }
.bouton-rdv:hover { background: var(--laiton); color: var(--nuit); }
.menu-bouton { display: none; justify-self: end; background: none; border: 1px solid var(--trait-2); color: var(--laiton-clair); padding: 8px 14px; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.nav-mobile { display: none; }
@media (max-width: 1080px) {
  .entete { grid-template-columns: 1fr auto; }
  .entete .nav { display: none; }
  .marque { text-align: left; }
  .menu-bouton { display: inline-block; }
  .nav-mobile { position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; background: var(--nuit-2); border-bottom: 1px solid var(--trait); padding: 6px var(--marge) 14px; }
  .nav-mobile a { padding: 13px 0; border-bottom: 1px solid var(--trait); text-decoration: none; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
  .entete.menu-ouvert .nav-mobile { display: flex; }
}

/* ---------- éléments communs ---------- */
.section { padding: clamp(80px, 10vw, 150px) var(--marge); position: relative; }
.section.teinte { background: var(--nuit-2); }
.surtitre { display: inline-flex; align-items: center; gap: 14px; font-size: 11.5px; letter-spacing: .3em; text-transform: uppercase; color: var(--laiton); margin: 0 0 22px; }
.surtitre::before, .surtitre::after { content: ""; width: 34px; height: 1px; background: var(--trait-2); }
.titre { font-size: clamp(36px, 4.6vw, 64px); line-height: 1.02; }
.titre em { color: var(--laiton-clair); font-weight: 400; }
.chapo { font-family: var(--serif); font-size: clamp(20px, 1.9vw, 25px); line-height: 1.45; color: var(--creme-2); max-width: 44ch; }
.centre .chapo { margin-left: auto; margin-right: auto; }
.tete-section { text-align: center; max-width: 780px; margin: 0 auto clamp(46px, 6vw, 80px); }
.tete-section .chapo { margin: 20px auto 0; }
.filet-orne { display: flex; align-items: center; justify-content: center; gap: 14px; color: var(--laiton); margin: 26px auto; }
.filet-orne::before, .filet-orne::after { content: ""; width: 60px; height: 1px; background: var(--trait-2); }
.filet-orne span { width: 6px; height: 6px; transform: rotate(45deg); border: 1px solid var(--laiton); }
.bouton { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; padding: 15px 26px; border: 1px solid var(--laiton); color: var(--laiton-clair); background: transparent; transition: background .25s, color .25s; cursor: pointer; }
.bouton:hover { background: var(--laiton); color: var(--nuit); }
.bouton.plein { background: var(--laiton); color: var(--nuit); }
.bouton.plein:hover { background: var(--laiton-clair); border-color: var(--laiton-clair); }
.lien { text-decoration: none; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--laiton-clair); border-bottom: 1px solid var(--trait-2); padding-bottom: 4px; transition: border-color .2s; }
.lien:hover { border-bottom-color: var(--laiton); }
@media (prefers-reduced-motion: no-preference) {
  .revele { opacity: 0; transform: translateY(14px); transition: opacity .8s ease, transform .8s ease; transition-delay: var(--d, 0s); }
  .revele.visible { opacity: 1; transform: none; }
}

/* ============================================================
   OUVERTURE : centrée, lampe de lecture, alcôve
   ============================================================ */
.ouverture { position: relative; padding: clamp(46px, 6vw, 84px) var(--marge) clamp(40px, 5vw, 70px); text-align: center; overflow: hidden; isolation: isolate; }
.ouverture::before { /* halo de la lampe, fixe */
  content: ""; position: absolute; left: 50%; top: -12%; width: min(1300px, 130vw); height: 900px; transform: translateX(-50%); z-index: -1;
  background: radial-gradient(50% 50% at 50% 30%, rgba(230, 205, 150, .16), rgba(201, 169, 107, .05) 45%, transparent 70%);
}
.ouverture .surtitre { margin-bottom: 26px; }
.nom { font-size: clamp(46px, 6.8vw, 116px); line-height: .96; letter-spacing: -.015em; font-weight: 500; }
.nom em { display: block; font-weight: 400; color: var(--laiton-clair); }
.accroche { font-family: var(--serif); font-size: clamp(21px, 2.1vw, 30px); line-height: 1.35; color: var(--creme-2); max-width: 38ch; margin: 28px auto 0; }
.qualites { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 28px; margin: 26px 0 0; padding: 0; list-style: none; font-size: 12px; letter-spacing: .24em; text-transform: uppercase; color: var(--creme-3); }
.qualites li + li::before { content: "·"; margin-right: 28px; color: var(--laiton); }
.ouverture-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 34px; }

/* l'alcôve */
.alcove {
  --T: 58px; --H: 286px; --W: 188px;
  position: relative; margin: clamp(60px, 7vw, 100px) auto 0; width: max-content; max-width: 100%;
  padding: 150px 56px 0;
  border: 1px solid var(--trait-2); border-bottom: 0;
  border-radius: 999px 999px 0 0 / 190px 190px 0 0;
  background:
    radial-gradient(60% 42% at 50% 0%, rgba(230, 205, 150, .10), transparent 75%),
    linear-gradient(180deg, var(--nuit-3), var(--nuit-2) 60%, #0e1814);
  box-shadow: inset 0 0 0 10px rgba(12,20,17,.6), inset 0 0 0 11px var(--trait);
}
.alcove-titre { position: absolute; left: 0; right: 0; top: 54px; text-align: center; }
.alcove-titre h2 { font-size: clamp(28px, 3vw, 40px); font-weight: 500; }
.alcove-titre h2 em { color: var(--laiton-clair); font-weight: 400; }
.alcove-titre p { margin: 8px 0 0; font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: var(--creme-3); }
.socle { position: relative; height: 26px; margin: 0 -57px; background: linear-gradient(180deg, #2a241a, #171410); border-top: 1px solid var(--laiton-sombre); box-shadow: 0 30px 60px -20px rgba(0,0,0,.8); }
.socle::after { content: ""; position: absolute; left: 0; right: 0; top: 6px; height: 1px; background: rgba(201,169,107,.25); }

.etage { position: relative; perspective: 1700px; perspective-origin: 50% 25%; }
.etage + .etage { margin-top: 44px; }
.rangee { position: relative; z-index: 2; display: flex; justify-content: center; align-items: flex-end; gap: 8px; transform-style: preserve-3d; height: calc(var(--H) + 4px); }
.tablette { position: relative; height: 10px; margin: 0 -24px; background: linear-gradient(180deg, #3a3122, #1f1a12); border-top: 1px solid var(--laiton-sombre); box-shadow: 0 14px 22px rgba(0,0,0,.55); }
.dispo-16 { display: block; } .dispo-8, .dispo-4 { display: none; }
@media (max-width: 1360px) { .dispo-16 { display: none; } .dispo-8 { display: block; } .alcove { --T: 70px; --H: 300px; --W: 198px; } }
@media (max-width: 860px) {
  .dispo-8 { display: none; } .dispo-4 { display: block; }
  .alcove { --T: 58px; --H: 250px; --W: 166px; padding: 120px 20px 0; border-radius: 999px 999px 0 0 / 130px 130px 0 0; width: 100%; }
  .alcove-titre { top: 40px; }
  .socle { margin: 0 -21px; }
  .tablette { margin: 0 -12px; }
}
@media (max-width: 380px) { .alcove { --T: 52px; --H: 230px; --W: 150px; } .rangee { gap: 6px; } }

/* ---------- le livre : boîte 3D, mécanique conservée ---------- */
.pose { display: block; position: relative; flex: none; width: var(--T); height: var(--H); transform-style: preserve-3d; cursor: pointer; }
.livre, .livre * { pointer-events: none; }
.alcove.defile .pose { pointer-events: none; }
.livre { --c: #1d382d; position: relative; flex: none; width: var(--T); height: var(--H); border: 0; padding: 0; margin: 0; background: none; transform-style: preserve-3d; transform: translateZ(calc(var(--W) / -2)); transition: transform .65s cubic-bezier(.2,.75,.2,1); }
.livre .f { position: absolute; top: 0; left: 0; backface-visibility: hidden; }
.livre .dos {
  width: var(--T); height: var(--H); transform: translateZ(calc(var(--W) / 2));
  background: linear-gradient(90deg, rgba(0,0,0,.35), rgba(255,255,255,.08) 20%, rgba(255,255,255,.02) 45%, rgba(0,0,0,.12) 78%, rgba(0,0,0,.4)), var(--c);
  border-radius: 3px 3px 2px 2px; color: #eadcb5; overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.3);
}
/* filets dorés : deux en tête, deux en pied — identiques sur tous les livres */
.livre .dos::before, .livre .dos::after { content: ""; position: absolute; left: 7px; right: 7px; height: 5px; border-top: 1px solid rgba(201,169,107,.85); border-bottom: 1px solid rgba(201,169,107,.85); }
.livre .dos::before { top: 14px; } .livre .dos::after { bottom: 14px; }
.livre .numero-dos { position: absolute; left: 0; right: 0; top: 30px; text-align: center; font-family: var(--serif); font-style: italic; font-size: 15px; color: var(--laiton); }
.livre .titre-dos { position: absolute; left: 0; right: 0; top: 56px; bottom: 60px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.livre .titre-dos span { writing-mode: vertical-rl; text-orientation: sideways; transform: rotate(180deg); font-family: var(--serif); font-weight: 600; font-size: 17px; line-height: 1.08; letter-spacing: .01em; text-align: center; max-height: 100%; }
.livre .editeur-dos { position: absolute; left: 3px; right: 3px; bottom: 30px; text-align: center; font-size: 7.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--laiton); line-height: 1.3; }
.livre .couv { width: var(--W); height: var(--H); left: calc((var(--T) - var(--W)) / 2); transform: rotateY(-90deg) translateZ(calc(var(--T) / 2)); background: var(--c); border-radius: 2px 5px 5px 2px; overflow: hidden; }
.livre .couv img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity 0s linear .65s; }
.livre .couv::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.3), rgba(255,255,255,.12) 5%, transparent 12%); }
.livre .quatrieme { width: var(--W); height: var(--H); left: calc((var(--T) - var(--W)) / 2); transform: rotateY(90deg) translateZ(calc(var(--T) / 2)); background: var(--c); }
.livre .tete { width: var(--T); height: var(--W); top: calc((var(--H) - var(--W)) / 2); transform: rotateX(90deg) translateZ(calc(var(--H) / 2)); background: repeating-linear-gradient(90deg, #efe6cf 0 2px, #d6c9ab 2px 3px); box-shadow: inset 0 0 0 2px var(--c); }
.livre .fond { width: var(--T); height: var(--H); transform: rotateY(180deg) translateZ(calc(var(--W) / 2)); background: #070b09; }
.pose:hover .livre, .livre:focus-visible, .livre.is-out { transform: translateX(calc(var(--k, 0) * (var(--W) - var(--T)) / 2)) translateZ(104px) translateY(-12px) rotateY(90deg); }
.pose:hover .livre .couv img, .livre:focus-visible .couv img, .livre.is-out .couv img { opacity: 1; transition-delay: 0s; }
.alcove:has(.pose:hover) .pose:not(:hover) .livre.is-out { transform: translateZ(calc(var(--W) / -2)); }
.alcove:has(.pose:hover) .pose:not(:hover) .livre.is-out .couv img { opacity: 0; transition-delay: .65s; }
.livre:focus-visible { outline: none; }
.livre:focus-visible .couv { box-shadow: 0 0 0 3px var(--laiton); }
.arriver { display: block; flex: none; transform-style: preserve-3d; }
@media (prefers-reduced-motion: no-preference) {
  .arriver { animation: arriver .6s ease-out backwards; animation-delay: calc(.15s + var(--i) * 25ms); }
  @keyframes arriver { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
}
.mode-emploi { margin: 22px 0 0; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--creme-3); }
.mode-emploi b { color: var(--laiton-clair); font-weight: 600; }

/* fiche du livre, sous l'alcôve */
.detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s cubic-bezier(.2,.8,.2,1); max-width: 980px; margin: 0 auto; text-align: left; }
.detail > .detail-int { overflow: hidden; }
.detail.ouvert { grid-template-rows: 1fr; }
.alcove, .detail { overflow-anchor: none; }
.detail-carte { margin-top: 30px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: clamp(22px, 3.5vw, 50px); align-items: center; padding: clamp(22px, 3vw, 34px); background: var(--nuit-2); border: 1px solid var(--trait-2); opacity: 0; transform: translateY(10px); transition: opacity .4s .1s, transform .5s .05s; }
.detail.ouvert .detail-carte { opacity: 1; transform: none; }
.detail-couv { aspect-ratio: 2 / 3; overflow: hidden; border-radius: 2px 6px 6px 2px; box-shadow: 0 24px 50px -20px rgba(0,0,0,.9), 0 0 0 1px var(--trait); }
.detail-couv img { width: 100%; height: 100%; object-fit: cover; }
.detail-carte .rang { font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--laiton); margin: 0 0 12px; }
.detail-carte h3 { font-size: clamp(28px, 3vw, 42px); margin: 0 0 14px; }
.detail-carte .auteur-nom { margin: 0 0 4px; }
.detail-carte .meta { font-size: 14px; color: var(--creme-3); margin: 0 0 24px; }
.detail-carte .actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.detail-carte .fermer { background: none; border: 0; padding: 0 0 3px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--creme-2); border-bottom: 1px solid var(--trait); cursor: pointer; }
.detail-carte .fermer:hover { color: var(--creme); border-bottom-color: var(--laiton); }
@media (max-width: 700px) { .detail-carte { grid-template-columns: 1fr; } .detail-couv { width: 130px; } }

/* ============================================================
   LE DERNIER LIVRE
   ============================================================ */
.dernier { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(36px, 7vw, 120px); align-items: center; max-width: var(--largeur); margin: 0 auto; }
@media (max-width: 860px) { .dernier { grid-template-columns: 1fr; } }
.piedestal { position: relative; display: grid; place-items: center; padding: clamp(40px, 6vw, 80px) 0; }
.piedestal::before { content: ""; position: absolute; inset: 8% 10%; border: 1px solid var(--trait-2); border-radius: 999px 999px 0 0 / 220px 220px 0 0; }
.piedestal::after { content: ""; position: absolute; left: 20%; right: 20%; bottom: 10%; height: 40px; background: radial-gradient(50% 50% at 50% 50%, rgba(0,0,0,.6), transparent 70%); }
.piedestal img { position: relative; z-index: 1; width: min(300px, 70%); border-radius: 2px 7px 7px 2px; box-shadow: 0 40px 70px -24px rgba(0,0,0,.95), 0 0 0 1px var(--trait); transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.piedestal:hover img { transform: translateY(-6px); }
.dernier .titre { margin-bottom: 22px; }
.dernier .chapo { margin-bottom: 30px; }
.dernier .detail-ligne { display: flex; gap: 26px; flex-wrap: wrap; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--creme-3); margin: 0 0 30px; padding: 16px 0; border-top: 1px solid var(--trait); border-bottom: 1px solid var(--trait); }

/* ============================================================
   CATALOGUE PAR ÉDITEUR
   ============================================================ */
.catalogue { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 60px); max-width: var(--largeur); margin: 0 auto; }
@media (max-width: 900px) { .catalogue { grid-template-columns: 1fr; } }
.catalogue h3 { font-size: 30px; text-align: center; padding-bottom: 16px; border-bottom: 1px solid var(--trait-2); margin-bottom: 8px; }
.catalogue h3 small { display: block; font-family: var(--sans); font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--laiton); margin-top: 8px; }
.catalogue ul { list-style: none; margin: 0; padding: 0; }
.catalogue li a { display: grid; grid-template-columns: 44px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 12px 4px; border-bottom: 1px solid var(--trait); text-decoration: none; transition: background .25s; }
.catalogue li a:hover { background: rgba(239,232,216,.035); }
.catalogue li img { width: 44px; height: 64px; object-fit: cover; border-radius: 1px 3px 3px 1px; box-shadow: 0 8px 14px -8px rgba(0,0,0,.9); opacity: .8; transition: opacity .25s; }
.catalogue li a:hover img { opacity: 1; }
.catalogue li strong { font-family: var(--serif); font-weight: 500; font-size: 19px; line-height: 1.15; }
.catalogue li span { font-size: 12.5px; color: var(--creme-3); }

/* ============================================================
   L'AUTEUR
   ============================================================ */
.auteur { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(36px, 7vw, 110px); align-items: center; max-width: var(--largeur); margin: 0 auto; }
@media (max-width: 900px) { .auteur { grid-template-columns: 1fr; } }
.portrait { margin: 0; position: relative; }
.portrait .arc { border-radius: 999px 999px 0 0 / 260px 260px 0 0; overflow: hidden; aspect-ratio: 4 / 5; border: 1px solid var(--trait-2); padding: 10px; }
.portrait img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 999px 999px 0 0 / 250px 250px 0 0; filter: saturate(.8) sepia(.12); }
.portrait figcaption { text-align: center; margin-top: 16px; font-size: 11.5px; letter-spacing: .24em; text-transform: uppercase; color: var(--creme-3); }
.citation { font-family: var(--serif); font-size: clamp(32px, 3.8vw, 56px); line-height: 1.08; margin: 0 0 30px; }
.citation em { color: var(--laiton-clair); }
.auteur .corps p { color: var(--creme-2); max-width: 58ch; }
.piliers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 40px; border-top: 1px solid var(--trait-2); }
.piliers a { text-decoration: none; padding: 26px 22px 6px 0; transition: color .2s; }
.piliers a + a { padding-left: 22px; border-left: 1px solid var(--trait); }
.piliers .n { font-family: var(--serif); font-style: italic; font-size: 20px; color: var(--laiton); }
.piliers h3 { font-size: 28px; margin: 6px 0 8px; }
.piliers p { font-size: 14.5px; color: var(--creme-3); margin: 0; }
.piliers a:hover h3 { color: var(--laiton-clair); }
@media (max-width: 700px) { .piliers { grid-template-columns: 1fr; } .piliers a + a { padding-left: 0; border-left: 0; border-top: 1px solid var(--trait); } }

/* ============================================================
   FAMILLE : trois vitrines en arc
   ============================================================ */
.vitrines { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(18px, 2.5vw, 34px); max-width: var(--largeur); margin: 0 auto; }
@media (max-width: 960px) { .vitrines { grid-template-columns: 1fr; max-width: 520px; } }
.vitrine { border: 1px solid var(--trait-2); border-radius: 999px 999px 0 0 / 170px 170px 0 0; padding: 70px 26px 28px; background: linear-gradient(180deg, var(--nuit-3), var(--nuit-2)); text-align: center; }
.vitrine .role { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--laiton); }
.vitrine h3 { font-size: clamp(28px, 2.6vw, 36px); margin: 10px 0 24px; }
.vitrine ul { list-style: none; margin: 0; padding: 0; text-align: left; }
.vitrine li { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: center; padding: 10px 0; border-top: 1px solid var(--trait); }
.vitrine li img { width: 42px; height: 62px; object-fit: cover; box-shadow: 0 8px 14px -8px rgba(0,0,0,.9); background: var(--nuit); }
.vitrine li strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 17.5px; line-height: 1.15; }
.vitrine li small { display: block; font-size: 12px; color: var(--creme-3); margin-top: 2px; }
.phrase { max-width: 36ch; margin: clamp(46px, 6vw, 80px) auto 0; text-align: center; font-family: var(--serif); font-style: italic; font-size: clamp(22px, 2.4vw, 32px); line-height: 1.3; color: var(--creme-2); }

/* ============================================================
   TRANSMISSION
   ============================================================ */
.prix { text-align: center; max-width: 760px; margin: 0 auto; }
.prix .annee { font-family: var(--serif); font-weight: 400; font-size: clamp(80px, 11vw, 160px); line-height: .9; color: var(--laiton-clair); letter-spacing: -.02em; }
.prix h2 { font-size: clamp(30px, 3.4vw, 46px); margin: 6px 0 24px; }
.prix .corps p { color: var(--creme-2); }
.cimaise { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 22px); max-width: var(--largeur); margin: clamp(50px, 6vw, 80px) auto 0; }
@media (max-width: 900px) { .cimaise { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cimaise figure:nth-child(5) { display: none; } }
.cimaise figure { margin: 0; }
.cimaise .cadre { border: 1px solid var(--trait-2); padding: 8px; background: var(--nuit); }
.cimaise img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; filter: grayscale(1) contrast(1.05) brightness(.9); transition: filter .4s; }
.cimaise figure:hover img { filter: grayscale(0) brightness(1); }
.cimaise figcaption { margin-top: 12px; font-size: 12.5px; line-height: 1.4; color: var(--creme-3); text-align: center; }

/* ============================================================
   MUSIQUE
   ============================================================ */
.disques { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 20px); max-width: var(--largeur); margin: 0 auto; }
@media (max-width: 1100px) { .disques { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (max-width: 600px) { .disques { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.disques figure { margin: 0; }
.disques .pochette { aspect-ratio: 1; overflow: hidden; background: var(--nuit-3); box-shadow: 0 20px 30px -18px rgba(0,0,0,.9); }
.disques img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.disques figure:hover img { transform: scale(1.04); }
.disques figcaption { margin-top: 10px; font-family: var(--serif); font-size: 17px; line-height: 1.2; text-align: center; }
.plateformes { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin-top: 44px; }

/* ============================================================
   PRESSE + CONTACT + PIED
   ============================================================ */
.presse { padding: 60px var(--marge); border-top: 1px solid var(--trait); border-bottom: 1px solid var(--trait); text-align: center; }
.presse .logos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 26px 54px; max-width: 1100px; margin: 26px auto 0; }
.presse img { height: 34px; width: auto; filter: grayscale(1) invert(1) sepia(.5) brightness(1.3); mix-blend-mode: screen; opacity: .55; transition: opacity .25s; }
.presse img:hover { opacity: .95; }
.contact { max-width: 760px; margin: 0 auto; text-align: center; border: 1px solid var(--trait-2); border-radius: 999px 999px 0 0 / 240px 240px 0 0; padding: clamp(90px, 10vw, 130px) clamp(22px, 5vw, 70px) clamp(40px, 5vw, 60px); background: linear-gradient(180deg, var(--nuit-3), var(--nuit-2)); }
.contact .titre { margin-bottom: 18px; }
.contact .chapo { margin: 0 auto 34px; }
.coordonnees { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 40px; border-top: 1px solid var(--trait); }
.coordonnees > * { padding: 22px 10px 0; text-decoration: none; }
.coordonnees > * + * { border-left: 1px solid var(--trait); }
.coordonnees span { display: block; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--laiton); margin-bottom: 6px; }
.coordonnees b { font-family: var(--serif); font-weight: 500; font-size: 18px; overflow-wrap: anywhere; }
.coordonnees a:hover b { color: var(--laiton-clair); }
@media (max-width: 700px) { .coordonnees { grid-template-columns: 1fr; } .coordonnees > * + * { border-left: 0; border-top: 1px solid var(--trait); padding-top: 18px; } .contact { border-radius: 999px 999px 0 0 / 140px 140px 0 0; } }
.pied { padding: 40px var(--marge) 50px; text-align: center; font-size: 12.5px; color: var(--creme-3); }
.pied .marque { display: inline-block; margin-bottom: 18px; }
.pied nav { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 26px; margin-bottom: 18px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.pied a { text-decoration: none; color: var(--creme-2); }
.pied a:hover { color: var(--laiton-clair); }

/* ============================================================
   SECTIONS REPRISES DE LA PROPOSITION B (couleurs de C)
   ============================================================ */
/* ---------- utilitaires ---------- */
.section.claire { background: var(--os); color: var(--os-texte); }
.section.claire ::selection { background: var(--bordeaux); color: var(--os); }
.etiquette { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ambre); margin: 0 0 26px; }
.etiquette::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(201,169,107,.2); }
.claire .etiquette { color: var(--bordeaux); }
.claire .etiquette::before { box-shadow: 0 0 0 4px rgba(47,90,70,.16); }
.titre-xl { font-size: clamp(44px, 7vw, 116px); line-height: .92; letter-spacing: -.035em; }
.titre-l { font-size: clamp(36px, 5vw, 76px); line-height: .96; letter-spacing: -.03em; }
.titre-m { font-size: clamp(26px, 3vw, 40px); line-height: 1.05; }
.b .chapo { font-size: clamp(18px, 1.55vw, 22px); line-height: 1.55; color: var(--gris); max-width: 58ch; }
.claire .b .chapo { color: #4d5852; }
.tete { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(24px, 5vw, 90px); align-items: end; margin-bottom: clamp(44px, 6vw, 88px); }
.tete .b .chapo { margin: 0; }
@media (max-width: 900px) { .tete { grid-template-columns: 1fr; align-items: start; } }
.pilule { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 14px; font-weight: 600; border-radius: 999px; padding: 14px 22px; border: 1px solid transparent; transition: transform .25s, background .25s, color .25s, border-color .25s; cursor: pointer; }
.pilule .fleche { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--encre); color: var(--os); font-size: 12px; transition: transform .25s; }
.pilule:hover .fleche { transform: rotate(-45deg); }
.pilule.pleine { background: var(--ambre); color: var(--encre); }
.pilule.pleine:hover { background: var(--ambre-clair); transform: translateY(-2px); }
.pilule.contour { border-color: var(--trait-2); color: var(--os); }
.pilule.contour .fleche { background: var(--os); color: var(--encre); }
.pilule.contour:hover { border-color: var(--os); }
.claire .pilule.contour { border-color: rgba(29,36,32,.25); color: var(--os-texte); }
.claire .pilule.contour .fleche { background: var(--os-texte); color: var(--os); }
.lien-souligne { text-decoration: none; font-weight: 600; font-size: 14px; background: linear-gradient(currentColor, currentColor) 0 100% / 100% 1px no-repeat; padding-bottom: 3px; transition: background-size .3s; }
.lien-souligne:hover { background-size: 0 1px; background-position: 100% 100%; }


/* ============================================================
   À LA UNE — tuiles
   ============================================================ */
.tuiles { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(190px, auto); gap: 16px; }
.tuile {
  --gx: 50%; --gy: 50%;
  position: relative; border-radius: var(--rayon-carte); padding: 28px; overflow: hidden; text-decoration: none; isolation: isolate;
  background: var(--encre-2); border: 1px solid var(--trait);
  transition: transform .45s cubic-bezier(.2,.7,.2,1), border-color .3s;
}
.tuile::before { /* halo qui suit la souris */ content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(360px circle at var(--gx) var(--gy), rgba(240,201,142,.13), transparent 60%); opacity: 0; transition: opacity .3s; }
.tuile:hover { transform: translateY(-4px); border-color: var(--trait-2); }
.tuile:hover::before { opacity: 1; }
.tuile .petit { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gris-2); }
.t-une { grid-column: span 7; grid-row: span 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 28px; align-items: end; background: linear-gradient(145deg, #1c3027, #0f1813 60%); }
.t-une h3 { font-size: clamp(40px, 4.4vw, 72px); letter-spacing: -.035em; margin: 14px 0 16px; line-height: .95; }
.t-une p { color: var(--gris); margin: 0 0 24px; max-width: 34ch; }
.t-une .couv-une { align-self: center; perspective: 900px; }
.t-une .couv-une img { border-radius: 4px 10px 10px 4px; box-shadow: -18px 40px 60px -20px rgba(0,0,0,.9), 0 0 0 1px rgba(255,255,255,.08); transform: rotateY(-16deg) rotateX(4deg); transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.t-une:hover .couv-une img { transform: rotateY(-4deg) rotateX(0) scale(1.02); }
.t-nombre { grid-column: span 5; display: flex; flex-direction: column; justify-content: space-between; background: var(--ambre); color: var(--encre); border-color: transparent; }
.t-nombre b { font-family: var(--serif); font-weight: 400; font-size: clamp(90px, 10vw, 170px); line-height: .8; letter-spacing: -.06em; }
.t-nombre .petit { color: rgba(13,10,11,.6); }
.t-nombre p { margin: 0; font-weight: 600; max-width: 26ch; }
.t-editeurs { grid-column: span 5; display: flex; flex-direction: column; justify-content: space-between; }
.t-editeurs ul { list-style: none; margin: 0; padding: 0; }
.t-editeurs li { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--serif); font-size: clamp(24px, 2.4vw, 34px); letter-spacing: -.02em; padding: 8px 0; border-bottom: 1px solid var(--trait); }
.t-editeurs li span { font-family: var(--sans); font-size: 13px; color: var(--gris); letter-spacing: 0; }
.t-livre { grid-column: span 3; display: flex; flex-direction: column; gap: 16px; }
.t-livre .mini { height: 150px; display: flex; align-items: flex-end; }
.t-livre .mini img { height: 100%; width: auto; border-radius: 2px 6px 6px 2px; box-shadow: 0 20px 30px -12px rgba(0,0,0,.8); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.t-livre:hover .mini img { transform: translateY(-6px) rotate(-2deg); }
.t-livre strong { font-family: var(--serif); font-weight: 400; font-size: 20px; line-height: 1.15; letter-spacing: -.01em; }
.t-livre small { color: var(--gris); font-size: 13px; }
.t-citation { grid-column: span 6; background: var(--bordeaux); border-color: transparent; display: flex; flex-direction: column; justify-content: space-between; }
.t-citation blockquote { margin: 18px 0 20px; font-family: var(--serif); font-size: clamp(22px, 2.2vw, 32px); line-height: 1.18; letter-spacing: -.015em; }
.t-citation .petit { color: rgba(239,231,218,.7); }
.t-tous { grid-column: span 12; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; min-height: 150px; background: linear-gradient(90deg, var(--encre-2), var(--encre-3)); }
.t-tous h3 { font-size: clamp(30px, 3.4vw, 52px); letter-spacing: -.03em; }
.eventail { display: flex; align-items: flex-end; height: 120px; padding-right: 40px; }
.eventail img { height: 110px; width: auto; border-radius: 2px 5px 5px 2px; margin-right: -34px; box-shadow: -10px 12px 24px rgba(0,0,0,.6); transform: rotate(calc((var(--n) - 3.5) * 5deg)) translateY(calc(var(--n2) * 3px)); transform-origin: 50% 120%; transition: transform .5s cubic-bezier(.2,.7,.2,1), margin .5s; }
.t-tous:hover .eventail img { margin-right: -10px; transform: rotate(0) translateY(-6px); }
@media (max-width: 1100px) { .t-une { grid-column: span 12; } .t-nombre, .t-editeurs { grid-column: span 6; } .t-livre { grid-column: span 6; } .t-citation { grid-column: span 12; } }
@media (max-width: 680px) { .t-une { grid-template-columns: 1fr; } .t-nombre, .t-editeurs, .t-livre { grid-column: span 12; } .eventail { display: none; } }


/* ============================================================
   L'AUTEUR — section claire
   ============================================================ */
.auteur2 { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(36px, 7vw, 120px); align-items: start; }
@media (max-width: 900px) { .auteur2 { grid-template-columns: 1fr; } }
.portrait2 { position: sticky; top: 110px; margin: 0; }
.portrait2 .cadre { border-radius: 30px; overflow: hidden; aspect-ratio: 4 / 5; }
.portrait2 img { width: 100%; height: 100%; object-fit: cover; object-position: top; filter: grayscale(1) contrast(1.05); transition: filter .8s; }
.portrait2:hover img { filter: grayscale(0); }
.badge-rond { position: absolute; right: -34px; bottom: -34px; width: 150px; height: 150px; border-radius: 50%; background: var(--encre); color: var(--os); display: grid; place-items: center; }
.badge-rond svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.badge-rond text { font-family: var(--sans); font-size: 11.5px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; fill: var(--os); }
.badge-rond b { font-family: var(--serif); font-style: italic; font-weight: 400; font-size: 34px; letter-spacing: -.05em; }
@media (prefers-reduced-motion: no-preference) { .badge-rond svg { animation: tourner 22s linear infinite; } @keyframes tourner { to { transform: rotate(360deg); } } }
@media (max-width: 900px) { .portrait2 { position: relative; top: 0; max-width: 460px; } .badge-rond { right: 10px; bottom: -30px; width: 120px; height: 120px; } }
.declaration { font-size: clamp(34px, 4.4vw, 68px); line-height: 1.02; letter-spacing: -.035em; margin: 0 0 40px; }
.declaration em { color: var(--bordeaux); }
.auteur2 .corps p { color: #3f4a44; font-size: 18px; max-width: 58ch; }
.rangs { margin-top: 50px; border-top: 1px solid rgba(29,36,32,.18); }
.rangs a { display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; gap: 20px; align-items: center; padding: 26px 8px; border-bottom: 1px solid rgba(29,36,32,.18); text-decoration: none; position: relative; overflow: hidden; isolation: isolate; transition: color .4s, padding .4s; }
.rangs a::before { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--encre); transform: scaleY(0); transform-origin: bottom; transition: transform .45s cubic-bezier(.2,.7,.2,1); }
.rangs a:hover { color: var(--os); padding-left: 22px; }
.rangs a:hover::before { transform: scaleY(1); }
.rangs .n { font-size: 13px; font-weight: 700; letter-spacing: .1em; opacity: .55; }
.rangs h3 { font-size: clamp(28px, 3vw, 44px); letter-spacing: -.03em; }
.rangs p { grid-column: 2; margin: 6px 0 0; font-size: 15.5px; opacity: .75; max-width: 54ch; }
.rangs .fl { grid-row: 1 / span 2; grid-column: 3; font-size: 26px; transition: transform .35s; }
.rangs a:hover .fl { transform: rotate(-45deg); }


/* ============================================================
   TRANSMISSION — Prix + défilé de photos
   ============================================================ */
.prix2 { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: clamp(30px, 6vw, 100px); align-items: end; }
@media (max-width: 900px) { .prix2 { grid-template-columns: 1fr; } }
.prix2 .annee { font-family: var(--serif); font-size: clamp(110px, 18vw, 300px); line-height: .78; letter-spacing: -.07em; color: transparent; -webkit-text-stroke: 1.5px var(--bordeaux); }
.prix2 p:not(.etiquette) { color: #3f4a44; font-size: 18px; }
.defile-photos { margin-top: clamp(50px, 7vw, 100px); display: grid; gap: 16px; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.piste { display: flex; gap: 16px; width: max-content; }
@media (prefers-reduced-motion: no-preference) {
  .piste { animation: piste 70s linear infinite; }
  .piste.inverse { animation-direction: reverse; animation-duration: 85s; }
  .defile-photos:hover .piste { animation-play-state: paused; }
  @keyframes piste { to { transform: translateX(-50%); } }
}
.defile-photos .piste figure { margin: 0; position: relative; width: 300px; height: 210px; border-radius: 18px; overflow: hidden; flex: none; }
.defile-photos .piste img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1); transition: filter .5s, transform .6s; }
.defile-photos .piste figure:hover img { filter: none; transform: scale(1.05); }
.defile-photos .piste figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 14px 12px; font-size: 12.5px; font-weight: 600; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.8)); opacity: 0; transform: translateY(8px); transition: opacity .3s, transform .3s; }
.defile-photos .piste figure:hover figcaption { opacity: 1; transform: none; }


/* ============================================================
   MUSIQUE — pochettes et vinyles
   ============================================================ */
.bac { display: flex; gap: clamp(36px, 4vw, 70px); overflow-x: auto; padding: 20px 90px 40px 4px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--trait-2) transparent; }
.disque { flex: none; width: clamp(200px, 20vw, 260px); scroll-snap-align: start; text-decoration: none; }
.disque .pochette { position: relative; aspect-ratio: 1; }
.disque .pochette::before { content: ""; position: absolute; inset: 0; z-index: 1; border-radius: 6px; background: linear-gradient(135deg, var(--encre-3), var(--encre-2)); }
.disque .vinyle { position: absolute; top: 4%; left: 4%; width: 92%; height: 92%; border-radius: 50%; background: radial-gradient(circle, var(--ambre) 0 13%, #111 13.5% 15%, #1a1a1a 15.5% 100%), repeating-radial-gradient(circle, rgba(255,255,255,.05) 0 1px, transparent 1px 4px); background-blend-mode: normal, overlay; box-shadow: 0 10px 30px rgba(0,0,0,.6); transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.disque .vinyle::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 3px, rgba(255,255,255,.04) 3px 4px), conic-gradient(from 30deg, transparent, rgba(255,255,255,.12) 20deg, transparent 60deg, transparent 180deg, rgba(255,255,255,.08) 200deg, transparent 240deg); }
.disque img { position: absolute; inset: 0; z-index: 2; width: 100%; height: 100%; object-fit: cover; border-radius: 6px; box-shadow: 0 30px 50px -20px rgba(0,0,0,.9); }
.disque .vinyle { z-index: 0; }
.disque:hover .vinyle { transform: translateX(46%) rotate(200deg); }
.disque figcaption { margin-top: 18px; font-family: var(--serif); font-size: 21px; letter-spacing: -.01em; }
.disque figcaption small { display: block; font-family: var(--sans); font-size: 12.5px; color: var(--gris); margin-top: 2px; }
.plateformes2 { display: flex; gap: 10px; flex-wrap: wrap; }


/* ============================================================
   PRESSE — bandeau défilant
   ============================================================ */
.presse2 { padding: 56px 0; border-top: 1px solid var(--trait); border-bottom: 1px solid var(--trait); overflow: hidden; }
.presse2 p { text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gris-2); margin: 0 0 30px; }
.presse2 .piste { gap: 80px; align-items: center; }
@media (prefers-reduced-motion: no-preference) { .presse2 .piste { animation-duration: 40s; } }
.presse2 img { height: 40px; width: auto; filter: grayscale(1) invert(1) brightness(1.6); mix-blend-mode: screen; opacity: .6; transition: opacity .3s; }
.presse2 img:hover { opacity: 1; }


/* ============================================================
   CONTACT
   ============================================================ */
.contact2 { text-align: center; }
.contact2 .grand { display: inline-block; text-decoration: none; font-family: var(--serif); font-size: clamp(54px, 10.5vw, 196px); line-height: .9; letter-spacing: -.055em; margin: 20px 0 50px; position: relative; }
.contact2 .grand .ital { color: var(--ambre-clair); }
.contact2 .grand::after { content: ""; position: absolute; left: 0; right: 0; bottom: -10px; height: 2px; background: var(--ambre); transform: scaleX(0); transform-origin: left; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.contact2 .grand:hover::after { transform: scaleX(1); }
.contact2 .grand .rond { display: inline-grid; place-items: center; width: .62em; height: .62em; border-radius: 50%; background: var(--ambre); color: var(--encre); font-size: .5em; vertical-align: .08em; transition: transform .45s; }
.contact2 .grand:hover .rond { transform: rotate(-45deg); }
.coordonnees2 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; max-width: 1100px; margin: 0 auto; text-align: left; }
.coordonnees2 > * { border-radius: 22px; border: 1px solid var(--trait); padding: 24px 26px; text-decoration: none; background: var(--encre-2); transition: border-color .25s, transform .3s; }
.coordonnees2 a:hover { border-color: var(--trait-2); transform: translateY(-3px); }
.coordonnees2 span { display: block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gris-2); margin-bottom: 10px; }
.coordonnees2 b { font-family: var(--serif); font-weight: 400; font-size: 23px; letter-spacing: -.01em; }
@media (max-width: 800px) { .coordonnees2 { grid-template-columns: 1fr; } }


/* musique en défilement continu (demande du 13/09) : pause au survol pour laisser sortir le vinyle */
.bac2 { overflow: hidden; padding: 20px 0 10px; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.bac2 .piste { gap: clamp(56px, 4.6vw, 80px); padding: 0 40px 30px; align-items: flex-start; }
@media (prefers-reduced-motion: no-preference) {
  .bac2 .piste { animation: piste 80s linear infinite; }
  .bac2:hover .piste { animation-play-state: paused; }
}
.bac2 .disque { width: clamp(190px, 17vw, 240px); }
.plateformes2 { display: flex; gap: 10px; flex-wrap: wrap; }
.b .tete .plateformes2 { justify-content: flex-start; }

/* ============================================================
   PAGES INTÉRIEURES
   ============================================================ */
.page-tete { position: relative; text-align: center; padding: clamp(60px, 8vw, 110px) var(--marge) clamp(40px, 5vw, 70px); overflow: hidden; isolation: isolate; }
.page-tete::before { content: ""; position: absolute; left: 50%; top: -30%; width: 1100px; height: 700px; transform: translateX(-50%); z-index: -1; background: radial-gradient(50% 50% at 50% 30%, rgba(230,205,150,.12), transparent 70%); }
.page-tete h1 { font-size: clamp(46px, 6.6vw, 100px); line-height: .98; }
.page-tete h1 em { color: var(--laiton-clair); font-weight: 400; }
.page-tete .chapo { margin: 22px auto 0; }
.grille-livres { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 50px 30px; max-width: var(--largeur); margin: 0 auto; }
@media (max-width: 1100px) { .grille-livres { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 720px) { .grille-livres { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 16px; } }
.carte-livre { text-decoration: none; display: block; text-align: center; }
.carte-livre .scene-carte { position: relative; aspect-ratio: 2 / 3; perspective: 1200px; padding: 24px; border: 1px solid var(--trait); border-radius: 999px 999px 0 0 / 90px 90px 0 0; background: linear-gradient(180deg, var(--nuit-3), var(--nuit-2)); display: grid; place-items: center; transition: border-color .3s; }
.carte-livre:hover .scene-carte { border-color: var(--trait-2); }
.carte-livre .faces { position: relative; width: 100%; height: 88%; margin-top: 12%; transform-style: preserve-3d; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.carte-livre:hover .faces { transform: rotateY(180deg); }
.carte-livre .face { position: absolute; inset: 0; backface-visibility: hidden; display: grid; place-items: center; }
.carte-livre .face img { max-height: 100%; width: auto; object-fit: contain; border-radius: 2px 6px 6px 2px; box-shadow: 0 24px 40px -18px rgba(0,0,0,.95); }
.carte-livre .face.verso { transform: rotateY(180deg); }
.carte-livre .editeur { display: block; font-size: 10.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--laiton); margin-top: 16px; }
.carte-livre strong { display: block; font-family: var(--serif); font-weight: 500; font-size: 20px; line-height: 1.15; margin-top: 8px; }
.carte-livre span.a { display: block; font-size: 13.5px; color: var(--creme-2); margin-top: 6px; }
.carte-livre small { display: block; font-size: 12px; color: var(--creme-3); margin-top: 4px; }
.vedette { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(28px, 6vw, 100px); align-items: center; max-width: var(--largeur); margin: 0 auto; }
@media (max-width: 860px) { .vedette { grid-template-columns: 1fr; } }
.vedette img { border: 1px solid var(--trait-2); padding: 10px; }
.vedette .corps p { color: var(--creme-2); }
.grille-galerie { columns: 3 320px; column-gap: 20px; max-width: var(--largeur); margin: 0 auto; }
.grille-galerie figure { margin: 0 0 24px; break-inside: avoid; }
.grille-galerie .cadre { border: 1px solid var(--trait-2); padding: 8px; }
.grille-galerie img { width: 100%; filter: grayscale(.9); transition: filter .4s; }
.grille-galerie figure:hover img { filter: none; }
.grille-galerie figcaption { padding: 10px 2px 0; font-size: 13px; color: var(--creme-3); text-align: center; line-height: 1.4; }
.texte-deux-col { columns: 2 340px; column-gap: 60px; max-width: var(--largeur); margin: 0 auto; }
.texte-deux-col p { color: var(--creme-2); }

/* ---------- site officiel (13/09/2026) : structure, fil d'Ariane, fiches livres, presse, mentions ---------- */
.evitement { position: absolute; left: -9999px; top: 8px; z-index: 100; background: var(--laiton); color: var(--nuit); padding: 8px 14px; text-decoration: none; }
.evitement:focus { left: 8px; }
.visuellement-cache { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.nav .rdv { border: 1px solid var(--trait-2); color: var(--laiton-clair); padding: 6px 12px; margin-left: 4px; }
.nav .rdv:hover { background: var(--laiton); color: var(--nuit); border-bottom-color: var(--trait-2); }
@media (max-width: 1240px) { .nav { gap: 18px; font-size: 12px; } .marque { font-size: 21px; } }
@media (max-width: 1180px) and (min-width: 1081px) { .nav { gap: 13px; } .nav .rdv { padding: 5px 9px; } .marque { font-size: 19px; } }
.fil { font-size: 12.5px; letter-spacing: .04em; color: var(--creme-3); margin: 0 auto 34px; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 8px; }
.fil a { color: var(--creme-2); text-decoration: none; border-bottom: 1px solid var(--trait); }
.fil a:hover { color: var(--laiton-clair); border-bottom-color: var(--laiton); }
.fil [aria-current] { color: var(--laiton); }
.presse2 h2 { text-align: center; font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gris-2); margin: 0 0 30px; line-height: 1.65; }
.presse2 h2 a { text-decoration: none; }
.presse2 h2 a:hover { color: var(--laiton-clair); }
h2.etiquette { font-family: var(--sans); line-height: 1.65; letter-spacing: .16em; }
.detail-carte .voir-fiche { padding: 12px 20px; }
.detail-carte .commander { padding: 12px 20px; }

.suite { padding: clamp(60px, 7vw, 100px) var(--marge); border-top: 1px solid var(--trait); }
.suite-grille { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; max-width: var(--largeur); margin: 0 auto; background: var(--trait); border: 1px solid var(--trait); }
.suite-grille a { display: flex; flex-direction: column; gap: 8px; padding: 28px 24px; background: var(--nuit); text-decoration: none; transition: background .25s; }
.suite-grille a:hover { background: var(--nuit-3); }
.suite-grille .surtitre-mini { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--laiton); }
.suite-grille strong { font-family: var(--serif); font-weight: 500; font-size: 28px; line-height: 1.05; }
.suite-grille small { font-size: 14px; color: var(--creme-2); line-height: 1.5; }
@media (max-width: 1000px) { .suite-grille { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .suite-grille { grid-template-columns: 1fr; } }

.fiche-tete { padding-bottom: 10px; }
.fiche { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(30px, 6vw, 90px); max-width: var(--largeur); margin: 0 auto; align-items: start; }
.fiche-couvs { position: sticky; top: 110px; display: grid; grid-template-columns: 1fr .62fr; gap: 18px; align-items: end; }
.fiche-couvs img { border-radius: 2px 6px 6px 2px; box-shadow: 0 30px 60px -24px rgba(0,0,0,.95), 0 0 0 1px var(--trait); }
.fiche-couvs .verso { opacity: .85; }
.fiche-texte h1 { font-size: clamp(38px, 4.4vw, 64px); line-height: 1.02; margin: 0 0 14px; }
.fiche-texte .surtitre { margin-bottom: 18px; }
.fiche-auteur { font-family: var(--serif); font-style: italic; font-size: 24px; color: var(--laiton-clair); margin: 0 0 28px; }
.fiche-texte > p:not(.surtitre):not(.fiche-auteur) { color: var(--creme-2); max-width: 62ch; }
.fiche-infos { margin: 34px 0; border-top: 1px solid var(--trait); }
.fiche-infos div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--trait); font-size: 15px; }
.fiche-infos dt { color: var(--laiton); font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; padding-top: 3px; }
.fiche-infos dd { margin: 0; color: var(--creme-2); }
.fiche-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.fiche-voisins { display: flex; justify-content: space-between; gap: 20px; margin-top: 40px; font-size: 14px; }
.fiche-voisins a { color: var(--creme-2); text-decoration: none; border-bottom: 1px solid var(--trait); }
.fiche-voisins a:hover { color: var(--laiton-clair); }
@media (max-width: 860px) { .fiche { grid-template-columns: 1fr; } .fiche-couvs { position: static; max-width: 440px; } }
.autres-livres .titre { text-align: center; margin-bottom: 44px; }
.autres-grille { display: grid; grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: 30px 20px; max-width: var(--largeur); margin: 0 auto; }
.autres-grille a { text-decoration: none; text-align: center; font-size: 13px; line-height: 1.35; color: var(--creme-2); }
.autres-grille img { aspect-ratio: 2 / 3; object-fit: cover; width: 100%; margin-bottom: 10px; box-shadow: 0 16px 30px -18px rgba(0,0,0,.9), 0 0 0 1px var(--trait); transition: transform .35s; }
.autres-grille a:hover img { transform: translateY(-5px); }
.autres-grille a:hover { color: var(--laiton-clair); }

.liste-presse { list-style: none; padding: 0; margin: 0 auto; max-width: 900px; border-top: 1px solid var(--trait); }
.liste-presse li { display: grid; grid-template-columns: 220px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--trait); }
.liste-presse strong { font-family: var(--serif); font-weight: 500; font-size: 21px; }
.liste-presse span { color: var(--creme-2); }
@media (max-width: 640px) { .liste-presse li { grid-template-columns: 1fr; gap: 4px; } }
.feuilles { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 30px; max-width: var(--largeur); margin: 0 auto; }
.feuilles figure { margin: 0; }
.feuilles img { width: 100%; border: 1px solid var(--trait-2); padding: 6px; background: var(--nuit-3); }
.feuilles figcaption { text-align: center; font-size: 13px; color: var(--creme-3); margin-top: 8px; }
.texte-legal { max-width: 800px; margin: 0 auto; }
.texte-legal h2 { font-size: clamp(26px, 2.6vw, 34px); margin: 44px 0 14px; color: var(--laiton-clair); }
.texte-legal h2:first-child { margin-top: 0; }
.texte-legal p { color: var(--creme-2); }
.texte-legal a { color: var(--laiton-clair); }
.texte-legal .maj { margin-top: 50px; font-size: 13px; color: var(--creme-3); }
@media (max-width: 560px) { .autres-grille { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px 12px; } .autres-grille a { font-size: 12px; } }

.dossiers { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 900px; margin: 0 auto; }
.dossier { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 26px 60px 26px 26px; border: 1px solid var(--trait-2); text-decoration: none; transition: background .25s; }
.dossier:hover { background: var(--nuit-3); }
.dossier strong { font-family: var(--serif); font-weight: 500; font-size: 26px; }
.dossier small { color: var(--creme-3); font-size: 13px; letter-spacing: .06em; }
.dossier span { position: absolute; right: 24px; top: 50%; transform: translateY(-50%); color: var(--laiton); font-size: 22px; }
.texte-preface { max-width: 720px; margin: 0 auto; }
.texte-preface p { font-family: var(--serif); font-size: 21px; line-height: 1.6; color: var(--creme-2); }
.texte-preface .signature { text-align: right; font-style: italic; color: var(--laiton-clair); }
.preface-bloc { border-top: 1px solid var(--trait); }
.liste-presse li > div { display: flex; flex-direction: column; } .liste-presse small { color: var(--laiton); font-size: 12.5px; letter-spacing: .04em; } .liste-presse li { align-items: baseline; }

/* ---------- 14/09 : rendez-vous toujours visible, contact, palmares du Prix ---------- */
.rdv-mobile { display: none; }
@media (max-width: 1080px) {
  .entete { grid-template-columns: 1fr auto auto; gap: 10px; }
  .rdv-mobile { display: inline-block; justify-self: end; text-decoration: none; background: var(--laiton); color: var(--nuit); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; padding: 9px 12px; white-space: nowrap; }
}
@media (max-width: 380px) { .rdv-mobile { padding: 8px 9px; font-size: 11px; } .marque { font-size: 19px; } }
.suite-grille .carte-rdv { background: var(--laiton); color: var(--nuit); }
.suite-grille .carte-rdv:hover { background: var(--laiton-clair); }
.suite-grille .carte-rdv .surtitre-mini, .suite-grille .carte-rdv small { color: var(--nuit); }
.suite-grille .carte-rdv .tel { white-space: nowrap; }
.fiche-consulter { margin: 26px 0 0; font-size: 14.5px; color: var(--creme-3); }
.fiche-consulter a { color: var(--laiton-clair); }

.coordonnees2 > a { display: flex; flex-direction: column; }
.coordonnees2 em { margin-top: 16px; align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; font-style: normal; font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--laiton-clair); border-bottom: 1px solid var(--trait-2); padding-bottom: 3px; }
.coordonnees2 .coord-tel { border-color: var(--laiton); }
.coordonnees2 .coord-tel b { font-size: clamp(30px, 3.2vw, 40px); letter-spacing: .02em; white-space: nowrap; color: var(--creme); }
.coordonnees2 .coord-tel em { background: var(--laiton); color: var(--nuit); border: 0; padding: 11px 18px; border-radius: 999px; font-size: 13px; }
.coordonnees2 .coord-tel em svg { width: 16px; height: 16px; fill: currentColor; }
.coordonnees2 .coord-tel:hover em { background: var(--laiton-clair); }

.annee-legende { margin: 18px 0 0; font-size: 13px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--bordeaux); }
.palmares-titre { font-size: clamp(26px, 2.6vw, 34px); margin: clamp(50px, 6vw, 80px) 0 24px; }
.palmares { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); border-top: 1px solid rgba(29,36,32,.14); border-left: 1px solid rgba(29,36,32,.14); }
.palmares a { display: flex; flex-direction: column; gap: 4px; padding: 18px 18px 20px; background: var(--os); border-right: 1px solid rgba(29,36,32,.14); border-bottom: 1px solid rgba(29,36,32,.14); text-decoration: none; color: var(--os-texte); transition: background .25s; }
.palmares a:hover { background: #e4dcc8; }
.palmares b { font-family: var(--serif); font-weight: 500; font-size: 26px; line-height: 1; color: var(--bordeaux); }
.palmares span { font-size: 15px; font-weight: 600; line-height: 1.35; }
.palmares small { font-size: 13.5px; font-style: italic; color: #56605a; line-height: 1.35; }
.palmares .voir { font-weight: 400; color: #56605a; font-size: 14px; }
@media (max-width: 560px) {
  .entete { gap: 8px; padding-left: 16px; padding-right: 16px; }
  .marque { font-size: 17px; }
  .marque small { font-size: 8px; letter-spacing: .18em; }
  .rdv-mobile { padding: 8px 9px; font-size: 10.5px; letter-spacing: .03em; }
  .menu-bouton { padding: 7px 9px; font-size: 10.5px; letter-spacing: .04em; }
}
@media (max-width: 350px) { .marque { font-size: 15px; } .marque small { display: none; } .rdv-mobile { padding: 7px 7px; } }
@media (max-width: 350px) { .entete { gap: 5px; padding-left: 12px; padding-right: 12px; } .menu-bouton { padding: 7px 7px; } }

/* pochettes cliquables */
.disque-lien { display: block; text-decoration: none; color: inherit; cursor: pointer; }
.pochette .lecture { position: absolute; right: 10px; bottom: 10px; z-index: 3; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--laiton); color: var(--nuit); box-shadow: 0 8px 20px rgba(0,0,0,.5); transition: transform .3s, background .3s; }
.pochette .lecture svg { width: 20px; height: 20px; fill: currentColor; margin-left: 2px; }
.disques .pochette { position: relative; }
.disque-lien:hover .lecture, .disque-lien:focus-visible .lecture { transform: scale(1.12); background: var(--laiton-clair); }
@media (hover: hover) { .pochette .lecture { opacity: .88; } .disque-lien:hover .lecture { opacity: 1; } }
.disque figcaption small { color: var(--laiton); letter-spacing: .08em; text-transform: uppercase; font-size: 11.5px; }
.disque-lien:hover figcaption { color: var(--laiton-clair); }
