.band-section {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  padding: 75px 0 clamp(88px, 9vw, 146px);
  color: #fff;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.045), transparent 27%),
    radial-gradient(circle at 8% 40%, rgba(208, 0, 0, 0.1), transparent 25%),
    linear-gradient(180deg, #050506 0%, #090708 38%, #030304 100%);
}

.band-section::before,
.band-section::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.band-section::before {
  inset: 0;
  opacity: 0.32;
  background:
    linear-gradient(116deg, transparent 0 38%, rgba(255, 255, 255, 0.025) 49%, transparent 61%),
    repeating-linear-gradient(90deg, transparent 0 12vw, rgba(255, 255, 255, 0.008) 12vw calc(12vw + 1px));
}

.band-section::after {
  right: -16vw;
  bottom: -18vw;
  width: min(54vw, 920px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0.18;
  background: #d00000;
  filter: blur(150px);
}

.band-atmosphere {
  position: absolute;
  top: 8%;
  left: -22vw;
  z-index: -1;
  width: min(58vw, 980px);
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.19;
  background: #d00000;
  filter: blur(170px);
}

.band-experience {
  --band-cinematic-ease: cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  width: 100%;
  scroll-margin-top: 75px;
}

.band-overlay-stack {
  position: absolute;
  top: 50%;
  right: clamp(40px, 5vw, 92px);
  z-index: 20;
  display: grid;
  width: clamp(400px, 32vw, 520px);
  max-height: none;
  pointer-events: none;
  transform: translateY(-50%);
  transition: height 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.band-biography-panel,
.band-profile {
  position: relative;
  grid-area: 1 / 1;
  width: 100%;
  min-height: 0;
  max-height: none;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.band-biography-panel {
  display: flex;
  overflow: visible;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  transition:
    opacity 900ms var(--band-cinematic-ease) 160ms,
    transform 1100ms var(--band-cinematic-ease) 160ms,
    filter 900ms var(--band-cinematic-ease) 160ms,
    visibility 0s linear 0s;
  scrollbar-color: rgba(255, 255, 255, 0.22) transparent;
  scrollbar-width: thin;
  user-select: text;
}

.band-experience.is-member-active .band-biography-panel {
  visibility: hidden;
  opacity: 0;
  filter: blur(4px);
  pointer-events: none;
  transform: translate3d(-10px, 0, 0);
  transition-delay: 0s, 0s, 0s, 1120ms;
}

.band-biography-label {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 0;
  color: var(--bb-red, #d00000);
  font-family: var(--font-body);
  font-size: 0.62rem;
  letter-spacing: 0.22em;
  line-height: 1.4;
  pointer-events: auto;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.96), 0 1px 2px #000;
  text-transform: uppercase;
}

.band-biography-label::before {
  content: none;
}

.band-biography-copy {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 0.82vw, 0.94rem);
  font-weight: 300;
  letter-spacing: 0.004em;
  line-height: 1.66;
  pointer-events: auto;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.96), 0 1px 2px #000;
}

.band-producer-feature {
  display: contents;
}

.band-producer-trigger {
  display: inline;
  margin: 0;
  padding: 0;
  align-items: baseline;
  gap: 0.28em;
  border: 0;
  color: rgba(255, 255, 255, 0.98);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-style: italic;
  font-weight: 700;
  line-height: inherit;
  text-align: inherit;
  text-decoration: none;
  text-shadow: inherit;
  user-select: text;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-appearance: none;
  appearance: none;
}

.band-producer-trigger strong,
.band-producer-trigger em {
  font: inherit;
}

.band-producer-symbol {
  display: inline-block;
  margin-left: 0.28em;
  color: var(--bb-red, #d00000);
  font-size: 0.82em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transform-origin: center;
  transition: transform 480ms var(--band-cinematic-ease), color 380ms ease;
  user-select: none;
}

.band-producer-trigger:hover {
  color: #fff;
  text-decoration: none;
  text-shadow:
    0 0 14px rgba(var(--bb-red-rgb, 208, 0, 0), 0.5),
    0 2px 15px rgba(0, 0, 0, 0.96);
}

.band-producer-trigger:focus-visible {
  color: #fff;
  outline: 1px solid rgba(255, 255, 255, 0.78);
  outline-offset: 3px;
  text-decoration: none;
}

.band-producer-feature.is-open .band-producer-symbol {
  color: #fff;
  transform: rotate(45deg);
}

.band-producer-reveal {
  display: grid;
  width: min(100%, 480px);
  margin: 0 auto;
  clear: both;
  break-inside: avoid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
  transition:
    grid-template-rows 680ms cubic-bezier(0.22, 1, 0.36, 1),
    margin 680ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 420ms ease;
}

.band-producer-reveal[hidden] {
  display: none;
}

.band-producer-reveal-inner {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(0, -10px, 0);
  transition:
    opacity 380ms var(--band-cinematic-ease),
    transform 650ms var(--band-cinematic-ease),
    filter 380ms var(--band-cinematic-ease);
}

.band-producer-feature.is-open .band-producer-reveal {
  margin-top: 12px;
  margin-bottom: 14px;
  grid-template-rows: 1fr;
  opacity: 1;
  pointer-events: auto;
}

.band-producer-feature.is-open .band-producer-reveal-inner {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  transition-delay: 20ms;
}

.band-producer-portrait-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  color: #fff;
  background: #030304;
  text-decoration: none;
  text-shadow: none;
}

.band-producer-portrait-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.08) 58%, rgba(0, 0, 0, 0.88) 100%);
}

