/* Page ARTISTES — styles spécifiques. Les styles communs proviennent de css/style.css. */

.artists-page {
  min-height: 100svh;
  padding-left: 0;
  overflow: clip;
}

.artists-page__rails {
  min-height: 100%;
  opacity: 0.5;
}

.artists-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 4.8rem;
}

.artists-page .top-nav a[aria-current="page"] {
  color: var(--orange);
  border-color: currentColor;
}

.artists-page .top-nav a:first-child {
  margin-right: 0.8rem;
}

.artists-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(0.6rem, 1vw, 1.2rem);
  min-height: 100svh;
  padding: clamp(4.8rem, 8vh, 6.6rem) var(--gutter) clamp(6rem, 10vw, 10rem);
}

.artists-masthead {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(0.9rem, 1.6vw, 1.8rem);
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
}

.artists-brand {
  position: relative;
  grid-column: 1 / 3;
  min-height: 0;
  aspect-ratio: 2 / 1;
  padding: clamp(1.35rem, 2.7vw, 3rem);
  color: var(--white);
  background: var(--orange);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.artists-brand__location {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
  text-align: right;
}

.artists-brand__venues {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: clamp(0.6rem, 0.75vw, 0.85rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.artists-brand__city {
  margin: 0;
}

.artists-brand__kicker {
  margin: 0 0 clamp(2.5rem, 7vh, 5rem);
  font-size: clamp(0.7rem, 0.9vw, 0.95rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.artists-brand__title {
  font-size: clamp(3.3rem, 5.9vw, 7.5rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.73;
  text-transform: uppercase;
}

.artists-brand__title span,
.artists-brand__title strong {
  display: block;
}

.artists-brand__title strong {
  margin-top: 0.5em;
  font-size: 0.34em;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1;
}

.artists-brand__meta {
  position: absolute;
  right: clamp(1.35rem, 2.7vw, 3rem);
  bottom: 22%;
  left: clamp(1.35rem, 2.7vw, 3rem);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.artists-brand__meta p {
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1.75rem);
  line-height: 1;
}

.artists-brand__meta p:last-child {
  font-size: clamp(1.8rem, 3.8vw, 4.8rem);
}

.artists-content {
  grid-column: 1 / 13;
  min-width: 0;
  padding-top: clamp(1.5rem, 3vh, 3rem);
}

.artists-heading {
  display: flex;
  grid-column: 3 / 4;
  min-width: 0;
  flex-direction: column;
  justify-content: end;
  padding: clamp(1rem, 2vw, 2rem) 0;
}

.artists-content__edition {
  margin: 0 0 clamp(0.8rem, 1.8vh, 1.4rem);
  color: var(--orange);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.artists-content h1 {
  margin: 0;
  font-size: clamp(3.5rem, 6.2vw, 7.8rem);
  font-weight: 400;
  letter-spacing: -0.075em;
  line-height: 0.74;
  text-transform: uppercase;
}

.artists-grid {
  display: block;
}

.artists-grid--preparing {
  min-height: 45svh;
}

.artists-row {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  align-items: start;
  column-gap: clamp(0.3rem, 0.55vw, 0.65rem);
  margin-bottom: clamp(7rem, 12vw, 14rem);
}

.artists-row:last-child {
  margin-bottom: 0;
}

.artists-row--solo-left .artist-card {
  grid-column: 1 / 11;
  margin-top: clamp(1rem, 3vw, 3.5rem);
}

.artists-row--solo-center .artist-card {
  grid-column: 8 / 18;
}

.artists-row--solo-right .artist-card {
  grid-column: 15 / 25;
  margin-top: clamp(3rem, 6vw, 7rem);
}

.artists-row--solo-offset .artist-card {
  grid-column: 5 / 15;
  margin-top: clamp(5rem, 8vw, 9rem);
}

.artists-row--duo-opposed .artist-card:nth-of-type(1) {
  grid-column: 1 / 10;
}

.artists-row--duo-opposed .artist-card:nth-of-type(2) {
  grid-column: 16 / 25;
  margin-top: clamp(5rem, 9vw, 10rem);
}

.artists-row--duo-inset .artist-card:nth-of-type(1) {
  grid-column: 3 / 12;
  margin-top: clamp(4rem, 7vw, 8rem);
}

.artists-row--duo-inset .artist-card:nth-of-type(2) {
  grid-column: 14 / 23;
}

.artists-row--duo-left-shift .artist-card:nth-of-type(1) {
  grid-column: 1 / 10;
  margin-top: clamp(5rem, 8vw, 9rem);
}

.artists-row--duo-left-shift .artist-card:nth-of-type(2) {
  grid-column: 12 / 21;
  margin-top: clamp(0.5rem, 1.5vw, 2rem);
}

.artists-row--duo-right-shift .artist-card:nth-of-type(1) {
  grid-column: 5 / 14;
  margin-top: clamp(1rem, 2vw, 2.5rem);
}

.artists-row--duo-right-shift .artist-card:nth-of-type(2) {
  grid-column: 16 / 25;
  margin-top: clamp(5rem, 9vw, 10rem);
}

.artists-row--trio-drift-left .artist-card:nth-of-type(1) {
  grid-column: 1 / 8;
}

.artists-row--trio-drift-left .artist-card:nth-of-type(2) {
  grid-column: 9 / 16;
  margin-top: clamp(4rem, 7vw, 8rem);
}

.artists-row--trio-drift-left .artist-card:nth-of-type(3) {
  grid-column: 18 / 25;
  margin-top: clamp(1.5rem, 3vw, 3.5rem);
}

.artists-row--trio-open-right .artist-card:nth-of-type(1) {
  grid-column: 2 / 9;
  margin-top: clamp(3rem, 5vw, 6rem);
}

.artists-row--trio-open-right .artist-card:nth-of-type(2) {
  grid-column: 10 / 17;
}

.artists-row--trio-open-right .artist-card:nth-of-type(3) {
  grid-column: 18 / 25;
  margin-top: clamp(6rem, 10vw, 11rem);
}

.artists-row--trio-broken-center .artist-card:nth-of-type(1) {
  grid-column: 1 / 8;
  margin-top: clamp(5rem, 8vw, 9rem);
}

.artists-row--trio-broken-center .artist-card:nth-of-type(2) {
  grid-column: 10 / 17;
  margin-top: clamp(1rem, 2vw, 2.5rem);
}

.artists-row--trio-broken-center .artist-card:nth-of-type(3) {
  grid-column: 17 / 24;
  margin-top: clamp(3rem, 5vw, 6rem);
}

.artists-row--trio-high-low .artist-card:nth-of-type(1) {
  grid-column: 3 / 10;
  margin-top: clamp(2rem, 4vw, 4.5rem);
}

.artists-row--trio-high-low .artist-card:nth-of-type(2) {
  grid-column: 10 / 17;
  margin-top: clamp(6rem, 11vw, 12rem);
}

.artists-row--trio-high-low .artist-card:nth-of-type(3) {
  grid-column: 18 / 25;
}

.artists-row--trio-split .artist-card:nth-of-type(1) {
  grid-column: 1 / 8;
}

.artists-row--trio-split .artist-card:nth-of-type(2) {
  grid-column: 11 / 18;
  margin-top: clamp(2.5rem, 4.5vw, 5rem);
}

.artists-row--trio-split .artist-card:nth-of-type(3) {
  grid-column: 18 / 25;
  margin-top: clamp(6rem, 10vw, 11rem);
}

.artists-row--solo-center,
.artists-row--trio-open-right,
.artists-row--duo-opposed {
  margin-bottom: clamp(9rem, 14vw, 16rem);
}

.artists-row__orange,
.artists-row__bar,
.artists-row__dots {
  display: none;
  pointer-events: none;
}

.artists-row--solo-left .artists-row__orange {
  display: block;
  grid-column: 15 / 22;
  align-self: center;
  aspect-ratio: 1.65 / 1;
  margin-top: clamp(2rem, 5vw, 6rem);
  background: var(--orange);
}

.artists-row--solo-right .artists-row__orange {
  display: block;
  grid-column: 3 / 10;
  align-self: center;
  min-height: clamp(8rem, 15vw, 16rem);
  background: var(--orange);
  transform: translateY(12%);
}

.artists-row--solo-offset .artists-row__bar,
.artists-row--duo-opposed .artists-row__bar,
.artists-row--duo-left-shift .artists-row__bar,
.artists-row--trio-open-right .artists-row__bar,
.artists-row--trio-split .artists-row__bar {
  display: block;
  position: absolute;
  z-index: 0;
  width: clamp(0.8rem, 1.7vw, 2rem);
  background: rgba(255, 255, 255, 0.3);
}

.artists-row--duo-opposed .artists-row__bar {
  top: 8%;
  bottom: 6%;
  left: 52.2%;
}

.artists-row--trio-open-right .artists-row__bar {
  top: -3rem;
  bottom: 12%;
  left: 66.2%;
  width: clamp(2rem, 4vw, 4.8rem);
  background: rgba(255, 255, 255, 0.16);
}

.artists-row--duo-left-shift .artists-row__bar,
.artists-row--trio-split .artists-row__bar {
  top: 0;
  bottom: -3rem;
  left: 47.5%;
  width: 1px;
  background: rgba(255, 255, 255, 0.46);
}

.artists-row--solo-offset .artists-row__bar {
  top: -8%;
  bottom: 5%;
  left: 72%;
  width: clamp(2.4rem, 5vw, 6rem);
  background: rgba(255, 255, 255, 0.14);
}

.artists-row--solo-center .artists-row__dots,
.artists-row--duo-inset .artists-row__dots,
.artists-row--duo-right-shift .artists-row__dots,
.artists-row--trio-drift-left .artists-row__dots,
.artists-row--trio-high-low .artists-row__dots {
  display: flex;
  position: absolute;
  gap: clamp(0.8rem, 1.5vw, 1.6rem);
}

.artists-row--solo-center .artists-row__dots {
  right: 1.8%;
  bottom: 17%;
}

.artists-row--trio-drift-left .artists-row__dots {
  top: 44%;
  left: 31.5%;
  flex-direction: column;
}

.artists-row--trio-high-low .artists-row__dots {
  top: 5%;
  left: 3%;
}

.artists-row--duo-inset .artists-row__dots {
  right: 3%;
  bottom: 8%;
  flex-direction: column;
}

.artists-row--duo-right-shift .artists-row__dots {
  top: 4%;
  left: 2%;
}

.artists-row__dots i {
  display: block;
  width: clamp(0.65rem, 1.2vw, 1.4rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--orange);
}

.artists-row__dots i:nth-child(2) {
  width: clamp(1rem, 1.7vw, 1.9rem);
}

.artists-row__dots i:nth-child(3) {
  align-self: center;
  width: clamp(0.45rem, 0.8vw, 0.9rem);
}

/* Artists page — optional experimental ghost fragments */

.artists-grid--with-ghost-fragments {
  --artist-ghost-opacity: 0.1;
}

.artists-ghost-fragment {
  position: absolute;
  z-index: 0;
  width: var(--artist-ghost-width);
  max-width: var(--artist-ghost-slot-width, 42%);
  margin: 0;
  color: var(--white);
  font-size: var(--artist-ghost-font-size);
  font-weight: 400;
  letter-spacing: 0.012em;
  line-height: 1.38;
  opacity: var(--artist-ghost-opacity);
  pointer-events: none;
  user-select: none;
/* Limite de hauteur volontairement désactivée :
  max-height: 4.15em;
  overflow: hidden;
*/
}

.artists-ghost-fragment--width-narrow {
  --artist-ghost-width: clamp(11rem, 17vw, 20rem);
}

.artists-ghost-fragment--width-medium {
  --artist-ghost-width: clamp(16rem, 24vw, 31rem);
}

.artists-ghost-fragment--width-wide {
  --artist-ghost-width: clamp(21rem, 34vw, 44rem);
}

.artists-ghost-fragment--size-small {
  --artist-ghost-font-size: clamp(0.7rem, 0.72vw, 0.82rem);
}

.artists-ghost-fragment--size-regular {
  --artist-ghost-font-size: clamp(0.76rem, 0.8vw, 0.92rem);
}

.artists-ghost-fragment--size-large {
  --artist-ghost-font-size: clamp(0.82rem, 0.88vw, 1rem);
}

.artists-ghost-fragment--slot-left-top {
  --artist-ghost-slot-width: 43%;
  top: 1%;
  left: 0;
}

.artists-ghost-fragment--slot-left-middle {
  --artist-ghost-slot-width: 27%;
  top: 24%;
  left: 0;
}

.artists-ghost-fragment--slot-center-top {
  --artist-ghost-slot-width: 20%;
  top: 0;
  left: 40%;
}

.artists-ghost-fragment--slot-right-top {
  --artist-ghost-slot-width: 42%;
  top: 0;
  right: 0;
}

.artists-ghost-fragment--slot-right-middle {
  --artist-ghost-slot-width: 22%;
  top: 17%;
  right: 0;
}

.artist-card {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.artist-card__button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.artist-card__button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 5px;
}

.artist-card__image {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--charcoal-deep);
  transition: border-color 180ms ease;
}

.artist-card__image img {
  width: 100%;
  height: auto;
}

.artist-card__button:hover .artist-card__image,
.artist-card__button:focus-visible .artist-card__image {
  border-color: var(--orange);
}

.artist-card__body {
  display: flex;
  gap: 0.75rem;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.artist-card__name {
  font-size: clamp(1.18rem, 1.7vw, 2.1rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.artist-card__nationality {
  color: var(--muted);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.artist-card--name-side .artist-card__button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(0.65rem, 1vw, 1.15rem);
  align-items: end;
}

.artist-card--name-side .artist-card__body {
  align-self: stretch;
  justify-content: flex-start;
  padding: 0 0 0 clamp(0.6rem, 0.9vw, 1rem);
  border-top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.56);
}

.artist-card--name-side .artist-card__name {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.artist-card--white-edge {
  padding-left: clamp(0.65rem, 1.25vw, 1.5rem);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.72) 0 clamp(0.35rem, 0.7vw, 0.8rem),
    transparent clamp(0.35rem, 0.7vw, 0.8rem) 100%
  );
}

.artists-dot {
  position: absolute;
  z-index: 3;
  display: block;
  width: clamp(1.1rem, 1.8vw, 2rem);
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--orange);
  pointer-events: none;
}

.artists-dot--one {
  top: 32%;
  right: 2.1vw;
}

.artists-dot--two {
  top: 68%;
  left: 38.2%;
  width: clamp(0.75rem, 1.1vw, 1.25rem);
}

.artists-dot--three {
  right: 4.5vw;
  bottom: 4.5rem;
  width: clamp(0.8rem, 1.25vw, 1.4rem);
}

.artist-dialog {
  width: min(92vw, 78rem);
  max-width: none;
  max-height: 90svh;
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 0;
  color: var(--white);
  background: var(--charcoal-deep);
  box-shadow: none;
}

.artist-dialog::backdrop {
  background: rgba(15, 13, 14, 0.84);
  backdrop-filter: blur(3px);
}

.artist-dialog__panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  min-height: min(46rem, 84svh);
}

.artist-dialog__close-form {
  position: absolute;
  z-index: 3;
  top: 1.2rem;
  right: 1.2rem;
  margin: 0;
}

.artist-dialog__close {
  display: grid;
  width: 2.75rem;
  aspect-ratio: 1;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  color: var(--white);
  background: var(--charcoal-deep);
  font: inherit;
  cursor: pointer;
}

.artist-dialog__close span {
  display: block;
  margin-top: -0.08em;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1;
}

.artist-dialog__close:hover,
.artist-dialog__close:focus-visible {
  border-color: var(--orange);
  color: var(--orange);
}

.artist-dialog__figure {
  align-self: start;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 2.75rem);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.artist-dialog__figure img {
  width: 100%;
  height: auto;
}

.artist-dialog__figure figcaption {
  margin-top: 0.7rem;
  color: var(--muted);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.artist-dialog__content {
  min-width: 0;
  padding: clamp(4.8rem, 7vw, 7rem) clamp(1.5rem, 4vw, 4.5rem) clamp(2.5rem, 5vw, 5rem);
}

.artist-dialog__eyebrow,
.artist-dialog__events > p {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.artist-dialog__content h2 {
  max-width: 10ch;
  margin: 0 0 2.5rem;
  font-size: clamp(3rem, 6vw, 6.8rem);
  font-weight: 400;
  letter-spacing: -0.065em;
  line-height: 0.84;
}

.artist-dialog__nationality {
  margin: -1.5rem 0 2.5rem;
  color: var(--muted);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.artist-dialog__biography {
  max-width: 43rem;
  font-size: clamp(0.95rem, 1.15vw, 1.08rem);
  line-height: 1.62;
}

.artist-dialog__biography p {
  margin: 0 0 1.25rem;
}

.artist-dialog__website {
  display: inline-block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--orange);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.artist-dialog__websites {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.2rem;
  margin-top: 0.5rem;
}

.artist-dialog__events {
  margin-top: clamp(3rem, 6vw, 5.5rem);
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.artist-dialog__events ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.artist-dialog__events li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.artist-dialog__events a {
  display: grid;
  grid-template-columns: minmax(5.7rem, auto) 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: 1rem 0;
}

.artist-dialog__events a span:first-child {
  color: var(--orange);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.artist-dialog__events a strong {
  font-size: clamp(1.05rem, 1.7vw, 1.65rem);
  font-weight: 400;
  letter-spacing: -0.025em;
}

.artist-dialog__events a:hover strong,
.artist-dialog__events a:focus-visible strong {
  color: var(--orange);
}

@media (max-width: 900px) {
  .artists-page {
    padding-left: 0;
  }

  .artists-layout {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding-top: 5.5rem;
  }

  .artists-masthead {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .artists-brand {
    grid-column: 1 / 2;
    aspect-ratio: 1 / 1;
  }

  .artists-brand__title {
    font-size: clamp(3.2rem, 9vw, 6rem);
  }

  .artists-content {
    grid-column: 1 / 7;
    padding-left: 0;
  }

  .artists-heading {
    grid-column: 2 / 3;
  }

  .artists-content h1 {
    font-size: clamp(3.8rem, 10.5vw, 7rem);
  }

  .artists-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-bottom: clamp(6rem, 13vw, 9rem);
  }

  .artists-row .artist-card {
    grid-column: auto !important;
    margin-top: 0 !important;
  }

  .artists-row--size-2 .artist-card:nth-of-type(2),
  .artists-row--size-3 .artist-card:nth-of-type(2) {
    margin-top: 3.5rem !important;
  }

  .artists-row--size-3 .artist-card:nth-of-type(3) {
    grid-column: 1 / 2 !important;
    width: 88%;
    margin-top: 3.5rem !important;
    margin-left: 12%;
  }

  .artists-row--solo-left .artist-card {
    grid-column: 1 / 2 !important;
  }

  .artists-row--solo-right .artist-card {
    grid-column: 2 / 3 !important;
  }

  .artists-row--solo-center .artist-card,
  .artists-row--solo-offset .artist-card {
    grid-column: 1 / 3 !important;
    width: 54%;
    justify-self: center;
  }

  .artists-row--solo-left .artists-row__orange {
    grid-column: 2 / 3;
  }

  .artists-row--solo-right .artists-row__orange {
    grid-column: 1 / 2;
  }

  .artists-row__bar {
    display: none !important;
  }

  .artists-ghost-fragment {
    display: none;
  }

  .artist-dialog__panel {
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  }

  .artist-dialog__content {
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}

@media (max-width: 680px) {
  .artists-header {
    height: 5.5rem;
  }

  .artists-page .top-nav {
    left: var(--gutter);
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.35rem 0.9rem;
  }

  .artists-brand {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
  }

  .artists-brand__meta {
    bottom: 17%;
  }

  .artists-row {
    gap: 1rem;
  }

  .artist-dialog {
    width: calc(100vw - 1.4rem);
    max-height: calc(100svh - 1.4rem);
  }

  .artist-dialog__panel {
    display: block;
  }

  .artist-dialog__figure {
    padding: 1rem;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .artist-dialog__content {
    padding: 3.5rem 1.2rem 2.5rem;
  }

  .artist-dialog__content h2 {
    font-size: clamp(2.9rem, 15vw, 5rem);
  }

  .artist-dialog__events a {
    grid-template-columns: 1fr auto;
    gap: 0.45rem 1rem;
  }

  .artist-dialog__events a span:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .artists-masthead {
    grid-template-columns: 1fr;
  }

  .artists-brand {
    grid-column: 1;
    aspect-ratio: 1.55 / 1;
  }

  .artists-brand__title {
    font-size: clamp(3.7rem, 17vw, 5.4rem);
  }

  .artists-heading {
    grid-column: 1;
    padding-top: 1.5rem;
  }

  .artists-content h1 {
    font-size: clamp(4.5rem, 21vw, 6.5rem);
  }

  .artists-row {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .artists-row .artist-card,
  .artists-row--size-3 .artist-card:nth-of-type(3),
  .artists-row--size-1 .artist-card {
    grid-column: 1 !important;
    width: 100%;
    margin: 0 !important;
  }

  .artist-card--name-side .artist-card__button {
    display: block;
  }

  .artist-card--name-side .artist-card__body {
    padding: 1rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.42);
    border-left: 0;
  }

  .artist-card--name-side .artist-card__name {
    writing-mode: initial;
    transform: none;
  }

  .artists-row--solo-left .artists-row__orange,
  .artists-row--solo-right .artists-row__orange {
    grid-column: 1;
    width: 68%;
    min-height: 6rem;
    justify-self: end;
    margin-top: 0;
    transform: none;
  }

  .artists-row--solo-center .artists-row__dots,
  .artists-row--duo-inset .artists-row__dots,
  .artists-row--duo-right-shift .artists-row__dots,
  .artists-row--trio-drift-left .artists-row__dots,
  .artists-row--trio-high-low .artists-row__dots {
    position: static;
    justify-self: start;
    margin-top: -1.5rem;
  }

  .artists-dot--two {
    left: auto;
    right: 1rem;
  }
}

/* =========================================================
   ANIMATION DES FRAGMENTS FANTÔMES
   ========================================================= */

.artists-ghost-fragment {
  --ghost-duration: 32s;
  --ghost-delay: 0s;
  --ghost-base-opacity: 0.1;
  --ghost-highlight-opacity: 0.2;

  /*
   * L’ancienne opacité de 0.1 est reproduite par la couleur.
   * Cela permet à la copie animée d’être légèrement plus visible.
   */
  opacity: 1;
  color: rgb(255 255 255 / var(--ghost-base-opacity));
}

/*
 * Copie animée du texte.
 * Elle n’intervient pas dans la mise en page.
 */
.artists-ghost-fragment::after {
  content: attr(data-ghost-text);

  position: absolute;
  inset: 0;

  display: block;
  width: 100%;
  height: 100%;

  color: rgb(255 255 255 / var(--ghost-highlight-opacity));

  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-transform: inherit;
  white-space: inherit;

  pointer-events: none;

  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 38%,
    rgba(0, 0, 0, 0.35) 44%,
    rgba(0, 0, 0, 1) 49%,
    rgba(0, 0, 0, 1) 51%,
    rgba(0, 0, 0, 0.35) 56%,
    transparent 62%,
    transparent 100%
  );

  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    transparent 38%,
    rgba(0, 0, 0, 0.35) 44%,
    rgba(0, 0, 0, 1) 49%,
    rgba(0, 0, 0, 1) 51%,
    rgba(0, 0, 0, 0.35) 56%,
    transparent 62%,
    transparent 100%
  );

  -webkit-mask-size: 300% 100%;
  mask-size: 300% 100%;

  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: 100% 0;
  mask-position: 100% 0;
}

/* Activation de l’animation */

.artists-ghost-fragment.is-ghost-animated::after {
  animation:
    ghost-fragment-reveal
    var(--ghost-duration)
    ease-in-out
    var(--ghost-delay)
    infinite
    alternate;
}

/* Certains fragments circulent dans le sens opposé */

.artists-ghost-fragment.is-ghost-reverse::after {
  animation-direction: alternate-reverse;
}

/* Traversée lente avec une pause aux deux extrémités */

@keyframes ghost-fragment-reveal {
  0%,
  18% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  82%,
  100% {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }
}

/* Désactivation si l’utilisateur limite les animations */

@media (prefers-reduced-motion: reduce) {
  .artists-ghost-fragment::after {
    display: none;
  }
}

/* =========================================================
   INDICATION + BIO AU SURVOL DES IMAGES
   ========================================================= */

.artist-bio-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;

  display: none;
  align-items: center;
  gap: 0.35rem;

  padding: 0.3rem 0.45rem;

  color: #fff;
  background: rgb(48 44 45 / 0.88);

  font-family: inherit;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;

  opacity: 0;
  pointer-events: none;

  transition: opacity 80ms linear;
}

.artist-bio-cursor::before {
  content: "+";
  color: var(--orange);
  font-size: 1rem;
  line-height: 1;
}

.artist-bio-cursor.is-visible {
  opacity: 1;
}

/* Uniquement sur les appareils possédant une vraie souris */

@media (hover: hover) and (pointer: fine) {
  .artist-bio-cursor {
    display: flex;
  }

  .artist-card__image {
    cursor: pointer;
  }
}

@media (prefers-reduced-motion: reduce) {
  .artist-bio-cursor {
    display: none;
  }
}