mas-hero-image {
  display: block;
  position: relative;
  overflow: hidden;
  min-height: 580px;
}
@media (max-width: 768px) { mas-hero-image { min-height: 420px } }
.mas-hero-image-0 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.mas-hero-image-1 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 580px;
  text-align: center;
  padding: 5rem 1.5rem;
  color: var(--color-text-white);
}
@media (max-width: 768px) { .mas-hero-image-1 { min-height: 420px; padding: 4rem 1.5rem } }
.mas-hero-image-2 {
  max-width: var(--max-width-narrow);
}
.mas-hero-image-3 {
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}
@media (max-width: 768px) { .mas-hero-image-3 { font-size: 2.5rem } }
.mas-hero-image-4 {
  font-size: 1rem;
  opacity: 0.95;
  line-height: 1.65;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) { .mas-hero-image-4 { font-size: 0.95rem } }
.mas-hero-image-5 {
  display: inline-block;
  background-color: var(--color-accent);
  color: var(--color-text-white);
  padding: 1rem 2.75rem;
  border-radius: var(--radius);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}