.band-producer-portrait {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  transform: scale(1.001);
  transition: transform 900ms var(--band-cinematic-ease), filter 900ms var(--band-cinematic-ease);
}

.band-producer-cta {
  position: absolute;
  right: 18px;
  bottom: 16px;
  left: 18px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.2;
}

.band-producer-cta::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--bb-red, #d00000), rgba(255, 255, 255, 0.16) 60%, transparent);
  transform: scaleX(0.26);
  transform-origin: left;
  transition: transform 700ms var(--band-cinematic-ease);
}

.band-producer-portrait-link:hover .band-producer-portrait,
.band-producer-portrait-link:focus-visible .band-producer-portrait {
  filter: brightness(1.08);
  transform: scale(1.022);
}

.band-producer-portrait-link:hover .band-producer-cta::before,
.band-producer-portrait-link:focus-visible .band-producer-cta::before {
  transform: scaleX(1);
}

.band-producer-portrait-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.band-photo-stage {
  --focus-x: 50%;
  --focus-y: 38%;
  --member-zoom: 1.18;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  isolation: isolate;
  background: #020203;
  box-shadow:
    0 48px 140px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.band-photo-depth {
  position: absolute;
  inset: -1px;
  overflow: hidden;
  transform: scale(1.002);
  transform-origin: center;
}

.band-photo {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.001);
  transform-origin: var(--focus-x) var(--focus-y);
  backface-visibility: hidden;
  will-change: transform, filter, opacity;
}

.band-photo-base {
  z-index: 1;
  filter: blur(0) brightness(0.82) contrast(1.045) saturate(0.82);
  transition:
    transform 2200ms var(--band-cinematic-ease),
    filter 1800ms var(--band-cinematic-ease),
    transform-origin 2000ms var(--band-cinematic-ease);
}

.band-photo-focus {
  z-index: 2;
  opacity: 0;
  filter: brightness(1.02) contrast(1.055) saturate(0.94);
  -webkit-mask-image: radial-gradient(
    ellipse 10% 49% at var(--focus-x) var(--focus-y),
    #000 0%,
    #000 27%,
    rgba(0, 0, 0, 0.96) 42%,
    rgba(0, 0, 0, 0.65) 58%,
    transparent 80%
  );
  mask-image: radial-gradient(
    ellipse 10% 49% at var(--focus-x) var(--focus-y),
    #000 0%,
    #000 27%,
    rgba(0, 0, 0, 0.96) 42%,
    rgba(0, 0, 0, 0.65) 58%,
    transparent 80%
  );
  transition:
    transform 2200ms var(--band-cinematic-ease),
    opacity 1500ms var(--band-cinematic-ease),
    filter 1800ms var(--band-cinematic-ease),
    transform-origin 2000ms var(--band-cinematic-ease);
}

