.hayu-two-row-carousel{background:transparent;color:var(--hayu-off-white);overflow:hidden;padding:var(--spacing-16) 0;width:100%}.hayu-two-row-carousel--bg-dark-navy{background:linear-gradient(180deg,#191932,#0d0d1e)}.hayu-two-row-carousel--bg-deep-purple{background:linear-gradient(180deg,#2d1b4e,#1a0f2e)}.hayu-two-row-carousel--bg-lighter-navy{background:linear-gradient(180deg,#252545,#191932)}.hayu-two-row-carousel--bg-coral-purple-diagonal{background:linear-gradient(135deg,rgba(95,10,220,.3),rgba(255,40,90,.2) 50%,rgba(25,25,50,.95))}.hayu-two-row-carousel--bg-purple-navy-diagonal{background:linear-gradient(135deg,rgba(230,96,230,.25),rgba(95,10,220,.3) 50%,#0d0d1e)}.hayu-two-row-carousel--bg-teal-purple-diagonal{background:linear-gradient(135deg,rgba(10,204,156,.2),rgba(95,10,220,.3) 50%,#191932)}.hayu-two-row-carousel--bg-deep-coral{background:linear-gradient(180deg,rgba(255,40,90,.15),rgba(25,25,50,.95) 50%,#0d0d1e)}.hayu-two-row-carousel--bg-teal-navy{background:linear-gradient(180deg,rgba(10,204,156,.12),rgba(25,25,50,.9) 50%,#0d0d1e)}.hayu-two-row-carousel--bg-pure-black{background:linear-gradient(180deg,#0a0a0a,#000)}.hayu-two-row-carousel--bg-coral-accent{background:radial-gradient(ellipse at top right,rgba(255,40,90,.08) 0,transparent 60%),linear-gradient(180deg,#191932,#0d0d1e)}.hayu-two-row-carousel--bg-purple-glow{background:radial-gradient(ellipse at top left,rgba(95,10,220,.15) 0,transparent 50%),linear-gradient(180deg,#1a0f2e,#0d0d1e)}.hayu-two-row-carousel--bg-teal-glow{background:radial-gradient(ellipse at bottom right,rgba(10,204,156,.1) 0,transparent 60%),linear-gradient(180deg,#191932,#0d0d1e)}.hayu-two-row-carousel__header{margin-bottom:var(--spacing-10);margin-left:auto;margin-right:auto;max-width:1440px;padding:0 var(--spacing-4);text-align:left}.hayu-two-row-carousel__headline{color:var(--hayu-off-white);font-family:var(--font-primary);font-size:2.5rem;font-weight:var(--weight-bold);letter-spacing:-.02em;line-height:1.2;margin:0 0 var(--spacing-3) 0}.hayu-two-row-carousel__subheadline{color:var(--hayu-off-white);font-size:var(--text-lg);font-weight:var(--weight-medium);line-height:1.5;margin:0;max-width:700px;opacity:.9}.hayu-two-row-carousel__row{margin-bottom:var(--spacing-12);margin-left:auto;margin-right:auto;max-width:1440px;position:relative}.hayu-two-row-carousel__row:last-child{margin-bottom:0}.hayu-two-row-carousel__nav{display:flex;gap:var(--spacing-3);pointer-events:none;position:absolute;right:var(--spacing-4);top:50%;transform:translateY(-50%);z-index:10}.hayu-two-row-carousel__nav-btn{align-items:center;backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:50%;color:var(--hayu-off-white);cursor:pointer;display:flex;height:44px;justify-content:center;pointer-events:all;transition:all .3s ease;width:44px}.hayu-two-row-carousel__nav-btn:hover{background:rgba(255,40,90,.2);border-color:var(--hayu-coral);transform:scale(1.08)}.hayu-two-row-carousel__nav-btn:disabled{cursor:not-allowed;opacity:.3;transform:none}.hayu-two-row-carousel__nav-btn:disabled:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.2)}.hayu-two-row-carousel__track-container{overflow:hidden;position:relative}.hayu-two-row-carousel__track{display:flex;gap:var(--spacing-5);overflow-x:auto;padding:0 var(--spacing-4);scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.hayu-two-row-carousel__track::-webkit-scrollbar{display:none}.hayu-two-row-carousel__card{color:inherit;cursor:pointer;display:flex;flex:0 0 auto;flex-direction:column;height:auto!important;min-height:auto;scroll-snap-align:start;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1)}.hayu-two-row-carousel__card:hover{transform:translateY(-8px)}.hayu-two-row-carousel__card--landscape{width:500px}.hayu-two-row-carousel__card--landscape .hayu-two-row-carousel__card-image{aspect-ratio:16/9;width:100%}.hayu-two-row-carousel__card--portrait{width:240px}.hayu-two-row-carousel__card--portrait .hayu-two-row-carousel__card-image{aspect-ratio:3/4;width:100%}.hayu-two-row-carousel__card-image{background:linear-gradient(135deg,#191932,#280032);border-radius:var(--radius-xl);box-shadow:0 4px 16px rgba(0,0,0,.3);flex-shrink:0;overflow:hidden;position:relative;transition:box-shadow .3s ease}.hayu-two-row-carousel__card:hover .hayu-two-row-carousel__card-image{box-shadow:0 8px 24px rgba(255,40,90,.25)}.hayu-two-row-carousel__card-image img{height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1);width:100%}.hayu-two-row-carousel__card:hover .hayu-two-row-carousel__card-image img{transform:scale(1.03)}.hayu-two-row-carousel__card-overlay{background:linear-gradient(0deg,rgba(13,13,30,.1) 0,transparent);bottom:0;height:30%;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.hayu-two-row-carousel__card-placeholder{background:linear-gradient(135deg,#ff285a,#e660e6 50%,#5f0adc);height:100%;width:100%}.hayu-two-row-carousel__card-content{display:flex;flex:1;flex-direction:column;gap:var(--spacing-2);height:auto!important;min-height:auto;padding:var(--spacing-4) 0 0 0}.hayu-two-row-carousel__card-title{color:var(--hayu-off-white);display:block!important;font-family:var(--font-primary);font-size:var(--text-base);font-weight:var(--weight-bold);-webkit-line-clamp:unset!important;line-height:1.3;margin:0;-webkit-box-orient:unset!important;height:auto!important;max-height:none!important;min-height:auto!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important;word-wrap:break-word!important;hyphens:auto;overflow-wrap:break-word!important}.hayu-two-row-carousel__card-season{color:var(--hayu-off-white);flex-shrink:0;font-size:var(--text-sm);font-weight:var(--weight-medium);margin:0;opacity:.6}.hayu-two-row-carousel__badge{align-self:flex-start;backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-sm);display:inline-flex;flex-shrink:0;font-family:var(--font-primary);font-size:10px;font-weight:var(--weight-bold);letter-spacing:.05em;margin-bottom:var(--spacing-2);padding:var(--spacing-1) var(--spacing-3);text-transform:uppercase}.hayu-two-row-carousel__badge--new{background:rgba(255,40,90,.95);box-shadow:0 0 16px rgba(255,40,90,.3);color:var(--hayu-off-white)}.hayu-two-row-carousel__badge--premiere{background:linear-gradient(135deg,rgba(255,160,45,.95),rgba(255,184,77,.95));border-color:rgba(255,184,77,.3);box-shadow:0 0 16px rgba(255,160,45,.3);color:#191932}.hayu-two-row-carousel__badge--trending{background:linear-gradient(135deg,rgba(230,96,230,.95),rgba(95,10,220,.95));box-shadow:0 0 16px rgba(230,96,230,.3);color:var(--hayu-off-white)}.hayu-two-row-carousel__badge--exclusive{background:rgba(25,25,50,.95);border:2px solid var(--hayu-coral);box-shadow:0 0 16px rgba(255,40,90,.3);color:var(--hayu-off-white)}.hayu-two-row-carousel__badge--all-seasons,.hayu-two-row-carousel__badge--boxset{background:rgba(10,204,156,.95);border-color:rgba(10,204,156,.3);box-shadow:0 0 16px rgba(10,204,156,.3);color:#191932}.hayu-two-row-carousel__badge--coming-soon{background:linear-gradient(135deg,rgba(255,140,50,.95),rgba(255,100,40,.95));border-color:rgba(255,140,50,.3);box-shadow:0 0 16px rgba(255,140,50,.3);color:#191932}@media (max-width:1024px){.hayu-two-row-carousel{padding:var(--spacing-12) 0}.hayu-two-row-carousel__headline{font-size:var(--text-2xl)}.hayu-two-row-carousel__row{margin-bottom:var(--spacing-10)}.hayu-two-row-carousel__card--landscape{width:400px}.hayu-two-row-carousel__card--portrait{width:200px}.hayu-two-row-carousel__track{gap:var(--spacing-4)}}@media (max-width:767px){.hayu-two-row-carousel{padding:var(--spacing-10) 0}.hayu-two-row-carousel__header{margin-bottom:var(--spacing-6)}.hayu-two-row-carousel__headline{font-size:var(--text-xl)}.hayu-two-row-carousel__subheadline{font-size:var(--text-sm)}.hayu-two-row-carousel__row{margin-bottom:var(--spacing-8)}.hayu-two-row-carousel__nav{display:none}.hayu-two-row-carousel__card--landscape{width:320px}.hayu-two-row-carousel__card--portrait{width:180px}.hayu-two-row-carousel__track{gap:var(--spacing-3)}.hayu-two-row-carousel__card-title{font-size:var(--text-sm)}.hayu-two-row-carousel__card-season{font-size:var(--text-xs)}.hayu-two-row-carousel__badge{font-size:9px;padding:var(--spacing-1) var(--spacing-2)}}@media (max-width:480px){.hayu-two-row-carousel__card--landscape{width:280px}.hayu-two-row-carousel__card--portrait{width:160px}}.hayu-two-row-carousel__disclaimer-wrapper{margin-top:var(--spacing-6);padding:0 var(--spacing-4);text-align:center;width:100%}.hayu-two-row-carousel__disclaimer{color:hsla(0,33%,94%,.4);font-family:var(--font-primary);font-size:var(--text-xs);font-weight:var(--weight-normal);line-height:1.5;margin:0 auto;max-width:400px}@media (max-width:1024px){.hayu-two-row-carousel__disclaimer{max-width:350px}}@media (max-width:767px){.hayu-two-row-carousel__disclaimer-wrapper{margin-top:var(--spacing-4)}.hayu-two-row-carousel__disclaimer{font-size:11px;max-width:300px}}@media (max-width:480px){.hayu-two-row-carousel__disclaimer{max-width:280px}}