@charset "UTF-8";

/*
 * Mission 4 — professional master artist profile
 * This file refines only the published artist profile template. It does not
 * create an EPK generator, booking backend, login, payments or dashboard.
 */

.artist-master-template {
  --master-panel: rgba(8, 7, 20, .84);
  --master-panel-strong: rgba(7, 5, 17, .96);
  --master-border: rgba(255, 255, 255, .12);
  --master-border-accent: rgba(255, 104, 186, .3);
  --master-copy: #c8c7d2;
  overflow-x: clip;
}

.artist-master-template main {
  position: relative;
  z-index: 2;
}

.artist-master-template :where(section[id], article[id]) {
  scroll-margin-top: calc(var(--header-height) + 28px);
}

.artist-master-template :where(a, button):focus-visible {
  outline: 3px solid var(--profile-pink-light);
  outline-offset: 4px;
}

.artist-master-template .whatsapp-float {
  display: none !important;
}

/* Hero */
.artist-master-template .artist-master-hero {
  min-height: 100svh;
  padding-top: calc(var(--header-height) + 46px) !important;
  padding-bottom: clamp(62px, 7vw, 100px) !important;
  background:
    radial-gradient(circle at 75% 30%, rgba(255, 65, 159, .075), transparent 35%),
    linear-gradient(180deg, rgba(4, 1, 8, .08), rgba(5, 1, 10, .72));
}

.artist-master-template .artist-master-hero::before {
  content: "";
  position: absolute;
  width: min(790px, 56vw);
  aspect-ratio: 1;
  top: 13%;
  right: -18%;
  border: 1px solid rgba(255, 112, 191, .08);
  border-radius: 50%;
  box-shadow: inset 0 0 150px rgba(151, 84, 255, .035);
  pointer-events: none;
}

.artist-master-template .master-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  gap: clamp(42px, 6.5vw, 104px);
}

.artist-master-template .master-hero-copy {
  max-width: 760px;
}

.artist-master-template .master-title-row {
  position: relative;
}

.artist-master-template .master-artist-role {
  margin: 21px 0 0;
  color: #f7f3f8;
  font-size: clamp(1.02rem, 1.7vw, 1.32rem);
  font-weight: 710;
  letter-spacing: -.02em;
}

.artist-master-template .profile-location {
  margin-top: 28px;
}

.artist-master-template .artist-profile-hero h1 {
  max-width: 760px;
  font-size: clamp(4.2rem, 8.2vw, 8.9rem);
  line-height: .8;
}

.artist-master-template .profile-genres {
  gap: 10px;
  margin-top: 18px;
}

.artist-master-template .profile-hero-lead {
  max-width: 690px;
  margin-top: 22px;
  color: var(--master-copy);
  line-height: 1.67;
}

.artist-master-template .master-primary-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 10px;
  margin-top: 30px;
}

.artist-master-template .master-primary-actions .button {
  min-width: 205px;
  justify-content: center;
}

.artist-master-template .master-official-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 9px;
  max-width: 720px;
  margin-top: 20px;
}

.artist-master-template .master-official-links > a,
.artist-master-template .master-official-links > button {
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 15px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 15px;
  color: inherit;
  background: rgba(255,255,255,.018);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.artist-master-template .master-official-links > a:hover,
.artist-master-template .master-official-links > button:hover {
  border-color: rgba(255,101,184,.28);
  background: rgba(255,255,255,.035);
  transform: translateY(-2px);
}

.artist-master-template .master-official-links span,
.artist-master-template .master-official-links strong {
  display: block;
}

.artist-master-template .master-official-links span {
  color: var(--muted-2);
  font-size: .55rem;
  font-weight: 780;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.artist-master-template .master-official-links strong {
  margin-top: 3px;
  color: #f7f4fa;
  font-size: .78rem;
}

.artist-master-template .master-official-links .profile-share {
  min-width: 58px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0;
}

.artist-master-template .master-official-links .profile-share svg {
  width: 19px;
}

.artist-master-template .master-hero-art {
  min-height: 620px;
}

.artist-master-template .master-hero-art .artist-portrait-frame {
  width: min(380px, 66%);
}

.artist-master-template .master-portrait-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(590px, 94%);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 91, 175, .12);
  border-radius: 50%;
  box-shadow: inset 0 0 90px rgba(161, 94, 255, .045), 0 0 70px rgba(255, 61, 157, .035);
  transform: translate(-50%, -50%) rotate(-13deg);
  pointer-events: none;
}

