.hidden-prince-page {
  --hp-bg: #060409;
  --hp-ink: #fff8ec;
  --hp-muted: #c8bb9e;
  --hp-soft: rgba(255, 248, 236, 0.72);
  --hp-gold: #d6a546;
  --hp-gold-bright: #ffe08f;
  --hp-blue: #7db7d8;
  --hp-wine: #351121;
  --hp-panel: rgba(10, 8, 11, 0.72);
  --hp-line: rgba(255, 224, 143, 0.24);
  --hp-max: 1180px;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 4, 9, 0.72), rgba(6, 4, 9, 0.96)),
    radial-gradient(circle at 22% 16%, rgba(98, 26, 57, 0.42), transparent 30rem),
    radial-gradient(circle at 82% 30%, rgba(125, 183, 216, 0.2), transparent 26rem),
    linear-gradient(135deg, #060409 0%, #111016 48%, #030305 100%);
  color: var(--hp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hidden-prince-page *,
.hidden-prince-page *::before,
.hidden-prince-page *::after {
  box-sizing: border-box;
}

.hidden-prince-page a {
  color: inherit;
  text-decoration: none;
}

.hp-shell {
  width: calc(100% - 40px);
  max-width: var(--hp-max);
  margin: 0 auto;
}

.hp-nav {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
}

.hp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 0.84rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hp-brand__crest {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 224, 143, 0.44);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 62%, var(--hp-gold-bright) 0 8%, transparent 9%),
    linear-gradient(135deg, rgba(214, 165, 70, 0.98), rgba(125, 183, 216, 0.78));
  box-shadow: 0 0 30px rgba(214, 165, 70, 0.32);
}

.hp-nav__links {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--hp-soft);
  font-size: 0.92rem;
}

.hp-nav__links a {
  transition: color 160ms ease;
}

.hp-nav__links a:hover {
  color: var(--hp-gold-bright);
}

.hp-hero {
  position: relative;
  isolation: isolate;
}

.hp-hero__backdrop {
  position: absolute;
  inset: -92px 0 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 4, 9, 0.94) 0 44%, rgba(6, 4, 9, 0.72) 64%, rgba(6, 4, 9, 0.94) 100%),
    url("/artists/hidden-prince/hidden-prince.jpg") center 58% / cover no-repeat;
  opacity: 0.54;
}

.hp-hero__backdrop::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 4, 9, 0.12), rgba(6, 4, 9, 0.86)),
    repeating-linear-gradient(0deg, rgba(255, 248, 236, 0.025), rgba(255, 248, 236, 0.025) 1px, transparent 1px, transparent 5px);
}

.hp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(34px, 6vw, 72px);
  min-height: min(760px, calc(100svh - 74px));
  padding: clamp(42px, 7vw, 82px) 0 clamp(72px, 9vw, 110px);
}

.hp-hero__copy {
  min-width: 0;
  max-width: 100%;
}

.hp-eyebrow {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 20px;
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  padding: 9px 13px;
  background: rgba(255, 248, 236, 0.06);
  color: var(--hp-gold-bright);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.25;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.hp-title {
  max-width: 760px;
  margin: 0 0 18px;
  color: var(--hp-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.1rem, 10vw, 9.6rem);
  font-weight: 500;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow:
    0 0 42px rgba(214, 165, 70, 0.18),
    0 8px 0 rgba(125, 183, 216, 0.12);
}

.hp-lede {
  max-width: 650px;
  margin: 0 0 28px;
  color: var(--hp-soft);
  font-size: clamp(1.08rem, 1.6vw, 1.26rem);
  line-height: 1.58;
  overflow-wrap: break-word;
}

.hp-lede strong,
.hp-section__copy strong {
  color: var(--hp-ink);
  font-weight: 900;
}

.hp-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  max-width: 100%;
  margin: 0 0 32px;
}

