:root {
  --bg: #020305;
  --panel: rgba(8, 11, 15, 0.84);
  --panel-strong: #07090d;
  --text: #f4f4ee;
  --muted: #9ba6ad;
  --line: rgba(205, 221, 232, 0.14);
  --gold: #d64035;
  --ice: #8fb7c9;
  --ember: #b65745;
  --steel: #121923;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(180deg, #020305 0%, #07090d 46%, #020305 100%);
  color: var(--text);
  font-family: Manrope, system-ui, sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(143, 183, 201, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(143, 183, 201, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(2, 3, 5, 0.08), #020305 78%),
    #020305;
  background-size: 96px 96px, 96px 96px, auto;
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(115deg, transparent 0 32%, rgba(143, 183, 201, 0.055) 32.2% 32.7%, transparent 33% 100%),
    linear-gradient(250deg, transparent 0 52%, rgba(214, 64, 53, 0.055) 52.2% 52.6%, transparent 53% 100%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 4px);
  mix-blend-mode: screen;
  opacity: 0.8;
}

a {
  color: inherit;
  text-decoration: none;
}

.siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px clamp(18px, 4vw, 56px);
  background:
    linear-gradient(180deg, rgba(2, 3, 5, 0.9), rgba(2, 3, 5, 0.3) 68%, rgba(2, 3, 5, 0));
  backdrop-filter: blur(8px);
}

nav {
  display: flex;
  gap: 8px;
  align-items: center;
}

.topSocials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.topSocials a {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: rgba(244, 241, 235, 0.86);
  opacity: 0.88;
  transition: color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.topSocials a:hover {
  color: var(--gold);
  opacity: 1;
  transform: translateY(-1px);
}

.topSocials svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

nav a,
.secondaryAction,
.primaryAction,
.linkGrid a,
.pressCards a,
.releaseStack a {
  border: 1px solid var(--line);
  border-radius: 7px;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

nav a {
  padding: 9px 12px;
  color: rgba(244, 244, 238, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

nav a.is-active,
.heroActions a.is-active,
.releaseStack a.is-active {
  border-color: rgba(214, 64, 53, 0.72);
  background: rgba(214, 64, 53, 0.08);
  color: var(--text);
}

nav a:hover,
.secondaryAction:hover,
.primaryAction:hover,
.linkGrid a:hover,
.pressCards a:hover,
.releaseStack a:hover {
  transform: translateY(-1px);
  border-color: rgba(214, 64, 53, 0.72);
}

.hero {
  position: relative;
  min-height: clamp(690px, 88vh, 920px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #020305;
}

.heroImage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 86% -72px;
  filter: saturate(0.76) contrast(1.16) brightness(0.8);
  transform: scale(1.01);
}

.chronoGrid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 17%, rgba(214, 64, 53, 0.28) 17.08% 17.18%, transparent 17.28% 100%),
    linear-gradient(90deg, transparent 0 48%, rgba(143, 183, 201, 0.16) 48.05% 48.12%, transparent 48.2% 100%),
    repeating-linear-gradient(90deg, rgba(244, 244, 238, 0.08) 0 1px, transparent 1px 62px),
    repeating-linear-gradient(0deg, rgba(244, 244, 238, 0.04) 0 1px, transparent 1px 62px);
  opacity: 0.32;
}

.heroShade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(2, 3, 5, 0.94), rgba(2, 3, 5, 0.62) 41%, rgba(2, 3, 5, 0.2) 72%, rgba(2, 3, 5, 0.5)),
    linear-gradient(180deg, rgba(2, 3, 5, 0.08), rgba(2, 3, 5, 0.36) 58%, #020305 96%);
}

.timeReadout {
  position: absolute;
  right: clamp(18px, 4vw, 56px);
  bottom: clamp(28px, 5vh, 70px);
  z-index: 3;
  display: grid;
  gap: 7px;
  color: rgba(244, 244, 238, 0.68);
  text-align: right;
}

.timeReadout span {
  color: var(--ice);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.timeReadout strong {
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(1rem, 1.8vw, 2.1rem);
  letter-spacing: 0.08em;
}

.timeFragments {
  position: absolute;
  top: 14%;
  left: clamp(18px, 4vw, 56px);
  z-index: 5;
  display: grid;
  gap: 10px;
  justify-items: start;
  pointer-events: none;
}

.timeFragments span,
.sectionCode {
  color: rgba(143, 183, 201, 0.58);
  font-family: Manrope, system-ui, sans-serif;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.timeFragments span {
  padding: 5px 0;
  color: rgba(244, 244, 238, 0.72);
  border-bottom: 1px solid rgba(214, 64, 53, 0.42);
  text-shadow: 0 0 18px rgba(143, 183, 201, 0.28);
}

.timeReadout strong,
.timeFragments span,
.sectionCode {
  font-variant-numeric: tabular-nums;
}

.heroContent {
  position: relative;
  z-index: 4;
  width: min(520px, calc(100% - 36px));
  margin: 0 clamp(18px, 5vw, 72px) clamp(20px, 4vh, 42px);
  transform: translateY(8px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.inlineCode {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3 {
  font-family: Syncopate, Manrope, sans-serif;
  letter-spacing: 0;
}

.heroLogo {
  display: block;
  width: min(520px, 74vw);
  height: auto;
  margin-bottom: 12px;
  filter:
    drop-shadow(0 22px 40px rgba(0, 0, 0, 0.55))
    drop-shadow(0 0 18px rgba(143, 183, 201, 0.16));
}

.heroKicker {
  margin: 0 0 14px;
  color: var(--ice);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.heroText {
  width: min(540px, 100%);
  margin: 0;
  color: rgba(244, 244, 238, 0.82);
  font-size: clamp(0.98rem, 1.35vw, 1.16rem);
  line-height: 1.62;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.primaryAction,
.secondaryAction {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  font-size: 0.92rem;
  font-weight: 800;
}

.primaryAction {
  background: rgba(2, 3, 5, 0.38);
  color: var(--text);
}

.secondaryAction {
  background: rgba(2, 3, 5, 0.44);
  color: var(--text);
}

.ticker {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 18px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(143, 183, 201, 0.05), transparent 28%, rgba(214, 64, 53, 0.035)),
    rgba(2, 3, 5, 0.84);
}

.ticker::-webkit-scrollbar {
  display: none;
}

.ticker span {
  white-space: nowrap;
  color: rgba(244, 241, 235, 0.74);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ticker span::after {
  content: "/";
  margin-left: 10px;
  color: var(--gold);
}

.section {
  position: relative;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(58px, 10vw, 116px) 0;
}

.sectionCode {
  margin-bottom: 18px;
  color: rgba(214, 64, 53, 0.74);
}

.musicSection {
  overflow: hidden;
}

.timelineModule {
  position: absolute;
  top: clamp(150px, 14vw, 210px);
  left: 18px;
  z-index: 0;
  display: grid;
  gap: 8px;
  width: min(210px, 18vw);
  pointer-events: none;
  color: rgba(143, 183, 201, 0.24);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.timelineModule::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid rgba(214, 64, 53, 0.2);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow:
    0 0 0 8px rgba(214, 64, 53, 0.016),
    0 0 34px rgba(214, 64, 53, 0.08);
}

.timelineModule::after {
  position: absolute;
  top: 50%;
  left: 30px;
  width: min(180px, 15vw);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(214, 64, 53, 0.3), rgba(143, 183, 201, 0.02));
}

.timelineModule strong {
  color: rgba(244, 241, 235, 0.09);
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(1.35rem, 2.7vw, 3rem);
  line-height: 0.8;
  letter-spacing: 0.05em;
}

.bioSection .sectionCode,
.contactSection .sectionCode {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.instagramSection .sectionCode {
  text-align: right;
}

.sectionIntro {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.sectionIntro h2,
.bioText h2,
.contactSection h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.98;
  text-wrap: balance;
}

.sectionIntro p:last-child,
.bioText p,
.contactSection p {
  color: var(--muted);
  line-height: 1.68;
}

.audioSignal {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  margin: -4px 0 18px;
  color: rgba(143, 183, 201, 0.58);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audioSignal::before {
  position: absolute;
  right: 7%;
  bottom: -10px;
  width: min(360px, 46vw);
  height: 34px;
  pointer-events: none;
  content: "";
  opacity: 0.42;
  background:
    linear-gradient(90deg, transparent 0 8px, rgba(214, 64, 53, 0.72) 8px 10px, transparent 10px 19px),
    linear-gradient(90deg, transparent 0 4px, rgba(244, 241, 235, 0.18) 4px 5px, transparent 5px 13px);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.audioSignal i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 64, 53, 0.52), rgba(143, 183, 201, 0.08));
}

.musicGrid,
.bioSection {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  align-items: stretch;
}

.labelStrip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: -6px 0 22px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(143, 183, 201, 0.08), rgba(244, 241, 235, 0.018)),
    rgba(8, 11, 15, 0.72);
}

.labelStrip span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.labelStrip strong {
  padding: 8px 11px;
  border: 1px solid rgba(244, 241, 235, 0.1);
  border-radius: 7px;
  color: rgba(244, 241, 235, 0.86);
  font-size: 0.84rem;
  font-weight: 800;
}

.spotifyPanel,
.releaseStack article,
.statPanel,
.pressCards a {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--panel);
  backdrop-filter: blur(20px);
}

.spotifyPanel {
  position: relative;
  overflow: hidden;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(143, 183, 201, 0.11), rgba(2, 3, 5, 0.08) 42%, rgba(214, 64, 53, 0.05)),
    rgba(8, 11, 15, 0.92);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    inset 0 -1px 0 rgba(214, 64, 53, 0.08);
}

.spotifyPanel::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border: 1px solid rgba(214, 64, 53, 0.16);
  border-radius: 8px;
}

.spotifyPanel iframe {
  position: relative;
  z-index: 1;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

.playerLabel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 6px 16px;
}

.playerLabel span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.playerLabel strong {
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(1.8rem, 4vw, 4rem);
  line-height: 0.9;
}

.releaseStack {
  display: grid;
  gap: 10px;
}

.releaseStack article {
  min-height: 0;
  display: grid;
  align-content: space-between;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(143, 183, 201, 0.07), rgba(244, 241, 235, 0.015)),
    rgba(8, 11, 15, 0.78);
}

.releaseStack span,
.pressCards span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.releaseStack h3 {
  margin: 8px 0 6px;
  font-size: clamp(1.42rem, 2.5vw, 2rem);
  line-height: 1;
}

.waveform {
  display: block;
  width: 100%;
  height: 28px;
  margin: 10px 0 12px;
  opacity: 0.82;
  background:
    linear-gradient(90deg, transparent 0 4px, rgba(214, 64, 53, 0.8) 4px 7px, transparent 7px 12px),
    linear-gradient(90deg, transparent 0 2px, rgba(244, 241, 235, 0.38) 2px 4px, transparent 4px 10px);
  background-size: 18px 100%, 13px 100%;
  mask-image:
    radial-gradient(ellipse at 8% 50%, #000 0 8px, transparent 9px),
    radial-gradient(ellipse at 19% 50%, #000 0 13px, transparent 14px),
    radial-gradient(ellipse at 31% 50%, #000 0 7px, transparent 8px),
    radial-gradient(ellipse at 44% 50%, #000 0 16px, transparent 17px),
    radial-gradient(ellipse at 58% 50%, #000 0 10px, transparent 11px),
    radial-gradient(ellipse at 72% 50%, #000 0 14px, transparent 15px),
    radial-gradient(ellipse at 84% 50%, #000 0 8px, transparent 9px),
    radial-gradient(ellipse at 94% 50%, #000 0 12px, transparent 13px);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.releaseStack p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0 0 16px;
}

.releaseStack a {
  display: inline-flex;
  width: max-content;
  padding: 9px 12px;
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 800;
}

.bioText {
  padding-right: 4vw;
}

.statPanel {
  display: grid;
  align-content: center;
  gap: 0;
  padding: 8px;
  background:
    linear-gradient(160deg, rgba(143, 183, 201, 0.1), rgba(214, 64, 53, 0.035)),
    rgba(8, 11, 15, 0.82);
}

.statPanel div {
  padding: 28px;
  border-bottom: 1px solid var(--line);
}

.statPanel div:last-child {
  border-bottom: 0;
}

.statPanel strong {
  display: block;
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  line-height: 0.9;
}

.statPanel span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 700;
}

.photoBand {
  display: grid;
  grid-template-columns: 1.08fr 0.82fr 0.92fr 0.82fr;
  gap: 8px;
  width: min(1320px, calc(100% - 18px));
  margin: 0 auto;
}

.photoBand img {
  width: 100%;
  height: clamp(300px, 42vw, 560px);
  object-fit: cover;
  border-radius: 4px;
  filter: saturate(0.72) contrast(1.09) brightness(0.86);
  cursor: pointer;
  transform: rotateY(0deg) scale(1);
  transition: opacity 220ms ease, transform 220ms ease, filter 220ms ease;
  will-change: opacity, transform;
}

.photoBand img:nth-child(2),
.photoBand img:nth-child(4) {
  margin-top: 46px;
}

.photoBand img:hover {
  filter: saturate(0.86) contrast(1.12) brightness(1.02);
}

.photoBand img.is-flipping {
  opacity: 0;
  transform: rotateY(12deg) scale(0.985);
}

.visualSignal {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 12px;
  width: min(1180px, calc(100% - 36px));
  margin: clamp(28px, 5vw, 54px) auto 0;
  color: rgba(143, 183, 201, 0.55);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visualSignal i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, rgba(214, 64, 53, 0.5), rgba(143, 183, 201, 0.06));
}

.visualSignal::after {
  content: "";
  grid-column: 1 / -1;
  height: 24px;
  opacity: 0.28;
  background:
    linear-gradient(90deg, transparent 0 8px, rgba(214, 64, 53, 0.65) 8px 10px, transparent 10px 20px),
    linear-gradient(90deg, transparent 0 4px, rgba(244, 241, 235, 0.16) 4px 5px, transparent 5px 14px);
  background-size: 26px 100%, 17px 100%;
  mask-image: linear-gradient(90deg, transparent, #000 14%, #000 86%, transparent);
}

.instagramSection {
  position: relative;
  padding-top: clamp(30px, 6vw, 68px);
  overflow: hidden;
}

.visualNode {
  position: absolute;
  top: clamp(92px, 9.5vw, 146px);
  left: 18px;
  z-index: 0;
  display: grid;
  gap: 8px;
  width: min(210px, 18vw);
  pointer-events: none;
  color: rgba(143, 183, 201, 0.24);
  font-size: 0.5rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.visualNode::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  border: 1px solid rgba(214, 64, 53, 0.2);
  border-radius: 4px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow:
    0 0 0 8px rgba(214, 64, 53, 0.016),
    0 0 34px rgba(214, 64, 53, 0.08);
}

.visualNode::after {
  position: absolute;
  top: 50%;
  left: 30px;
  width: min(180px, 15vw);
  height: 1px;
  content: "";
  background: linear-gradient(90deg, rgba(214, 64, 53, 0.3), rgba(143, 183, 201, 0.02));
}

.visualNode strong {
  color: rgba(244, 241, 235, 0.09);
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(1.35rem, 2.7vw, 3rem);
  line-height: 0.8;
  letter-spacing: 0.05em;
}

.visualCarousel {
  position: relative;
  min-height: clamp(470px, 54vw, 700px);
  display: grid;
  align-items: center;
  overflow: visible;
  padding: 0 46px 34px;
  background: transparent;
}

.visualTrack {
  position: relative;
  height: clamp(420px, 50vw, 620px);
}

.visualCard {
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(920px, calc(100vw - 112px));
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
  opacity: 0.72;
  pointer-events: none;
  box-shadow: none;
  transform:
    translate(calc(-50% + (var(--offset) * 27%)), -50%)
    scale(calc(1 - (min(max(var(--offset), -1), 1) * min(max(var(--offset), -1), 1) * 0.12)));
  transition: transform 220ms ease, opacity 220ms ease, border-color 160ms ease;
  z-index: calc(4 - max(var(--offset), -1) * max(var(--offset), -1));
}

.visualCard:hover {
  border-color: transparent;
}

.visualCard::before,
.visualCard::after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  pointer-events: none;
  content: "";
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease, transform 160ms ease;
}

.visualCard::before {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(244, 244, 238, 0.34);
  border-radius: 50%;
  background: rgba(2, 3, 5, 0.42);
  backdrop-filter: blur(12px);
  box-shadow: 0 0 34px rgba(214, 64, 53, 0.18);
}

.visualCard::after {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgba(244, 244, 238, 0.92);
}

.visualCard:not(.is-active)::before,
.visualCard:not(.is-active)::after,
.visualCard.is-playing::before,
.visualCard.is-playing::after {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.92);
}

.visualCard video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 620px;
  object-fit: contain;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

.visualCard.is-active {
  opacity: 1;
  pointer-events: auto;
  border-color: transparent;
  z-index: 12;
}

.visualCard:not(.is-active) div {
  opacity: 0;
}

.visualCard:not(.is-active) video {
  opacity: 1;
  filter: blur(5px) saturate(0.68) brightness(0.74);
}

.visualCard:first-child video {
  aspect-ratio: 21 / 9;
  max-height: 430px;
}

.visualCard span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.visualCard strong {
  display: block;
  margin-top: 5px;
  color: rgba(244, 241, 235, 0.9);
  font-family: Syncopate, Manrope, sans-serif;
  font-size: clamp(0.72rem, 0.92vw, 0.92rem);
  line-height: 1.35;
}

.carouselArrow {
  position: absolute;
  top: 50%;
  z-index: 16;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(143, 183, 201, 0.24);
  border-radius: 50%;
  color: rgba(244, 241, 235, 0.86);
  background: rgba(2, 3, 5, 0.62);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transform: translateY(-50%);
}

.carouselArrow:hover {
  border-color: rgba(214, 64, 53, 0.28);
  color: #fff;
}

.carouselArrow span {
  font-size: 1.72rem;
  line-height: 1;
  transform: translateY(-1px);
}

.carouselArrowPrev {
  left: 28px;
}

.carouselArrowNext {
  right: 28px;
}

.carouselDots {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 16;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.carouselDots button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(244, 241, 235, 0.24);
  cursor: pointer;
}

.carouselDots button.is-active {
  width: 18px;
  border-radius: 99px;
  background: var(--gold);
}

.pressCards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pressCards a {
  min-height: 150px;
  display: grid;
  align-content: space-between;
  padding: 22px;
}

.pressCards strong {
  font-family: Syncopate, Manrope, sans-serif;
  font-size: 1.5rem;
}

.contactSection {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: start;
  border-top: 1px solid var(--line);
}

.linkGrid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-content: start;
  justify-content: flex-end;
}

.linkGrid a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  background: rgba(244, 241, 235, 0.018);
  color: rgba(244, 241, 235, 0.86);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.socialIcon {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: rgba(244, 241, 235, 0.9);
}

.bookingCopy {
  margin: 18px 0 0;
  max-width: 430px;
}

.bookingCopy a {
  color: var(--gold);
  font-weight: 800;
}

.bookingLink {
  border-color: var(--line) !important;
  background: rgba(244, 241, 235, 0.018) !important;
}

.socialIcon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

@media (max-width: 840px) {
  .siteHeader {
    position: absolute;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 8px;
    padding: 16px 18px;
  }

  nav {
    gap: 4px;
    min-width: 0;
  }

  nav a {
    padding: 8px 8px;
    font-size: 0.72rem;
  }

  .topSocials {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .heroShade {
    background:
      linear-gradient(180deg, rgba(5, 6, 7, 0.1), rgba(5, 6, 7, 0.64) 48%, #050607 98%),
      linear-gradient(90deg, rgba(5, 6, 7, 0.46), rgba(5, 6, 7, 0.1));
  }

  .timeReadout {
    display: none;
  }

  .timelineModule {
    display: none;
  }

  .visualNode {
    display: none;
  }

  .heroImage {
    object-fit: cover;
    object-position: 64% top;
  }

  .heroContent {
    transform: none;
  }

  .heroLogo {
    width: min(320px, 78vw);
  }

  .heroText {
    max-width: 330px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .sectionIntro,
  .musicGrid,
  .bioSection,
  .contactSection,
  .pressCards {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 36px, 1180px);
    padding: 58px 0;
  }

  .sectionIntro {
    gap: 14px;
    margin-bottom: 22px;
  }

  .audioSignal {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: -4px 0 18px;
  }

  .visualSignal {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 28px;
  }

  .audioSignal i,
  .audioSignal::before,
  .visualSignal i,
  .visualSignal::after {
    display: none;
  }

  .sectionIntro h2,
  .bioText h2,
  .contactSection h2 {
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.02;
  }

  .spotifyPanel,
  .releaseStack article,
  .statPanel,
  .labelStrip {
    min-width: 0;
  }

  .spotifyPanel iframe {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 360px;
  }

  .playerLabel strong {
    font-size: clamp(1.5rem, 11vw, 2.5rem);
  }

  .releaseStack {
    grid-template-columns: 1fr;
  }

  .photoBand {
    grid-template-columns: 1fr 1fr;
  }

  .photoBand img {
    height: 390px;
  }

  .photoBand img:nth-child(2),
  .photoBand img:nth-child(4) {
    margin-top: 0;
  }

  .linkGrid {
    justify-content: flex-start;
  }

  .visualCarousel {
    min-height: 470px;
    padding: 0 30px 36px;
    overflow: hidden;
  }

  .visualTrack {
    height: 430px;
  }

  .visualCard {
    width: min(430px, calc(100vw - 66px));
    transform:
      translate(calc(-50% + (var(--offset) * 24%)), -50%)
      scale(calc(1 - (min(max(var(--offset), -1), 1) * min(max(var(--offset), -1), 1) * 0.16)));
  }

  .visualCard video {
    aspect-ratio: 4 / 5;
    max-height: 420px;
  }

  .visualCard:first-child video {
    aspect-ratio: 21 / 9;
    max-height: 260px;
  }

  .carouselArrow {
    width: 38px;
    height: 38px;
  }

  .carouselArrowPrev {
    left: 8px;
  }

  .carouselArrowNext {
    right: 8px;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 520px) {
  .timeReadout,
  .timeFragments {
    display: none;
  }
}
