/* RAYO — Miami-rooftop reggaeton editorial, neon sunset over Caribbean
   Palette: hot pink #ff2d7c / sunset orange #ff7a2d / teal #0fb5a8 / gold #f5b942 /
            deep purple #2a0a3d / cream #fff4e8 / ink #1a0820
   Display: Bebas Neue. Body: clean grotesque + mono touch. Three-stripe accent (red/yellow/green). */

.artist-rayo {
  --pink: #ff2d7c;
  --orange: #ff7a2d;
  --teal: #0fb5a8;
  --gold: #f5b942;
  --plum: #2a0a3d;
  --cream: #fff4e8;
  --ink: #1a0820;
  --silver: #d8c8d8;
  --rule: #4a1a55;
  --green: #2cb872;
  --red: #e63952;
  --yellow: #f5b942;
  background:
    radial-gradient(1100px 520px at 90% -8%, rgba(255, 45, 124, 0.32), transparent 65%),
    radial-gradient(900px 460px at 5% 95%, rgba(15, 181, 168, 0.22), transparent 60%),
    radial-gradient(800px 380px at 50% 30%, rgba(255, 122, 45, 0.12), transparent 70%),
    linear-gradient(180deg, var(--plum) 0%, var(--ink) 100%);
  background-attachment: fixed;
  color: var(--cream);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.72;
}

.artist-rayo .ar {
  max-width: 740px;
  margin: 0 auto;
  padding: 36px 28px 76px;
  display: flex; flex-direction: column;
  gap: 40px;
}

.artist-rayo h1, .artist-rayo h2, .artist-rayo h3 {
  font-family: "Bebas Neue", "Oswald", "Arial Narrow", "Helvetica Neue Condensed", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 14px;
  color: var(--cream);
}
.artist-rayo h2 {
  font-size: 1.85rem;
  letter-spacing: 0.06em;
  background: linear-gradient(90deg, var(--pink) 0%, var(--orange) 60%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.artist-rayo h3 {
  font-size: 0.92rem;
  letter-spacing: 0.20em;
  color: var(--gold);
}

.artist-rayo .ar-id {
  text-align: center;
  padding: 30px 0 24px;
  position: relative;
  border-bottom: 1px solid var(--rule);
}
.artist-rayo .ar-id::after {
  content: "";
  display: block;
  margin: 22px auto 0;
  width: 120px; height: 3px;
  background: linear-gradient(90deg, var(--pink) 0% 33%, var(--gold) 33% 66%, var(--teal) 66% 100%);
  border-radius: 2px;
}
.artist-rayo .ar-id img {
  width: 156px; height: 156px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  box-shadow:
    0 0 0 4px rgba(255, 45, 124, 0.18),
    0 8px 24px rgba(255, 45, 124, 0.35);
}
.artist-rayo .ar-name {
  font-size: clamp(3rem, 6.6vw, 4.6rem);
  margin: 18px 0 6px;
  letter-spacing: 0.01em;
  line-height: 1;
  background: linear-gradient(180deg, var(--cream) 0%, var(--gold) 50%, var(--orange) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 4px 18px rgba(255, 45, 124, 0.35);
}
.artist-rayo .ar-genre {
  margin: 8px 0 0;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.92rem;
  color: var(--teal);
}
.artist-rayo .ar-roles { margin: 14px 0 4px; }

.artist-rayo .sf-tag {
  display: inline-block;
  background: rgba(255, 244, 232, 0.08);
  color: var(--cream);
  border: 1px solid var(--gold);
  border-radius: 999px;
  padding: 3px 13px;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 6px 6px 0;
}
.artist-rayo .sf-tags { list-style: none; padding: 0; margin: 0; }

.artist-rayo a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid var(--pink);
  padding-bottom: 1px;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.artist-rayo a:hover { color: var(--orange); border-color: var(--cream); }

.artist-rayo .ar-blurb {
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(255, 45, 124, 0.10) 0%, rgba(15, 181, 168, 0.08) 100%);
  border: 1px solid var(--rule);
  border-radius: 6px;
  position: relative;
}
.artist-rayo .ar-blurb p {
  font-size: 1.08rem;
  line-height: 1.82;
  color: var(--cream);
  margin: 0;
}

.artist-rayo .ar-going,
.artist-rayo .ar-sound,
.artist-rayo .ar-influences,
.artist-rayo .ar-top,
.artist-rayo .ar-off,
.artist-rayo .ar-producer {
  padding-bottom: 26px;
  border-bottom: 1px solid var(--rule);
}
.artist-rayo .ar-going p { font-size: 1.02rem; color: var(--silver); }

.artist-rayo .ar-infl-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.artist-rayo .ar-infl-cols ul { list-style: none; padding: 0; margin: 0; }
.artist-rayo .ar-infl-cols li {
  padding: 7px 0;
  border-bottom: 1px dashed var(--rule);
  font-size: 0.94rem;
  color: var(--silver);
}

.artist-rayo .ar-top__list { list-style: none; padding: 0; margin: 0; counter-reset: rayo-count; }
.artist-rayo .ar-top__list li {
  counter-increment: rayo-count;
  padding: 16px 0 16px 56px;
  border-bottom: 1px dashed var(--rule);
  position: relative;
}
.artist-rayo .ar-top__list li::before {
  content: counter(rayo-count, decimal-leading-zero);
  position: absolute;
  left: 0; top: 12px;
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  background: linear-gradient(180deg, var(--gold) 0%, var(--pink) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.artist-rayo .ar-top__title { font-weight: 600; color: var(--cream); }
.artist-rayo .ar-top__by { color: var(--silver); }
.artist-rayo .ar-top__note { display: block; color: var(--silver); margin-top: 4px; font-size: 0.92rem; font-style: italic; }

.artist-rayo .ar-off ul { list-style: none; padding: 0; margin: 0; }
.artist-rayo .ar-off li {
  padding: 12px 0 12px 22px;
  border-bottom: 1px dashed var(--rule);
  color: var(--silver);
  position: relative;
}
.artist-rayo .ar-off li::before {
  content: "♦";
  position: absolute; left: 0; top: 12px;
  color: var(--gold);
  font-size: 0.85rem;
}

/* Releases — three-stripe Caribbean accent on left side */
.artist-rayo .ar-releases {
  position: relative;
  padding-left: 18px;
  border-left: none;
  background:
    linear-gradient(180deg, var(--red) 0% 33%, var(--yellow) 33% 66%, var(--green) 66% 100%) 0 0/4px 100% no-repeat;
}
.artist-rayo .ar-releases__grid {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
}
.artist-rayo .ar-rel {
  padding: 18px;
  background: linear-gradient(135deg, rgba(255, 122, 45, 0.10) 0%, rgba(255, 45, 124, 0.06) 100%);
  border: 1px solid var(--rule);
  border-radius: 5px;
}
.artist-rayo .ar-rel h3 {
  color: var(--gold);
  font-family: "Bebas Neue", "Oswald", sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

@media (max-width: 720px) {
  .artist-rayo .ar-infl-cols,
  .artist-rayo .ar-releases__grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .artist-rayo *, .artist-rayo *::before, .artist-rayo *::after { animation: none !important; transition: none !important; }
}
