.thiamar-scroll-collage{display:block;position:relative;background:var(--th-bg,#080808);isolation:isolate}
.thiamar-scroll-collage *{box-sizing:border-box}
.thiamar-scroll-collage .th-track{height:var(--th-track-d,300vh);position:relative}
.thiamar-scroll-collage .th-sticky{position:sticky;top:0;height:100svh;height:100dvh;min-height:560px;overflow:hidden;background:var(--th-bg,#080808)}
.thiamar-scroll-collage .th-sticky:before{content:"";position:absolute;inset:-10%;background:radial-gradient(circle at 12% 48%,rgba(226,172,105,.13),transparent 32%),radial-gradient(circle at 88% 50%,rgba(226,172,105,.13),transparent 32%),linear-gradient(rgba(255,255,255,.02),rgba(0,0,0,.3));pointer-events:none}
.thiamar-scroll-collage .th-scene{position:absolute;inset:0;opacity:1;transform:none;transform-origin:center}
.thiamar-scroll-collage .th-main{position:absolute;z-index:10;left:50%;top:50%;width:var(--th-main-w,100vw);height:var(--th-main-h,100%);overflow:hidden;border-radius:var(--th-main-r,0);background:var(--th-bg,#080808);box-shadow:0 3rem 8rem rgba(0,0,0,.42);transform:translate3d(-50%,calc(-50% + var(--th-main-y,0px)),0);will-change:width,height,border-radius,transform}
.thiamar-scroll-collage .th-main picture{display:block;position:absolute;inset:0;width:100%;height:100%}
.thiamar-scroll-collage .th-main__image{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--th-main-pos-d,50% 50%);transform:scale(var(--th-image-s,1.03));will-change:transform}
.thiamar-scroll-collage .th-main:after{content:"";position:absolute;z-index:2;inset:0;background:rgba(0,0,0,var(--th-overlay,0));pointer-events:none}
.thiamar-scroll-collage .th-cards{position:absolute;inset:0;z-index:20;pointer-events:none}
.thiamar-scroll-collage .th-card{position:absolute;left:var(--th-x);top:var(--th-y);z-index:var(--th-z);width:var(--th-w);aspect-ratio:4/5;overflow:hidden;border-radius:var(--th-card-radius,20px);background:#191919;border:1px solid rgba(255,255,255,.12);box-shadow:0 2rem 5rem rgba(0,0,0,.38);opacity:var(--th-o,0);transform:translate3d(calc(-50% + var(--th-tx,0px)),calc(-50% + var(--th-ty,0px)),0) rotate(var(--th-rot)) scale(var(--th-scale,.78));transform-origin:center;will-change:transform,opacity;pointer-events:auto}
.thiamar-scroll-collage .th-card picture,.thiamar-scroll-collage .th-card img{display:block;width:100%;height:100%}
.thiamar-scroll-collage .th-card img{object-fit:cover;transition:transform .55s ease}
.thiamar-scroll-collage .th-card:hover img{transform:scale(1.025)}
.thiamar-scroll-collage .th-card__label{position:absolute;z-index:2;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:12px;background:rgba(9,9,9,.68);backdrop-filter:blur(12px);color:#fff;font-size:clamp(1.1rem,.9vw,1.45rem);line-height:1.25}
.thiamar-scroll-collage .th-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(0,0,0,.2));pointer-events:none}
.thiamar-scroll-collage.is-static .th-track{height:auto;padding:32px 16px}
.thiamar-scroll-collage.is-static .th-sticky{position:relative;height:auto;min-height:0;overflow:visible}
.thiamar-scroll-collage.is-static .th-scene{position:relative;display:grid;gap:18px;height:auto!important}
.thiamar-scroll-collage.is-static .th-main{position:relative;left:auto;top:auto;width:100%;height:auto;aspect-ratio:16/9;transform:none;border-radius:var(--th-card-radius)}
.thiamar-scroll-collage.is-static .th-main__image{object-fit:contain;transform:none}
.thiamar-scroll-collage.is-static .th-cards{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.thiamar-scroll-collage.is-static .th-card{position:relative;left:auto;top:auto;width:100%;opacity:1;transform:none}
@media(max-width:749px){
  .thiamar-scroll-collage .th-track{height:auto}
  .thiamar-scroll-collage .th-sticky{position:sticky;top:0;height:var(--th-scene-m,100vw);min-height:0;z-index:3}
  .thiamar-scroll-collage .th-scene{position:absolute;inset:0;height:100%}
  .thiamar-scroll-collage .th-track>.thiamar-transition{position:relative;z-index:1}
  .thiamar-scroll-collage .th-main__image{object-fit:contain;object-position:50% 50%;transform:none}
  .thiamar-scroll-collage .th-card__label{font-size:1rem;left:8px;right:8px;bottom:8px;padding:8px 9px}
  .thiamar-scroll-collage.is-static .th-main{aspect-ratio:var(--th-mobile-aspect,1/1)}
  .thiamar-scroll-collage.is-static .th-main__image{object-fit:contain}
  .thiamar-scroll-collage.is-static .th-cards{grid-template-columns:repeat(2,minmax(0,1fr))}
  .thiamar-scroll-collage.is-static .th-card[data-hide-mobile="true"]{display:none}
}
@media(prefers-reduced-motion:reduce){
  .thiamar-scroll-collage .th-main,.thiamar-scroll-collage .th-card{will-change:auto}
}
