/* Photographic inner-page headers. Homepage hero is intentionally unchanged. */
body.cpw-brand .cpw-page-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 0;
  background-color: #102e50;
  background-image: linear-gradient(90deg, rgba(10,34,60,.94), rgba(10,34,60,.76) 48%, rgba(10,34,60,.15)), var(--cpw-page-image, url('../images/headers/polished-hood.png'));
  background-size: cover;
  background-position: center, 65% center;
}
body.cpw-brand .cpw-page-hero::before,
body.cpw-brand .cpw-page-hero::after { content: none !important; display: none !important; }
body.cpw-brand .cpw-page-hero > .cpw-shell { position: relative; z-index: 1; }
.cpw-contact-options { display: grid; gap: 22px; min-width: 0; }
.cpw-contact-options .cpw-contact-tile { min-height: 200px; }
.cpw-contact-actions { display: flex; gap: 12px; margin: 12px 0 20px; }
.cpw-contact-actions a { background: var(--cpw-navy); color: white; border-radius: 8px; padding: 10px 18px; }
.cpw-contact-email { overflow-wrap: anywhere; font-size: .9rem; }
.cpw-contact-form .cpw-button { margin-top: 20px; }
.cpw-contact-form [data-cpw-contact-status] { margin-top: 20px; }
@media (max-width: 849px) {
  body.cpw-brand .cpw-page-hero {
    background-image: linear-gradient(90deg, rgba(10,34,60,.91), rgba(10,34,60,.70)), var(--cpw-page-image, url('../images/headers/polished-hood.png'));
    background-position: center, 72% center;
  }
}
