:root {
  color-scheme: dark;
  --bg: #060507;
  --bg-soft: #100b12;
  --panel: #171116;
  --panel-2: #21151c;
  --ink: #fff8f2;
  --muted: #bcb1b8;
  --line: rgba(255, 248, 242, 0.16);
  --red: #e3203c;
  --violet: #7c3cff;
  --cyan: #13bfa9;
  --gold: #f3bd58;
  --shadow: rgba(0, 0, 0, 0.42);
  --glass: rgba(255, 255, 255, 0.055);
  --glass-strong: rgba(255, 255, 255, 0.085);
  --scroll-glow: 0;
  --glow-intensity: 0.58;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, calc((0.014 + var(--scroll-glow) * 0.014) * var(--glow-intensity))), transparent 28%, rgba(124, 60, 255, calc((0.026 + var(--scroll-glow) * 0.03) * var(--glow-intensity))) 52%, transparent 78%),
    linear-gradient(245deg, transparent 12%, rgba(227, 32, 60, calc((0.022 + var(--scroll-glow) * 0.026) * var(--glow-intensity))) 42%, transparent 72%),
    #060507;
  background-position:
    calc(var(--scroll-glow) * 36px) calc(var(--scroll-glow) * -32px),
    calc(var(--scroll-glow) * -44px) calc(var(--scroll-glow) * 28px),
    center;
  transition: background-position 120ms linear;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  width: 100%;
  display: grid;
  gap: 8px;
  padding: 12px 28px 10px;
  background: rgba(6, 5, 7, 0.68);
  border-bottom: 1px solid rgba(255, 248, 242, 0.12);
  backdrop-filter: blur(18px);
}

.header-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 800;
}

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

.visuals-brand img {
  width: 88px;
  height: 42px;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.brand span {
  white-space: nowrap;
}

.visuals-brand span {
  display: none;
}

.site-switcher {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.switch-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 6px;
  color: var(--muted);
  font-weight: 900;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 38px rgba(0, 0, 0, 0.2),
    0 0 34px rgba(124, 60, 255, 0.14);
  backdrop-filter: blur(14px);
}

.switch-button.is-active {
  color: var(--ink);
  border-color: rgba(243, 189, 88, 0.68);
  background: rgba(243, 189, 88, 0.1);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.main-nav a,
.nav-action,
.text-button {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: 6px;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.main-nav a:hover,
.nav-action:hover,
.text-button:hover {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.main-nav a[aria-current="page"] {
  color: var(--ink);
  border-color: rgba(243, 189, 88, 0.46);
  background: rgba(243, 189, 88, 0.08);
}

.nav-action {
  color: var(--ink);
  border-color: rgba(255, 248, 242, 0.18);
  min-height: 42px;
}

.hero {
  min-height: 82svh;
  position: relative;
  display: flex;
  align-items: flex-start;
  isolation: isolate;
  overflow: hidden;
  padding: 116px 28px 56px;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(6, 5, 7, 0.92), rgba(6, 5, 7, 0.38) 50%, rgba(6, 5, 7, 0.82)),
    linear-gradient(0deg, rgba(6, 5, 7, 0.96), rgba(6, 5, 7, 0.16) 42%, rgba(6, 5, 7, 0.8)),
    url("assets/studio/control-room-wide.jpg") center / cover;
  transform: scale(1.02);
}

.visuals-hero .hero-media {
  background:
    linear-gradient(90deg, rgba(6, 5, 7, 0.94), rgba(6, 5, 7, 0.46) 48%, rgba(6, 5, 7, 0.9)),
    linear-gradient(0deg, rgba(6, 5, 7, 0.98), rgba(6, 5, 7, 0.2) 48%, rgba(6, 5, 7, 0.84)),
    url("assets/visuals/22kvisuals-logo.jpeg") center 62% / cover,
    #030303;
}

.visuals-hero .visuals-slideshow {
  transform: none;
  overflow: hidden;
  background: #030303;
}

.studio-hero .studio-slideshow {
  transform: none;
  overflow: hidden;
  background: #030303;
}

.visuals-slideshow::after,
.studio-slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.2) 48%, rgba(0, 0, 0, 0.56)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.48));
  pointer-events: none;
}

.studio-slideshow::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.5)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.44));
}

.visual-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: visualSlideFade 40s ease-in-out infinite;
  animation-delay: calc(var(--slide-index) * 5s);
  will-change: opacity;
}

.studio-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: studioSlideFade 30s ease-in-out infinite;
  animation-delay: calc(var(--slide-index) * 5s);
  will-change: opacity;
}

.visual-slide img,
.studio-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.04);
  animation: heroImageDrift 10s ease-in-out infinite alternate;
  will-change: transform;
}

.deal-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: visualSlideFade 20s ease-in-out infinite;
  animation-delay: calc(var(--slide-index) * 5s);
}

.deal-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.04);
  animation: heroImageDrift 10s ease-in-out infinite alternate;
}

.triptych-slide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(6px, 1vw, 14px);
  padding: clamp(10px, 1.7vw, 26px);
  background: #030303;
}

.triptych-slide img {
  min-width: 0;
  object-position: center;
  border: 1px solid rgba(255, 248, 242, 0.08);
  border-radius: 8px;
  opacity: 0.9;
}

@keyframes visualSlideFade {
  0% {
    opacity: 0;
  }

  5%,
  13% {
    opacity: 1;
  }

  22%,
  100% {
    opacity: 0;
  }
}

@keyframes studioSlideFade {
  0% {
    opacity: 0;
  }

  6%,
  17% {
    opacity: 1;
  }

  29%,
  100% {
    opacity: 0;
  }
}

@keyframes heroImageDrift {
  from {
    transform: scale(1.04);
  }

  to {
    transform: scale(1.075);
  }
}

.package-hero .hero-media {
  background:
    linear-gradient(90deg, rgba(6, 5, 7, 0.94), rgba(6, 5, 7, 0.5) 48%, rgba(6, 5, 7, 0.9)),
    linear-gradient(0deg, rgba(6, 5, 7, 0.98), rgba(6, 5, 7, 0.18) 48%, rgba(6, 5, 7, 0.84)),
    url("assets/visuals/portfolio/photoshoot-11.jpg") center 28% / cover,
    #030303;
}

.package-slideshow .visual-slide {
  animation-duration: 35s;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(0deg, var(--bg), rgba(6, 5, 7, 0));
}

.hero-content {
  width: min(980px, 100%);
  min-width: 0;
  margin-left: max(0px, calc((100vw - 1180px) / 2));
  transform: translateY(-10px);
}

.studio-page:not(.ratings-page) .studio-hero {
  flex-direction: column;
  padding-top: 152px;
}

.studio-page:not(.ratings-page) .studio-hero .appointment-notice {
  width: min(1180px, 100%);
  margin: 0 auto 32px;
}

.studio-page:not(.ratings-page) .studio-hero .hero-content {
  transform: translateY(-18px);
}

.visuals-page .visuals-hero .hero-content {
  transform: translateY(142px);
}

.hero-logo {
  width: 132px;
  height: 132px;
  object-fit: contain;
  margin-bottom: 18px;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.52));
}

.visuals-hero-logo {
  width: min(360px, 78vw);
  height: auto;
  border-radius: 0;
  object-fit: contain;
  object-position: center;
}

