:root {
  --void: #060606;
  --graphite: #101011;
  --graphite-2: #151516;
  --platinum: #eeeae2;
  --muted: #a29f99;
  --gold: #bb9557;
  --gold-soft: #d2b274;
  --line: rgba(255, 255, 255, 0.1);
  --glass: rgba(12, 12, 13, 0.72);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --shell: 1400px;
  --gutter: 44px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}
body {
  margin: 0;
  background:
    radial-gradient(
      circle at 75% 8%,
      rgba(187, 149, 87, 0.09),
      transparent 30%
    ),
    linear-gradient(135deg, #050505 0%, #090909 52%, #060606 100%);
  color: var(--platinum);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  padding-bottom: env(safe-area-inset-bottom);
}
body.menu-open {
  overflow: hidden;
}
body.video-lightbox-open {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
:focus {
  outline: none;
}
:focus-visible {
  outline: 3px solid var(--gold-soft);
  outline-offset: 4px;
}
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  border: 1px solid rgba(210, 178, 116, 0.5);
  border-radius: 999px;
  background: #101010;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translateY(-140%);
  transition: transform 0.2s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
}
p,
h1,
h2,
h3 {
  margin: 0;
}
.shell {
  width: min(1400px, calc(100% - 88px));
  margin: 0 auto;
}
.navbar {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  background: rgba(6, 6, 6, 0.25);
  backdrop-filter: blur(12px);
  transition:
    background 0.3s ease,
    border-color 0.3s ease;
}
.navbar.is-scrolled {
  border-color: var(--line);
  background: rgba(6, 6, 6, 0.88);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}
.brand-logo {
  width: auto;
  height: clamp(58px, 6vw, 82px);
  display: block;
  object-fit: contain;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #cbc7bf;
  font-size: 14px;
}
.nav-links > a:not(.btn) {
  transition: color 0.2s ease;
}
.nav-links > a:not(.btn):hover {
  color: #fff;
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.02);
  color: var(--platinum);
}
.menu-toggle span {
  width: 17px;
  height: 1px;
  background: currentcolor;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}
