:root {
  --ink: #fbf4ff;
  --muted: #d2c2ee;
  --soft: #f1e5ff;
  --dark: #030108;
  --deep: #0b0618;
  --panel: rgba(23, 10, 47, 0.72);
  --panel-solid: #120d26;
  --line: rgba(199, 177, 255, 0.18);
  --purple: #9b72ff;
  --violet: #6e52d9;
  --blue: #8fbfff;
  --pink: #dfa7ff;
  --pink-deep: #b988ef;
  --lavender: #e3c7ff;
  --glow: rgba(169, 87, 255, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 18% 10%, rgba(110, 82, 217, 0.24), transparent 25%),
    radial-gradient(circle at 82% 30%, rgba(143, 191, 255, 0.13), transparent 28%),
    radial-gradient(circle at 50% 74%, rgba(155, 114, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #03020a 0%, #0b0718 46%, #03020a 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  background-image:
    radial-gradient(circle, rgba(240, 160, 255, 0.82) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(141, 183, 255, 0.52) 0 1px, transparent 1.6px);
  background-position: 18px 24px, 112px 78px;
  background-size: 180px 180px, 260px 260px;
  opacity: 0.36;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 8%, transparent 0 260px, rgba(155, 114, 255, 0.12) 262px, transparent 264px),
    radial-gradient(circle at 88% 72%, transparent 0 160px, rgba(143, 191, 255, 0.09) 162px, transparent 164px);
  opacity: 0.8;
}

.cosmic-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    linear-gradient(115deg, transparent 0 46%, rgba(240, 160, 255, 0.05) 47%, transparent 49%),
    linear-gradient(65deg, transparent 0 62%, rgba(141, 183, 255, 0.04) 63%, transparent 65%);
}

main,
.site-header,
.footer {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(3, 1, 8, 0.64);
  border-bottom: 1px solid rgba(210, 151, 255, 0.18);
  backdrop-filter: blur(16px);
}

.brand,
.nav,
.hero-actions,
.audio-strip,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
}

.brand-mascot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(240, 160, 255, 0.62);
  box-shadow: 0 0 26px rgba(169, 87, 255, 0.5);
}

