.bandmate-immersive {
  position: relative;
  min-height: 340vh;
  padding: 0 42px 80px;
  overflow: clip;
  background:
    radial-gradient(circle at 72% 26%, rgba(184, 132, 38, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(16, 21, 31, 0), rgba(16, 21, 31, 0.04));
}

.bandmate-pin {
  position: sticky;
  top: 72px;
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(320px, 0.42fr) minmax(620px, 1fr);
  gap: 52px;
  align-items: center;
}

.bandmate-narrative h2 {
  max-width: 680px;
  font-size: clamp(44px, 4.7vw, 70px);
}

.bandmate-narrative {
  transition: opacity 260ms ease, transform 260ms ease;
}

.bandmate-immersive.is-reading .bandmate-narrative {
  opacity: 0.08;
  transform: translateY(-18px);
}

.bandmate-narrative p:not(.eyebrow) {
  max-width: 560px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.bandmate-device-stage {
  position: relative;
  min-height: min(76vh, 760px);
  display: grid;
  place-items: center;
}

.bandmate-device-stage::before {
  content: "";
  position: absolute;
  width: min(620px, 64vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(242, 181, 77, 0.28), rgba(242, 181, 77, 0.08) 38%, transparent 68%);
  filter: blur(6px);
}

.bandmate-live-screen {
  position: absolute;
  width: min(330px, 34vw);
  margin: 0;
  opacity: 0;
  transform: translateY(42px) scale(0.86) rotate(-2deg);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.bandmate-live-screen.is-active {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
  pointer-events: auto;
  z-index: 3;
}

.bandmate-live-screen:not(.is-active):nth-child(2) {
  transform: translate(-220px, 42px) scale(0.72) rotate(-8deg);
  opacity: 0.28;
}

.bandmate-live-screen:not(.is-active):nth-child(3) {
  transform: translate(220px, 54px) scale(0.72) rotate(8deg);
  opacity: 0.24;
}

.bandmate-live-screen figcaption {
  margin-top: 14px;
  color: #344054;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.bandmate-live-screen .phone-frame {
  background: #111827;
  box-shadow: 0 42px 100px rgba(16, 21, 31, 0.26);
}

.bandmate-story-steps {
  position: relative;
  z-index: 4;
  width: min(440px, calc(100% - 84px));
  margin-top: 12vh;
  margin-left: 42px;
  display: grid;
  gap: 38vh;
  padding-bottom: 62vh;
}

.bandmate-step {
  min-height: 270px;
  padding: 24px;
  border: 1px solid rgba(216, 208, 194, 0.82);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.94);
  box-shadow: 0 28px 70px rgba(16, 21, 31, 0.12);
  backdrop-filter: blur(18px);
  opacity: 0.58;
  transform: translateY(18px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.bandmate-step.is-active {
  opacity: 1;
  transform: translateY(0);
}

.bandmate-step span {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 930;
}

.bandmate-step p {
  margin: 0 0 8px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 930;
  text-transform: uppercase;
}

.bandmate-step h3 {
  max-width: 360px;
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.04;
}

.bandmate-step small {
  display: block;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.52;
}

.bandmate-session {
  padding: 88px 42px 96px;
  overflow: clip;
}

.bandmate-session-copy {
  max-width: 900px;
  margin-bottom: 34px;
}

.bandmate-session-copy h2 {
  font-size: clamp(40px, 5vw, 76px);
}

.bandmate-session-copy p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.bandmate-session-visual {
  position: relative;
  min-height: 760px;
}

.session-phone {
  position: absolute;
  margin: 0;
}

.session-phone .phone-frame {
  background: #111827;
}

.session-phone figcaption {
  margin-top: 12px;
  color: #344054;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.session-phone.youtube {
  left: 50%;
  top: 0;
  width: min(340px, 34vw);
  transform: translateX(-50%);
  z-index: 3;
}

.session-phone.bookmarks {
  left: 10%;
  top: 110px;
  width: min(260px, 25vw);
  transform: rotate(-7deg);
  z-index: 2;
}

.session-phone.settings {
  right: 10%;
  top: 138px;
  width: min(260px, 25vw);
  transform: rotate(7deg);
  z-index: 1;
}

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

.bandmate-utility-strip article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 250, 0.78);
}

.bandmate-utility-strip h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.bandmate-utility-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .bandmate-pin {
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
    padding-top: 54px;
  }

  .bandmate-device-stage {
    min-height: 560px;
  }

  .bandmate-story-steps {
    width: min(520px, calc(100% - 48px));
    margin-top: -42vh;
    margin-left: 24px;
  }
}

@media (max-width: 720px) {
  .bandmate-immersive {
    min-height: 0;
    padding: 38px 20px 58px;
    overflow: visible;
  }

  .bandmate-pin {
    display: contents;
  }

  .bandmate-narrative h2 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: 0.98;
  }

  .bandmate-narrative p:not(.eyebrow) {
    font-size: 18px;
  }

  .bandmate-device-stage {
    position: sticky;
    top: 58px;
    z-index: 2;
    min-height: 380px;
    margin: 20px -20px 0;
    background:
      linear-gradient(180deg, rgba(244, 241, 234, 0.94), rgba(244, 241, 234, 0.78) 72%, rgba(244, 241, 234, 0));
  }

  .bandmate-live-screen {
    width: min(185px, 52vw);
  }

  .bandmate-live-screen.is-active {
    transform: translateY(20px) scale(1) rotate(0deg);
  }

  .bandmate-live-screen:not(.is-active):nth-child(2) {
    transform: translate(-68px, 68px) scale(0.68) rotate(-8deg);
    opacity: 0.24;
  }

  .bandmate-live-screen:not(.is-active):nth-child(3) {
    transform: translate(68px, 76px) scale(0.68) rotate(8deg);
    opacity: 0.2;
  }

  .bandmate-story-steps {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 16px 0 0;
    gap: 18px;
    padding-bottom: 34px;
  }

  .bandmate-step {
    min-height: 0;
    padding: 18px;
    opacity: 0.96;
    transform: none;
    box-shadow: 0 22px 58px rgba(16, 21, 31, 0.12);
  }

  .bandmate-step h3 {
    font-size: 28px;
  }

  .bandmate-step small {
    font-size: 16px;
  }

  .bandmate-session {
    padding: 58px 20px 70px;
  }

  .bandmate-session-copy h2 {
    font-size: clamp(40px, 12vw, 56px);
    line-height: 0.98;
  }

  .bandmate-session-copy p:not(.eyebrow) {
    font-size: 18px;
  }

  .bandmate-session-visual {
    min-height: 600px;
  }

  .session-phone.youtube {
    width: min(210px, 58vw);
  }

  .session-phone.bookmarks {
    left: 0;
    top: 170px;
    width: min(150px, 38vw);
  }

  .session-phone.settings {
    right: 0;
    top: 190px;
    width: min(150px, 38vw);
  }

  .bandmate-utility-strip {
    grid-template-columns: 1fr;
  }

  .bandmate-utility-strip article {
    min-height: 0;
  }
}