/* Nexxus 604 — modern dark redesign, 2026 */

@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../fonts/unbounded-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url('../fonts/unbounded-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('../fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --bg: #07060c;
  --bg-alt: #0c0a14;
  --panel: rgba(255,255,255,.035);
  --line: rgba(255,255,255,.09);
  --text: #ece9f4;
  --muted: #9d96b2;
  --violet: #8b5cf6;
  --magenta: #d946ef;
  --cyan: #22d3ee;
  --grad: linear-gradient(92deg, var(--violet), var(--magenta) 55%, var(--cyan));
  --font-display: 'Unbounded', 'Manrope', sans-serif;
  --font-body: 'Manrope', -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }
.grad {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* ---------- nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .35s, box-shadow .35s;
}
.nav.solid {
  background: rgba(9,7,16,.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
}
.nav-inner {
  max-width: 1180px; margin: 0 auto; padding: 16px 22px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.logo {
  font-family: var(--font-display);
  font-weight: 700; font-size: 17px; letter-spacing: .06em;
}
.logo span { color: var(--violet); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a {
  font-size: 14.5px; font-weight: 600; letter-spacing: .04em;
  color: var(--muted); transition: color .2s;
}
.nav-links a:hover { color: var(--text); }
.nav-links .nav-cta {
  color: var(--text);
  border: 1px solid var(--line); border-radius: 100px;
  padding: 8px 18px; transition: border-color .2s, background .2s;
}
.nav-links .nav-cta:hover { border-color: var(--violet); background: rgba(139,92,246,.12); }
.burger { display: none; background: none; border: 0; cursor: pointer; padding: 6px; }
.burger span { display: block; width: 24px; height: 2px; background: var(--text); margin: 5px 0; border-radius: 2px; transition: .25s; }

/* ---------- hero ---------- */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center; justify-content: center;
  text-align: center; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: -4%;
  background: url('../images/hero.jpg') center 30% / cover no-repeat;
  animation: slowzoom 26s ease-in-out infinite alternate;
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 50% 105%, rgba(139,92,246,.30), transparent 55%),
    linear-gradient(180deg, rgba(7,6,12,.72) 0%, rgba(7,6,12,.45) 40%, rgba(7,6,12,.94) 100%);
}
@keyframes slowzoom { from { transform: scale(1); } to { transform: scale(1.08); } }
.hero-glow {
  position: absolute; width: 46vw; height: 46vw; min-width: 420px; min-height: 420px;
  border-radius: 50%; filter: blur(110px); opacity: .34; pointer-events: none;
}
.g1 { background: var(--violet); top: -12%; left: -8%; animation: drift1 18s ease-in-out infinite alternate; }
.g2 { background: var(--magenta); bottom: -18%; right: -10%; animation: drift2 22s ease-in-out infinite alternate; }
@keyframes drift1 { to { transform: translate(9vw, 7vh); } }
@keyframes drift2 { to { transform: translate(-8vw, -6vh); } }

.hero-content { position: relative; z-index: 2; padding: 110px 20px 60px; }
.hero-kicker {
  font-size: 13.5px; font-weight: 700; letter-spacing: .34em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 22px;
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(32px, 9.5vw, 118px);
  font-weight: 800; letter-spacing: .02em; line-height: 1.04;
  text-shadow: 0 10px 60px rgba(0,0,0,.55);
}
.hero-tagline {
  margin-top: 20px; min-height: 34px;
  font-size: clamp(17px, 2.6vw, 24px); font-weight: 500; color: #cfc9df;
  letter-spacing: .06em;
}
#tagline { display: inline-block; transition: opacity .6s, transform .6s; }
#tagline.out { opacity: 0; transform: translateY(10px); }
.hero-actions { margin-top: 38px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block; font-family: var(--font-body);
  font-size: 15px; font-weight: 700; letter-spacing: .03em;
  padding: 14px 28px; border-radius: 100px;
  transition: transform .2s, box-shadow .2s, background .2s, border-color .2s;
}
.btn-primary {
  background: var(--grad); color: #0b0713;
  box-shadow: 0 8px 28px rgba(139,92,246,.35);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 36px rgba(217,70,239,.45); }
.btn-ghost {
  border: 1px solid rgba(255,255,255,.22); color: var(--text);
  background: rgba(255,255,255,.04);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.btn-ghost:hover { border-color: var(--violet); background: rgba(139,92,246,.14); transform: translateY(-2px); }

.hero-scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2;
  width: 26px; height: 42px; border: 2px solid rgba(255,255,255,.35); border-radius: 15px;
}
.hero-scroll span {
  position: absolute; top: 7px; left: 50%; width: 4px; height: 8px; margin-left: -2px;
  background: var(--text); border-radius: 2px; animation: wheel 1.8s ease-in-out infinite;
}
@keyframes wheel { 0%,100% { transform: translateY(0); opacity: 1; } 65% { transform: translateY(14px); opacity: 0; } }

/* ---------- new release ---------- */
.newrelease { padding: 90px 0 30px; }
.new-card {
  display: grid; grid-template-columns: 360px 1fr; gap: 48px; align-items: center;
  background: linear-gradient(120deg, rgba(139,92,246,.10), rgba(217,70,239,.06) 55%, rgba(34,211,238,.07));
  border: 1px solid var(--line); border-radius: 26px; padding: 40px;
}
.new-cover { border-radius: 18px; box-shadow: 0 24px 70px rgba(139,92,246,.30); width: 100%; height: auto; }
.overline {
  font-size: 12.5px; font-weight: 800; letter-spacing: .3em; text-transform: uppercase;
  color: var(--violet); margin-bottom: 14px;
}
.new-title { font-family: var(--font-display); font-size: clamp(30px, 4.6vw, 52px); font-weight: 700; line-height: 1.12; margin-bottom: 18px; }
.new-desc { color: var(--muted); max-width: 56ch; margin-bottom: 26px; }
.new-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- sections ---------- */
.section { padding: 110px 0; position: relative; }
.section .container, .newrelease .container { position: relative; z-index: 1; }
.newrelease { position: relative; }
.section-alt { background: rgba(148, 130, 220, .045); }
.section-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(30px, 4.6vw, 50px); line-height: 1.1; margin-bottom: 46px;
}
.section-sub {
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(20px, 2.6vw, 28px); margin: 64px 0 30px;
}
.section-lead { color: var(--muted); max-width: 64ch; margin: -26px 0 44px; font-size: 18px; }
.section-foot { margin-top: 40px; color: var(--muted); }
.section-foot a { color: var(--text); border-bottom: 1px solid var(--violet); }
.section-foot .btn { border-bottom: none; }

