/* ============================================================
   PROCIVIS TOUR 2026 — Boutique officielle
   Styles partagés + thèmes Piste A (Poster 70s) / Piste B (Pop Y2K)
   ============================================================ */

:root {
  --pink: #ff2d87;
  --pink-2: #e51c75;
  --yellow: #ffd23b;
  --cream: #f4ead5;
  --paper: #fbf3e0;
  --ink: #1a0f1a;
}

*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
button { font-family: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }

/* Piste switcher (floating bottom-left, out of the way of nav + tweaks) ──── */
.piste-switcher {
  position: fixed; bottom: 16px; left: 16px; z-index: 1000;
  display: flex; align-items: stretch; gap: 0;
  background: rgba(26,15,26,0.92); color: #fff;
  border-radius: 999px; padding: 4px;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px; letter-spacing: .04em;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  backdrop-filter: blur(8px);
}
.piste-switcher .lbl {
  padding: 6px 10px 6px 12px;
  opacity: .55; align-self: center;
}
.piste-switcher button {
  appearance: none; background: transparent; color: #fff;
  border: 0; padding: 6px 14px; border-radius: 999px;
  font: inherit; letter-spacing: .04em;
  transition: background .18s, color .18s;
}
.piste-switcher button.active {
  background: var(--pink); color: #fff;
  box-shadow: 0 2px 0 rgba(0,0,0,.25);
}
.piste-switcher button.active.bee { background: var(--yellow); color: var(--ink); }
.piste-switcher button:not(.active):hover { background: rgba(255,255,255,.08); }

/* Generic page transitions */
.page-enter { animation: pageIn .4s cubic-bezier(.2,.7,.3,1.2) both; }
@keyframes pageIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* =============================================================
   ░░░ PISTE A — POSTER VINTAGE 70s ░░░
   Cream paper, Ultra display + Stardos Stencil, halftone, tickets
   ============================================================= */
[data-piste="A"] {
  --pA-paper: #f4ead5;
  --pA-paper-deep: #ecdfba;
  --pA-ink: #20140e;
  --pA-pink: #ff2d87;
  --pA-pink-deep: #c81666;
  --pA-yellow: #ffd23b;
  --pA-yellow-deep: #d9a900;
  background: var(--pA-paper);
  font-family: 'Newsreader', Georgia, serif;
  color: var(--pA-ink);
  position: relative;
}
/* Paper grain overlay (subtle noise via inline SVG) */
[data-piste="A"]::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 2;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='280' height='280'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' seed='4'/><feColorMatrix values='0 0 0 0 0.12  0 0 0 0 0.08  0 0 0 0 0.06  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/></svg>");
  mix-blend-mode: multiply; opacity: .25;
}

/* Top nav */
.pA-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 24px;
  padding: 14px 32px;
  background: var(--pA-ink); color: var(--pA-paper);
  border-bottom: 4px double var(--pA-yellow);
}
.pA-nav .brand {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Ultra', 'Newsreader', serif; font-size: 22px;
  letter-spacing: .01em;
}
.pA-nav .brand img { height: 28px; }
.pA-nav .brand .amp {
  display: inline-block; transform: translateY(-1px);
  color: var(--pA-pink); font-style: italic;
}
.pA-nav .nav-links { display: flex; gap: 20px; margin-left: auto;
  font-family: 'Stardos Stencil', 'Ultra', serif; letter-spacing: .14em; font-size: 13px; }
.pA-nav .nav-links button { background: none; border: 0; color: var(--pA-paper);
  padding: 6px 0; opacity: .8; border-bottom: 2px solid transparent; transition: all .2s; }
.pA-nav .nav-links button:hover { opacity: 1; border-bottom-color: var(--pA-yellow); }
.pA-nav .nav-links button.active { opacity: 1; color: var(--pA-yellow); border-bottom-color: var(--pA-yellow); }
.pA-nav .cart-btn {
  display: flex; align-items: center; gap: 8px;
  background: var(--pA-pink); color: var(--pA-paper);
  border: 0; padding: 8px 14px;
  font-family: 'Stardos Stencil', serif; letter-spacing: .12em; font-size: 12px;
  box-shadow: 4px 4px 0 var(--pA-yellow);
  transition: transform .15s;
}
.pA-nav .cart-btn:hover { transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--pA-yellow); }
.pA-nav .cart-btn .count {
  background: var(--pA-ink); color: var(--pA-yellow);
  width: 22px; height: 22px; display: grid; place-items: center;
  border-radius: 50%; font-family: 'JetBrains Mono', monospace; font-size: 11px;
}

/* HERO — concert poster style */
.pA-hero {
  position: relative; padding: 56px 32px 36px;
  text-align: center;
  border-bottom: 2px solid var(--pA-ink);
  background:
    radial-gradient(ellipse at top, rgba(255, 210, 59, .55), transparent 60%),
    var(--pA-paper);
  overflow: hidden;
}
.pA-hero::before, .pA-hero::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 1800px; height: 1800px; transform: translate(-50%, -50%);
  background: repeating-conic-gradient(from 0deg at 50% 50%,
    transparent 0deg 8deg, rgba(255, 45, 135, .07) 8deg 16deg);
  pointer-events: none; z-index: 0;
}
.pA-hero > * { position: relative; z-index: 1; }
.pA-hero .eyebrow {
  font-family: 'Stardos Stencil', serif; letter-spacing: .3em;
  font-size: 13px; color: var(--pA-pink-deep);
}
.pA-hero .ampersand-mark {
  display: block;
  width: 139px; height: 210px;
  margin: 18px auto 0;
  background: url('/wp-content/uploads/2026/05/esperluette.png') center/contain no-repeat;
  font-size: 0; color: transparent; line-height: 0;
}
.pA-hero h1 {
  font-family: 'Ultra', serif;
  font-size: clamp(48px, 8vw, 120px); line-height: .85;
  margin: 0; letter-spacing: -.01em;
  color: var(--pA-ink);
}
.pA-hero h1 .line2 { color: var(--pA-pink-deep); font-style: italic; }
.pA-hero .subtitle {
  font-family: 'Newsreader', serif; font-style: italic;
  font-size: clamp(18px, 2vw, 24px);
  margin: 18px auto 0; max-width: 720px;
}
.pA-hero .marquee-strip {
  margin-top: 30px;
  background: var(--pA-ink); color: var(--pA-yellow);
  font-family: 'Stardos Stencil', serif; letter-spacing: .2em;
  padding: 12px 0; font-size: 14px;
  border-top: 2px solid var(--pA-ink); border-bottom: 2px solid var(--pA-ink);
  overflow: hidden; white-space: nowrap;
  position: relative;
}
.pA-hero .marquee-strip .track {
  display: inline-block; padding-left: 100%;
  animation: pAMarquee 28s linear infinite;
}
.pA-hero .marquee-strip .star { color: var(--pA-pink); padding: 0 18px; }
@keyframes pAMarquee { to { transform: translateX(-100%); } }

