/* Final homepage hero guard.
   Ensures readable text on light surfaces and keeps city photography crisp. */

body.home-page .ash-hero {
  grid-template-columns: minmax(360px, 0.9fr) minmax(520px, 1.1fr) !important;
  gap: clamp(2.5rem, 5vw, 5.5rem) !important;
  min-height: auto !important;
  padding: clamp(7.5rem, 10vw, 9.5rem) clamp(2rem, 5vw, 5rem) clamp(4.5rem, 7vw, 6.5rem) !important;
  background: linear-gradient(145deg, #f8fafc 0%, #edf3f8 100%) !important;
  color: #17263a !important;
}

body.home-page .ash-hero__copy {
  align-self: center;
  max-width: 42rem !important;
  padding: clamp(1rem, 3vw, 2.5rem) 0 !important;
}

body.home-page .ash-hero .ash-kicker {
  color: #426f9f !important;
  opacity: 1 !important;
}

body.home-page .ash-hero h1 {
  max-width: 9ch !important;
  margin: 0 0 1.5rem !important;
  color: #17263a !important;
  font-size: clamp(4rem, 6.2vw, 6.75rem) !important;
  line-height: 0.93 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.home-page .ash-hero .ash-lead {
  max-width: 35rem !important;
  color: #43576c !important;
  font-size: clamp(1.05rem, 1.45vw, 1.22rem) !important;
  line-height: 1.7 !important;
  opacity: 1 !important;
}

body.home-page .ash-hero .muted {
  color: #526579 !important;
  opacity: 1 !important;
}

body.home-page .ash-hero__composition {
  position: relative !important;
  min-height: clamp(540px, 52vw, 700px) !important;
  overflow: visible !important;
}

body.home-page .ash-image {
  background: #dfe6ec !important;
}

body.home-page .ash-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}

body.home-page .ash-image--primary {
  right: 0 !important;
  top: 0 !important;
  width: 82% !important;
  height: 72% !important;
  border-radius: 2px 2px 2px 110px !important;
  box-shadow: 0 22px 58px rgba(31, 49, 70, 0.16) !important;
}

body.home-page .ash-image--detail {
  left: 0 !important;
  bottom: 0 !important;
  width: 42% !important;
  height: 34% !important;
  border: 10px solid #f3f7fa !important;
  box-shadow: 0 16px 40px rgba(31, 49, 70, 0.14) !important;
}

body.home-page .ash-hero__composition::before,
body.home-page .ash-hero__composition::after,
body.home-page .ash-image::before,
body.home-page .ash-image::after {
  opacity: 0 !important;
  background: transparent !important;
  pointer-events: none !important;
}

body.home-page .ash-btn--dark {
  background: #244c73 !important;
  border-color: #244c73 !important;
  color: #ffffff !important;
}

body.home-page .ash-btn:not(.ash-btn--dark) {
  background: #ffffff !important;
  border-color: #6e8eac !important;
  color: #193f66 !important;
}

body.home-page .ash-prompts--hero button {
  background: #ffffff !important;
  border-color: #c4d3e1 !important;
  color: #334d67 !important;
  opacity: 1 !important;
}

@media (max-width: 980px) {
  body.home-page .ash-hero {
    grid-template-columns: 1fr !important;
  }

  body.home-page .ash-hero__copy {
    max-width: 48rem !important;
  }

  body.home-page .ash-hero__composition {
    min-height: 600px !important;
  }
}

@media (max-width: 700px) {
  body.home-page .ash-hero {
    padding: 6.5rem 1.25rem 3.5rem !important;
  }

  body.home-page .ash-hero h1 {
    font-size: clamp(3.2rem, 15vw, 4.7rem) !important;
  }

  body.home-page .ash-hero__composition {
    min-height: 430px !important;
  }

  body.home-page .ash-image--primary {
    width: 92% !important;
    height: 72% !important;
    border-radius: 2px 2px 2px 70px !important;
  }
}