.eyebrow,
.deck-label,
.status-kicker,
.feature-panel span {
  display: block;
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

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

h1 {
  margin-bottom: 18px;
  font-size: 5rem;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 2.65rem;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 0;
  font-size: 1.35rem;
  line-height: 1.18;
  letter-spacing: 0;
}

h3,
h4,
.rate-card h3,
.visual-card h3,
.equipment-card h3,
.feature-panel h3,
.status-block h3,
.booking-card h4,
.rewards-card h3,
.reward-card h3,
.deals-card h3,
.portfolio-copy h3,
.portfolio-work-copy h2,
.portfolio-video-list h3,
.recent-work-panel h3,
.latest-work-panel h3 {
  text-transform: uppercase;
}

.hero-copy {
  max-width: 940px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-weight: 800;
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 16px 38px rgba(0, 0, 0, 0.24),
    0 0 calc(22px * var(--glow-intensity)) rgba(124, 60, 255, 0.12);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 22px 54px rgba(0, 0, 0, 0.32),
    0 0 calc(30px * var(--glow-intensity)) rgba(124, 60, 255, 0.18),
    0 0 calc(20px * var(--glow-intensity)) rgba(243, 189, 88, 0.08);
}

.button:active {
  transform: translateY(1px) scale(0.985);
  filter: brightness(0.97);
}

.button:focus-visible,
.mini-button:focus-visible,
.switch-button:focus-visible,
.icon-button:focus-visible,
.track-button:focus-visible,
.nav-action:focus-visible {
  outline: 2px solid rgba(243, 189, 88, 0.95);
  outline-offset: 2px;
}

.button.primary {
  color: #fff;
  border-color: rgba(227, 32, 60, 0.84);
  background: linear-gradient(135deg, #e3203c, #7c3cff);
  box-shadow:
    0 18px 48px rgba(227, 32, 60, 0.28),
    0 0 calc(34px * var(--glow-intensity)) rgba(124, 60, 255, 0.24),
    0 0 calc(18px * var(--glow-intensity)) rgba(243, 189, 88, 0.08);
}

.button.ghost {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
}

.button.full {
  width: 100%;
}

.scroll-cue {
  position: absolute;
  right: 28px;
  bottom: 28px;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 248, 242, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}

.scroll-cue span {
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
  transform: rotate(45deg) translateY(-2px);
}

.quick-strip {
  width: min(1180px, calc(100% - 40px));
  margin: -18px auto 0;
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(16, 11, 18, 0.76);
  box-shadow:
    0 24px 70px var(--shadow),
    0 0 calc(46px * var(--glow-intensity)) rgba(124, 60, 255, 0.14),
    0 0 calc(30px * var(--glow-intensity)) rgba(243, 189, 88, 0.07);
  backdrop-filter: blur(18px);
}

.appointment-notice {
  position: relative;
  z-index: 8;
  width: min(1180px, calc(100% - 40px));
  margin: 152px auto 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  padding: 12px 16px;
  border: 1px solid rgba(243, 189, 88, 0.34);
  border-radius: 8px;
  color: var(--ink);
  text-align: center;
  background:
    linear-gradient(120deg, rgba(243, 189, 88, 0.13), rgba(227, 32, 60, 0.08)),
    rgba(10, 7, 12, 0.94);
  box-shadow:
    0 16px 42px rgba(0, 0, 0, 0.28),
    0 0 22px rgba(243, 189, 88, 0.09),
    0 0 18px rgba(227, 32, 60, 0.06);
}

.appointment-notice strong {
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.appointment-notice span {
  color: var(--muted);
  font-weight: 800;
}

.section-intro {
  max-width: 760px;
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.55;
}

.studio-strip {
  grid-template-columns: repeat(5, 1fr);
}

.quick-strip div {
  min-height: 100px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 22px;
  border-right: 1px solid var(--line);
  text-align: center;
}

.quick-strip div:last-child {
  border-right: 0;
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.quick-strip span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 0;
}

.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0) scale(0.992);
  filter: blur(5px);
  transition:
    opacity 320ms ease,
    transform 380ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 320ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.scroll-reveal.reveal-soft-left {
  transform: translate3d(-12px, 16px, 0) scale(0.992);
}

.scroll-reveal.reveal-soft-right {
  transform: translate3d(12px, 16px, 0) scale(0.992);
}

.scroll-reveal.reveal-soft-left.is-visible,
.scroll-reveal.reveal-soft-right.is-visible {
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .scroll-reveal,
  .scroll-reveal.reveal-soft-left,
  .scroll-reveal.reveal-soft-right {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  text-align: center;
}

main h1,
main h2,
.newsletter-band h2,
.portfolio-timeline-title {
  max-width: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
}

.rate-grid,
.visual-rate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.visual-rate-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 360px));
  justify-content: center;
}

.visual-rate-grid.compact {
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 300px));
  justify-content: center;
}

.rate-card,
.visual-card {
  min-height: 300px;
  display: grid;
  grid-template-rows: auto auto auto minmax(0, 1fr) auto;
  justify-items: center;
  align-content: start;
  padding: 24px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.015)),
    rgba(22, 17, 25, 0.78);
  box-shadow:
    0 26px 74px rgba(0, 0, 0, 0.3),
    0 0 calc(46px * var(--glow-intensity)) rgba(124, 60, 255, 0.14),
    0 0 calc(24px * var(--glow-intensity)) rgba(243, 189, 88, 0.06);
  backdrop-filter: blur(16px);
  position: relative;
}

.rate-card,
.visual-card,
.equipment-card,
.status-block,
.rewards-card,
.reward-progress-card {
  text-align: center;
}

.rate-card,
.visual-card,
.equipment-card,
.feature-panel,
.status-block,
.booking-card,
.booking-form,
.booking-status,
.tape-deck,
.cta-band,
.newsletter-band,
.rewards-card,
.reward-progress-card,
.quick-strip {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.rate-card > *,
.visual-card > *,
.equipment-card > *,
.feature-panel > *,
.status-block > *,
.booking-card > *,
.booking-form > *,
.booking-status > *,
.tape-deck > *,
.cta-band > *,
.newsletter-band > *,
.rewards-card > *,
.reward-progress-card > *,
.quick-strip > * {
  position: relative;
  z-index: 1;
}

.rate-card p,
.visual-card p,
.equipment-card p,
.status-block p,
.rewards-card p {
  margin-left: auto;
  margin-right: auto;
}

.rate-card.spotlight,
.visual-card.spotlight {
  background:
    linear-gradient(135deg, rgba(227, 32, 60, 0.18), rgba(124, 60, 255, 0.16)),
    rgba(22, 17, 25, 0.78);
  border-color: rgba(243, 189, 88, 0.34);
}

.rate-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  margin-bottom: 22px;
  border: 1px solid rgba(243, 189, 88, 0.35);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin: 18px 0;
  color: var(--ink);
  font-size: 3.2rem;
  line-height: 0.95;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.rate-card p:last-child,
.visual-card li,
.poster-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.visual-card ul {
  display: grid;
  gap: 10px;
  justify-items: center;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  width: 100%;
}

.visual-card li {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 248, 242, 0.1);
  text-align: center;
}

.price-book-button {
  align-self: end;
  justify-self: center;
  min-width: min(170px, 100%);
  min-height: 38px;
  margin-top: 22px;
  padding: 0 18px;
  text-transform: uppercase;
}

.studio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-panel {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(227, 32, 60, 0.14), rgba(19, 191, 169, 0.08)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(22, 17, 25, 0.78);
  box-shadow:
    0 26px 74px rgba(0, 0, 0, 0.3),
    0 0 calc(44px * var(--glow-intensity)) rgba(124, 60, 255, 0.13),
    0 0 calc(24px * var(--glow-intensity)) rgba(243, 189, 88, 0.06);
  backdrop-filter: blur(16px);
}

.feature-panel.wide {
  min-height: 250px;
  padding: 0;
}

.feature-panel.wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

.feature-panel.wide::after {
  display: none;
}

.feature-panel.wide div {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 248, 242, 0.14);
  border-radius: 8px;
  background: rgba(6, 5, 7, 0.68);
  backdrop-filter: blur(10px);
}

.feature-panel.photo-panel {
  padding: 0;
}

.feature-panel.photo-panel img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  opacity: 1;
}

