:root {
  --ink: #f6f5ff;
  --muted: #acaad0;
  --violet: #8569ff;
  --electric: #55dcff;
  --page-bg: #090a2c;
  --ambient: #4e278f;
  --pad: clamp(20px, 4.5vw, 76px);
  --ease: cubic-bezier(.2,.75,.2,1);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--page-bg);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  transition: background 1s ease;
}
a { color: inherit; }
img { display: block; width: 100%; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { background: #e9ff40; color: #090a2c; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; background: #e9ff40; color: #080915; font-weight: 900; text-decoration: none; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.music-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: space-between;
  padding-inline: max(clamp(20px,4vw,72px),calc((100vw - 1440px)/2));
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg,rgba(4,5,24,.58),transparent);
  transition: background .25s ease, backdrop-filter .25s ease;
}
.music-header.is-scrolled { background: rgba(5,6,17,.86); backdrop-filter: blur(18px) saturate(140%); }
.music-brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; font-weight: 950; letter-spacing: -.03em; text-decoration: none; }
.brand-play { display: grid; width: 29px; height: 25px; place-items: center; padding-left: 2px; background: var(--electric); clip-path: polygon(0 10%,90% 0,100% 70%,74% 100%,5% 88%); color: #080915; font-size: 10px; }
.music-nav { display: grid; width: min(690px,58vw); grid-template-columns: repeat(6,minmax(0,1fr)); align-items: center; }
.music-nav a { position: relative; justify-self: center; padding: 10px 0; color: #fff; font-size: 11px; font-weight: 900; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.music-nav a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--electric); content: ""; transform: scaleX(0); transform-origin: right; transition: transform .2s ease; }
.music-nav a:hover::after, .music-nav a:focus-visible::after, .music-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.music-menu { display: none; }

.music-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  min-height: 680px;
  height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 110px var(--pad) 90px;
  background:
    radial-gradient(circle at 68% 25%,rgba(110,63,255,.46),transparent 24%),
    radial-gradient(circle at 18% 72%,rgba(12,126,202,.3),transparent 28%),
    linear-gradient(145deg,#070817 0%,#121147 47%,#250b3f 100%);
}
.hero-aurora { position: absolute; z-index: -2; inset: -30%; opacity: .78; background: conic-gradient(from 130deg at 50% 50%,transparent,#5948ff 10%,transparent 27%,#c328a5 40%,transparent 54%,#098bc8 70%,transparent 84%); filter: blur(80px); animation: aurora 15s linear infinite; }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px); background-size: 55px 55px; mask-image: radial-gradient(circle at center,#000,transparent 75%); transform: perspective(650px) rotateX(66deg) scale(1.65) translateY(21%); transform-origin: bottom; }
.hero-orbit { position: absolute; z-index: -1; width: min(72vw,980px); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.13); clip-path: polygon(50% 0,85% 9%,100% 43%,91% 79%,62% 100%,22% 92%,0 58%,8% 20%); animation: spin 24s linear infinite; }
.hero-orbit--two { width: min(47vw,640px); border-color: rgba(85,220,255,.2); animation-direction: reverse; animation-duration: 17s; }
.hero-content { position: relative; z-index: 3; width: 100%; text-align: center; }
.hero-kicker { margin: 0 0 20px; color: var(--electric); font-size: 10px; font-weight: 900; letter-spacing: .35em; text-transform: uppercase; }
.hero-content h1 { margin: 0; font-size: clamp(92px,20vw,330px); font-weight: 950; letter-spacing: -.105em; line-height: .72; text-shadow: 0 0 45px rgba(93,79,255,.32); transform: translate3d(0,var(--hero-shift,0),0); will-change: transform; }
.hero-content h1 span { color: transparent; -webkit-text-stroke: 2px #fff; }
.hero-content h1 em { color: var(--electric); font-style: normal; }
.hero-lead { max-width: 560px; margin: clamp(34px,5vh,60px) auto 0; color: #cfcef2; font-size: clamp(14px,1.4vw,19px); line-height: 1.6; }
.play-link { display: inline-flex; min-height: 48px; align-items: center; gap: 13px; margin-top: 26px; padding: 0 20px; border: 1px solid rgba(255,255,255,.48); background: rgba(4,6,25,.44); clip-path: polygon(4% 0,100% 8%,95% 82%,82% 100%,0 91%); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-decoration: none; transition: background .2s ease,color .2s ease,transform .2s ease; }
.play-link:hover,.play-link:focus-visible { background: var(--electric); color: #050619; transform: translateY(-3px) rotate(-1deg); }
.hero-wave { position: absolute; right: 3vw; bottom: 40px; left: 3vw; display: flex; height: 70px; align-items: center; justify-content: space-between; gap: 4px; opacity: .48; }
.hero-wave i { width: 100%; height: 16%; background: linear-gradient(#8e72ff,var(--electric)); clip-path: polygon(20% 0,100% 7%,84% 100%,0 88%); animation: wave 1.25s ease-in-out infinite alternate; }
.hero-wave i:nth-child(3n) { animation-delay: -.7s; }.hero-wave i:nth-child(4n) { animation-delay: -.3s; }.hero-wave i:nth-child(5n) { animation-delay: -.9s; }.hero-wave i:nth-child(7n) { animation-delay: -.45s; }
.hero-meta { position: absolute; top: 105px; right: var(--pad); display: grid; gap: 6px; color: rgba(255,255,255,.52); font-family: monospace; font-size: 9px; letter-spacing: .16em; text-align: right; }
.scroll-cue { position: absolute; bottom: 118px; left: var(--pad); display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 900; letter-spacing: .18em; text-decoration: none; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 52px; background: linear-gradient(#fff,transparent); animation: scrollCue 1.6s ease-in-out infinite; }

.music-intro { position: relative; isolation: isolate; display: grid; min-height: 700px; place-items: center; overflow: hidden; padding: 140px var(--pad); background: #030307; }
.music-intro::before { position: absolute; inset: 0; opacity: .22; background: repeating-linear-gradient(112deg,transparent 0 18px,rgba(255,255,255,.035) 19px 20px); content: ""; }
.intro-counter { position: absolute; right: -2vw; bottom: -13vw; color: transparent; font-size: min(48vw,680px); font-weight: 950; letter-spacing: -.14em; line-height: 1; -webkit-text-stroke: 1px rgba(255,255,255,.12); }
.intro-copy { position: relative; z-index: 2; display: grid; width: min(1160px,100%); grid-template-columns: .65fr 2fr; gap: 20px clamp(35px,7vw,110px); align-items: start; }
.intro-copy > p:first-child { margin: 12px 0 0; color: #918dff; font-size: 10px; font-weight: 900; letter-spacing: .25em; }
.intro-copy h2 { margin: 0; font-size: clamp(60px,9vw,145px); font-weight: 950; letter-spacing: -.075em; line-height: .88; }
.intro-line { height: 1px; margin-top: 10px; background: linear-gradient(90deg,#55dcff,transparent); }
.intro-copy > p:last-child { max-width: 720px; margin: 0; color: #b6b5c8; font-size: clamp(16px,1.5vw,21px); line-height: 1.7; }
.intro-track { position: absolute; right: 0; bottom: 38px; left: 0; overflow: hidden; color: rgba(255,255,255,.1); font-size: clamp(32px,5vw,78px); font-weight: 950; white-space: nowrap; transform: rotate(-2deg) scale(1.03); }
.intro-track span { display: block; animation: marquee 25s linear infinite; }

.band-section { position: relative; isolation: isolate; min-height: 100svh; overflow: hidden; padding: clamp(110px,12vw,180px) var(--pad); background: var(--band-bg); color: #fff; transition: background 1s ease; }
.band-section::before { position: absolute; z-index: -2; inset: -30%; background: radial-gradient(circle at 18% 42%,var(--band-glow),transparent 23%),radial-gradient(circle at 88% 70%,color-mix(in srgb,var(--band-accent) 28%,transparent),transparent 25%); content: ""; filter: blur(30px); opacity: .8; }
.band-section::after { position: absolute; z-index: 6; right: 0; bottom: -1px; left: 0; height: 38px; background: var(--band-bg); clip-path: polygon(0 30%,9% 72%,23% 18%,40% 72%,58% 10%,76% 68%,91% 22%,100% 58%,100% 100%,0 100%); content: ""; transform: translateY(60%); filter: brightness(.72); }
.band-noise { position: absolute; z-index: -1; inset: 0; opacity: .12; background-image: radial-gradient(circle,rgba(255,255,255,.65) .7px,transparent .8px); background-size: 8px 8px; mask-image: linear-gradient(120deg,#000,transparent 70%); }
.band-watermark { position: absolute; z-index: -1; top: -8vw; right: -3vw; color: transparent; font-size: min(43vw,620px); font-weight: 950; letter-spacing: -.12em; line-height: 1; -webkit-text-stroke: 1px color-mix(in srgb,var(--band-accent) 32%,transparent); }
.band-heading { position: relative; z-index: 2; width: min(1480px,100%); margin: 0 auto clamp(45px,6vw,86px); }
.band-heading p { display: flex; align-items: center; gap: 14px; margin: 0 0 18px; color: color-mix(in srgb,var(--band-accent) 80%,white); font-size: 10px; font-weight: 900; letter-spacing: .25em; }
.band-heading p span { display: grid; width: 43px; height: 35px; place-items: center; background: var(--band-accent); clip-path: polygon(7% 0,100% 6%,91% 80%,74% 100%,0 90%); color: #05050a; }
.band-heading h2 { max-width: 1300px; margin: 0; font-size: clamp(62px,11.5vw,190px); font-weight: 950; letter-spacing: -.085em; line-height: .78; overflow-wrap: anywhere; }
.band-layout { position: relative; z-index: 2; display: grid; width: min(1480px,100%); grid-template-columns: minmax(0,1.65fr) minmax(270px,.65fr); gap: clamp(38px,6vw,90px); align-items: center; margin: 0 auto; }
.band-section.is-reverse .band-gallery { order: 2; }.band-section.is-reverse .band-copy { order: 1; }
.band-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 280px 230px; gap: clamp(8px,1.2vw,18px); }
.gallery-item { position: relative; overflow: hidden; margin: 0; background: #0d0d13; clip-path: polygon(3% 0,100% 2%,97% 88%,88% 100%,0 96%,1% 14%); }
.gallery-item--1 { grid-row: 1 / 3; }.gallery-item--2 { transform: translateY(-12px) rotate(1.2deg); }.gallery-item--3 { transform: translateX(10px) rotate(-1deg); }.gallery-item--4 { display: none; }
.gallery-item img { height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.05); transition: filter .4s ease,transform .7s var(--ease); }
.gallery-item:hover img { filter: saturate(1.15) contrast(1.08); transform: scale(1.045); }
.gallery-item::after { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg,transparent 55%,color-mix(in srgb,var(--band-accent) 26%,transparent)); content: ""; mix-blend-mode: screen; }
.gallery-item figcaption { position: absolute; z-index: 3; right: 10px; bottom: 9px; padding: 5px 7px; background: #050508; color: var(--band-accent); font-family: monospace; font-size: 8px; letter-spacing: .14em; }
.photo-placeholder { position: relative; display: flex; height: 100%; flex-direction: column; justify-content: flex-end; padding: 22px; overflow: hidden; background: linear-gradient(145deg,color-mix(in srgb,var(--band-glow) 62%,#07070b),#08080d 62%); }
.photo-placeholder::before { position: absolute; inset: -30%; background: repeating-linear-gradient(112deg,transparent 0 28px,color-mix(in srgb,var(--band-accent) 18%,transparent) 29px 32px); content: ""; transform: rotate(-5deg); }
.photo-placeholder::after { position: absolute; top: -20%; left: 20%; width: 35%; height: 125%; background: linear-gradient(180deg,color-mix(in srgb,var(--band-accent) 35%,transparent),transparent 72%); clip-path: polygon(40% 0,100% 0,65% 100%,0 100%); content: ""; filter: blur(10px); transform: rotate(17deg); }
.photo-placeholder span,.photo-placeholder b { position: relative; z-index: 2; }
.photo-placeholder span { color: var(--band-accent); font-family: monospace; font-size: 9px; letter-spacing: .2em; }
.photo-placeholder b { max-width: 80%; margin-top: 6px; font-size: clamp(20px,3vw,44px); letter-spacing: -.05em; line-height: .9; }
.band-copy { position: relative; padding: 34px 0 20px; }
.band-copy::before { display: block; width: 76px; height: 11px; margin-bottom: 25px; background: var(--band-accent); clip-path: polygon(0 22%,100% 0,88% 100%,5% 80%); content: ""; }
.band-role { margin: 0 0 18px; color: var(--band-accent); font-size: 10px; font-weight: 900; letter-spacing: .25em; }
.band-description { margin: 0; color: rgba(255,255,255,.75); font-size: clamp(16px,1.5vw,21px); line-height: 1.65; }
.band-website { display: inline-flex; align-items: center; gap: 14px; margin-top: 25px; color: var(--band-accent); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-decoration: none; }
.band-website span { font-size: 22px; }
.social-links { display: grid; grid-template-columns: repeat(5,1fr); gap: 7px; margin-top: 34px; }
.social-links > a,.social-links > span { display: grid; min-width: 0; min-height: 58px; place-items: center; border: 1px solid color-mix(in srgb,var(--band-accent) 38%,transparent); background: rgba(0,0,0,.22); clip-path: polygon(8% 0,100% 6%,92% 83%,75% 100%,0 90%); color: rgba(255,255,255,.82); text-decoration: none; transition: background .2s ease,color .2s ease,transform .2s ease; }
.social-links svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: square; stroke-linejoin: miter; }
.social-links span span,.social-links a span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.social-links > a:hover,.social-links > a:focus-visible { background: var(--band-accent); color: #05050a; transform: translateY(-4px) rotate(-2deg); }
.social-links > .is-disabled { opacity: .28; }
.band-section.is-placeholder { filter: saturate(.75); }

.music-outro { position: relative; display: grid; min-height: 760px; place-content: center; overflow: hidden; padding: 130px var(--pad); background: linear-gradient(150deg,#020205,#16062b 60%,#071c30); text-align: center; }
.outro-wave { position: absolute; top: 7%; left: 50%; color: rgba(104,89,255,.14); font-family: monospace; font-size: 22vw; font-weight: 900; letter-spacing: -.3em; white-space: nowrap; transform: translateX(-50%) rotate(-6deg); }
.music-outro > p:first-of-type { margin: 0 0 18px; color: var(--electric); font-size: 10px; font-weight: 900; letter-spacing: .28em; }
.music-outro h2 { position: relative; max-width: 1100px; margin: 0 auto; font-size: clamp(62px,10vw,160px); font-weight: 950; letter-spacing: -.08em; line-height: .82; }
.music-outro > p:nth-of-type(2) { max-width: 660px; margin: 34px auto 0; color: #b8b6cc; font-size: 17px; line-height: 1.65; }
.outro-link { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 20px; width: max-content; margin: 35px auto 0; padding: 0 25px; background: var(--electric); clip-path: polygon(4% 0,100% 7%,95% 82%,82% 100%,0 91%); color: #050612; font-size: 11px; font-weight: 950; letter-spacing: .17em; text-decoration: none; }
.music-footer { display: grid; min-height: 140px; grid-template-columns: repeat(4,auto); gap: 25px; align-items: center; justify-content: space-between; padding: 30px var(--pad); border-top: 1px solid rgba(255,255,255,.13); background: #030307; color: #8c8a9a; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.music-footer a { color: #fff; text-decoration: none; }

.reveal { opacity: 0; transform: translateY(45px); transition: opacity .75s var(--ease),transform .75s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes aurora { to { transform: rotate(360deg) scale(1.06); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes wave { from { height: 12%; } to { height: 95%; } }
@keyframes scrollCue { 0%,100% { opacity: .25; transform: scaleY(.4); transform-origin: top; } 50% { opacity: 1; transform: scaleY(1); } }
@keyframes marquee { to { transform: translateX(-50%); } }

@media (min-width: 1120px) {
  .band-gallery { grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 255px 230px; }
  .gallery-item--1 { grid-row: 1 / 3; }
  .gallery-item--2 { grid-column: 2 / 4; }
  .gallery-item--3 { grid-column: 2; }
  .gallery-item--4 { display: block; grid-column: 3; transform: translate(8px,5px) rotate(1.5deg); }
}

@media (max-width: 980px) {
  .band-layout { grid-template-columns: 1fr; }
  .band-section.is-reverse .band-gallery,.band-section.is-reverse .band-copy { order: initial; }
  .band-copy { max-width: 680px; }
  .intro-copy { grid-template-columns: 1fr; }
  .intro-line { display: none; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 66px; }
  .music-header { height: 68px; padding: 0 18px; }
  .music-brand { position: relative; z-index: 3; }
  .music-menu { position: relative; z-index: 3; display: grid; width: 45px; height: 41px; place-content: center; gap: 5px; padding: 0; border: 1px solid rgba(255,255,255,.45); background: rgba(4,5,20,.65); clip-path: polygon(8% 0,100% 5%,93% 84%,77% 100%,0 91%); }
  .music-menu span:not(.sr-only) { width: 19px; height: 2px; background: currentColor; transition: opacity .2s ease,transform .2s ease; }
  .music-menu[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .music-menu[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .music-menu[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .music-nav { position: fixed; inset: 0; display: flex; width: auto; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; padding: 90px 25px 50px; background: rgba(5,5,18,.97); clip-path: polygon(0 0,100% 0,100% 95%,82% 100%,55% 96%,28% 100%,0 94%); opacity: 0; pointer-events: none; transform: translateY(-25px); transition: opacity .22s ease,transform .22s ease; }
  .music-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .music-nav a { width: 100%; font-size: clamp(38px,13vw,68px); letter-spacing: -.05em; text-transform: none; }
  .music-nav a::after { bottom: 4px; }
  .music-hero { min-height: 700px; padding: 100px 18px 85px; }
  .hero-content h1 { font-size: clamp(85px,29vw,160px); line-height: .78; }
  .hero-kicker { letter-spacing: .22em; }
  .hero-meta { top: 90px; right: 18px; }
  .scroll-cue { display: none; }
  .hero-wave { right: 10px; bottom: 22px; left: 10px; height: 48px; gap: 2px; }
  .music-intro { min-height: 740px; padding: 110px 20px; }
  .intro-copy h2 { font-size: clamp(54px,17vw,86px); }
  .band-section { min-height: auto; padding: 105px 20px 125px; }
  .band-heading { margin-bottom: 45px; }
  .band-heading h2 { font-size: clamp(58px,18vw,98px); line-height: .82; }
  .band-gallery { grid-template-columns: 1.1fr .9fr; grid-template-rows: 250px 205px; }
  .gallery-item--1 { grid-row: 1 / 3; }
  .gallery-item--2 { transform: translateY(-6px) rotate(1deg); }
  .gallery-item--3 { transform: translateX(4px) rotate(-1deg); }
  .photo-placeholder { padding: 14px; }
  .photo-placeholder b { font-size: clamp(16px,5.2vw,28px); }
  .band-copy { padding-top: 10px; }
  .social-links > a,.social-links > span { min-height: 52px; }
  .music-outro { min-height: 700px; padding: 110px 20px; }
  .music-footer { grid-template-columns: 1fr 1fr; padding: 35px 20px; }
  .music-footer :nth-child(even) { text-align: right; }
}

@media (max-width: 430px) {
  .hero-content h1 { font-size: 25.5vw; }
  .hero-lead { font-size: 14px; }
  .band-gallery { grid-template-rows: 210px 170px; }
  .social-links { gap: 4px; }
  .social-links svg { width: 18px; height: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