.artist-master-template .master-portrait-orbit::before,
.artist-master-template .master-portrait-orbit::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px dashed rgba(255,255,255,.08);
  border-radius: 50%;
}

.artist-master-template .master-portrait-orbit::after {
  inset: 28%;
  border-style: solid;
  border-color: rgba(255, 130, 198, .11);
}

.artist-master-template .master-mobile-identity {
  display: none;
}

/* Compact section navigation */
.artist-master-template .master-section-nav {
  position: relative;
  z-index: 8;
  border-block: 1px solid rgba(255,255,255,.075);
  background: rgba(4, 3, 12, .78);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.artist-master-template .master-section-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(9px, 1.5vw, 18px);
  min-height: 72px;
  padding-block: 11px;
}

.artist-master-template .master-section-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  font-size: .68rem;
  font-weight: 780;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.artist-master-template .master-section-nav a:hover {
  color: #fff;
  border-color: rgba(255,94,178,.2);
  background: rgba(255,255,255,.025);
}

/* Shared headings */
.artist-master-template .master-section-heading {
  max-width: 920px;
  margin-bottom: clamp(42px, 6vw, 74px);
}

.artist-master-template .master-section-heading h2 {
  max-width: 930px;
  margin: 0;
  font-size: clamp(3rem, 6.5vw, 6.6rem);
  letter-spacing: -.065em;
  line-height: .92;
}

.artist-master-template .master-section-heading h2 span {
  color: transparent;
  background: linear-gradient(102deg, var(--profile-pink-light), var(--profile-pink), var(--accent-bright));
  -webkit-background-clip: text;
  background-clip: text;
}

.artist-master-template .master-section-heading > p:not(.section-kicker) {
  max-width: 720px;
  margin: 23px 0 0;
  color: var(--master-copy);
  line-height: 1.68;
}

/* Music */
.artist-master-template .master-music-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 50%, rgba(255, 49, 151, .08), transparent 32%),
    radial-gradient(circle at 88% 45%, rgba(30, 215, 96, .055), transparent 27%);
}

.artist-master-template .master-music-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
  gap: clamp(20px, 3vw, 36px);
  align-items: stretch;
}

.artist-master-template .master-release-card,
.artist-master-template .master-spotify-frame {
  min-width: 0;
  border: 1px solid var(--master-border);
  background: linear-gradient(145deg, rgba(13, 10, 29, .92), rgba(4, 4, 13, .97));
  box-shadow: 0 36px 90px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.05);
}

.artist-master-template .master-release-card {
  display: grid;
  grid-template-columns: minmax(250px, .82fr) minmax(280px, 1.18fr);
  gap: clamp(20px, 3.4vw, 52px);
  align-items: center;
  padding: clamp(24px, 3.4vw, 50px);
  border-radius: 31px;
}

.artist-master-template .master-album-showcase {
  width: min(390px, 100%);
}

.artist-master-template .master-release-copy h3 {
  margin: 0;
  font-size: clamp(3rem, 5.2vw, 5.7rem);
  letter-spacing: -.075em;
  line-height: .83;
}

.artist-master-template .master-release-copy h3 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, var(--profile-pink-light), var(--profile-pink));
  -webkit-background-clip: text;
  background-clip: text;
}

.artist-master-template .master-release-copy > p:not(.section-kicker) {
  margin: 22px 0 0;
  color: var(--master-copy);
  line-height: 1.65;
}

.artist-master-template .master-release-copy .album-actions {
  margin-top: 26px;
}

.artist-master-template .master-spotify-frame {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 31px;
}

.artist-master-template .master-spotify-frame .spotify-player-shell {
  width: 100%;
}

/* Biography */
.artist-master-template .master-bio-section {
  background: linear-gradient(180deg, transparent, rgba(255, 62, 160, .025), transparent);
}

.artist-master-template .master-bio-section .section-heading h2 {
  font-size: clamp(3rem, 6vw, 6.1rem);
}

.artist-master-template .master-bio-section .section-heading h2 span {
  color: var(--profile-pink-light);
}