/* FILTRES rayons ── ticket tabs */
.pA-filters {
  display: flex; gap: 10px 8px; padding: 28px 32px 16px;
  flex-wrap: wrap; align-items: center;
  border-bottom: 1px dashed var(--pA-ink);
}
.pA-filters button {
  position: relative;
  background: var(--pA-paper-deep); color: var(--pA-ink);
  border: 2px solid var(--pA-ink);
  padding: 10px 18px; font-family: 'Stardos Stencil', serif;
  font-size: 14px; letter-spacing: .12em;
  transition: all .15s;
  cursor: pointer;
  box-shadow: 3px 3px 0 var(--pA-ink);
}
.pA-filters button:hover { background: var(--pA-yellow); transform: translate(-1px,-1px); box-shadow: 4px 4px 0 var(--pA-ink); }
.pA-filters button.active { background: var(--pA-pink); color: var(--pA-paper); }
.pA-filters .count {
  flex-basis: 100%;
  margin: 14px 0 0;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  opacity: .7;
}
@media (min-width: 900px) {
  .pA-filters .count { flex-basis: auto; margin: 0 0 0 auto; align-self: center; }
}

/* GRID ── concert tickets */
.pA-grid {
  display: grid; gap: 28px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  padding: 28px 32px 64px;
}
.pA-card {
  position: relative; background: var(--pA-paper);
  border: 2px solid var(--pA-ink);
  padding: 0; cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.8,.3,1.2), box-shadow .25s;
  display: flex; flex-direction: column;
  box-shadow: 6px 6px 0 var(--pA-ink);
}
.pA-card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--pA-pink); }
.pA-card .visual-frame {
  position: relative; aspect-ratio: 1/1;
  background: var(--pA-yellow);
  border-bottom: 2px dashed var(--pA-ink);
  overflow: hidden; display: grid; place-items: center;
}
.pA-card:nth-child(3n) .visual-frame { background: var(--pA-pink); }
.pA-card:nth-child(3n+2) .visual-frame { background: var(--pA-paper-deep); }
.pA-card .visual-frame::after {
  /* halftone dots */
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(26,15,26,.18) 1px, transparent 1.2px);
  background-size: 7px 7px;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.pA-card .tag {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: var(--pA-ink); color: var(--pA-yellow);
  font-family: 'Stardos Stencil', serif; letter-spacing: .12em; font-size: 10px;
  padding: 5px 9px; border: 1px solid var(--pA-ink);
  transform: rotate(6deg);
}
.pA-card .tag.sold { background: var(--pA-pink); color: var(--pA-paper); }
.pA-card .tag.new { background: var(--pA-yellow); color: var(--pA-ink); }
.pA-card .meta {
  padding: 16px 18px 18px;
  display: flex; flex-direction: column; gap: 6px;
  position: relative;
}
.pA-card .meta::before {
  content: ""; position: absolute; left: 0; right: 0; top: -2px; height: 8px;
  background-image: radial-gradient(circle at 4px 4px, var(--pA-paper) 3px, transparent 4px);
  background-size: 14px 8px; background-position: -3px -4px;
}
.pA-card .rayon-tag {
  font-family: 'JetBrains Mono', monospace; font-size: 10px;
  letter-spacing: .12em; color: var(--pA-pink-deep);
  text-transform: uppercase;
}
.pA-card h3 {
  font-family: 'Ultra', serif; font-size: 20px; line-height: 1.05;
  margin: 0; letter-spacing: -.005em;
}
.pA-card .sub {
  font-style: italic; font-size: 14px; line-height: 1.35;
  color: rgba(26,15,26,.7);
}
.pA-card .price-row {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-top: 12px; padding-top: 12px;
  border-top: 1px dashed var(--pA-ink);
}
.pA-card .price {
  font-family: 'Ultra', serif; font-size: 26px; color: var(--pA-pink-deep);
}
.pA-card .indic { font-family: 'JetBrains Mono', monospace; font-size: 9px;
  letter-spacing: .1em; color: rgba(26,15,26,.55); text-transform: uppercase; }

/* PRODUCT PAGE — Piste A */
.pA-product {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 0;
  border-top: 2px solid var(--pA-ink);
}
.pA-product .visual-side {
  position: relative; padding: 48px 36px;
  background: var(--pA-yellow);
  border-right: 2px solid var(--pA-ink);
  min-height: 70vh;
  display: grid; place-items: center;
}
.pA-product .visual-side.pink-bg { background: var(--pA-pink); }
.pA-product .visual-side::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(26,15,26,.18) 1px, transparent 1.2px);
  background-size: 8px 8px; mix-blend-mode: multiply; pointer-events: none;
}
.pA-product .visual-side .badge-corner {
  position: absolute; top: 36px; left: 36px;
  font-family: 'Stardos Stencil', serif; letter-spacing: .2em; font-size: 12px;
  background: var(--pA-ink); color: var(--pA-yellow);
  padding: 6px 12px; z-index: 3;
}
.pA-product .info-side {
  padding: 48px 44px; background: var(--pA-paper);
  display: flex; flex-direction: column;
}
.pA-product .info-side .rayon {
  font-family: 'Stardos Stencil', serif; letter-spacing: .25em; font-size: 12px;
  color: var(--pA-pink-deep);
}
.pA-product .info-side h1 {
  font-family: 'Ultra', serif; font-size: clamp(40px, 5vw, 64px);
  line-height: .9; margin: 14px 0 8px; letter-spacing: -.01em;
}
.pA-product .info-side .sub-text {
  font-style: italic; font-size: 18px; opacity: .8; margin: 0 0 24px;
}
.pA-product .info-side .desc {
  font-size: 16px; line-height: 1.55;
}
.pA-product .info-side ul.bullets {
  margin: 24px 0; padding: 0; list-style: none;
}
.pA-product .info-side ul.bullets li {
  padding: 10px 0 10px 24px;
  border-bottom: 1px dashed rgba(26,15,26,.3);
  font-size: 15px; position: relative;
}
.pA-product .info-side ul.bullets li::before {
  content: "&"; position: absolute; left: 0; top: 8px;
  font-family: 'Ultra', serif; font-style: italic;
  color: var(--pA-pink); font-size: 18px;
}
.pA-product .price-block {
  margin-top: auto; padding-top: 24px;
  display: flex; align-items: flex-end; gap: 20px; flex-wrap: wrap;
}
.pA-product .price-block .price-big {
  font-family: 'Ultra', serif; font-size: 56px; line-height: 1;
  color: var(--pA-ink);
}
.pA-product .price-block .indic {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: .1em; color: rgba(26,15,26,.6); text-transform: uppercase;
  max-width: 200px; line-height: 1.4;
}
.pA-product .price-block .reserve-btn {
  margin-left: auto;
  background: var(--pA-pink); color: var(--pA-paper);
  border: 2px solid var(--pA-ink);
  font-family: 'Stardos Stencil', serif; letter-spacing: .15em;
  font-size: 14px; padding: 16px 28px;
  box-shadow: 6px 6px 0 var(--pA-ink);
  transition: transform .15s;
}
.pA-product .price-block .reserve-btn:hover {
  transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--pA-yellow);
}
.pA-product .price-block .reserve-btn[disabled] {
  background: rgba(0,0,0,.15); color: rgba(26,15,26,.5); cursor: not-allowed;
  box-shadow: 4px 4px 0 rgba(0,0,0,.2);
}
.pA-product .breadcrumb {
  padding: 16px 32px;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: .08em; text-transform: uppercase;
  background: var(--pA-paper-deep); border-bottom: 1px solid var(--pA-ink);
}
.pA-product .breadcrumb a { cursor: pointer; }
.pA-product .breadcrumb a:hover { color: var(--pA-pink-deep); }