.band-photo-stage.is-member-active .band-photo-base {
  filter: blur(11px) brightness(0.22) contrast(1.02) saturate(0.38);
  transform: scale(var(--member-zoom));
}

.band-photo-stage.is-member-active .band-photo-focus {
  opacity: 1;
  transform: scale(var(--member-zoom));
}

.band-photo-spotlight,
.band-photo-vignette,
.band-photo-grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.band-photo-spotlight {
  z-index: 3;
  opacity: 0;
  background:
    radial-gradient(ellipse 11% 52% at var(--focus-x) var(--focus-y), rgba(255, 255, 255, 0.1), transparent 64%),
    radial-gradient(ellipse 21% 65% at var(--focus-x) var(--focus-y), transparent 40%, rgba(0, 0, 0, 0.46) 100%);
  transition: opacity 1650ms var(--band-cinematic-ease);
}

.band-photo-stage.is-member-active .band-photo-spotlight {
  opacity: 1;
}

.band-photo-vignette {
  z-index: 4;
  background:
    linear-gradient(90deg, transparent 48%, rgba(2, 2, 3, 0.08) 58%, rgba(2, 2, 3, 0.58) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.42) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 22%, transparent 63%, rgba(0, 0, 0, 0.72) 100%);
}

.band-photo-grain {
  z-index: 5;
  opacity: 0.095;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.58'/%3E%3C/svg%3E");
  background-size: 190px 190px;
  mix-blend-mode: soft-light;
}

.band-hotspots {
  position: absolute;
  inset: 0;
  z-index: 10;
  opacity: 1;
  pointer-events: none;
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.band-hotspot {
  position: absolute;
  top: var(--member-y);
  left: var(--member-x);
  width: 6.2%;
  height: 44%;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transform: translate(-50%, -50%);
  transition: opacity 420ms cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-tap-highlight-color: transparent;
}

.band-hotspot-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.band-hotspot-ring,
.band-hotspot-dot {
  position: absolute;
  border-radius: 50%;
}

.band-hotspot-ring {
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  background: rgba(5, 5, 6, 0.18);
  box-shadow:
    0 0 0 5px rgba(0, 0, 0, 0.18),
    0 8px 30px rgba(0, 0, 0, 0.36);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition:
    border-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background-color 520ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 520ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.band-hotspot-ring::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: inherit;
  animation: band-marker-breathe 3.4s ease-in-out infinite;
}

.band-hotspot-dot {
  width: 5px;
  height: 5px;
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.9);
  transition: background-color 420ms ease, box-shadow 420ms ease, transform 420ms ease;
}

.band-hotspot-label {
  position: absolute;
  top: calc(50% + 27px);
  left: 50%;
  display: flex;
  width: max-content;
  max-width: 190px;
  padding: 8px 11px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  background: rgba(4, 4, 5, 0.68);
  font-family: var(--font-body);
  font-size: 0.6rem;
  letter-spacing: 0.09em;
  line-height: 1;
  pointer-events: none;
  text-transform: uppercase;
  transform: translate(-50%, 7px);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}

.band-hotspot:hover .band-hotspot-label,
.band-hotspot:focus-visible .band-hotspot-label,
.band-hotspot.is-active .band-hotspot-label {
  opacity: 1;
  transform: translate(-50%, 0);
}