/* ---------- discography ---------- */
.disco-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 22px;
}
.disco-card {
  background: var(--panel); border: 1px solid var(--line); border-radius: 18px;
  overflow: hidden; transition: transform .25s, border-color .25s, box-shadow .25s;
}
.disco-card:hover {
  transform: translateY(-6px); border-color: rgba(139,92,246,.55);
  box-shadow: 0 18px 48px rgba(139,92,246,.22);
}
.disco-card img { width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }
.disco-meta { padding: 16px 16px 18px; }
.disco-meta h3 { font-size: 16.5px; font-weight: 700; line-height: 1.3; }
.disco-meta h3 .thin { font-weight: 500; color: var(--muted); font-size: 14px; }
.disco-meta p { font-size: 13.5px; color: var(--muted); margin: 4px 0 12px; }
.disco-links { display: flex; gap: 8px; flex-wrap: wrap; }
.disco-links a {
  font-size: 12.5px; font-weight: 700; letter-spacing: .05em;
  padding: 6px 14px; border-radius: 100px; border: 1px solid var(--line);
  color: var(--muted); transition: .2s;
}
.disco-links a:hover { color: var(--text); border-color: var(--violet); background: rgba(139,92,246,.14); }
.disco-links a:first-child { background: rgba(139,92,246,.16); color: var(--text); border-color: rgba(139,92,246,.4); }
.disco-links a:first-child:hover { background: rgba(139,92,246,.3); }

