.hero-stage{overflow:hidden;border-radius:14px;clip-path:polygon(8% 0,100% 0,100% 90%,87% 100%,0 100%,0 12%)}
.hero-stage img{width:100%;max-width:100%;height:100%;object-position:center center;clip-path:none;border-radius:0}
.reviews{position:relative;background:linear-gradient(145deg,#090a0c,#11161a 58%,#17100c);overflow:hidden}
.reviews:before{content:"DELIVERED";position:absolute;top:65px;right:-2vw;color:transparent;-webkit-text-stroke:1px #ffffff08;font-size:clamp(90px,16vw,260px);font-weight:900;letter-spacing:-.08em}
.delivery-gallery{position:relative;display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:330px 330px;gap:12px}
.delivery-photo{position:relative;margin:0;overflow:hidden;background:#14171c;border:1px solid #30353e}
.delivery-photo.tall{grid-row:span 2}.delivery-photo:last-child{grid-column:span 2}
.delivery-photo img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.82) contrast(1.04);transition:transform .7s,filter .4s}
.delivery-photo:hover img{transform:scale(1.025);filter:saturate(1)}
.delivery-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#08090bd9,transparent 40%);pointer-events:none}
.delivery-photo figcaption{position:absolute;z-index:2;left:18px;right:18px;bottom:17px;font-size:11px;font-weight:700}.delivery-photo figcaption span{color:var(--orange)}
.video-head{display:flex;justify-content:space-between;align-items:end;margin:58px 0 18px;padding-bottom:17px;border-bottom:1px solid var(--line)}
.video-head>div{display:grid;gap:7px}.video-head span{color:var(--orange);font-size:9px;font-weight:900;letter-spacing:.14em}.video-head b{font-size:26px;letter-spacing:-.035em}.video-head small{color:var(--muted);font-size:10px}
.review-videos{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,330px);gap:12px;overflow-x:auto;padding:0 0 14px;scroll-snap-type:x mandatory;scrollbar-color:#4a515d #111318}
.video-card{scroll-snap-align:start;background:#111318;border:1px solid var(--line);min-width:0}
.video-card video{display:block;width:100%;height:440px;background:#050608;object-fit:cover}
.video-card>div{display:flex;align-items:center;gap:12px;padding:15px}.video-card span{color:var(--orange);font-size:9px;font-weight:900}.video-card b{font-size:11px}
.reviews-cta{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:34px;padding:26px 0;border-top:1px solid var(--line)}.reviews-cta p{margin:0;color:#d8dbe0;font-size:17px}
@media(max-width:900px){.delivery-gallery{grid-template-columns:1fr 1fr;grid-template-rows:430px 300px 300px}.delivery-photo.tall{grid-column:span 2;grid-row:auto}.delivery-photo:last-child{grid-column:auto}.video-card video{height:390px}}
@media(max-width:560px){.hero-stage{clip-path:polygon(5% 0,100% 0,100% 92%,90% 100%,0 100%,0 8%)}.delivery-gallery{display:flex;overflow-x:auto;gap:8px;scroll-snap-type:x mandatory}.delivery-photo,.delivery-photo.tall,.delivery-photo:last-child{flex:0 0 82%;height:430px;scroll-snap-align:start}.review-videos{grid-auto-columns:82%}.video-card video{height:420px}.reviews-cta{display:grid}.reviews-cta .button{width:100%}}