.feature-panel.photo-panel::after {
  display: none;
}

.feature-panel.photo-panel div {
  position: absolute;
  inset: auto 14px 14px;
  z-index: 2;
  padding: 16px;
  border: 1px solid rgba(255, 248, 242, 0.14);
  border-radius: 8px;
  background: rgba(6, 5, 7, 0.68);
  backdrop-filter: blur(10px);
}

.panel-mark {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  margin-bottom: 36px;
  border: 1px solid rgba(255, 248, 242, 0.2);
  border-radius: 50%;
  color: var(--red);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}

.panel-mark.small {
  color: var(--cyan);
}

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

.equipment-card {
  min-height: 260px;
  display: grid;
  justify-items: center;
  align-content: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.equipment-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(124, 60, 255, 0.16), rgba(255, 255, 255, 0.03)), var(--panel);
}

.equipment-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(19, 191, 169, 0.14), rgba(255, 255, 255, 0.03)), var(--panel);
}

.equipment-card:nth-child(4) {
  background: linear-gradient(135deg, rgba(243, 189, 88, 0.12), rgba(255, 255, 255, 0.03)), var(--panel);
}

.equipment-card h3 {
  min-height: 52px;
}

.equipment-card ul {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.equipment-card li {
  padding: 12px 0;
  color: var(--muted);
  border-top: 1px solid rgba(255, 248, 242, 0.1);
  text-align: center;
}

.visuals-equipment-grid {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 190px;
  gap: 14px;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.poster-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) 1fr;
  gap: 18px;
  align-items: stretch;
}

.poster-layout img,
.poster-copy {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.poster-layout img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: contain;
  padding: 12px;
}

.logo-layout img {
  max-height: 360px;
  padding: 44px;
  object-fit: contain;
  object-position: center;
}

.poster-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(19, 191, 169, 0.1), rgba(227, 32, 60, 0.08)),
    var(--panel);
}

.catalog-preview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 20px 0 6px;
}

.catalog-preview img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 248, 242, 0.12);
  background: rgba(0, 0, 0, 0.22);
}

.portfolio-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.portfolio-copy h3 {
  max-width: 640px;
}

.portfolio-copy p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 12px;
}

.portfolio-item {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.portfolio-item.feature {
  grid-column: span 2;
  grid-row: span 2;
}

.portfolio-item.tall {
  grid-row: span 2;
}

.portfolio-item.wide {
  grid-column: span 2;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.portfolio-item figcaption {
  position: absolute;
  inset: auto 12px 12px;
  width: fit-content;
  max-width: calc(100% - 24px);
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 248, 242, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(6, 5, 7, 0.72);
  backdrop-filter: blur(12px);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.youtube-layout {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 16px;
  align-items: stretch;
}

.youtube-player,
.youtube-copy,
.video-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.youtube-player {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.youtube-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.youtube-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(227, 32, 60, 0.1), rgba(124, 60, 255, 0.12)),
    var(--panel);
}

.youtube-copy p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.recent-work-section .section-heading {
  margin-bottom: 14px;
}

.recent-work-section .eyebrow {
  margin-bottom: 6px;
}

.recent-work-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 12px;
  align-items: stretch;
}

.recent-work-panel {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #030303;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.recent-work-panel h3 {
  position: absolute;
  inset: 18px auto auto 18px;
  z-index: 3;
  padding: 10px 12px;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
}

.recent-work-slideshow {
  position: absolute;
  inset: 0;
}

.recent-work-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1300ms ease;
  background: #030303;
}

.recent-work-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  pointer-events: none;
}

.recent-work-slide.is-active {
  opacity: 1;
}

.recent-work-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-work-triptych {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px;
}

.recent-work-triptych img {
  min-width: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 248, 242, 0.1);
}

.recent-video-row {
  margin-top: 12px;
}

.recent-work-section .youtube-copy {
  padding: 22px;
}

.recent-work-section .latest-videos {
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  gap: 12px;
  margin-top: 0;
}

.recent-work-section .video-card {
  min-height: 210px;
  grid-template-columns: minmax(240px, 320px) 1fr;
}

.recent-work-section .video-thumb {
  min-height: 210px;
}

.featured-work-section {
  padding-top: 74px;
}

.featured-work-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.latest-work-panel {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(227, 32, 60, 0.1), rgba(124, 60, 255, 0.13)),
    var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.latest-work-panel h3 {
  font-size: clamp(2rem, 4vw, 4.6rem);
}

.latest-work-panel .latest-videos {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.latest-work-panel .video-card {
  min-height: 190px;
}

.portfolio-link-row {
  position: relative;
  z-index: 8;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 28px;
}

.featured-work-section + .quick-strip {
  margin-top: 0;
}

.portfolio-hero,
.portfolio-work-hero {
  min-height: 72svh;
}

.portfolio-timeline-section {
  padding-top: 72px;
}

.portfolio-timeline {
  display: grid;
  gap: 18px;
}

.portfolio-timeline-item {
  position: relative;
  min-height: clamp(360px, 72svh, 760px);
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.portfolio-timeline-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72));
}

.portfolio-timeline-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 600ms ease, opacity 600ms ease;
}

.portfolio-timeline-content {
  position: relative;
  z-index: 2;
  width: min(1040px, calc(100% - 32px));
  display: grid;
  gap: 12px;
  padding: clamp(22px, 5vw, 56px);
}

.portfolio-timeline-title {
  color: var(--ink);
  width: max-content;
  max-width: 100%;
  display: block;
  overflow: visible;
  font-size: clamp(1.7rem, min(7vw, calc(82vw / (var(--title-chars, 18) * 0.52))), 7rem);
  font-weight: 950;
  line-height: 0.98;
  white-space: nowrap;
  text-transform: uppercase;
  text-shadow: 0 16px 50px rgba(0, 0, 0, 0.75);
}

.portfolio-timeline-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-timeline-summary {
  max-width: 720px;
  color: rgba(255, 248, 242, 0.78);
  line-height: 1.55;
}

.portfolio-timeline-item:hover img {
  opacity: 0.86;
  transform: scale(1.07);
}

.portfolio-work-hero {
  min-height: clamp(340px, 48svh, 560px);
  background:
    linear-gradient(145deg, rgba(227, 32, 60, 0.16), rgba(124, 60, 255, 0.1)),
    #070509;
}

.portfolio-work-hero::after {
  opacity: 0.25;
}

.portfolio-work-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 16px;
}

.portfolio-work-copy,
.portfolio-video-list {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  padding: 28px;
}

.portfolio-work-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.portfolio-project-stage {
  display: grid;
  gap: 12px;
}

.portfolio-feature-video {
  width: min(1180px, 100%);
  margin: 0 auto 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.portfolio-feature-video iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.portfolio-project-slideshow {
  position: relative;
  min-height: clamp(280px, 58svh, 680px);
  max-height: 720px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #050505;
}

.portfolio-project-slideshow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 700ms ease;
}

.portfolio-project-slideshow img.is-active {
  opacity: 1;
}

.portfolio-project-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.portfolio-project-thumbs button {
  width: 92px;
  min-width: 92px;
  aspect-ratio: 1 / 0.68;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.portfolio-project-thumbs button.is-active {
  border-color: rgba(243, 189, 88, 0.82);
}

.portfolio-project-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.portfolio-facts div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.portfolio-facts dt {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portfolio-facts dd {
  margin: 5px 0 0;
  color: var(--ink);
  font-weight: 800;
}

.portfolio-link-list,
.portfolio-video-list {
  display: grid;
  gap: 12px;
}

.portfolio-video-list iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 8px;
  background: #000;
}

.portfolio-link-list a,
.portfolio-video-list a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(255, 248, 242, 0.14);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
}

.portfolio-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.portfolio-media-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.latest-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 16px;
}