.menu-toggle.is-open span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}
.menu-toggle.is-open span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}
.btn {
  min-height: 51px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-gold {
  border-color: transparent;
  background: var(--gold);
  color: #101010;
}
.btn-gold:hover {
  background: var(--gold-soft);
}
.btn-outline:hover {
  border-color: rgba(187, 149, 87, 0.55);
}
.hero {
  position: relative;
  min-height: max(100svh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero::before {
  z-index: 0;
  background:
    linear-gradient(
      115deg,
      transparent 0 32%,
      rgba(238, 234, 226, 0.06) 45%,
      transparent 58%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.022) 0 1px,
      transparent 1px 76px
    );
  mix-blend-mode: screen;
  opacity: 0.34;
}
.hero::after {
  z-index: 0;
  background:
    radial-gradient(
      circle at 18% 34%,
      rgba(210, 178, 116, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 82% 22%,
      rgba(120, 150, 180, 0.11),
      transparent 24%
    ),
    linear-gradient(180deg, transparent 62%, var(--void));
}
.hero-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #060606 url("images/hero-studio-b-control.jpg") center center /
    cover;
  filter: saturate(0.9) contrast(1.08);
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(
      circle at 62% 40%,
      rgba(4, 4, 4, 0.04) 0%,
      rgba(4, 4, 4, 0.18) 34%,
      rgba(4, 4, 4, 0.64) 78%
    ),
    linear-gradient(
      90deg,
      rgba(4, 4, 4, 0.72) 0%,
      rgba(4, 4, 4, 0.38) 43%,
      rgba(4, 4, 4, 0.44) 100%
    ),
    linear-gradient(
      0deg,
      rgba(4, 4, 4, 1) 0%,
      rgba(4, 4, 4, 0.86) 22%,
      rgba(4, 4, 4, 0.42) 44%,
      transparent 66%
    );
  pointer-events: none;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.28);
  transform-origin: center 28%;
}
.hero-aura {
  position: absolute;
  right: 13%;
  bottom: 14%;
  width: min(44vw, 580px);
  height: min(44vw, 580px);
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(187, 149, 87, 0.18),
    rgba(187, 149, 87, 0) 68%
  );
  filter: blur(5px);
  pointer-events: none;
}
.hero-content {
  position: relative;
  z-index: 1;
  padding-top: 126px;
  padding-bottom: 86px;
}
.hero-layout {
  display: block;
}
.hero-main {
  max-width: 1040px;
}
.hero-kicker {
  margin-bottom: 27px;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #dad4ca;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  animation: heroIn 0.7s ease both;
}
.hero-kicker span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 17px var(--gold);
}
@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translateX(-34px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.eyebrow {
  margin-bottom: 23px;
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 930px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(68px, 8.6vw, 136px);
  font-weight: 500;
  letter-spacing: -0.082em;
  line-height: 0.88;
  color: #f8f4eb;
  -webkit-text-stroke: 1px rgba(6, 6, 6, 0.58);
  paint-order: stroke fill;
  text-shadow:
    0 2px 0 rgba(4, 4, 4, 0.72),
    0 16px 42px rgba(0, 0, 0, 0.86),
    0 0 34px rgba(0, 0, 0, 0.58);
}
.hero-line {
  display: block;
  animation: heroTitleIn 0.82s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.hero-line:first-child {
  animation-delay: 0.08s;
}
.hero h1 .hero-accent {
  color: var(--gold-soft);
  animation-delay: 0.16s;
  -webkit-text-stroke-color: rgba(5, 5, 5, 0.64);
  text-shadow:
    0 2px 0 rgba(4, 4, 4, 0.78),
    0 16px 42px rgba(0, 0, 0, 0.9),
    0 0 52px rgba(187, 149, 87, 0.24);
}
.hero-copy {
  max-width: 515px;
  margin-top: 31px;
  padding: 18px 0 18px 22px;
  border-left: 1px solid rgba(210, 178, 116, 0.48);
  color: #eee8de;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.72;
  background: linear-gradient(
    90deg,
    rgba(210, 178, 116, 0.11),
    transparent 72%
  );
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.9),
    0 0 24px rgba(0, 0, 0, 0.72);
  animation: heroIn 0.85s 0.25s ease both;
}
.hero-actions {
  margin-top: 42px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  animation: heroIn 0.85s 0.34s ease both;
}
.hero-authority {
  width: min(760px, 100%);
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(250px, 0.48fr);
  gap: 12px;
  align-items: stretch;
  animation: heroIn 0.85s 0.46s ease both;
}
.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(8, 8, 8, 0.38);
  backdrop-filter: blur(10px);
}
.hero-proof div {
  min-height: 92px;
  padding: 17px 18px;
  display: grid;
  align-content: center;
  gap: 4px;
}
.hero-proof div + div {
  border-left: 1px solid var(--line);
}
.hero-proof strong {
  display: block;
  color: var(--platinum);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: -0.06em;
}
.hero-proof span {
  color: #958f84;
  font-size: 11px;
  letter-spacing: 0.06em;
}
.hero-credit-preview {
  min-height: 92px;
  padding: 15px;
  display: grid;
  gap: 13px;
  align-content: center;
  border: 1px solid rgba(210, 178, 116, 0.22);
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      rgba(210, 178, 116, 0.12),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(5, 5, 5, 0.48);
  backdrop-filter: blur(12px);
}
.hero-credit-head,
.hero-credit-row,
.hero-credit-row span {
  display: flex;
  align-items: center;
}
.hero-credit-head {
  justify-content: space-between;
  gap: 12px;
  color: #bfb7aa;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-credit-head a {
  color: var(--gold-soft);
  white-space: nowrap;
}
.hero-credit-row {
  flex-wrap: wrap;
  gap: 8px;
}
.hero-credit-row span {
  min-height: 34px;
  padding: 4px 10px 4px 4px;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #efe8dc;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero-credit-row img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  object-fit: cover;
}
.hero-scroll {
  position: absolute;
  right: 41px;
  bottom: 36px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
  color: #817b71;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.hero-scroll span {
  width: 47px;
  height: 1px;
  display: block;
  background: rgba(187, 149, 87, 0.55);
}
.section {
  padding: 104px 0;
}
.section-line {
  border-top: 1px solid var(--line);
}
.studio-alerts-section {
  position: relative;
  z-index: 3;
  margin-top: -1px;
  padding: 10px 0;
  border-top: 1px solid rgba(51, 169, 236, 0.24);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(6, 6, 6, 0.9), rgba(9, 9, 10, 0.78)),
    radial-gradient(circle at 18% 0%, rgba(51, 169, 236, 0.14), transparent 34%);
  backdrop-filter: blur(18px);
}
.studio-alerts-section-booking {
  padding-top: 118px;
  padding-bottom: 0;
  border-bottom: 0;
  background:
    linear-gradient(180deg, rgba(6, 6, 6, 0.96), rgba(6, 6, 6, 0.78)),
    radial-gradient(circle at 75% 5%, rgba(187, 149, 87, 0.1), transparent 32%);
}
.studio-alerts-section-booking + .booking-path-section {
  padding-top: 56px;
}
.studio-alerts-shell {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}
.studio-alerts-head {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #71c9ff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.studio-alerts-pulse {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #33a9ec;
  box-shadow: 0 0 0 0 rgba(51, 169, 236, 0.54);
  animation: alertPulse 1.8s ease-out infinite;
}
@keyframes alertPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 169, 236, 0.54);
  }
  100% {
    box-shadow: 0 0 0 13px rgba(51, 169, 236, 0);
  }
}
.studio-alert-track {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.studio-alert-card {
  position: relative;
  min-height: 70px;
  padding: 11px 14px 11px 16px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(51, 169, 236, 0.3);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(7, 13, 18, 0.82);
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.3);
  opacity: 1;
  transform: none;
  transition:
    opacity 0.42s ease,
    transform 0.42s ease,
    border-color 0.42s ease;
}
.studio-alert-card.is-active {
  opacity: 1;
  pointer-events: auto;
}
.studio-alert-glow {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #71c9ff, #229ed9);
  box-shadow: 0 0 28px rgba(51, 169, 236, 0.62);
}
.studio-alert-card[data-urgency="urgent"],
.studio-alert-card[data-urgency="last-minute"],
.studio-alert-card[data-urgency="flash"] {
  border-color: rgba(51, 169, 236, 0.46);
}
.studio-alert-card[data-urgency="urgent"] .studio-alert-glow,
.studio-alert-card[data-urgency="last-minute"] .studio-alert-glow,
.studio-alert-card[data-urgency="flash"] .studio-alert-glow {
  background: linear-gradient(180deg, #71c9ff, #229ed9);
  box-shadow: 0 0 32px rgba(51, 169, 236, 0.62);
}
.studio-alert-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.studio-alert-badge,
.studio-alert-room,
.studio-alert-time {
  min-height: 28px;
  padding: 6px 9px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #f0ebe2;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-transform: uppercase;
}
.studio-alert-badge {
  border-color: rgba(51, 169, 236, 0.44);
  color: #71c9ff;
}
.studio-alert-card[data-urgency="urgent"] .studio-alert-badge,
.studio-alert-card[data-urgency="last-minute"] .studio-alert-badge,
.studio-alert-card[data-urgency="flash"] .studio-alert-badge {
  border-color: rgba(51, 169, 236, 0.52);
  color: #9edaff;
}
.studio-alert-copy {
  max-height: 56px;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(113, 201, 255, 0.7) rgba(255, 255, 255, 0.08);
}
.studio-alert-copy::-webkit-scrollbar {
  width: 5px;
}
.studio-alert-copy::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
.studio-alert-copy::-webkit-scrollbar-thumb {
  background: rgba(113, 201, 255, 0.72);
  border-radius: 999px;
}
.studio-alert-copy h2 {
  margin-bottom: 0;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.15;
}
.studio-alert-copy p {
  max-width: 680px;
  margin-top: 4px;
  color: #c9c1b6;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}
.studio-alert-actions {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-end;
}
.studio-alert-actions:empty {
  display: none;
}
.studio-alert-cta {
  min-height: 36px;
  padding: 0 14px;
  white-space: nowrap;
}
.studio-alert-source {
  color: rgba(113, 201, 255, 0.88);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section-heading {
  position: relative;
  margin-bottom: 50px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(350px, 1.18fr);
  gap: 40px;
  align-items: end;
}
.section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(172px, 28vw);
  height: 1px;
  background: linear-gradient(90deg, var(--gold-soft), transparent);
}
.section-heading h2 {
  max-width: 700px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 65px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.98;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}
.section-heading p:last-child {
  max-width: 500px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left-color: rgba(210, 178, 116, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(0, 0, 0, 0.14);
  color: var(--muted);
  line-height: 1.72;
}
.credits {
  padding: 64px 0 74px;
}
.credits-lead {
  margin-bottom: 31px;
  color: #7f7a71;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}
.artist-credit-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.artist-credit {
  flex: 1 1 132px;
  max-width: 210px;
  min-height: 124px;
  padding: 12px 10px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  text-align: center;
}
.artist-credit img {
  width: 58px;
  height: 58px;
  border: 1px solid rgba(210, 178, 116, 0.34);
  border-radius: 50%;
  object-fit: cover;
  background: #0a0a0a;
}
.artist-credit-mark {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(210, 178, 116, 0.34);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 35% 25%,
      rgba(210, 178, 116, 0.34),
      transparent 46%
    ),
    rgba(10, 10, 10, 0.94);
  color: var(--gold-soft);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.artist-credit span:not(.artist-credit-mark) {
  color: #d8d3ca;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
@media (min-width: 1041px) {
  .artist-credit-wall {
    justify-content: center;
    gap: 12px;
  }
  .artist-credit {
    flex-basis: clamp(138px, 10vw, 190px);
    min-height: 132px;
    border-radius: 20px;
    transition:
      transform 0.24s ease,
      border-color 0.24s ease,
      background 0.24s ease;
  }
  .artist-credit.is-featured {
    flex-basis: clamp(150px, 11vw, 205px);
    min-height: 146px;
    border-color: rgba(210, 178, 116, 0.34);
    background:
      radial-gradient(
        circle at 50% 22%,
        rgba(187, 149, 87, 0.13),
        transparent 46%
      ),
      rgba(255, 255, 255, 0.045);
  }
  .artist-credit:hover {
    border-color: rgba(210, 178, 116, 0.42);
    background: rgba(255, 255, 255, 0.055);
    transform: translateY(-4px);
  }
  .artist-credit img,
  .artist-credit-mark {
    width: 68px;
    height: 68px;
  }
  .artist-credit.is-featured img {
    width: 76px;
    height: 76px;
    border-color: rgba(210, 178, 116, 0.58);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.44);
  }
}
.rooms {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.services-grid {
  grid-template-columns: repeat(3, 1fr);
}
.room-card,
.engineer-card,
.proof-card,
.booking-panel,
.session-card {
  border: 1px solid var(--line);
  border-radius: 25px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.012)
  );
  overflow: hidden;
}
.room-photo {
  height: 390px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.room-photo img,
.engineer-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.room-card:hover img,
.engineer-card:hover img {
  transform: scale(1.045);
}
.studio-moments {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 22px;
  align-items: stretch;
}
.studio-moments-copy {
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.025);
}
.studio-moments-copy h2 {
  margin-bottom: 20px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.98;
}
.studio-moments-copy p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.72;
}
.studio-moments-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.studio-moments-grid figure {
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #080808;
}
.studio-moments-grid figure:first-child {
  grid-row: 1 / -1;
}
.studio-moments-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.room-body {
  padding: 30px 30px 32px;
}
.room-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.room-top h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.055em;
}
.room-top span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.room-body > p {
  margin-bottom: 23px;
  color: var(--muted);
}
.tags {
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #aca8a0;
  font-size: 12px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.proof {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
}
.credits-proof-section {
  scroll-margin-top: 96px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0)),
    #080808;
}
.proof-image {
  min-height: 470px;
  aspect-ratio: 4 / 3;
  border-radius: 25px;
  overflow: hidden;
}
.proof-image img,
.proof-image video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.proof-card {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proof-number {
  margin: 18px 0 20px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(65px, 8vw, 108px);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.86;
}
.proof-number span {
  color: var(--gold);
}
.proof-card > p:not(.eyebrow) {
  max-width: 470px;
  margin-bottom: 34px;
  color: var(--muted);
}
.mini-credit-stack {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.mini-credit-stack img {
  width: 44px;
  height: 44px;
  border: 2px solid #101010;
  border-radius: 50%;
  object-fit: cover;
  background: #0a0a0a;
}
.mini-credit-stack img + img {
  margin-left: -12px;
}
.mini-credit-stack span {
  margin-left: 14px;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.credits-panel {
  margin-top: 22px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(210, 178, 116, 0.2);
  border-radius: 25px;
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(210, 178, 116, 0.12),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.014)
    );
}
.credits-panel-head {
  margin-bottom: 26px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.46fr);
  gap: clamp(18px, 4vw, 46px);
  align-items: end;
}
.credits-panel-head .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -12px;
}
.credits-panel-head h2 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.95;
}
.credits-panel-head p:not(.eyebrow) {
  color: #bcb5aa;
  font-size: 14px;
  line-height: 1.62;
}
@media (min-width: 1041px) {
  .credits-panel .artist-credit-wall {
    gap: 10px;
  }
  .credits-panel .artist-credit,
  .credits-panel .artist-credit.is-featured {
    flex: 1 1 128px;
    max-width: 170px;
    min-height: 118px;
  }
  .credits-panel .artist-credit img,
  .credits-panel .artist-credit-mark,
  .credits-panel .artist-credit.is-featured img {
    width: 58px;
    height: 58px;
  }
}
.engineer-photo {
  height: 337px;
  overflow: hidden;
}
.engineer-body {
  padding: 22px 22px 25px;
}
.engineer-body h3 {
  margin-bottom: 5px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.045em;
}
.engineer-role {
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.league-section {
  scroll-margin-top: 92px;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(210, 178, 116, 0.17),
      transparent 30%
    ),
    radial-gradient(
      circle at 18% 46%,
      rgba(232, 236, 239, 0.1),
      transparent 26%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.014),
      rgba(255, 255, 255, 0.004)
    );
  overflow: hidden;
}
.league-heading {
  position: relative;
  margin-bottom: 34px;
  padding-top: 18px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
  align-items: end;
}
.league-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(172px, 28vw);
  height: 1px;
  background: linear-gradient(90deg, var(--gold-soft), transparent);
}
.league-heading h2 {
  max-width: 760px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(43px, 6vw, 72px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.95;
}
.league-heading > p {
  max-width: 430px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left-color: rgba(210, 178, 116, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(0, 0, 0, 0.14);
  color: var(--muted);
  line-height: 1.72;
}
.staff-league-shell {
  position: relative;
  overflow: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
  min-height: 676px;
  margin-inline: calc(var(--gutter) * -1);
  padding: 34px var(--gutter) 72px;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(
      circle at 50% 50%,
      rgba(210, 178, 116, 0.13),
      transparent 35%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.012)
    );
  background-size:
    72px 72px,
    72px 72px,
    auto,
    auto;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05);
}
.staff-league-shell::before,
.staff-league-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.staff-league-shell::before {
  inset: 14% 0 auto;
  height: 130px;
  opacity: 0.23;
  background: repeating-linear-gradient(
    90deg,
    transparent 0 18px,
    rgba(210, 178, 116, 0.32) 18px 20px,
    transparent 20px 38px
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 18%,
    #000 82%,
    transparent
  );
}
.staff-league-shell::after {
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88),
      transparent 16%,
      transparent 84%,
      rgba(0, 0, 0, 0.88)
    ),
    radial-gradient(
      circle at 50% 52%,
      transparent 0 31%,
      rgba(0, 0, 0, 0.55) 72%
    );
}
.staff-league-grid {
  position: relative;
  z-index: 1;
  min-height: 555px;
  isolation: isolate;
  perspective: 1300px;
  transform-style: preserve-3d;
  cursor: grab;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: auto;
}
.staff-league-grid.is-dragging {
  cursor: grabbing;
}
.league-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(280px, 25vw, 340px);
  height: 520px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(232, 236, 239, 0.18);
  border-radius: 9px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.11),
      rgba(255, 255, 255, 0.025)
    ),
    linear-gradient(145deg, rgba(18, 18, 18, 0.98), rgba(4, 4, 4, 0.98));
  box-shadow:
    0 30px 92px rgba(0, 0, 0, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  opacity: var(--flow-opacity, 0);
  filter: blur(var(--flow-blur, 0)) saturate(0.88) brightness(0.74);
  transform: translateX(calc(-50% + var(--flow-x, 0px)))
    translateZ(var(--flow-depth, 0px)) rotateY(var(--flow-rotate, 0deg))
    scale(var(--flow-scale, 0.8));
  transform-origin: 50% 50%;
  transition:
    width 0.42s cubic-bezier(0.2, 0.78, 0.18, 1),
    transform 0.42s cubic-bezier(0.2, 0.78, 0.18, 1),
    opacity 0.28s ease,
    filter 0.28s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  will-change: transform, opacity, filter;
}
.league-card:hover,
.league-card:focus-visible {
  border-color: rgba(232, 236, 239, 0.36);
  outline: none;
}
.league-card[aria-current="true"] {
  width: clamp(720px, 68vw, 930px);
  border-color: rgba(210, 178, 116, 0.5);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.12),
      rgba(255, 255, 255, 0.03)
    ),
    linear-gradient(145deg, rgb(18, 18, 18), rgb(4, 4, 4));
  filter: saturate(1.05) brightness(1);
  box-shadow:
    0 38px 140px rgba(0, 0, 0, 0.76),
    0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 82px rgba(210, 178, 116, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 0 80px rgba(210, 178, 116, 0.035);
}
.league-card-link {
  position: relative;
  display: grid;
  height: 100%;
  grid-template-rows: minmax(0, 1fr);
}
.league-image {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
}
.league-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(4, 4, 4, 0.04) 18%,
      rgba(4, 4, 4, 0.36) 48%,
      rgba(4, 4, 4, 0.9) 100%
    ),
    linear-gradient(
      90deg,
      rgba(4, 4, 4, 0.78) 0%,
      rgba(4, 4, 4, 0.42) 34%,
      rgba(4, 4, 4, 0.12) 62%,
      rgba(4, 4, 4, 0.3) 100%
    );
  pointer-events: none;
}
.league-card[aria-current="true"] .league-image::after {
  background:
    linear-gradient(
      90deg,
      rgba(3, 3, 3, 0.9) 0%,
      rgba(3, 3, 3, 0.68) 30%,
      rgba(3, 3, 3, 0.12) 62%,
      rgba(3, 3, 3, 0.32) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 4, 4, 0.12) 0%,
      rgba(4, 4, 4, 0.2) 56%,
      rgba(4, 4, 4, 0.78) 100%
    );
}
.league-card[aria-current="true"] .league-image {
  background:
    radial-gradient(
      circle at 72% 22%,
      rgba(210, 178, 116, 0.16),
      transparent 36%
    ),
    linear-gradient(145deg, rgb(18, 18, 18), rgb(4, 4, 4));
}
.league-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    118deg,
    transparent 0 35%,
    rgba(232, 236, 239, 0.16) 44%,
    transparent 54% 100%
  );
  opacity: 0;
  transform: translateX(-34%);
  transition:
    opacity 0.24s ease,
    transform 0.52s ease;
  pointer-events: none;
}
.league-card[aria-current="true"] .league-shine,
.league-card:hover .league-shine {
  opacity: 0.62;
  transform: translateX(18%);
}
.league-image img,
.staff-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: contrast(1.04) saturate(0.86);
  transform: scale(1.02);
  transition:
    transform 0.42s ease,
    filter 0.28s ease;
}
.league-card[aria-current="true"] .league-image img,
.league-card[aria-current="true"] .staff-image-placeholder {
  filter: contrast(1.06) saturate(1.02);
  transform: scale(1);
}
.league-card[aria-current="true"] .league-image img {
  object-position: center right;
}
.staff-image-placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 50% 26%,
      rgba(210, 178, 116, 0.34),
      transparent 32%
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 18px,
      rgba(255, 255, 255, 0.055) 18px 19px,
      transparent 19px 38px
    ),
    linear-gradient(145deg, rgba(22, 22, 22, 0.98), rgba(5, 5, 5, 0.98));
  color: var(--gold-soft);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(210, 178, 116, 0.28);
}
.league-grade,
.league-number {
  position: absolute;
  z-index: 2;
  top: 18px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.league-grade {
  left: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(210, 178, 116, 0.42);
  border-radius: 999px;
  background: rgba(9, 9, 9, 0.58);
  backdrop-filter: blur(14px);
  color: var(--gold-soft);
}
.league-number {
  right: 20px;
  color: rgba(238, 234, 226, 0.78);
}
.league-peek {
  position: absolute;
  right: 18px;
  bottom: 22px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 6px;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.76);
  transition: opacity 0.18s ease;
}
.league-peek strong {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.9;
}
.league-peek span {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.league-body {
  position: relative;
  z-index: 3;
  align-self: end;
  max-width: 390px;
  min-height: 100%;
  padding: 82px 36px 94px;
  display: grid;
  align-content: center;
  gap: 14px;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.22s ease,
    transform 0.28s ease;
  pointer-events: none;
}
.league-card[aria-current="true"] .league-body {
  opacity: 1;
  transform: translateY(0);
}
.league-card[aria-current="true"] .league-peek {
  opacity: 0;
}
.league-role,
.league-tagline {
  margin: 0;
}
.league-role {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.league-body h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.6vw, 82px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.82;
  text-transform: uppercase;
}
.league-tagline {
  max-width: 300px;
  color: rgba(238, 234, 226, 0.86);
  font-size: 14px;
  line-height: 1.55;
}
.league-stats {
  display: none;
}
.league-actions {
  position: absolute;
  right: auto;
  bottom: 36px;
  left: 36px;
  z-index: 4;
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    transform 0.28s ease;
}
.league-actions:empty {
  display: none;
}
.league-card[aria-current="true"] .league-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.league-meet,
.league-book {
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.league-meet {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.065);
  color: #f4efe8;
}
.league-book {
  border: 1px solid rgba(210, 178, 116, 0.56);
  background: linear-gradient(135deg, var(--gold), #e5c475);
  color: #0d0b08;
}
.staff-league-controls {
  position: absolute;
  top: auto;
  right: max(26px, calc((100vw - var(--shell)) / 2 + var(--gutter) * 0.4));
  bottom: auto;
  left: auto;
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  pointer-events: none;
  transform: translateY(-108px);
}
.staff-league-arrow {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(210, 178, 116, 0.44);
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 38% 22%,
      rgba(255, 246, 221, 0.24),
      transparent 32%
    ),
    linear-gradient(145deg, rgba(64, 51, 31, 0.98), rgba(9, 8, 7, 0.98));
  color: #f2e7d4;
  cursor: pointer;
  font: inherit;
  font-size: 22px;
  pointer-events: auto;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.62),
    0 0 30px rgba(210, 178, 116, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -18px 28px rgba(0, 0, 0, 0.22);
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.staff-league-arrow:hover {
  border-color: rgba(210, 178, 116, 0.68);
  background:
    linear-gradient(
      145deg,
      rgba(210, 178, 116, 0.42),
      rgba(255, 255, 255, 0.08)
    ),
    linear-gradient(145deg, rgba(26, 24, 21, 0.98), rgba(6, 6, 6, 0.98));
  transform: scale(1.04);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.68),
    0 0 34px rgba(210, 178, 116, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}
.staff-league-dots {
  display: none;
}
.staff-league-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition:
    width 0.18s ease,
    flex-basis 0.18s ease,
    background 0.18s ease;
}
.staff-league-dot.is-active {
  width: 28px;
  flex-basis: 28px;
  background: var(--gold);
}
@media (max-width: 1120px) {
  .staff-league-grid {
    min-height: 505px;
  }
  .league-card {
    width: clamp(260px, 28vw, 320px);
    height: 492px;
  }
  .league-card[aria-current="true"] {
    width: clamp(620px, 70vw, 760px);
  }
}
@media (max-width: 760px) {
  :root {
    --gutter: 19px;
  }
  .staff-league-shell {
    margin-inline: calc(var(--gutter) * -1);
    min-height: auto;
    padding: 18px 0 20px;
    border-block: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
      linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      radial-gradient(
        circle at 50% 18%,
        rgba(210, 178, 116, 0.12),
        transparent 48%
      ),
      rgba(5, 5, 5, 0.48);
    background-size:
      42px 42px,
      42px 42px,
      auto,
      auto;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: visible;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
  }
  .staff-league-shell::before,
  .staff-league-shell::after {
    display: none;
  }
  .staff-league-grid {
    min-height: 560px;
    display: flex;
    gap: 16px;
    padding: 0 max(var(--gutter), calc((100vw - min(84vw, 342px)) / 2)) 14px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: max(
      var(--gutter),
      calc((100vw - min(84vw, 342px)) / 2)
    );
    -webkit-overflow-scrolling: touch;
    cursor: auto;
    perspective: none;
    touch-action: pan-x pan-y pinch-zoom;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
  }
  .staff-league-grid::-webkit-scrollbar {
    display: none;
  }
  .league-card {
    position: relative;
    top: auto;
    left: auto;
    flex: 0 0 min(84vw, 342px);
    width: min(84vw, 342px);
    height: auto;
    min-height: 548px;
    border-radius: 9px;
    border-color: rgba(210, 178, 116, 0.26);
    box-shadow:
      0 28px 82px rgba(0, 0, 0, 0.62),
      0 0 36px rgba(210, 178, 116, 0.09),
      inset 0 1px 0 rgba(255, 255, 255, 0.14);
    transform: none;
    opacity: 1;
    filter: none;
    scroll-snap-align: center;
  }
  .league-card[aria-current="true"] {
    width: min(84vw, 342px);
  }
  .league-card-link,
  .league-image {
    min-height: 548px;
  }
  .league-image img,
  .staff-image-placeholder {
    height: 548px;
    min-height: 548px;
    object-position: center top;
  }
  .league-image::after,
  .league-card[aria-current="true"] .league-image::after {
    background:
      linear-gradient(
        180deg,
        rgba(4, 4, 4, 0.06) 0%,
        rgba(4, 4, 4, 0.3) 42%,
        rgba(4, 4, 4, 0.92) 100%
      ),
      linear-gradient(
        90deg,
        rgba(4, 4, 4, 0.54),
        transparent 58%,
        rgba(4, 4, 4, 0.28)
      );
  }
  .league-peek strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 38px;
    letter-spacing: -0.04em;
    line-height: 0.88;
    text-transform: uppercase;
  }
  .league-peek {
    right: 16px;
    bottom: 150px;
    left: 16px;
    display: grid;
    min-height: auto;
    justify-content: start;
    gap: 5px;
  }
  .league-peek span {
    display: block;
  }
  .league-grade {
    right: auto;
    left: 16px;
    padding: 7px 10px;
    text-align: left;
  }
  .league-number {
    right: 17px;
    left: auto;
    top: 16px;
    transform: none;
  }
  .league-card[aria-current="true"] .league-peek {
    opacity: 1;
  }
  .league-body {
    display: none;
  }
  .league-actions {
    right: 16px;
    bottom: 18px;
    left: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
  .league-meet,
  .league-book {
    min-height: 42px;
    padding: 0 12px;
    flex: 1 1 0;
    font-size: 10px;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
  .league-book {
    box-shadow: 0 10px 28px rgba(187, 149, 87, 0.18);
  }
  .staff-league-controls {
    position: static;
    transform: none;
    margin-top: 12px;
    padding-inline: var(--gutter);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .staff-league-arrow {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(210, 178, 116, 0.44);
    border-radius: 50%;
    background:
      radial-gradient(
        circle at 38% 22%,
        rgba(255, 246, 221, 0.18),
        transparent 32%
      ),
      linear-gradient(145deg, rgba(42, 34, 22, 0.98), rgba(6, 6, 6, 0.98));
    color: #f2e7d4;
    cursor: pointer;
    font: inherit;
    font-size: 18px;
    pointer-events: auto;
    box-shadow:
      0 12px 32px rgba(0, 0, 0, 0.5),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }
  .staff-league-controls .staff-league-arrow {
    display: none;
  }
  .staff-league-dots {
    min-width: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    overflow: hidden;
  }
  .staff-league-dot {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    cursor: pointer;
  }
  .staff-league-dot.is-active {
    width: 20px;
    flex-basis: 20px;
    background: var(--gold);
  }
}
.engineer-funnel {
  display: grid;
  grid-template-columns: minmax(320px, 0.55fr) minmax(0, 1.45fr);
  gap: 18px;
  align-items: start;
}
.funnel-copy {
  position: sticky;
  top: 110px;
  min-height: 620px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.062),
      rgba(255, 255, 255, 0.018)
    ),
    linear-gradient(145deg, rgba(20, 20, 20, 0.96), rgba(5, 5, 5, 0.96));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}
.funnel-copy h2 {
  margin-bottom: 18px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.96;
}
.funnel-copy p:not(.eyebrow) {
  margin-bottom: 24px;
  max-width: 520px;
  color: #c6c0b6;
  font-size: 16px;
  line-height: 1.72;
}
.funnel-trust-strip {
  margin: auto 0 24px;
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(210, 178, 116, 0.16);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
}
.funnel-trust-strip span {
  min-height: 58px;
  padding: 13px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
  color: #d8d2c8;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.funnel-trust-strip strong {
  color: var(--gold-soft);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.funnel-trust-strip span:last-child {
  border-bottom: 0;
}
.funnel-panel {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(210, 178, 116, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.012)
    ),
    #070707;
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.48);
}
.funnel-panel-head {
  min-height: 70px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(
      90deg,
      rgba(187, 149, 87, 0.12),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(255, 255, 255, 0.018);
}
.funnel-panel-head span {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.funnel-panel-head strong {
  color: #eee8df;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.funnel-progress {
  margin: 0;
  padding: 18px 22px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.018);
}
.funnel-progress-head {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.funnel-progress-head span,
.funnel-selected-path span {
  color: #9e978d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.funnel-progress-head strong {
  color: #f0ebe2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.funnel-progress-track {
  height: 4px;
  overflow: hidden;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
}
.funnel-progress-track span {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  transition: width 0.25s ease;
}
.funnel-selected-path {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.funnel-selected-path span {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.025);
}
.funnel-selected-path span.is-active {
  border-color: rgba(210, 178, 116, 0.34);
  background: rgba(187, 149, 87, 0.11);
  color: var(--gold-soft);
}
.funnel-step + .funnel-step {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.funnel-results {
  border-top: 1px solid rgba(210, 178, 116, 0.18);
}
.funnel-step {
  padding: 22px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.016);
}
.funnel-step-heading,
.funnel-results-heading {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.funnel-step-heading span,
.funnel-results-heading span {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.funnel-step-heading strong,
.funnel-results-heading strong {
  color: #f0ebe2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}
.funnel-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.funnel-option {
  min-height: 58px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 4px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.045),
    rgba(255, 255, 255, 0.018)
  );
  color: #d8d2c8;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.funnel-option:hover,
.funnel-option.is-selected {
  border-color: rgba(210, 178, 116, 0.58);
  background: linear-gradient(
    180deg,
    rgba(187, 149, 87, 0.18),
    rgba(187, 149, 87, 0.07)
  );
  color: var(--gold-soft);
  transform: translateY(-1px);
}
.funnel-step-note {
  margin-top: 12px;
  color: #9f998f;
  font-size: 12px;
}
.funnel-empty {
  min-height: 220px;
  padding: 30px;
  display: grid;
  place-items: center;
  gap: 5px;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  text-align: center;
}
.funnel-empty strong {
  color: #f0ebe2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.funnel-recommendation-stack {
  padding: 0 22px 22px;
  display: grid;
  gap: 14px;
}
.funnel-results-heading {
  padding: 22px 22px 0;
}
.funnel-best-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(300px, 1.08fr);
  border: 1px solid rgba(210, 178, 116, 0.34);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 26% 10%,
      rgba(210, 178, 116, 0.2),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.085),
      rgba(255, 255, 255, 0.012) 54%
    ),
    #080808;
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.54),
    0 0 42px rgba(187, 149, 87, 0.1);
}
.funnel-best-photo {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #070707;
}
.funnel-best-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 42%, rgba(8, 8, 8, 0.72)),
    linear-gradient(0deg, rgba(7, 7, 7, 0.78), transparent 48%);
  pointer-events: none;
}
.funnel-best-label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(210, 178, 116, 0.55);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.78);
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}
.funnel-persona-badge {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  max-width: calc(100% - 28px);
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.74);
  color: #f0ebe2;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}