/* FORM (Piste A) — concert ticket reservation */
.pA-form-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(26,15,26,.65);
  display: grid; place-items: center; padding: 32px;
  animation: pAFade .25s ease both;
}
@keyframes pAFade { from { opacity: 0; } to { opacity: 1; } }
.pA-form {
  position: relative; background: var(--pA-paper);
  border: 2px solid var(--pA-ink);
  max-width: 640px; width: 100%; max-height: 92vh; overflow-y: auto;
  box-shadow: 12px 12px 0 var(--pA-pink);
  padding: 0;
  animation: pAPop .35s cubic-bezier(.2,.8,.3,1.4) both;
}
@keyframes pAPop { from { transform: translateY(40px) scale(.95); opacity: 0; } to { transform: none; opacity: 1; } }
.pA-form .form-head {
  background: var(--pA-ink); color: var(--pA-paper);
  padding: 18px 28px;
  display: flex; align-items: center; justify-content: space-between;
}
.pA-form .form-head .title {
  font-family: 'Ultra', serif; font-size: 22px;
}
.pA-form .form-head .ticket-no {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  letter-spacing: .12em; color: var(--pA-yellow);
}
.pA-form .form-head .close {
  background: none; border: 0; color: var(--pA-paper); font-size: 22px;
}
.pA-form .form-body { padding: 26px 32px 32px; }
.pA-form .form-product {
  display: flex; gap: 16px; align-items: center;
  padding: 12px 14px; background: var(--pA-paper-deep);
  border: 1px dashed var(--pA-ink); margin-bottom: 22px;
}
.pA-form .form-product .mini-visual {
  width: 64px; height: 64px; flex: 0 0 64px;
  background: var(--pA-yellow); display: grid; place-items: center;
  border: 1px solid var(--pA-ink);
}
.pA-form .form-product .info { flex: 1; }
.pA-form .form-product .name { font-family: 'Ultra', serif; font-size: 16px; line-height: 1.1; }
.pA-form .form-product .sub { font-style: italic; font-size: 13px; opacity: .75; }
.pA-form .form-product .price { font-family: 'Ultra', serif; font-size: 22px; color: var(--pA-pink-deep); }
.pA-form .field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.pA-form .field label {
  font-family: 'Stardos Stencil', serif; letter-spacing: .15em;
  font-size: 11px; color: var(--pA-pink-deep);
}
.pA-form .field input, .pA-form .field textarea, .pA-form .field select {
  font-family: 'Newsreader', serif; font-size: 16px;
  padding: 12px 14px; border: 2px solid var(--pA-ink); background: var(--pA-paper);
  outline: none; transition: background .15s;
}
.pA-form .field input:focus, .pA-form .field textarea:focus, .pA-form .field select:focus {
  background: #fff;
}
.pA-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pA-form .qty-row { display: grid; grid-template-columns: 100px 1fr; gap: 14px; align-items: end; }
.pA-form .submit {
  width: 100%;
  background: var(--pA-pink); color: var(--pA-paper);
  border: 2px solid var(--pA-ink);
  font-family: 'Stardos Stencil', serif; letter-spacing: .18em;
  font-size: 16px; padding: 18px;
  box-shadow: 6px 6px 0 var(--pA-ink);
  margin-top: 8px;
  transition: transform .15s;
}
.pA-form .submit:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 var(--pA-yellow); }
.pA-form .legal {
  font-size: 12px; font-style: italic; opacity: .65; margin-top: 14px;
}

/* CONFIRMATION Piste A — stamped */
.pA-confirm {
  padding: 80px 32px; text-align: center;
  min-height: 70vh;
}
.pA-confirm .stamp {
  display: inline-block; margin: 0 auto 30px;
  padding: 14px 32px;
  border: 4px solid var(--pA-pink-deep); color: var(--pA-pink-deep);
  font-family: 'Stardos Stencil', serif; letter-spacing: .25em;
  font-size: 18px;
  transform: rotate(-4deg);
  position: relative;
  box-shadow: inset 0 0 0 2px var(--pA-pink-deep);
  opacity: .9;
}
.pA-confirm h1 {
  font-family: 'Ultra', serif; font-size: clamp(48px, 7vw, 88px);
  line-height: .9; margin: 0 0 18px;
}
.pA-confirm p { font-style: italic; font-size: 19px; line-height: 1.5; max-width: 600px; margin: 0 auto; }
.pA-confirm .ticket-receipt {
  margin: 50px auto 0; max-width: 480px;
  background: var(--pA-paper); border: 2px solid var(--pA-ink);
  padding: 0;
  box-shadow: 8px 8px 0 var(--pA-pink);
  text-align: left;
}
.pA-confirm .ticket-receipt .head {
  background: var(--pA-ink); color: var(--pA-paper);
  padding: 14px 22px; font-family: 'Stardos Stencil', serif;
  letter-spacing: .15em; font-size: 12px; display: flex; justify-content: space-between;
}
.pA-confirm .ticket-receipt .body { padding: 18px 22px; font-size: 14px; }
.pA-confirm .ticket-receipt .row { display: flex; justify-content: space-between;
  padding: 6px 0; border-bottom: 1px dashed rgba(26,15,26,.25); }