.nav {
  gap: clamp(12px, 3vw, 34px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav a:hover {
  color: var(--ink);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 124px clamp(18px, 6vw, 84px) 118px;
  background:
    radial-gradient(circle at 70% 30%, rgba(143, 191, 255, 0.18), transparent 28%),
    radial-gradient(circle at 78% 70%, rgba(155, 114, 255, 0.18), transparent 34%),
    radial-gradient(circle at 24% 78%, rgba(223, 167, 255, 0.08), transparent 30%),
    linear-gradient(135deg, #03020a 0%, #0e0a20 52%, #050311 100%);
}

.hero-space,
.hero-space::before,
.hero-space::after {
  position: absolute;
  inset: 0;
}

.hero-space {
  pointer-events: none;
  overflow: hidden;
}

.hero-space::before {
  content: "";
  background:
    radial-gradient(circle, rgba(223, 167, 255, 0.56) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(143, 191, 255, 0.44) 0 1px, transparent 1.5px);
  background-size: 180px 180px, 280px 280px;
  background-position: 28px 42px, 112px 88px;
  opacity: 0.4;
}

.hero-space::after {
  content: "";
  background:
    radial-gradient(circle at 18% 28%, rgba(240, 160, 255, 0.08), transparent 22%),
    radial-gradient(circle at 72% 42%, rgba(143, 191, 255, 0.14), transparent 28%),
    linear-gradient(90deg, rgba(3, 2, 10, 0.72), transparent 62%);
}

.nebula,
.orbit-line {
  position: absolute;
  pointer-events: none;
}

.nebula {
  border-radius: 50%;
  filter: blur(28px);
}

.nebula.pink {
  width: 430px;
  height: 430px;
  right: 6%;
  top: 16%;
  background: rgba(223, 167, 255, 0.12);
}

.nebula.blue {
  width: 420px;
  height: 420px;
  right: 22%;
  bottom: 8%;
  background: rgba(143, 191, 255, 0.1);
}

.nebula.violet {
  width: 360px;
  height: 360px;
  left: 12%;
  top: 18%;
  background: rgba(155, 114, 255, 0.09);
}

.orbit-line {
  border: 1px solid rgba(199, 177, 255, 0.18);
  border-bottom-color: transparent;
  border-radius: 50%;
  filter: drop-shadow(0 0 14px rgba(155, 114, 255, 0.2));
  transform: rotate(-18deg);
}

.orbit-line.wide {
  width: 920px;
  height: 520px;
  right: -210px;
  top: 18%;
}

.orbit-line.small {
  width: 420px;
  height: 240px;
  left: 8%;
  bottom: 16%;
  opacity: 0.34;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 880px;
}

.hero-content::before {
  content: "";
  position: absolute;
  width: min(38vw, 420px);
  height: min(38vw, 420px);
  right: min(-22vw, -180px);
  top: -90px;
  border: 1px solid rgba(199, 177, 255, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 52px rgba(143, 191, 255, 0.08);
  transform: rotate(-12deg);
}

.hero-content::after {
  content: "";
  position: absolute;
  width: min(44vw, 520px);
  height: 110px;
  right: min(-25vw, -220px);
  top: 70px;
  border-top: 1px solid rgba(199, 177, 255, 0.22);
  border-radius: 50%;
  transform: rotate(-18deg);
  filter: drop-shadow(0 0 10px rgba(155, 114, 255, 0.18));
}

.hero-constellation {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.mini-star {
  position: absolute;
  width: 16px;
  height: 16px;
  background: rgba(223, 167, 255, 0.86);
  clip-path: polygon(50% 0, 58% 39%, 100% 50%, 58% 61%, 50% 100%, 42% 61%, 0 50%, 42% 39%);
  filter: drop-shadow(0 0 12px rgba(240, 160, 255, 0.74));
}

.mini-star.one { top: 21%; right: 22%; }
.mini-star.two { top: 62%; left: 14%; width: 10px; height: 10px; }
.mini-star.three { bottom: 22%; right: 16%; width: 9px; height: 9px; background: var(--blue); }
.mini-star.four { top: 34%; right: 50%; width: 10px; height: 10px; background: var(--pink); }

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
.hero-kicker {
  font-family: "Space Grotesk", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
}

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

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(56px, 9vw, 116px);
  line-height: 0.92;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  max-width: 790px;
  font-size: clamp(30px, 5vw, 58px);
  line-height: 1.03;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  letter-spacing: 0;
}

.hero-kicker {
  max-width: 780px;
  margin: 18px 0 0;
  color: var(--soft);
  font-size: clamp(28px, 4.6vw, 54px);
  font-weight: 760;
  line-height: 1.02;
}

.hero-copy {
  max-width: 670px;
  margin: 24px 0 0;
  color: #e8def5;
  font-size: clamp(17px, 2vw, 21px);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 44px;
  margin-bottom: 28px;
}

.button,
.contact-form button {
  min-height: 48px;
  border: 1px solid rgba(240, 160, 255, 0.24);
  padding: 13px 18px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  border-radius: 999px;
}

.primary,
.contact-form button {
  background: linear-gradient(90deg, #f5bdff, #b989ff);
  color: #17051f;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset, 0 14px 34px rgba(169, 87, 255, 0.28);
}

.secondary {
  border-color: rgba(240, 160, 255, 0.34);
  background: rgba(44, 14, 82, 0.32);
  color: var(--ink);
}

.button:hover,
.contact-form button:hover {
  transform: translateY(-1px);
}

.contact-form button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.audio-strip {
  min-height: 72px;
  flex-wrap: wrap;
  gap: 10px 28px;
  justify-content: center;
  padding: 16px clamp(18px, 5vw, 64px);
  border-block: 1px solid var(--line);
  background: rgba(7, 2, 17, 0.92);
  color: var(--muted);
  font-size: 14px;
  font-weight: 760;
}

.audio-strip span::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  background: var(--blue);
  vertical-align: 1px;
}

.section {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 6vw, 84px);
  position: relative;
  z-index: 1;
}

.section-heading {
  display: grid;
  gap: 6px;
  margin-bottom: 34px;
}

.portfolio {
  background:
    radial-gradient(circle at 78% 12%, rgba(169, 87, 255, 0.18), transparent 26%),
    linear-gradient(180deg, rgba(10, 4, 24, 0.76), rgba(17, 7, 38, 0.96)),
    var(--deep);
}

.artist-releases {
  background:
    radial-gradient(circle at 18% 18%, rgba(223, 167, 255, 0.14), transparent 28%),
    radial-gradient(circle at 84% 26%, rgba(143, 191, 255, 0.11), transparent 26%),
    linear-gradient(180deg, rgba(6, 4, 17, 0.94), rgba(14, 9, 31, 0.98));
}

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

.portfolio-groups {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
}

.portfolio-group {
  display: grid;
  gap: 16px;
}

.portfolio-group > h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--soft);
  font-size: clamp(22px, 3vw, 32px);
}

.portfolio-group > h3::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), var(--purple));
}

