:root {
  --bg: #090913;
  --paper: #f1f0eb;
  --text: #f4f3ef;
  --muted: #a5a3b5;
  --line: rgba(244, 243, 239, 0.16);
  --acid: #c7ff3b;
  --violet: #976cff;
  --mono: "DM Mono", monospace;
  --sans: "Space Grotesk", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  overflow-x: hidden;
}
.noise {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}
.orb-one {
  width: 42rem;
  height: 42rem;
  right: -20rem;
  top: 5rem;
  background: radial-gradient(
    circle,
    rgba(151, 108, 255, 0.27),
    transparent 64%
  );
}
.orb-two {
  width: 32rem;
  height: 32rem;
  left: -17rem;
  top: 56rem;
  background: radial-gradient(
    circle,
    rgba(199, 255, 59, 0.13),
    transparent 65%
  );
}
.site-header {
  height: 82px;
  padding: 0 max(5vw, 26px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--acid);
  color: #12130d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}
.nav {
  display: flex;
  gap: 2.2rem;
}
.nav a,
footer a {
  color: var(--muted);
  font-size: 0.78rem;
  text-decoration: none;
  transition: color 0.2s;
}
.nav a:hover,
footer a:hover {
  color: var(--acid);
}
.header-live {
  font: 500 0.7rem var(--mono);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--text);
  text-decoration: none;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 30px;
}
.header-live i,
.live-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: var(--acid);
  margin-right: 7px;
  box-shadow: 0 0 12px var(--acid);
  animation: blink 1.5s infinite;
}
@keyframes blink {
  50% {
    opacity: 0.25;
  }
}
.section-shell {
  width: min(1150px, 90vw);
  margin: auto;
}
.hero {
  min-height: calc(100vh - 82px);
  padding: clamp(70px, 12vh, 140px) 0 70px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.eyebrow,
.section-number {
  margin: 0;
  font: 500 0.7rem var(--mono);
  letter-spacing: 0.12em;
  color: var(--muted);
}
.eyebrow span {
  display: inline-block;
  width: 22px;
  border-top: 1px solid var(--acid);
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.hero h1,
.split-content h2,
.section-heading h2,
.live h2,
.contact h2 {
  font-size: clamp(3.4rem, 7.5vw, 7.4rem);
  letter-spacing: -0.07em;
  line-height: 0.86;
  margin: 24px 0 30px;
  font-weight: 600;
}
.hero em,
h2 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.intro {
  color: var(--muted);
  max-width: 350px;
  font-size: 1.03rem;
  line-height: 1.6;
}
.hero-actions {
  margin-top: 37px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 26px;
  padding: 15px 18px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  transition:
    transform 0.25s,
    background 0.25s;
}
.button-primary {
  background: var(--acid);
  color: #10120c;
}
.button-primary:hover {
  transform: translateY(-3px);
  background: #ddff7f;
}
.button span {
  font-size: 1.2rem;
}
.text-link {
  color: var(--text);
  font-size: 0.8rem;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  padding-bottom: 4px;
}
.text-link span {
  color: var(--acid);
  margin-left: 7px;
}
.hero-art {
  height: 490px;
  position: relative;
  display: grid;
  place-items: center;
}
.record {
  width: min(31vw, 390px);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  background: repeating-radial-gradient(circle, #111 0 2px, #191923 3px 5px);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.5),
    inset 0 0 0 2px rgba(255, 255, 255, 0.08);
  animation: rotate 16s linear infinite;
}
.record:after {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.record-label {
  position: absolute;
  inset: 34%;
  border-radius: 50%;
  background: var(--violet);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #171226;
  text-align: center;
  z-index: 1;
}
.record-label span {
  font: 500 0.5rem var(--mono);
  letter-spacing: 0.22em;
}
.record-label strong {
  font-size: clamp(0.9rem, 2vw, 1.35rem);
  letter-spacing: -0.07em;
}
.record-label small {
  font: 400 0.35rem var(--mono);
  letter-spacing: 0.1em;
  margin-top: 5px;
}
.needle {
  position: absolute;
  width: 200px;
  height: 5px;
  background: var(--paper);
  border-radius: 10px;
  transform: rotate(-37deg) translate(110px, -55px);
  transform-origin: left center;
  z-index: 2;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}
.needle:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--acid);
  left: -7px;
  top: -8px;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(199, 255, 59, 0.23);
  border-radius: 50%;
  width: 450px;
  height: 190px;
}
.orbit-a {
  transform: rotate(38deg);
}
.orbit-b {
  transform: rotate(-48deg);
  border-color: rgba(151, 108, 255, 0.3);
}
.art-caption {
  font: 500 0.65rem var(--mono);
  letter-spacing: 0.2em;
  position: absolute;
  right: 0;
  bottom: 25px;
  color: var(--acid);
  line-height: 1.6;
}
.scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 0;
  font: 400 0.62rem var(--mono);
  letter-spacing: 0.11em;
  color: var(--muted);
  text-decoration: none;
}
.scroll-cue span {
  height: 43px;
  border-left: 1px solid var(--acid);
  display: block;
  margin: 0 0 10px 2px;
}
.split-section,
.sound,
.live,
.contact {
  padding: 140px 0;
  border-top: 1px solid var(--line);
}
.split-section {
  display: grid;
  grid-template-columns: 20% 1fr;
}
.split-content {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 55px;
}
.split-content h2,
.section-heading h2,
.live h2,
.contact h2 {
  font-size: clamp(2.8rem, 5.3vw, 5.5rem);
  margin: 0;
}
.body-copy {
  padding-top: 10px;
}
.body-copy p {
  line-height: 1.65;
  color: var(--muted);
  margin: 0 0 22px;
}
.placeholder-note {
  font-size: 0.86rem;
  border-left: 1px solid var(--acid);
  padding-left: 16px;
}
.sound {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 7vw;
}
.genre-list {
  border-top: 1px solid var(--line);
}
.genre-list article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0 16px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
  transition: padding 0.25s;
}
.genre-list article:hover {
  padding-left: 10px;
}
.genre-list span {
  font: 400 0.65rem var(--mono);
  color: var(--acid);
  padding-top: 5px;
}
.genre-list h3 {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  margin: 0;
}
.genre-list p {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.55;
  margin: 8px 0 0;
}
.live-card {
  padding: clamp(25px, 5vw, 65px);
  background: #171421;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}
.live-card:before {
  content: "";
  position: absolute;
  width: 40%;
  aspect-ratio: 1;
  right: -10%;
  top: -30%;
  background: var(--violet);
  filter: blur(100px);
  opacity: 0.45;
}
.live-top,
.live-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.live-status {
  font: 500 0.65rem var(--mono);
  color: var(--acid);
  letter-spacing: 0.09em;
}
.waveform {
  height: 115px;
  display: flex;
  align-items: center;
  gap: clamp(3px, 1vw, 12px);
  margin: 26px 0;
}
.waveform i {
  display: block;
  flex: 1;
  background: var(--acid);
  min-height: 10px;
  animation: wave 1.3s ease-in-out infinite alternate;
}
.waveform i:nth-child(3n) {
  animation-delay: 0.3s;
}
.waveform i:nth-child(2n) {
  animation-delay: 0.6s;
}
@keyframes wave {
  from {
    height: 12%;
  }
  to {
    height: 96%;
  }
}
.live-bottom {
  align-items: end;
}
.live h2 {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}
.live-bottom p {
  max-width: 310px;
  color: var(--muted);
  line-height: 1.55;
}
.circle-button {
  display: grid;
  place-items: center;
  width: 64px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--acid);
  color: #13140e;
  text-decoration: none;
  font-size: 1.7rem;
  transition: transform 0.25s;
}
.circle-button:hover {
  transform: rotate(45deg);
}
.edit-hint {
  font: 400 0.72rem var(--mono);
  color: var(--muted);
  margin: 15px 0 0;
}
.edit-hint code {
  color: var(--acid);
}
.contact {
  padding-bottom: 100px;
}
.contact-main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-top: 45px;
}
.contact-email {
  font-size: clamp(1rem, 2.3vw, 1.8rem);
  color: var(--acid);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 8px;
}
.socials {
  margin-top: 90px;
  display: flex;
  border-top: 1px solid var(--line);
}
.socials a {
  width: 33.333%;
  padding: 18px 0;
  color: var(--text);
  font-size: 0.78rem;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}
