:root {
  --bg: #050407;
  --panel: rgba(13, 12, 22, 0.78);
  --panel-strong: rgba(18, 16, 29, 0.92);
  --line: rgba(255, 255, 255, 0.11);
  --text: #ffffff;
  --muted: #aaa7b5;
  --pink: #ff149d;
  --violet: #8b28ff;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-height: 100vh;
  background: #030207;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

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

.site-bg {
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 2, 7, 0.96) 0%, rgba(3, 2, 7, 0.72) 36%, rgba(3, 2, 7, 0.8) 100%),
    radial-gradient(circle at 78% 15%, rgba(255, 20, 157, 0.18), transparent 38%),
    url("hero-dajan-artist.webp") center / cover no-repeat;
  z-index: -2;
}

.site-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(3, 2, 7, 0.35) 58%, #030207 100%);
}

.shell {
  width: min(1660px, calc(100% - 96px));
  margin: 0 auto;
}

.topbar {
  height: 132px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 40px;
}

.brand img {
  width: 102px;
  display: block;
  filter: drop-shadow(0 0 16px rgba(255, 20, 157, 0.28));
}

.nav {
  display: flex;
  gap: 42px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  padding: 16px 0;
}

.nav a.active,
.nav a:hover { color: var(--pink); }

.nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--pink);
}

.actions {
  display: flex;
  align-items: center;
  gap: 18px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(10, 9, 18, .72);
  color: #fff;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.socials {
  display: flex;
  gap: 22px;
  color: #f6f3ff;
}

.icon-link {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.045);
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.icon-link:hover {
  border-color: rgba(255,20,157,.8);
  background: rgba(255,20,157,.18);
  color: #fff;
}

.icon-link[aria-label="Twitch"] { color: #9146ff; }
.icon-link[aria-label="Instagram"] { color: #e4405f; }
.icon-link[aria-label="YouTube"] { color: #ff0033; }
.icon-link[aria-label="SoundCloud"] { color: #ff5500; }
.icon-link[aria-label="Discord"] { color: #5865f2; }

.lang {
  display: flex;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  overflow: hidden;
}

.lang button {
  width: 40px;
  height: 32px;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
}

.lang button.active {
  background: linear-gradient(135deg, var(--pink), var(--violet));
}

.listen {
  height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 20, 157, 0.75);
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.hero {
  min-height: 585px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 34px;
}

.hero-copy {
  width: min(660px, 100%);
  position: relative;
  z-index: 2;
}

.hero-slogan {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.6vw, 86px);
  line-height: .98;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 620px;
}

.hero .small-line {
  margin-top: 28px;
  margin-bottom: 32px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--pink);
  font-size: 19px;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 0.95;
  text-transform: uppercase;
}

.accent {
  display: block;
  color: var(--pink);
  font-style: italic;
}

.small-line {
  width: 58px;
  height: 3px;
  margin: 34px 0;
  background: var(--pink);
}

.lead {
  max-width: 420px;
  margin: 0 0 36px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.65;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.btn {
  min-height: 54px;
  padding: 0 34px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(10, 9, 18, .72);
  text-transform: uppercase;
  font-weight: 700;
}

.btn.primary {
  border: 0;
  background: linear-gradient(135deg, var(--pink), var(--violet));
}

.tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 24px;
}

.tile,
.player,
.event-card,
.page-panel {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(17, 15, 27, .86), rgba(8, 7, 14, .76));
  box-shadow: 0 18px 60px rgba(0,0,0,.28);
  backdrop-filter: blur(14px);
}

.tile {
  min-height: 128px;
  border-radius: 8px;
  padding: 28px 28px;
  display: grid;
  grid-template-columns: 64px 1fr 24px;
  gap: 18px;
  align-items: center;
}

.tile i,
.feature-icon {
  color: var(--pink);
  width: 46px;
  height: 46px;
}

.tile strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase;
}

.tile span {
  color: var(--muted);
  line-height: 1.55;
}

.player {
  margin: 0 0 28px;
  border-radius: 8px;
  padding: 22px 26px;
  display: grid;
  grid-template-columns: 235px 1fr 410px;
  gap: 42px;
  align-items: center;
}

.cover {
  aspect-ratio: 1;
  border-radius: 8px;
  background: linear-gradient(150deg, #151021, #ff149d 48%, #160724);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.cover img { width: 70%; filter: drop-shadow(0 0 24px rgba(255,255,255,.14)); }

.section-label {
  color: var(--pink);
  text-transform: uppercase;
  font-size: 17px;
}

.track-title {
  margin: 12px 0 8px;
  font-size: 27px;
  text-transform: uppercase;
}

.controls {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.controls button {
  width: 42px;
  height: 42px;
  border: 0;
  color: #fff;
  background: transparent;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.controls button:disabled {
  cursor: not-allowed;
  opacity: .38;
}

.play {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--pink), var(--violet));
}

.audio-progress {
  width: min(100%, 520px);
  height: 5px;
  margin-top: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
  overflow: hidden;
}

.audio-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pink), var(--violet));
}