.pA-confirm .ticket-receipt .row:last-child { border: 0; }
.pA-confirm .actions { margin-top: 36px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pA-confirm .actions button {
  background: var(--pA-ink); color: var(--pA-paper); border: 2px solid var(--pA-ink);
  font-family: 'Stardos Stencil', serif; letter-spacing: .15em;
  padding: 12px 20px; font-size: 12px;
  box-shadow: 4px 4px 0 var(--pA-yellow);
  transition: transform .15s;
}
.pA-confirm .actions button.secondary { background: var(--pA-paper); color: var(--pA-ink); box-shadow: 4px 4px 0 var(--pA-pink); }
.pA-confirm .actions button:hover { transform: translate(-1px, -1px); box-shadow: 6px 6px 0 var(--pA-yellow); }

/* ABOUT (Piste A) */
.pA-about { padding: 60px 32px; max-width: 1100px; margin: 0 auto; }
.pA-about h1 {
  font-family: 'Ultra', serif; font-size: clamp(48px, 7vw, 96px);
  line-height: .9; margin: 0 0 20px;
}
.pA-about .lede { font-style: italic; font-size: 22px; line-height: 1.5; max-width: 800px; }
.pA-about h2 {
  font-family: 'Stardos Stencil', serif; letter-spacing: .14em;
  font-size: 16px; margin: 48px 0 14px;
  border-bottom: 2px solid var(--pA-ink); padding-bottom: 8px;
  color: var(--pA-pink-deep);
}
.pA-about p { font-size: 17px; line-height: 1.6; max-width: 760px; }
.pA-about .dates-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 0;
  margin-top: 18px;
  border-top: 2px solid var(--pA-ink); border-left: 2px solid var(--pA-ink);
}
.pA-about .dates-grid .date-row {
  display: grid; grid-template-columns: 96px 1fr auto; gap: 10px; align-items: center;
  padding: 14px 16px;
  border-right: 2px solid var(--pA-ink); border-bottom: 2px solid var(--pA-ink);
  background: var(--pA-paper);
}
.pA-about .dates-grid .date-row .d { font-family: 'Ultra', serif; font-size: 18px; color: var(--pA-pink-deep); }
.pA-about .dates-grid .date-row .v { font-size: 14px; line-height: 1.25; }
.pA-about .dates-grid .date-row .s {
  font-family: 'JetBrains Mono', monospace; font-size: 9px; letter-spacing: .1em;
  padding: 3px 8px; background: var(--pA-yellow); color: var(--pA-ink);
}
.pA-about .dates-grid .date-row .s.complet { background: var(--pA-ink); color: var(--pA-yellow); }
.pA-about .dates-grid .date-row .s.dernier { background: var(--pA-pink); color: var(--pA-paper); }
.pA-about .artists-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px; margin-top: 18px;
}
.pA-about .artist-card {
  padding: 18px; border: 2px solid var(--pA-ink); background: var(--pA-paper);
  position: relative; box-shadow: 4px 4px 0 var(--pA-ink);
}
.pA-about .artist-card .stage-name {
  font-family: 'Ultra', serif; font-size: 19px; line-height: 1; margin: 0 0 4px;
}
.pA-about .artist-card .icon-name { font-style: italic; font-size: 13px; color: var(--pA-pink-deep); margin: 0 0 8px; }
.pA-about .artist-card .tag { font-size: 13px; line-height: 1.4; opacity: .8; }

/* Footer (Piste A) */
.pA-footer {
  margin-top: 48px;
  background: var(--pA-ink); color: var(--pA-paper);
  padding: 40px 32px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  border-top: 4px double var(--pA-yellow);
}
.pA-footer .legal-text { font-style: italic; opacity: .7; margin-top: 12px; max-width: 700px; line-height: 1.6; font-family: 'Newsreader', serif; font-size: 14px; }
.pA-footer .footer-amp {
  font-family: 'Ultra', serif; font-style: italic; color: transparent;
  font-size: 60px; line-height: 1;
  background-image: url('/wp-content/uploads/2026/05/esperluette.png');
  background-repeat: no-repeat; background-position: center; background-size: contain;
}

/* =============================================================
   ░░░ PISTE B — POP Y2K GLOSSY ░░░
   White-pink gradient bg, Bagel Fat One + Sora, sticker badges
   ============================================================= */
[data-piste="B"] {
  --pB-bg: #fff0f6;
  --pB-bg-2: #ffe1ed;
  --pB-ink: #2a0f1e;
  --pB-pink: #ff2d87;
  --pB-pink-soft: #ffb3d3;
  --pB-yellow: #ffd23b;
  --pB-yellow-soft: #ffe78a;
  --pB-card: #ffffff;
  --pB-radius: 32px;
  --pB-radius-l: 48px;
  background:
    radial-gradient(circle at 80% 0%, var(--pB-yellow-soft) 0%, transparent 38%),
    radial-gradient(circle at 0% 60%, var(--pB-pink-soft) 0%, transparent 45%),
    var(--pB-bg);
  color: var(--pB-ink);
  font-family: 'Sora', 'Inter', sans-serif;
  min-height: 100vh;
}