.audio-card {
  min-height: 164px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 10% 14%, rgba(240, 160, 255, 0.22), transparent 26%),
    linear-gradient(135deg, rgba(169, 87, 255, 0.17), rgba(141, 183, 255, 0.06)),
    rgba(13, 5, 29, 0.88);
  box-shadow: 0 18px 60px rgba(3, 1, 8, 0.28);
}

.artist-track {
  background:
    radial-gradient(circle at 86% 16%, rgba(223, 167, 255, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(143, 191, 255, 0.08), rgba(185, 136, 239, 0.16)),
    rgba(13, 5, 29, 0.9);
}

.artist-track .track-type {
  color: var(--pink);
}

.track-visual {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid rgba(240, 160, 255, 0.22);
  border-radius: 14px;
  background:
    radial-gradient(circle at 42% 26%, rgba(240, 160, 255, 0.28), transparent 18%),
    rgba(7, 2, 17, 0.58);
  box-shadow: inset 0 0 22px rgba(169, 87, 255, 0.22), 0 0 22px rgba(169, 87, 255, 0.16);
}

.track-visual span {
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--blue), var(--pink));
}

.track-visual span:nth-child(1) { height: 26px; }
.track-visual span:nth-child(2) { height: 44px; }
.track-visual span:nth-child(3) { height: 58px; }
.track-visual span:nth-child(4) { height: 36px; }
.track-visual span:nth-child(5) { height: 48px; }

