/* Bannd homepage hero adaptation — intentionally scoped to body[data-page="home"] only. */
body[data-page="home"] .hero.hero--bannd-adapted {
  min-height: clamp(620px, calc(100vh - 120px), 880px);
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, rgba(4,4,4,.88) 0%, rgba(4,4,4,.65) 31%, rgba(4,4,4,.22) 57%, rgba(4,4,4,.08) 100%),
    linear-gradient(0deg, rgba(0,0,0,.64) 0%, rgba(0,0,0,.08) 52%),
    url('../images/hero/bannd-home-hero.png') center 34% / cover no-repeat;
}

body[data-page="home"] .hero.hero--bannd-adapted::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,.12), transparent 26%, rgba(0,0,0,.12));
}

body[data-page="home"] .hero--bannd-adapted .hero-copy {
  width: min(720px, 62vw);
  padding: clamp(68px, 9vw, 132px) clamp(24px, 5.6vw, 88px) clamp(62px, 8vw, 108px);
  justify-content: flex-end;
  text-shadow: 0 2px 24px rgba(0,0,0,.42);
}

body[data-page="home"] .hero--bannd-adapted .eyebrow {
  align-self: flex-start;
  color: #ff3434;
  border: 1px solid currentColor;
  padding: 7px 12px 6px;
  transform: rotate(-1.3deg);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
  background: rgba(8,8,8,.26);
}

body[data-page="home"] .hero--bannd-adapted h1 {
  max-width: 660px;
  margin: 22px 0 22px;
  font-size: clamp(58px, 7.5vw, 116px);
  line-height: .82;
  letter-spacing: -.062em;
  color: #fff;
}

body[data-page="home"] .hero--bannd-adapted h1 .hero-red {
  color: var(--red);
  -webkit-text-stroke: 0;
}

body[data-page="home"] .hero--bannd-adapted .hero-subcopy {
  max-width: 520px;
  margin: 0;
  color: rgba(255,255,255,.88);
  font-size: clamp(14px, 1.25vw, 17px);
  line-height: 1.6;
}

body[data-page="home"] .hero--bannd-adapted .hero-actions {
  flex-wrap: wrap;
  margin-top: 27px;
}

body[data-page="home"] .hero--bannd-adapted .btn {
  min-width: 166px;
  backdrop-filter: blur(4px);
}

body[data-page="home"] .hero--bannd-adapted .btn.ghost {
  background: rgba(0,0,0,.25);
}

body[data-page="home"] .hero--bannd-adapted .hero-limited {
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  bottom: 24px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .3em;
  text-transform: uppercase;
}

@media (max-width: 850px) {
  body[data-page="home"] .hero.hero--bannd-adapted {
    min-height: 720px;
    align-items: flex-end;
    background:
      linear-gradient(0deg, rgba(4,4,4,.94) 0%, rgba(4,4,4,.7) 38%, rgba(4,4,4,.12) 72%),
      url('../images/hero/bannd-home-hero.png') 57% center / cover no-repeat;
  }

  body[data-page="home"] .hero--bannd-adapted .hero-copy {
    width: 100%;
    min-height: 0;
    padding: 330px 24px 72px;
  }

  body[data-page="home"] .hero--bannd-adapted h1 {
    max-width: 580px;
    font-size: clamp(54px, 13vw, 88px);
  }
}

@media (max-width: 520px) {
  body[data-page="home"] .hero.hero--bannd-adapted {
    min-height: 690px;
    background-position: 59% center;
  }

  body[data-page="home"] .hero--bannd-adapted .hero-copy {
    padding: 305px 20px 64px;
  }

  body[data-page="home"] .hero--bannd-adapted h1 {
    font-size: clamp(48px, 15vw, 66px);
    line-height: .86;
  }

  body[data-page="home"] .hero--bannd-adapted .hero-subcopy {
    font-size: 14px;
  }

  body[data-page="home"] .hero--bannd-adapted .hero-actions {
    width: 100%;
  }

  body[data-page="home"] .hero--bannd-adapted .hero-limited {
    display: none;
  }
}
