
/* Mascots sit outside photographs; moving layers stay below product cards. */
body[data-page="home"] #colecciones{overflow:visible}
.collection-photo-wrap{position:relative;display:block;min-width:0}
.collection-card .collection-photo-wrap>.bibi-leaning{position:absolute;right:-58px;top:-128px;width:210px;height:175px;aspect-ratio:auto;object-fit:contain;background:transparent;pointer-events:none;z-index:3}
body[data-page="home"] #coleccion{overflow:hidden}
body[data-page="home"] #catalog{position:relative;isolation:isolate}
body[data-page="home"] #catalog>.card{position:relative;z-index:2;background:var(--paper,#fffdfa)}
.bibi-peeking{position:absolute;left:-112px;top:16%;width:145px;height:205px;object-fit:contain;pointer-events:none;z-index:3}
.bibi-flight-lane{position:absolute;left:-125px;width:calc(100% + 250px);height:150px;z-index:0;pointer-events:none;overflow:hidden}
.bibi-flyer{position:absolute;width:125px;height:115px;animation:bibi-crossing 18s linear infinite;will-change:left}
.bibi-flyer>img{width:100%;height:100%;object-fit:contain;animation:bibi-floating 2.5s ease-in-out infinite}
.bibi-dust{position:absolute;right:80%;top:50%;width:100px;height:65px}
.bibi-dust span{position:absolute;width:4px;height:4px;border-radius:50%;background:#dfba70;box-shadow:0 0 5px #e7c984;animation:bibi-dust-fade 1.6s ease-out infinite;animation-delay:var(--delay);left:var(--x);top:var(--y)}
.bibi-dust span:nth-child(3n){background:#d7a3b8}.bibi-dust span:nth-child(3n + 1){background:#a7cfc2}
.home-accessories-section{position:relative;overflow:visible}
.bibi-pointing{position:absolute;right:4%;top:-95px;width:170px;height:185px;object-fit:contain;z-index:3;pointer-events:none;animation:bibi-floating 4s ease-in-out infinite}
@keyframes bibi-crossing{0%,7%{left:0;opacity:1}90%,96%{left:calc(100% - 125px);opacity:1}99%{left:calc(100% - 125px);opacity:0}100%{left:0;opacity:0}}
@keyframes bibi-floating{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-10px) rotate(2deg)}}
@keyframes bibi-dust-fade{0%{opacity:0;transform:translate(25px,0) scale(.3)}25%{opacity:.85}100%{opacity:0;transform:translate(-35px,20px) scale(.1)}}
@media(max-width:1100px){.bibi-peeking{width:100px;height:145px;left:-65px}.bibi-flight-lane{left:-65px;width:calc(100% + 130px)}.collection-card .collection-photo-wrap>.bibi-leaning{width:150px;height:130px;right:-25px;top:-95px}}
@media(max-width:650px){.collection-photo-wrap{grid-row:1/3}.collection-card .collection-photo-wrap>.bibi-leaning{width:115px;height:95px;right:-25px;top:-70px}.bibi-peeking{width:68px;height:95px;left:-27px;top:12%}.bibi-flight-lane{left:-28px;width:calc(100% + 56px)}.bibi-flyer{width:72px;height:85px}.bibi-pointing{width:110px;height:125px;right:4%;top:-65px}.bibi-dust{width:55px}body[data-page="home"] #colecciones .collection-grid{row-gap:70px}}
@media(prefers-reduced-motion:reduce){.bibi-flyer,.bibi-flyer>img,.bibi-pointing,.bibi-dust span{animation:none!important}.bibi-dust{display:none}.bibi-flyer{left:0}}
