/* ============================================================================
  ABOUT BANNER STYLES (SCOPED)
  Purpose: Shared hero banner treatment for about pages only
  ============================================================================ */

body:is(.about-page, .about-details-page) .page-header {
  min-height: 3.6in;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.50in;
  background-size: cover;
  background-position: center 58%;
  background-repeat: no-repeat;
  background-image: url("/images/about2_banner1440.png");
  background-image: image-set(
    url("/images/about2_banner1024.png") 1x,
    url("/images/about2_banner1440.png") 1.5x,
    url("/images/about2_banner1920.png") 2x
  );
  margin-bottom: 0;
}

body:is(.about-page, .about-details-page) .page-header .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 3;
}

body:is(.about-page, .about-details-page) .page-header .page-title {
  display: none;
}

body:is(.about-page, .about-details-page) .page-header .page-subtitle {
  margin: 0 auto;
  text-align: center;
  color: var(--color-white);
  font-size: clamp(1.06rem, 2.08vw, 1.28rem);
  max-width: 860px;
  font-weight: 560;
  opacity: 0.90;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.36);
}

body:is(.about-page, .about-details-page) .page-header .page-subtitle::after {
  content: "";
  display: block;
  width: 68px;
  height: 1px;
  margin: 10px auto 0;
  background: rgba(255, 255, 255, 0.32);
}

@media (max-width: 768px) {
  body:is(.about-page, .about-details-page) .page-header {
    padding-bottom: 0.44in;
  }

  body:is(.about-page, .about-details-page) .page-header .page-subtitle {
    margin: 0 auto;
    text-align: center;
  }
}

body:is(.about-page, .about-details-page) .page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(12, 4, 20, 0.40), rgba(12, 4, 20, 0.50));
  opacity: 1;
  z-index: 1;
}

body.about-details-page.publications-page .page-header::before {
  content: none !important;
  display: none !important;
}

body.about-details-page.publications-page .page-header {
  background-image:
    linear-gradient(180deg, rgba(12, 4, 20, 0.40), rgba(12, 4, 20, 0.50)),
    image-set(
      url("/images/about2_banner1024.png") 1x,
      url("/images/about2_banner1440.png") 1.5x,
      url("/images/about2_banner1920.png") 2x
    ) !important;
  background-size: cover, cover;
  background-position: center, center 58%;
  background-repeat: no-repeat, no-repeat;
  padding-bottom: 0.39in;
}

@media (max-width: 768px) {
  body.about-details-page.publications-page .page-header {
    padding-bottom: 0.37in;
  }
}

@media (max-width: 320px) {
  html,
  body.about-details-page,
  body.about-details-page .page-wrapper {
    overflow-x: hidden;
  }

  body.about-details-page .shop-detail-section,
  body.about-details-page .shop-detail-shell,
  body.about-details-page .shop-detail-content,
  body.about-details-page .shop-detail-card,
  body.about-details-page .cta-section,
  body.about-details-page .cta-content,
  body.about-details-page .cta-buttons,
  body.about-details-page .cta-button-wrapper {
    max-width: 100%;
    min-width: 0;
  }

  body.about-details-page .shop-detail-card .shop-detail-heading,
  body.about-details-page .shop-detail-card .gradient-title {
    margin-left: 0 !important;
    overflow-wrap: anywhere;
  }

  body.about-details-page .cta-button-wrapper {
    overflow-x: clip;
  }

  body.about-details-page .cta-content .btn-cta-emphasized::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
