:root {
  --bg: #05030a;
  --bg-soft: #0b0714;
  --panel: rgba(20, 14, 34, 0.74);
  --panel-strong: rgba(32, 22, 52, 0.88);
  --primary: #9b80e1;
  --primary-light: #b89cff;
  --primary-dark: #7f63c8;
  --text: #f7f4ff;
  --muted: #c7bedc;
  --line: rgba(184, 156, 255, 0.2);
  --shadow: 0 24px 70px rgba(155, 128, 225, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 76% 9%, rgba(184, 156, 255, 0.19), transparent 31rem),
    radial-gradient(circle at 15% 42%, rgba(127, 99, 200, 0.18), transparent 28rem),
    linear-gradient(180deg, #05030a 0%, #0b0714 54%, #05030a 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), transparent 70%);
}

body::after {
  content: "";
  position: fixed;
  z-index: -1;
  inset: auto 0 0;
  height: 48vh;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(184, 156, 255, 0.1) 8% 8.4%, transparent 8.4% 18%),
    linear-gradient(90deg, transparent 0 20%, rgba(255, 255, 255, 0.08) 20% 20.25%, transparent 20.25% 34%),
    linear-gradient(90deg, transparent 0 45%, rgba(127, 99, 200, 0.12) 45% 45.3%, transparent 45.3% 62%),
    linear-gradient(90deg, transparent 0 73%, rgba(184, 156, 255, 0.09) 73% 73.35%, transparent 73.35%);
  opacity: 0.5;
}

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

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

.section-wrap {
  width: min(1120px, calc(100% - 32px));
  margin-inline: auto;
}

.beat-layer {
  position: fixed;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.beat-tag {
  position: absolute;
  border: 1px solid rgba(184, 156, 255, 0.22);
  border-radius: 8px;
  background: rgba(5, 3, 10, 0.36);
  color: rgba(247, 244, 255, 0.18);
  padding: 10px 14px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(-7deg);
}

.tag-808 {
  top: 18%;
  left: 5%;
}

.tag-bars {
  top: 58%;
  left: 8%;
  transform: rotate(6deg);
}

.tag-booth {
  top: 22%;
  right: 7%;
  transform: rotate(8deg);
}

.tag-mix {
  right: 12%;
  bottom: 16%;
  transform: rotate(-5deg);
}

.wave-line,
.meter {
  position: absolute;
  opacity: 0.34;
}

.wave-line {
  width: 360px;
  height: 86px;
  border-top: 2px solid rgba(184, 156, 255, 0.16);
  border-bottom: 2px solid rgba(184, 156, 255, 0.08);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.wave-one {
  top: 36%;
  right: -90px;
}

.wave-two {
  bottom: 12%;
  left: -120px;
  transform: rotate(10deg);
}

.meter {
  display: grid;
  grid-template-columns: repeat(9, 8px);
  align-items: end;
  gap: 8px;
  height: 96px;
}

.meter::before {
  content: "";
  display: block;
  grid-column: 1 / -1;
  height: 100%;
  background:
    linear-gradient(to top, rgba(184, 156, 255, 0.2) 0 28%, transparent 28%),
    linear-gradient(to top, transparent 0 18%, rgba(184, 156, 255, 0.16) 18% 56%, transparent 56%),
    linear-gradient(to right, currentColor 0 8px, transparent 8px 16px);
  color: rgba(184, 156, 255, 0.18);
  mask-image: repeating-linear-gradient(
    90deg,
    #000 0 8px,
    transparent 8px 16px
  );
}

.meter-one {
  top: 19%;
  right: 25%;
  transform: rotate(8deg);
}

.meter-two {
  bottom: 20%;
  left: 29%;
  transform: rotate(-6deg);
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 16px;
  left: 50%;
  display: flex;
  width: min(1120px, calc(100% - 32px));
  min-height: 72px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(5, 3, 10, 0.76);
  padding: 10px 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand img,
.site-footer img {
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 42%, rgba(184, 156, 255, 0.34), rgba(127, 99, 200, 0.1) 48%, rgba(5, 3, 10, 0.96) 72%),
    #090512;
  border: 1px solid rgba(184, 156, 255, 0.54);
  box-shadow:
    0 0 0 4px rgba(184, 156, 255, 0.08),
    0 0 30px rgba(184, 156, 255, 0.48),
    0 10px 28px rgba(0, 0, 0, 0.42);
  filter: brightness(1.28) contrast(1.18) saturate(1.22);
}

.brand img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.9rem;
}

.desktop-nav a:hover,
.text-link:hover {
  color: var(--primary-light);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  align-content: center;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(155, 128, 225, 0.12);
  color: var(--primary-light);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
}

.header-cta {
  border-radius: 8px;
  background: var(--primary);
  color: #090512;
  font-weight: 800;
  padding: 12px 18px;
  box-shadow: 0 0 28px rgba(184, 156, 255, 0.32);
}

.hero {
  position: relative;
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: 58px;
  padding: 132px 0 80px;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 102px auto auto -34px;
  width: min(720px, 88vw);
  height: 430px;
  border: 1px solid rgba(184, 156, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(5, 3, 10, 0.72), rgba(20, 14, 34, 0.26)),
    repeating-linear-gradient(
      90deg,
      rgba(184, 156, 255, 0.1) 0 2px,
      transparent 2px 42px
    );
  opacity: 0.54;
}

.hero > *,
.booking-inner > *,
.contact-section > * {
  min-width: 0;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.hero-logo-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(184, 156, 255, 0.22);
  border-radius: 8px;
  background: rgba(5, 3, 10, 0.58);
  padding: 10px 14px 10px 10px;
  box-shadow: 0 0 34px rgba(184, 156, 255, 0.16);
  backdrop-filter: blur(12px);
}

.hero-logo-lockup img {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(184, 156, 255, 0.62);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 40%, rgba(184, 156, 255, 0.36), rgba(5, 3, 10, 0.94) 70%),
    #090512;
  object-fit: contain;
  box-shadow:
    0 0 0 5px rgba(184, 156, 255, 0.08),
    0 0 42px rgba(184, 156, 255, 0.52),
    0 12px 34px rgba(0, 0, 0, 0.48);
  filter: brightness(1.32) contrast(1.2) saturate(1.24);
}