.audio-time {
  width: min(100%, 520px);
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  color: rgba(255,255,255,.66);
  font-size: 13px;
}

.volume-control {
  width: min(100%, 260px);
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.72);
}

.volume-control input {
  width: 100%;
  accent-color: var(--pink);
  cursor: pointer;
}

.track-list-home {
  width: min(100%, 520px);
  margin-top: 16px;
  display: grid;
  gap: 8px;
}

.track-list-home[hidden] {
  display: none;
}

.track-list-home button {
  width: 100%;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.045);
  color: #fff;
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  cursor: pointer;
}

.track-list-home button.active {
  border-color: rgba(255,20,157,.75);
  background: rgba(255,20,157,.14);
}

.track-list-home span {
  font-weight: 800;
}

.track-list-home small {
  color: rgba(255,255,255,.62);
  white-space: nowrap;
}

.wave {
  height: 78px;
  background:
    repeating-linear-gradient(90deg, transparent 0 10px, rgba(255,20,157,.95) 10px 13px, transparent 13px 20px);
  mask-image: radial-gradient(ellipse at center, #000 0 45%, transparent 72%);
  opacity: .92;
}

.event-card {
  border-radius: 8px;
  padding: 28px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  align-items: center;
}

.datebox {
  height: 86px;
  border: 1px solid rgba(255,20,157,.32);
  border-radius: 7px;
  display: grid;
  place-items: center;
  text-align: center;
}

.datebox b { font-size: 34px; }
.datebox span { color: var(--pink); text-transform: uppercase; }

.page-main {
  padding: 28px 0 56px;
}

.split-panel {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 26px;
  align-items: stretch;
}

.portrait-panel {
  min-height: 300px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(120deg, rgba(3,2,7,.88), rgba(255,20,157,.16)),
    url("dajan-bg-pink.webp") center / cover no-repeat;
  position: relative;
  overflow: hidden;
}

.portrait-panel::after {
  display: none;
}

.link-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.link-list a {
  min-height: 58px;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255,255,255,.035);
  text-transform: uppercase;
  font-weight: 700;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.055);
  color: #fff;
  padding: 15px 16px;
  font: inherit;
}

.contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.contact-form option {
  color: #050407;
}

.contact-form .captcha-field {
  border: 1px solid rgba(255,20,157,.65);
  border-radius: 7px;
  padding: 16px;
  background: linear-gradient(135deg, rgba(255,20,157,.16), rgba(111,34,255,.12));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  gap: 12px;
}

.contact-form .captcha-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #fff;
}

.contact-form .captcha-field strong {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0;
}

.contact-form .captcha-field em {
  color: var(--pink);
  font-style: normal;
  font-size: 22px;
  font-weight: 900;
}

.contact-form .privacy-check {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 12px;
  color: #fff !important;
  line-height: 1.55;
  text-transform: none !important;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 7px;
  padding: 14px 16px;
  background: rgba(255,255,255,.045);
  font-size: 15px;
}

