:root {
  --bg: #020202;
  --ink: #f8f3eb;
  --soft: #d7d0c5;
  --muted: #aaa298;
  --line: rgba(248, 243, 235, 0.16);
  --panel: rgba(255, 255, 255, 0.045);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  overflow-x: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 22px clamp(18px, 5vw, 76px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.site-header.is-scrolled {
  backdrop-filter: blur(18px);
  background: rgba(0, 0, 0, 0.84);
  border-bottom: 1px solid rgba(248, 243, 235, 0.1);
}

.brand,
.site-header nav,
.kicker,
.eyebrow,
.button,
.sound-toggle,
.hero__meta,
.service-grid span,
.spec-list,
.gallery figcaption {
  font-family: Inter, Arial, sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sound-player {
  bottom: 22px;
  position: fixed;
  right: 22px;
  z-index: 30;
}

.sound-toggle {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid rgba(248, 243, 235, 0.24);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  min-height: 44px;
  padding: 0 16px;
}

.sound-toggle:hover,
.sound-toggle.is-playing {
  background: var(--ink);
  color: #050505;
}

.sound-toggle__icon {
  border: 1px solid currentColor;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
}

.sound-toggle__icon::after {
  background: currentColor;
  content: "";
  height: 4px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 4px;
}

.youtube-audio {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.youtube-audio iframe {
  border: 0;
  height: 1px;
  width: 1px;
}

.site-header nav {
  display: flex;
  gap: clamp(14px, 3vw, 34px);
}

.site-header nav a {
  color: rgba(248, 243, 235, 0.68);
}

.site-header nav a:hover {
  color: var(--ink);
}

.hero {
  background: #000;
  display: grid;
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.hero__media {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.34) 45%, rgba(0, 0, 0, 0.62) 100%),
    url("assets/new/hero-clean.jpeg") center / cover no-repeat;
  inset: 0;
  position: absolute;
  transform: scale(1.02);
}

.hero__grain {
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.09) 0 1px, transparent 1px),
    radial-gradient(circle at 78% 64%, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px);
  background-size: 3px 3px, 5px 5px;
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.23;
  pointer-events: none;
  position: absolute;
}

.hero__content {
  align-self: end;
  max-width: 760px;
  padding: 130px clamp(20px, 6vw, 92px) 110px;
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: clamp(4.4rem, 12vw, 12rem);
  font-weight: 600;
  line-height: 0.82;
  margin: 22px 0;
}

.hero__lead {
  color: var(--soft);
  font-size: clamp(1.45rem, 3vw, 2.4rem);
  margin: 0 0 12px;
}

.hero__copy,
.manifest p,
.feature__copy p,
.experience__intro p,
.booking__content p {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1.42;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  align-items: center;
  border: 1px solid var(--ink);
  display: inline-flex;
  justify-content: center;
  min-height: 48px;
  min-width: 166px;
  padding: 0 22px;
}

.button--solid {
  background: var(--ink);
  color: #050505;
}

.button--ghost {
  background: rgba(0, 0, 0, 0.28);
}

.hero__meta {
  align-self: end;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 1;
}

.hero__meta span {
  border-right: 1px solid var(--line);
  color: rgba(248, 243, 235, 0.78);
  padding: 18px clamp(16px, 4vw, 44px);
}

.section-pad {
  padding: clamp(72px, 10vw, 144px) clamp(20px, 6vw, 92px);
}

.eyebrow,
.kicker {
  color: rgba(248, 243, 235, 0.66);
  margin: 0;
}

.manifest {
  background:
    linear-gradient(180deg, rgba(2, 2, 2, 0.92), rgba(2, 2, 2, 0.96)),
    url("assets/new/press-cover.jpeg") center / cover;
  text-align: center;
}

.manifest h2,
.dj-animation__copy h2,
.feature__copy h2,
.section-head h2,
.context__copy h2,
.experience__intro h2,
.booking__content h2 {
  font-size: clamp(2.35rem, 6vw, 6.2rem);
  font-weight: 500;
  line-height: 0.95;
  margin: 16px 0 24px;
}

.manifest h2,
.manifest p {
  margin-left: auto;
  margin-right: auto;
  max-width: 990px;
}

.dj-animation {
  align-items: center;
  background:
    radial-gradient(circle at 72% 34%, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #020202 0%, #080808 100%);
  display: grid;
  gap: clamp(36px, 7vw, 96px);
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
}

.dj-animation__copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1.42;
  max-width: 680px;
}

.dj-stage {
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    radial-gradient(circle at 50% 102%, rgba(248, 243, 235, 0.16), transparent 45%);
  border: 1px solid rgba(248, 243, 235, 0.14);
  min-height: 360px;
  overflow: hidden;
  position: relative;
}

.dj-stage::before {
  background-image: linear-gradient(rgba(248, 243, 235, 0.08) 1px, transparent 1px);
  background-size: 100% 42px;
  content: "";
  inset: 0;
  opacity: 0.24;
  position: absolute;
}

.light {
  filter: blur(1px);
  height: 62%;
  opacity: 0.42;
  position: absolute;
  top: -4%;
  transform-origin: top center;
  width: 22%;
}

.light--left {
  animation: sweepLeft 4.8s ease-in-out infinite;
  background: linear-gradient(180deg, rgba(248, 243, 235, 0.38), transparent);
  left: 16%;
  transform: rotate(24deg);
}

.light--right {
  animation: sweepRight 5.6s ease-in-out infinite;
  background: linear-gradient(180deg, rgba(248, 243, 235, 0.28), transparent);
  right: 18%;
  transform: rotate(-22deg);
}

.dj-figure {
  bottom: 30%;
  height: 34%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30%;
  z-index: 3;
}

.dj-head {
  animation: headNod 1.4s ease-in-out infinite;
  background: var(--ink);
  border-radius: 50%;
  height: 62px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 54px;
}

.dj-head::after {
  background: #050505;
  border-radius: 50%;
  content: "";
  height: 42px;
  left: 6px;
  position: absolute;
  top: 6px;
  width: 42px;
}

.headphone {
  border: 3px solid var(--ink);
  height: 28px;
  position: absolute;
  top: 10px;
  width: 20px;
  z-index: 2;
}

.headphone--left {
  border-right: 0;
  left: -13px;
}

.headphone--right {
  border-left: 0;
  right: -13px;
}

.dj-body {
  background: linear-gradient(180deg, var(--ink), rgba(248, 243, 235, 0.58));
  bottom: 0;
  clip-path: polygon(30% 0, 70% 0, 100% 100%, 0 100%);
  height: 74%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 62%;
}

.dj-arm {
  background: var(--ink);
  height: 12px;
  position: absolute;
  top: 58%;
  transform-origin: left center;
  width: 46%;
}

.dj-arm--left {
  animation: scratchLeft 1.25s ease-in-out infinite;
  left: -4%;
  transform: rotate(18deg);
}

.dj-arm--right {
  animation: tweakRight 1.8s ease-in-out infinite;
  right: 2%;
  transform: rotate(-18deg);
  transform-origin: right center;
}

.dj-console {
  align-items: center;
  background: rgba(0, 0, 0, 0.68);
  border: 1px solid rgba(248, 243, 235, 0.22);
  bottom: 12%;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 0.55fr 1fr;
  left: 8%;
  min-height: 120px;
  padding: 18px;
  position: absolute;
  right: 8%;
  z-index: 4;
}

.deck {
  aspect-ratio: 1;
  border: 1px solid rgba(248, 243, 235, 0.24);
  position: relative;
}

.vinyl {
  animation: spin 1.4s linear infinite;
  border: 2px solid var(--ink);
  border-radius: 50%;
  inset: 16%;
  position: absolute;
}

.vinyl::after {
  background: var(--ink);
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}

.needle {
  background: var(--ink);
  height: 3px;
  position: absolute;
  right: 14%;
  top: 22%;
  transform: rotate(28deg);
  width: 32%;
}

.mixer {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}

.mixer span {
  animation: meter 0.9s ease-in-out infinite;
  align-self: end;
  background: var(--ink);
  display: block;
  height: 54px;
  opacity: 0.82;
}

.mixer span:nth-child(2),
.audio-bars span:nth-child(3) {
  animation-delay: 0.16s;
}

.mixer span:nth-child(3),
.audio-bars span:nth-child(5) {
  animation-delay: 0.28s;
}

.mixer span:nth-child(4),
.audio-bars span:nth-child(7) {
  animation-delay: 0.42s;
}

.audio-bars {
  align-items: end;
  display: flex;
  gap: 8px;
  height: 84px;
  left: 50%;
  position: absolute;
  top: 16%;
  transform: translateX(-50%);
  z-index: 2;
}

.audio-bars span {
  animation: meter 0.82s ease-in-out infinite;
  background: rgba(248, 243, 235, 0.82);
  display: block;
  height: 28px;
  width: 8px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes meter {
  0%,
  100% {
    transform: scaleY(0.34);
  }

  50% {
    transform: scaleY(1);
  }
}

@keyframes headNod {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(5px);
  }
}

@keyframes scratchLeft {
  0%,
  100% {
    transform: rotate(18deg) translateX(0);
  }

  50% {
    transform: rotate(8deg) translateX(-10px);
  }
}

@keyframes tweakRight {
  0%,
  100% {
    transform: rotate(-18deg);
  }

  50% {
    transform: rotate(-4deg);
  }
}

@keyframes sweepLeft {
  0%,
  100% {
    transform: rotate(24deg);
  }

  50% {
    transform: rotate(8deg);
  }
}

@keyframes sweepRight {
  0%,
  100% {
    transform: rotate(-22deg);
  }

  50% {
    transform: rotate(-6deg);
  }
}

.feature,
.context,
.booking {
  align-items: center;
  display: grid;
  gap: clamp(34px, 7vw, 92px);
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1fr);
}