.track-type {
  margin: 0 0 6px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.audio-card p:not(.track-type) {
  margin: 8px 0 0;
  color: var(--muted);
}

.track-info {
  min-width: 0;
}

.track-info audio {
  width: 100%;
  margin-top: 18px;
  accent-color: var(--purple);
}

.play-button {
  min-width: 70px;
  min-height: 42px;
  border: 1px solid rgba(240, 160, 255, 0.3);
  border-radius: 999px;
  background: rgba(44, 14, 82, 0.36);
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.about {
  display: grid;
  grid-template-columns: auto minmax(0, 780px);
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  padding-block: clamp(42px, 6vw, 72px);
  background: rgba(5, 3, 17, 0.48);
}

.section-mascot {
  width: clamp(54px, 8vw, 76px);
  border-radius: 50%;
  border: 1px solid rgba(240, 160, 255, 0.3);
  box-shadow: 0 0 24px rgba(169, 87, 255, 0.22);
}

.about::before {
  content: none;
}

.about h2 {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.08;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.work-card {
  min-height: 312px;
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 18%, rgba(240, 160, 255, 0.16), transparent 32%),
    var(--panel-solid);
  overflow: hidden;
  position: relative;
}

.work-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.54;
}

.work-card.dream::before {
  background: linear-gradient(145deg, rgba(141, 183, 255, 0.32), transparent 62%);
}

.work-card.fantasy::before {
  background: linear-gradient(145deg, rgba(169, 87, 255, 0.36), transparent 62%);
}

.work-card.pulse::before {
  background: linear-gradient(145deg, rgba(240, 160, 255, 0.3), transparent 62%);
}

.work-card.artist-card::before {
  background: linear-gradient(145deg, rgba(223, 167, 255, 0.34), rgba(143, 191, 255, 0.08) 58%, transparent 72%);
}

.work-card h3,
.work-card p,
.orbital {
  position: relative;
  z-index: 1;
}

.work-card p,
.service-row p,
.contact p,
.steps span {
  margin: 0;
  color: var(--muted);
}

.orbital {
  width: 86px;
  height: 86px;
  margin-bottom: 34px;
  border: 1px solid rgba(240, 160, 255, 0.62);
  border-bottom-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 22px rgba(169, 87, 255, 0.18), inset 0 0 18px rgba(169, 87, 255, 0.12);
  transform: rotate(-18deg);
}

.services {
  background:
    radial-gradient(circle at 20% 0%, rgba(240, 160, 255, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(10, 4, 24, 0.96), rgba(18, 7, 39, 0.96)),
    var(--deep);
}

.service-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.service-row {
  display: grid;
  grid-template-columns: 54px minmax(180px, 0.9fr) minmax(240px, 1.2fr);
  gap: 22px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.service-row span {
  color: var(--pink);
  font-weight: 860;
}

.service-row h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--purple);
  box-shadow: 0 0 14px var(--glow);
  vertical-align: 1px;
}

.process {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1fr);
  gap: clamp(34px, 6vw, 84px);
  align-items: start;
}

.steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: grid;
  gap: 8px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(169, 87, 255, 0.14), rgba(3, 1, 8, 0.04)),
    var(--panel);
}

.steps strong {
  color: var(--lavender);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
  gap: clamp(34px, 7vw, 96px);
  background:
    radial-gradient(circle at 88% 34%, rgba(169, 87, 255, 0.2), transparent 30%),
    linear-gradient(90deg, rgba(169, 87, 255, 0.12), transparent 44%),
    #05020d;
}

.contact p {
  max-width: 620px;
  margin-top: 18px;
}

.social-links {
  display: grid;
  gap: 12px;
  margin-top: 34px;
}

.social-links h3 {
  font-size: 22px;
}

.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(44, 14, 82, 0.28);
  color: var(--ink);
  font-weight: 760;
}

.social-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  color: var(--blue);
}

.social-link:hover {
  border-color: rgba(223, 167, 255, 0.44);
  background: rgba(80, 36, 132, 0.34);
}

.discord-link {
  color: var(--muted);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.contact-form input[name="_honey"] {
  display: none;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #eee7ff;
  font-size: 14px;
  font-weight: 740;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(7, 2, 17, 0.86);
  color: var(--ink);
  padding: 14px 13px;
  font: inherit;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid var(--pink);
  outline-offset: 2px;
}

.form-status {
  min-height: 24px;
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.form-status.success {
  color: #bdebc8;
}

.form-status.error {
  color: #ffb8cf;
}

.footer {
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 26px clamp(18px, 6vw, 84px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 900px) {
  .work-grid,
  .audio-grid,
  .about,
  .process,
  .contact {
    grid-template-columns: 1fr;
  }

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

  .section-mascot {
    width: 86px;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 760px;
    align-items: center;
    padding-bottom: 88px;
  }

  .hero-content::before,
  .hero-content::after {
    right: 0;
    top: -92px;
    opacity: 0.46;
  }

  .service-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 720px;
    padding-top: 96px;
    padding-bottom: 72px;
    gap: 8px;
  }

  h1 {
    font-size: clamp(54px, 18vw, 86px);
  }

  .button {
    width: 100%;
    text-align: center;
  }

  .brand-mascot {
    width: 40px;
    height: 40px;
  }

  .audio-card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .track-visual {
    width: 100%;
    justify-content: flex-start;
    padding-left: 22px;
    border-radius: 20px;
  }

  .play-button {
    width: 100%;
  }

  .work-card {
    min-height: 250px;
  }
}