.video-card {
  min-height: 154px;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 14px;
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.video-card:hover {
  transform: translateY(-1px);
  border-color: rgba(243, 189, 88, 0.42);
  background: var(--panel-2);
}

.video-thumb {
  min-height: 154px;
  background: rgba(0, 0, 0, 0.24);
}

.video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 14px 16px 14px 0;
}

.video-info strong {
  display: block;
  line-height: 1.28;
}

.video-info em {
  margin-top: 10px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.sound-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.tape-deck,
.booking-form,
.booking-status,
.cta-band {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(22, 17, 25, 0.78);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 calc(48px * var(--glow-intensity)) rgba(124, 60, 255, 0.14),
    0 0 calc(28px * var(--glow-intensity)) rgba(227, 32, 60, 0.07);
  backdrop-filter: blur(18px);
}

.tape-deck {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.12), rgba(227, 32, 60, 0.08)),
    var(--panel);
}

.deck-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
}

.deck-top > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.deck-top [data-current-track] {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.deck-controls {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.icon-button {
  width: 56px;
  min-width: 56px;
  height: 40px;
  border: 1px solid rgba(255, 248, 242, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 800;
}

.volume-control {
  display: grid;
  grid-template-columns: auto minmax(86px, 130px) auto;
  align-items: center;
  gap: 5px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.volume-control input {
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--gold) 0 var(--range-fill, 15%), rgba(255, 255, 255, 0.18) var(--range-fill, 15%) 100%);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.volume-control input::-webkit-slider-thumb {
  width: 5px;
  height: 12px;
  margin-top: -5px;
  border: 1px solid rgba(255, 248, 242, 0.82);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(243, 189, 88, 0.32);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.volume-control input::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.volume-control input::-moz-range-track {
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.volume-control input::-moz-range-progress {
  height: 2px;
  border-radius: 999px;
  background: var(--gold);
}

.volume-control input::-moz-range-thumb {
  width: 5px;
  height: 12px;
  border: 1px solid rgba(255, 248, 242, 0.82);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(243, 189, 88, 0.32);
  cursor: pointer;
}

.volume-control strong {
  min-width: 28px;
  color: var(--ink);
  font-size: 0.62rem;
}

.volume-control.compact {
  grid-template-columns: minmax(72px, 100px) auto;
}

.volume-control.compact span {
  display: none;
}

.tape-deck .volume-control input {
  display: block;
  width: 100%;
  height: 8px;
  min-height: 0;
  max-height: 8px;
  block-size: 8px;
  min-block-size: 0;
  max-block-size: 8px;
  padding: 0;
  border: 0;
  background:
    linear-gradient(90deg, var(--gold) 0 var(--range-fill, 15%), rgba(255, 255, 255, 0.18) var(--range-fill, 15%) 100%);
  appearance: none;
  -webkit-appearance: none;
}

.tape-deck .volume-control input::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.tape-deck .volume-control input::-webkit-slider-thumb {
  width: 18px;
  height: 4px;
  margin-top: -1px;
  border: 1px solid rgba(255, 248, 242, 0.7);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(243, 189, 88, 0.24);
  appearance: none;
  -webkit-appearance: none;
}

.tape-deck .volume-control input::-moz-range-track,
.tape-deck .volume-control input::-moz-range-progress {
  height: 2px;
  border-radius: 999px;
}

.tape-deck .volume-control input::-moz-range-thumb {
  width: 18px;
  height: 4px;
  border: 1px solid rgba(255, 248, 242, 0.7);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(243, 189, 88, 0.24);
}

.waveform {
  height: 42px;
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  gap: 4px;
  align-items: center;
  margin: 10px 0;
  padding: 6px 10px;
  border: 1px solid rgba(255, 248, 242, 0.1);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(243, 189, 88, 0.08), rgba(124, 60, 255, 0.12), rgba(227, 32, 60, 0.08)),
    rgba(0, 0, 0, 0.2);
}

.waveform span {
  width: 100%;
  max-width: 5px;
  height: 14px;
  justify-self: center;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold), var(--red));
  opacity: 0.78;
  transform-origin: center;
}

.waveform span:nth-child(3n) {
  height: 28px;
  background: linear-gradient(180deg, var(--gold), var(--red));
}

.waveform span:nth-child(4n) {
  height: 20px;
  background: linear-gradient(180deg, var(--cyan), var(--violet));
}

.waveform.is-playing span {
  animation: pulseBar 800ms ease-in-out infinite alternate;
}

.waveform.is-playing span:nth-child(2n) {
  animation-duration: 660ms;
}

.waveform.is-playing span:nth-child(5n) {
  animation-duration: 980ms;
}

@keyframes pulseBar {
  from {
    transform: scaleY(0.62);
  }
  to {
    transform: scaleY(1.18);
  }
}

.track-list {
  display: grid;
  gap: 8px;
  max-height: 158px;
  overflow-y: auto;
  padding-right: 4px;
  overscroll-behavior: contain;
}

.track-list::-webkit-scrollbar {
  width: 7px;
}

.track-list::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.track-list::-webkit-scrollbar-thumb {
  background: rgba(243, 189, 88, 0.45);
  border-radius: 999px;
}

.track-button {
  min-height: 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 7px 9px;
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  color: var(--ink);
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.track-button.is-active {
  border-color: rgba(243, 189, 88, 0.7);
  background: rgba(243, 189, 88, 0.08);
}

.track-number {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
}

.player-progress {
  display: grid;
  grid-template-columns: auto minmax(130px, 1fr) auto;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.player-progress input {
  width: 100%;
  min-height: 22px;
  padding: 0;
  background:
    linear-gradient(90deg, var(--gold) 0 var(--range-fill, 0%), rgba(255, 255, 255, 0.18) var(--range-fill, 0%) 100%);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.player-progress input::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 999px;
  background: transparent;
}

.player-progress input::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -4px;
  border: 2px solid rgba(255, 248, 242, 0.92);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(243, 189, 88, 0.42);
  appearance: none;
  -webkit-appearance: none;
}

.player-progress input::-moz-range-track {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.player-progress input::-moz-range-progress {
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.player-progress input::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 248, 242, 0.92);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(243, 189, 88, 0.42);
}

.player-progress strong {
  min-width: 72px;
  color: var(--ink);
  font-size: 0.68rem;
  text-align: right;
}

.track-meta strong,
.track-meta span {
  display: block;
}

.track-meta {
  min-width: 0;
}

.track-meta strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.track-meta span,
.track-time,
.status-block p,
.form-message,
.site-footer,
label {
  color: var(--muted);
}

.track-time {
  white-space: nowrap;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.track-meta strong {
  font-size: 0.95rem;
  line-height: 1.15;
}

.track-meta span {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.radio-dock {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 80;
  width: min(250px, calc(100% - 28px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  padding: 8px;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(124, 60, 255, 0.16), rgba(227, 32, 60, 0.1)),
    rgba(8, 6, 10, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(18px);
}

.radio-dock[hidden] {
  display: none;
}

.radio-dock .icon-button {
  width: 46px;
  min-width: 46px;
  height: 34px;
  font-size: 0.72rem;
}

.dock-meta {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.dock-meta strong {
  overflow: hidden;
  color: var(--ink);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.radio-dock .deck-label {
  font-size: 0.62rem;
}

.radio-dock .volume-control {
  grid-column: 1 / -1;
  justify-self: end;
  width: 132px;
  grid-template-columns: minmax(0, 94px) auto;
  font-size: 0.54rem;
}

.radio-dock .volume-control input {
  display: block;
  width: 100%;
  height: 8px;
  min-height: 0;
  max-height: 8px;
  block-size: 8px;
  min-block-size: 0;
  max-block-size: 8px;
  padding: 0;
  border: 0;
  background:
    linear-gradient(90deg, var(--gold) 0 var(--range-fill, 15%), rgba(255, 255, 255, 0.18) var(--range-fill, 15%) 100%);
  appearance: none;
  -webkit-appearance: none;
}

.radio-dock .volume-control input::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 999px;
  background: transparent;
}

.radio-dock .volume-control input::-webkit-slider-thumb {
  width: 18px;
  height: 4px;
  margin-top: -1px;
  border: 1px solid rgba(255, 248, 242, 0.7);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(243, 189, 88, 0.24);
  appearance: none;
  -webkit-appearance: none;
}

.radio-dock .volume-control input::-moz-range-track,
.radio-dock .volume-control input::-moz-range-progress {
  height: 2px;
  border-radius: 999px;
}

.radio-dock .volume-control input::-moz-range-thumb {
  width: 18px;
  height: 4px;
  border: 1px solid rgba(255, 248, 242, 0.7);
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(243, 189, 88, 0.24);
}

.radio-dock .player-progress {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 0;
}

.radio-dock .player-progress span {
  display: none;
}

.radio-dock .player-progress strong {
  min-width: 58px;
  font-size: 0.62rem;
}

.booking-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: start;
}

.booking-form,
.booking-status {
  padding: 24px;
}

.booking-form {
  display: grid;
  gap: 16px;
}

.session-warning-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  padding: 18px;
  overflow-y: auto;
  background: rgba(6, 5, 7, 0.72);
  backdrop-filter: blur(16px);
}

.session-warning-card {
  width: min(500px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  display: grid;
  gap: 12px;
  padding: clamp(18px, 4vw, 22px);
  overflow-y: auto;
  border: 1px solid rgba(255, 248, 242, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(124, 60, 255, 0.16), rgba(227, 32, 60, 0.1)),
    rgba(15, 11, 18, 0.96);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.62),
    0 0 calc(42px * var(--glow-intensity)) rgba(124, 60, 255, 0.24);
  text-align: center;
}

.session-warning-card h2 {
  max-width: 10ch;
  margin: 0;
  justify-self: center;
  font-size: clamp(1.55rem, 8vw, 2.8rem);
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: normal;
  white-space: normal !important;
}

.session-warning-card p {
  max-width: 42ch;
  margin: 0 auto;
  color: var(--muted);
}

.session-warning-card ul {
  width: min(360px, 100%);
  display: grid;
  gap: 7px;
  margin: 2px auto 4px;
  padding: 0;
  list-style: none;
}

.session-warning-card li {
  padding: 9px 12px;
  border: 1px solid rgba(255, 248, 242, 0.13);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--ink);
  font-weight: 900;
  text-transform: uppercase;
}

.session-warning-card .button {
  justify-self: center;
  min-height: 38px;
  padding: 0 18px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.label-text {
  display: inline-flex;
  gap: 4px;
  align-items: baseline;
}

.custom-question-list {
  display: grid;
  gap: 16px;
}

.custom-checkbox {
  display: flex;
  grid-template-columns: none;
  align-items: center;
  gap: 10px;
}

.custom-checkbox input {
  width: 18px;
  min-height: 18px;
  flex: 0 0 auto;
}

.required-mark {
  display: inline;
  color: var(--gold);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 6px;
  padding: 12px 14px;
  color: var(--ink);
  background: rgba(0, 0, 0, 0.2);
  outline: none;
}

textarea {
  min-height: 128px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(243, 189, 88, 0.86);
  box-shadow: 0 0 0 3px rgba(243, 189, 88, 0.14);
}

.form-message {
  min-height: 22px;
  margin: 0;
  line-height: 1.5;
}

.booking-estimate {
  padding: 18px;
  border: 1px solid rgba(243, 189, 88, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(243, 189, 88, 0.1), rgba(124, 60, 255, 0.08)),
    rgba(0, 0, 0, 0.18);
}

.booking-estimate h3 {
  margin-bottom: 10px;
}

.booking-estimate p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.booking-status {
  display: grid;
  gap: 16px;
  background:
    linear-gradient(145deg, rgba(124, 60, 255, 0.12), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.status-block {
  padding: 20px;
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
}

.status-block p {
  margin: 10px 0 0;
  line-height: 1.6;
}

.booking-detail-card {
  border-color: rgba(243, 189, 88, 0.26);
  background:
    linear-gradient(135deg, rgba(243, 189, 88, 0.1), rgba(124, 60, 255, 0.09)),
    rgba(0, 0, 0, 0.18);
}

.booking-detail-card ul {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.booking-detail-card li {
  padding: 9px 10px;
  border: 1px solid rgba(255, 248, 242, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.booking-address {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.65rem);
  line-height: 1;
  text-transform: uppercase;
  text-wrap: balance;
}

.visual-contact-card {
  display: grid;
  justify-items: center;
  text-align: center;
  text-transform: uppercase;
}

.visual-contact-card p {
  font-size: clamp(1rem, 1.7vw, 1.22rem);
}

.visual-contact-card .inline-actions {
  width: min(360px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.visual-contact-card .button {
  min-height: 42px;
  text-transform: uppercase;
}

.owner-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.text-button {
  min-width: 96px;
  background: transparent;
  cursor: pointer;
}

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

.booking-card {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 248, 242, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.booking-card h4 {
  margin: 0;
  font-size: 1rem;
}

.booking-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.booking-card-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.mini-button {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  font-weight: 800;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, filter 160ms ease;
}

.mini-button:hover {
  transform: translateY(-1px);
}

.mini-button:active {
  transform: translateY(1px) scale(0.985);
  filter: brightness(0.96);
}

.mini-button.approve {
  border-color: rgba(19, 191, 169, 0.55);
  background: rgba(19, 191, 169, 0.12);
}

.mini-button.decline {
  border-color: rgba(227, 32, 60, 0.55);
  background: rgba(227, 32, 60, 0.12);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(255, 248, 242, 0.18);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-pill.approved {
  color: var(--cyan);
}

.status-pill.declined {
  color: #ff8a8a;
}

.cta-band {
  width: min(900px, calc(100% - 40px));
  margin: 72px auto 0;
  display: grid;
  justify-items: center;
  align-items: center;
  gap: 12px;
  padding: clamp(16px, 2vw, 22px);
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(120deg, rgba(227, 32, 60, 0.18), rgba(124, 60, 255, 0.14), rgba(19, 191, 169, 0.08)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.015)),
    rgba(20, 16, 23, 0.74);
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.38),
    0 0 calc(56px * var(--glow-intensity)) rgba(124, 60, 255, 0.16),
    0 0 calc(34px * var(--glow-intensity)) rgba(227, 32, 60, 0.1),
    0 0 calc(24px * var(--glow-intensity)) rgba(243, 189, 88, 0.07);
  backdrop-filter: blur(18px);
}

.cta-band > div:first-child {
  display: grid;
  justify-items: center;
  gap: 4px;
}

.cta-band .cta-actions {
  width: min(660px, 100%);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin-top: 0;
}

.cta-band h2 {
  font-size: clamp(1.35rem, 2.8vw, 2.55rem);
}

.cta-band .button {
  min-height: 40px;
  padding-inline: 14px;
  text-transform: uppercase;
}

.site-footer {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  font-size: 0.92rem;
}

.newsletter-band {
  width: min(820px, calc(100% - 40px));
  margin: 22px auto 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 6px;
  align-items: center;
  padding: clamp(10px, 1.15vw, 14px);
  border: 1px solid rgba(255, 248, 242, 0.13);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(120deg, rgba(243, 189, 88, 0.12), rgba(227, 32, 60, 0.1), rgba(124, 60, 255, 0.08)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 calc(46px * var(--glow-intensity)) rgba(243, 189, 88, 0.14),
    0 0 calc(30px * var(--glow-intensity)) rgba(124, 60, 255, 0.11);
  backdrop-filter: blur(18px);
}

.newsletter-band h2 {
  margin: 0;
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
}

.newsletter-form {
  width: min(520px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(118px, auto);
  gap: 8px;
  align-items: end;
}

.newsletter-form label {
  display: grid;
  gap: 5px;
  text-align: left;
  font-size: 0.82rem;
}

.newsletter-form input {
  min-height: 32px;
  padding: 0 12px;
}

.newsletter-form .button {
  min-height: 32px;
  padding: 0 14px;
  text-transform: uppercase;
}

.promo-popup {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 120;
  width: min(340px, calc(100% - 32px));
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 220ms ease;
}

.promo-popup.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.promo-popup-card {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 8px;
  background: rgba(8, 6, 10, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
}

.promo-popup-card h2 {
  margin: 0;
  font-size: 1.35rem;
}

.promo-popup-card form {
  display: grid;
  gap: 10px;
}

.promo-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 248, 242, 0.14);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.newsletter-form .form-message {
  grid-column: 1 / -1;
}

.deals-hero {
  min-height: 92svh;
}

.deals-slideshow {
  transform: none;
  overflow: hidden;
  background: #030303;
}

.deals-slideshow::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.44) 48%, rgba(0, 0, 0, 0.84)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.96), rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.74));
}

.deals-hero-content {
  max-width: 880px;
}

.deals-signup-form {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
  gap: 10px;
  align-items: end;
  margin-top: 26px;
  padding: 14px;
  border: 1px solid rgba(255, 248, 242, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(243, 189, 88, 0.14), rgba(227, 32, 60, 0.08), rgba(19, 191, 169, 0.08)),
    rgba(8, 6, 10, 0.72);
  backdrop-filter: blur(18px);
}

.deals-signup-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: rgba(255, 248, 242, 0.74);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.deals-signup-form input {
  min-height: 50px;
}

.deals-signup-form .form-message {
  grid-column: 1 / -1;
}

.deals-strip {
  margin-top: 0;
}

.deals-info-section {
  padding-top: 84px;
}

.deals-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.deals-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.04);
}

.deals-card.spotlight {
  border-color: rgba(243, 189, 88, 0.34);
  background:
    linear-gradient(160deg, rgba(243, 189, 88, 0.16), rgba(227, 32, 60, 0.08)),
    rgba(255, 255, 255, 0.05);
}

.deals-card h3 {
  font-size: clamp(1.45rem, 2vw, 2.2rem);
}

.deals-card p {
  color: var(--muted);
}

.booking-page-main {
  padding-bottom: 24px;
}

.booking-page-section {
  padding-top: 158px;
}

.booking-page .booking-section + .booking-section {
  padding-top: 86px;
}

.booking-confirmation {
  width: min(900px, calc(100% - 40px));
  min-height: 100svh;
  margin: 0 auto;
  display: grid;
  place-items: center;
  padding: 156px 0 72px;
}

.confirmation-card {
  width: 100%;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(243, 189, 88, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(227, 32, 60, 0.15), rgba(124, 60, 255, 0.12), rgba(19, 191, 169, 0.08)),
    var(--panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.confirmation-card p {
  max-width: 720px;
  color: var(--muted);
  line-height: 1.7;
}

.ratings-hero .hero-media {
  background:
    linear-gradient(90deg, rgba(6, 5, 7, 0.92), rgba(6, 5, 7, 0.34) 50%, rgba(6, 5, 7, 0.86)),
    linear-gradient(0deg, rgba(6, 5, 7, 0.96), rgba(6, 5, 7, 0.16) 42%, rgba(6, 5, 7, 0.8)),
    url("assets/studio/control-room-alt.jpg") center / cover;
}

.ratings-page .ratings-hero {
  display: none;
}

.ratings-page .ratings-section {
  padding-top: 158px;
}

.ratings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.review-slideshow {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(243, 189, 88, 0.08), rgba(124, 60, 255, 0.1)),
    var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.review-slide {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 1300ms ease;
}

.review-slide.is-active {
  opacity: 1;
}

.review-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(12px, 2vw, 24px);
}

.rewards-hero {
  min-height: 64svh;
}

.rewards-hero .hero-media {
  pointer-events: none;
}

.rewards-strip {
  grid-template-columns: repeat(4, 1fr);
}

.rewards-auth-grid,
.rewards-dashboard,
.reward-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.my-rewards-list {
  display: grid;
  gap: 14px;
}

.rewards-auth-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: start;
  justify-content: center;
}

.rewards-section {
  padding-top: 52px;
}

.rewards-page.is-account-route .rewards-hero,
.rewards-page.is-account-route .rewards-strip {
  display: none;
}

.rewards-page.is-account-route .rewards-section {
  padding-top: 150px;
  min-height: 78svh;
  display: grid;
  justify-items: center;
}

.rewards-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-bottom: 18px;
  padding-bottom: 4px;
}

.rewards-tab {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink);
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
}

.rewards-tab.is-active {
  border-color: rgba(243, 189, 88, 0.58);
  background: linear-gradient(120deg, rgba(227, 32, 60, 0.85), rgba(124, 60, 255, 0.85));
}

.rewards-tab-panel {
  width: 100%;
  display: grid;
  gap: 16px;
}

.rewards-about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.rewards-about-main h3 {
  max-width: 760px;
  margin-inline: auto;
  font-size: clamp(2rem, 4.2vw, 4.9rem);
  line-height: 0.98;
}

.rewards-about-main {
  min-height: 0;
  grid-column: 1 / -1;
  justify-content: center;
  align-content: center;
  padding-block: clamp(28px, 5vw, 56px);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.055), transparent 24%, rgba(243, 189, 88, 0.1) 48%, transparent 76%),
    linear-gradient(145deg, rgba(227, 32, 60, 0.17), rgba(124, 60, 255, 0.16)),
    var(--panel);
}

.rewards-about-grid .rewards-card:not(.rewards-about-main) {
  min-height: 190px;
  align-content: center;
}

.rewards-about-grid .rewards-card:nth-child(2),
.rewards-about-grid .rewards-card:nth-child(3) {
  grid-column: auto;
}

.rewards-rank-preview,
.reward-shop-preview {
  display: grid;
  gap: 10px;
}

.rewards-rank-preview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1120px, 100%);
  margin: 0 auto;
}

.rewards-rank-preview div,
.reward-shop-preview span {
  min-height: 86px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 248, 242, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.rewards-rank-preview strong,
.reward-shop-preview span {
  color: var(--ink);
  font-weight: 950;
}

.rewards-rank-preview span {
  color: var(--gold);
  font-weight: 900;
}

.reward-shop-preview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1120px, 100%);
  margin: 0 auto;
}

