.tour-page-hero {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #050605;
  padding: 58px 0;
}

.tour-page-hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 0 0 40%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 34%;
  pointer-events: none;
}

.taddy-tour-hero::before {
  background-image: url("/assets/members/current/taddy-p-campbell.webp");
}

.tour-page-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, #050605 0%, #050605 32%, rgba(5,6,5,.96) 40%, rgba(5,6,5,.68) 53%, rgba(5,6,5,.18) 69%, transparent 82%),
    linear-gradient(0deg, rgba(5,6,5,.88) 0%, transparent 28%, rgba(5,6,5,.17) 100%);
}

.tour-page-hero .shell { position: relative; z-index: 1; }
.tour-page-hero h1 { max-width: 650px; margin: 12px 0 16px; font-size: clamp(46px, 5.4vw, 72px); text-shadow: 0 5px 30px #000; }
.tour-page-hero .lede { max-width: 570px; margin: 0; color: #eee6d8; font-size: 16px; line-height: 1.55; text-shadow: 0 3px 18px #000; }
.tour-page-hero .hero-member-name { margin-top: 20px; }

@media (max-width: 900px) {
  .tour-page-hero { min-height: 400px; padding: 48px 0; }
  .tour-page-hero::before { inset: 0 0 0 32%; background-position: 58% 30%; }
  .tour-page-hero::after { background: linear-gradient(90deg, #050605 0%, #050605f5 29%, #050605d6 44%, #0506056d 69%, transparent 89%), linear-gradient(0deg, #050605dc 0%, transparent 30%); }
  .tour-page-hero h1,
  .tour-page-hero .lede { max-width: 60%; }
}

@media (max-width: 560px) {
  .tour-page-hero { min-height: 450px; align-items: end; padding: 52px 0 34px; }
  .tour-page-hero::before { inset: 0; background-size: auto 77%; background-position: 64% top; }
  .tour-page-hero::after { background: linear-gradient(0deg, #050605 0%, #050605fa 39%, #0506056e 68%, #05060520 100%); }
  .tour-page-hero h1,
  .tour-page-hero .lede { max-width: 100%; }
  .tour-page-hero h1 { font-size: 42px; }
  .tour-page-hero .lede { font-size: 14px; }
  .tour-page-hero .hero-member-name { font-size: 10px !important; }
}