.funnel-best-body {
  min-width: 0;
  padding: 42px;
  display: grid;
  align-content: center;
  gap: 18px;
}
.funnel-match-kicker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.funnel-match-kicker span,
.funnel-match-kicker strong,
.funnel-match-kicker em {
  width: fit-content;
  padding: 6px 9px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.funnel-match-kicker span {
  border: 1px solid rgba(210, 178, 116, 0.35);
  background: rgba(187, 149, 87, 0.12);
  color: var(--gold-soft);
}
.funnel-match-kicker strong {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #d9d3ca;
}
.funnel-match-kicker em {
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #aaa39a;
  font-style: normal;
  letter-spacing: 0.08em;
}
.funnel-best-body h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(48px, 7vw, 86px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.86;
}
.funnel-best-bio {
  max-width: 560px;
  color: #d0c8bd;
  font-size: 16px;
  line-height: 1.65;
}
.funnel-best-reasons {
  padding: 17px;
  border: 1px solid rgba(210, 178, 116, 0.18);
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    rgba(187, 149, 87, 0.14),
    rgba(255, 255, 255, 0.035)
  );
}
.funnel-best-reasons ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  list-style: none;
}
.funnel-best-reasons li {
  min-height: 36px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.18);
  color: #efe7da;
  font-size: 12px;
  font-weight: 800;
}
.funnel-next-step {
  padding: 16px;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}
