/*
 * Prospect Website v2.12.6 — production image localization and shared hero geometry.
 *
 * All primary desktop heroes use the same photograph frame, copy origin, and
 * right-side note anchor. Individual copy lengths and bridge content remain
 * page-specific by design.
 */

@media (min-width: 781px) {
  body.prospect-homepage #pamg-homepage .pamg-shared-hero,
  body.prospect-services #pamg-services .pamg-shared-hero,
  body.prospect-lifecycle #pamg-lifecycle .pamg-shared-hero,
  body.prospect-about #pamg-about .pamg-shared-hero,
  body.prospect-careers #pamg-careers .pamg-shared-hero,
  body.prospect-contact #pamg-contact .pamg-shared-hero {
    box-sizing: border-box;
    width: 100%;
    height: 850px;
    min-height: 850px;
    padding-top: 0;
    padding-bottom: 0;
    align-items: stretch;
  }

  body.prospect-homepage #pamg-homepage .pamg-shared-hero > .hero-content,
  body.prospect-services #pamg-services .pamg-shared-hero > .hero-grid,
  body.prospect-lifecycle #pamg-lifecycle .pamg-shared-hero > .hero-grid,
  body.prospect-about #pamg-about .pamg-shared-hero > .hero-grid,
  body.prospect-contact #pamg-contact .pamg-shared-hero > .hero-grid {
    box-sizing: border-box;
    height: 100%;
    padding-top: 255px;
    padding-bottom: 0;
    align-items: start;
  }

  body.prospect-homepage #pamg-homepage .hero-meta,
  body.prospect-services #pamg-services .hero-note,
  body.prospect-lifecycle #pamg-lifecycle .hero-note,
  body.prospect-about #pamg-about .hero-note,
  body.prospect-contact #pamg-contact .hero-note {
    position: absolute;
    right: 0;
    bottom: 108px;
    width: 310px;
    margin: 0;
  }

  body.prospect-careers #pamg-careers .pamg-hero-frame {
    box-sizing: border-box;
    height: 100%;
  }

  body.prospect-careers #pamg-careers .careers-hero-grid {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding-top: 255px;
    padding-bottom: 0;
    align-items: start;
  }

  body.prospect-careers #pamg-careers .careers-hero-copy {
    align-self: start;
  }

  body.prospect-careers #pamg-careers .careers-hero-note {
    position: absolute;
    right: 0;
    bottom: 108px;
    width: 310px;
    margin: 0;
  }
}