/* ---------- videos ---------- */
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.video-grid.four { grid-template-columns: repeat(4, 1fr); }
.video-card { }
.video-card h4 { font-size: 14.5px; font-weight: 600; color: var(--muted); margin-top: 12px; line-height: 1.4; }
.yt {
  position: relative; aspect-ratio: 16 / 9; border-radius: 14px; overflow: hidden;
  background: #000; cursor: pointer; border: 1px solid var(--line);
}
.yt img { width: 100%; height: 100%; object-fit: cover; opacity: .85; transition: opacity .25s, transform .4s; }
.yt:hover img { opacity: 1; transform: scale(1.04); }
.yt .play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 58px; height: 58px; border-radius: 50%;
  background: rgba(10,8,18,.72); border: 1.5px solid rgba(255,255,255,.5);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  transition: background .2s, transform .2s; pointer-events: none;
}
.yt:hover .play { background: rgba(139,92,246,.85); transform: translate(-50%, -50%) scale(1.08); }
.yt .play::after {
  content: ''; position: absolute; top: 50%; left: 53%; transform: translate(-50%, -50%);
  border-left: 16px solid #fff; border-top: 10px solid transparent; border-bottom: 10px solid transparent;
}
.yt iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- mixes ---------- */
.mix-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-bottom: 40px; }
.mix-card {
  position: relative; border-radius: 16px; overflow: hidden; border: 1px solid var(--line);
  transition: transform .25s, box-shadow .25s;
}
.mix-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(34,211,238,.18); }
.mix-card img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.mix-card span {
  position: absolute; inset: auto 0 0 0; padding: 26px 12px 12px;
  background: linear-gradient(transparent, rgba(5,4,10,.92));
  display: block;
}
.mix-card b { display: block; font-size: 13.5px; font-weight: 700; line-height: 1.3; }
.mix-card i { font-style: normal; font-size: 12px; color: var(--muted); }
.sc-embed iframe { border-radius: 16px; border: 1px solid var(--line); }

/* ---------- live ---------- */
.live-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.live-card h3 { font-family: var(--font-display); font-size: 19px; font-weight: 600; margin: 18px 0 6px; }
.live-card p { color: var(--muted); font-size: 15px; }
.live-cta {
  margin-top: 56px; text-align: center;
  border: 1px solid var(--line); border-radius: 22px; padding: 44px 28px;
  background: radial-gradient(ellipse at 50% 0%, rgba(139,92,246,.14), transparent 65%);
}
.live-cta p { color: var(--muted); margin-bottom: 22px; font-size: 18px; }

/* ---------- about ---------- */
.about-wrap { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start; }
.about-photo { position: sticky; top: 100px; order: 2; }
.about-text { order: 1; }
.about-photo img {
  width: 100%; height: auto;
  border-radius: 22px; border: 1px solid var(--line);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
}
.about-text p { margin-bottom: 18px; color: #c9c3d8; }
.about-text p strong { color: var(--text); }
.about-text blockquote {
  margin: 28px 0; padding: 22px 26px;
  border-left: 3px solid; border-image: var(--grad) 1;
  background: var(--panel); border-radius: 0 14px 14px 0;
  font-style: italic; color: var(--text); font-size: 17.5px;
}
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0; }
.chip {
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  padding: 8px 16px; border-radius: 100px;
  border: 1px solid rgba(139,92,246,.4); background: rgba(139,92,246,.10);
}
.influences { font-size: 15px; color: var(--muted); }
.influences b { color: var(--text); }

/* ---------- gallery ---------- */
.gallery { padding: 0 0 0; }
.gallery-strip {
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px;
}
.gallery-strip img {
  width: 100%; height: 320px; object-fit: cover; object-position: center 20%;
  filter: saturate(.9); transition: filter .3s, transform .3s;
}
.gallery-strip img:hover { filter: saturate(1.15); }