.rewards-dashboard-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  justify-content: center;
}

.rewards-auth-grid.rewards-dashboard-grid {
  grid-template-columns: repeat(2, minmax(320px, 1fr));
}

.dashboard-span-2 {
  grid-column: span 2;
}

.rewards-subpanel {
  grid-column: span 2;
  min-width: 0;
  display: grid;
  align-content: start;
}

.rewards-subpanel .section-heading {
  align-self: start;
}

.section-heading.compact {
  margin-bottom: 12px;
  grid-template-columns: 1fr;
}

.rewards-card,
.reward-progress-card,
.reward-log {
  min-width: 0;
  padding: clamp(22px, 2.8vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018)),
    rgba(22, 17, 25, 0.78);
  box-shadow:
    0 28px 82px rgba(0, 0, 0, 0.34),
    0 0 calc(48px * var(--glow-intensity)) rgba(124, 60, 255, 0.14),
    0 0 calc(28px * var(--glow-intensity)) rgba(243, 189, 88, 0.07);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 4;
  overflow: hidden;
}

.rewards-card {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: center;
}

.rate-card::before,
.visual-card::before,
.equipment-card::before,
.feature-panel::before,
.status-block::before,
.booking-card::before,
.booking-form::before,
.booking-status::before,
.tape-deck::before,
.cta-band::before,
.newsletter-band::before,
.rewards-card::before,
.reward-progress-card::before,
.quick-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 16%, rgba(255, 255, 255, 0.18) 38%, transparent 60%),
    linear-gradient(245deg, transparent 8%, rgba(243, 189, 88, 0.12) 46%, transparent 76%),
    radial-gradient(circle at 18% 12%, rgba(124, 60, 255, 0.2), transparent 36%),
    radial-gradient(circle at 82% 88%, rgba(227, 32, 60, 0.16), transparent 34%);
  background-position:
    calc(50% + (var(--scroll-glow) - 0.5) * 22px) calc(50% + (0.5 - var(--scroll-glow)) * 14px),
    calc(50% - (var(--scroll-glow) - 0.5) * 18px) calc(50% - (0.5 - var(--scroll-glow)) * 12px),
    center,
    center;
  opacity: calc((0.22 + var(--scroll-glow) * 0.2) * var(--glow-intensity));
  transform: none;
  transition: opacity 160ms linear, background-position 160ms linear;
}

