/* Wild Gaze – premium landing heroes (sharp imagery, text shields, no zoom blur) */

.wg-ph-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: none !important;
  animation: none !important;
  filter: none;
}

.wg-ph-bg .wg-ph-img,
.wg-page-header .wg-ph-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
  transform: none !important;
  animation: none;
  filter: none;
  max-width: none;
}

.wg-page-header .wg-ph-bg,
.wg-page-header .wg-ph-img {
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wg-page-header.wg-ph--warm {
  --wg-soft-hero-overlay: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.32) 0%,
    rgba(0, 0, 0, 0.08) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}

.wg-page-header.wg-ph--warm .wg-ph-bg::before {
  display: none !important;
}

.wg-page-header.wg-ph--circuit {
  --wg-soft-hero-overlay: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.06) 45%,
    rgba(0, 0, 0, 0) 100%
  );
}

.wg-page-header.wg-ph--cultural .wg-ph-bg,
.wg-page-header.wg-ph--cultural .wg-ph-img {
  object-position: center 38%;
  background-position: center 38%;
}

.wg-page-header.wg-ph--people {
  height: clamp(320px, 48vh, 480px);
}

.wg-page-header.wg-ph--people .wg-ph-bg,
.wg-page-header.wg-ph--people .wg-ph-img {
  object-fit: cover;
  object-position: center 12%;
  background-position: center 12%;
  image-rendering: auto;
  filter: none;
}

.wg-page-header.wg-ph--landscape .wg-ph-bg,
.wg-page-header.wg-ph--landscape .wg-ph-img {
  object-position: center 42%;
  background-position: center 42%;
  image-rendering: auto;
  filter: none;
}

@media (min-width: 1024px) {
  .wg-page-header.wg-ph--landscape:has(.wg-ph-sub),
  .wg-page-header.wg-ph--landscape:has(.wg-ph-cta) {
    height: clamp(300px, 38vh, 440px);
    max-height: 440px;
  }

  .wg-page-header.wg-ph--landscape.wg-ph--hires:has(.wg-ph-sub),
  .wg-page-header.wg-ph--landscape.wg-ph--hires:has(.wg-ph-cta) {
    height: clamp(300px, 38vh, 440px);
    max-height: 440px;
  }
}

@media (max-width: 768px) {
  .wg-page-header.wg-ph--cultural .wg-ph-bg,
  .wg-page-header.wg-ph--cultural .wg-ph-img {
    object-position: center 35%;
    background-position: center 35%;
  }

  .wg-page-header.wg-ph--people .wg-ph-bg,
  .wg-page-header.wg-ph--people .wg-ph-img {
    object-position: center 22%;
    background-position: center 22%;
  }
}

.wg-birding-destinations {
  padding-top: clamp(48px, 6vw, 72px);
  padding-bottom: clamp(32px, 4vw, 48px);
  background: var(--section-bg, #f9f6ee);
}

.wg-birding-destinations + .wg-birding,
.wg-birding-destinations + style + .wg-birding {
  border-top: 1px solid rgba(184, 148, 26, 0.2);
}

@media (prefers-reduced-motion: reduce) {
  .wg-ph-bg,
  .wg-ph-img {
    animation: none !important;
    transform: none !important;
  }
}