.funnel-next-step strong {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.funnel-next-step span {
  color: #d8d2c8;
  font-size: 13px;
}
.funnel-also {
  padding-top: 4px;
}
.funnel-also-heading {
  margin: 4px 0 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #d8d2c8;
}
.funnel-also-heading span {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.funnel-also-heading strong {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}
.funnel-also-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.funnel-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(
      150deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.015)
    ),
    #0c0c0d;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32);
}
.funnel-also-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  opacity: 0.92;
}
.funnel-card-photo {
  position: relative;
  height: 100%;
  min-height: 238px;
  overflow: hidden;
  background: #080808;
}
.funnel-card-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 7, 7, 0.74), transparent 48%);
  pointer-events: none;
}
.funnel-tier-badge {
  position: absolute;
  z-index: 1;
  left: 14px;
  bottom: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(210, 178, 116, 0.45);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.74);
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.funnel-card-body {
  min-width: 0;
  padding: 18px;
  display: grid;
  gap: 11px;
}
.funnel-card-role {
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.funnel-card h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
}
.funnel-card-body > p {
  color: #bbb5ac;
  font-size: 13px;
}
.funnel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.funnel-tag {
  padding: 6px 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.045);
  color: #d8d2c8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.funnel-match-note {
  padding: 13px;
  display: grid;
  gap: 5px;
  border: 1px solid rgba(210, 178, 116, 0.18);
  border-radius: 8px;
  background: rgba(187, 149, 87, 0.075);
}
.funnel-match-note strong {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.funnel-match-note span {
  color: #d8d2c8;
  font-size: 13px;
}
.funnel-card-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
}
.funnel-card-actions .btn,
.funnel-icon-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.funnel-card-actions .btn {
  padding: 0 12px;
  font-size: 10px;
}
.funnel-icon-button {
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  color: #d8d2c8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.funnel-booking-help {
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border: 1px solid rgba(210, 178, 116, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(
      90deg,
      rgba(187, 149, 87, 0.11),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(8, 8, 8, 0.62);
}
.funnel-booking-help div {
  display: grid;
  gap: 5px;
}
.funnel-booking-help strong {
  color: #f0ebe2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.funnel-booking-help span {
  max-width: 680px;
  color: #bcb5aa;
  font-size: 13px;
}
.funnel-booking-help .btn {
  min-width: 190px;
}
.session-builder {
  position: relative;
  min-height: min(820px, calc(100vh - 118px));
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.012)
    ),
    #060606;
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.56);
}
.session-builder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.96),
      rgba(5, 5, 5, 0.62),
      rgba(5, 5, 5, 0.94)
    ),
    var(--builder-bg, url("images/studio-a-control-new.jpg")) center / cover;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.04);
  transition:
    background 0.32s ease,
    transform 0.7s ease;
}
.session-builder::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(210, 178, 116, 0.2),
      transparent 26%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 255, 255, 0.07),
      transparent 22%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.62));
  pointer-events: none;
}
.builder-topline,
.builder-result-head {
  position: relative;
  z-index: 1;
  min-height: 72px;
  padding: 18px clamp(18px, 4vw, 34px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(8, 8, 8, 0.34);
  backdrop-filter: blur(18px);
}
.builder-topline > span,
.builder-secondary-head span {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.builder-progress {
  display: flex;
  align-items: center;
  gap: 8px;
}
.builder-progress span {
  width: clamp(34px, 6vw, 62px);
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.18);
}
.builder-progress span.is-active {
  background: linear-gradient(90deg, var(--gold), var(--gold-soft));
  box-shadow: 0 0 26px rgba(210, 178, 116, 0.22);
}
.builder-stage {
  position: relative;
  z-index: 1;
  min-height: calc(min(820px, 100vh - 118px) - 72px);
  padding: clamp(26px, 5vw, 56px);
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: clamp(24px, 4vw, 42px);
}
.builder-copy {
  max-width: 760px;
  animation: builderFadeUp 0.34s ease both;
}
.builder-copy h2,
.builder-result-head h2 {
  max-width: 760px;
  margin-top: 8px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(44px, 7vw, 86px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.9;
}
.builder-copy p:not(.eyebrow) {
  max-width: 560px;
  margin-top: 18px;
  color: #d6d0c6;
  font-size: 16px;
}
.builder-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-content: end;
}
.builder-choice-card {
  position: relative;
  min-height: clamp(170px, 22vw, 260px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(5, 5, 5, 0.82)),
    var(--choice-image) center / cover;
  color: #f3eee6;
  text-align: left;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.36);
  transform: translateY(0);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    filter 0.24s ease;
}
.builder-choice-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.78)),
    radial-gradient(
      circle at 20% 0%,
      rgba(210, 178, 116, 0.22),
      transparent 35%
    );
  opacity: 0.86;
  transition: opacity 0.24s ease;
}
.builder-choice-card strong,
.builder-choice-card em {
  position: relative;
  z-index: 1;
}
.builder-choice-card strong {
  max-width: 95%;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.95;
}
.builder-choice-card em {
  margin-top: 10px;
  color: #cfc8bd;
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.builder-choice-card:hover,
.builder-choice-card:focus-visible {
  outline: 0;
  border-color: rgba(210, 178, 116, 0.68);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.54),
    0 0 40px rgba(187, 149, 87, 0.15);
  filter: saturate(1.07);
  transform: translateY(-5px);
}
.builder-footer {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #aaa39a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.builder-back {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #e7dfd3;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.builder-loading {
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  gap: 18px;
  text-align: center;
}
.builder-loading span {
  width: 78px;
  height: 78px;
  border: 1px solid rgba(210, 178, 116, 0.25);
  border-top-color: var(--gold);
  border-radius: 50%;
  animation: builderSpin 0.95s linear infinite;
}
.builder-loading p {
  color: #f3eee6;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(34px, 6vw, 68px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.94;
}
.builder-loading em {
  max-width: 420px;
  color: #bdb5aa;
  font-style: normal;
}
.session-builder.is-result {
  padding-bottom: 94px;
}
.session-builder.is-result::before {
  opacity: 0.32;
}
.builder-result-head {
  align-items: end;
}
.builder-summary {
  padding: 18px clamp(18px, 4vw, 34px);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.builder-summary span,
.builder-badge {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: #d8d2c8;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.builder-result-card {
  margin: 0 clamp(18px, 4vw, 34px) 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  border: 1px solid rgba(210, 178, 116, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(5, 5, 5, 0.84);
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.54);
}
.builder-result-media {
  position: relative;
  min-height: 560px;
  overflow: hidden;
}
.builder-result-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 45%);
}
.builder-result-photo {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}
.builder-result-media span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.builder-result-copy {
  padding: clamp(28px, 5vw, 52px);
  display: grid;
  align-content: center;
  gap: 16px;
}
.builder-result-copy h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(52px, 8vw, 104px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.84;
}
.builder-result-role {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.builder-result-why {
  max-width: 560px;
  color: #d7d0c5;
  font-size: 16px;
  line-height: 1.65;
}
.builder-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.builder-result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.builder-result-actions .btn,
.builder-result-actions .funnel-icon-button {
  min-height: 48px;
}
.builder-room-grid {
  margin: 0 clamp(18px, 4vw, 34px) 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.builder-room-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(220px, 0.82fr) auto;
  border: 1px solid rgba(210, 178, 116, 0.3);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(5, 5, 5, 0.84);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}
.builder-room-media {
  position: relative;
  min-height: 240px;
  overflow: hidden;
}
.builder-room-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 50%);
}
.builder-room-media img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  transform: scale(1.02);
}
.builder-room-media span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 1;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.builder-room-copy {
  padding: clamp(20px, 3vw, 28px);
  display: grid;
  gap: 12px;
}
.builder-room-copy h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
}
.builder-room-copy p {
  color: #d7d0c5;
  font-size: 14px;
  line-height: 1.5;
}
.builder-room-copy .btn {
  width: 100%;
}
.builder-secondary {
  padding: 0 clamp(18px, 4vw, 34px) 34px;
}
.builder-secondary-head {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.builder-secondary-head strong {
  color: #f0ebe2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.builder-secondary-scroll {
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 12px;
}
.builder-secondary-card {
  min-width: 0;
  padding: 10px;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(16px);
}
.builder-secondary-photo {
  width: 82px;
  height: 82px;
  border-radius: 6px;
  object-fit: cover;
}
.builder-secondary-card strong {
  display: block;
  color: #f0ebe2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
}
.builder-secondary-card span {
  color: #aaa39a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.builder-mini-book {
  grid-column: 1 / -1;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(187, 149, 87, 0.14);
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.builder-sticky-cta {
  position: sticky;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  margin: 0 clamp(18px, 4vw, 34px) 24px;
  padding: 10px;
  display: flex;
  gap: 10px;
  border: 1px solid rgba(210, 178, 116, 0.22);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.74);
  backdrop-filter: blur(22px);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.48);
}
.builder-sticky-cta .btn {
  flex: 1 1 0;
}
@keyframes builderFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes builderSpin {
  to {
    transform: rotate(360deg);
  }
}
.profile-route {
  min-height: calc(100svh - 110px);
}
.profile-player-stats {
  max-width: 570px;
  margin-bottom: 35px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}