.contact-form .privacy-check input {
  width: 18px !important;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--pink);
}

.contact-form .privacy-text {
  color: #fff;
  text-transform: none;
}

.contact-form .privacy-check a {
  color: #fff !important;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-color: var(--pink);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.form-note {
  color: var(--muted);
  line-height: 1.6;
}

.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-status {
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 7px;
  font-weight: 800;
}

.form-status.success {
  color: #dfffea;
  border: 1px solid rgba(35, 210, 117, .45);
  background: rgba(35, 210, 117, .14);
}

.form-status.error {
  color: #ffe4ec;
  border: 1px solid rgba(255, 60, 100, .5);
  background: rgba(255, 60, 100, .14);
}

.about-main {
  padding-top: 10px;
}

.about-hero {
  min-height: 280px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  padding-bottom: 24px;
}

.about-hero-text .about-copy {
  max-width: 980px;
}

.about-copy h1 {
  margin: 12px 0 16px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: .95;
  text-transform: uppercase;
}

.about-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.about-portrait {
  margin: 0;
  min-height: 300px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,20,157,.18), rgba(8,7,14,.92));
  box-shadow: 0 28px 90px rgba(0,0,0,.42);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: block;
  object-fit: cover;
  object-position: center top;
}

.about-content {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
  gap: 26px;
  align-items: stretch;
  margin-bottom: 34px;
}

.about-story h2 {
  max-width: 850px;
  font-size: clamp(26px, 2.5vw, 36px);
  line-height: 1.12;
}

.about-facts {
  display: grid;
  gap: 14px;
}

.fact-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: linear-gradient(145deg, rgba(17, 15, 27, .86), rgba(8, 7, 14, .76));
}

.fact-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--pink);
  font-size: 24px;
  text-transform: uppercase;
}

.fact-card span {
  color: var(--muted);
  line-height: 1.6;
}

.legal-page .page-head {
  min-height: 260px;
}

.legal-content {
  max-width: 980px;
  margin: 0 auto;
}

.legal-content section + section {
  margin-top: 30px;
}

.legal-content h2 {
  color: #fff;
  font-size: 22px;
}

.legal-content a {
  color: var(--pink);
}

.page-head {
  min-height: 340px;
  display: flex;
  align-items: center;
}

.page-panel {
  border-radius: 8px;
  padding: 34px;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.page-panel h2,
.page-panel h3 {
  margin: 0 0 14px;
  text-transform: uppercase;
}

.page-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.footer {
  border-top: 1px solid rgba(255,20,157,.35);
  margin-top: 26px;
  padding: 28px 0 36px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 32px;
  color: var(--muted);
}

.footer img { width: 95px; }

.footer-nav {
  display: flex;
  justify-content: center;
  gap: 56px;
  text-transform: uppercase;
  font-size: 14px;
}

.topbar {
  min-height: 104px;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  grid-template-columns: 170px 1fr auto;
}

.topbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 132px;
  background: linear-gradient(180deg, rgba(3,2,7,.84), rgba(3,2,7,.34) 70%, transparent);
  z-index: -1;
}