/* Top nav — pill chip */
.pB-nav {
  position: sticky; top: 0; z-index: 50;
  display: flex; align-items: center; gap: 22px;
  margin: 16px;
  padding: 14px 22px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(18px) saturate(160%);
  border: 2px solid var(--pB-ink);
  border-radius: 999px;
  box-shadow: 0 6px 0 var(--pB-ink), 0 14px 30px rgba(0,0,0,.08);
}
.pB-nav .brand {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Bagel Fat One', serif; font-size: 22px;
  color: var(--pB-ink); letter-spacing: -.01em;
}
.pB-nav .brand img { height: 28px; }
.pB-nav .brand .star { color: var(--pB-pink); font-size: 18px; }
.pB-nav .nav-links { display: flex; gap: 6px; margin-left: auto; }
.pB-nav .nav-links button {
  background: none; border: 0; color: var(--pB-ink);
  padding: 8px 16px; border-radius: 999px;
  font-family: 'Sora', sans-serif; font-weight: 600;
  font-size: 14px; letter-spacing: -.005em;
  transition: all .2s;
}
.pB-nav .nav-links button:hover { background: var(--pB-yellow); }
.pB-nav .nav-links button.active { background: var(--pB-ink); color: var(--pB-yellow); }
.pB-nav .cart-btn {
  display: flex; align-items: center; gap: 10px;
  background: var(--pB-pink); color: #fff;
  border: 2px solid var(--pB-ink);
  padding: 8px 8px 8px 16px; border-radius: 999px;
  font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 13px;
  box-shadow: 0 4px 0 var(--pB-ink);
  transition: transform .15s;
}
.pB-nav .cart-btn:hover { transform: translateY(-1px); box-shadow: 0 5px 0 var(--pB-ink); }
.pB-nav .cart-btn .count {
  background: var(--pB-yellow); color: var(--pB-ink);
  width: 26px; height: 26px; display: grid; place-items: center;
  border-radius: 50%; font-weight: 800; font-size: 13px;
  border: 2px solid var(--pB-ink);
}

