:root {
  --staff-purple: #5f24d6;
  --staff-dark: #000;
  --staff-tear-height: clamp(70px, 12vw, 140px);
}

.staff-page {
  background: var(--staff-dark);
  color: var(--white);
}

.staff-hero {
  position: relative;
  z-index: 3;
  background: var(--staff-purple);
  padding: clamp(6rem, 23vw, 35rem) 0 clamp(6rem, 14vw, 9rem);
  overflow: hidden;
}

.staff-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}


.staff-hero::before,
.staff-hero::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--staff-tear-height);
  z-index: 1;
}

.staff-hero::before {
  top: -1px;
}

.staff-hero::after {
  bottom: -1px;
  transform: scaleY(-1);
}

.staff-hero__collage {
  position: relative;
  width: min(1200px, 92vw);
  height: clamp(220px, 34vw, 420px);
  margin: 0 auto;
  z-index: 2;
}

.staff-hero__photo {
  position: absolute;
  width: clamp(160px, 22vw, 300px);
  filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.45));
}

.staff-hero__photo--left {
  left: -2%;
  top: 12%;
  transform: rotate(-12deg);
}

.staff-hero__photo--center {
  left: 36%;
  top: 0;
  transform: rotate(2deg);
}

.staff-hero__photo--right {
  right: -1%;
  top: 18%;
  transform: rotate(10deg);
}

.staff-hero__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -25%);
  width: min(30vw, 70vw);
  z-index: 6;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.4));
}

.staff-hero-cutout {
  --cutout-visible: clamp(140px, 14.85vw, 285px);
  --cutout-overlap: clamp(60px, 8vw, 160px);
  position: relative;
  z-index: 5;
  width: 100%;
  height: var(--cutout-visible);
  margin-top: calc(-1 * var(--cutout-overlap));
  background: url("../assets/staff/strappo+foto.png") center top / 100% auto no-repeat;
  overflow: hidden;
}

.staff-hero-cutout__image {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.staff-hero-cutout .staff-hero__title {
  top: 50%;
  transform: translate(-50%, -50%);
}

.staff-intro {
  background: url(../assets/staff/strappo+foto.png) center top / 100% auto no-repeat;
  margin-top: -6vw;
  position: relative;
  z-index: 4;
  min-height: clamp(360px, 60vw, 560px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.staff-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.staff-intro__mission {
  margin: 15% auto;
  position: relative;
  z-index: 2;
  height: auto;
  display: block;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.staff-band {
  position: relative;
  z-index: 2;
  background: #000;
  padding: clamp(5rem, 12vw, 8rem) 0;
  overflow: hidden;
  text-align: center;
}

.staff-lead {
  z-index: 4;
  background: transparent;
  --staff-lead-overlap: clamp(63px, 16vw, 129px);
  --card-scale: 1;
  margin-top: calc(-1 * var(--staff-lead-overlap));
  padding-top: calc(clamp(5rem, 12vw, 8rem) + var(--staff-lead-overlap));
}

.staff-lead--michele:hover,
.staff-lead--michele:focus-within,
.staff-lead--michele.is-hovered,
.staff-lead--simone:hover,
.staff-lead--simone:focus-within,
.staff-lead--simone.is-hovered {
  --card-scale: 1.06;
}

.staff-lead.tear-band::before {
  background-image: url("../assets/personaggi/strappo%20di%20sopra%20LARGO.png");
  background-position: center;
  background-size: 100% 100%;
  background-color: transparent;
  margin-top: -10vw;
}

.staff-band__inner {
  margin-top: calc(-1.4 * var(--staff-lead-overlap));
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1rem, 4vw, 2.4rem);
}

.staff-band__title {
  width: min(36vw, 92vw);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.4));
  transform: translateY(-45%);
}

.staff-band__card {
  width: clamp(220px, 32vw, 380px);
  filter: drop-shadow(0 18px 26px rgba(0, 0, 0, 0.45));
  transition: transform 0.35s ease;
  transform-origin: center;
}

.staff-band__card--left {
  transform: rotate(-3deg) translate(0px, -80px) scale(var(--card-scale, 1));
  z-index: 2;
}

.staff-band__card--right {
  transform: rotate(3deg) translate(0px, -50px) scale(var(--card-scale, 1));
  z-index: 1;
}

.staff-lead__grid {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 380px) minmax(220px, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 3rem);
  margin-top: clamp(-6.5rem, -2vw, -3.4rem);
  transform: translateY(-25%);
}