.hero-logo-lockup span {
  display: grid;
  gap: 2px;
  text-transform: uppercase;
}

.hero-logo-lockup strong {
  font-size: 1.38rem;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 0 22px rgba(184, 156, 255, 0.26);
}

.hero-logo-lockup em {
  color: var(--primary-light);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.44em;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--primary-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.2vw, 5.7rem);
  line-height: 0.96;
  letter-spacing: 0;
  text-shadow: 0 4px 34px rgba(0, 0, 0, 0.72);
}

h2 {
  max-width: 740px;
  margin-bottom: 0;
  font-size: clamp(2.1rem, 4.5vw, 4.1rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.hero-intro {
  max-width: 650px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2.2vw, 1.3rem);
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 20px;
  font-weight: 800;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--primary);
  color: #080411;
  box-shadow: 0 0 34px rgba(184, 156, 255, 0.35);
}

.btn-primary:hover {
  background: var(--primary-dark);
  color: #fff;
}

.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.btn-secondary:hover {
  border-color: rgba(184, 156, 255, 0.55);
  box-shadow: 0 0 26px rgba(184, 156, 255, 0.16);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-row span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  padding: 8px 12px;
}

.hero-visual {
  position: relative;
  min-height: 520px;
  padding-bottom: clamp(60px, 8vw, 110px);
}

.logo-orbit {
  position: absolute;
  inset: 28px 0 70px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 156, 255, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 36%, rgba(184, 156, 255, 0.26), transparent 17rem),
    linear-gradient(145deg, rgba(20, 14, 34, 0.88), rgba(5, 3, 10, 0.62));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.logo-orbit::before {
  content: "";
  position: absolute;
  width: 64%;
  aspect-ratio: 1;
  border: 1px solid rgba(184, 156, 255, 0.2);
  border-radius: 50%;
  box-shadow: inset 0 0 70px rgba(184, 156, 255, 0.15);
}

.logo-orbit::after {
  content: "Hiphop recording";
  position: absolute;
  left: 22px;
  bottom: 22px;
  border: 1px solid rgba(184, 156, 255, 0.24);
  border-radius: 8px;
  background: rgba(5, 3, 10, 0.62);
  color: var(--primary-light);
  padding: 9px 12px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.logo-orbit img {
  position: relative;
  width: min(72%, 390px);
  aspect-ratio: 1;
  border: 1px solid rgba(184, 156, 255, 0.46);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 40%, rgba(184, 156, 255, 0.26), rgba(5, 3, 10, 0.92) 72%),
    #090512;
  box-shadow:
    0 0 0 8px rgba(184, 156, 255, 0.06),
    0 0 64px rgba(184, 156, 255, 0.36),
    0 24px 60px rgba(0, 0, 0, 0.46);
  filter: brightness(1.22) contrast(1.16) saturate(1.18);
  object-fit: contain;
}

