:root{--kh-cine-font-heading: var(--font-heading-family);--kh-cine-primary: var(--kh-color-primary, #98CBC2);--kh-cine-accent: var(--kh-color-accent, #FAAD17);--kh-cine-black: var(--kh-color-black, #111111);--kh-cine-white: var(--kh-color-white, #FFFFFF)}.kh-hero-cinematic{position:relative;width:100%;overflow:hidden;background-color:var(--kh-cine-black);display:flex;flex-direction:column}.kh-hero-cinematic__slider{position:relative;width:100%;height:100%;overflow:hidden}.kh-hero-cinematic__slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 1s ease-in-out,visibility 1s ease-in-out;z-index:1}.kh-hero-cinematic__slide--active{opacity:1;visibility:visible;z-index:2}.kh-hero-cinematic__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.kh-hero-cinematic__bg img{width:100%;height:100%;object-fit:cover;display:block}.kh-hero-cinematic__slide--active .kh-hero-cinematic__bg img{animation:kenBurns 10s ease-out forwards}@keyframes kenBurns{0%{transform:scale(1)}to{transform:scale(1.1)}}.kh-hero-cinematic__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.kh-hero-cinematic__overlay--soft-dark{background:linear-gradient(180deg,#0003,#0006)}.kh-hero-cinematic__content-wrapper{position:relative;z-index:3;width:100%;height:100%;display:flex;align-items:center;pointer-events:none}.kh-hero-cinematic__panel{pointer-events:auto;padding:3rem;color:var(--kh-cine-white);max-width:700px;width:100%;transition:all .5s ease}.kh-hero-cinematic__panel--glass{background:#ffffff0d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);border-radius:4px}.kh-hero-cinematic__heading{font-family:var(--kh-cine-font-heading);font-size:calc(var(--font-heading-scale) * 4.5rem);line-height:1.1;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:300;opacity:0;transform:translateY(20px)}.kh-hero-cinematic__slide--active .kh-hero-cinematic__heading{animation:fadeUp .8s ease-out .3s forwards}.kh-hero-cinematic__accent{display:inline-block;font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;color:var(--kh-cine-primary);margin-bottom:1rem;font-weight:600;position:relative;padding-bottom:5px}.kh-hero-cinematic__accent:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--kh-cine-primary)}.kh-hero-cinematic__subtext{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:0;transform:translateY(20px);font-weight:300}.kh-hero-cinematic__slide--active .kh-hero-cinematic__subtext{animation:fadeUp .8s ease-out .5s forwards}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.kh-hero-cinematic__ctas{display:flex;gap:1.5rem;flex-wrap:wrap;opacity:0;transform:translateY(20px)}.kh-hero-cinematic__slide--active .kh-hero-cinematic__ctas{animation:fadeUp .8s ease-out .7s forwards}.kh-hero-cinematic__button{padding:1.2rem 2.5rem;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:2px}.kh-hero-cinematic__button--primary{background-color:var(--kh-cine-black);color:var(--kh-cine-white);border:1px solid var(--kh-cine-black)}.kh-hero-cinematic__button--primary:hover{background-color:transparent;color:var(--kh-cine-primary);border-color:var(--kh-cine-primary);box-shadow:0 0 15px #98cbc233}.kh-hero-cinematic__button--secondary{background-color:transparent;color:var(--kh-cine-white);border:1px solid rgba(255,255,255,.4)}.kh-hero-cinematic__button--secondary:hover{border-color:var(--kh-cine-primary);color:var(--kh-cine-primary);background-color:#98cbc20d}.kh-hero-cinematic__chips-container{position:absolute;bottom:3rem;width:100%;z-index:10;pointer-events:none}.kh-hero-cinematic__chips-track{display:flex;gap:1rem;overflow-x:auto;padding:1rem;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;pointer-events:auto;justify-content:center}.kh-hero-cinematic__chips-track::-webkit-scrollbar{display:none}.kh-hero-cinematic__chip{flex:0 0 auto;padding:.8rem 1.8rem;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:var(--kh-cine-white);text-decoration:none;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;border-radius:30px;transition:all .3s ease;scroll-snap-align:center}.kh-hero-cinematic__chip:hover{background:var(--kh-cine-primary);border-color:var(--kh-cine-primary);color:var(--kh-cine-black);transform:translateY(-3px);box-shadow:0 5px 15px #0003}.kh-hero-cinematic__controls{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;padding:0 2rem;transform:translateY(-50%);z-index:10;pointer-events:none}.kh-hero-cinematic__arrow{background:none;border:none;color:var(--kh-cine-white);opacity:.5;cursor:pointer;pointer-events:auto;transition:all .3s ease}.kh-hero-cinematic__arrow:hover{opacity:1;transform:scale(1.1);color:var(--kh-cine-primary)}.kh-hero-cinematic__dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);display:flex;gap:.8rem;z-index:10}.kh-hero-cinematic__dot{width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:none;padding:0;cursor:pointer;transition:all .3s ease}.kh-hero-cinematic__dot--active{background:var(--kh-cine-primary);transform:scale(1.3)}@media screen and (max-width:749px){.kh-hero-cinematic__heading{font-size:calc(var(--font-heading-scale) * 2.8rem)}.kh-hero-cinematic__panel{padding:2rem 1.5rem;margin:0 auto!important;text-align:center!important}.kh-hero-cinematic__ctas{justify-content:center}.kh-hero-cinematic__chips-track{justify-content:flex-start;padding-left:1.5rem;padding-right:1.5rem}}.kh-cinematic-hero .button,.kh-cinematic-hero .btn,.kh-cinematic-hero a.button{border-radius:999px!important;padding:14px 28px!important;font-weight:600!important;letter-spacing:.3px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.kh-cinematic-hero .button:after,.kh-cinematic-hero .btn:after{box-shadow:none!important;content:none!important;display:none!important}.kh-cinematic-hero .button--primary,.kh-cinematic-hero .btn--primary{background:#000000c7!important;color:#fff!important;border:1px solid rgba(255,255,255,.12)!important;box-shadow:0 10px 28px #00000052;position:relative;overflow:hidden}.kh-cinematic-hero .button--primary:before,.kh-cinematic-hero .btn--primary:before{content:"";position:absolute;top:-40%;left:-40%;width:60%;height:180%;transform:rotate(20deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);opacity:0;transition:opacity .2s ease,transform .45s ease;pointer-events:none}.kh-cinematic-hero .button--primary:hover,.kh-cinematic-hero .btn--primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px #0006,0 0 0 1px #98cbc22e}.kh-cinematic-hero .button--primary:hover:before,.kh-cinematic-hero .btn--primary:hover:before{opacity:1;transform:translate(180%) rotate(20deg)}.kh-cinematic-hero .button--primary:focus-visible,.kh-cinematic-hero .btn--primary:focus-visible{outline:2px solid var(--kh-accent, #98CBC2);outline-offset:3px}.kh-cinematic-hero .button--secondary,.kh-cinematic-hero .btn--secondary{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.45)!important}.kh-cinematic-hero .button--secondary:hover,.kh-cinematic-hero .btn--secondary:hover{background:#98cbc21f!important;border-color:#98cbc28c!important;transform:translateY(-2px)}@media(max-width:768px){.kh-cinematic-hero .kh-hero-actions,.kh-cinematic-hero .button-group{display:grid;gap:10px}.kh-cinematic-hero .kh-hero-actions a,.kh-cinematic-hero .button-group a,.kh-cinematic-hero .button{width:100%!important;justify-content:center;text-align:center}}@media(prefers-reduced-motion:reduce){.kh-cinematic-hero .button,.kh-cinematic-hero .btn{transition:none!important}.kh-cinematic-hero .button--primary:before,.kh-cinematic-hero .btn--primary:before{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/kh-collection-hero-cinematic.css.map */