/* ---------- footer ---------- */
.footer {
  padding: 100px 0 46px; text-align: center; position: relative;
  background: radial-gradient(ellipse at 50% 120%, rgba(139,92,246,.20), transparent 60%);
  border-top: 1px solid var(--line);
}
.footer .container { position: relative; z-index: 1; }
.footer-title { font-family: var(--font-display); font-size: clamp(26px, 4.4vw, 44px); font-weight: 700; margin-bottom: 22px; }
.footer-mail {
  display: inline-block; font-size: clamp(17px, 2.6vw, 22px); font-weight: 700;
  color: var(--text); border-bottom: 2px solid var(--violet); padding-bottom: 2px;
  margin-bottom: 40px; transition: color .2s;
}
.footer-mail:hover { color: var(--violet); }
.soc-row { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 46px; }
.soc-row a {
  font-size: 13.5px; font-weight: 700; letter-spacing: .04em;
  padding: 10px 20px; border-radius: 100px; border: 1px solid var(--line);
  color: var(--muted); transition: .2s;
}
.soc-row a:hover { color: var(--text); border-color: var(--violet); background: rgba(139,92,246,.13); transform: translateY(-2px); }
.footer-copy { color: var(--muted); font-size: 14px; }

/* ---------- cosmic layer ---------- */
.space {
  position: fixed; inset: 0; z-index: -1;
  pointer-events: none; overflow: hidden;
}
.space .nebula {
  position: absolute; inset: -25%;
  background:
    radial-gradient(38% 30% at 18% 22%, rgba(139,92,246,.17), transparent 70%),
    radial-gradient(30% 26% at 82% 28%, rgba(217,70,239,.13), transparent 70%),
    radial-gradient(36% 30% at 70% 78%, rgba(34,211,238,.10), transparent 70%),
    radial-gradient(28% 24% at 28% 82%, rgba(139,92,246,.12), transparent 70%);
  animation: neb 90s ease-in-out infinite alternate;
}
@keyframes neb { to { transform: rotate(5deg) scale(1.1); } }

.stars { position: absolute; inset: -45% -25% -20% -25%; background-repeat: repeat; }
.stars.s1 {
  background-image:
    radial-gradient(1px 1px at 22px 34px, rgba(255,255,255,.85), transparent 1.4px),
    radial-gradient(1px 1px at 120px 84px, rgba(255,255,255,.55), transparent 1.4px),
    radial-gradient(1.3px 1.3px at 202px 158px, rgba(255,255,255,.9), transparent 1.7px),
    radial-gradient(1px 1px at 298px 62px, rgba(255,255,255,.5), transparent 1.4px),
    radial-gradient(1px 1px at 62px 218px, rgba(255,255,255,.7), transparent 1.4px),
    radial-gradient(1.2px 1.2px at 258px 282px, rgba(196,181,253,.8), transparent 1.6px),
    radial-gradient(1px 1px at 160px 308px, rgba(255,255,255,.55), transparent 1.4px),
    radial-gradient(1px 1px at 330px 232px, rgba(165,243,252,.6), transparent 1.4px);
  background-size: 360px 360px;
  animation: starDrift 240s linear infinite alternate;
  opacity: .9;
}
.stars.s2 {
  background-image:
    radial-gradient(1.4px 1.4px at 60px 120px, rgba(255,255,255,.8), transparent 1.8px),
    radial-gradient(1.2px 1.2px at 240px 320px, rgba(216,180,254,.75), transparent 1.6px),
    radial-gradient(1.5px 1.5px at 420px 90px, rgba(255,255,255,.85), transparent 2px),
    radial-gradient(1.2px 1.2px at 150px 440px, rgba(165,243,252,.7), transparent 1.6px),
    radial-gradient(1.3px 1.3px at 380px 250px, rgba(255,255,255,.6), transparent 1.7px),
    radial-gradient(1.2px 1.2px at 480px 420px, rgba(255,255,255,.7), transparent 1.6px);
  background-size: 540px 540px;
  animation: starDrift 320s linear infinite alternate-reverse;
  opacity: .75;
}
.stars.s3 {
  background-image:
    radial-gradient(2px 2px at 90px 130px, rgba(255,255,255,.95), transparent 3px),
    radial-gradient(1.7px 1.7px at 430px 330px, rgba(216,180,254,.9), transparent 2.7px),
    radial-gradient(2.2px 2.2px at 640px 90px, rgba(165,243,252,.85), transparent 3.2px),
    radial-gradient(1.8px 1.8px at 250px 560px, rgba(255,255,255,.8), transparent 2.8px),
    radial-gradient(2px 2px at 560px 650px, rgba(255,255,255,.85), transparent 3px);
  background-size: 780px 780px;
  animation: starDrift 280s linear infinite alternate, twinkle 7s ease-in-out infinite;
  opacity: .85;
}
@keyframes starDrift { to { transform: translate3d(-130px, -90px, 0); } }
@keyframes twinkle { 50% { opacity: .4; } }