.profile-player-stat {
  padding: 15px;
  display: grid;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.profile-player-stat span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.profile-player-stat strong {
  font-size: 13px;
  font-weight: 500;
}
.video-gallery {
  scroll-margin-top: 96px;
  display: grid;
  gap: 22px;
}
.video-gallery-head {
  position: relative;
  padding-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(280px, 0.42fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: end;
}
.video-gallery-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(172px, 28vw);
  height: 1px;
  background: linear-gradient(90deg, var(--gold-soft), transparent);
}
.video-gallery-head h2 {
  margin-top: 8px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 78px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.92;
}
.video-gallery-head p:not(.eyebrow) {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left-color: rgba(210, 178, 116, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(0, 0, 0, 0.14);
  color: #c8c1b6;
  font-size: 15px;
  line-height: 1.65;
}
.video-gallery-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(220px, 0.64fr));
  grid-auto-rows: minmax(230px, 1fr);
  gap: 14px;
}
.video-gallery-card {
  position: relative;
  min-height: 260px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #070707;
  color: #f4eee5;
  text-align: left;
  box-shadow: 0 22px 72px rgba(0, 0, 0, 0.38);
  transform: translateY(0);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    filter 0.24s ease,
    box-shadow 0.24s ease;
}
.video-gallery-card-featured {
  grid-row: span 2;
  min-height: 530px;
}
.video-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.72)),
    radial-gradient(
      circle at 22% 18%,
      rgba(210, 178, 116, 0.18),
      transparent 35%
    );
  pointer-events: none;
}
.video-gallery-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.06) brightness(0.88);
  transform: scale(1.01);
  transition:
    transform 0.55s ease,
    filter 0.24s ease;
}
.video-gallery-card:hover,
.video-gallery-card:focus-visible {
  outline: 0;
  border-color: rgba(210, 178, 116, 0.58);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.52),
    0 0 42px rgba(187, 149, 87, 0.12);
  filter: saturate(1.08);
  transform: translateY(-4px);
}
.video-gallery-card:hover img,
.video-gallery-card:focus-visible img {
  filter: saturate(1) contrast(1.08) brightness(0.96);
  transform: scale(1.055);
}
.video-play-mark {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(8, 8, 8, 0.68);
  backdrop-filter: blur(14px);
}
.video-play-mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--gold-soft);
  transform: translate(-38%, -50%);
}
.video-card-copy {
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
  display: grid;
  gap: 8px;
}
.video-card-copy em {
  color: var(--gold-soft);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.video-card-copy strong {
  max-width: 640px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.94;
}
.video-gallery-card-featured .video-card-copy strong {
  font-size: clamp(46px, 6vw, 82px);
  letter-spacing: -0.08em;
}
.video-gallery-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.video-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  padding: clamp(18px, 4vw, 46px);
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(18px);
}
.video-lightbox.is-visible {
  display: grid;
}
.video-lightbox-panel {
  width: min(980px, 100%);
  max-height: min(82vh, 760px);
  display: grid;
  gap: 14px;
}
.video-lightbox-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #f4eee5;
}
.video-lightbox-title {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.video-lightbox-close {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #f4eee5;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.video-lightbox video {
  width: 100%;
  max-height: min(74vh, 700px);
  display: block;
  border: 1px solid rgba(210, 178, 116, 0.28);
  border-radius: 8px;
  background: #050505;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.66);
}
.final-cta {
  padding: 66px 0 114px;
}
.lead-capture {
  position: relative;
  scroll-margin-top: 28px;
  padding: clamp(24px, 4vw, 44px);
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(22px, 4vw, 54px);
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 31px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(187, 149, 87, 0.18),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.012)
    ),
    url("images/hero-studio-b-control.jpg") center / cover;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
}
.lead-capture::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5, 5, 5, 0.96),
    rgba(5, 5, 5, 0.78) 48%,
    rgba(5, 5, 5, 0.58)
  );
}
.lead-copy,
.lead-form {
  position: relative;
  z-index: 1;
}
.lead-copy {
  padding: clamp(20px, 3vw, 34px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lead-copy h2 {
  max-width: 650px;
  margin-bottom: 24px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(38px, 5.7vw, 70px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.96;
}
.lead-copy p:not(.eyebrow) {
  max-width: 520px;
  margin-bottom: 31px;
  color: #c4bfb6;
}
.lead-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.lead-proof {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.lead-proof span {
  padding: 9px 11px;
  border: 1px solid rgba(210, 178, 116, 0.24);
  border-radius: 999px;
  background: rgba(187, 149, 87, 0.08);
  color: #d8d1c5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lead-form {
  background: rgba(12, 12, 13, 0.82);
  backdrop-filter: blur(16px);
}
.cta-card {
  position: relative;
  min-height: 430px;
  padding: clamp(38px, 7vw, 78px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.42)),
    url("images/hero-studio-b-control.jpg") center / cover;
}
.cta-card h2 {
  max-width: 600px;
  margin-bottom: 25px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.96;
}
.cta-card p:not(.eyebrow) {
  max-width: 410px;
  margin-bottom: 32px;
  color: #bbb6ad;
}
.footer {
  border-top: 1px solid var(--line);
  padding: 66px 0 30px;
}
.footer-grid {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: minmax(240px, 1.25fr) repeat(4, minmax(140px, 0.8fr));
  gap: 34px;
}
.footer-blurb {
  max-width: 340px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
}
.footer h3 {
  margin-bottom: 18px;
  color: #827d74;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer-links {
  display: grid;
  gap: 12px;
  color: #c5c0b7;
  font-size: 14px;
}
.footer-bottom {
  padding-top: 27px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  color: #777268;
  font-size: 12px;
}
.sticky-booking {
  position: fixed;
  z-index: 15;
  right: 26px;
  bottom: max(25px, env(safe-area-inset-bottom));
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(10, 10, 10, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0.24s ease;
}
.sticky-booking.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  pointer-events: none;
}
.sticky-booking .phone {
  padding: 0 17px;
  color: #bcb7ae;
  font-size: 13px;
}
.sticky-booking-note {
  display: none;
  color: #d7c8ad;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.urgency-note {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.urgency-note span {
  min-height: 34px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(210, 178, 116, 0.24);
  border-radius: 999px;
  background: rgba(187, 149, 87, 0.08);
  color: #d7c8ad;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}
.urgency-note + .btn {
  margin-top: 18px;
}
.exit-offer {
  position: fixed;
  z-index: 60;
  inset: 0;
  padding: 24px;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.66);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}
.exit-offer.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.exit-offer-panel {
  position: relative;
  width: min(100%, 520px);
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(210, 178, 116, 0.3);
  border-radius: 20px;
  background: linear-gradient(145deg, #151516, #080808);
  box-shadow: var(--shadow);
}
.exit-offer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: var(--platinum);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.exit-offer h2 {
  max-width: 420px;
  margin: 8px 0 15px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(34px, 7vw, 54px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.96;
}
.exit-offer p {
  color: #c5c0b7;
}
.exit-offer strong {
  color: var(--gold-soft);
}
.exit-offer-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.exit-offer-note {
  margin-top: 15px;
  color: var(--muted);
  font-size: 12px;
}
.inner-hero {
  padding: 166px 0 63px;
}
.breadcrumbs {
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.6;
  text-transform: uppercase;
}
.breadcrumbs a {
  color: #d8d2c7;
  transition: color 0.2s ease;
}
.breadcrumbs a:hover {
  color: var(--gold-soft);
}
.breadcrumbs span[aria-current="page"] {
  color: var(--gold-soft);
}
.inner-hero h1 {
  max-width: 880px;
  margin-bottom: 24px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(52px, 7.8vw, 98px);
  font-weight: 500;
  letter-spacing: -0.078em;
  line-height: 0.93;
}
.inner-hero .lead {
  max-width: 580px;
  color: var(--muted);
  font-size: 17px;
}
.booking-grid {
  padding: 0 0 102px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
}
.booking-visual {
  min-height: 650px;
  aspect-ratio: 4 / 5;
  border-radius: 25px;
  overflow: hidden;
}
.booking-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-panel {
  padding: clamp(30px, 4vw, 52px);
}
.booking-panel h2 {
  margin-bottom: 17px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(33px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1.02;
}
.booking-panel > p:not(.eyebrow) {
  margin-bottom: 32px;
  color: var(--muted);
}
.booking-panel .btn {
  width: 100%;
  margin-bottom: 35px;
}
.session-options {
  display: grid;
  gap: 12px;
}
.session-card {
  padding: 20px 22px;
}
.session-card-featured {
  border-color: rgba(210, 178, 116, 0.22);
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(187, 149, 87, 0.12),
      transparent 34%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.014)
    );
}
.session-card > span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.session-card h3 {
  margin-bottom: 6px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 19px;
  font-weight: 500;
}
.session-card p {
  color: var(--muted);
  font-size: 13px;
}
.session-card .text-link {
  margin-top: 14px;
  display: inline-flex;
}
.booking-note {
  margin-top: 29px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: #89847b;
  font-size: 12px;
}
.booking-note + .booking-note {
  margin-top: 14px;
  padding-top: 0;
  border-top: 0;
}
.booking-path-section {
  padding: 120px 0 104px;
}
.booking-funnel-intro {
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.42fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: end;
  border: 1px solid rgba(210, 178, 116, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(210, 178, 116, 0.12),
      rgba(255, 255, 255, 0.025)
    ),
    rgba(255, 255, 255, 0.035);
}
.booking-funnel-intro h2 {
  margin-top: 8px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(36px, 5.4vw, 68px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.92;
}
.booking-funnel-intro p:not(.eyebrow) {
  color: #d1c9bd;
  font-size: 15px;
  line-height: 1.65;
}
.booking-policy-note {
  margin-top: 18px;
  color: #8f897f;
  font-size: 12px;
  text-align: center;
}
.profile-grid {
  padding: 150px 0 103px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(32px, 7vw, 88px);
  align-items: start;
}
.profile-photo {
  aspect-ratio: 0.84;
  overflow: hidden;
  border-radius: 25px;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile-copy h1 {
  margin-bottom: 9px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(55px, 7vw, 94px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.94;
}
.profile-role {
  margin-bottom: 31px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}
.profile-copy .bio {
  max-width: 570px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 17px;
}
.profile-stat {
  width: fit-content;
  margin-bottom: 36px;
  padding: 18px 24px;
  border: 1px solid rgba(187, 149, 87, 0.35);
  border-radius: 14px;
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.profile-booking-fit {
  max-width: 690px;
  margin-top: 22px;
  padding: 22px;
  border: 1px solid rgba(210, 178, 116, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(187, 149, 87, 0.14),
      transparent 36%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.014)
    );
}
.profile-booking-widget {
  max-width: 690px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.025);
}
.profile-booking-widget iframe {
  width: 100%;
  min-height: 620px;
  border: 0;
  background: #090909;
}
.profile-booking-widget .booking-embed-note {
  margin: 0;
  padding: 18px 22px;
  color: #b8b2a5;
  font-size: 13px;
  line-height: 1.6;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 15, 15, 0.65);
}
.profile-booking-widget .booking-embed-note a {
  color: var(--gold-soft);
  font-weight: 800;
}
.profile-authority-pill {
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(210, 178, 116, 0.4);
  border-radius: 999px;
  background: rgba(187, 149, 87, 0.12);
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.profile-authority-pill span {
  color: #f3e2ba;
}
.profile-booking-fit h2 {
  margin-bottom: 14px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 1;
}
.profile-booking-fit ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.profile-booking-fit li {
  position: relative;
  padding-left: 25px;
  color: #d5cec2;
  font-size: 14px;
  line-height: 1.55;
}
.profile-booking-fit li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(210, 178, 116, 0.4);
}
.profile-booking-fit p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}
.profile-instagram {
  max-width: 570px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}
.profile-instagram-head {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.profile-instagram-head span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.profile-instagram-head strong {
  color: #eeeae2;
  font-size: 13px;
  font-weight: 600;
}
.profile-instagram iframe {
  width: 100%;
  height: 430px;
  display: block;
  border: 0;
  background: #0a0a0a;
}
.profile-instagram > a {
  padding: 14px 18px;
  display: block;
  border-top: 1px solid var(--line);
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.profile-badge-panel,
.profile-faq-panel {
  max-width: 690px;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.025);
}
.profile-panel-heading {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.profile-panel-heading span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.profile-panel-heading strong {
  color: #eeeae2;
  font-size: 13px;
  font-weight: 650;
}
.profile-badge-panel {
  padding-bottom: 18px;
}
.profile-badges {
  padding: 18px 18px 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.profile-badge {
  position: relative;
  min-height: 68px;
  padding: 12px 13px 12px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(210, 178, 116, 0.22);
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.01)
    ),
    rgba(187, 149, 87, 0.07);
  color: #e8dfcf;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.profile-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 38%,
    transparent 62%
  );
  opacity: 0.7;
  pointer-events: none;
}
.profile-badge-medal {
  position: relative;
  z-index: 1;
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0d0d0d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.035),
    0 14px 26px rgba(0, 0, 0, 0.36);
}
.profile-badge-name {
  position: relative;
  z-index: 1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-transform: uppercase;
}
.profile-badge-hof {
  border-color: rgba(236, 206, 139, 0.48);
  background:
    radial-gradient(
      circle at 12% 12%,
      rgba(255, 245, 188, 0.18),
      transparent 32%
    ),
    linear-gradient(
      135deg,
      rgba(187, 149, 87, 0.24),
      rgba(255, 255, 255, 0.035)
    );
}
.profile-badge-hof .profile-badge-medal {
  background: linear-gradient(145deg, #fff2bf, #bb9557 55%, #71501f);
}
.profile-badge-gold .profile-badge-medal {
  background: linear-gradient(145deg, #f8df9b, #bb9557 58%, #6d4a1a);
}
.profile-badge-silver .profile-badge-medal {
  background: linear-gradient(145deg, #f4f1e7, #9f9c95 58%, #4c4a46);
}
.profile-badge-core .profile-badge-medal {
  background: linear-gradient(145deg, #d6c3a2, #8e7041 58%, #3c2c17);
}
.profile-badge-panel p {
  padding: 14px 18px 0;
  color: var(--muted);
  font-size: 13px;
}
.profile-faq-panel {
  max-width: 690px;
}
.profile-faq-list {
  display: grid;
}
.profile-faq-item {
  border-top: 1px solid var(--line);
}
.profile-faq-item:first-child {
  border-top: 0;
}
.profile-faq-item summary {
  min-height: 58px;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #eeeae2;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}
.profile-faq-item summary::-webkit-details-marker {
  display: none;
}
.profile-faq-item summary::after {
  content: "+";
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(210, 178, 116, 0.24);
  border-radius: 50%;
  color: var(--gold-soft);
  font-size: 16px;
  line-height: 1;
}
.profile-faq-item[open] summary::after {
  content: "-";
}
.profile-faq-item p {
  margin: -4px 0 0;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.credit-pills {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.discography-hero {
  position: relative;
  min-height: max(100svh, 850px);
  padding: 128px 0 42px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.discography-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.055) 0 1px,
      transparent 1px 20%
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0 1px,
      transparent 1px 94px
    );
  opacity: 0.26;
  pointer-events: none;
}
.discography-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 72% 32%,
      rgba(187, 149, 87, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at 18% 72%,
      rgba(238, 234, 226, 0.08),
      transparent 27%
    ),
    linear-gradient(
      90deg,
      rgba(5, 5, 5, 0.98),
      rgba(5, 5, 5, 0.72) 47%,
      rgba(5, 5, 5, 0.9)
    ),
    url("images/studio-a-control-new.jpg") center / cover;
  filter: saturate(0.82) contrast(1.06);
}
.discography-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, var(--void));
}
.discography-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.72fr);
  gap: clamp(36px, 7vw, 96px);
  align-items: center;
}
.discography-copy h1 {
  max-width: 860px;
  margin-bottom: 28px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(52px, 5.8vw, 94px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.92;
}
.discography-copy .lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: #d0cbc1;
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.55;
}
.discography-rank {
  width: fit-content;
  margin-bottom: 24px;
  padding: 11px 15px;
  border: 1px solid rgba(210, 178, 116, 0.45);
  border-radius: 999px;
  background: rgba(187, 149, 87, 0.14);
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.discography-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background: #101010;
  box-shadow: 0 42px 110px rgba(0, 0, 0, 0.56);
}
.discography-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.14) 45%,
      rgba(0, 0, 0, 0.82)
    ),
    linear-gradient(135deg, rgba(210, 178, 116, 0.26), transparent 38%);
  pointer-events: none;
}
.discography-card img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  object-fit: cover;
  object-position: center top;
  filter: saturate(0.95) contrast(1.05);
}
.discography-card-copy {
  position: absolute;
  right: 28px;
  bottom: 28px;
  left: 28px;
  z-index: 2;
}
.discography-card-copy span,
.discography-orbit span {
  display: block;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.discography-card-copy strong {
  display: block;
  margin-top: 7px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 66px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.95;
}
.discography-orbit {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
  display: grid;
  gap: 8px;
}
.discography-orbit span {
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(6, 6, 6, 0.58);
  backdrop-filter: blur(12px);
  color: #eeeae2;
  text-align: right;
}
.discography-ticker {
  position: relative;
  z-index: 1;
  margin-top: 58px;
  padding: 18px 0;
  display: flex;
  gap: 12px;
  overflow-x: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.discography-ticker span {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #cfc9bf;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.discography-stat-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.discography-artist-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.discography-artist-grid article {
  min-height: 160px;
  padding: 16px 12px;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(187, 149, 87, 0.12),
      transparent 45%
    ),
    rgba(255, 255, 255, 0.035);
  text-align: center;
}
.discography-artist-grid img {
  width: 82px;
  height: 82px;
  border: 1px solid rgba(210, 178, 116, 0.38);
  border-radius: 50%;
  object-fit: cover;
  background: #0a0a0a;
}
.discography-artist-grid .artist-credit-mark {
  width: 82px;
  height: 82px;
  font-size: 25px;
}
.discography-artist-grid span:not(.artist-credit-mark) {
  color: #eeeae2;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.discography-stat {
  min-height: 255px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 88% 12%,
      rgba(187, 149, 87, 0.12),
      transparent 36%
    ),
    rgba(255, 255, 255, 0.035);
}
.discography-stat.is-featured {
  background:
    radial-gradient(
      circle at 80% 10%,
      rgba(210, 178, 116, 0.28),
      transparent 35%
    ),
    linear-gradient(
      145deg,
      rgba(187, 149, 87, 0.18),
      rgba(255, 255, 255, 0.035)
    );
}
.discography-stat span,
.discography-row span,
.elite-standard article span {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.discography-stat strong {
  margin: 24px 0 18px;
  display: block;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(42px, 5.4vw, 82px);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.9;
}
.discography-stat p,
.discography-row p,
.discography-panel p,
.elite-standard article p {
  color: var(--muted);
}
.discography-layout .section-heading {
  margin-bottom: 28px;
}
.discography-list {
  display: grid;
  gap: 12px;
}
.discography-row {
  min-height: 118px;
  padding: 24px;
  display: grid;
  grid-template-columns: 0.72fr 1fr auto;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}
.discography-row h3 {
  margin-top: 8px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}
.discography-row strong {
  padding: 12px 14px;
  border-radius: 999px;
  background: rgba(187, 149, 87, 0.14);
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.discography-split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 24px;
  align-items: stretch;
}
.discography-panel,
.discography-proof,
.elite-standard {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(187, 149, 87, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.035);
}
.discography-panel {
  padding: 38px;
}
.discography-panel h2 {
  margin-bottom: 22px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.95;
}
.discography-proof {
  padding: 24px;
  display: grid;
  gap: 12px;
}
.discography-proof span {
  min-height: 74px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.18);
  color: #e7e1d6;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(20px, 2.7vw, 34px);
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.elite-standard {
  padding: 38px;
}
.elite-standard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.elite-standard article {
  min-height: 230px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.16);
}
.elite-standard h3 {
  margin: 24px 0 12px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}
