.features-moods{position:relative;background:var(--color-body)}.features-moods__header{display:flex;flex-direction:column;align-items:center;max-width:800px;margin:0 auto 48px;text-align:center}.features-moods__title{position:relative;z-index:2;margin:0 0 16px}.features-moods__subtitle{margin:0;color:var(--color-text)}.features-moods-mood-card__colors{width:clamp(26px,18px + 2.4vw,42px);height:clamp(26px,18px + 2.4vw,42px);border-radius:50%}.features-moods-mood-card__content{display:flex;flex-direction:column;gap:4px;overflow:hidden;width:100%}.features-moods-mood-card__title{overflow:hidden;max-width:100%;margin:0;font-size:clamp(12px,8px + 1.2vw,20px);font-weight:var(--font-weight-medium);line-height:1;text-overflow:ellipsis;white-space:nowrap}.features-moods-mood-card__lights{margin:0;font-size:clamp(10px,6px + 1.2vw,18px);line-height:1;color:var(--color-text-white-A50)}.features-moods-subsection{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:flex-start;margin-bottom:32px}.features-moods-subsection__header-wrapper{position:relative;z-index:5}.features-moods-subsection__header{width:100%}.features-moods-subsection__content{position:relative;display:flex;margin:32px auto 0}.features-moods-subsection__visuals{display:flex;flex-direction:column;gap:12px;align-items:center;margin:0 auto}.features-moods-bezel-column{width:100%}.features-moods-bezel-wrapper{--bezel-shadow-width:540;--bezel-shadow-height:1080;--bezel-width:360;--bezel-height:747;position:relative;width:calc(var(--bezel-width)*1px);max-width:70vw;height:calc(var(--bezel-height)*1px);max-height:calc(70vw/var(--bezel-width)*var(--bezel-height));margin-bottom:64px;opacity:0;transform:translateY(64px);transition-duration:var(--duration-slow);will-change:transform}.features-moods-bezel-wrapper.is-visible{opacity:1;transform:none}.features-moods-bezel-wrapper picture{position:absolute;z-index:-1;top:50%;left:50%;width:calc(var(--bezel-shadow-width)/var(--bezel-width)*100%);height:auto;pointer-events:none;transform:translate(-50%,-50%)}.features-moods-bezel-image{width:100%;height:auto}.features-moods-intro{position:relative;overflow:hidden;padding-top:80px;background:linear-gradient(0deg,#17001b,#000000)}.features-moods-intro__title{margin-bottom:24px}.features-moods-intro__phone-image-wrapper{position:relative;isolation:isolate;display:flex;justify-content:center;margin-bottom:calc(120px - 60vw)}.features-moods-intro__phone-image{position:relative;max-width:100%;height:auto;opacity:0;transform:translateY(64px);animation:slide-in-phone 1s ease forwards;animation-delay:var(--duration-fast)}.features-moods-intro__mood-card{position:absolute;display:grid;grid-template-columns:auto 1fr;gap:clamp(8px,6px + 0.8vw,12px);width:clamp(155px,96px + 15vw,258px);padding:clamp(8px,6px + 0.8vw,16px);border-radius:clamp(9px,6px + 0.6vw,15px);background:var(--color-white-A20);box-shadow:var(--box-shadow);opacity:0;animation:slide-in-mood-cards 1s ease forwards;animation-delay:calc(var(--animation-delay) + 0.5s);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.features-moods-intro__mood-card--1{transform:translateX(30%)}.features-moods-intro__mood-card--2{transform:translateX(-30%)}.features-moods-intro__mood-card--3{z-index:-1;transform:translateX(30%)}.features-moods-intro__mood-card--4{transform:translateX(-30%)}.features-moods-intro__mood-card-colors,.features-moods-intro__mood-card-glow{background:linear-gradient(45deg,var(--mood-color-1),var(--mood-color-2))}.features-moods-intro__mood-card-glow{position:absolute;z-index:-5;width:300px;height:300px;border-radius:50%;opacity:0;filter:blur(120px);pointer-events:none;animation:fade-in-glow 2s ease forwards;animation-delay:calc(var(--animation-delay) + 0.5s);backface-visibility:hidden}.features-moods-intro__mood-card-glow--1,.features-moods-intro__mood-card-glow--3{transform:translate(clamp(-74px,126px - 19.2vw,53px),clamp(-116px,-126px - 3.2vw,-92px)) translateZ(0)}.features-moods-intro__mood-card-glow--2,.features-moods-intro__mood-card-glow--4{transform:translate(clamp(-116px,-126px - 3.2vw,-92px),clamp(-116px,-126px - 3.2vw,-92px)) translateZ(0)}.features-moods-intro__mood-card--1,.features-moods-intro__mood-card-glow--1{--mood-color-1:#ff1b1b;--mood-color-2:#ff2ceb;--animation-delay:0.15s;top:30%;right:63%}.features-moods-intro__mood-card--2,.features-moods-intro__mood-card-glow--2{--mood-color-1:#ff22b2;--mood-color-2:#241dff;--animation-delay:0.3s;top:30%;left:67%}.features-moods-intro__mood-card--3,.features-moods-intro__mood-card-glow--3{--mood-color-1:#ffbd34;--mood-color-2:#ff6745;--animation-delay:0.45s;top:50%;right:57%}.features-moods-intro__mood-card--4,.features-moods-intro__mood-card-glow--4{--mood-color-1:#ffc85d;--mood-color-2:#fffffa;--animation-delay:0.6s;top:55%;left:57%}@keyframes slide-in-phone{0%{opacity:0;transform:translateY(64px)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-mood-cards{0%{opacity:0}to{opacity:1;transform:translateZ(0)}}@keyframes fade-in-glow{0%{opacity:0}to{opacity:0.3}}.features-moods-lighting{--curve-height-top:50px;--curve-height-bottom:0px;position:relative;z-index:10;isolation:isolate;overflow:hidden;margin-top:-100px;padding-top:80px;padding-bottom:var(--curve-height-bottom);background-image:linear-gradient(0deg,var(--color-body),var(--color-body));background-position:50% var(--curve-height-top);background-size:100% calc(100% - var(--curve-height-top) - var(--curve-height-bottom));background-repeat:no-repeat}.features-moods-lighting:before{--shadow-height:24px;content:"";position:absolute;z-index:-1;top:var(--shadow-height);left:-50%;width:200%;height:calc(var(--curve-height-top)*2 - var(--shadow-height)*2);border-radius:50%;background:var(--color-body);box-shadow:0 calc(var(--shadow-height)*-0.5) calc(var(--shadow-height)*0.5) rgba(0,0,0,0.25)}.features-moods-lighting:after{content:"";position:absolute;z-index:-1;top:calc(100% - 200px);right:0;bottom:0;left:0;background:linear-gradient(var(--color-body),#d000ff 300%)}.features-moods-atmosphere{--default-gradient-color:rgba(255,255,255,0.5);--movie-night-gradient-color-1:#241dff;--movie-night-gradient-color-2:#9a20d6;--movie-night-gradient-color-3:#ff22b2;--reading-gradient-color-1:#ffc85d;--reading-gradient-color-2:#ffe3a9;--reading-gradient-color-3:#fffffa;--frozen-gradient-color-1:#009cff;--frozen-gradient-color-2:#00ffe7;--frozen-gradient-color-3:#00ff65;--sunset-gradient-color-1:#fd9a1f;--sunset-gradient-color-2:#fe6010;--sunset-gradient-color-3:#ff01cd}.features-moods-atmosphere[data-features-moods-atmosphere-mood=movie-night]{--mood-color:#4c00ff}.features-moods-atmosphere[data-features-moods-atmosphere-mood=reading]{--mood-color:#ffb800}.features-moods-atmosphere[data-features-moods-atmosphere-mood=frozen]{--mood-color:#00fff7}.features-moods-atmosphere[data-features-moods-atmosphere-mood=sunset]{--mood-color:#ff6a00}.features-moods-atmosphere__header-wrapper{display:flex}.features-moods-atmosphere__title-wrapper{display:grid}.features-moods-atmosphere__title{--title-fade-out-duration:600ms;--title-fade-in-duration:600ms;grid-area:1/1;padding:0.05em 0;background-position-x:100%;-webkit-background-clip:text;background-size:100% 100%;-webkit-text-fill-color:transparent;opacity:0;transition:opacity var(--title-fade-out-duration) ease-in-out}.features-moods-atmosphere[data-features-moods-atmosphere-mood=frozen] .features-moods-atmosphere__title--frozen,.features-moods-atmosphere[data-features-moods-atmosphere-mood=movie-night] .features-moods-atmosphere__title--movie-night,.features-moods-atmosphere[data-features-moods-atmosphere-mood=reading] .features-moods-atmosphere__title--reading,.features-moods-atmosphere[data-features-moods-atmosphere-mood=sunset] .features-moods-atmosphere__title--sunset{opacity:1;transition:opacity var(--title-fade-in-duration) ease-in-out}.features-moods-atmosphere__title--movie-night{background-image:linear-gradient(30deg,var(--movie-night-gradient-color-1),var(--movie-night-gradient-color-2) 50%,var(--movie-night-gradient-color-3))}.features-moods-atmosphere__title--reading{background-image:linear-gradient(30deg,var(--reading-gradient-color-1),var(--reading-gradient-color-2) 50%,var(--reading-gradient-color-3))}.features-moods-atmosphere__title--frozen{background-image:linear-gradient(30deg,var(--frozen-gradient-color-1),var(--frozen-gradient-color-2) 50%,var(--frozen-gradient-color-3))}.features-moods-atmosphere__title--sunset{background-image:linear-gradient(30deg,var(--sunset-gradient-color-1),var(--sunset-gradient-color-2) 50%,var(--sunset-gradient-color-3))}.features-moods-atmosphere__mood-cards{--mood-cards-gap:12px;display:flex;flex-wrap:wrap;gap:var(--mood-cards-gap);justify-content:flex-start;width:100%;margin-bottom:24px}.features-moods-atmosphere__mood-card{display:grid;grid-template-columns:auto 1fr;gap:clamp(8px,6px + 0.8vw,12px);width:clamp(155px,96px + 15vw,258px);padding:clamp(8px,6px + 0.8vw,16px);border:2px solid transparent;border-radius:clamp(9px,6px + 0.6vw,15px);background:var(--color-white-A10);box-shadow:var(--box-shadow);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color var(--duration-fast) var(--curve-fast-in),border-color var(--duration-fast) var(--curve-fast-in);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.features-moods-atmosphere__mood-card:focus-visible,.features-moods-atmosphere__mood-card:hover{background:var(--color-white-A20)}.features-moods-atmosphere__mood-card:active{background:var(--color-white-A30)}.features-moods-atmosphere__mood-card.is-active{border:2px solid var(--color-white-A10);background:var(--color-white-A20)}.features-moods-atmosphere__mood-card[data-features-moods-atmosphere-mood-target=movie-night]{--mood-card-gradient:linear-gradient(45deg,var(--movie-night-gradient-color-1),var(--movie-night-gradient-color-2) 50%,var(--movie-night-gradient-color-3))}.features-moods-atmosphere__mood-card[data-features-moods-atmosphere-mood-target=reading]{--mood-card-gradient:linear-gradient(45deg,var(--reading-gradient-color-1),var(--reading-gradient-color-2) 50%,var(--reading-gradient-color-3))}.features-moods-atmosphere__mood-card[data-features-moods-atmosphere-mood-target=frozen]{--mood-card-gradient:linear-gradient(45deg,var(--frozen-gradient-color-1),var(--frozen-gradient-color-2) 50%,var(--frozen-gradient-color-3))}.features-moods-atmosphere__mood-card[data-features-moods-atmosphere-mood-target=sunset]{--mood-card-gradient:linear-gradient(45deg,var(--sunset-gradient-color-1),var(--sunset-gradient-color-2) 50%,var(--sunset-gradient-color-3))}.features-moods-atmosphere__mood-card-colors{background:var(--mood-card-gradient)}.features-moods-atmosphere__mood-card-content{align-items:flex-start}.features-moods-atmosphere__image-wrapper{--atmosphere-background-width:1280;--atmosphere-mood-width:720;position:relative;display:grid;grid-template-rows:1fr;grid-template-columns:1fr;width:100%;max-width:720px;pointer-events:none}.features-moods-atmosphere__background-image{position:absolute;z-index:-1;top:50%;left:50%;max-width:calc(var(--atmosphere-background-width)/var(--atmosphere-mood-width)*100%);height:auto;transform:translate(-50%,-50%)}.features-moods-atmosphere__mood-image-wrapper{--mood-fade-out-duration:600ms;--mood-fade-in-duration:600ms;grid-area:1/1;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--mood-fade-out-duration) ease-in-out}.features-moods-atmosphere[data-features-moods-atmosphere-mood=frozen] .features-moods-atmosphere__mood-image-wrapper--frozen,.features-moods-atmosphere[data-features-moods-atmosphere-mood=movie-night] .features-moods-atmosphere__mood-image-wrapper--movie-night,.features-moods-atmosphere[data-features-moods-atmosphere-mood=reading] .features-moods-atmosphere__mood-image-wrapper--reading,.features-moods-atmosphere[data-features-moods-atmosphere-mood=sunset] .features-moods-atmosphere__mood-image-wrapper--sunset{opacity:1;transition:opacity var(--mood-fade-in-duration) ease-in-out}.features-moods-atmosphere__mood-image-wrapper:before{content:"";position:absolute;z-index:-1;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(farthest-corner at 50% 50%,var(--mood-color),transparent 70%);opacity:0.15;filter:blur(80px);pointer-events:none}.features-moods-atmosphere__mood-image{width:100%;height:auto}.features-moods-scenes__video-wrapper.is-ended .features-moods-scenes__video-replay{opacity:1;visibility:visible}.features-moods-scenes__video{--scenes-video-width:334;--scenes-video-height:724;--scenes-video-top:12;--scenes-video-left:13;position:absolute;z-index:1;top:calc(var(--scenes-video-top)/var(--bezel-height)*100%);left:calc(var(--scenes-video-left)/var(--bezel-width)*100%);width:calc(var(--scenes-video-width)/var(--bezel-width)*100%);height:calc(var(--scenes-video-height)/var(--bezel-height)*100%);-webkit-mask-image:url(/img/pages/features-moods/scenes/scenes-interface-mask.png);mask-image:url(/img/pages/features-moods/scenes/scenes-interface-mask.png);-webkit-mask-size:cover;mask-size:cover}.features-moods-scenes__video-replay{--mask-color:currentColor;position:absolute;bottom:-48px;left:50%;display:flex;gap:8px;align-items:center;color:var(--color-white-A50);white-space:nowrap;opacity:0;visibility:hidden;transform:translateX(-50%);transition:opacity 500ms ease-in,color var(--duration-fast) var(--curve-fast-in)}.features-moods-scenes__video-replay:hover{color:var(--color-white-A70)}.features-moods-presets{--curve-overlap-top:200px;--preset-gap:24px;display:flex;justify-content:center;overflow:hidden;margin-top:-24px}.features-moods-presets__mask-container{display:flex;justify-content:center;width:100%;min-width:1920px;padding-top:80px;background:linear-gradient(0deg,#000000,#14141c);-webkit-mask-image:radial-gradient(ellipse 150% 60% at 50% 39%,black 99.9%,transparent 100%);mask-image:radial-gradient(ellipse 150% 60% at 50% 39%,black 99.9%,transparent 100%)}.features-moods-presets__inner{max-width:100vw}.features-moods-presets__title-color{padding:0.05em 0;background:linear-gradient(30deg,#5375f9,#9e00ff 25%,#ff36bb 50%,#ff911f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}.features-moods-presets__content{overflow:hidden;max-width:2400px;margin-top:80px;-webkit-mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent);mask-image:linear-gradient(90deg,transparent,black 20%,black 80%,transparent)}.features-moods-presets__preset-list{display:flex;flex-direction:column;gap:var(--preset-gap)}.features-moods-presets__preset-row{display:flex;gap:var(--preset-gap);opacity:0;transition:opacity 1.5s ease-out}.features-moods-presets__preset-row:first-child{--marquee-duration:120s;--marquee-offset:0s;transition-delay:0ms}.features-moods-presets__preset-row:nth-child(2){--marquee-duration:140s;--marquee-offset:-36s;transition-delay:50ms}.features-moods-presets__preset-row:nth-child(3){--marquee-duration:110s;--marquee-offset:-14s;transition-delay:100ms}.features-moods-presets__preset-row:nth-child(4){--marquee-duration:130s;--marquee-offset:-50s;transition-delay:150ms}.features-moods-presets__preset-row:nth-child(5){--marquee-duration:116s;--marquee-offset:-24s;transition-delay:200ms}.features-moods-presets__preset-list.is-visible .features-moods-presets__preset-row{opacity:1}.features-moods-presets__preset-row-set{display:flex;flex-shrink:0;gap:var(--preset-gap);animation:features-moods-presets-marquee var(--marquee-duration,60s) linear infinite;animation-play-state:paused;animation-delay:var(--marquee-offset,0s);will-change:transform}.features-moods-presets__preset-list.is-visible .features-moods-presets__preset-row-set{animation-play-state:running}.features-moods-presets__preset-row:nth-child(2n) .features-moods-presets__preset-row-set{animation-direction:reverse}.features-moods-presets__preset{flex-shrink:0}.features-moods-presets__preset-image{width:72px;height:100px}@keyframes features-moods-presets-marquee{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--preset-gap)))}}.features-moods-anywhere{overflow:hidden;padding-top:80px}.features-moods-devices__video-wrapper.is-ended .features-moods-devices__video-replay{opacity:1;visibility:visible}.features-moods-devices__video{--devices-video-width:334;--devices-video-height:724;--devices-video-top:12;--devices-video-left:13;position:absolute;z-index:1;top:calc(var(--devices-video-top)/var(--bezel-height)*100%);left:calc(var(--devices-video-left)/var(--bezel-width)*100%);width:calc(var(--devices-video-width)/var(--bezel-width)*100%);height:calc(var(--devices-video-height)/var(--bezel-height)*100%);-webkit-mask-image:url(/img/pages/features-moods/scenes/scenes-interface-mask.png);mask-image:url(/img/pages/features-moods/scenes/scenes-interface-mask.png);-webkit-mask-size:cover;mask-size:cover}.features-moods-devices__video-replay{--mask-color:currentColor;position:absolute;bottom:-48px;left:50%;display:flex;gap:8px;align-items:center;color:var(--color-black-A50);white-space:nowrap;opacity:0;visibility:hidden;transform:translateX(-50%);transition:opacity 500ms ease-in,color var(--duration-fast) var(--curve-fast-in)}.features-moods-devices__video-replay:hover{color:var(--color-black-A70)}.features-moods-flow__visuals.is-visible .features-moods-flow__arrow{animation:features-moods-flow-arrow 6s linear infinite;animation-delay:0.3s}.features-moods-flow__visuals.is-visible .flow-card{animation:features-moods-flow-card-scale 6s cubic-bezier(0.65,0.05,0.36,1) infinite}.features-moods-flow__visuals.is-visible .flow-card:nth-of-type(2){animation-delay:0.9s}.features-moods-flow__visuals.is-visible .flow-card:nth-of-type(3){animation-delay:1.05s}.features-moods-flow__visuals.is-visible .flow-card:nth-of-type(4){animation-delay:1.2s}.features-moods-flow__arrow{width:28px;height:28px;background-image:linear-gradient(#0086ff,#00caff 50%,var(--color-mono-200) 0,var(--color-mono-200));background-position:bottom;background-size:200% 200%;-webkit-mask-size:100%;mask-size:100%}.features-moods-flow .flow-card{margin:0}@keyframes features-moods-flow-arrow{0%{background-position:0 100%}10%{background-position:0 0}99%{background-position:0 0}to{background-position:0 100%}}@keyframes features-moods-flow-card-scale{0%{transform:scale(1)}5%{transform:scale(1.05)}10%{transform:scale(1)}to{transform:scale(1)}}.features-moods-voice-assistant__visuals.is-visible .features-moods-voice-assistant__icon:first-of-type{opacity:1;transform:none}.features-moods-voice-assistant__visuals.is-visible .features-moods-voice-assistant__icon:nth-of-type(2){opacity:1;transform:none;transition-delay:150ms}.features-moods-voice-assistant__visuals.is-visible .features-moods-voice-assistant__icon:nth-of-type(3){opacity:1;transform:none;transition-delay:300ms}.features-moods-voice-assistant__visuals.is-visible .features-moods-voice-assistant__cards-container{opacity:1;transition:var(--duration-slow);transition-delay:750ms}.features-moods-voice-assistant__visuals.is-visible .features-moods-voice-assistant__arrow{opacity:1;transform:translateY(0);transition:var(--duration-slow);transition-delay:750ms}.features-moods-voice-assistant__visuals.is-visible .features-moods-voice-assistant__arrow:nth-child(2){transition-delay:500ms}.features-moods-voice-assistant__visuals.is-visible .features-moods-voice-assistant__homey-logo{opacity:1;transform:none;transition:var(--duration-slow);transition-delay:600ms}.features-moods-voice-assistant__visuals.is-visible .flow-card{opacity:1;transform:none;transition:var(--duration-slow)}.features-moods-voice-assistant__visuals.is-visible .flow-card:first-of-type{transition-delay:750ms}.features-moods-voice-assistant__visuals.is-visible .flow-card:nth-of-type(2){transition-delay:850ms}.features-moods-voice-assistant__visuals.is-visible .flow-card:nth-of-type(3){transition-delay:950ms}.features-moods-voice-assistant__top{display:flex;gap:24px;padding:16px;border-radius:45px;background-color:var(--color-mono-050)}.features-moods-voice-assistant__cards-container{display:flex;flex-direction:column;gap:12px;max-width:358px;padding:16px;border-radius:20px;background-color:var(--color-mono-050);opacity:0}.features-moods-voice-assistant__homey-logo{opacity:0;transform:scale(0.8)}.features-moods-voice-assistant__arrow{width:var(--icon-size-xlarge);height:var(--icon-size-xlarge);background-color:var(--color-mono-200);opacity:0;transform:translateY(-25%);-webkit-mask-size:var(--icon-size-xlarge);mask-size:var(--icon-size-xlarge)}.features-moods-voice-assistant__icon{opacity:0;transform:scale(0);transition:var(--duration-slow)}.features-moods-voice-assistant .flow-card{max-width:calc(100vw - 64px);margin:0;opacity:0;transform:scale(0.8)}.features-moods-dashboards__image-wrapper{margin-top:-64px}.features-moods-dashboards__image-wrapper.is-visible .features-moods-dashboards__image{opacity:1;transform:translateX(0)}.features-moods-dashboards__image{width:200%;max-width:1080px;height:auto;margin-left:-10%;opacity:0;transform:translateX(96px);transition:transform 1s ease,opacity 1s ease}.features-moods-widgets__image-wrapper{position:relative;width:540px;max-width:70vw;aspect-ratio:2/3;margin-top:-30vw}.features-moods-widgets__image-wrapper.is-visible .features-moods-widgets__image{opacity:1;transform:translateY(0)}.features-moods-widgets__image-wrapper picture{position:absolute;top:0}.features-moods-widgets__image{width:540px;max-width:105vw;height:auto;opacity:0;transform:translateY(64px);transition:transform 1s ease,opacity 1s ease}@media (min-width:576px){.features-moods-intro__phone-image-wrapper{margin-bottom:-136px}.features-moods-intro__mood-card--1,.features-moods-intro__mood-card-glow--1{top:15%;right:min(50% + 21vw,50% + 230px)}.features-moods-intro__mood-card--2,.features-moods-intro__mood-card-glow--2{top:15%;left:min(50% + 21vw,50% + 230px)}.features-moods-intro__mood-card--3,.features-moods-intro__mood-card-glow--3{top:40%;right:calc(50% + 80px)}.features-moods-intro__mood-card--4,.features-moods-intro__mood-card-glow--4{top:50%;left:calc(50% + 110px)}.features-moods-lighting{--curve-height-top:50px;--curve-height-bottom:50px;margin-top:-180px;padding-top:112px}.features-moods-atmosphere__mood-card-colors{width:28px;height:28px}.features-moods-presets{margin-top:-50px}.features-moods-presets__mask-container{padding-top:160px}.features-moods-anywhere{padding-top:112px}.features-moods-widgets__image-wrapper{margin-top:-160px}}@media (min-width:768px){.features-moods__title{margin-bottom:24px}.features-moods-subsection{flex-wrap:nowrap;justify-content:center;margin-bottom:80px}.features-moods-subsection--reversed .features-moods-subsection__header-wrapper{order:2}.features-moods-subsection__header-wrapper{flex:0 0 calc(50% - 8px)}.features-moods-subsection__header{max-width:464px}.features-moods-subsection__content{flex:0 0 calc(50% - 8px);justify-content:flex-end;margin:0}.features-moods-bezel-column{display:flex;max-width:464px}.features-moods-bezel-wrapper{margin-right:32px;margin-bottom:0}.features-moods-intro{padding-top:112px}.features-moods-lighting{--curve-height-top:100px;--curve-height-bottom:100px;margin-top:-200px;padding-top:160px}.features-moods-lighting:after{top:calc(100% - var(--curve-height-bottom)*2);background:radial-gradient(ellipse 120% 200% at 50% 160%,#d000ff,var(--color-body) 70%);clip-path:url(#features-moods-lighting-curve-mask)}.features-moods-lighting__header{max-width:820px}.features-moods-atmosphere__header-wrapper{justify-content:flex-end}.features-moods-atmosphere__mood-cards{width:356px;margin:0}.features-moods-atmosphere__mood-card{gap:8px;width:172px;padding:10px;border-radius:14px}.features-moods-atmosphere__mood-card-title{font-size:var(--font-size-small)}.features-moods-atmosphere__mood-card-lights{font-size:var(--font-size-micro)}.features-moods-presets{--preset-gap:32px;margin-top:-100px}.features-moods-presets__mask-container{padding-top:208px}.features-moods-presets__content{-webkit-mask-image:linear-gradient(90deg,transparent,black 30%,black 70%,transparent);mask-image:linear-gradient(90deg,transparent,black 30%,black 70%,transparent)}.features-moods-presets__preset-image{width:108px;height:150px}.features-moods-anywhere{padding-top:160px}.features-moods-devices{margin-top:80px}.features-moods-widgets__image-wrapper{width:100%;margin-right:32px}}@media (min-width:992px){.features-moods-subsection{justify-content:flex-start}.features-moods-intro{padding-top:224px}.features-moods-lighting{--curve-height-top:200px;--curve-height-bottom:200px}.features-moods-atmosphere__image-wrapper{flex:0 0 calc(50vw - 8px)}.features-moods-presets{margin-top:-200px}.features-moods-presets__mask-container{padding-top:320px}.features-moods-dashboards__image-wrapper{margin-top:0}}@media (min-width:1200px){.features-moods-presets__content{-webkit-mask-image:linear-gradient(90deg,transparent,black 40%,black 60%,transparent);mask-image:linear-gradient(90deg,transparent,black 40%,black 60%,transparent)}}@media (prefers-reduced-motion:reduce){.features-moods-presets__preset-row-set{animation-play-state:paused!important}}