.topbar {
  position: relative;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.nav {
  min-height: 52px;
}

.actions {
  min-height: 54px;
}

.eyebrow {
  line-height: 1.3;
  min-height: 25px;
}

h1 {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lead {
  min-height: 66px;
}

.page-head {
  min-height: 340px;
}

.legal-page .page-head {
  min-height: 260px;
}

.legal-page h1 {
  min-height: 88px;
}

.page-panel h2,
.page-panel h3 {
  line-height: 1.2;
}

.page-panel h2 {
  font-size: 28px;
}

.page-panel h3 {
  font-size: 22px;
  min-height: 54px;
}

.page-panel p {
  font-size: 16px;
}

.page-grid .page-panel {
  min-height: 285px;
  display: flex;
  flex-direction: column;
}

.page-grid .page-panel .btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 1180px) {
  .topbar { grid-template-columns: 130px 1fr; height: auto; padding: 24px 0; }
  .actions { grid-column: 1 / -1; justify-content: space-between; }
  .nav { justify-content: flex-end; gap: 24px; flex-wrap: wrap; }
  .tile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .player { grid-template-columns: 170px 1fr; }
  .event-card { grid-column: 1 / -1; }
  .page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-panel { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1720px); }
  .topbar { grid-template-columns: 1fr; gap: 20px; }
  .brand img { width: 92px; }
  .nav { justify-content: flex-start; gap: 18px; font-size: 12px; }
  .actions { align-items: flex-start; flex-direction: column; }
  .hero { min-height: 480px; }
  h1 { font-size: 47px; }
  h1 { min-height: 96px; }
  .lead { font-size: 17px; }
  .tile-grid,
  .player,
  .page-grid,
  .footer { grid-template-columns: 1fr; }
  .player { gap: 24px; }
  .cover { width: 190px; }
  .footer-nav { justify-content: flex-start; flex-wrap: wrap; gap: 20px; }
}

/* Compact final layout */
.topbar {
  min-height: 86px;
  padding-top: 12px;
  padding-bottom: 12px;
  grid-template-columns: 138px 1fr auto;
}

.topbar::before {
  height: 104px;
}

.brand img {
  width: 82px;
}

.nav {
  min-height: 44px;
}

.actions {
  min-height: 46px;
}

.hero {
  min-height: 455px;
  padding-top: 8px;
}

.page-head {
  min-height: 260px;
}

.legal-page .page-head {
  min-height: 220px;
}

.eyebrow {
  margin-bottom: 14px;
}

.small-line {
  margin: 22px 0;
}

.lead {
  margin-bottom: 24px;
}

.hero .small-line {
  margin-top: 22px;
  margin-bottom: 24px;
}

.tile-grid {
  margin-top: 8px;
}

.page-main {
  padding-top: 12px;
}

@media (max-width: 1180px) {
  .topbar {
    grid-template-columns: 112px 1fr;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brand img {
    width: 76px;
  }

  .hero,
  .page-head {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 28px, 1660px);
  }

  .topbar {
    grid-template-columns: auto 1fr auto;
    min-height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 12px;
  }

  .brand img {
    width: 68px;
  }

  .menu-toggle { display: inline-flex; grid-column: 3; grid-row: 1; }
  .brand { grid-column: 1; grid-row: 1; }
  .nav {
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(7, 6, 12, .94);
    gap: 6px;
  }
  .menu-open .nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nav a {
    padding: 12px 10px;
    border-radius: 6px;
    background: rgba(255,255,255,.035);
  }
  .nav a.active::after { display: none; }

  .actions {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    gap: 12px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .socials { gap: 16px; }
  .listen { height: 44px; padding: 0 16px; }

  .hero,
  .page-head {
    min-height: 330px;
    padding-top: 0;
  }

  .hero-slogan { font-size: 34px; max-width: 360px; }

  .lead {
    min-height: auto;
    margin-bottom: 18px;
  }

  .page-grid .page-panel {
    min-height: auto;
  }
}

@media (max-width: 1180px) {
  .about-hero,
  .about-content {
    grid-template-columns: 1fr;
  }

  .about-portrait,
  .about-portrait img {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .about-main {
    padding-top: 16px;
  }

  .about-hero {
    gap: 24px;
    min-height: auto;
  }

  .about-portrait,
  .about-portrait img {
    min-height: 260px;
  }

  .about-copy h1 {
    font-size: 44px;
  }
}

.legal-page .page-head {
  min-height: 190px;
}

.legal-page h1 {
  min-height: auto;
  display: block;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  max-width: 980px;
}

.legal-page .lead {
  max-width: 620px;
}

@media (max-width: 760px) {
  .legal-page .page-head {
    min-height: 220px;
  }

  .legal-page h1 {
    font-size: 36px;
  }
}