/* HERO Piste B — chunky 3D feel */
.pB-hero {
  position: relative;
  padding: 24px 32px 60px;
  text-align: center;
  overflow: hidden;
}
.pB-hero .hero-title {
  font-family: 'Bagel Fat One', serif;
  font-size: clamp(56px, 11vw, 160px); line-height: .88;
  margin: 30px 0 0; letter-spacing: -.025em;
  position: relative;
  color: var(--pB-pink);
  text-shadow:
    0 1px 0 var(--pB-pink-soft),
    0 2px 0 var(--pB-pink-soft),
    0 3px 0 var(--pB-pink-soft),
    0 6px 0 var(--pB-ink),
    0 14px 30px rgba(0,0,0,.18);
}
.pB-hero .hero-title .yellow {
  color: var(--pB-yellow);
  text-shadow:
    0 1px 0 var(--pB-yellow-soft),
    0 2px 0 var(--pB-yellow-soft),
    0 3px 0 var(--pB-yellow-soft),
    0 6px 0 var(--pB-ink),
    0 14px 30px rgba(0,0,0,.18);
}
.pB-hero .hero-sub {
  font-size: clamp(16px, 1.6vw, 20px); line-height: 1.45;
  max-width: 640px; margin: 20px auto 0; font-weight: 500;
  color: var(--pB-ink); opacity: .85;
}
.pB-hero .hero-sticker {
  position: absolute; padding: 14px 18px;
  background: var(--pB-yellow); color: var(--pB-ink);
  border: 2px solid var(--pB-ink); border-radius: 999px;
  font-family: 'Bagel Fat One', serif; font-size: 18px;
  box-shadow: 0 4px 0 var(--pB-ink);
  letter-spacing: -.01em;
}
.pB-hero .st-1 { top: 60px; left: 6%; transform: rotate(-9deg); background: var(--pB-pink); color: #fff; }
.pB-hero .st-2 { top: 30%; right: 5%; transform: rotate(7deg); }
.pB-hero .st-3 { bottom: 16%; left: 9%; transform: rotate(8deg); background: #fff; }
.pB-hero .star-icon { position: absolute; font-family: 'Bagel Fat One', serif; color: var(--pB-pink); }
.pB-hero .star-icon.s1 { top: 22%; left: 14%; font-size: 36px; transform: rotate(20deg); }
.pB-hero .star-icon.s2 { top: 14%; right: 16%; font-size: 28px; color: var(--pB-yellow); -webkit-text-stroke: 2px var(--pB-ink); transform: rotate(-15deg); }
.pB-hero .marquee {
  margin-top: 50px;
  background: var(--pB-ink); color: var(--pB-yellow);
  border: 2px solid var(--pB-ink);
  border-radius: 999px;
  padding: 12px 0; overflow: hidden; white-space: nowrap;
  font-family: 'Bagel Fat One', serif; font-size: 22px; letter-spacing: -.01em;
  position: relative;
}
.pB-hero .marquee .track { display: inline-block; padding-left: 100%; animation: pBMarquee 24s linear infinite; }
.pB-hero .marquee .star-sep { color: var(--pB-pink); padding: 0 18px; }
@keyframes pBMarquee { to { transform: translateX(-100%); } }

/* Filtres Piste B — pill chips */
.pB-filters {
  display: flex; gap: 10px; padding: 8px 32px 28px;
  flex-wrap: wrap;
}
.pB-filters button {
  background: var(--pB-card); color: var(--pB-ink);
  border: 2px solid var(--pB-ink); border-radius: 999px;
  padding: 10px 18px; font-family: 'Sora', sans-serif; font-weight: 700;
  font-size: 14px;
  box-shadow: 0 3px 0 var(--pB-ink);
  transition: all .18s;
}
.pB-filters button:hover { background: var(--pB-yellow); transform: translateY(-1px); box-shadow: 0 4px 0 var(--pB-ink); }
.pB-filters button.active { background: var(--pB-pink); color: #fff; }
.pB-filters .count {
  margin-left: auto; align-self: center;
  font-size: 13px; font-weight: 700; opacity: .7;
}

/* GRID Piste B — chunky rounded cards */
.pB-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  padding: 12px 32px 64px;
}
.pB-card {
  position: relative; background: var(--pB-card);
  border: 2px solid var(--pB-ink); border-radius: var(--pB-radius);
  overflow: hidden; cursor: pointer;
  box-shadow: 0 6px 0 var(--pB-ink);
  transition: transform .25s cubic-bezier(.2,.8,.3,1.4), box-shadow .25s;
  display: flex; flex-direction: column;
}
.pB-card:hover { transform: translateY(-4px) rotate(-.6deg); box-shadow: 0 12px 0 var(--pB-ink); }
.pB-card .visual-frame {
  position: relative; aspect-ratio: 1/1;
  background: linear-gradient(160deg, var(--pB-yellow-soft) 0%, var(--pB-pink-soft) 100%);
  display: grid; place-items: center;
  border-bottom: 2px solid var(--pB-ink);
  overflow: hidden;
}
.pB-card:nth-child(3n) .visual-frame { background: linear-gradient(140deg, #c8b5ff 0%, var(--pB-pink-soft) 100%); }
.pB-card:nth-child(3n+2) .visual-frame { background: linear-gradient(140deg, var(--pB-pink-soft) 0%, var(--pB-yellow) 100%); }
.pB-card .visual-frame::after {
  /* gloss */
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 90% 50% at 50% 0%, rgba(255,255,255,.55), transparent 60%);
  pointer-events: none;
}
.pB-card .tag {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  background: var(--pB-pink); color: #fff;
  border: 2px solid var(--pB-ink); border-radius: 999px;
  font-family: 'Sora', sans-serif; font-weight: 800; font-size: 11px;
  padding: 5px 11px;
  box-shadow: 0 2px 0 var(--pB-ink);
  transform: rotate(8deg);
  letter-spacing: .02em;
}
.pB-card .tag.sold { background: var(--pB-ink); color: var(--pB-yellow); }
.pB-card .tag.new { background: var(--pB-yellow); color: var(--pB-ink); }
.pB-card .meta {
  padding: 16px 18px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.pB-card .rayon-tag {
  display: inline-block;
  font-size: 10px; font-weight: 800; letter-spacing: .08em;
  color: var(--pB-pink); text-transform: uppercase;
}
.pB-card h3 {
  font-family: 'Bagel Fat One', serif; font-size: 19px; line-height: 1.05;
  margin: 0; letter-spacing: -.015em; color: var(--pB-ink);
}
.pB-card .sub {
  font-size: 13px; line-height: 1.4; opacity: .7; font-weight: 500;
}
.pB-card .price-row {
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 12px; padding-top: 12px;
  border-top: 2px dashed rgba(42,15,30,.18);
}
.pB-card .price {
  font-family: 'Bagel Fat One', serif; font-size: 24px;
  color: var(--pB-pink); letter-spacing: -.02em;
}
.pB-card .more {
  background: var(--pB-ink); color: var(--pB-yellow);
  border: 2px solid var(--pB-ink); border-radius: 999px;
  font-weight: 800; font-size: 12px; padding: 6px 12px;
  transition: all .2s;
}
.pB-card:hover .more { background: var(--pB-yellow); color: var(--pB-ink); }

/* PRODUCT PAGE Piste B */
.pB-product {
  padding: 16px 32px 60px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 32px;
}
.pB-product .visual-side {
  position: relative; min-height: 60vh;
  background: linear-gradient(160deg, var(--pB-yellow-soft) 0%, var(--pB-pink-soft) 100%);
  border: 2px solid var(--pB-ink); border-radius: var(--pB-radius-l);
  display: grid; place-items: center;
  box-shadow: 0 8px 0 var(--pB-ink);
  overflow: hidden;
}
.pB-product .visual-side::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(ellipse 90% 50% at 50% 0%, rgba(255,255,255,.55), transparent 55%);
  pointer-events: none;
}
.pB-product .visual-side .badge-corner {
  position: absolute; top: 22px; left: 22px; z-index: 3;
  background: var(--pB-pink); color: #fff;
  border: 2px solid var(--pB-ink); border-radius: 999px;
  font-family: 'Bagel Fat One', serif; font-size: 14px;
  padding: 8px 14px; box-shadow: 0 3px 0 var(--pB-ink);
  transform: rotate(-5deg);
}
.pB-product .info-side {
  background: var(--pB-card);
  border: 2px solid var(--pB-ink); border-radius: var(--pB-radius-l);
  padding: 32px 32px;
  display: flex; flex-direction: column;
  box-shadow: 0 8px 0 var(--pB-ink);
}
.pB-product .breadcrumb {
  font-size: 12px; font-weight: 700; opacity: .65;
  margin: 0 0 14px;
}
.pB-product .breadcrumb a:hover { color: var(--pB-pink); }
.pB-product .info-side .rayon {
  display: inline-block; background: var(--pB-yellow);
  border: 2px solid var(--pB-ink); border-radius: 999px;
  font-size: 11px; font-weight: 800; padding: 4px 12px;
  letter-spacing: .04em; color: var(--pB-ink); align-self: flex-start;
}
.pB-product .info-side h1 {
  font-family: 'Bagel Fat One', serif;
  font-size: clamp(38px, 4vw, 60px); line-height: .95;
  margin: 14px 0 6px; letter-spacing: -.02em; color: var(--pB-pink);
}
.pB-product .info-side .sub-text {
  font-size: 17px; opacity: .8; margin: 0 0 18px; font-weight: 500;
}
.pB-product .info-side .desc { font-size: 15px; line-height: 1.6; }
.pB-product .info-side ul.bullets { padding: 0; list-style: none; margin: 22px 0; }
.pB-product .info-side ul.bullets li {
  padding: 10px 0 10px 28px; position: relative;
  border-bottom: 2px dashed rgba(42,15,30,.18); font-size: 14px;
}
.pB-product .info-side ul.bullets li::before {
  content: "✦"; position: absolute; left: 4px; top: 10px;
  color: var(--pB-pink); font-size: 14px;
}
.pB-product .price-block {
  margin-top: auto; padding-top: 22px;
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
}
.pB-product .price-block .price-big {
  font-family: 'Bagel Fat One', serif; font-size: 56px; line-height: 1;
  color: var(--pB-ink); letter-spacing: -.03em;
}
.pB-product .price-block .indic {
  font-size: 11px; font-weight: 700; opacity: .55;
  max-width: 180px; line-height: 1.4;
}
.pB-product .price-block .reserve-btn {
  margin-left: auto;
  background: var(--pB-pink); color: #fff;
  border: 2px solid var(--pB-ink); border-radius: 999px;
  font-family: 'Sora', sans-serif; font-weight: 800;
  font-size: 14px; padding: 16px 26px;
  box-shadow: 0 5px 0 var(--pB-ink);
  transition: transform .15s;
}
.pB-product .price-block .reserve-btn:hover {
  transform: translateY(-2px); box-shadow: 0 7px 0 var(--pB-ink);
  background: var(--pB-yellow); color: var(--pB-ink);
}
.pB-product .price-block .reserve-btn[disabled] {
  background: rgba(0,0,0,.15); color: rgba(255,255,255,.6); cursor: not-allowed;
  box-shadow: 0 4px 0 rgba(0,0,0,.4);
}

/* FORM Piste B */
.pB-form-overlay {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(42,15,30,.55);
  backdrop-filter: blur(6px);
  display: grid; place-items: center; padding: 24px;
  animation: pBFade .25s ease both;
}
@keyframes pBFade { from { opacity: 0; } to { opacity: 1; } }
.pB-form {
  position: relative; background: var(--pB-card);
  border: 2px solid var(--pB-ink); border-radius: var(--pB-radius-l);
  max-width: 580px; width: 100%; max-height: 92vh; overflow-y: auto;
  box-shadow: 0 10px 0 var(--pB-ink);
  animation: pBPop .35s cubic-bezier(.2,.8,.3,1.4) both;
}
@keyframes pBPop { from { transform: translateY(40px) scale(.92); opacity: 0; } to { transform: none; opacity: 1; } }
.pB-form .form-head {
  padding: 22px 28px 0;
  display: flex; align-items: flex-start; justify-content: space-between;
}
.pB-form .form-head h2 {
  font-family: 'Bagel Fat One', serif;
  font-size: 32px; line-height: 1; margin: 0;
  color: var(--pB-pink); letter-spacing: -.02em;
}
.pB-form .form-head .close {
  background: var(--pB-ink); color: var(--pB-yellow);
  border: 0; border-radius: 50%;
  width: 36px; height: 36px; font-size: 18px;
  font-weight: 800;
}
.pB-form .form-body { padding: 18px 28px 28px; }
.pB-form .form-product {
  display: flex; gap: 14px; align-items: center;
  padding: 14px; background: var(--pB-bg);
  border: 2px solid var(--pB-ink); border-radius: 20px;
  margin: 8px 0 22px;
}
.pB-form .form-product .mini-visual {
  width: 60px; height: 60px; flex: 0 0 60px;
  background: linear-gradient(160deg, var(--pB-yellow-soft), var(--pB-pink-soft));
  border: 2px solid var(--pB-ink); border-radius: 16px;
  display: grid; place-items: center; overflow: hidden;
}
.pB-form .form-product .name { font-family: 'Bagel Fat One', serif; font-size: 16px; line-height: 1.1; color: var(--pB-ink); }
.pB-form .form-product .sub { font-size: 12px; opacity: .7; font-weight: 500; }
.pB-form .form-product .price { font-family: 'Bagel Fat One', serif; font-size: 22px; color: var(--pB-pink); }
.pB-form .field { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.pB-form .field label {
  font-size: 11px; font-weight: 800; letter-spacing: .05em;
  color: var(--pB-ink); opacity: .65; text-transform: uppercase;
}
.pB-form .field input, .pB-form .field textarea, .pB-form .field select {
  font-family: 'Sora', sans-serif; font-size: 15px; font-weight: 500;
  padding: 14px 16px;
  border: 2px solid var(--pB-ink); border-radius: 18px;
  background: var(--pB-bg);
  outline: none; transition: background .15s, transform .15s;
}
.pB-form .field input:focus, .pB-form .field textarea:focus, .pB-form .field select:focus {
  background: #fff; box-shadow: 0 4px 0 var(--pB-ink);
}
.pB-form .field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pB-form .qty-row { display: grid; grid-template-columns: 100px 1fr; gap: 12px; align-items: end; }
.pB-form .submit {
  width: 100%;
  background: var(--pB-pink); color: #fff;
  border: 2px solid var(--pB-ink); border-radius: 999px;
  font-family: 'Sora', sans-serif; font-weight: 800;
  font-size: 16px; padding: 18px;
  box-shadow: 0 5px 0 var(--pB-ink);
  margin-top: 8px;
  transition: transform .15s;
}
.pB-form .submit:hover { transform: translateY(-2px); box-shadow: 0 7px 0 var(--pB-ink); background: var(--pB-yellow); color: var(--pB-ink); }
.pB-form .legal { font-size: 12px; opacity: .55; margin-top: 14px; line-height: 1.5; }

/* CONFIRMATION Piste B */
.pB-confirm {
  padding: 60px 32px; text-align: center;
  min-height: 70vh;
}
.pB-confirm .big-sticker {
  display: inline-block;
  background: var(--pB-yellow);
  border: 3px solid var(--pB-ink); border-radius: 999px;
  font-family: 'Bagel Fat One', serif; font-size: 24px;
  padding: 14px 30px;
  transform: rotate(-3deg);
  box-shadow: 0 6px 0 var(--pB-ink);
  letter-spacing: -.02em;
  color: var(--pB-ink);
  margin-bottom: 30px;
}
.pB-confirm h1 {
  font-family: 'Bagel Fat One', serif;
  font-size: clamp(44px, 7vw, 100px); line-height: .9;
  margin: 0 0 18px; color: var(--pB-pink);
  letter-spacing: -.03em;
  text-shadow: 0 4px 0 var(--pB-pink-soft), 0 6px 0 var(--pB-ink);
}
.pB-confirm p { font-size: 18px; line-height: 1.55; max-width: 540px; margin: 0 auto; font-weight: 500; }
.pB-confirm .receipt {
  margin: 40px auto 0; max-width: 460px;
  background: var(--pB-card); border: 2px solid var(--pB-ink); border-radius: var(--pB-radius);
  padding: 0; box-shadow: 0 8px 0 var(--pB-ink);
  text-align: left; overflow: hidden;
}
.pB-confirm .receipt .head {
  background: var(--pB-pink); color: #fff;
  padding: 14px 22px; font-family: 'Bagel Fat One', serif;
  font-size: 16px; display: flex; justify-content: space-between;
  letter-spacing: -.01em;
}
.pB-confirm .receipt .body { padding: 16px 22px; font-size: 14px; font-weight: 500; }
.pB-confirm .receipt .row { display: flex; justify-content: space-between;
  padding: 8px 0; border-bottom: 2px dashed rgba(42,15,30,.15); }
.pB-confirm .receipt .row:last-child { border: 0; }
.pB-confirm .actions { margin-top: 30px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.pB-confirm .actions button {
  background: var(--pB-ink); color: var(--pB-yellow);
  border: 2px solid var(--pB-ink); border-radius: 999px;
  font-family: 'Sora', sans-serif; font-weight: 800;
  padding: 12px 22px; font-size: 13px;
  box-shadow: 0 4px 0 var(--pB-pink);
  transition: transform .15s;
}
.pB-confirm .actions button.secondary { background: var(--pB-yellow); color: var(--pB-ink); box-shadow: 0 4px 0 var(--pB-pink); }
.pB-confirm .actions button:hover { transform: translateY(-2px); box-shadow: 0 6px 0 var(--pB-pink); }
.pB-confirm .confetti { position: absolute; pointer-events: none; }

/* ABOUT Piste B */
.pB-about { padding: 36px 32px 64px; max-width: 1100px; margin: 0 auto; }
.pB-about h1 {
  font-family: 'Bagel Fat One', serif;
  font-size: clamp(48px, 7vw, 96px); line-height: .92;
  margin: 0 0 16px; color: var(--pB-pink);
  letter-spacing: -.03em;
}
.pB-about .lede {
  font-size: 20px; line-height: 1.55; max-width: 760px;
  font-weight: 500;
}
.pB-about h2 {
  font-family: 'Bagel Fat One', serif;
  font-size: 30px; margin: 44px 0 16px;
  color: var(--pB-ink); letter-spacing: -.02em;
}
.pB-about p { font-size: 16px; line-height: 1.6; max-width: 760px; font-weight: 500; }
.pB-about .dates-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 12px;
}
.pB-about .dates-grid .date-row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center;
  padding: 14px 18px; background: var(--pB-card);
  border: 2px solid var(--pB-ink); border-radius: 20px;
  box-shadow: 0 4px 0 var(--pB-ink);
}
.pB-about .dates-grid .date-row .d { font-family: 'Bagel Fat One', serif; font-size: 18px; color: var(--pB-pink); }
.pB-about .dates-grid .date-row .v { font-size: 13px; line-height: 1.25; font-weight: 600; }
.pB-about .dates-grid .date-row .s {
  font-size: 10px; font-weight: 800; letter-spacing: .04em;
  padding: 4px 10px; border-radius: 999px;
  background: var(--pB-yellow); color: var(--pB-ink);
  border: 2px solid var(--pB-ink);
}
.pB-about .dates-grid .date-row .s.complet { background: var(--pB-ink); color: var(--pB-yellow); }
.pB-about .dates-grid .date-row .s.dernier { background: var(--pB-pink); color: #fff; }
.pB-about .artists-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px;
}
.pB-about .artist-card {
  padding: 20px; background: var(--pB-card);
  border: 2px solid var(--pB-ink); border-radius: var(--pB-radius);
  box-shadow: 0 5px 0 var(--pB-ink);
}
.pB-about .artist-card .stage-name {
  font-family: 'Bagel Fat One', serif; font-size: 20px;
  letter-spacing: -.015em; line-height: 1; margin: 0 0 6px;
  color: var(--pB-pink);
}
.pB-about .artist-card .icon-name {
  font-size: 12px; font-weight: 700; color: var(--pB-ink); opacity: .6; margin: 0 0 10px;
}
.pB-about .artist-card .tag { font-size: 13px; font-weight: 500; line-height: 1.45; opacity: .85; }

/* Footer Piste B */
.pB-footer {
  margin: 60px 16px 16px;
  padding: 32px 28px;
  background: var(--pB-ink); color: var(--pB-bg);
  border-radius: var(--pB-radius-l);
  border: 2px solid var(--pB-ink);
  position: relative; overflow: hidden;
}
.pB-footer .big-amp {
  position: absolute; right: 30px; bottom: -50px;
  font-family: 'Bagel Fat One', serif; font-size: 280px; line-height: 1;
  color: var(--pB-pink); opacity: .5;
}
.pB-footer .legal-text { font-size: 13px; line-height: 1.6; opacity: .7; max-width: 660px; margin-top: 12px; font-weight: 500; }

/* Generic responsive cleanups ──────────────────────────────── */
@media (max-width: 820px) {
  .pA-product, .pB-product { grid-template-columns: 1fr; }
  .pA-product .visual-side, .pA-product .info-side { padding: 30px 22px; min-height: 0; border-right: 0; }
  .pA-nav, .pB-nav { flex-wrap: wrap; gap: 10px; padding: 12px 16px; }
  .pA-nav .nav-links, .pB-nav .nav-links { order: 3; width: 100%; }
  .pA-hero, .pB-hero { padding: 40px 18px 30px; }
  .pA-grid, .pB-grid { padding: 20px 16px 40px; gap: 16px; }
  .pA-form .form-body, .pB-form .form-body { padding: 18px 18px 22px; }
  .pA-form .field-row, .pB-form .field-row { grid-template-columns: 1fr; }
}


/* === Header brand — esperluette + typo (Procivis tour 2026) === */
.pA-nav .brand img { display: none; }
.pA-nav .brand::before {
  content: ""; display: inline-block;
  width: 22px; height: 33px;
  background: url('/wp-content/uploads/2026/05/esperluette.png') center/contain no-repeat;
}
.pA-nav .brand span { font-size: 0; letter-spacing: 0; text-transform: none; }
.pA-nav .brand span .amp { display: none; }
.pA-nav .brand span::before { content: "Procivis tour"; color: var(--pA-yellow); font-size: 22px; }
.pA-nav .brand span::after { content: " 2026"; color: var(--pA-pink); font-size: 22px; }


/* === Photo produit reelle (mockup) === */
.product-photo { display: block; width: 100%; height: auto; }
.pA-card .visual-frame .product-photo { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 1 / 1; }


/* Cadrage photos dédicacées — révéler les visages dans la liste */
.pA-grid .product-photo[src*="aurelmonroe"],
.pA-grid .product-photo[src*="maxcloclo"],
.pA-grid .product-photo[src*="clairefermiere"] { object-position: center top; }


/* === Bandeau représentation unique (page casting) === */
.pA-about .repr-unique {
  background: var(--pA-ink);
  color: var(--pA-yellow);
  font-family: 'Ultra', serif;
  font-size: clamp(22px, 3.4vw, 42px);
  line-height: 1.12;
  text-align: center;
  padding: 30px 26px;
  margin: 26px 0 40px;
  border-radius: 4px;
  letter-spacing: .01em;
}


/* === Boutons de menu facon Mes Manifs (pave rose, ombre jaune) === */
.pA-nav .nav-links { display: flex; align-items: center; gap: 12px; }
.pA-nav .nav-links button {
  background: var(--pA-pink); color: var(--pA-paper);
  border: 0; border-bottom: 0; padding: 8px 14px;
  font-family: 'Stardos Stencil', serif; letter-spacing: .12em; font-size: 12px;
  opacity: 1; box-shadow: 4px 4px 0 var(--pA-yellow);
  transition: transform .15s, box-shadow .15s;
}
.pA-nav .nav-links button:hover {
  opacity: 1; border-bottom: 0;
  transform: translate(-1px,-1px); box-shadow: 5px 5px 0 var(--pA-yellow);
}
.pA-nav .nav-links button.active {
  opacity: 1; border-bottom: 0;
  background: var(--pA-ink); color: var(--pA-yellow);
  box-shadow: 4px 4px 0 var(--pA-pink);
}


/* Photo dédicacée → nom à la ligne */
.pA-card .meta h3, .pA-product .info-side h1 { white-space: pre-line; }
