:root {
  --bg: #080b0c;
  --panel: #111719;
  --panel-2: #151919;
  --text: #f7f4ee;
  --muted: #b9c0bc;
  --line: rgba(255, 255, 255, 0.14);
  --cyan: #21d6d2;
  --gold: #d49a35;
  --green: #6c8b66;
  --smoke: #8f8a81;
  --max: 1120px;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, rgba(33, 214, 210, 0.055), transparent 430px),
    linear-gradient(90deg, rgba(212, 154, 53, 0.04), transparent 32%, rgba(108, 139, 102, 0.04)),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

body::selection {
  background: var(--cyan);
  color: #031011;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 11, 12, 0.82);
  backdrop-filter: blur(14px);
}

.site-header__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand__mark {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: #020303 url("images/ring-light-mark.webp") center / cover no-repeat;
  box-shadow: 0 0 18px rgba(33, 214, 210, 0.42);
  animation: ring-glow 5.8s var(--ease) infinite;
  transform-origin: center;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  position: relative;
  padding: 10px 12px;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--text);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 5px;
  height: 1px;
  background: var(--cyan);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms var(--ease);
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text);
  border-radius: var(--radius);
}

.menu-button span,
.menu-button::before,
.menu-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: min(760px, 78vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.28) 58%, rgba(0, 0, 0, 0.62)),
    rgba(0, 0, 0, 0.25);
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--gold), transparent);
  opacity: 0.82;
  transform: translateX(-35%);
  animation: signal-sweep 7s var(--ease) infinite;
}

.hero--light::before {
  background: rgba(0, 0, 0, 0.34);
}

.hero--jayde {
  background-position: center;
}

.hero--jayde::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.48) 48%, rgba(0, 0, 0, 0.18)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.55), transparent 50%);
}

.hero--logo {
  background-size: min(720px, 64vw);
  background-position: right 8% center;
  background-repeat: no-repeat;
  background-color: #020303;
}

.hero--logo::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.55) 46%, rgba(0, 0, 0, 0.12)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent 48%);
}

.hero--page {
  min-height: min(440px, 50vh);
  align-items: center;
  background-image:
    linear-gradient(135deg, rgba(33, 214, 210, 0.16), transparent 34%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.66)),
    linear-gradient(180deg, #0b0f10, #050707);
  background-size: cover;
  background-position: center;
}

.hero--page::before {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.12)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.58), transparent 54%);
}

.hero--page .hero__content {
  padding: 72px 0;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: 96px 0 72px;
  transform: translateY(0);
}

.hero__content > * {
  position: relative;
  z-index: 1;
}

.hero__mobile-art {
  display: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--cyan);
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(3rem, 10vw, 6.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero__lead {
  width: min(100%, 700px);
  max-width: min(700px, calc(100vw - 32px));
  margin: 22px 0 0;
  color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.section {
  padding: 84px 0;
  border-top: 1px solid var(--line);
}

.section--panel {
  background: var(--panel);
}

.section--compact {
  padding: 56px 0;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-head h2,
.split h2 {
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-head p,
.split p,
.copy p,
.card p,
.release-item p {
  color: var(--muted);
}

.artist-grid,
.release-grid,
.song-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

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

.card,
.release-item,
.audio-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.026)),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadow);
}

.card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), background 260ms var(--ease);
}

.card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 700ms var(--ease), filter 700ms var(--ease);
}

.card:hover {
  border-color: rgba(33, 214, 210, 0.42);
  transform: translateY(-6px);
}

.card:hover img {
  filter: contrast(1.06) saturate(1.08);
  transform: scale(1.045);
}

.card__body {
  padding: 20px;
}

.card h3,
.release-item h3,
.audio-panel h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.card p,
.release-item p {
  margin: 0 0 18px;
}

.text-link {
  color: var(--cyan);
  font-weight: 800;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--cyan);
  border-radius: var(--radius);
  background: var(--cyan);
  color: #041112;
  font-weight: 850;
  text-decoration: none;
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background 220ms var(--ease);
}

.button:hover {
  box-shadow: 0 0 28px rgba(33, 214, 210, 0.28);
  transform: translateY(-2px);
}