.rewards-card label {
  display: grid;
  width: 100%;
  gap: 8px;
  color: rgba(255, 248, 242, 0.74);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 12;
}

.rewards-card input {
  min-height: 56px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 13;
  pointer-events: auto;
  touch-action: manipulation;
}

.rewards-card p,
.reward-log-row span {
  color: var(--muted);
  line-height: 1.55;
}

.rewards-summary-card {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-items: stretch;
}

.rewards-summary-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.rewards-summary-card p {
  margin: 10px 0 0;
  color: var(--gold);
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 900;
}

.reward-progress-card {
  align-content: center;
}

.reward-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--muted);
  font-weight: 800;
}

.reward-progress-card,
.reward-progress-head,
.reward-rank-copy,
.rank-tier-item {
  text-align: center;
}

.reward-rank-copy {
  margin: 0 0 12px;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.92rem;
}

.rank-track-markers {
  position: relative;
  height: 10px;
  margin-top: 10px;
}

.rank-marker {
  position: absolute;
  top: 0;
  width: 2px;
  height: 10px;
  background: rgba(255, 248, 242, 0.42);
  transform: translateX(-1px);
}

.rank-marker.is-current {
  background: var(--gold);
  box-shadow: 0 0 8px rgba(243, 189, 88, 0.65);
}

