:root{--lpl-animation-curve:cubic-bezier(0.22,1,0.36,1) }@keyframes animation--fade-in{0%{opacity:0 }to{opacity:1 }}:root{--lpl-color-lightest:#fff;--lpl-color-darkest:#000;--lpl-color-primary:#978961;--lpl-color-gray:#4b4b4b }.lpl-sr-only{clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px }.lpl-btn--primary{background-color:var(--lpl-color-primary);color:var(--lpl-color-lightest);display:block;font-weight:500;padding:1rem 1.5rem;text-align:center }.lpl-btn--primary:hover{background-color:#837654;color:var(--lpl-color-lightest) }.lpl-btn--more{--lpl-btn-more-color:var(--lpl-color-gray);border-bottom:.0625rem solid var(--lpl-btn-more-color);font-size:.9375rem;padding-bottom:.375rem;text-transform:uppercase }.lpl-btn--more,.lpl-btn--more:hover{color:var(--lpl-btn-more-color) }:root{--lpl-header-height:130px;--lpl-mobile-footer-height:75px }.lpl-section{aspect-ratio:4/3;max-width:100vw;position:relative }@media (min-width:1200px){.lpl-section{aspect-ratio:16/9;padding-inline:calc(50vw - 660px) }}.lpl-section .lpl-section-contents{order:2 }.lpl-section .lpl-section-canvas{order:1 }.lpl-section-grid{display:grid;padding-bottom:5.25rem }@media (min-width:1200px) and (max-width:1399px){.lpl-section-grid{padding-inline:1.5rem }}@media (min-width:1200px){.lpl-section-grid{align-items:center;height:100%;padding-top:0 }.lpl-section-grid--left{grid-template-areas:"text canvas";grid-template-columns:1fr 2fr }.lpl-section-grid--right{grid-template-areas:"canvas text";grid-template-columns:2fr 1fr }.lpl-section-grid--right .lpl-section-contents{grid-area:text }}.lpl-section-canvas{aspect-ratio:4/3;bottom:0;left:0;max-width:100vw;position:relative;right:0;top:0;width:100vw }@media (min-width:1200px){.lpl-section-canvas{aspect-ratio:16/9;bottom:0;left:auto;position:absolute;right:0;top:0 }}@keyframes animation--slide-fade-in{0%{transform:translateY(20vh) }to{transform:translateY(0) }}.lpl-section-contents{color:var(--lpl-color-lightest);max-width:100vw;opacity:0;padding:0 1.5rem;position:relative;transition:opacity 1s ease-in;z-index:10 }.is--playing .lpl-section-contents{opacity:1 }@media (min-width:1200px){.lpl-section-contents{padding:0;transform:translateY(100px) }.is--playing .lpl-section-contents{animation:animation--slide-fade-in 1s var(--lpl-animation-curve) forwards }}.lpl-section-title{color:var(--lpl-color-lightest) }@media (max-width:1199px){.lpl-section-title{line-height:2.25rem }}.lpl-section-description{margin-bottom:0 }.lpl-section-description + .lpl-section-link{display:inline-block;margin-top:2rem }.lpl-section-link{--lpl-btn-more-color:var(--lpl-color-lightest) }.lpl-section--intro{aspect-ratio:auto;padding-inline:0;position:relative }.lpl-section--intro .lpl-video-wrapper{height:calc(100vh - var(--lpl-mobile-footer-height));height:calc(100dvh - var(--lpl-mobile-footer-height));position:absolute;top:0;width:100% }@media (min-width:1200px){.lpl-section--intro .lpl-video-wrapper{height:calc(100vh - var(--lpl-header-height));height:calc(100dvh - var(--lpl-header-height)) }}.lpl-section--intro .lpl-video-wrapper:after{background:linear-gradient(180deg,transparent,#0a0b0d);bottom:0;content:"";height:120px;left:0;position:absolute;right:0;width:100% }.lpl-section--intro .lpl-video{background-color:var(--lpl-color-darkest);height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100% }.lpl-section--intro .lpl-section-grid{align-items:center;grid-template-columns:1fr;height:calc(100vh - var(--lpl-mobile-footer-height));height:calc(100dvh - var(--lpl-mobile-footer-height));padding-top:0 }@media (max-width:1199px){.lpl-section--intro .lpl-section-grid{padding-bottom:0 }}@media (min-width:1200px){.lpl-section--intro .lpl-section-grid{height:calc(100vh - var(--lpl-header-height));height:calc(100dvh - var(--lpl-header-height)) }}.lpl-section--intro .lpl-section-title{color:var(--lpl-color-lightest);opacity:0;position:relative;text-align:center;z-index:10 }.lpl-section--intro .lpl-section-title.is--visible{animation:animation--fade-in 1s var(--lpl-animation-curve) forwards }.lpl-section--intro .lpl-section-title span{display:block;font-weight:500 }.lpl-section--intro:after{background-color:var(--lpl-color-lightest);bottom:.625rem;content:"";height:4.0625rem;left:50%;position:absolute;transform:scaleY(0);transform-origin:0 0;width:.0625rem }.lpl-section--intro.is--visible:after{animation:animation--line .75s var(--lpl-animation-curve) 2s forwards }@keyframes animation--line{0%{transform:scaleY(0) }to{transform:scaleY(1) }}.lpl-section--intro-text{aspect-ratio:auto;background:linear-gradient(180deg,#0a0b0d,rgba(40,38,39,0)),linear-gradient(270deg,#2a2829,#252525);font-size:1.25rem;line-height:2.1875rem;padding-top:3rem;padding-inline:1.5rem;text-align:center }@media (min-width:1200px){.lpl-section--intro-text{padding-top:0;padding-inline:25% }}.lpl-section--intro-text .lpl-section-grid{grid-template-columns:1fr;padding-top:2rem }@media (min-width:1200px){.lpl-section--intro-text .lpl-section-grid{height:calc(40vh - var(--lpl-header-height));height:calc(40dvh - var(--lpl-header-height));padding-top:5.25rem }}.lpl-section--intro-text .lpl-section-contents{color:var(--lpl-color-lightest) }.lpl-section--gestures{aspect-ratio:auto;background-image:url("/assets/img/texture.jpg");background-repeat:repeat;overflow:hidden;position:relative }.lpl-section--gestures:before{background-image:url("/assets/img/light-base.jpg");background-repeat:repeat-x;content:"";display:block;height:8rem;width:100vw }@media (min-width:1200px){.lpl-section--gestures:before{left:0;position:absolute;right:0;top:0;width:100% }}.lpl-section--gestures:after{background-image:url("/assets/img/light-effect-sm.png");background-position:50% 0;background-repeat:no-repeat;background-size:100% 100%;content:"";height:11.875rem;left:0;opacity:0;position:absolute;right:0;top:0;width:100vw }@media (min-width:1200px){.lpl-section--gestures:after{background-image:url("/assets/img/light-effect-xl.png") }}@media (min-width:1400px){.lpl-section--gestures:after{background-image:url("/assets/img/light-effect-xxl.png") }}@keyframes animation--light-effect-1{0%{opacity:0 }to{opacity:1 }}@keyframes animation--light-effect-2{0%{opacity:1 }50%{opacity:.45 }to{opacity:1 }}@keyframes animation--light-effect-3{0%{transform:scaleX(.35) }60%{transform:scaleX(.9) }to{transform:scaleX(.7) }}.lpl-section--gestures[data-current-slide="0"]:after{animation:animation--light-effect-1 1s linear .15s forwards }.lpl-section--gestures[data-current-slide="1"]:after{animation:animation--light-effect-2 var(--lpl-gesture-animation-duration) linear forwards }.lpl-section--gestures[data-current-slide="2"]:after{animation:animation--light-effect-3 var(--lpl-gesture-animation-duration) ease-out forwards;opacity:1 }@media (min-width:1200px){.lpl-section--gestures[data-current-slide="2"]:after{left:-20%;width:90% }}@media (min-width:1400px){.lpl-section--gestures[data-current-slide="2"]:after{left:-35%;margin:0 auto;width:60% }}@media (min-width:1600px){.lpl-section--gestures[data-current-slide="2"]:after{left:-30% }}@media (min-width:2000px){.lpl-section--gestures[data-current-slide="2"]:after{left:-25% }}.lpl-section--gestures .lpl-gestures-animation{order:1 }.lpl-section--gestures .lpl-section-grid{height:auto;padding-top:3.25rem }@media (min-width:1200px){.lpl-section--gestures .lpl-section-grid{height:100vh;padding-bottom:0;padding-top:0 }}.lpl-section--gestures .lpl-section-contents{animation:none;opacity:1 }.lpl-section--gestures .lpl-section-contents .lpl-section-title{display:none }@media (min-width:1200px){.lpl-section--gestures .lpl-section-contents .lpl-section-title{display:block }}.lpl-gestures-slides{list-style:none;margin:0;padding:0 }@media (max-width:1199px){.lpl-gestures-slides{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:50%;padding-top:4rem;position:relative }.lpl-gestures-slides .lpl-gestures-slide-title{left:0;position:absolute;right:0;top:0;width:100% }}@media (max-width:767px){.lpl-gestures-slides{max-width:60% }}@media (max-width:576px){.lpl-gestures-slides{max-width:90% }}.lpl-gestures-slide{padding:1rem 0;text-align:center }.lpl-gestures-slide .lpl-gestures-slide-title{display:none }.lpl-gestures-slide.is--active .lpl-gestures-slide-title{display:block }@media (min-width:1200px){.lpl-gestures-slide{position:relative;text-align:left }.lpl-gestures-slide .lpl-gestures-slide-title{display:block }}:root{--lpl-gesture-animation-duration:2.5s;--lpl-mask-from-value:50%;--lpl-mask-to-value:15%;--lpl-mask-width:30% }@keyframes animation--progress{0%{transform:scaleX(0) }to{transform:scaleX(1) }}.lpl-gestures-slide-progress{background-color:hsla(0,0%,100%,.2);height:.0625rem;position:relative;width:100% }.lpl-gestures-slide-progress:after{background-color:var(--lpl-color-lightest);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:0 0;width:100% }.is--active .lpl-gestures-slide-progress:after{animation:animation--progress var(--lpl-gesture-animation-duration) linear forwards }.lpl-gestures-slide-title{margin-bottom:.25rem }.lpl-gestures-slide-description{margin-bottom:1rem }.lpl-gestures-slide-button{background:transparent;border:none }@media (max-width:1199px){.lpl-gestures-slide-button{position:relative;width:100% }.lpl-gestures-slide-button:after{background-color:none;content:"";height:2rem;left:0;position:absolute;right:0;top:-1rem;transform:translateY(-50%);width:100% }}@media (min-width:1200px){.lpl-gestures-slide-button{bottom:0;left:0;position:absolute;right:0;top:0 }}@media (max-width:1399px){.lpl-gestures-animations{aspect-ratio:5/4;width:100% }}@media (min-width:1200px){.lpl-gestures-animations{margin-top:20%;width:90% }}@media (min-aspect-ratio:2/1) and (max-height:800px) and (orientation:landscape){.lpl-gestures-animations{margin-top:10%;margin-inline:auto;width:75% }}@media (max-height:640px) and (orientation:landscape){.lpl-gestures-animations{margin-top:10%;margin-inline:auto;width:60% }}.lpl-gestures-animations .lpl-section-title{padding-inline:1.5rem }@media (min-width:1200px){.lpl-gestures-animations .lpl-section-title{display:none }}.lpl-gestures-animation{display:none;position:relative }@media (max-width:1199px){.lpl-gestures-animation{position:absolute }}.lpl-gestures-animation.is--active{display:flex }.lpl-gestures-animation img{aspect-ratio:6/5;width:80% }@keyframes animation--toggle{0%{filter:brightness(.5);transform:translateX(0) }to{filter:brightness(1);transform:translateX(-45%) }}@keyframes animation--toggle-mask{0%{-webkit-clip-path:polygon(0 0,0 4px,var(--lpl-mask-from-value) 4px,var(--lpl-mask-from-value) 0,calc(var(--lpl-mask-from-value) + var(--lpl-mask-width)) 0,calc(var(--lpl-mask-from-value) + var(--lpl-mask-width)) 3px,var(--lpl-mask-from-value) 3px,var(--lpl-mask-from-value) 4px,100% 4px,100% 0);clip-path:polygon(0 0,0 4px,var(--lpl-mask-from-value) 4px,var(--lpl-mask-from-value) 0,calc(var(--lpl-mask-from-value) + var(--lpl-mask-width)) 0,calc(var(--lpl-mask-from-value) + var(--lpl-mask-width)) 3px,var(--lpl-mask-from-value) 3px,var(--lpl-mask-from-value) 4px,100% 4px,100% 0) }to{-webkit-clip-path:polygon(0 0,0 4px,var(--lpl-mask-to-value) 4px,var(--lpl-mask-to-value) 0,calc(var(--lpl-mask-to-value) + var(--lpl-mask-width)) 0,calc(var(--lpl-mask-to-value) + var(--lpl-mask-width)) 3px,var(--lpl-mask-to-value) 3px,var(--lpl-mask-to-value) 4px,100% 4px,100% 0);clip-path:polygon(0 0,0 4px,var(--lpl-mask-to-value) 4px,var(--lpl-mask-to-value) 0,calc(var(--lpl-mask-to-value) + var(--lpl-mask-width)) 0,calc(var(--lpl-mask-to-value) + var(--lpl-mask-width)) 3px,var(--lpl-mask-to-value) 3px,var(--lpl-mask-to-value) 4px,100% 4px,100% 0) }}.lpl-gestures-animation-line{position:absolute }.lpl-gestures-animation-line-arrow{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgNy41IDE4IDBsLTIuNCA3LjVMMTggMTUgMCA3LjVaIi8+PC9zdmc+);background-repeat:no-repeat;height:15px;position:absolute;width:18px }.lpl-gestures-animation--toggle{justify-content:flex-end;transform:translateX(10%) }@media (max-width:1199px){.lpl-gestures-animation--toggle{transform:translateX(20%) }}.lpl-gestures-animation--toggle .lpl-gestures-animation-line{height:10px;left:-15%;top:50%;width:80% }.lpl-gestures-animation--toggle .lpl-gestures-animation-line-dash{animation:animation--toggle-mask 1.5s cubic-bezier(.28,.165,.275,.96) forwards;background-image:linear-gradient(90deg,var(--lpl-color-lightest),var(--lpl-color-lightest) 50%,transparent 50%,transparent 100%);background-position:50% 0;background-repeat:repeat-x;background-size:12px 1px;height:10px;position:absolute;width:100% }.lpl-gestures-animation--toggle .lpl-gestures-animation-line-arrow{left:0;top:0;transform:translateY(-50%) }.lpl-gestures-animation--toggle .lpl-gestures-animation-line-circle{border:3px solid var(--white,#fff);border-radius:16px;height:16px;position:absolute;right:-16px;top:0;transform:translateY(-50%);width:16px }.lpl-gestures-animation--toggle.is--active img{animation:animation--toggle 1.5s cubic-bezier(.28,.165,.275,.96) forwards }@keyframes animation--balance{0%{filter:brightness(1);transform:translateY(8%) }50%{filter:brightness(.5);transform:translateY(-5%) }to{filter:brightness(1);transform:translateY(8%) }}.lpl-gestures-animation--balance{justify-content:center }@media (max-width:1399px){.lpl-gestures-animation--balance{transform:translateY(10%) }}.lpl-gestures-animation--balance .lpl-gestures-animation-line{height:60%;left:50%;top:0;width:10px }.lpl-gestures-animation--balance .lpl-gestures-animation-line-dash{background-image:linear-gradient(0,var(--lpl-color-lightest),var(--lpl-color-lightest) 50%,transparent 50%,transparent 100%);background-position:50% 0;background-repeat:repeat-y;background-size:1px 12px;height:100%;position:absolute;width:10px }.lpl-gestures-animation--balance .lpl-gestures-animation-line-arrow{left:50%;top:0;transform:translateX(-50%) rotate(90deg) }.lpl-gestures-animation--balance.is--active img{animation:animation--balance var(--lpl-gesture-animation-duration) ease-out forwards }@keyframes animation--bundle-left{0%{transform:translateX(0) }60%{transform:translateX(-8%) }to{transform:translateX(-4%) }}@keyframes animation--bundle-right{0%{transform:translateX(0) }60%{transform:translateX(6%) }to{transform:translateX(3%) }}@keyframes animation--bundle-mask{0%{-webkit-clip-path:polygon(8% 0,92% 0,92% 4px,8% 4px);clip-path:polygon(8% 0,92% 0,92% 4px,8% 4px) }60%{-webkit-clip-path:polygon(0 0,100% 0,100% 4px,0 4px);clip-path:polygon(0 0,100% 0,100% 4px,0 4px) }to{-webkit-clip-path:polygon(4% 0,96% 0,96% 4px,4% 4px);clip-path:polygon(4% 0,96% 0,96% 4px,4% 4px) }}@keyframes animation--bundle-mask-arrow-left{0%{transform:translate(140%,-50%) }60%{transform:translate(-20%,-50%) }to{transform:translate(80%,-50%) }}@keyframes animation--bundle-mask-arrow-right{0%{transform:translate(-140%,-50%) rotate(180deg) }60%{transform:translate(20%,-50%) rotate(180deg) }to{transform:translate(-80%,-50%) rotate(180deg) }}@media (min-width:1200px){.lpl-gestures-animation--bundle{transform:translateX(-20%) }}@media (max-width:1199px){.lpl-gestures-animation--bundle{transform:translateY(25%) }}.lpl-gestures-animation--bundle .lpl-gestures-animation-line{height:10px;left:20%;top:50%;width:60% }@media (min-width:992px){.lpl-gestures-animation--bundle .lpl-gestures-animation-line{left:30% }}.lpl-gestures-animation--bundle .lpl-gestures-animation-line-dash{animation:animation--bundle-mask var(--lpl-gesture-animation-duration) ease-in forwards;background-image:linear-gradient(90deg,var(--lpl-color-lightest),var(--lpl-color-lightest) 50%,transparent 50%,transparent 100%);background-position:50% 0;background-repeat:repeat-x;background-size:12px 1px;height:10px;position:absolute;width:100% }.lpl-gestures-animation--bundle .lpl-gestures-animation-line-arrow{top:0;transform:translateY(-50%) }.lpl-gestures-animation--bundle .lpl-gestures-animation-line-arrow--left{animation:animation--bundle-mask-arrow-left var(--lpl-gesture-animation-duration) ease-out forwards;left:0 }.lpl-gestures-animation--bundle .lpl-gestures-animation-line-arrow--right{animation:animation--bundle-mask-arrow-right var(--lpl-gesture-animation-duration) ease-in forwards;right:0;transform:translateY(-50%) rotate(180deg) }.lpl-gestures-animation--bundle .lpl-gestures-animation-line-circle{background-color:#1c1c1c;border:3px solid var(--white,#fff);border-radius:16px;height:16px;left:50%;position:absolute;top:0;transform:translate(-50%,-50%);width:16px }.lpl-gestures-animation--bundle img{width:50% }@media (min-width:1200px){.lpl-gestures-animation--bundle img{width:60% }}.lpl-gestures-animation--bundle img.lpl-left{animation:animation--bundle-left var(--lpl-gesture-animation-duration) ease-out forwards }.lpl-gestures-animation--bundle img.lpl-right{animation:animation--bundle-right var(--lpl-gesture-animation-duration) ease-out forwards }.lpl-gestures-video{padding-top:4rem;padding-inline:1.5rem;padding-bottom:6rem }@media (min-width:1200px){.lpl-gestures-video{padding-inline:0;padding-top:0 }}.lpl-gestures-video iframe{aspect-ratio:16/9;height:auto;width:100% }.lpl-section--pendant{background-color:#1a1a1a }@media screen and (max-height:800px){.lpl-section--pendant{min-height:calc(100vh - var(--lpl-mobile-footer-height));min-height:calc(100dvh - var(--lpl-mobile-footer-height)) }}.lpl-section--products{aspect-ratio:auto;background-color:#efefef;padding-bottom:6rem }.lpl-section--products .lpl-section-header{height:auto;padding:3rem 1.5rem 4rem;text-align:center }@media (min-width:768px){.lpl-section--products .lpl-section-header{padding-inline:18% }}.lpl-section--products .lpl-section-title{color:var(--lpl-color-darkest) }.lpl-products-scroll{-ms-overflow-style:none;overflow-x:auto;padding-inline:1.5rem;scroll-padding-inline:0;scroll-snap-type:x mandatory;scrollbar-width:none }.lpl-products-scroll::-webkit-scrollbar{display:none }@media (min-width:1200px){.lpl-products-scroll{overflow-x:visible }}.lpl-products{align-items:stretch;display:flex;gap:1.5rem;padding-right:1.5rem;width:calc(300vw - 7.5rem) }@media (min-width:1200px){.lpl-products{gap:1.5rem;width:auto }}.lpl-product{background-color:var(--lpl-color-lightest);display:flex;flex:1;flex-direction:column;scroll-snap-align:center }.lpl-product-header{height:auto;order:2;padding:1.5rem 2rem }.lpl-product-footer{margin-top:auto;order:3;padding:1.5rem 2rem }.lpl-product-image{aspect-ratio:16/9;order:1 }.lpl-product-description{margin-bottom:0 }.lpl-product-description + .lpl-product-link{display:inline-block;margin-top:2rem }.lpl-products-scroll-paging{display:flex;gap:1.5rem;justify-content:center;padding-top:1.5rem }@media (min-width:1200px){.lpl-products-scroll-paging{display:none }}.lpl-products-scroll-page{padding:1.5rem 0;position:relative;width:3.75rem }.lpl-products-scroll-page:after{background-color:rgba(0,0,0,.2);content:"";height:.0625rem;left:0;position:absolute;right:0 }.lpl-products-scroll-page.is--active:after{background-color:var(--lpl-color-darkest) }.lpl-section--shelf{background-color:#1c1c1c }@media screen and (max-height:800px){.lpl-section--shelf{min-height:calc(100vh - var(--lpl-mobile-footer-height));min-height:calc(100dvh - var(--lpl-mobile-footer-height)) }}@media (min-width:1200px){.lpl-section--shelf .lpl-section-description{padding-right:2rem }}@media (min-width:1400px){.lpl-section--shelf .lpl-section-description{padding-right:4rem }}.lpl-section--wall{background-color:#1c1c1c }@media screen and (max-height:800px){.lpl-section--wall{min-height:calc(100vh - var(--lpl-mobile-footer-height));min-height:calc(100dvh - var(--lpl-mobile-footer-height)) }}