.griglia_michele{
  transform: translate(2%, -25%);
}

.staff-lead__card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-lead__detail {
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}

.staff-lead--michele:hover .staff-lead__detail,
.staff-lead--michele:focus-within .staff-lead__detail,
.staff-lead--michele.is-hovered .staff-lead__detail,
.staff-lead--simone:hover .staff-lead__detail,
.staff-lead--simone:focus-within .staff-lead__detail,
.staff-lead--simone.is-hovered .staff-lead__detail {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.staff-lead__bio {
  text-align: center;
  max-width: 380px;
  font-family: "Nexa Extra Light", "Trebuchet MS", sans-serif;
  font-size: clamp(0.88rem, 1.15vw, 1rem);
  color: #f2f2f2;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  margin-left: auto;
  margin-right: 10%;
}

.staff-lead__role {
  margin: 0 0 0.6rem;
  font-family: "Nexa Extra Light", "Trebuchet MS", sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 1.5rem);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.staff-lead__subtitle {
  margin: 0 0 1.2rem;
  font-size: clamp(0.98rem, 1.2vw, 1rem);
  color: #f9f9f9;
}

.staff-lead__bio p {
  margin: 0 0 1rem;
}

.staff-lead__social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  background: var(--yellow);
  color: #101010;
  border-radius: 999px;
  font-family: "MAIAN", "Trebuchet MS", sans-serif;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
}

.staff-lead__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.staff-lead__social img {
  width: 20px;
  height: 20px;
  display: block;
}

.staff-lead__social-label {
  white-space: nowrap;
}

.staff-lead__media {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  text-align: right;
  max-width: 360px;
}

.staff-lead__media--center {
  align-items: center;
  text-align: center;
  max-width: 480px;
}

.staff-lead__video-wrap {
  position: relative;
  width: clamp(150px, 20vw, 240px);
  aspect-ratio: 3 / 5;
  filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.5));
}

.staff-lead__video-wrap--wide {
  width: clamp(220px, 30vw, 420px);
  aspect-ratio: 113 / 50;
}

.staff-lead--simone .staff-lead__video-wrap{
  aspect-ratio: 113 / 60;
}

.staff-lead--simone .staff-lead__video,
.staff-lead--simone .staff-lead__frame {
  width: 320%;
  height: 160%;
}

.staff-lead__video,
.staff-lead__frame {
  position: absolute;
  inset: 0;
  width: 280%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
  max-width: inherit;
  left: -130%;
  top:-11%;
}

.staff-lead__video {
  opacity: 0;
  pointer-events: none;
}

.staff-lead__video.is-active {
  opacity: 1;
}

.staff-lead__frame {
  opacity: 1;
}

.staff-lead__frame.is-hidden {
  opacity: 0;
}

.staff-lead__voices {
  font-family: "Nexa Extra Light", "Trebuchet MS", sans-serif;
  font-size: clamp(0.82rem, 1.1vw, 0.8rem);
  color: #f2f2f2;
  margin-top: -10vw;
  width: 30vw;
}

.staff-lead--simone .staff-lead__voices {
  margin-top: 0;
  width: 100%;
  text-align: center;
}

