﻿/* V4.71 preview — ultrawide hero only. 1920px and below remain unchanged. */
@media (min-width: 1921px) {
  .home-simple-stage {
    background: #f8f4ec !important;
  }

  .home-simple-art {
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    width: 1160px !important;
    height: 600px !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 7%, rgba(0, 0, 0, 0.82) 18%, #000 27%, #000 100%) !important;
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.2) 7%, rgba(0, 0, 0, 0.82) 18%, #000 27%, #000 100%) !important;
  }

  .home-simple-stage::before {
    background: linear-gradient(90deg, rgba(248, 244, 236, 0.46) 0%, rgba(248, 244, 236, 0.24) 24%, rgba(248, 244, 236, 0.08) 40%, rgba(248, 244, 236, 0) 55%) !important;
  }
}



