/* Full-bleed architectural imagery, shared by every page hero. */
.production-site .immersive-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: clamp(680px, calc(100svh - 138px), 980px);
  padding: 32px var(--pad) 108px;
  overflow: hidden;
  background: var(--carbon);
  color: var(--ivory);
  border-bottom: 0;
}
.immersive-hero .hero-backdrop,
.immersive-hero .hero-backdrop .activity-image {
  position: absolute;
  inset: 0;
  margin: 0;
}
.immersive-hero .hero-backdrop { z-index: 0; }
.immersive-hero .hero-backdrop img {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}
.immersive-hero .hero-backdrop::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(0deg, #191919a6, transparent 24%, transparent 82%, #19191955),
    linear-gradient(90deg, #191919e8 0%, #191919cc 35%, #19191985 58%, #19191919 100%);
}
.production-site .immersive-hero .breadcrumbs,
.immersive-hero .hero-location {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ivory);
}
.production-site .immersive-hero .activity-hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1;
  width: 100%;
  max-width: 850px;
  gap: 26px;
  padding: 96px 0 24px;
}
.immersive-hero .activity-heading { align-self: auto; width: 100%; }
.production-site .immersive-hero .activity-label .activity-icon { color: var(--ivory); }
.production-site .immersive-hero .activity-label .eyebrow { color: var(--ivory); font-size: 10px; }
.production-site .immersive-hero .activity-heading h1 {
  margin-top: 24px;
  max-width: 850px;
  font-size: clamp(44px, 4.5vw, 78px);
  line-height: 1.08;
  letter-spacing: -.045em;
  color: var(--ivory);
  text-wrap: balance;
}
.immersive-hero .activity-heading h1 .serif { line-height: 1.04; }
.production-site .immersive-hero .activity-intro { padding: 0; }
.production-site .immersive-hero .activity-intro > p {
  max-width: 510px;
  color: var(--ivory);
  font-size: 15px;
  line-height: 1.85;
}
.immersive-hero .activity-intro .btn { margin-top: 28px; }
.production-site .immersive-hero .btn:hover { background: var(--stone); color: var(--carbon); border-color: var(--stone); }
.immersive-hero a:focus-visible { outline-color: var(--ivory); outline-offset: 6px; }
.production-site .immersive-hero .hero-backdrop figcaption {
  position: absolute;
  z-index: 1;
  left: var(--pad);
  right: var(--pad);
  bottom: 28px;
  display: flex;
  justify-content: space-between;
  gap: 12px 36px;
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid #f4efe766;
  font-size: 10px;
  line-height: 1.6;
  color: var(--ivory);
}
.immersive-hero .hero-backdrop figcaption span:first-child { text-transform: uppercase; letter-spacing: .06em; }
.production-site .immersive-hero .hero-backdrop figcaption span:last-child { color: var(--ivory); text-align: right; }

@media (max-width: 1100px) {
  .production-site .immersive-hero .activity-hero-grid { max-width: 730px; }
  .immersive-hero .hero-backdrop::after {
    background: linear-gradient(90deg, #191919e0, #191919ad 55%, #19191940), linear-gradient(0deg, #191919c4, transparent 28%);
  }
}
@media (max-width: 760px) {
  .production-site .immersive-hero {
    min-height: 760px;
    padding: 25px var(--pad) 112px;
  }
  .immersive-hero .hero-backdrop img { object-position: 62% center; }
  .immersive-hero[data-hero-image="zen-exterior-01"] .hero-backdrop img,
  .immersive-hero[data-hero-image="zen-exterior-04"] .hero-backdrop img { object-position: 58% center; }
  .immersive-hero .hero-backdrop::after {
    background: linear-gradient(180deg, #19191990 0%, #19191933 18%, #191919ba 40%, #191919eb 70%, #191919f2 100%);
  }
  .production-site .immersive-hero .activity-hero-grid {
    padding: 190px 0 0;
    gap: 20px;
    max-width: 620px;
  }
  .production-site .immersive-hero .activity-heading h1 {
    font-size: clamp(37px, 7.8vw, 54px);
    line-height: 1.1;
    margin-top: 19px;
    overflow-wrap: break-word;
  }
  .production-site .immersive-hero .activity-intro > p { font-size: 14px; line-height: 1.85; }
  .immersive-hero .activity-intro .btn { margin-top: 24px; }
  .production-site .immersive-hero .hero-backdrop figcaption {
    display: block;
    bottom: 24px;
    font-size: 10px;
  }
  .immersive-hero .hero-backdrop figcaption span { display: block; }
  .production-site .immersive-hero .hero-backdrop figcaption span:last-child { text-align: left; margin-top: 4px; }
}
