.photo-strip{z-index:1;margin-top:clamp(-28px,-2.2vw,-10px);padding:0 0 clamp(48px,7vw,84px);position:relative}.photo-strip__inner{--tile-size:clamp(130px, 14vw, 196px);min-height:min(25vh, var(--tile-size) + 34px);justify-content:center;align-items:flex-start;gap:clamp(10px,1.4vw,18px);padding:clamp(36px,5vw,56px) clamp(10px,1vw,14px) clamp(20px,2.8vw,30px);display:flex;position:relative;overflow:hidden}.photo-strip__tile{--float-duration:10s;--float-distance:7px;--float-delay:0s;--tile-offset:0px;--photo-fade-duration:1.2s;flex:0 0 var(--tile-size);width:var(--tile-size);aspect-ratio:1;transform:translateY(var(--tile-offset));animation:photo-strip-float var(--float-duration) ease-in-out infinite;animation-delay:var(--float-delay);background:#ffffff0a;border-radius:22px;position:relative;overflow:hidden;box-shadow:0 18px 42px #060a1647}.photo-strip__tile:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#080b1614,#080b1633),linear-gradient(135deg,#a8ff3e14,#fff0);position:absolute;inset:0}.photo-strip__tile:after{content:"";filter:blur(10px);z-index:-1;background:#05081238;border-radius:999px;height:18px;position:absolute;inset:auto 16px 10px}.photo-strip__image{object-fit:cover;opacity:0;filter:saturate(.92)brightness(.92)contrast(1.04);width:100%;height:100%;transition:opacity var(--photo-fade-duration) ease;display:block;position:absolute;inset:0}.photo-strip__image.is-visible{opacity:1}.photo-strip__tile:first-child{--tile-offset:10px;--float-distance:8px;--float-duration:11.5s;--float-delay:-1.4s}.photo-strip__tile:nth-child(2){--tile-offset:-8px;--float-distance:6px;--float-duration:9.5s;--float-delay:-4.1s}.photo-strip__tile:nth-child(3){--tile-offset:14px;--float-distance:5px;--float-duration:13.5s;--float-delay:-2.2s}.photo-strip__tile:nth-child(4){--tile-offset:-4px;--float-distance:9px;--float-duration:10.5s;--float-delay:-5.3s}.photo-strip__tile:nth-child(5){--tile-offset:8px;--float-distance:7px;--float-duration:12.5s;--float-delay:-3.4s}@keyframes photo-strip-float{0%,to{transform:translateY(var(--tile-offset))}50%{transform:translateY(calc(var(--tile-offset) - var(--float-distance)))}}@media (width<=980px){.photo-strip{margin-top:clamp(-18px,-2vw,-8px)}.photo-strip__inner{--tile-size:clamp(112px, 18vw, 156px);min-height:min(22vh, var(--tile-size) + 24px);gap:12px;padding:28px 0 18px}.photo-strip__tile{border-radius:18px}.photo-strip__tile:first-child{--tile-offset:6px}.photo-strip__tile:nth-child(2){--tile-offset:-6px}.photo-strip__tile:nth-child(3){--tile-offset:10px}.photo-strip__tile:nth-child(4){--tile-offset:-2px}.photo-strip__tile:nth-child(5){--tile-offset:6px}}@media (width<=640px){.photo-strip{margin-top:-4px;padding-bottom:44px}.photo-strip__inner{--tile-size:clamp(96px, 28vw, 124px);min-height:calc(var(--tile-size) + 12px);justify-content:flex-start;gap:10px;padding:18px 0 0}.photo-strip__tile{border-radius:16px}.photo-strip__tile:nth-child(n+4){display:none}.photo-strip__tile:first-child{--tile-offset:4px;--float-distance:4px}.photo-strip__tile:nth-child(2){--tile-offset:-4px;--float-distance:3px}.photo-strip__tile:nth-child(3){--tile-offset:6px;--float-distance:4px}}@media (prefers-reduced-motion:reduce){.photo-strip__tile{animation:none;transform:translateY(0)}.photo-strip__image{transition-duration:.18s}}