.staff-lead__voices-title {
  margin: 0 0 0.4rem;
  font-family: "Nexa Extra Light", "Trebuchet MS", sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.staff-lead__voices p {
  margin: 0;
}

.staff-voice {
  position: relative;
  background: #000;
  padding: clamp(5rem, 12vw, 8rem) 0 clamp(8rem, 14vw, 12rem);
  overflow: hidden;
  padding-top: 0;
}

.staff-voice__stage {
  position: relative;
  width: min(1200px, 92vw);
  margin: 0 auto;
  min-height: clamp(520px, 90vw, 880px);
  transition: transform 0.45s ease, filter 0.45s ease, opacity 0.45s ease;
}

.staff-voice.is-open .staff-voice__stage {
  transform: translateX(-24%) scale(0.96);
  filter: blur(6px);
  opacity: 0.35;
  pointer-events: none;
}

.staff-voice__mic {
  position: absolute;
  left: 50%;
  bottom: -4%;
  transform: translateX(-50%);
  width: clamp(200px, 36vw, 569px);
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.7));
  z-index: 1;
}

.staff-voice__title {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -70%);
  width: min(420px, 72vw);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.5));
  z-index: 3;
}

.staff-voice__card {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: clamp(140px, 18vw, 220px);
  --voice-scale: 1;
  transform: translate(-50%, -50%) rotate(var(--rot, 0deg)) scale(var(--voice-scale, 1));
  z-index: 4;
  cursor: pointer;
  transition: transform 0.25s ease, filter 0.25s ease;
}

.staff-voice__card:hover,
.staff-voice__card:focus-visible {
  --voice-scale: 1.08;
  z-index: 6;
}

.staff-voice__photo {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.6));
}

.staff-voice__name {
  position: absolute;
  left: 50%;
  top: -16%;
  transform: translate(-50%, -50%) rotate(-2deg);
  width: min(220px, 46vw);
  height: auto;
  display: block;
  z-index: 5;
}

.staff-voice__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4rem) 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(20px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  z-index: 6;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.88) 55%, rgba(0, 0, 0, 0.96) 100%);
}

.staff-voice.is-open .staff-voice__overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 0s;
}

.staff-voice__overlay-inner {
  position: relative;
  width: min(1200px, 92vw);
  margin: 0 auto;
}

.staff-voice__close {
  position: absolute;
  top: -7vw;
  right: clamp(0.5rem, 2vw, 1.5rem);
  width: clamp(36px, 5vw, 46px);
  height: clamp(36px, 5vw, 46px);
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.staff-voice__close:hover,
.staff-voice__close:focus-visible {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.staff-voice__detail {
  display: grid;
  grid-template-columns: minmax(240px, 1.1fr) minmax(280px, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.staff-voice__detail-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.staff-voice__detail-stack {
  position: relative;
  width: clamp(240px, 30vw, 360px);
}

.staff-voice__detail-card {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.6));
  z-index: 20;
  transform: translateY(-5vw);
}

.staff-voice__detail-mic {
  max-width: inherit;
  position: absolute;
  left: -88%;
  bottom: -150%;
  width: clamp(257px, 85vw, 957px);
  height: auto;
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.55));
}

.staff-voice__detail-characters {
  position: absolute;
  right: -30%;
  bottom: 50%;
  width: clamp(180px, 24vw, 300px);
  height: clamp(250px, 34vw, 435px);
  display: block;
  z-index: 1;
  transform: rotate(45deg) translateX(-100%) translateY(-15%);
  transform-origin: left bottom;
  pointer-events: none;
}

.staff-voice__detail-characters.is-hidden {
  display: none;
}

.staff-voice__detail-character {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  transform: translate(
    calc(var(--stack-index, 0) * 45%), 
    calc(var(--stack-index, 0) * 15%)
  )
  rotate(calc(var(--stack-index, 0) * -3deg));
  z-index: calc(1 + var(--stack-index, 0));
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.6));
}

.staff-voice__detail-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(-5vw);
}

