/**
 * VYNE+ single artist profile.
 *
 * The design (vyneplus_artist_landingpage_01) is applied to every artist CPT
 * post, populated from real post data (title, featured image, excerpt, content,
 * _wyne_artist_songs). All rules scoped under .artist-page so the imported
 * red/bronze palette never leaks onto the shared v2 chrome. Fonts come from the
 * v2 Google-Fonts stylesheet.
 */

.artist-page {
  --bg: #0a0605;
  --bg-2: #0f0908;
  --panel: #170f0c;
  --line: rgba(231,200,180,0.14);
  --line-soft: rgba(231,200,180,0.07);
  --red: #b5432b;
  --red-soft: #d9744f;
  --red-deep: #7c2a18;
  --bronze: #b87333;
  --bronze-soft: #e0a06a;
  --ink: #f6ece4;
  --body: #d0bdb0;
  --muted: #99857a;
  --serif: 'Cormorant Garamond', serif;
  --sans: 'Jost', sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;
  --shell: 1680px;
  --pad: clamp(24px, 5vw, 120px);

  background: var(--bg);
  color: var(--body);
  font-family: var(--sans);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

.artist-page ::selection { background: var(--red); color: #16100a; }
.artist-page a { color: inherit; text-decoration: none; }
.artist-page .shell { max-width: var(--shell); margin: 0 auto; padding: 0 var(--pad); }
.artist-page .kicker { font-family: var(--mono); font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--red-soft); }
.artist-page h1, .artist-page h2, .artist-page h3 { font-family: var(--serif); font-weight: 500; color: var(--ink); }
.artist-page em { font-style: italic; color: var(--bronze-soft); }
.artist-page .btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; padding: 17px 36px; cursor: pointer; border: 1px solid var(--line); background: transparent; color: var(--ink); transition: all 0.2s; }
.artist-page .btn:hover { border-color: var(--red-soft); }
.artist-page .btn.primary { background: linear-gradient(180deg, #d9744f, #b5432b); color: #16100a; border-color: transparent; }
.artist-page .btn.primary:hover { background: linear-gradient(180deg, #e58a63, #c44e33); }

/* ===== Hero — full-width band photo ===== */
.artist-page .hero { position: relative; z-index: 0; min-height: 88svh; display: flex; align-items: flex-end; overflow: hidden; }
.artist-page .hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; }
.artist-page .hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.artist-page .hero-photo.is-placeholder { background: radial-gradient(120% 120% at 70% 20%, #2a1712, #0a0605); }
.artist-page .hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,6,5,0.55) 0%, transparent 24%, transparent 34%, rgba(10,6,5,0.82) 74%, rgba(10,6,5,0.96) 100%); }
.artist-page .hero-band { position: relative; z-index: 2; width: 100%; padding: 0 0 clamp(36px, 6vw, 80px); }
.artist-page .hero-band .inner { max-width: var(--shell); margin: 0 auto; padding: 0 var(--pad); text-align: left; }
.artist-page .hero-band .eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.34em; text-transform: uppercase; color: var(--red-soft); }
.artist-page .hero-band h1 { font-size: clamp(52px, 8vw, 116px); line-height: 0.94; font-weight: 400; margin: 12px 0 0; letter-spacing: 0.01em; }
.artist-page .hero-band .bio { font-family: var(--serif); font-size: clamp(17px, 1.9vw, 23px); line-height: 1.5; color: var(--body); max-width: 60ch; margin: 18px 0 0; }
.artist-page .hero-socials { display: flex; gap: 14px; align-items: center; margin-top: 26px; }
.artist-page .hero-socials a { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--ink); background: rgba(10,6,5,0.55); transition: all 0.2s; }
.artist-page .hero-socials a:hover { border-color: var(--red-soft); color: var(--red-soft); transform: translateY(-2px); }
.artist-page .hero-socials svg { width: 19px; height: 19px; }
.artist-page .hero-cta-row { margin-top: 30px; display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

/* ===== Bands ===== */
.artist-page .band { padding: clamp(52px, 7vw, 100px) 0; border-top: 1px solid var(--line-soft); }
.artist-page .band.alt { background: linear-gradient(180deg, #0f0908, #0a0605); }
.artist-page .sec-h { font-size: clamp(34px, 5vw, 62px); line-height: 1.02; }
.artist-page .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 90px); align-items: center; }
.artist-page .intro-copy p { font-family: var(--serif); font-size: clamp(18px, 2vw, 24px); line-height: 1.55; color: var(--body); margin-top: 20px; }
.artist-page .intro-copy p:first-child { margin-top: 0; }
.artist-page .intro-photo { border: 1px solid var(--line); overflow: hidden; background: #0a0807; }
.artist-page .intro-photo img { width: 100%; display: block; }

/* ===== Tracks ===== */
.artist-page .tracks-head { max-width: 60ch; }
.artist-page .track-list { list-style: none; margin: clamp(30px, 4vw, 48px) 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; counter-reset: track; }
.artist-page .track { display: flex; align-items: center; gap: 20px; padding: 18px 22px; border: 1px solid var(--line); background: var(--panel); transition: border-color 0.2s; flex-wrap: wrap; }
.artist-page .track:hover { border-color: var(--red-deep); }
.artist-page .track .t-num { counter-increment: track; font-family: var(--mono); font-size: 12px; color: var(--bronze); width: 24px; flex: 0 0 auto; }
.artist-page .track .t-num::before { content: counter(track, decimal-leading-zero); }
.artist-page .track .t-name { font-family: var(--serif); font-style: italic; font-size: clamp(20px, 2vw, 26px); color: var(--ink); flex: 1 1 220px; }
.artist-page .track audio { height: 40px; flex: 1 1 260px; max-width: 420px; }

/* ===== Personalization CTA band ===== */
.artist-page .pers { position: relative; background: linear-gradient(180deg, #f4ede0, #ecdccb); color: #2a1c15; border-top: 1px solid var(--line); text-align: center; padding: clamp(60px, 9vw, 130px) 0; scroll-margin-top: 80px; }
.artist-page .pers .kicker { color: var(--red-deep); }
.artist-page .pers h2 { color: #2a1210; font-size: clamp(34px, 5vw, 64px); line-height: 1.02; margin-top: 14px; }
.artist-page .pers p { font-family: var(--serif); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; color: #5a4438; max-width: 54ch; margin: 18px auto 0; }
.artist-page .pers .btn.primary { margin-top: 30px; }

/* ===== Floating CTA ===== */
.artist-page .float-cta { position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%) translateY(150%); z-index: 60; opacity: 0; transition: transform 0.45s cubic-bezier(0.2,0.7,0.2,1), opacity 0.45s; }
.artist-page .float-cta.show { transform: translateX(-50%) translateY(0); opacity: 1; }
.artist-page .float-cta button { display: inline-flex; align-items: center; gap: 12px; font-family: var(--sans); font-size: 13px; letter-spacing: 0.24em; text-transform: uppercase; color: #16100a; background: linear-gradient(180deg, #e58a63, #c44e33); border: none; padding: 17px 34px; border-radius: 999px; cursor: pointer; box-shadow: 0 14px 40px rgba(0,0,0,0.55); transition: transform 0.2s; }
.artist-page .float-cta button:hover { transform: translateY(-2px); }
.artist-page .float-cta .glyph { font-family: var(--serif); font-size: 18px; }

@media (max-width: 900px) {
  .artist-page .intro-grid { grid-template-columns: 1fr; }
}