.feature__poster {
  margin: 0;
  max-width: 460px;
}

.feature__poster img,
.context__image img,
.gallery img,
.booking__logo,
.press-image img {
  border: 1px solid rgba(248, 243, 235, 0.13);
}

.spec-list {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  padding-top: 24px;
}

.spec-list span {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 10px 12px;
}

.services {
  background: #070707;
}

.section-head {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  margin-bottom: 56px;
}

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

.service-grid article {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(248, 243, 235, 0.12);
  min-height: 280px;
  padding: clamp(22px, 3vw, 34px);
}

.service-grid span {
  color: var(--muted);
}

h3 {
  font-size: clamp(1.55rem, 3vw, 2.32rem);
  font-weight: 600;
  line-height: 1;
  margin: 26px 0 14px;
}

.service-grid p {
  color: var(--muted);
  font-size: clamp(1.06rem, 1.5vw, 1.22rem);
  line-height: 1.42;
}

.context__image {
  margin: 0;
}

.context__image img {
  margin: 0 auto;
  max-height: 760px;
}

.ideal-list {
  list-style: none;
  margin: 34px 0 0;
  padding: 0;
}

.ideal-list li,
.venue-list span,
.contact-links a {
  border-bottom: 1px solid var(--line);
  color: rgba(248, 243, 235, 0.88);
  display: block;
  font-size: clamp(1.16rem, 2vw, 1.6rem);
  padding: 14px 0;
}

