/* Shared foundation; each homepage loads only its own brand's visual assets. */
.raitz-enhanced {
  --raitz-ui-ink: #24282c;
  --raitz-ui-line: #dfe5e7;
  --raitz-ui-shadow: 0 12px 32px rgb(29 42 49 / 8%);
}
.raitz-enhanced :is(a, button, input, textarea, select):focus-visible {
  outline: 3px solid #15788b;
  outline-offset: 4px;
}
.raitz-enhanced :is(.elementor-location-header, #masthead, #header-full) {
  position: relative;
  z-index: 5;
}