.section-actions {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.tour-promo {
  display: grid;
  grid-template-columns: 0.94fr 1.06fr;
  align-items: center;
  gap: 48px;
}
.tour-promo-media {
  height: 510px;
  overflow: hidden;
  border-radius: 26px;
}
.tour-promo-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-promo h2 {
  max-width: 520px;
  margin-bottom: 22px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(40px, 5vw, 63px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.98;
}
.tour-promo-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin-bottom: 34px;
  color: var(--muted);
}
.tour-promo-copy > p:not(.eyebrow),
.proof-card > p:not(.eyebrow) {
  padding: 18px 0 18px 22px;
  border-left: 1px solid rgba(210, 178, 116, 0.52);
  background: linear-gradient(
    90deg,
    rgba(210, 178, 116, 0.13),
    rgba(210, 178, 116, 0.045) 48%,
    transparent 88%
  );
  color: #eee8de;
  font-weight: 650;
  line-height: 1.72;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.78),
    0 0 24px rgba(0, 0, 0, 0.52);
}
.room-hero {
  padding: 142px 0 62px;
}
.room-hero-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 44px;
  align-items: end;
}
.room-hero h1 {
  margin-bottom: 22px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(64px, 9vw, 112px);
  font-weight: 500;
  letter-spacing: -0.09em;
  line-height: 0.9;
}
.room-hero-copy > p:not(.eyebrow) {
  max-width: 460px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: 17px;
}
.room-hero-media {
  height: 620px;
  overflow: hidden;
  border-radius: 28px;
}
.room-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.room-details {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: start;
}
.equipment-panel h2,
.gallery-copy h2,
.tour-heading h1,
.team-heading h1,
.policies-heading h1,
.contact-copy h1 {
  margin-bottom: 21px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.98;
}
.equipment-panel > p:not(.eyebrow),
.gallery-copy p {
  margin-bottom: 31px;
  color: var(--muted);
}
.equipment-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.equipment-list li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: #c6c1b7;
  font-size: 13px;
}
.room-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.room-gallery figure {
  margin: 0;
  height: 225px;
  overflow: hidden;
  border-radius: 17px;
}
.room-gallery figure:first-child {
  grid-column: 1 / -1;
  height: 360px;
}
.room-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shared-gear {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.shared-card {
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 23px;
  background: var(--graphite);
}
.shared-card h3 {
  margin-bottom: 22px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 29px;
  font-weight: 500;
  letter-spacing: -0.055em;
}
.shared-list {
  display: grid;
  gap: 12px;
  color: var(--muted);
  font-size: 14px;
}
.tour-heading,
.team-heading,
.policies-heading {
  padding: 150px 0 56px;
}
.tour-heading .lead,
.team-heading .lead,
.policies-heading .lead {
  max-width: 600px;
  color: var(--muted);
  font-size: 17px;
}
.tour-frame-card {
  margin-bottom: 94px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.025);
}
.tour-frame {
  width: 100%;
  height: min(72vh, 760px);
  display: block;
  border: 0;
  border-radius: 17px;
  background: #090909;
}
.tour-note {
  padding: 18px 8px 6px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--muted);
  font-size: 13px;
}
.team-grid {
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.team-grid .engineer-photo {
  height: 295px;
}
.team-grid .section-actions {
  grid-column: 1 / -1;
}
.team-group {
  grid-column: 1 / -1;
  padding: 32px 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-bottom: 1px solid var(--line);
}
.team-group h2 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.team-group p {
  color: var(--muted);
  font-size: 13px;
}
.policies-grid {
  padding-bottom: 104px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.policy-card {
  padding: clamp(27px, 3vw, 37px);
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--graphite);
}
.policy-card h2 {
  margin-bottom: 21px;
  color: var(--gold-soft);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.045em;
}
.policy-card p {
  color: var(--muted);
  font-size: 14px;
}
.policy-cta {
  grid-column: 1 / -1;
  margin-top: 22px;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
  border: 1px solid rgba(187, 149, 87, 0.34);
  border-radius: 20px;
}
.policy-cta p {
  color: var(--muted);
}
.contact-grid {
  padding: 145px 0 106px;
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(34px, 7vw, 85px);
}
.contact-copy .lead {
  max-width: 390px;
  margin-bottom: 38px;
  color: var(--muted);
}
.contact-details {
  display: grid;
  gap: 12px;
}
.contact-detail {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 13px;
  color: #c4bfb7;
  font-size: 14px;
}
.contact-detail span {
  display: block;
  margin-bottom: 5px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.contact-form {
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid var(--line);
  border-radius: 25px;
  background: var(--graphite);
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.field {
  display: grid;
  gap: 9px;
}
.field.full {
  grid-column: 1 / -1;
}
.field label {
  color: #918c82;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  padding: 15px 16px;
  color: var(--platinum);
  font: inherit;
}
.field select {
  appearance: none;
  color: var(--platinum);
}
.field textarea {
  min-height: 152px;
  resize: vertical;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 1px solid var(--gold);
  border-color: var(--gold);
}
.form-foot {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.form-foot p {
  color: var(--muted);
  font-size: 12px;
}
.form-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.league-card.reveal,
.league-card.reveal.is-visible {
  opacity: var(--flow-opacity, 1);
  transform: translateX(calc(-50% + var(--flow-x, 0px)))
    translateZ(var(--flow-depth, 0px)) rotateY(var(--flow-rotate, 0deg))
    scale(var(--flow-scale, 1));
}
@media (max-width: 1120px) {
  .league-card.reveal,
  .league-card.reveal.is-visible {
    transform: translateX(calc(-50% + var(--flow-x, 0px)))
      translateZ(var(--flow-depth, 0px)) rotateY(var(--flow-rotate, 0deg))
      scale(var(--flow-scale, 1));
  }
}
@media (max-width: 760px) {
  .league-card.reveal,
  .league-card.reveal.is-visible {
    left: auto;
    transform: none;
  }
}
.press-page {
  background:
    radial-gradient(
      circle at 82% 5%,
      rgba(187, 149, 87, 0.12),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 38%,
      rgba(120, 150, 180, 0.07),
      transparent 25%
    ),
    linear-gradient(135deg, #050505 0%, #0b0b0c 48%, #060606 100%);
}
.press-hero {
  position: relative;
  min-height: 780px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.press-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 6, 6, 0.22), var(--void) 100%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 0 1px,
      transparent 1px 92px
    );
  pointer-events: none;
}
.press-hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 4, 4, 0.96) 0%,
      rgba(5, 5, 5, 0.62) 52%,
      rgba(5, 5, 5, 0.84) 100%
    ),
    radial-gradient(
      circle at 74% 38%,
      rgba(187, 149, 87, 0.18),
      transparent 32%
    ),
    url("images/studio-a-control-new.jpg") center / cover;
  filter: saturate(0.92) contrast(1.08);
}
.press-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 76px;
}
.press-hero h1 {
  max-width: 980px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(54px, 8vw, 118px);
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 0.9;
  color: #f8f4eb;
  text-shadow: 0 18px 52px rgba(0, 0, 0, 0.82);
}
.press-hero-copy {
  max-width: 650px;
  margin-top: 29px;
  padding: 19px 0 19px 23px;
  border-left: 1px solid rgba(210, 178, 116, 0.52);
  background: linear-gradient(
    90deg,
    rgba(210, 178, 116, 0.13),
    transparent 74%
  );
  color: #eee8de;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 650;
  line-height: 1.62;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.72);
}
.press-stat-grid {
  width: min(940px, 100%);
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(210, 178, 116, 0.22);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(8, 8, 8, 0.52);
  backdrop-filter: blur(13px);
}
.press-stat-grid div {
  min-height: 112px;
  padding: 22px 18px;
  display: grid;
  align-content: center;
  gap: 7px;
}
.press-stat-grid div + div {
  border-left: 1px solid var(--line);
}
.press-stat-grid strong {
  color: var(--gold-soft);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}
