.movies__flex{height:100%;padding-bottom:calc(var(--nav-height) + 2rem);gap:var(--space-2)}.movies__grid-left{min-width:200px}.movies__grid-left h2{font-family:var(--font-display);margin:2rem 0}.movies__grid-right{display:flex;gap:var(--space-3);justify-content:center;width:100%;align-items:center;overflow-x:auto}.movie__card{aspect-ratio:5 / 10;height:clamp(550px,60vh,700px);justify-content:space-between;display:flex;flex-direction:column}.movie__card a{display:flex;justify-content:center;width:100%}.movie__card h3{text-align:center}.movie__card img{width:95%;aspect-ratio:2 / 3;height:auto;object-fit:cover;transition:all .3 ease;align-self:center;justify-self:center;margin:0 auto}.movie__card img:hover{transform:scale(1.05)}.scroll-wrapper-crew,.scroll-wrapper-videos{transform:rotateX(180deg);overflow-x:auto;overflow-y:hidden;padding:20px 0 30px;cursor:grab}.scroll-wrapper-crew:active,.scroll-wrapper-videos:active{cursor:grabbing}.scroll-content-crew,.scroll-content-videos{display:flex;align-items:center;height:100%;gap:24px;padding:0;transform:rotateX(180deg)}.scroll-content-videos{padding:0 40px}.scroll-wrapper-crew::-webkit-scrollbar,.scroll-wrapper-videos::-webkit-scrollbar{width:8px;height:8px}.scroll-wrapper-crew::-webkit-scrollbar-track,.scroll-wrapper-videos::-webkit-scrollbar-track{background:#0000001a;border-radius:10px}.scroll-wrapper-crew::-webkit-scrollbar-thumb,.scroll-wrapper-videos::-webkit-scrollbar-thumb{background:var(--color-yellow);border-radius:10px;border:2px solid rgba(255,255,255,.2)}.scroll-wrapper::-webkit-scrollbar-thumb:hover,.scroll-wrapper-videos::-webkit-scrollbar-thumb:hover{background:var(--color-yellow)}.scroll-wrapper::-webkit-scrollbar-corner,.scroll-wrapper-videos::-webkit-scrollbar-corner{background:#0003}.scroll-wrapper-crew,.scroll-wrapper-videos{scrollbar-width:thin;scrollbar-color:var(--color-yellow) rgba(0,0,0,.1)}@media screen and (max-width:768px){#movies,#videos{min-height:auto;height:auto}.movie__card{height:clamp(600px,60vh,650px)}.scroll-wrapper-crew::-webkit-scrollbar,.scroll-wrapper-videos::-webkit-scrollbar{width:12px;height:12px}.scroll-wrapper-crew,.scroll-wrapper-videos{overflow:scroll}.movies__grid-left h2{font-size:var(--fs-h2)}.movies__flex{flex-direction:column;padding-bottom:unset}.scroll-content-crew,.scroll-wrapper-crew,.scroll-content-videos,.scroll-wrapper-videos{padding-left:0}.movies__grid-right{gap:var(--space-2);overflow-x:auto;justify-content:flex-start}}@media screen and (max-width:576px){.movies__grid-right{flex-direction:column}}.box{flex-shrink:0;width:100%;height:100%;background-color:red;border-radius:var(--radius-lg)}.crew__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:var(--space-1);height:85%}.text-h5{font-size:var(--fs-h5)}#crew h2{font-weight:600;margin-bottom:16px}.crew-container{display:flex;overflow-x:auto;gap:20px;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:16px;-webkit-overflow-scrolling:touch}.crew-container::-webkit-scrollbar{height:8px}.crew-container::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.crew-container::-webkit-scrollbar-thumb{background:#00000040;border-radius:4px}.crew-container::-webkit-scrollbar-thumb:hover{background:#0006}.crew-card{flex:0 0 320px;height:440px;min-height:400px;border-radius:24px;overflow:hidden;position:relative;scroll-snap-align:start;background-color:transparent;display:flex;align-items:flex-end;text-decoration:none;box-shadow:0 10px 30px -5px #00000073,0 4px 10px -2px #0000001a;transform:translateZ(0);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1)}@media(max-width:770px){.crew-card{flex:0 0 calc(75vw - 20px);height:380px;min-height:340px}}.crew-card img{position:absolute;top:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);object-fit:cover;border-radius:inherit;transition:transform .6s cubic-bezier(.16,1,.3,1);z-index:1}.crew-card:after{content:"";position:absolute;inset:-1px;background:#0000;border-radius:inherit;transition:background .4s ease;z-index:1;pointer-events:none}.crew-arrow{position:absolute;top:20px;right:20px;color:#fff;font-size:1.25rem;line-height:1;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.16,1,.3,1),background .3s ease,box-shadow .3s ease,color .3s ease;z-index:3}.crew-info{position:relative;width:100%;padding:24px 20px;background:linear-gradient(to top,#000000f2,#000000b3,#0000);color:#fff;box-sizing:border-box;z-index:3;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.crew-name,.crew-role{transition:transform .4s cubic-bezier(.16,1,.3,1)}.crew-name{font-size:2rem;font-weight:600;margin:0 0 4px}.crew-role{font-size:1.25rem;font-weight:400;margin:0;opacity:.85}.crew-card:hover{transform:translateY(-8px) translateZ(0);box-shadow:0 20px 40px #0000004d}.crew-card:hover:after{background:#0003}.crew-card:hover img{transform:scale(1.06)}.crew-card:hover .crew-arrow{transform:translate(4px,-4px) scale(1.1);background:#fffffff2;color:#000;box-shadow:0 4px 12px #0003}.crew-card:hover .crew-name,.crew-card:hover .crew-role{transform:translateY(-3px)}