.cosmo { position: absolute; pointer-events: none; z-index: 0; }
@keyframes floaty { to { transform: translateY(-18px); } }

.planet-ringed {
  top: 26px; right: -70px; width: 210px; height: 210px; border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #b79bff 0%, #7c4fe0 35%, #3c2478 68%, #120b26 100%);
  box-shadow: inset -26px -22px 60px rgba(0,0,0,.55), 0 0 90px rgba(139,92,246,.35);
  animation: floaty 16s ease-in-out infinite alternate;
}
.planet-ringed::before {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 320px; height: 90px; margin: -45px 0 0 -160px;
  border-radius: 50%;
  border: 2px solid rgba(203,180,255,.55);
  border-top-color: rgba(203,180,255,.12);
  transform: rotate(-16deg);
  box-shadow: 0 0 24px rgba(139,92,246,.25);
}

.moon {
  top: 90px; left: -46px; width: 150px; height: 150px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #cfd3e6 0%, #9aa0bd 45%, #4a4f6b 78%, #171a2c 100%);
  box-shadow: inset -22px -18px 46px rgba(0,0,0,.5), 0 0 60px rgba(160,170,220,.22);
  animation: floaty 20s ease-in-out infinite alternate;
}
.moon::before {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  background:
    radial-gradient(15px 15px at 64% 38%, rgba(20,22,40,.35), transparent 62%),
    radial-gradient(9px 9px at 38% 62%, rgba(20,22,40,.32), transparent 62%),
    radial-gradient(6px 6px at 54% 72%, rgba(20,22,40,.3), transparent 62%),
    radial-gradient(8px 8px at 30% 34%, rgba(20,22,40,.28), transparent 62%);
}