.hero-card img {
  object-fit: contain;
}

.hero-card {
  position: absolute;
  right: clamp(-20px, -2vw, 0px);
  bottom: clamp(-86px, -6vw, -54px);
  width: min(310px, calc(100% - 36px));
  border: 1px solid rgba(184, 156, 255, 0.28);
  border-radius: 8px;
  background: rgba(5, 3, 10, 0.72);
  padding: 22px;
  backdrop-filter: blur(14px);
}

.hero-card-logo {
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
  border: 1px solid rgba(184, 156, 255, 0.38);
  border-radius: 8px;
  object-fit: contain;
  box-shadow: 0 0 28px rgba(184, 156, 255, 0.28);
}

.card-label,
.role {
  color: var(--primary-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin: 8px 0;
  font-size: 1.5rem;
}

.hero-card p,
.service-card p,
.team-card p,
.impression-card p,
.contact-section p,
.faq-list p {
  color: var(--muted);
}

.section {
  padding: 92px 0;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.split,
.contact-section {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.text-link {
  color: var(--primary-light);
  font-weight: 800;
}

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

.service-card,
.team-card,
.price-card,
.impression-card,
.quote-card,
.contact-card,
.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.service-card {
  min-height: 230px;
  padding: 24px;
}

.service-card span {
  display: inline-block;
  margin-bottom: 46px;
  color: var(--primary-light);
  font-weight: 800;
}

.team-card {
  display: flex;
  min-height: 470px;
  flex-direction: column;
  padding: 26px;
}

.team-card.featured,
.price-card.featured {
  border-color: rgba(184, 156, 255, 0.48);
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.team-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 26px;
  padding-left: 20px;
  color: var(--muted);
}

.team-card .btn {
  margin-top: auto;
}

.btn-card {
  background: rgba(155, 128, 225, 0.15);
  color: var(--text);
  border: 1px solid rgba(184, 156, 255, 0.25);
}

.btn-card:hover {
  background: var(--primary);
  color: #080411;
}

.booking-band {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 80% 50%, rgba(184, 156, 255, 0.2), transparent 24rem),
    rgba(12, 7, 22, 0.74);
}

.booking-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  padding-block: 54px;
}

.steps {
  display: grid;
  gap: 10px;
  margin: 0;
  color: var(--muted);
}

.booking-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.impression-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.8fr;
  gap: 16px;
}

.impression-card,
.quote-card {
  min-height: 260px;
  padding: 26px;
}

.about-section {
  padding-top: 72px;
}

.about-content {
  max-width: 820px;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.12rem);
  line-height: 1.75;
}

.about-content p {
  margin-bottom: 18px;
}

.about-content .about-statement {
  margin: 32px 0 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  font-weight: 900;
  line-height: 1.15;
}

.vision-details {
  max-width: 920px;
  margin-top: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.vision-details summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--primary-light);
  font-weight: 900;
}

.vision-content {
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.vision-content p:last-child {
  margin-bottom: 0;
}

.media-consent-notice {
  display: grid;
  width: 100%;
  height: 100%;
  place-content: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
}

.media-consent-notice p {
  margin: 0;
}

.media-consent-notice button,
.footer-cookie-link {
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.recording-gallery {
  padding-top: 24px;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.gallery-heading p:last-child {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--muted);
}

.gallery-controls {
  display: flex;
  gap: 10px;
}

.gallery-arrow {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(155, 128, 225, 0.12);
  color: var(--primary-light);
  cursor: pointer;
  font-size: 1.25rem;
}

.gallery-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 6px 6px 24px;
  cursor: grab;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(184, 156, 255, 0.5) transparent;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  touch-action: auto;
}

.gallery-track:active {
  cursor: grabbing;
}

.gallery-slide {
  position: relative;
  flex: 0 0 min(72vw, 520px);
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 156, 255, 0.38);
  border-radius: 8px;
  background: rgba(14, 8, 26, 0.94);
  box-shadow: 0 0 0 5px rgba(184, 156, 255, 0.04), 0 18px 46px rgba(0, 0, 0, 0.3);
  scroll-snap-align: start;
}

.gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.gallery-slide figcaption {
  display: none;
}

.gallery-slide.is-placeholder {
  display: grid;
  place-items: center;
}

.gallery-slide.is-placeholder img {
  display: none;
}