.artist-master-template .master-bio-secondary {
  margin-top: 20px !important;
  color: var(--master-copy) !important;
  font-size: 1rem !important;
  line-height: 1.72 !important;
}

/* Profile photography */
.artist-master-template .master-photos-section {
  overflow: hidden;
  background: radial-gradient(circle at 78% 45%, rgba(151, 82, 255, .07), transparent 38%);
}

.artist-master-template .master-gallery-grid {
  display: grid;
  grid-template-columns: 1.1fr .72fr .72fr;
  grid-template-rows: repeat(2, minmax(235px, 34vw));
  gap: clamp(12px, 1.6vw, 22px);
}

.artist-master-template .master-gallery-item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--master-border);
  border-radius: 28px;
  background: #070710;
  box-shadow: 0 28px 70px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.045);
}

.artist-master-template .master-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(2,2,8,.88) 100%);
  pointer-events: none;
}

.artist-master-template .master-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.86) contrast(1.06);
  transition: transform 650ms var(--ease-out), filter 450ms ease;
}

.artist-master-template .master-gallery-item:hover img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.04);
}

.artist-master-template .master-gallery-item figcaption {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 18px;
  color: #f5f3f7;
  font-size: .66rem;
  font-weight: 780;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.artist-master-template .master-gallery-item--primary {
  grid-row: 1 / 3;
}

.artist-master-template .master-gallery-item--primary img {
  object-position: center 26%;
}

.artist-master-template .master-gallery-item--live {
  grid-column: 2 / 4;
}

.artist-master-template .master-gallery-item--live img {
  object-position: center 36%;
}

.artist-master-template .master-gallery-item--detail {
  grid-column: 2 / 4;
}

.artist-master-template .master-gallery-item--detail img {
  object-position: center 38%;
}

/* Existing professional material / EPK bridge */
.artist-master-template .master-epk-card {
  position: relative;
  overflow: hidden;
}

.artist-master-template .master-epk-card::before {
  content: "";
  position: absolute;
  width: 330px;
  aspect-ratio: 1;
  right: -120px;
  top: -145px;
  border: 1px solid rgba(255,91,175,.11);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(255,61,159,.035);
  pointer-events: none;
}

.artist-master-template .master-material-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.artist-master-template .master-material-points span {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 999px;
  color: #dfdce6;
  background: rgba(255,255,255,.018);
  font-size: .58rem;
  font-weight: 790;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Booking */
.artist-master-template .master-booking-section {
  min-height: 660px;
}

.artist-master-template .master-booking-content {
  max-width: 980px;
}

.artist-master-template .master-booking-content h2 {
  font-size: clamp(3.25rem, 7.2vw, 7rem);
}

.artist-master-template .master-booking-note {
  max-width: 720px;
  margin: 22px auto 0 !important;
  padding-top: 19px;
  border-top: 1px solid rgba(255,255,255,.09);
  color: var(--muted-2) !important;
  font-size: .74rem;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 1180px) {
  .artist-master-template .master-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr);
    gap: 42px;
  }

  .artist-master-template .artist-profile-hero h1 {
    font-size: clamp(4rem, 8vw, 7.6rem);
  }

  .artist-master-template .master-music-layout {
    grid-template-columns: 1fr;
  }

  .artist-master-template .master-release-card {
    grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  }

  .artist-master-template .master-spotify-frame {
    max-width: 760px;
  }
}

@media (max-width: 980px) {
  .artist-master-template .artist-master-hero {
    padding-top: calc(var(--header-height) + 58px) !important;
  }

  .artist-master-template .master-hero-grid {
    grid-template-columns: 1fr;
  }

  .artist-master-template .master-hero-copy {
    max-width: 760px;
  }

  .artist-master-template .master-hero-art {
    width: min(650px, 100%);
    min-height: 650px;
    margin-inline: auto;
  }

  .artist-master-template .master-section-nav__inner {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .artist-master-template .master-section-nav__inner::-webkit-scrollbar {
    display: none;
  }

  .artist-master-template .master-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 570px 320px;
  }

  .artist-master-template .master-gallery-item--primary {
    grid-column: 1;
    grid-row: 1;
  }

  .artist-master-template .master-gallery-item--live {
    grid-column: 2;
    grid-row: 1;
  }

  .artist-master-template .master-gallery-item--detail {
    grid-column: 1 / 3;
    grid-row: 2;
  }
}