.press-stat-grid span {
  color: #c8c1b6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.press-facts-grid,
.press-card-grid,
.press-assets-grid,
.press-source-grid {
  display: grid;
  gap: 16px;
}
.press-facts-grid {
  grid-template-columns: repeat(4, 1fr);
}
.press-facts-grid article,
.press-card,
.press-assets-grid article,
.press-source-grid article,
.press-copy-panel,
.recognition-panel,
.press-booking-cta {
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(12, 12, 13, 0.76);
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.24);
}
.press-facts-grid article {
  min-height: 146px;
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 12px;
}
.press-facts-grid span,
.press-card span,
.press-source-grid article span {
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.press-facts-grid strong {
  color: #efeae1;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}
.press-copy-split {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 22px;
}
.press-copy-panel {
  min-height: 420px;
  padding: clamp(32px, 5vw, 54px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.press-copy-panel h2,
.recognition-panel h2,
.press-contact-copy h2,
.press-booking-cta h2 {
  max-width: 720px;
  margin-bottom: 24px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.96;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.48);
}
.press-copy-panel p:not(.eyebrow),
.press-contact-copy > p,
.press-booking-cta > p {
  max-width: 700px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left-color: rgba(210, 178, 116, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.045),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(0, 0, 0, 0.14);
  color: #c2bcb2;
  font-size: 17px;
  line-height: 1.75;
}
.section-heading p:last-child,
.league-heading > p,
.video-gallery-head p:not(.eyebrow),
.press-copy-panel p:not(.eyebrow),
.press-contact-copy > p,
.press-booking-cta > p {
  padding: 18px 0 18px 22px;
  border: 0;
  border-left: 1px solid rgba(210, 178, 116, 0.52);
  border-radius: 0;
  background: linear-gradient(
    90deg,
    rgba(210, 178, 116, 0.13),
    rgba(210, 178, 116, 0.045) 48%,
    transparent 88%
  );
  color: #eee8de;
  font-weight: 650;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.78),
    0 0 24px rgba(0, 0, 0, 0.52);
  box-shadow: none;
}
.press-copy-panel-gold {
  background:
    linear-gradient(
      145deg,
      rgba(187, 149, 87, 0.15),
      rgba(255, 255, 255, 0.018)
    ),
    url("images/hero-studio-b-control.jpg") center / cover;
}
.press-copy-panel-gold p:not(.eyebrow) {
  color: #efe9df;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.7);
}
.press-card-grid {
  grid-template-columns: repeat(3, 1fr);
}
.press-card {
  min-height: 210px;
  padding: 25px;
  display: grid;
  align-content: space-between;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}
.press-card:hover {
  border-color: rgba(210, 178, 116, 0.36);
  background: rgba(255, 255, 255, 0.058);
  transform: translateY(-3px);
}
.press-card h3,
.press-assets-grid h3,
.press-source-grid h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(23px, 3vw, 31px);
  font-weight: 500;
  letter-spacing: -0.052em;
  line-height: 1.02;
}
.press-assets-grid {
  grid-template-columns: repeat(7, minmax(220px, 1fr));
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
}
.press-assets-grid article {
  min-height: 292px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  scroll-snap-align: start;
}
.press-assets-grid p {
  margin: 15px 0 26px;
  color: var(--muted);
  font-size: 14px;
}
.press-assets-grid .btn {
  width: 100%;
  margin-top: auto;
  pointer-events: none;
  opacity: 0.76;
}
.press-video-previews {
  margin-top: 18px;
}
.press-quotes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.press-quotes blockquote {
  min-height: 260px;
  margin: 0;
  padding: clamp(34px, 5vw, 54px);
  display: flex;
  align-items: center;
  border: 1px solid rgba(210, 178, 116, 0.28);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 16% 18%,
      rgba(187, 149, 87, 0.18),
      transparent 32%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.05),
      rgba(255, 255, 255, 0.012)
    );
  color: #f4eee5;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(29px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.recognition-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 22px;
  align-items: stretch;
}
.recognition-media {
  min-height: 650px;
  border-radius: 25px;
  overflow: hidden;
}
.recognition-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recognition-panel {
  padding: clamp(34px, 5vw, 56px);
}
.press-recognition-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 13px;
  list-style: none;
}
.press-recognition-list li {
  padding: 18px 19px;
  display: grid;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.03);
}
.press-recognition-list strong {
  color: #f0ebe3;
  font-size: 16px;
}
.press-recognition-list span {
  color: var(--muted);
  font-size: 14px;
}
.press-source-grid {
  grid-template-columns: repeat(4, 1fr);
}
.press-source-grid article {
  overflow: hidden;
}
.press-source-grid article > img,
.press-source-mark {
  width: 100%;
  height: 260px;
}
.press-source-grid article > img {
  object-fit: cover;
}
.press-source-mark {
  display: grid;
  place-items: center;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(187, 149, 87, 0.24),
      transparent 36%
    ),
    linear-gradient(145deg, #171717, #080808);
  color: var(--gold-soft);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 58px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.press-source-grid article > div:last-child {
  padding: 24px;
  display: grid;
  gap: 12px;
}
.press-source-grid p {
  color: var(--muted);
  font-size: 14px;
}
.press-source-grid strong {
  color: #eee9e0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.press-contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(34px, 7vw, 85px);
  align-items: start;
}
.press-contact-copy > p {
  margin-bottom: 34px;
}
.press-booking-cta {
  min-height: 470px;
  padding: clamp(36px, 7vw, 72px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.94), rgba(5, 5, 5, 0.48)),
    url("images/studio-b-raven-detail.jpg") center / cover;
}
.press-booking-cta > p {
  margin-bottom: 34px;
}
@media (max-width: 1180px) {
  .press-facts-grid,
  .press-source-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .press-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .press-stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .press-stat-grid div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .press-stat-grid div:nth-child(4) {
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 1040px) {
  .press-hero {
    min-height: 760px;
  }
  .press-hero-inner {
    padding-top: 122px;
  }
  .press-copy-split,
  .recognition-grid,
  .press-contact-grid {
    display: block;
  }
  .press-copy-panel + .press-copy-panel,
  .recognition-panel,
  .press-contact-grid .contact-form {
    margin-top: 18px;
  }
  .recognition-media {
    min-height: 420px;
  }
}
@media (max-width: 620px) {
  .press-hero {
    min-height: 800px;
  }
  .press-hero-media {
    background:
      linear-gradient(
        0deg,
        rgba(5, 5, 5, 0.98),
        rgba(5, 5, 5, 0.34) 58%,
        rgba(5, 5, 5, 0.74)
      ),
      url("images/studio-a-control-new.jpg") 62% center / cover;
  }
  .press-hero h1 {
    font-size: clamp(43px, 15vw, 66px);
    overflow-wrap: anywhere;
  }
  .press-hero-copy {
    max-width: 100%;
    font-size: 16px;
  }
  .press-stat-grid,
  .press-facts-grid,
  .press-card-grid,
  .press-quotes,
  .press-source-grid {
    grid-template-columns: 1fr;
  }
  .press-stat-grid div + div,
  .press-stat-grid div:nth-child(3),
  .press-stat-grid div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .press-facts-grid article {
    min-height: 0;
  }
  .press-copy-panel {
    min-height: 360px;
  }
  .press-card {
    min-height: 170px;
  }
  .press-assets-grid {
    grid-template-columns: 1fr;
    overflow-x: visible;
  }
  .press-assets-grid article {
    min-height: 0;
  }
  .press-quotes blockquote {
    min-height: 210px;
  }
  .recognition-media {
    min-height: 320px;
  }
  .press-source-grid article > img,
  .press-source-mark {
    height: 230px;
  }
  .press-booking-cta {
    min-height: 440px;
  }
}
@media (max-width: 1040px) {
  .shell {
    width: min(100% - 48px, 1400px);
  }
  .hero-layout {
    display: block;
  }
  .hero-scroll {
    display: none;
  }
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .policies-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .footer-grid > div:first-child,
  .footer-grid > div:last-child {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1040px) {
  .shell {
    width: min(100% - 38px, 1400px);
  }
  .navbar {
    background: rgba(6, 6, 6, 0.86);
  }
  .nav-wrap {
    min-height: 74px;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .nav-links {
    position: fixed;
    top: 75px;
    right: 19px;
    left: 19px;
    padding: 25px;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 22px;
    border: 1px solid var(--line);
    border-radius: 21px;
    background: #101010;
    box-shadow: var(--shadow);
  }
  .nav-links.is-open {
    display: flex;
  }
  .nav-book {
    margin-top: 5px;
  }
  .hero {
    min-height: 850px;
  }
  .hero-image {
    background-position: 61% center;
  }
  .hero-image::after {
    background:
      linear-gradient(
        0deg,
        rgba(4, 4, 4, 1) 0%,
        rgba(4, 4, 4, 0.84) 28%,
        rgba(5, 5, 5, 0.24) 62%
      ),
      linear-gradient(90deg, rgba(4, 4, 4, 0.56), rgba(4, 4, 4, 0.16));
  }
  .hero-video {
    object-position: 58% 22%;
    transform: scale(1.36);
    transform-origin: 58% 22%;
  }
  .hero-content {
    padding-top: 122px;
    padding-bottom: 58px;
  }
  .studio-alerts-shell {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .studio-alert-card {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .studio-alert-actions {
    align-items: flex-start;
  }
  .artist-credit-wall {
    justify-content: center;
  }
  .discography-artist-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .league-heading {
    display: block;
  }
  .league-heading h2 {
    margin-bottom: 22px;
  }
  .engineer-funnel {
    grid-template-columns: 1fr;
  }
  .funnel-copy {
    position: relative;
    top: auto;
    min-height: auto;
  }
  .funnel-booking-help {
    grid-template-columns: 1fr;
  }
  .session-builder {
    min-height: auto;
  }
  .builder-stage {
    min-height: 760px;
  }
  .builder-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .builder-result-card {
    grid-template-columns: 1fr;
  }
  .builder-result-media,
  .builder-result-photo {
    min-height: 460px;
  }
  .builder-secondary-scroll {
    grid-template-columns: repeat(3, minmax(260px, 1fr));
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
  }
  .builder-secondary-card {
    scroll-snap-align: start;
  }
  .funnel-best-card {
    grid-template-columns: 1fr;
  }
  .funnel-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .funnel-best-photo {
    min-height: 420px;
  }
  .funnel-also-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 80px 0;
  }
  .section-heading,
  .proof,
  .video-gallery-head,
  .booking-grid,
  .lead-capture,
  .profile-grid,
  .discography-hero-grid,
  .discography-split,
  .tour-promo,
  .studio-moments,
  .room-hero-grid,
  .room-details,
  .contact-grid {
    display: block;
  }
  .section-heading h2 {
    margin-bottom: 22px;
  }
  .section-heading p:last-child,
  .league-heading > p,
  .video-gallery-head p:not(.eyebrow),
  .press-copy-panel p:not(.eyebrow),
  .press-contact-copy > p,
  .press-booking-cta > p {
    padding: 16px 0 16px 17px;
  }
  .hero-copy,
  .press-hero-copy {
    padding-left: 17px;
  }
  .rooms {
    display: block;
  }
  .room-card + .room-card {
    margin-top: 18px;
  }
  .services-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
  .services-grid .session-card + .session-card {
    margin-top: 0;
  }
  .room-photo {
    height: 295px;
  }
  .studio-moments-copy {
    margin-bottom: 18px;
  }
  .studio-moments-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .studio-moments-grid figure,
  .studio-moments-grid figure:first-child {
    grid-row: auto;
    min-height: 295px;
  }
  .proof-image {
    min-height: 360px;
    margin-bottom: 18px;
  }
  .proof-card {
    padding: 34px;
  }
  .video-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .video-gallery-card-featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 420px;
  }
  .credits-panel-head {
    grid-template-columns: 1fr;
  }
  .credits-panel-head .eyebrow {
    margin-bottom: 0;
  }
  .lead-copy {
    padding: 10px 8px 4px;
  }
  .booking-visual {
    min-height: 370px;
    margin-bottom: 18px;
  }
  .profile-grid {
    padding-top: 117px;
  }
  .profile-photo {
    max-height: 560px;
    margin-bottom: 33px;
  }
  .discography-hero {
    min-height: auto;
    padding-top: 124px;
  }
  .discography-copy {
    margin-bottom: 36px;
  }
  .discography-card {
    min-height: 560px;
  }
  .discography-card img {
    min-height: 560px;
  }
  .discography-stat-grid,
  .discography-artist-grid,
  .elite-standard-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .discography-row {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .discography-row strong {
    width: fit-content;
  }
  .discography-panel {
    margin-bottom: 18px;
  }
  .tour-promo-media {
    height: 360px;
    margin-top: 38px;
  }
  .room-hero {
    padding-top: 118px;
  }
  .room-hero-copy {
    margin-bottom: 36px;
  }
  .room-hero-media {
    height: 430px;
  }
  .equipment-panel {
    margin-bottom: 38px;
  }
  .tour-heading,
  .team-heading,
  .policies-heading {
    padding-top: 124px;
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-grid {
    padding-top: 121px;
  }
  .contact-copy {
    margin-bottom: 38px;
  }
  .sticky-booking {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 14px;
    padding: 6px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    border-radius: 17px;
  }
  .sticky-booking-note {
    grid-column: 1 / -1;
    min-height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--line);
    text-align: center;
  }
  .sticky-booking .phone {
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .sticky-booking .btn {
    min-height: 48px;
    padding: 0 15px;
  }
  .urgency-note {
    gap: 7px;
  }
  .urgency-note span {
    min-height: 31px;
    padding: 7px 9px;
    font-size: 9px;
    letter-spacing: 0.06em;
  }
  .footer {
    padding-bottom: 102px;
  }
}
@media (max-width: 620px) {
  .shell {
    width: min(100% - 32px, 1400px);
  }
  .brand-logo {
    height: 60px;
  }
  .hero {
    min-height: 900px;
  }
  .hero h1 {
    font-size: clamp(47px, 16vw, 70px);
    letter-spacing: -0.075em;
    -webkit-text-stroke-width: 0.85px;
  }
  .hero-kicker {
    margin-bottom: 23px;
    color: #f1ece3;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.92);
  }
  .hero-copy {
    max-width: 96%;
    color: #f2ede5;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.68;
  }
  .profile-badges {
    grid-template-columns: 1fr;
  }
  .inner-hero h1,
  .room-hero h1,
  .profile-copy h1,
  .tour-heading h1,
  .contact-copy h1 {
    overflow-wrap: anywhere;
  }
  .hero-actions .btn {
    width: 100%;
    flex: auto;
    padding: 0 14px;
  }
  .studio-alerts-section {
    padding: 10px 0;
  }
  .studio-alerts-section-booking {
    padding-top: 98px;
  }
  .studio-alerts-shell {
    display: block;
  }
  .studio-alerts-head {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: 0.15em;
  }
  .studio-alert-track {
    min-height: 0;
  }
  .studio-alert-card {
    min-height: 0;
    padding: 12px 14px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-content: start;
  }
  .studio-alert-card.is-active {
    display: grid;
  }
  .studio-alert-meta {
    align-items: flex-start;
  }
  .studio-alert-copy h2 {
    font-size: 18px;
  }
  .studio-alert-copy p {
    max-height: 64px;
    font-size: 12px;
  }
  .studio-alert-actions {
    align-items: stretch;
  }
  .studio-alert-cta {
    width: 100%;
  }
  .hero-proof {
    margin-top: 0;
  }
  .hero-proof div {
    min-height: 72px;
    padding: 13px 9px;
  }
  .hero-proof strong {
    font-size: 23px;
  }
  .hero-proof span {
    font-size: 9px;
  }
  .credits {
    padding: 52px 0;
  }
  .artist-credit-wall {
    justify-content: center;
  }
  .artist-credit {
    flex-basis: min(44vw, 170px);
    min-height: 112px;
  }
  .booking-path-section {
    padding-top: 104px;
    padding-bottom: 72px;
  }
  .booking-funnel-intro {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .booking-funnel-intro h2 {
    font-size: clamp(34px, 11vw, 52px);
  }
  .funnel-copy,
  .funnel-panel {
    padding: 18px;
  }
  .funnel-panel {
    padding: 0;
  }
  .funnel-copy h2 {
    font-size: clamp(34px, 11vw, 52px);
  }
  .funnel-copy .btn {
    width: 100%;
  }
  .builder-topline,
  .builder-result-head,
  .builder-secondary-head {
    align-items: flex-start;
    display: grid;
  }
  .builder-stage {
    min-height: auto;
    padding: 22px;
    gap: 24px;
  }
  .builder-choice-grid {
    grid-template-columns: 1fr;
  }
  .builder-choice-card {
    min-height: 172px;
  }
  .builder-footer {
    display: grid;
    align-items: start;
  }
  .builder-result-card {
    margin-right: 14px;
    margin-left: 14px;
  }
  .builder-result-copy {
    padding: 24px;
  }
  .builder-result-actions {
    display: grid;
  }
  .builder-result-actions .btn,
  .builder-result-actions .funnel-icon-button {
    width: 100%;
  }
  .builder-room-grid {
    margin-right: 14px;
    margin-left: 14px;
    grid-template-columns: 1fr;
  }
  .builder-room-card {
    grid-template-rows: auto auto;
  }
  .builder-room-media,
  .builder-room-media img {
    min-height: 240px;
  }
  .builder-sticky-cta {
    margin-right: 14px;
    margin-left: 14px;
    border-radius: 18px;
    display: grid;
  }
  .builder-summary,
  .builder-secondary {
    padding-right: 14px;
    padding-left: 14px;
  }
  .funnel-trust-strip {
    grid-template-columns: 1fr;
  }
  .funnel-step-heading,
  .funnel-results-heading {
    display: grid;
    justify-content: start;
  }
  .funnel-option {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .funnel-options {
    grid-template-columns: 1fr;
  }
  .funnel-best-body {
    padding: 22px;
  }
  .funnel-best-reasons ul {
    grid-template-columns: 1fr;
  }
  .funnel-selected-path {
    display: grid;
  }
  .funnel-match-kicker em {
    width: 100%;
    line-height: 1.35;
  }
  .funnel-also-heading {
    display: grid;
  }
  .funnel-also-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }
  .funnel-card-photo {
    min-height: 236px;
  }
  .funnel-card-actions {
    grid-template-columns: 1fr;
  }
  .funnel-booking-help .btn {
    width: 100%;
  }
  .team-grid,
  .shared-gear,
  .equipment-list,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .team-group,
  .policy-cta,
  .form-foot,
  .tour-note {
    display: block;
  }
  .team-group p,
  .policy-cta .btn,
  .form-foot .btn {
    margin-top: 18px;
  }
  .team-grid .engineer-photo {
    height: 350px;
  }
  .room-gallery figure,
  .room-gallery figure:first-child {
    height: 218px;
  }
  .tour-frame {
    height: 500px;
  }
  .engineer-photo {
    height: 360px;
  }
  .video-gallery-grid {
    grid-template-columns: 1fr;
  }
  .video-gallery-card,
  .video-gallery-card-featured {
    min-height: 260px;
  }
  .video-gallery-head h2 {
    font-size: clamp(36px, 12vw, 56px);
  }
  .video-gallery-actions .btn {
    width: 100%;
  }
  .cta-card {
    min-height: 410px;
  }
  .lead-capture {
    padding: 18px;
    border-radius: 24px;
  }
  .lead-copy h2 {
    font-size: clamp(34px, 11vw, 52px);
  }
  .lead-copy p:not(.eyebrow) {
    margin-bottom: 22px;
  }
  .lead-proof {
    margin-top: 20px;
  }
  .lead-form {
    padding: 22px;
  }
  .lead-form .form-grid {
    gap: 13px;
  }
  .lead-form .field input,
  .lead-form .field select,
  .lead-form .field textarea {
    padding: 13px 14px;
  }
  .lead-form .field textarea {
    min-height: 110px;
  }
  .lead-actions .btn,
  .lead-form .btn {
    width: 100%;
  }
  .footer-grid {
    display: block;
  }
  .footer-grid > div {
    margin-bottom: 37px;
  }
  .footer-bottom {
    display: block;
  }
  .footer-bottom p + p {
    margin-top: 8px;
  }
  .inner-hero {
    padding-top: 128px;
  }
  .profile-player-stats {
    grid-template-columns: 1fr;
  }
  .discography-copy h1 {
    font-size: clamp(44px, 14vw, 68px);
    letter-spacing: -0.075em;
  }
  .discography-copy .lead {
    font-size: 16px;
  }
  .discography-rank {
    max-width: 100%;
    font-size: 9px;
    line-height: 1.5;
  }
  .discography-card {
    min-height: 470px;
    border-radius: 24px;
  }
  .discography-card img {
    min-height: 470px;
  }
  .discography-card-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .discography-orbit {
    top: 18px;
    right: 18px;
  }
  .discography-orbit span {
    padding: 8px 10px;
    font-size: 8px;
  }
  .discography-ticker {
    margin-top: 34px;
  }
  .discography-stat-grid,
  .discography-artist-grid,
  .elite-standard-grid {
    grid-template-columns: 1fr;
  }
  .discography-stat,
  .elite-standard article {
    min-height: 210px;
  }
  .discography-stat strong {
    overflow-wrap: anywhere;
  }
  .discography-panel,
  .discography-proof,
  .elite-standard {
    border-radius: 20px;
  }
  .discography-panel,
  .elite-standard {
    padding: 24px;
  }
  .discography-proof {
    padding: 14px;
  }
  .discography-proof span {
    min-height: 62px;
    padding: 16px;
  }
}
@media (max-width: 380px) {
  .shell {
    width: min(100% - 24px, 1400px);
  }
  .nav-wrap {
    min-height: 68px;
  }
  .brand-logo {
    height: 48px;
  }
  .menu-toggle {
    width: 42px;
    height: 42px;
  }
  .hero {
    min-height: 910px;
  }
  .hero-content {
    padding-top: 104px;
    padding-bottom: 122px;
  }
  .hero h1 {
    font-size: clamp(42px, 15.2vw, 58px);
    -webkit-text-stroke-width: 0.75px;
  }
  .hero-kicker {
    max-width: 100%;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.6;
  }
  .hero-copy,
  .inner-hero .lead {
    font-size: 15px;
  }
  .hero-actions {
    gap: 10px;
  }
  .btn {
    min-height: 48px;
    padding: 0 16px;
    font-size: 11px;
  }
  .exit-offer {
    padding: 16px;
    align-items: end;
  }
  .exit-offer-panel {
    border-radius: 18px;
  }
  .exit-offer-actions .btn {
    width: 100%;
  }
  .hero-proof {
    grid-template-columns: 1fr;
  }
  .hero-proof div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .hero-proof div {
    min-height: 58px;
    padding: 11px 15px;
  }
  .hero-proof strong {
    font-size: 22px;
  }
  .sticky-booking {
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    grid-template-columns: minmax(0, 1fr);
  }
  .sticky-booking-note {
    min-height: 30px;
  }
  .sticky-booking .phone {
    display: none;
  }
  .sticky-booking .btn {
    flex: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
.profile-route {
  display: block;
  max-width: 1180px;
}
.profile-hero {
  min-height: calc(100svh - 70px);
  padding: 138px 0 42px;
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}
.profile-hero .profile-photo {
  position: relative;
  margin: 0;
  border: 1px solid rgba(210, 178, 116, 0.18);
  border-radius: 18px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.46),
    0 0 60px rgba(187, 149, 87, 0.12);
}
.profile-hero .profile-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(6, 6, 6, 0.74));
  pointer-events: none;
}
.profile-tags {
  max-width: 650px;
  margin: -13px 0 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.profile-tag {
  padding: 8px 11px;
  border: 1px solid rgba(210, 178, 116, 0.24);
  border-radius: 999px;
  background: rgba(187, 149, 87, 0.08);
  color: #e4d6be;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.profile-quick-panel {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.profile-quick-item {
  min-height: 112px;
  padding: 20px;
  display: grid;
  align-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(12, 12, 13, 0.72);
}
.profile-quick-item span {
  color: var(--gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.profile-quick-item strong {
  color: #f3eee5;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}
.profile-badge-panel,
.profile-trust-panel,
.profile-booking-widget,
.profile-media-panel,
.profile-faq-panel {
  max-width: none;
  margin-top: 24px;
  border-radius: 18px;
}
.profile-badge:hover {
  transform: translateY(-3px);
  border-color: rgba(210, 178, 116, 0.42);
}
.profile-trust-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(210, 178, 116, 0.22);
  background:
    linear-gradient(90deg, rgba(6, 6, 6, 0.95), rgba(6, 6, 6, 0.72)),
    url("images/studio-a-control-new.jpg") center / cover;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}
.profile-trust-panel h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(31px, 4vw, 52px);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 1;
}
.profile-trust-panel ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  list-style: none;
}
.profile-trust-panel li {
  min-height: 78px;
  padding: 18px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: #e5ded1;
  font-size: 13px;
  font-weight: 800;
}
.profile-instagram-embed {
  width: 100%;
  height: 520px;
  display: block;
  border: 0;
  background: #0a0a0a;
}
.profile-instagram-link {
  padding: 16px 18px;
  display: block;
  border-top: 1px solid var(--line);
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sticky-booking.sticky-booking-profile,
.sticky-booking.sticky-booking-profile.is-hidden {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
@media (max-width: 980px) {
  .profile-hero {
    min-height: auto;
    padding-top: 118px;
    display: block;
  }
  .profile-hero .profile-photo {
    max-height: 520px;
    margin-bottom: 28px;
  }
  .profile-trust-panel ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .profile-route {
    padding-bottom: 104px;
  }
  .profile-hero {
    padding-top: 94px;
  }
  .profile-copy h1 {
    font-size: clamp(48px, 15vw, 68px);
  }
  .profile-copy .bio {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.65;
  }
  .profile-quick-panel {
    grid-template-columns: 1fr;
  }
  .profile-quick-item {
    min-height: 86px;
  }
  .profile-actions .btn {
    flex: 1 1 100%;
  }
  .profile-booking-widget iframe {
    min-height: 660px;
  }
  .profile-instagram-embed {
    height: 470px;
  }
  .sticky-booking.sticky-booking-profile {
    right: 12px;
    bottom: max(12px, env(safe-area-inset-bottom));
    left: 12px;
    display: flex;
  }
}
@media (prefers-reduced-motion: reduce) {
  .profile-badge {
    transition-duration: 0.001ms !important;
  }
}
.tuner-body {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 10% 0%,
      rgba(210, 178, 116, 0.14),
      transparent 32%
    ),
    linear-gradient(135deg, #050505, #0d0d0e 58%, #050505);
}
.tuner-shell {
  width: min(1500px, calc(100% - 44px));
  margin: 0 auto;
  padding: 42px 0 80px;
}
.tuner-hero,
.tuner-panel {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(9, 9, 10, 0.9);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.38);
}
.tuner-hero {
  min-height: 260px;
  padding: 34px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}
.tuner-status {
  grid-column: 1 / -1;
  min-height: 42px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(210, 178, 116, 0.22);
  border-radius: 8px;
  background: rgba(187, 149, 87, 0.09);
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
}
.tuner-export-box {
  grid-column: 1 / -1;
  padding: 16px;
  border: 1px solid rgba(210, 178, 116, 0.36);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.28);
}
.tuner-export-box[hidden] {
  display: none;
}
.tuner-export-head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.tuner-export-head strong {
  color: var(--gold-soft);
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.tuner-json-top {
  min-height: 180px;
}
.tuner-export-box p {
  margin-top: 10px;
  color: #c8c1b7;
  font-size: 13px;
}
.tuner-hero h1 {
  max-width: 820px;
  margin-bottom: 16px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.9;
}
.tuner-hero p:not(.eyebrow) {
  max-width: 740px;
  color: #c8c1b7;
  font-size: 16px;
}
.tuner-hero-actions,
.tuner-json-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}
.tuner-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(290px, 0.32fr) minmax(0, 0.68fr);
  gap: 18px;
  align-items: start;
}
.tuner-panel {
  padding: 20px;
}
.tuner-sticky {
  position: sticky;
  top: 18px;
}
.tuner-panel-heading {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.tuner-panel-heading span {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tuner-panel-heading strong {
  color: #f0ebe2;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}
.tuner-note {
  margin-bottom: 18px;
  padding: 14px;
  display: grid;
  gap: 4px;
  border: 1px solid rgba(210, 178, 116, 0.18);
  border-radius: 8px;
  background: rgba(187, 149, 87, 0.08);
  color: #cfc7bd;
  font-size: 13px;
}
.tuner-note strong {
  color: var(--gold-soft);
}
.tuner-staff-list {
  display: grid;
  gap: 14px;
}
.tuner-card {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}
.tuner-card-head {
  margin-bottom: 16px;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
}
.tuner-card-head span {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.tuner-card-head h2 {
  margin-top: 4px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.96;
}
.tuner-card-head p {
  color: #aaa39a;
  font-size: 13px;
}
.tuner-form-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.tuner-field,
.tuner-chip-group {
  display: grid;
  gap: 7px;
}
.tuner-field span,
.tuner-chip-group > span {
  color: #d7d0c6;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.tuner-field em {
  color: #857e74;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.tuner-field input,
.tuner-field select,
.tuner-field textarea,
.tuner-json {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  color: #f0ebe2;
  font: inherit;
  font-size: 13px;
}
.tuner-field input,
.tuner-field select {
  padding: 0 11px;
}
.tuner-field textarea,
.tuner-json {
  min-height: 106px;
  padding: 11px;
  resize: vertical;
}
.tuner-field-full,
.tuner-chip-group,
.tuner-check-row {
  grid-column: 1 / -1;
}
.tuner-chip-group > div,
.tuner-check-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tuner-chip,
.tuner-check {
  min-height: 36px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: #d8d2c8;
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
}
.tuner-chip.is-active,
.tuner-check:has(input:checked) {
  border-color: rgba(210, 178, 116, 0.48);
  background: rgba(187, 149, 87, 0.16);
  color: var(--gold-soft);
}
.tuner-check input {
  accent-color: var(--gold);
}
.tuner-scenario {
  display: grid;
  gap: 12px;
}
.tuner-results {
  margin-top: 18px;
}
.tuner-result-best {
  padding: 18px;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(210, 178, 116, 0.28);
  border-radius: 8px;
  background: rgba(187, 149, 87, 0.1);
}
.tuner-result-best span,
.tuner-result-best em {
  color: var(--gold-soft);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.tuner-result-best strong {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 0.98;
}
.tuner-result-list {
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
.tuner-result-list div {
  padding: 12px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}
.tuner-result-list span {
  color: #aaa39a;
  font-size: 12px;
}
.tuner-json {
  min-height: 220px;
  margin-bottom: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
@media (max-width: 980px) {
  .tuner-hero,
  .tuner-grid {
    grid-template-columns: 1fr;
  }
  .tuner-sticky {
    position: relative;
    top: auto;
  }
  .tuner-hero-actions {
    justify-content: flex-start;
  }
  .tuner-form-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .hero-authority {
    grid-template-columns: 1fr;
  }
  .hero-authority {
    margin-top: 30px;
  }
  .hero-credit-head {
    align-items: flex-start;
  }
}

.reviews-hero {
  padding-bottom: 82px;
}
.reviews-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: end;
}
.reviews-score-card {
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid rgba(210, 178, 116, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(187, 149, 87, 0.18),
      transparent 42%
    ),
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.018)
    ),
    rgba(12, 12, 13, 0.82);
  box-shadow: var(--shadow);
}
.reviews-score-card > span,
.review-theme-card > span {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.reviews-score-card strong {
  display: block;
  margin-bottom: 14px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(39px, 4.6vw, 58px);
  font-weight: 500;
  letter-spacing: -0.065em;
  line-height: 0.96;
}
.reviews-score-card p {
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.78;
}
.reviews-theme-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.review-theme-card {
  min-height: 270px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.048),
      rgba(255, 255, 255, 0.014)
    ),
    rgba(12, 12, 13, 0.76);
}
.review-theme-card h3,
.reviews-copy-panel h2,
.reviews-path-list h3 {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.055em;
}
.review-theme-card h3 {
  margin-bottom: 13px;
  font-size: 26px;
  line-height: 1.02;
}
.review-theme-card p,
.reviews-copy-panel p,
.reviews-path-list p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}
.reviews-split {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
  gap: 22px;
  align-items: stretch;
}
.reviews-copy-panel,
.reviews-path-list article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--graphite);
}
.reviews-copy-panel {
  padding: clamp(30px, 5vw, 52px);
}
.reviews-copy-panel h2 {
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 0.98;
}
.reviews-copy-panel p:not(.eyebrow) {
  margin-bottom: 28px;
}
.reviews-path-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.reviews-path-list article {
  padding: 24px;
}
.reviews-path-list h3 {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.04;
}
.review-stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.review-stat-grid div {
  min-height: 190px;
  padding: 22px;
  display: grid;
  align-content: space-between;
  gap: 14px;
  border: 1px solid rgba(210, 178, 116, 0.2);
  border-radius: 8px;
  background:
    radial-gradient(
      circle at 22% 0%,
      rgba(187, 149, 87, 0.12),
      transparent 44%
    ),
    rgba(255, 255, 255, 0.035);
}
.review-stat-grid span,
.review-service,
.review-date {
  color: var(--gold-soft);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.review-stat-grid strong {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.92;
}
.review-stat-grid p,
.review-category-head p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}
.review-category {
  display: grid;
  gap: 32px;
}
.review-category-head {
  max-width: 980px;
}
.review-category-head h2 {
  max-width: 860px;
  margin: 8px 0 18px;
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: clamp(38px, 5.4vw, 70px);
  font-weight: 500;
  letter-spacing: -0.07em;
  line-height: 0.96;
}
.review-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.crawlable-review {
  min-height: 250px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.012)
    ),
    rgba(12, 12, 13, 0.82);
}
.crawlable-review div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
}
.crawlable-review strong {
  font-family: "Space Grotesk", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.045em;
}
.crawlable-review div span {
  color: var(--gold-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.crawlable-review p:not(.review-date):not(.review-service) {
  color: #c7c1b8;
  font-size: 14px;
  line-height: 1.72;
}
.review-service {
  color: #b9b2a8;
}

@media (max-width: 1120px) {
  .reviews-hero-grid,
  .reviews-split {
    grid-template-columns: 1fr;
  }
  .reviews-theme-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .review-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .reviews-hero {
    padding-bottom: 58px;
  }
  .reviews-score-card,
  .review-theme-card,
  .reviews-copy-panel,
  .reviews-path-list article {
    padding: 22px;
  }
  .reviews-theme-grid,
  .reviews-path-list,
  .review-stat-grid,
  .review-card-grid {
    grid-template-columns: 1fr;
  }
  .review-theme-card {
    min-height: auto;
  }
  .reviews-score-card strong {
    overflow-wrap: anywhere;
  }
}