.button--ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.split img {
  width: 100%;
  border-radius: var(--radius);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.copy {
  max-width: 760px;
}

.copy h2,
.copy h3 {
  line-height: 1.1;
}

.copy p:first-of-type {
  font-size: 1.08rem;
}

.meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.meta-list li {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 12px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

.release-item {
  position: relative;
  overflow: hidden;
  padding: 22px;
  transition: transform 240ms var(--ease), border-color 240ms var(--ease);
}

.release-item p {
  margin-bottom: 0;
}

.release-item:hover {
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-3px);
}

.song-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stream-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.stream-item {
  display: grid;
  align-content: start;
  gap: 12px;
}

.stream-item p {
  margin-bottom: 4px;
}

.spotify-embed {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-radius: var(--radius);
  background: #111719;
}

.audio-panel {
  position: relative;
  overflow: hidden;
  padding: 24px;
}

.audio-panel::before {
  content: "";
  display: block;
  height: 42px;
  margin: 0 0 20px;
  opacity: 0.68;
  background:
    linear-gradient(90deg, transparent, rgba(33, 214, 210, 0.7), rgba(212, 154, 53, 0.58), transparent),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0 2px, transparent 2px 13px);
  background-size: 190% 100%, auto;
  border-radius: var(--radius);
  animation: audio-signal 5.2s linear infinite;
}

audio {
  width: 100%;
  margin-top: 12px;
}

.artist-theme-akomara .eyebrow,
.artist-theme-akomara .text-link {
  color: var(--gold);
}

.artist-theme-akomara .button {
  background: var(--gold);
  border-color: var(--gold);
}

.artist-theme-akomara .button--ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.artist-theme-jayde .eyebrow,
.artist-theme-jayde .text-link {
  color: #9ebd95;
}

.artist-theme-jayde .button {
  background: #9ebd95;
  border-color: #9ebd95;
}

.artist-theme-jayde .button--ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.footer {
  padding: 38px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #050606;
}

.footer__inner {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.footer a {
  color: var(--text);
  text-decoration: none;
}

.reveal-target {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes ring-glow {
  0%,
  100% {
    box-shadow: 0 0 16px rgba(33, 214, 210, 0.34), 0 0 0 rgba(255, 255, 255, 0);
    transform: rotate(0deg) scale(1);
  }
  50% {
    box-shadow: 0 0 28px rgba(33, 214, 210, 0.52), 0 0 46px rgba(247, 244, 238, 0.16);
    transform: rotate(2deg) scale(1.035);
  }
}

@keyframes signal-sweep {
  0%,
  100% {
    transform: translateX(-35%);
  }
  50% {
    transform: translateX(35%);
  }
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes audio-signal {
  from {
    background-position: 180% 0, 0 0;
  }
  to {
    background-position: -20% 0, 0 0;
  }
}

@keyframes mobile-art-settle {
  from {
    opacity: 0.72;
    transform: scale(1.018);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 900px) {
  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    inset: 72px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #080b0c;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .artist-grid,
  .artist-grid--two,
  .release-grid,
  .song-grid,
  .stream-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 72vh;
  }

  .hero--jayde,
  .hero--light {
    display: block;
    min-height: auto;
    background-image: linear-gradient(180deg, #080b0c, #050707) !important;
  }

  .hero--jayde::before,
  .hero--light::before {
    display: none;
  }

  .hero--jayde .hero__content,
  .hero--light .hero__content {
    padding: 34px 0 54px;
  }

  .hero__mobile-art {
    display: block;
    width: 100%;
    height: auto;
    background: #050707;
    border-bottom: 1px solid var(--line);
    animation: mobile-art-settle 900ms var(--ease) both;
  }

  .hero--jayde .hero__mobile-art {
    border-bottom-color: rgba(158, 189, 149, 0.36);
  }

  .hero--light .hero__mobile-art {
    border-bottom-color: rgba(212, 154, 53, 0.4);
  }

  .section {
    padding: 64px 0;
  }
}

@media (max-width: 520px) {
  .site-header__inner,
  .wrap,
  .hero__content,
  .footer__inner {
    width: min(calc(100% - 24px), var(--max));
  }

  .brand__text {
    max-width: 180px;
    font-size: 0.96rem;
    white-space: nowrap;
  }

  .hero__content {
    padding-bottom: 48px;
  }

  .hero--logo {
    min-height: min(640px, calc(100vh - 72px));
    min-height: min(640px, calc(100svh - 72px));
    background-size: min(360px, 88vw);
    background-position: center 28px;
  }

  .hero--page {
    min-height: 320px;
  }

  .hero--page .hero__content {
    padding: 56px 0;
  }

  .hero--logo::before {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.78) 50%, rgba(0, 0, 0, 0.96)),
      rgba(0, 0, 0, 0.22);
  }

  h1 {
    font-size: clamp(2.35rem, 15vw, 3.95rem);
  }

  .hero__lead {
    width: auto;
    max-width: 32ch;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero--jayde .hero__lead {
    width: auto;
    max-width: 32ch;
  }

  .button-row {
    gap: 10px;
  }

  .button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.93rem;
  }

  .section {
    padding: 52px 0;
  }

  .card__body,
  .release-item,
  .audio-panel {
    padding: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-target {
    opacity: 1;
    transform: none;
  }
}