/* Mobile: purpose-built composition instead of a shrunken desktop hero */
@media (max-width: 760px) {
  .artist-master-template .artists-page .section,
  .artist-master-template .section {
    padding-block: 78px;
  }

  .artist-master-template .artist-master-hero {
    min-height: auto;
    padding-top: calc(var(--header-height) + 36px) !important;
    padding-bottom: 58px !important;
  }

  .artist-master-template .artist-master-hero .breadcrumbs {
    margin-bottom: 24px;
    font-size: .58rem;
  }

  .artist-master-template .master-hero-grid {
    display: block;
  }

  .artist-master-template .artist-roster-badge {
    max-width: 100%;
    font-size: .49rem;
    letter-spacing: .1em;
  }

  .artist-master-template .master-title-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 104px;
    gap: 15px;
    align-items: end;
    margin-top: 22px;
  }

  .artist-master-template .profile-location {
    margin: 0 0 7px;
    font-size: .55rem;
  }

  .artist-master-template .artist-profile-hero h1 {
    font-size: clamp(3.25rem, 15.6vw, 5.25rem);
    line-height: .8;
  }

  .artist-master-template .master-mobile-identity {
    display: block;
    position: relative;
    width: 104px;
    margin: 0;
    overflow: visible;
  }

  .artist-master-template .master-mobile-identity > img {
    width: 104px;
    height: 134px;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 52px 52px 18px 18px;
    object-fit: cover;
    object-position: center 25%;
    box-shadow: 0 19px 42px rgba(0,0,0,.42), 0 0 34px rgba(255,63,159,.08);
  }

  .artist-master-template .master-mobile-identity figcaption {
    position: absolute;
    right: -4px;
    bottom: -21px;
    width: 128px;
    display: grid;
    grid-template-columns: 39px minmax(0,1fr);
    gap: 8px;
    align-items: center;
    padding: 6px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 12px;
    background: rgba(6,4,14,.92);
    box-shadow: 0 15px 34px rgba(0,0,0,.42);
  }

  .artist-master-template .master-mobile-identity figcaption img {
    width: 39px;
    height: 39px;
    border-radius: 8px;
    object-fit: cover;
  }

  .artist-master-template .master-mobile-identity figcaption span,
  .artist-master-template .master-mobile-identity figcaption small,
  .artist-master-template .master-mobile-identity figcaption strong {
    display: block;
    min-width: 0;
  }

  .artist-master-template .master-mobile-identity figcaption small {
    color: var(--profile-pink-light);
    font-size: .37rem;
    font-weight: 820;
    letter-spacing: .08em;
  }

  .artist-master-template .master-mobile-identity figcaption strong {
    margin-top: 1px;
    overflow: hidden;
    color: #fff;
    font-size: .58rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .artist-master-template .master-artist-role {
    margin-top: 28px;
    font-size: 1rem;
  }

  .artist-master-template .profile-genres {
    margin-top: 13px;
    gap: 7px;
    font-size: .59rem;
    letter-spacing: .08em;
  }

  .artist-master-template .profile-hero-lead {
    margin-top: 18px;
    font-size: .91rem;
    line-height: 1.58;
  }

  .artist-master-template .master-primary-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 23px;
  }

  .artist-master-template .master-primary-actions .button {
    min-width: 0;
    min-height: 48px;
    padding-inline: 12px;
    font-size: .64rem;
  }

  .artist-master-template .master-official-links {
    grid-template-columns: repeat(2, minmax(0, 1fr)) 48px;
    gap: 7px;
    margin-top: 10px;
  }

  .artist-master-template .master-official-links > a,
  .artist-master-template .master-official-links > button {
    min-height: 50px;
    padding: 8px 10px;
    border-radius: 12px;
  }

  .artist-master-template .master-official-links span {
    font-size: .43rem;
  }

  .artist-master-template .master-official-links strong {
    font-size: .6rem;
  }

  .artist-master-template .master-hero-art {
    display: none;
  }

  .artist-master-template .master-section-nav__inner {
    min-height: 62px;
    padding-inline: max(15px, env(safe-area-inset-left));
  }

  .artist-master-template .master-section-nav a {
    min-height: 38px;
    padding-inline: 12px;
    font-size: .56rem;
  }

  .artist-master-template .master-section-heading {
    margin-bottom: 37px;
  }

  .artist-master-template .master-section-heading h2 {
    font-size: clamp(2.65rem, 12.7vw, 4.35rem);
  }

  .artist-master-template .master-section-heading > p:not(.section-kicker) {
    font-size: .91rem;
  }

  .artist-master-template .master-release-card {
    grid-template-columns: 1fr;
    gap: 11px;
    padding: 19px;
    border-radius: 24px;
  }

  .artist-master-template .master-album-showcase {
    width: min(310px, 86vw);
  }

  .artist-master-template .master-release-copy {
    padding: 2px 4px 8px;
  }

  .artist-master-template .master-release-copy h3 {
    font-size: clamp(3.05rem, 15vw, 4.9rem);
  }

  .artist-master-template .master-release-copy .album-actions,
  .artist-master-template .master-epk-card .epk-actions,
  .artist-master-template .master-booking-content .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .artist-master-template .master-spotify-frame {
    padding: 11px;
    border-radius: 24px;
  }

  .artist-master-template .spotify-frame-header,
  .artist-master-template .spotify-frame-footer {
    padding-inline: 4px;
  }

  .artist-master-template .spotify-frame-footer {
    gap: 7px;
    font-size: .4rem;
    letter-spacing: .08em;
  }

  .artist-master-template .master-bio-section .section-heading h2 {
    font-size: clamp(2.7rem, 12.5vw, 4.3rem);
  }

  .artist-master-template .master-bio-section .bio-copy > p:first-child {
    font-size: 1.18rem;
    line-height: 1.58;
  }

  .artist-master-template .master-gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 460px 230px;
    gap: 10px;
  }

  .artist-master-template .master-gallery-item {
    border-radius: 19px;
  }

  .artist-master-template .master-gallery-item figcaption {
    left: 12px;
    right: 12px;
    bottom: 11px;
    font-size: .48rem;
  }

  .artist-master-template .master-gallery-item--detail img {
    object-position: center 30%;
  }

  .artist-master-template .master-epk-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .artist-master-template .master-material-points {
    justify-content: center;
  }

  .artist-master-template .master-booking-section {
    min-height: 600px;
  }

  .artist-master-template .master-booking-content h2 {
    font-size: clamp(3rem, 14vw, 4.8rem);
  }
}

