.lxry-cinema__stack{position:relative}.lxry-cinema__scene{position:sticky;top:0;height:100vh;width:100%;overflow:hidden;isolation:isolate}.lxry-cinema__scene:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;background-color:#1216176b}@supports (background: color-mix(in srgb,red 50%,transparent)){.lxry-cinema__scene:after{background-color:color-mix(in srgb,var(--lxry-ov-color, #121617) var(--lxry-ov-amount, 42%),transparent)}}.lxry-cinema__bg-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0;will-change:transform,opacity,filter}.lxry-cinema__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:var(--scene-img-pos-x, 50%) var(--scene-img-pos-y, 50%);filter:var(--scene-img-filter, none);will-change:transform}.lxry-cinema__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--scene-color-text, rgba(255, 255, 255, 1));padding:0 1.5rem;z-index:3;will-change:transform,opacity,filter}.lxry-cinema__content--left{align-items:flex-start;text-align:left;padding-left:clamp(2rem,8vw,6rem);padding-right:2rem}.lxry-cinema__content--right{align-items:flex-end;text-align:right;padding-right:clamp(2rem,8vw,6rem);padding-left:2rem}.lxry-cinema__content--bottom{justify-content:flex-end;padding-bottom:clamp(4rem,10vh,8rem)}.lxry-cinema__content--top{justify-content:flex-start;padding-top:clamp(8rem,15vh,12rem)}.lxry-cinema__content--caption .lxry-cinema__title{font-size:clamp(1.4rem,2.5vw,2.2rem);letter-spacing:.15em}.lxry-cinema__content--caption .lxry-cinema__sub{font-size:.9rem;max-width:420px}.lxry-cinema__label{font-family:var(--lxry-font-display);font-size:var(--scene-fs-label, .78rem);letter-spacing:.35em;text-transform:uppercase;color:var(--scene-color-label, var(--lxry-color-bg-alt));margin-bottom:1.8rem;opacity:.85;display:inline-flex;align-items:center;gap:.8rem}.lxry-cinema__label:before,.lxry-cinema__label:after{content:"";width:24px;height:1px;background:var(--scene-color-accent, var(--lxry-color-accent))}.lxry-cinema__content--left .lxry-cinema__label:after{display:none}.lxry-cinema__content--right .lxry-cinema__label:before{display:none}.lxry-cinema__title{font-family:var(--lxry-font-display);font-weight:var(--scene-fw-heading, 300);font-size:clamp(2.8rem,8vw,var(--scene-fs-heading, 7rem));letter-spacing:var(--scene-ls-heading, .12em);line-height:var(--scene-lh-heading, 1);text-transform:uppercase;margin-bottom:1.5rem;text-shadow:0 2px 40px rgba(0,0,0,.3);max-width:var(--scene-max-width, 720px);color:var(--scene-color-text, inherit)}.lxry-cinema__title-accent{font-style:italic;font-weight:var(--scene-fw-heading, 300);letter-spacing:.04em;color:var(--scene-color-accent, var(--lxry-color-bg-alt))}.lxry-cinema__sub{font-family:var(--lxry-font-body);font-weight:300;font-size:clamp(.95rem,1.4vw,var(--scene-fs-sub, 1.15rem));letter-spacing:.04em;max-width:540px;line-height:1.7;color:var(--scene-color-text, rgba(247, 244, 238, .92));margin-bottom:2.5rem}.lxry-cinema__cta{display:inline-block;font-family:var(--lxry-font-display);font-size:.82rem;letter-spacing:.25em;text-transform:uppercase;padding:1.1em 2.4em;background:var(--scene-color-accent, var(--lxry-color-accent));color:var(--scene-color-cta-text, var(--lxry-color-bg));text-decoration:none;transition:transform .3s,background .3s,letter-spacing .3s}.lxry-cinema__cta:hover,.lxry-cinema__cta:focus-visible{background:color-mix(in srgb,var(--scene-color-accent, var(--lxry-color-accent)) 82%,white 18%);transform:translateY(-2px);letter-spacing:.3em}.lxry-cinema__scene:not(:first-child){opacity:0}.lxry-cinema__scene:not(:first-child) .lxry-cinema__bg-wrap{transform:scale(var(--scene-img-initial-zoom, 2.4));filter:blur(6px)}.lxry-cinema__scene:not(:first-child) .lxry-cinema__content{opacity:0;transform:translateY(60px)}.lxry-cinema__scene:first-child .lxry-cinema__bg-wrap{transform:scale(var(--scene-img-initial-zoom, 1.02))}.lxry-cinema__scene[data-entrance=fade-up] .lxry-cinema__content{--entrance-from-y: 24px;--entrance-from-x: 0;--entrance-from-scale: 1}.lxry-cinema__scene[data-entrance=fade-down] .lxry-cinema__content{--entrance-from-y: -24px;--entrance-from-x: 0;--entrance-from-scale: 1}.lxry-cinema__scene[data-entrance=fade-in] .lxry-cinema__content{--entrance-from-y: 0;--entrance-from-x: 0;--entrance-from-scale: 1}.lxry-cinema__scene[data-entrance=scale-in] .lxry-cinema__content{--entrance-from-y: 0;--entrance-from-x: 0;--entrance-from-scale: .9}.lxry-cinema__scene[data-entrance=slide-left] .lxry-cinema__content{--entrance-from-y: 0;--entrance-from-x: -40px;--entrance-from-scale: 1}.lxry-cinema__scene[data-entrance=slide-right] .lxry-cinema__content{--entrance-from-y: 0;--entrance-from-x: 40px;--entrance-from-scale: 1}.lxry-cinema__scene[data-entrance=none] .lxry-cinema__content{--entrance-from-y: 0;--entrance-from-x: 0;--entrance-from-scale: 1}.lxry-cinema__scene[data-ken-burns=true] .lxry-cinema__bg{animation:lxry-cinema-kb-in 18s ease-out infinite alternate}.lxry-cinema__scene[data-ken-burns=true][data-ken-burns-dir=out] .lxry-cinema__bg{animation-name:lxry-cinema-kb-out}.lxry-cinema__scene[data-ken-burns=true][data-ken-burns-dir=left] .lxry-cinema__bg{animation-name:lxry-cinema-kb-left}.lxry-cinema__scene[data-ken-burns=true][data-ken-burns-dir=right] .lxry-cinema__bg{animation-name:lxry-cinema-kb-right}.lxry-cinema__scene[data-ken-burns=true][data-ken-burns-dir=diagonal] .lxry-cinema__bg{animation-name:lxry-cinema-kb-diag}@keyframes lxry-cinema-kb-in{0%{transform:scale(1)}to{transform:scale(1.12)}}@keyframes lxry-cinema-kb-out{0%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes lxry-cinema-kb-left{0%{transform:scale(1.08) translate(0)}to{transform:scale(1.08) translate(-3%)}}@keyframes lxry-cinema-kb-right{0%{transform:scale(1.08) translate(0)}to{transform:scale(1.08) translate(3%)}}@keyframes lxry-cinema-kb-diag{0%{transform:scale(1.08) translate(0)}to{transform:scale(1.14) translate(-2%,-2%)}}.lxry-cinema__scroll{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;margin-top:clamp(1.25rem,3vh,2rem);color:#f7f4eed9;font-family:var(--lxry-font-display);font-size:.68rem;letter-spacing:.32em;text-transform:uppercase}.lxry-cinema__scroll--floating{position:absolute;left:50%;bottom:clamp(1.5rem,4vh,3rem);transform:translate(-50%);margin-top:0;z-index:3}.lxry-cinema__scroll-arrow{width:22px;height:36px;overflow:visible}.lxry-cinema__scroll-track path,.lxry-cinema__scroll-fill path{fill:none;stroke-linecap:round;stroke-linejoin:round}.lxry-cinema__scroll-track path{stroke:#f7f4ee59;stroke-width:1.4}.lxry-cinema__scroll-fill{clip-path:inset(0 0 calc((1 - var(--_scroll-progress, 0)) * 100%) 0);transition:clip-path .12s linear}.lxry-cinema__scroll-fill path{stroke:var(--lxry-color-accent);stroke-width:1.8}.lxry-cinema__scroll-label{display:block;line-height:1}.lxry-cinema__nav{position:fixed;right:.9rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.6rem;z-index:20;transition:opacity .4s}.lxry-cinema__nav-dot{position:relative;width:24px;height:24px;padding:0;margin:0;background:transparent;border:0;cursor:pointer;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.lxry-cinema__nav-dot:before{content:"";position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:#ffffff4d;border:1px solid rgba(255,255,255,.55);transform:translate(-50%,-50%);transition:all .3s ease}.lxry-cinema__nav-dot.active:before{background:var(--lxry-color-accent);border-color:var(--lxry-color-accent);transform:translate(-50%,-50%) scale(1.4)}.lxry-cinema__nav.hidden{opacity:0;pointer-events:none}@media(min-width:1024px){.lxry-cinema__nav{right:2rem;gap:.8rem}}.lxry-cinema__flash,.lxry-cinema__grain{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;will-change:opacity,transform}.lxry-cinema__flash{background:radial-gradient(circle at center,rgba(181,138,59,.35) 0%,rgba(247,244,238,.15) 40%,transparent 70%);z-index:2;mix-blend-mode:screen}.lxry-cinema__grain{z-index:2;background-image:linear-gradient(90deg,transparent 4%,rgba(181,138,59,.1) 4.2%,transparent 4.4%),linear-gradient(90deg,transparent 12%,rgba(181,138,59,.08) 12.3%,transparent 12.5%),linear-gradient(90deg,transparent 28%,rgba(181,138,59,.12) 28.2%,transparent 28.4%),linear-gradient(90deg,transparent 44%,rgba(181,138,59,.06) 44.2%,transparent 44.4%),linear-gradient(90deg,transparent 61%,rgba(181,138,59,.1) 61.2%,transparent 61.4%),linear-gradient(90deg,transparent 78%,rgba(181,138,59,.08) 78.2%,transparent 78.4%),linear-gradient(90deg,transparent 91%,rgba(181,138,59,.1) 91.2%,transparent 91.4%)}.lxry-cinema__sticky{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--lxry-color-secondary);color:var(--lxry-color-bg);font-family:var(--lxry-font-display);font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;padding:1em 1.6em;text-decoration:none;box-shadow:0 12px 32px -8px #12161766;z-index:50;opacity:0;transform:translateY(20px);transition:opacity .4s,transform .4s,background .3s;display:flex;align-items:center;gap:.6rem}.lxry-cinema__sticky.visible{opacity:1;transform:translateY(0)}.lxry-cinema__sticky:hover,.lxry-cinema__sticky:focus-visible{background:var(--lxry-color-accent)}.lxry-cinema__sticky:before{content:"";width:8px;height:8px;background:var(--lxry-color-accent);border-radius:50%;display:inline-block}@media(prefers-reduced-motion:reduce){.lxry-cinema__bg-wrap,.lxry-cinema__content,.lxry-cinema__scene{transition:none!important}.lxry-cinema__scroll-fill{transition:none}.lxry-cinema__scene:not(:first-child) .lxry-cinema__bg-wrap{transform:scale(1.02);filter:none}.lxry-cinema__scene:not(:first-child) .lxry-cinema__content{opacity:1;transform:none}.lxry-cinema__scene:not(:first-child){opacity:1}.lxry-cinema__scene[data-ken-burns=true] .lxry-cinema__bg{animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/78/assets/lp-akustikpaneele-hero.css.map */