.band-hotspot:hover .band-hotspot-ring,
.band-hotspot:focus-visible .band-hotspot-ring,
.band-hotspot.is-active .band-hotspot-ring {
  border-color: rgba(var(--bb-red-rgb, 208, 0, 0), 0.95);
  background: rgba(var(--bb-red-rgb, 208, 0, 0), 0.14);
  box-shadow:
    0 0 0 6px rgba(var(--bb-red-rgb, 208, 0, 0), 0.08),
    0 0 30px rgba(var(--bb-red-rgb, 208, 0, 0), 0.32),
    0 10px 34px rgba(0, 0, 0, 0.5);
  transform: scale(1.08);
}

.band-hotspot:hover .band-hotspot-dot,
.band-hotspot:focus-visible .band-hotspot-dot,
.band-hotspot.is-active .band-hotspot-dot {
  background: var(--bb-red, #d00000);
  box-shadow: 0 0 15px rgba(var(--bb-red-rgb, 208, 0, 0), 0.9);
  transform: scale(1.25);
}

.band-hotspot:focus {
  outline: none;
}

.band-hotspot:focus-visible .band-hotspot-marker {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.band-photo-stage.is-member-active .band-hotspot:not(.is-active) {
  opacity: 0.3;
}

.band-profile {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  filter: blur(5px);
  pointer-events: none;
  transform: translate3d(16px, 0, 0);
  transition:
    opacity 1000ms var(--band-cinematic-ease),
    transform 1200ms var(--band-cinematic-ease),
    filter 1000ms var(--band-cinematic-ease),
    visibility 0s linear 1200ms;
}

.band-profile[hidden] {
  display: none;
}

.band-profile.is-visible {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition-delay: 180ms, 180ms, 180ms, 0s;
}

.band-profile-close {
  position: absolute;
  top: -8px;
  right: -4px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  opacity: 0.76;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: color 380ms ease, opacity 380ms ease;
}

.band-profile-close span {
  position: absolute;
  top: 21px;
  left: 13px;
  width: 18px;
  height: 1px;
  background: currentColor;
}

.band-profile-close span:first-child {
  transform: rotate(45deg);
}

.band-profile-close span:last-child {
  transform: rotate(-45deg);
}

.band-profile-close:hover,
.band-profile-close:focus-visible {
  color: var(--bb-red, #d00000);
  opacity: 1;
  outline: none;
  background: transparent;
  transform: none;
}

.band-profile-close:focus-visible {
  box-shadow: 0 0 0 2px #fff;
}

.band-profile-content {
  display: flex;
  flex: 1;
  min-height: 268px;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
  filter: blur(0);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    opacity 520ms var(--band-cinematic-ease),
    transform 620ms var(--band-cinematic-ease),
    filter 520ms var(--band-cinematic-ease);
}

.band-profile.is-changing .band-profile-content {
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(0, 8px, 0);
}

.band-profile h3 {
  margin: 0;
  color: #fff;
  font-family: var(--font-body);
  font-size: clamp(2.45rem, 3.6vw, 4rem);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.98;
  pointer-events: auto;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.96), 0 1px 2px #000;
}

.band-profile-role {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-body);
  font-size: 0.67rem;
  letter-spacing: 0.2em;
  line-height: 1.4;
  pointer-events: auto;
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.96), 0 1px 2px #000;
  text-transform: uppercase;
}

.band-profile-line {
  width: 76%;
  height: 1px;
  margin: 34px 0 20px;
  background: linear-gradient(90deg, rgba(var(--bb-red-rgb, 208, 0, 0), 0.72), rgba(255, 255, 255, 0.09) 42%, transparent);
}

.band-brand-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 22px;
  pointer-events: auto;
}

.band-brand {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  justify-content: flex-start;
}

.band-brand-wordmark {
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.67);
  background: transparent;
  font-family: var(--font-body);
  font-size: 0.57rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.2;
  text-shadow: 0 2px 8px #000;
  text-transform: uppercase;
}

.band-brand-image {
  width: var(--band-brand-width, 104px);
  min-width: 0;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.band-brand-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: var(--band-brand-height, 28px);
  object-fit: contain;
  filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.95));
  opacity: 0.92;
}

.band-brand-image[data-brand="sennheiser"] {
  --band-brand-width: 128px;
  --band-brand-height: 22px;
}

