.depth-carousel{width:100%;height:100%;min-height:32rem;perspective:var(--dc-perspective,1400px);perspective-origin:50%;touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab;outline:none;justify-content:center;align-items:center;display:flex;position:relative}.depth-carousel:active{cursor:grabbing}.depth-carousel:focus-visible{outline:2px solid var(--coral);outline-offset:4px}.depth-carousel__stage{transform-style:preserve-3d;position:absolute;inset:0}.depth-carousel__card{transform-origin:50%;border:1px solid var(--border);background:var(--card);will-change:transform, opacity, filter;cursor:pointer;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 30px 60px -20px #29272773,0 8px 20px -10px #2927274d}.depth-carousel__tint{opacity:0;pointer-events:none;background:var(--charcoal);mix-blend-mode:multiply;position:absolute;inset:0}.depth-carousel__controls{z-index:3000;gap:.5rem;display:flex;position:absolute;bottom:1.25rem;right:0}.depth-carousel__dots{z-index:3000;gap:.5rem;display:flex;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.depth-carousel__dot{background:color-mix(in srgb, var(--deep-coral) 30%, transparent);cursor:pointer;border:0;border-radius:999px;width:.45rem;height:.45rem;padding:0;transition:width .25s,background .25s}.depth-carousel__dot.is-active{background:var(--deep-coral);width:1.4rem}@media (width<=639px){.depth-carousel{min-height:30rem}.depth-carousel__controls{right:.5rem}}@media (prefers-reduced-motion:reduce){.depth-carousel__card{will-change:auto}.depth-carousel__dot{transition:none}}