.hp-button {
  display: inline-flex;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  padding: 0 17px;
  color: var(--hp-ink);
  font-weight: 950;
  white-space: nowrap;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.hp-button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 224, 143, 0.52);
}

.hp-button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--hp-gold-bright), var(--hp-gold) 54%, var(--hp-blue));
  color: #110909;
  box-shadow: 0 16px 40px rgba(214, 165, 70, 0.24);
}

.hp-button--secondary {
  background: rgba(255, 248, 236, 0.06);
  backdrop-filter: blur(16px);
}

.hp-button--merch {
  border-color: transparent;
  background: linear-gradient(135deg, #fff0a8, #f05ca8 58%, #7de5ff);
  color: #140909;
  box-shadow:
    0 18px 46px rgba(240, 92, 168, 0.3),
    0 0 30px rgba(255, 224, 143, 0.28);
}

.hp-button--merch:hover {
  border-color: transparent;
  box-shadow:
    0 20px 54px rgba(240, 92, 168, 0.4),
    0 0 38px rgba(255, 224, 143, 0.36);
}

.hp-metadata {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 710px;
}

.hp-meta-card {
  min-height: 92px;
  border: 1px solid var(--hp-line);
  border-radius: 8px;
  padding: 15px;
  background: var(--hp-panel);
  backdrop-filter: blur(16px);
}

.hp-meta-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--hp-gold-bright);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hp-meta-card b {
  color: var(--hp-ink);
  font-weight: 950;
  line-height: 1.25;
}

.hp-art {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 224, 143, 0.32);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(135deg, rgba(255, 224, 143, 0.28), rgba(125, 183, 216, 0.14)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.48),
    0 0 80px rgba(214, 165, 70, 0.18);
}

.hp-art::before {
  position: absolute;
  inset: -13%;
  z-index: -1;
  content: "";
  background:
    radial-gradient(circle at 44% 62%, rgba(214, 165, 70, 0.38), transparent 38%),
    radial-gradient(circle at 72% 32%, rgba(125, 183, 216, 0.22), transparent 34%);
  filter: blur(10px);
}

.hp-art img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 58%;
  background: #030305;
}

.hp-art figcaption {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 48px);
  min-height: 38px;
  align-items: center;
  border: 1px solid rgba(255, 224, 143, 0.28);
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(6, 4, 9, 0.72);
  color: var(--hp-gold-bright);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.hp-section {
  border-top: 1px solid rgba(255, 224, 143, 0.13);
  padding: clamp(64px, 8vw, 96px) 0;
}

.hp-section__grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(30px, 6vw, 74px);
  align-items: start;
}

.hp-section h2 {
  margin: 0;
  color: var(--hp-ink);
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
  text-transform: uppercase;
}

.hp-section__copy {
  max-width: 100%;
  color: var(--hp-soft);
  font-size: 1.08rem;
  line-height: 1.72;
  overflow-wrap: break-word;
}

.hp-section__copy p {
  margin: 0;
}

.hp-quote {
  margin-top: 22px;
  border: 1px solid var(--hp-line);
  border-radius: 8px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(53, 17, 33, 0.52), rgba(125, 183, 216, 0.08)),
    var(--hp-panel);
}

.hp-quote p {
  margin: 0;
  color: var(--hp-ink);
  font-size: clamp(1.5rem, 3vw, 2.55rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.06;
}

.hp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hp-tags span {
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 248, 236, 0.055);
  color: var(--hp-soft);
  font-size: 0.88rem;
  font-weight: 850;
}

.hp-signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.hp-signal {
  min-height: 148px;
  border: 1px solid var(--hp-line);
  border-radius: 8px;
  padding: 18px;
  background:
    linear-gradient(160deg, rgba(255, 224, 143, 0.12), rgba(125, 183, 216, 0.06)),
    rgba(255, 248, 236, 0.045);
}

.hp-signal b {
  display: block;
  margin-bottom: 8px;
  color: var(--hp-ink);
  font-size: 1.06rem;
}