.band-brand-image[data-brand="ears4u"] {
  --band-brand-width: 96px;
  --band-brand-height: 27px;
}

.band-brand-image[data-brand="tama"] {
  --band-brand-width: 94px;
  --band-brand-height: 25px;
}

.band-brand-image[data-brand="sabian"] {
  --band-brand-width: 76px;
  --band-brand-height: 31px;
}

.band-brand-image[data-brand="porter-davies"] {
  --band-brand-width: 136px;
  --band-brand-height: 25px;
}

.band-brand-image[data-brand="pro-mark"] {
  --band-brand-width: 124px;
  --band-brand-height: 27px;
}

.band-brand-image[data-brand="lignator"] {
  --band-brand-width: 136px;
  --band-brand-height: 24px;
}

.band-brand-image[data-brand="dunlop"] {
  --band-brand-width: 102px;
  --band-brand-height: 29px;
}

.band-brand-image[data-brand="roland"] {
  --band-brand-width: 119px;
  --band-brand-height: 27px;
}

.band-member-rail {
  display: none;
  width: min(1440px, calc(100% - 72px));
  margin: 1px auto 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.band-member-rail-shell {
  display: contents;
}

.band-member-rail-edge {
  display: none;
}

.band-member-tab {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 24px clamp(12px, 2vw, 28px) 25px;
  border: 0;
  border-right: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: background-color 460ms ease, color 460ms ease;
}

.band-member-tab:last-child {
  border-right: 0;
}

.band-member-tab::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -1px;
  left: 50%;
  height: 1px;
  background: var(--bb-red, #d00000);
  box-shadow: 0 0 15px rgba(var(--bb-red-rgb, 208, 0, 0), 0.58);
  transition: right 620ms cubic-bezier(0.16, 1, 0.3, 1), left 620ms cubic-bezier(0.16, 1, 0.3, 1);
}

.band-member-tab > strong {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.75);
  font-family: var(--font-body);
  font-size: clamp(0.66rem, 0.9vw, 0.8rem);
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.4;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 420ms ease;
}

.band-member-tab > small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.31);
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.band-member-tab:hover,
.band-member-tab:focus-visible,
.band-member-tab.is-active {
  outline: none;
  background: transparent;
}

.band-member-tab:hover > strong,
.band-member-tab:focus-visible > strong,
.band-member-tab.is-active > strong {
  color: var(--bb-red, #d00000);
}

.band-member-tab:focus-visible {
  outline: 1px solid rgba(255, 255, 255, 0.72);
  outline-offset: -2px;
  box-shadow: none;
}

.band-member-tab.is-active::before {
  right: 0;
  left: 0;
}

.band-profile-templates {
  display: none;
}

.band-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes band-marker-breathe {
  0%, 100% {
    opacity: 0.24;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.65;
    transform: scale(1.13);
  }
}

@media (hover: hover) and (pointer: fine) {
  .band-hotspot {
    opacity: 0;
  }

  .band-hotspot:hover,
  .band-hotspot:focus-visible,
  .band-hotspot.is-active,
  .band-photo-stage.is-member-active .band-hotspot:not(.is-active):hover,
  .band-photo-stage.is-member-active .band-hotspot:not(.is-active):focus-visible {
    opacity: 1;
  }

  .band-photo-stage.is-member-active .band-hotspot:not(.is-active) {
    opacity: 0;
  }

  .band-photo-stage.is-touch-input .band-hotspot {
    opacity: 1;
  }

  .band-photo-stage.is-touch-input.is-member-active .band-hotspot:not(.is-active) {
    opacity: 0.3;
  }
}

@media screen and (min-width: 1101px) {
  .band-section {
    padding: 75px 0 0;
  }

  .band-photo-stage {
    --band-photo-plane-height: 66.6667vw;
    --band-photo-offset-y: max(calc(100% - var(--band-photo-plane-height)), calc(-17vw - 8px));
    height: min(calc(100vh - 75px), var(--band-photo-plane-height));
    height: min(calc(100svh - 75px), var(--band-photo-plane-height));
    aspect-ratio: auto;
  }

  .band-photo,
  .band-photo-spotlight,
  .band-hotspots {
    top: var(--band-photo-offset-y);
    right: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  .band-photo-vignette {
    background:
      radial-gradient(ellipse 42% 76% at 86% 50%, rgba(2, 2, 3, 0.36), transparent 78%),
      linear-gradient(90deg, transparent 45%, rgba(2, 2, 3, 0.18) 55%, rgba(2, 2, 3, 0.78) 100%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.42) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.42) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 22%, transparent 63%, rgba(0, 0, 0, 0.72) 100%);
  }
}