.gallery {
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-top: 0;
}

.gallery figure {
  margin: 0;
}

.gallery img {
  background: #000;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.gallery figcaption {
  color: var(--muted);
  margin-top: 14px;
}

.gallery__link {
  display: block;
}

.gallery__link:hover img {
  border-color: rgba(248, 243, 235, 0.42);
}

.gallery__link:hover figcaption {
  color: var(--ink);
}

.experience {
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.97), rgba(2, 2, 2, 0.76)),
    url("assets/new/experience-show.jpeg") right center / cover;
  display: grid;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: minmax(280px, 0.78fr) 1fr;
}

.venue-list {
  columns: 2;
  column-gap: clamp(28px, 5vw, 72px);
}

.venue-list span {
  break-inside: avoid;
}

.press-image {
  padding: clamp(48px, 7vw, 92px) clamp(20px, 6vw, 92px) 0;
}

.press-image img {
  margin: 0 auto;
  width: min(100%, 1380px);
}

.booking {
  grid-template-columns: 220px minmax(0, 1fr);
}

.booking__logo {
  width: 100%;
}

.contact-links {
  margin-top: 28px;
}

@media (max-width: 1020px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    position: absolute;
  }

  .site-header nav {
    display: none;
  }

  .hero__media {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.78)),
      url("assets/new/hero-clean.jpeg") center top / cover no-repeat;
  }

  .hero__content {
    padding: 116px 20px 82px;
  }

  .hero__meta {
    grid-template-columns: 1fr;
  }

  .hero__meta span {
    border-right: 0;
  }

  .feature,
  .dj-animation,
  .context,
  .experience,
  .booking,
  .section-head {
    grid-template-columns: 1fr;
  }

  .feature__poster,
  .context__image img {
    max-width: 520px;
    width: 100%;
  }

  .dj-stage {
    min-height: 320px;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .gallery figure {
    margin: 0 auto;
    max-width: 520px;
    width: 100%;
  }

  .venue-list {
    columns: 1;
  }

  .booking__logo {
    max-width: 180px;
  }
}

@media (max-width: 560px) {
  .brand,
  .kicker,
  .eyebrow,
  .button,
  .sound-toggle,
  .hero__meta,
  .spec-list,
  .gallery figcaption {
    font-size: 0.68rem;
    letter-spacing: 0.14em;
  }

  .hero h1 {
    font-size: clamp(4rem, 22vw, 6.8rem);
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-grid article {
    min-height: 0;
  }

  .dj-stage {
    aspect-ratio: 4 / 5;
    min-height: 430px;
  }

  .dj-console {
    gap: 10px;
    grid-template-columns: 1fr 0.48fr 1fr;
    left: 6%;
    padding: 12px;
    right: 6%;
  }

  .dj-figure {
    bottom: 34%;
    width: 48%;
  }

  .section-pad {
    padding-left: 18px;
    padding-right: 18px;
  }

  .sound-player {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .sound-toggle {
    justify-content: center;
    width: 100%;
  }
}
