/* =============================================
   Homepage hero fixes
   ============================================= */

article .wp-block-cover.alignfull:first-of-type {
  background-image: url("/wp-content/uploads/2026/06/banner-hero.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

article .wp-block-cover.alignfull:first-of-type .wp-block-cover__background {
  opacity: 0.25 !important;
}

article .wp-block-cover.alignfull:first-of-type .wp-block-group {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 40px 48px !important;
  border-radius: 12px;
  max-width: 780px;
  margin: 0 auto;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

article .wp-block-cover.alignfull:first-of-type h1 {
  color: #212121 !important;
}

article .wp-block-cover.alignfull:first-of-type p {
  color: #434241 !important;
}

article .wp-block-cover.alignfull:first-of-type .wp-block-search__input {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: #212121 !important;
}

article .wp-block-cover.alignfull:first-of-type .wp-block-search__button {
  background: #D4521E !important;
  color: #FFFFFF !important;
}
