.pou-home-design-feature {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 18%, rgba(205,177,108,.15), transparent 28%),
    linear-gradient(145deg, #0a120e, #163025 58%, #0a1510);
}

.pou-home-design-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.035) 50%, transparent 62%);
  background-size: 220% 100%;
  animation: pouHomeDesignGlow 9s ease-in-out infinite;
}

.pou-home-design-feature .poh2-container { position: relative; }
.pou-home-design-feature .pox-section-heading h2,
.pou-home-design-feature .pox-section-heading a,
.pou-home-design-feature .pox-home-featured-copy h3 { color: #fff; }
.pou-home-design-feature .pox-section-heading a { border-color: rgba(255,255,255,.26); }
.pou-home-design-feature .pox-home-featured-copy small { color: #d9bc78; }
.pou-home-design-feature .pox-home-featured-lead,
.pou-home-design-feature .pox-home-featured-details p { color: #aeb9b2; }
.pou-home-design-feature .pox-home-featured-details { border-color: rgba(255,255,255,.14); }
.pou-home-design-feature .pox-home-featured-details > div { border-color: rgba(255,255,255,.14); }

.pou-home-featured-design .pox-home-featured-frame {
  background-color: #ece8de;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 40px 95px rgba(0,0,0,.32);
  transition: transform .8s cubic-bezier(.2,.7,.2,1), box-shadow .6s ease;
}

.pou-home-design-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #050806;
}

.pou-home-featured-design .pox-home-featured-frame::after {
  content: "";
  position: absolute;
  top: -35%;
  bottom: -35%;
  left: -65%;
  width: 28%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
  transform: skewX(-18deg);
  transition: left .9s ease;
}

.pou-home-featured-design:hover .pox-home-featured-frame { transform: translateY(-7px); box-shadow: 0 52px 110px rgba(0,0,0,.4); }
.pou-home-featured-design:hover .pox-home-featured-frame::after { left: 140%; }

@keyframes pouHomeDesignGlow {
  0%,100% { background-position: 120% 0; }
  50% { background-position: -80% 0; }
}

@media (prefers-reduced-motion: reduce) {
  .pou-home-design-feature::before { animation: none; }
}