@media (max-width: 430px) {
  .artist-master-template .master-title-row {
    grid-template-columns: minmax(0, 1fr) 92px;
    gap: 11px;
  }

  .artist-master-template .master-mobile-identity,
  .artist-master-template .master-mobile-identity > img {
    width: 92px;
  }

  .artist-master-template .master-mobile-identity > img {
    height: 121px;
  }

  .artist-master-template .master-mobile-identity figcaption {
    width: 120px;
  }

  .artist-master-template .master-primary-actions {
    grid-template-columns: 1fr;
  }

  .artist-master-template .master-official-links {
    grid-template-columns: 1fr 1fr;
  }

  .artist-master-template .master-official-links .profile-share {
    grid-column: 1 / 3;
    width: 100%;
    flex-direction: row;
    font-size: .62rem;
  }

  .artist-master-template .master-gallery-grid {
    grid-template-rows: 400px 205px;
  }
}

@media (max-width: 340px) {
  .artist-master-template .artist-profile-hero h1 {
    font-size: clamp(2.85rem, 15.4vw, 4.2rem);
  }

  .artist-master-template .master-title-row {
    grid-template-columns: minmax(0, 1fr) 82px;
  }

  .artist-master-template .master-mobile-identity,
  .artist-master-template .master-mobile-identity > img {
    width: 82px;
  }

  .artist-master-template .master-mobile-identity > img {
    height: 110px;
  }

  .artist-master-template .master-mobile-identity figcaption {
    right: -3px;
    width: 108px;
    grid-template-columns: 33px minmax(0,1fr);
  }

  .artist-master-template .master-mobile-identity figcaption img {
    width: 33px;
    height: 33px;
  }

  .artist-master-template .master-gallery-grid {
    grid-template-rows: 350px 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .artist-master-template .master-gallery-item img,
  .artist-master-template .master-official-links > a,
  .artist-master-template .master-official-links > button {
    transition: none;
  }
}