.gallery-slide.is-placeholder figcaption {
  display: block;
  color: var(--primary-light);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.impression-card.large {
  display: grid;
  grid-row: span 2;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: center;
  gap: clamp(22px, 3vw, 34px);
  min-height: 620px;
  padding: clamp(32px, 5vw, 72px);
  background:
    linear-gradient(145deg, rgba(155, 128, 225, 0.2), rgba(5, 3, 10, 0.34)),
    var(--panel);
}

.studio-video-card {
  overflow: hidden;
}

.studio-video-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  width: min(100%, 680px);
  max-width: 680px;
  text-align: left;
}

.studio-video-copy span {
  color: var(--primary-light);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.studio-video-copy h3 {
  margin: 12px 0 10px;
  font-size: clamp(1.75rem, 3vw, 2.4rem);
}

.studio-video-copy p {
  max-width: 44ch;
  margin-bottom: 0;
}

.studio-video-cta {
  justify-self: start;
  margin-top: 2px;
}

.studio-video-wrap {
  width: min(100%, 420px);
  aspect-ratio: 9 / 16;
  justify-self: start;
  align-self: center;
  overflow: hidden;
  border: 1px solid rgba(174, 125, 255, 0.45);
  border-radius: 8px;
  background: #05030a;
  box-shadow:
    0 0 0 6px rgba(184, 156, 255, 0.06),
    0 0 48px rgba(184, 156, 255, 0.28),
    0 24px 60px rgba(0, 0, 0, 0.45);
}

.studio-video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.project-card {
  display: flex;
  min-height: auto;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
}

.project-card span {
  color: var(--primary-light);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.project-card h3 {
  max-width: 12ch;
  margin: 12px 0 10px;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.project-card p {
  max-width: 28ch;
  margin-bottom: 0;
  color: rgba(199, 190, 220, 0.82);
  font-size: 0.96rem;
}

.project-video-wrap {
  width: min(88%, 420px);
  margin: 28px auto 0;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(184, 156, 255, 0.35);
  border-radius: 12px;
  background: #05030a;
  box-shadow:
    0 0 0 5px rgba(184, 156, 255, 0.05),
    0 0 40px rgba(184, 156, 255, 0.14),
    0 18px 50px rgba(0, 0, 0, 0.35);
}

.project-video-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.project-video-link {
  margin-top: 18px;
  align-self: center;
  font-size: 0.9rem;
}

.impression-card span {
  color: var(--primary-light);
  font-weight: 800;
}

.quote-card {
  display: flex;
  align-items: end;
  color: var(--text);
  font-size: 1.25rem;
}

.pricing-heading {
  max-width: 760px;
}

.pricing-intro {
  max-width: 620px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.pricing-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(14px, 1.8vw, 18px);
}

.price-card {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(184, 156, 255, 0.08), transparent 28%),
    rgba(9, 5, 18, 0.84);
  padding: clamp(22px, 2.2vw, 28px);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(184, 156, 255, 0.62), transparent);
  opacity: 0.72;
}

.price-card h3 {
  min-height: 1.2em;
  margin-bottom: 64px;
  color: var(--text);
  font-size: clamp(0.72rem, 0.78vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
}

.price-badge {
  position: absolute;
  top: clamp(52px, 4.6vw, 60px);
  left: clamp(22px, 2.2vw, 28px);
  align-self: flex-start;
  border: 1px solid rgba(184, 156, 255, 0.36);
  border-radius: 999px;
  background: rgba(155, 128, 225, 0.16);
  color: var(--primary-light);
  padding: 6px 9px;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.price-card.featured h3 {
  padding-right: 0;
}

.price {
  color: var(--primary-light);
  margin-bottom: 8px;
  font-size: clamp(2.25rem, 3vw, 3rem);
  font-weight: 900;
  line-height: 1;
}

.price-meta {
  margin-bottom: 22px;
  color: rgba(238, 234, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 22px;
  background: var(--line);
}

.price-card p:not(.price):not(.price-meta) {
  min-height: 5.1em;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.price-card-cta {
  display: inline-flex;
  min-height: 48px;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(184, 156, 255, 0.42);
  border-radius: 8px;
  background: rgba(155, 128, 225, 0.16);
  color: var(--primary-light);
  padding: 12px 16px;
  font-weight: 800;
  text-align: center;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease;
}

.price-card-cta:hover {
  border-color: rgba(184, 156, 255, 0.72);
  background: rgba(155, 128, 225, 0.26);
  color: #fff;
  box-shadow: 0 0 28px rgba(184, 156, 255, 0.2);
}

.price-card.featured {
  border-color: rgba(184, 156, 255, 0.7);
  background:
    linear-gradient(180deg, rgba(184, 156, 255, 0.12), transparent 30%),
    rgba(13, 8, 26, 0.9);
  box-shadow:
    0 0 0 1px rgba(184, 156, 255, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.34),
    0 0 48px rgba(184, 156, 255, 0.2);
  transform: none;
}

.faq-section {
  padding-top: 60px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 12px 0 0;
}

.contact-section {
  align-items: stretch;
  padding-bottom: clamp(64px, 8vw, 96px);
}

.contact-section h2 + p {
  margin-top: 24px;
}

.contact-card {
  display: grid;
  min-width: min(420px, 100%);
  gap: 12px;
  padding: 24px;
}

.contact-card p {
  margin: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(36px, 6vw, 80px);
  border-top: 1px solid rgba(184, 156, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(20, 14, 34, 0.82), rgba(5, 3, 10, 0.96)),
    #05030a;
  padding: 54px max(24px, calc((100vw - 1120px) / 2)) 58px;
  color: var(--muted);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.footer-brand,
.footer-links {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: clamp(20px, 2.6vw, 34px);
  row-gap: 16px;
}

.site-footer .footer-brand > span {
  color: var(--text);
  font-size: 1.02rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.site-footer a {
  color: var(--primary-light);
  font-size: 0.92rem;
  font-weight: 800;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
}

.footer-credit span {
  color: var(--muted);
  font-weight: 700;
}

.footer-credit {
  gap: 5px;
}

.footer-cookie-link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0;
  color: var(--primary-light);
  font-size: 0.92rem;
  font-weight: 800;
}

.cookie-banner {
  position: fixed;
  z-index: 80;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  width: min(1080px, calc(100% - 36px));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  border: 1px solid rgba(184, 156, 255, 0.38);
  border-radius: 8px;
  background: rgba(8, 4, 16, 0.97);
  padding: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), 0 0 40px rgba(184, 156, 255, 0.16);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 6px;
}

.cookie-banner p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-actions,
.cookie-dialog-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.cookie-actions .btn {
  min-height: 44px;
  padding: 10px 14px;
}

.cookie-actions .text-link {
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.cookie-dialog {
  width: min(620px, calc(100% - 28px));
  border: 1px solid rgba(184, 156, 255, 0.4);
  border-radius: 8px;
  background: #0b0614;
  color: var(--text);
  padding: 0;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.65);
}

.cookie-dialog::backdrop {
  background: rgba(5, 3, 10, 0.78);
  backdrop-filter: blur(5px);
}

.cookie-dialog form {
  padding: clamp(22px, 4vw, 34px);
}

.cookie-dialog-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.cookie-dialog-heading h2 {
  font-size: clamp(1.75rem, 4vw, 2.6rem);
}

.cookie-close {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 1.5rem;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.cookie-option span {
  display: grid;
  gap: 4px;
}

.cookie-option small {
  color: var(--muted);
}

.cookie-option input {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  accent-color: var(--primary);
}

.cookie-dialog-actions {
  justify-content: flex-end;
  margin-top: 18px;
}

.mobile-sticky-cta {
  display: none;
}

.preview-toast {
  position: fixed;
  z-index: 40;
  right: 18px;
  bottom: 18px;
  max-width: min(340px, calc(100% - 36px));
  border: 1px solid rgba(184, 156, 255, 0.32);
  border-radius: 8px;
  background: rgba(5, 3, 10, 0.9);
  color: var(--text);
  padding: 12px 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35), 0 0 30px rgba(184, 156, 255, 0.18);
  font-size: 0.92rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.preview-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .site-header {
    justify-content: flex-start;
  }

  .menu-toggle {
    display: grid;
    margin-left: auto;
  }

  .desktop-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 2px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(5, 3, 10, 0.96);
    padding: 10px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
  }

  .site-header.is-menu-open .desktop-nav {
    display: grid;
  }

  .desktop-nav a {
    border-radius: 6px;
    padding: 12px 14px;
  }

  .desktop-nav a:hover,
  .desktop-nav a:focus-visible {
    background: rgba(155, 128, 225, 0.12);
  }

  .hero,
  .booking-inner,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
    padding-top: 118px;
  }

  .hero-visual {
    min-height: 440px;
  }

  .service-grid,
  .team-grid,
  .pricing-grid,
  .impression-grid {
    grid-template-columns: 1fr 1fr;
  }

  .booking-actions {
    justify-content: flex-start;
  }

  .section-heading.split,
  .contact-section {
    display: grid;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card {
    min-height: 320px;
  }

  .impression-card.large.studio-video-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .studio-video-copy {
    max-width: 560px;
  }

  .studio-video-wrap {
    width: min(100%, 360px);
  }
}

@media (max-width: 760px) {
  .hero-visual {
    display: flex;
    min-height: 520px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 0;
  }

  .logo-orbit {
    inset: 0 0 190px;
  }

  .hero-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -20px;
  }
}

@media (max-width: 680px) {
  .section-wrap {
    width: min(calc(100% - 24px), 1120px);
  }

  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    min-height: 64px;
  }

  .brand span {
    max-width: 112px;
    font-size: 0.78rem;
    line-height: 1.1;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 0.86rem;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .hero {
    min-height: auto;
    padding: 100px 0 56px;
  }

  .hero::before {
    inset: 86px -12px auto -12px;
    width: auto;
    height: 360px;
    background:
      linear-gradient(135deg, rgba(5, 3, 10, 0.86), rgba(20, 14, 34, 0.48)),
      repeating-linear-gradient(
        90deg,
        rgba(184, 156, 255, 0.12) 0 2px,
        transparent 2px 34px
      );
    opacity: 0.86;
  }

  .hero-logo-lockup {
    gap: 12px;
    margin-bottom: 18px;
    padding: 9px 11px 9px 9px;
  }

  .hero-logo-lockup img {
    width: 78px;
    height: 78px;
  }

  .hero-logo-lockup strong {
    font-size: 1.1rem;
  }

  .hero-logo-lockup em {
    font-size: 0.72rem;
    letter-spacing: 0.36em;
  }

  .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.13em;
  }

  h1 {
    max-width: 12ch;
    font-size: clamp(2.62rem, 13.2vw, 3.55rem);
    line-height: 0.98;
    text-wrap: balance;
  }

  .hero-intro {
    max-width: 31ch;
    color: #eee8ff;
    font-size: 1rem;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.76);
  }

  .hero-actions .btn,
  .booking-actions .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 500px;
  }

  .logo-orbit {
    inset: 0 0 190px;
  }

  .logo-orbit img {
    width: min(78%, 300px);
  }

  .logo-orbit::after {
    left: 14px;
    bottom: 16px;
    font-size: 0.64rem;
  }

  .section {
    padding: 66px 0;
  }

  .service-grid,
  .team-grid,
  .pricing-grid,
  .impression-grid {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: auto;
  }

  .price-card h3,
  .price-card p:not(.price):not(.price-meta) {
    min-height: 0;
  }

  .price-card h3 {
    margin-bottom: 64px;
  }

  .price-card.featured h3 {
    padding-right: 0;
  }

  .team-card {
    min-height: auto;
  }

  .impression-card.large {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 26px;
  }

  .project-video-wrap {
    width: min(100%, 360px);
  }

  .gallery-heading {
    display: block;
  }

  .gallery-controls {
    display: none;
  }

  .gallery-slide {
    flex-basis: 86%;
  }

  .cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: grid;
    width: auto;
    gap: 16px;
    padding: 18px;
  }

  .cookie-actions .btn,
  .cookie-actions .text-link,
  .cookie-dialog-actions .btn {
    width: 100%;
  }

  .cookie-dialog-actions {
    display: grid;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-top: 44px;
    padding-bottom: 112px;
  }

  .footer-links {
    display: grid;
    gap: 14px;
    justify-content: flex-start;
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 30;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: none;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--primary);
    color: #080411;
    font-weight: 900;
    box-shadow: 0 0 38px rgba(184, 156, 255, 0.42);
  }

  body.has-passed-hero .mobile-sticky-cta {
    display: flex;
  }

  .preview-toast {
    right: 12px;
    bottom: 76px;
    left: 12px;
    max-width: none;
    text-align: center;
  }

  .beat-tag {
    opacity: 0.8;
    padding: 8px 10px;
    font-size: 0.62rem;
  }

  .tag-808 {
    top: 17%;
    left: auto;
    right: 8px;
  }

  .tag-bars {
    top: 54%;
    left: -14px;
  }

  .tag-booth,
  .tag-mix,
  .meter-two {
    display: none;
  }

  .wave-one {
    top: 38%;
    right: -190px;
  }

  .meter-one {
    top: 30%;
    right: 10px;
    opacity: 0.22;
  }
}

@media (max-width: 480px) {
  .brand span {
    display: none;
  }
}