.rank-tier-list {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.rank-tier-item {
  border: 1px solid rgba(255, 248, 242, 0.14);
  border-radius: 6px;
  padding: 10px 8px;
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  gap: 4px;
}

.rank-tier-item.is-current {
  border-color: rgba(243, 189, 88, 0.55);
  background: rgba(243, 189, 88, 0.08);
}

.rank-tier-item.is-unlocked {
  opacity: 1;
  box-shadow: inset 0 0 0 1px rgba(243, 189, 88, 0.08), 0 0 20px rgba(243, 189, 88, 0.06);
}

.rank-tier-item.is-locked {
  filter: grayscale(1);
  opacity: 0.48;
}

.rank-tier-item.is-current.is-locked {
  filter: none;
  opacity: 1;
}

.rank-tier-item.rank-bronze {
  border-color: rgba(205, 127, 50, 0.45);
  background: linear-gradient(145deg, rgba(205, 127, 50, 0.16), rgba(255, 255, 255, 0.02));
}

.rank-tier-item.rank-silver {
  border-color: rgba(192, 192, 192, 0.5);
  background: linear-gradient(145deg, rgba(192, 192, 192, 0.16), rgba(255, 255, 255, 0.02));
}

.rank-tier-item.rank-gold {
  border-color: rgba(255, 215, 0, 0.5);
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.16), rgba(255, 255, 255, 0.02));
}

.rank-tier-item.rank-platinum {
  border-color: rgba(179, 229, 252, 0.55);
  background: linear-gradient(145deg, rgba(179, 229, 252, 0.16), rgba(255, 255, 255, 0.02));
}

.rank-tier-item strong {
  font-size: 0.86rem;
}

.rank-tier-item span {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.rank-tier-item small {
  color: var(--muted);
  font-size: 0.72rem;
}

.reward-progress-track {
  height: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 242, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.reward-progress-track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), var(--violet), var(--gold));
  transition: width 500ms ease;
}

.reward-card {
  align-content: space-between;
  min-height: 230px;
}

.reward-card small {
  color: rgba(255, 248, 242, 0.58);
  line-height: 1.4;
}

.rank-badge {
  width: max-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.rank-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
}

.rank-badge.rank-bronze {
  background: rgba(205, 127, 50, 0.18);
  color: #d79a63;
}

.rank-badge.rank-silver {
  background: rgba(192, 192, 192, 0.16);
  color: #d7d7d7;
}

.rank-badge.rank-gold {
  background: rgba(255, 215, 0, 0.16);
  color: #f3bd58;
}

.rank-badge.rank-platinum {
  background: rgba(179, 229, 252, 0.16);
  color: #bdefff;
}

.reward-card .button[disabled] {
  cursor: not-allowed;
  opacity: 0.58;
  transform: none;
}

.reward-status-pill {
  width: max-content;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(243, 189, 88, 0.35);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rewards-message {
  margin-top: 16px;
  position: relative;
  z-index: 6;
}

.rewards-message.error {
  color: #ff9b9b;
}

.reward-log {
  margin-top: 16px;
}

.booking-welcome {
  margin: 0 0 8px;
  width: 100%;
  text-align: right;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
}

.booking-reward-box,
.booking-reward-join {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.booking-reward-box h3 {
  margin: 6px 0 10px;
}

.booking-reward-box p,
.booking-reward-join {
  color: var(--muted);
  line-height: 1.5;
}

.rewards-auth-grid input,
.rewards-auth-grid button,
.rewards-auth-grid select,
.rewards-auth-grid textarea {
  position: relative;
  z-index: 8;
  pointer-events: auto;
}

.rewards-auth-grid form {
  position: relative;
  z-index: 9;
  isolation: isolate;
}

.rewards-auth-grid .rewards-card input {
  min-height: 32px;
  padding: 2px 12px;
  border: 1px solid rgba(255, 248, 242, 0.26);
  background: rgba(9, 7, 12, 0.9);
  color: #fff8f2;
  -webkit-text-fill-color: #fff8f2;
  -webkit-appearance: none;
  appearance: none;
  transform: translateZ(0);
  font-size: 16px;
}

.rewards-auth-grid .rewards-card {
  min-height: 0;
  align-content: start;
  gap: 12px;
  padding: 28px;
}

.rewards-auth-grid .rewards-card h3 {
  max-width: 360px;
  margin: 0 auto 4px;
  font-size: clamp(1.35rem, 1.9vw, 1.85rem);
}

.rewards-auth-grid .rewards-card .button.full {
  min-height: 34px;
  padding: 0 14px;
}

.rewards-auth-grid .rewards-card label {
  gap: 4px;
}

.rewards-auth-grid .rewards-card input::placeholder {
  color: rgba(255, 248, 242, 0.48);
}

.rewards-auth-grid .rewards-card input:focus {
  border-color: rgba(243, 189, 88, 0.94);
  box-shadow: 0 0 0 3px rgba(243, 189, 88, 0.2);
}

.reward-log-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 248, 242, 0.1);
}