.hp-signal span {
  color: var(--hp-soft);
  line-height: 1.5;
}

.hp-release-card {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 1px solid var(--hp-line);
  border-radius: 8px;
  padding: 16px;
  background: var(--hp-panel);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.26);
}

.hp-release-card img {
  width: 106px;
  height: 106px;
  border-radius: 6px;
  object-fit: cover;
  object-position: center 58%;
}

.hp-release-card h3 {
  margin: 0 0 7px;
  color: var(--hp-ink);
  font-size: 1.45rem;
}

.hp-release-card p {
  margin: 0;
  color: var(--hp-soft);
  line-height: 1.48;
}

.hp-release-list {
  display: grid;
  gap: 22px;
}

.hp-listen-block {
  min-width: 0;
}

.hp-platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.hp-platform {
  display: grid;
  min-height: 58px;
  place-items: center;
  border: 1px solid var(--hp-line);
  border-radius: 8px;
  padding: 0 10px;
  background: rgba(255, 248, 236, 0.055);
  color: var(--hp-ink);
  font-weight: 950;
  text-align: center;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.hp-platform:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 224, 143, 0.5);
  background: rgba(255, 248, 236, 0.09);
}

.hp-platform--merch {
  border-color: transparent;
  background: linear-gradient(135deg, #fff0a8, #f05ca8 58%, #7de5ff);
  color: #140909;
  box-shadow:
    0 16px 38px rgba(240, 92, 168, 0.25),
    0 0 24px rgba(255, 224, 143, 0.22);
}

.hp-platform--merch:hover {
  border-color: transparent;
  background: linear-gradient(135deg, #fff6c9, #ff6fba 58%, #a5efff);
  box-shadow:
    0 18px 44px rgba(240, 92, 168, 0.34),
    0 0 32px rgba(255, 224, 143, 0.3);
}

.hp-platform--pending {
  cursor: default;
  color: rgba(255, 248, 236, 0.62);
}

.hp-platform--pending:hover {
  transform: none;
  border-color: var(--hp-line);
  background: rgba(255, 248, 236, 0.055);
}

@media (max-width: 980px) {
  .hp-hero__grid,
  .hp-section__grid {
    grid-template-columns: 1fr;
  }

  .hp-art {
    width: min(100%, 520px);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .hp-shell {
    width: calc(100% - 48px);
    max-width: var(--hp-max);
  }

  .hp-nav {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 16px;
  }

  .hp-nav__links {
    flex-wrap: wrap;
  }

  .hp-hero__backdrop {
    background:
      linear-gradient(180deg, rgba(6, 4, 9, 0.72), rgba(6, 4, 9, 0.98)),
      url("/artists/hidden-prince/hidden-prince.jpg") center 64% / cover no-repeat;
    opacity: 0.48;
  }

  .hp-hero__grid {
    min-height: 0;
    padding: 36px 0 66px;
  }

  .hp-hero__copy {
    width: 100%;
    max-width: 330px;
  }

  .hp-title {
    max-width: 5.8ch;
    font-size: clamp(3.2rem, 16vw, 4.8rem);
    line-height: 0.9;
  }

  .hp-eyebrow {
    border-radius: 8px;
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .hp-button {
    width: 100%;
  }

  .hp-metadata,
  .hp-signal-grid,
  .hp-platform-grid {
    grid-template-columns: 1fr;
  }

  .hp-release-card {
    grid-template-columns: 1fr;
  }

  .hp-release-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }
}

@media (max-width: 440px) {
  .hp-title {
    font-size: clamp(3rem, 18vw, 4.6rem);
  }

  .hp-lede,
  .hp-section__copy {
    font-size: 1rem;
  }

  .hp-art {
    padding: 10px;
  }

  .hp-art figcaption {
    left: 18px;
    right: 18px;
    bottom: 18px;
    max-width: calc(100% - 36px);
    white-space: normal;
  }
}