.socials span {
  color: var(--acid);
  padding-left: 5px;
}
footer {
  border-top: 1px solid var(--line);
  padding: 25px max(5vw, 26px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font: 400 0.65rem var(--mono);
}
footer p {
  margin: 0;
}
.menu-toggle {
  display: none;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 700px) {
  .site-header {
    height: 66px;
  }
  .nav {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: #11111c;
    padding: 23px 5vw;
    gap: 20px;
    border-bottom: 1px solid var(--line);
  }
  .nav.open {
    display: flex;
    flex-direction: column;
  }
  .menu-toggle {
    display: grid;
    gap: 5px;
    background: none;
    border: 0;
    padding: 8px;
    order: 2;
  }
  .menu-toggle span {
    width: 20px;
    height: 1px;
    background: var(--text);
  }
  .header-live {
    display: none;
  }
  .hero {
    min-height: 690px;
    display: block;
    padding-top: 80px;
  }
  .hero-art {
    height: 330px;
    margin-top: 25px;
  }
  .record {
    width: 260px;
  }
  .orbit {
    width: 300px;
    height: 140px;
  }
  .needle {
    width: 150px;
    transform: rotate(-37deg) translate(78px, -35px);
  }
  .art-caption {
    right: 0;
    bottom: 0;
  }
  .scroll-cue {
    bottom: 20px;
  }
  .split-section,
  .sound {
    display: block;
    padding: 90px 0;
  }
  .section-number {
    margin-bottom: 35px;
  }
  .split-content {
    display: block;
  }
  .split-content h2 {
    margin-bottom: 30px;
  }
  .sound .section-heading {
    margin-bottom: 55px;
  }
  .contact {
    padding: 90px 0 65px;
  }
  .contact-main {
    display: block;
    margin-top: 0;
  }
  .contact h2 {
    margin-bottom: 37px;
  }
  .socials {
    margin-top: 55px;
    display: block;
  }
  .socials a {
    display: block;
    width: 100%;
  }
  .live {
    padding: 90px 0;
  }
  .live-bottom p {
    display: none;
  }
  .live-card {
    padding: 25px;
  }
  .waveform {
    height: 70px;
  }
  .circle-button {
    width: 53px;
  }
  .orb-one {
    right: -25rem;
  }
  .hero h1 {
    font-size: 4rem;
  }
  footer {
    gap: 12px;
    flex-wrap: wrap;
  }
  .brand {
    font-size: 0.7rem;
  }
}

/* Subtle full-bleed portrait treatment for the top section. */
.hero {
  isolation: isolate;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}
.hero::before {
  top: 0;
  z-index: -2;
  background: url("assets/dj-cosmo-hero.jpg") 72% 25% / cover no-repeat;
  opacity: 0.2;
  transform: translateX(-50%) scale(1.03);
  animation: hero-portrait-drift 22s ease-in-out infinite alternate;
}
.hero::after {
  inset: 0 auto auto 50%;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(9, 9, 19, 0.92) 0%,
      rgba(9, 9, 19, 0.72) 42%,
      rgba(9, 9, 19, 0.5) 100%
    ),
    linear-gradient(180deg, rgba(9, 9, 19, 0.28), rgba(9, 9, 19, 0.86) 100%);
  transform: translateX(-50%);
}
.hero-copy,
.hero-art,
.scroll-cue {
  position: relative;
  z-index: 1;
}
@keyframes hero-portrait-drift {
  from {
    transform: translateX(-50%) scale(1.03);
  }
  to {
    transform: translateX(-50%) scale(1.09);
  }
}
@media (max-width: 700px) {
  .hero::before {
    background-position: 60% 35%;
    opacity: 0.18;
  }
  .hero::after {
    background:
      linear-gradient(90deg, rgba(9, 9, 19, 0.88), rgba(9, 9, 19, 0.6)),
      linear-gradient(180deg, rgba(9, 9, 19, 0.22), rgba(9, 9, 19, 0.9) 92%);
  }
}

/* A real element keeps the portrait reliably visible in every browser. */
.hero::before,
.hero::after {
  content: none;
}
.hero-background {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  overflow: hidden;
  transform: translateX(-50%);
}
.hero-background::before {
  content: "";
  position: absolute;
  inset: -5%;
  background: url("assets/dj-cosmo-hero.jpg") 72% 25% / cover no-repeat;
  opacity: 0.25;
  animation: hero-portrait-zoom 22s ease-in-out infinite alternate;
}
.hero-background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(9, 9, 19, 0.88) 0%,
      rgba(9, 9, 19, 0.58) 48%,
      rgba(9, 9, 19, 0.2) 100%
    ),
    linear-gradient(180deg, rgba(9, 9, 19, 0.2), rgba(9, 9, 19, 0.78) 100%);
}
@keyframes hero-portrait-zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
@media (max-width: 700px) {
  .hero-background::before {
    background-position: 60% 35%;
    opacity: 0.23;
  }
  .hero-background::after {
    background:
      linear-gradient(90deg, rgba(9, 9, 19, 0.82), rgba(9, 9, 19, 0.44)),
      linear-gradient(180deg, rgba(9, 9, 19, 0.18), rgba(9, 9, 19, 0.84) 92%);
  }
}