.planet-small {
  width: 88px; height: 88px; border-radius: 50%;
  animation: floaty 14s ease-in-out infinite alternate;
}
.p-videos {
  left: -26px; bottom: 70px;
  background: radial-gradient(circle at 30% 30%, #7ee7fb, #1798b8 45%, #0b3550 80%, #06121f);
  box-shadow: inset -12px -10px 30px rgba(0,0,0,.5), 0 0 50px rgba(34,211,238,.3);
}
.p-about {
  left: -30px; bottom: 50px;
  background: radial-gradient(circle at 30% 30%, #ffb2f5, #d946ef 40%, #6b1370 75%, #170518);
  box-shadow: inset -12px -10px 30px rgba(0,0,0,.5), 0 0 50px rgba(217,70,239,.3);
}

.asteroids { top: 80px; right: 2%; width: 170px; height: 210px; }
.asteroids i {
  position: absolute; display: block;
  background: radial-gradient(circle at 35% 30%, #8d8aa5, #55536b 55%, #232134 90%);
  box-shadow: inset -6px -5px 12px rgba(0,0,0,.55);
}
.asteroids i:nth-child(1) {
  width: 46px; height: 38px; top: 0; left: 22px;
  border-radius: 48% 62% 55% 45% / 55% 45% 62% 38%;
  animation: drift-a 18s ease-in-out infinite alternate;
}
.asteroids i:nth-child(2) {
  width: 27px; height: 22px; top: 84px; left: 96px;
  border-radius: 58% 42% 48% 52% / 46% 60% 40% 54%;
  animation: drift-a 14s ease-in-out infinite alternate-reverse;
}
.asteroids i:nth-child(3) {
  width: 16px; height: 14px; top: 156px; left: 44px;
  border-radius: 52% 48% 60% 40% / 55% 45% 55% 45%;
  animation: drift-a 22s ease-in-out infinite alternate;
}
@keyframes drift-a { to { transform: translateY(-16px) rotate(14deg); } }

.crescent {
  top: 15%; right: 11%; width: 72px; height: 72px; border-radius: 50%;
  box-shadow: inset -17px 11px 0 0 rgba(240,238,250,.9), 0 0 44px rgba(200,190,255,.35);
  transform: rotate(14deg); z-index: 1; opacity: .85;
  animation: floaty 18s ease-in-out infinite alternate;
}

.comet {
  width: 3px; height: 3px; border-radius: 50%; background: #fff;
  box-shadow: 0 0 12px 2px rgba(255,255,255,.8);
  opacity: 0; z-index: 1;
}
.comet::before {
  content: ''; position: absolute; left: 2px; top: 1px;
  width: 130px; height: 1.5px;
  background: linear-gradient(90deg, rgba(255,255,255,.85), transparent);
  transform-origin: left center; transform: rotate(-33deg);
}
.c1 { top: 18%; left: 76%; animation: cometFly 11s linear infinite 2s; }
.c2 { top: 10%; left: 88%; animation: cometFly 14s linear infinite 7s; }
@keyframes cometFly {
  0%   { opacity: 0; transform: translate3d(0,0,0); }
  3%   { opacity: 1; }
  14%  { opacity: 0; transform: translate3d(-46vw, 30vh, 0); }
  100% { opacity: 0; transform: translate3d(-46vw, 30vh, 0); }
}

/* about cluster — заполнение пустоты под фото */
.about-cluster {
  right: 4%; bottom: 40px;
  width: 440px; height: 560px;
}
.ap-ringed {
  position: absolute; right: 30px; top: 270px;
  width: 175px; height: 175px; border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #8fe8f6 0%, #2e9ec2 38%, #14486e 70%, #071527 100%);
  box-shadow: inset -22px -18px 50px rgba(0,0,0,.55), 0 0 80px rgba(34,211,238,.3);
  animation: floaty 17s ease-in-out infinite alternate;
}
.ap-ringed::before {
  content: ''; position: absolute; left: 50%; top: 50%;
  width: 270px; height: 76px; margin: -38px 0 0 -135px;
  border-radius: 50%;
  border: 2px solid rgba(165,243,252,.5);
  border-top-color: rgba(165,243,252,.1);
  transform: rotate(-18deg);
  box-shadow: 0 0 22px rgba(34,211,238,.22);
}
.ap-orbit {
  position: absolute; right: -60px; top: 250px;
  width: 400px; height: 210px; border-radius: 50%;
  border: 1px solid rgba(196,181,253,.18);
  transform: rotate(-16deg);
}
.ap-sat {
  position: absolute; left: 8%; top: 22%;
  width: 7px; height: 7px; border-radius: 50%;
  background: #a5f3fc; box-shadow: 0 0 12px 3px rgba(165,243,252,.6);
}
.ap-moon {
  position: absolute; left: 46px; top: 120px;
  width: 58px; height: 58px; border-radius: 50%;
  background: radial-gradient(circle at 34% 30%, #d9c9f5 0%, #a58ad1 45%, #55407e 78%, #1a1030 100%);
  box-shadow: inset -9px -7px 20px rgba(0,0,0,.5), 0 0 40px rgba(196,181,253,.25);
  animation: floaty 13s ease-in-out infinite alternate-reverse;
}
.ap-ast {
  position: absolute; display: block;
  background: radial-gradient(circle at 35% 30%, #8d8aa5, #55536b 55%, #232134 90%);
  box-shadow: inset -6px -5px 12px rgba(0,0,0,.55);
}
.ap-ast.a1 {
  width: 32px; height: 26px; left: 150px; top: 10px;
  border-radius: 48% 62% 55% 45% / 55% 45% 62% 38%;
  animation: drift-a 16s ease-in-out infinite alternate;
}
.ap-ast.a2 {
  width: 20px; height: 17px; right: 70px; top: 80px;
  border-radius: 58% 42% 48% 52% / 46% 60% 40% 54%;
  animation: drift-a 12s ease-in-out infinite alternate-reverse;
}
.ap-ast.a3 {
  width: 14px; height: 12px; left: 60px; top: 480px;
  border-radius: 52% 48% 60% 40% / 55% 45% 55% 45%;
  animation: drift-a 20s ease-in-out infinite alternate;
}

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.on { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1020px) {
  .about-cluster { display: none; }
  .video-grid, .video-grid.four { grid-template-columns: repeat(2, 1fr); }
  .mix-grid { grid-template-columns: repeat(3, 1fr); }
  .about-wrap { grid-template-columns: 1fr; gap: 40px; }
  .about-photo { position: static; max-width: 420px; order: 0; }
  .gallery-strip { grid-template-columns: repeat(3, 1fr); }
  .gallery-strip img:nth-child(n+4) { display: none; }
}
@media (max-width: 780px) {
  .nav-links {
    position: fixed; top: 0; right: 0; bottom: 0; width: min(78vw, 320px);
    background: rgba(10,8,17,.97); flex-direction: column; justify-content: center;
    transform: translateX(100%); transition: transform .3s ease; gap: 30px;
  }
  .nav-links.open { transform: none; box-shadow: -20px 0 60px rgba(0,0,0,.6); }
  .nav-links a { font-size: 18px; }
  .burger { display: block; position: relative; z-index: 110; }
  .burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .burger.active span:nth-child(2) { opacity: 0; }
  .burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .new-card { grid-template-columns: 1fr; padding: 26px; gap: 28px; }
  .new-cover { max-width: 320px; margin: 0 auto; }
  .disco-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .disco-meta { padding: 12px 12px 14px; }
  .disco-meta h3 { font-size: 14.5px; }
  .disco-meta h3 .thin { font-size: 12px; }
  .disco-meta p { font-size: 12px; margin: 3px 0 10px; }
  .disco-links a { padding: 5px 11px; font-size: 11.5px; }
  .section { padding: 76px 0; }
  .live-grid { grid-template-columns: 1fr; }
  .mix-grid { grid-template-columns: repeat(2, 1fr); }
  .video-grid, .video-grid.four { grid-template-columns: 1fr; }
  .gallery-strip { grid-template-columns: repeat(2, 1fr); }
  .gallery-strip img:nth-child(n+3) { display: none; }
  .gallery-strip img { height: 240px; }
  .planet-ringed { width: 130px; height: 130px; right: -46px; }
  .planet-ringed::before { width: 200px; height: 58px; margin: -29px 0 0 -100px; }
  .moon { width: 96px; height: 96px; left: -30px; }
  .planet-small { width: 58px; height: 58px; }
  .asteroids { display: none; }
  .crescent { width: 50px; height: 50px; right: 7%; box-shadow: inset -12px 8px 0 0 rgba(240,238,250,.9), 0 0 34px rgba(200,190,255,.35); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-bg, .g1, .g2, .hero-scroll span { animation: none; }
  .cosmo, .stars, .nebula, .asteroids i { animation: none !important; }
  .comet { display: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