@media screen and (max-width: 1100px) {
  .band-overlay-stack {
    position: relative;
    top: auto;
    right: auto;
    width: min(760px, calc(100% - 64px));
    max-height: none;
    margin: clamp(38px, 5vw, 58px) auto 0;
    transform: none;
  }

  .band-biography-panel,
  .band-profile {
    min-height: 0;
    max-height: none;
    padding: 0;
  }

  .band-biography-copy {
    columns: 2;
    column-gap: 48px;
    font-size: 0.86rem;
    line-height: 1.72;
  }

  .band-profile {
    align-self: start;
    height: 100%;
    overflow: hidden;
  }

  .band-profile.is-changing .band-profile-content {
    transform: none;
  }

  .band-profile h3 {
    padding-right: 56px;
  }

  .band-profile-close {
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .band-member-rail {
    width: calc(100% - 48px);
  }

  .band-member-tab {
    padding-right: 14px;
    padding-left: 14px;
  }
}

@media screen and (min-width: 1101px) and (max-height: 770px) {
  .band-producer-reveal {
    width: min(100%, clamp(240px, calc(177.78svh - 888px), 480px));
  }

  .band-producer-feature.is-open .band-producer-reveal {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  .band-section {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: var(--site-header-height-mobile);
  }

  .band-experience {
    scroll-margin-top: var(--site-header-height-mobile);
  }
}

@media screen and (max-width: 767px) {
  .band-hotspots {
    display: none;
  }

  .band-section {
    padding: var(--site-header-height-mobile) 0 92px;
  }

  .band-atmosphere {
    opacity: 0.12;
  }

  .band-photo-stage {
    aspect-ratio: 3 / 2;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.46);
  }

  .band-photo-depth {
    transform: none;
  }

  .band-photo {
    object-fit: contain;
  }

  .band-photo-base {
    filter: blur(0) brightness(0.72) contrast(1.05) saturate(0.78);
  }

  .band-photo-stage.is-member-active .band-photo-base {
    filter: blur(7px) brightness(0.2) contrast(1.02) saturate(0.35);
  }

  .band-photo-focus {
    -webkit-mask-image: radial-gradient(
      ellipse 13% 54% at var(--focus-x) var(--focus-y),
      #000 0%,
      #000 26%,
      rgba(0, 0, 0, 0.9) 47%,
      transparent 82%
    );
    mask-image: radial-gradient(
      ellipse 13% 54% at var(--focus-x) var(--focus-y),
      #000 0%,
      #000 26%,
      rgba(0, 0, 0, 0.9) 47%,
      transparent 82%
    );
  }

  .band-photo-vignette {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 45%, rgba(0, 0, 0, 0.72));
  }

  .band-photo-grain {
    opacity: 0.06;
  }

  .band-hotspot {
    top: var(--member-mobile-y, var(--member-y));
    left: var(--member-mobile-x, var(--member-x));
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
  }

  .band-hotspot-marker {
    top: 8px;
    width: 32px;
    height: 32px;
    transform: translateX(-50%);
  }

  .band-hotspot-ring {
    inset: 4px;
    background: rgba(2, 2, 3, 0.46);
  }

  .band-hotspot-ring::after {
    inset: -4px;
  }

  .band-hotspot-label {
    display: none;
  }

  .band-photo-stage.is-member-active .band-hotspot:not(.is-active) {
    opacity: 0.18;
  }

  .band-overlay-stack {
    width: calc(100% - 40px);
    margin: 34px 20px 0;
  }

  .band-biography-panel,
  .band-profile {
    padding: 0;
  }

  .band-biography-panel::before,
  .band-profile::before {
    content: none;
  }

  .band-biography-copy {
    columns: 1;
    font-size: 0.88rem;
    line-height: 1.78;
  }

  .band-producer-trigger {
    display: inline-block;
    min-height: 44px;
    line-height: 44px;
    vertical-align: middle;
  }

  .band-profile-content {
    min-height: 0;
  }

  .band-profile h3 {
    padding-right: 42px;
    font-size: clamp(2.7rem, 13vw, 4.2rem);
  }

  .band-profile-line {
    margin: 27px 0 23px;
  }

  .band-member-rail {
    display: flex;
    width: 100%;
    margin-top: 12px;
    padding: 0 16px 9px;
    overflow-x: auto;
    border: 0;
    gap: 8px;
    scroll-padding: 16px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .band-member-rail::-webkit-scrollbar {
    display: none;
  }

  .band-member-tab {
    flex: 0 0 158px;
    min-height: 78px;
    padding: 14px 15px 15px;
    border: 0;
    background: transparent;
    scroll-snap-align: center;
  }

  .band-member-tab:last-child {
    border: 0;
  }

  .band-member-tab:hover,
  .band-member-tab:focus-visible,
  .band-member-tab.is-active {
    background: transparent;
  }

  .band-member-tab:focus-visible {
    outline: 1px solid rgba(255, 255, 255, 0.72);
    outline-offset: -2px;
    box-shadow: none;
  }

  .band-member-tab > strong {
    font-size: 0.72rem;
  }

  .band-member-tab > small {
    font-size: 0.66rem;
  }

  .band-member-tab::before {
    right: 100%;
    left: 0;
  }

  .band-member-tab.is-active::before {
    right: 0;
  }
}

@media screen and (max-width: 479px) {
  .band-photo-stage {
    min-height: 248px;
  }

  .band-overlay-stack {
    width: calc(100% - 32px);
    margin-right: 16px;
    margin-left: 16px;
  }

  .band-profile-close {
    top: 0;
    right: 0;
  }

  .band-brand-wordmark {
    padding-right: 0;
    padding-left: 0;
    font-size: 0.53rem;
  }
}

@media (hover: none), (pointer: coarse) {
  .band-producer-trigger {
    display: inline-block;
    min-height: 44px;
    line-height: 44px;
    vertical-align: middle;
  }

  .band-hotspots {
    opacity: 1;
  }

  .band-hotspot-ring::after {
    opacity: 0.5;
    animation-duration: 2.8s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .band-photo-depth,
  .band-photo,
  .band-photo-spotlight,
  .band-overlay-stack,
  .band-hotspots,
  .band-hotspot,
  .band-hotspot-ring,
  .band-hotspot-dot,
  .band-hotspot-label,
  .band-biography-panel,
  .band-producer-symbol,
  .band-producer-reveal,
  .band-producer-reveal-inner,
  .band-producer-portrait,
  .band-producer-cta::before,
  .band-profile,
  .band-profile-content,
  .band-member-tab,
  .band-member-tab::before {
    transition-duration: 1ms !important;
    transition-delay: 0s !important;
  }

  .band-photo-depth {
    transform: none !important;
  }

  .band-producer-reveal-inner,
  .band-producer-portrait {
    filter: none !important;
    transform: none !important;
  }

  .band-photo-stage.is-member-active .band-photo-base {
    filter: blur(0) brightness(0.25) contrast(1.02) saturate(0.45);
    transform: none;
  }

  .band-photo-stage.is-member-active .band-photo-focus {
    transform: none;
  }

  .band-hotspot-ring::after {
    animation: none;
  }
}