.staff-voice__detail-title {
  width: min(420px, 80vw);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.6));
  margin-bottom: clamp(0.5rem, 2vw, 1.5rem);
}

.staff-voice__detail-title.is-hidden {
  display: none;
}

.staff-voice__detail-title-text {
  margin: 0 0 1.5rem;
  font-family: "Matcha Vibes", "Trebuchet MS", sans-serif;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  display: none;
}

.staff-voice__detail-title-text.is-visible {
  display: block;
}

.staff-voice__detail-lines {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.staff-voice__detail-line {
  margin: 0 auto;
  font-family: "Nexa Extra Light", "Trebuchet MS", sans-serif;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  color: #f2f2f2;
  max-width: 420px;
}

.staff-voice__detail-label {
  display: block;
  font-family: "Nexa Bold", "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: clamp(0.7rem, 1vw, 0.85rem);
  color: #ffffff;
  margin-bottom: 0.15rem;
}

.staff-voice__detail-social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  background: var(--yellow);
  color: #101010;
  border-radius: 999px;
  font-family: "MAIAN", "Trebuchet MS", sans-serif;
  font-size: 0.7rem;
  text-transform: none;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
  margin-top: 1.5rem;
}

.staff-voice__detail-social .staff-voice__detail-label {
  text-transform: none;
  margin-bottom: 0;
  color:#000;
}

.staff-voice__detail-social.is-hidden {
  display: none;
}

.staff-voice__detail-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.staff-voice__detail-social-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.staff-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 60;
  width:100vw;
}

.staff-video-modal.is-open {
  display: flex;
}

.staff-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.staff-video-modal__content {
  position: relative;
  z-index: 1;
  width: min(960px, 100vw);
  max-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.staff-video-modal__video {
  width: 150%;
  height: auto;
  max-height: 100vh;
  border-radius: 12px;
}

.staff-video-modal__close {
  position: absolute;
  top: -16px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}

.staff-video-modal__close:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}

.back-to-top {
  position: fixed;
  right: 4vw;
  bottom: clamp(2rem, 5vw, 3.5rem);
  width: clamp(80px, 10vw, 120px);
  border: 0;
  background: transparent;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 20;
  cursor: pointer;
}

.back-to-top.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}

.back-to-top img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {

  .staff-lead--michele.is-hovered .staff-lead__detail, .staff-lead--simone.is-hovered .staff-lead__detail{
    transform: translateX(-35px);
  }

  .griglia_michele{
    transform: translate(2%, -2vw);
  }

  .staff-band__title{
    transform: translateY(0);
  }

  .staff-lead__grid{
    transform: translateY(0);
  }

  .staff-voice__mic{
    width: 55vw;
  }

  .staff-voice__detail-mic{
    width: 80vw;
  }

  .staff-voice__close{
    top: -10vw;
  }
}

