/* Bright iteration — Codex daylight photo set */
.hero {
  background:
    linear-gradient(90deg, rgba(24, 20, 15, 0.62) 0%, rgba(24, 20, 15, 0.42) 45%, rgba(24, 20, 15, 0.06) 78%),
    linear-gradient(180deg, rgba(24, 20, 15, 0.10) 0%, rgba(24, 20, 15, 0.16) 65%, rgba(24, 20, 15, 0.52) 100%),
    url("assets/img/cx-hero-daylight.jpg") center 30% / cover no-repeat;
}
.con-feature {
  background:
    linear-gradient(90deg, rgba(24, 20, 15, 0.72) 0%, rgba(24, 20, 15, 0.5) 48%, rgba(24, 20, 15, 0.06) 80%),
    url("assets/img/cx4-kitchen.jpg") center 60% / cover no-repeat;
}
.detail {
  background:
    linear-gradient(90deg, rgba(22, 19, 15, 0.74) 0%, rgba(22, 19, 15, 0.52) 46%, rgba(22, 19, 15, 0.08) 80%),
    url("assets/img/cx4-checklist.jpg") center 45% / cover no-repeat;
}
.cta-band {
  background:
    linear-gradient(180deg, rgba(24, 20, 15, 0.5), rgba(24, 20, 15, 0.55)),
    url("assets/img/cx4-cta.jpg") center 40% / cover no-repeat;
}