.reward-log-row strong {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .site-header {
    gap: 8px;
  }

  .appointment-notice {
    margin-top: 144px;
  }

  .main-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: 82svh;
    padding-top: 126px;
  }

  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.1rem;
  }

  .quick-strip,
  .equipment-grid,
  .rate-grid,
  .visual-rate-grid,
  .visual-rate-grid.compact {
    grid-template-columns: repeat(2, 1fr);
  }

  .quick-strip div:nth-child(2n) {
    border-right: 0;
  }

  .quick-strip div {
    border-bottom: 1px solid var(--line);
  }

  .quick-strip div:nth-child(n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .quick-strip div:last-child {
    border-bottom: 0;
  }

  .section-heading,
  .studio-grid,
  .sound-layout,
  .booking-layout,
  .poster-layout,
  .portfolio-copy,
  .youtube-layout,
  .recent-work-layout,
  .recent-video-row {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 220px;
  }

  .recent-work-panel,
  .review-slideshow {
    min-height: 280px;
  }

  .latest-videos {
    grid-template-columns: 1fr;
  }

  .recent-work-section .latest-videos {
    grid-template-columns: 1fr;
  }

  .deals-signup-form,
  .deals-card-grid {
    grid-template-columns: 1fr;
  }

  .deals-card {
    min-height: 210px;
  }

  .feature-panel.wide {
    min-height: 250px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
    gap: 10px;
  }

  .appointment-notice {
    width: calc(100% - 24px);
    margin-top: 168px;
    padding: 12px;
    text-align: left;
    justify-content: flex-start;
  }

  .header-top {
    grid-template-columns: auto 1fr;
    gap: 10px;
  }

  .nav-action {
    display: none;
  }

  .brand span {
    display: none;
  }

  .site-switcher {
    justify-content: flex-end;
    gap: 6px;
  }

  .visuals-page .header-top {
    grid-template-columns: 1fr;
  }

  .visuals-page .visuals-brand {
    display: none;
  }

  .visuals-page .site-switcher {
    justify-content: center;
    width: 100%;
  }

  .visuals-page .switch-button {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 8px;
    font-size: clamp(0.74rem, 3.1vw, 0.82rem);
  }

  .switch-button {
    min-height: 36px;
    padding: 0 10px;
    font-size: 0.82rem;
  }

  .main-nav {
    gap: 4px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: visible;
  }

  .main-nav a {
    min-height: 36px;
    padding: 0 9px;
    font-size: 0.88rem;
  }

  .hero {
    min-height: 82svh;
    padding: 150px 20px 46px;
  }

  .booking-page-section {
    padding-top: 172px;
  }

  .booking-confirmation {
    width: calc(100% - 24px);
    padding-top: 148px;
  }

  .hero-content {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    transform: translateY(-6px);
  }

  .visuals-page .visuals-hero .hero-content {
    transform: translateY(86px);
  }

  .hero-logo {
    width: 102px;
    height: 102px;
  }

  .visuals-hero-logo {
    width: min(280px, 78vw);
    height: auto;
  }

  .logo-layout img {
    max-height: 260px;
    padding: 28px;
  }

  .triptych-slide {
    gap: 5px;
    padding: 8px;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 1.38rem;
    line-height: 1.12;
  }

  h3 {
    font-size: 1.16rem;
  }

  .booking-page .section-heading h1 {
    font-size: 2.1rem;
  }

  .hero-copy {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-actions,
  .cta-actions,
  .booking-card-actions {
    flex-direction: column;
    width: 100%;
  }

  .button,
  .mini-button {
    width: 100%;
    max-width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .quick-strip,
  .equipment-grid,
  .rate-grid,
  .visual-rate-grid,
  .visual-rate-grid.compact,
  .rewards-auth-grid,
  .rewards-auth-grid.rewards-dashboard-grid,
  .rewards-dashboard,
  .rewards-dashboard-grid,
  .reward-shop-grid,
  .rewards-about-grid,
  .rewards-rank-preview,
  .reward-shop-preview,
  .portfolio-grid,
  .gallery-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .rewards-about-grid .rewards-card:not(.rewards-about-main),
  .rewards-about-grid .rewards-card:nth-child(2),
  .rewards-about-grid .rewards-card:nth-child(3) {
    grid-column: auto;
  }

  .rewards-auth-grid .rewards-card input {
    min-height: 32px;
    font-size: 16px;
  }

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

  .dashboard-span-2,
  .rewards-subpanel {
    grid-column: span 1;
  }

  .portfolio-grid {
    grid-auto-rows: 270px;
  }

  .portfolio-project-slideshow {
    min-height: 280px;
  }

  .catalog-preview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .portfolio-item.feature,
  .portfolio-item.tall,
  .portfolio-item.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-grid {
    grid-auto-rows: 180px;
  }

  .quick-strip {
    width: calc(100% - 24px);
    max-width: calc(100vw - 24px);
    overflow: hidden;
  }

  .quick-strip div,
  .quick-strip div:nth-child(2),
  .quick-strip div:nth-child(n + 3) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .quick-strip div,
  .rate-card,
  .visual-card,
  .equipment-card,
  .status-block {
    min-width: 0;
  }

  .quick-strip span,
  .hero-copy,
  .rate-card p,
  .visual-card li,
  .portfolio-copy p,
  .status-block p {
    overflow-wrap: anywhere;
  }

  .quick-strip div:last-child {
    border-bottom: 0;
  }

  .section,
  .cta-band,
  .newsletter-band,
  .site-footer {
    width: calc(100% - 24px);
  }

  .newsletter-band,
  .newsletter-form,
  .deals-signup-form,
  .deals-card-grid {
    grid-template-columns: 1fr;
  }

  .cta-band,
  .newsletter-band {
    padding: 12px;
  }

  .cta-band h2 {
    font-size: clamp(1.25rem, 8vw, 2rem);
  }

  .newsletter-band h2 {
    font-size: clamp(0.95rem, 5vw, 1.12rem);
  }

  .cta-band .cta-actions {
    grid-template-columns: 1fr;
  }

  .visual-contact-card .inline-actions {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .rewards-auth-grid {
    width: 100%;
  }

  .rewards-auth-grid .rewards-card {
    min-height: 0;
    padding: 22px;
  }

  .scroll-reveal.reveal-soft-left,
  .scroll-reveal.reveal-soft-right {
    transform: translate3d(0, 30px, 0) scale(0.985);
  }

  .rewards-about-main {
    padding-block: 28px;
  }

  .deals-signup-form {
    padding: 12px;
  }

  .deals-card {
    min-height: 190px;
    padding: 18px;
  }

  .section {
    padding-top: 72px;
  }

  .feature-panel,
  .rate-card,
  .visual-card,
  .poster-copy,
  .youtube-copy,
  .tape-deck,
  .booking-form,
  .booking-status,
  .cta-band {
    padding: 18px;
  }

  .feature-panel.wide {
    min-height: 220px;
  }

  .recent-work-panel {
    min-height: 255px;
  }

  .review-slideshow {
    min-height: 360px;
  }

  .recent-work-section .video-card {
    grid-template-columns: 1fr;
  }

  .recent-work-section .video-thumb {
    min-height: 150px;
  }

  .latest-work-panel {
    min-height: 255px;
    padding: 18px;
  }

  .latest-work-panel .video-card {
    grid-template-columns: 1fr;
  }

  .portfolio-timeline {
    padding-left: 0;
  }

  .portfolio-timeline::before,
  .portfolio-timeline-item::before {
    display: none;
  }

  .portfolio-work-layout,
  .portfolio-media-grid,
  .portfolio-facts {
    grid-template-columns: 1fr;
  }

  .deck-top,
  .owner-head,
  .cta-band,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .deck-controls {
    justify-content: stretch;
  }

  .icon-button {
    width: 100%;
  }

  .volume-control {
    grid-template-columns: auto 1fr auto;
  }

  .radio-dock {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    grid-template-columns: auto 1fr;
  }

  .radio-dock .volume-control {
    grid-column: 1 / -1;
  }

  .video-card {
    grid-template-columns: 1fr;
  }

  .video-info {
    padding: 0 16px 16px;
  }
}