@media (max-width: 767px) {
  .staff-hero__title{
    width: 70vw;
    transform: translate(-50%, -30%);
  }

  main{
    margin-top: -20px;
  }

  .staff-hero{
    padding: clamp(10rem, 23vw, 35rem) 0 clamp(6rem, 14vw, 9rem);
  }

  .staff-hero-cutout .staff-hero__title{
    transform: translate(-50%, -70%);
  }

  .staff-body,
  .staff-page {
    overflow-x: hidden;
  }

  .staff-intro{
    background: url(../assets/staff/strappo+foto.png) center top / 200% auto no-repeat;
    margin-top: -8%;
  }

  .staff-intro__mission{
    width: 140vw;
    max-width: inherit;
    margin: 10% 0;
  }

  .staff-lead__detail{
    display: none;
  }

  .staff-lead__detail{
    display: none;
  }

  .staff-band__title{
    margin-top: 18%;
    transform: translateY(-25%);
    width: 85%;
  }


  .title_cofond{
    transform: translateY(-20%);
  }

  .staff-hero__collage {
    height: clamp(200px, 60vw, 360px);
  }

  .staff-hero__photo--left {
    left: -8%;
  }

  .staff-hero__photo--right {
    right: -8%;
  }

  .staff-intro__arrow {
    width: clamp(100px, 26vw, 180px);
  }

  .staff-lead__grid {
    grid-template-columns: 1fr;
    text-align: center;
    transform: translateY(20%);
  }

  .staff-band__card--right{
    transform: rotate(3deg) translate(0px, -30px) scale(var(--card-scale, 1));
  }

  .staff-lead__bio,
  .staff-lead__media {
    max-width: 100%;
    align-items: center;
    text-align: center;
  }

  .staff-lead__media {
    align-items: center;
  }

  .staff-lead__voices {
    text-align: center;
  }

  .staff-lead__social {
    justify-content: center;
  }

  .staff-band__card--left {
    transform: rotate(-3deg) translate(10px, -40px) scale(var(--card-scale, 1));
  }

  .staff-voice__stage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 4vw, 2rem);
    min-height: auto;
    padding-top: clamp(2rem, 6vw, 3rem);
  }

  .staff-voice__title {
    position: static;
    transform: none;
    width: min(300px, 70vw);
    margin: 0 auto 0.5rem;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .staff-voice__photo{
    width: 95%;
    margin: 0 auto;
  }

  .staff-voice__mic {
    position: static;
    transform: none;
    width: min(260px, 60vw);
    margin: 0 auto 1.5rem;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .staff-voice__card {
    position: relative;
    left: auto;
    top: auto;
    transform: scale(var(--voice-scale, 1));
    width: min(190px, 62vw);
    justify-self: center;
  }

  .staff-voice__card:nth-of-type(1) {
    order: 2;
  }

  .staff-voice__card:nth-of-type(2) {
    order: 1;
  }

  .staff-voice__card:nth-of-type(3) {
    order: 4;
  }

  .staff-voice__card:nth-of-type(4) {
    order: 3;
  }

  .staff-voice.is-open .staff-voice__stage {
    transform: translateX(-10%) scale(0.98);
  }

  .staff-voice__detail {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .staff-voice__detail-characters {
    position: absolute;
    right: -10%;
    bottom: -10%;
    margin-top: 0;
    width: clamp(160px, 40vw, 240px);
    height: clamp(210px, 46vw, 320px);
    transform: rotate(-6deg) translateX(4%);
  }

  .staff-voice__detail-mic {
    left: -35%;
    bottom: -25%;
    width: clamp(200px, 70vw, 420px);
  }

  .staff-voice__name {
    position: static;
    transform: none;
    margin: 0 auto 0.3rem;
    width: min(220px, 70vw);
  }

  .staff-lead__detail {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
  }

  .staff-voice__card:hover,
  .staff-voice__card:focus-visible {
    --voice-scale: 1;
  }

  .staff-band__card[data-video] {
    cursor: pointer;
  }

  .staff-voice__overlay {
    display: none;
  }

  .staff-voice__mic {
    display: none;
  }

  .staff-video-modal__video{
    width:230%;
  }
}

@media (max-width: 600px) {
  .staff-hero__photo {
    width: clamp(140px, 40vw, 240px);
  }

  .staff-hero__photo--center {
    left: 28%;
  }

  .staff-intro__text {
    font-size: clamp(1.05rem, 4.6vw, 1.6rem);
  }

  .staff-band {
    padding: clamp(4rem, 14vw, 6.5rem) 0;
  }

  .back-to-top {
    width: clamp(70px, 18vw, 100px);
    right: 6vw;
    bottom: 1.5rem;
  }
}

@media (hover: none) {
  .staff-lead__detail {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
  }
}

.staff-body .site-footer {
  margin-top: clamp(-160px, -10vw, -90px);
  position: relative;
  z-index: 6;
}

.staff-body.is-modal-open {
  overflow: hidden;
}
