:root{--black:#000;--white:#d0cbc5;--gray-50:#fbfbfd;--gray-100:#f5f5f7;--gray-200:#e8e8ed;--gray-300:#d2d2d7;--gray-400:#86868b;--gray-500:#6e6e73;--gray-600:#1d1d1f;--blue:#0071e3;--blue-hover:#0077ed;--content-width:980px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--white);background:#1d1d1f;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;overflow-x:hidden}main{flex-direction:column;gap:0;display:flex}nav{z-index:1000;-webkit-backdrop-filter:saturate(180%)blur(20px);background:#000c;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:48px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--gray-100);opacity:.8;justify-content:center;align-items:center;text-decoration:none;transition:opacity .3s;display:flex}.nav-logo:hover{opacity:1}.elipse-logo{vertical-align:middle;color:currentColor;flex-shrink:0;display:inline-block}#header-logo-container{align-items:center;height:28px;display:flex}#header-logo{color:var(--gray-100);transition:filter .3s}.nav-logo:hover #header-logo{filter:drop-shadow(0 0 8px #fff6)}.nav-logo span{color:var(--gray-400);margin-left:6px;font-size:14px;font-weight:400}.nav-links{gap:36px;list-style:none;display:flex}.nav-links a{color:var(--gray-300);letter-spacing:0;font-size:12px;font-weight:400;text-decoration:none;transition:color .3s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--blue);color:var(--white);cursor:pointer;border:none;border-radius:980px;padding:8px 18px;font-size:12px;font-weight:400;transition:background .3s}.nav-cta:hover{background:var(--blue-hover)}.hero{text-align:center;background:#000;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:44px 24px 40px;display:flex;position:relative;overflow:hidden}.hero-logo-wrapper{z-index:3;justify-content:center;align-items:center;margin-bottom:0;display:flex;position:relative}.hero-logo-wrapper:empty{display:none}.hero-logo-wrapper:not(:has(svg)){display:none}#hero-logo-container{justify-content:center;align-items:center;display:flex}#hero-logo-container:empty{display:none}#hero-logo{color:var(--white);will-change:transform, opacity, filter}.hero-bg{display:none}.hero-headline{z-index:10;pointer-events:none;margin-top:45px;margin-bottom:24px;position:relative}.hero-headline button,.hero-headline a{pointer-events:auto}.hero-headline h1{letter-spacing:-.01em;word-spacing:.01em;color:var(--white);opacity:0;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;font-size:clamp(28px,3.5vw,40px);font-weight:500;line-height:1.1;animation:.6s .1s forwards fadeUp;transform:translateY(20px)}.hero-typed-word{display:inline}.hero-cursor{color:#3b82f6;margin-left:2px;font-weight:300;animation:.7s step-end infinite hero-cursor-blink;display:inline}.hero-cursor.hidden{opacity:0;animation:none}@keyframes hero-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.hero-typed-word.gradient-animate{--bg-size:300%;background:linear-gradient(135deg,#fff 20%,#a1a1aa 40%,#ff9f43 60%,#ff6b00 80%);background-size:var(--bg-size) 100%;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px #ff8c004d);-webkit-background-clip:text;background-clip:text;animation:2s ease-out forwards you-gradient-sweep}@keyframes you-gradient-sweep{0%{background-position:100%}to{background-position:30%}}@keyframes gradient-dynamic{0%{background-position:0%}20%{background-position:135%}50%{background-position:200%}85%{background-position:270%}to{background-position:300%}}.hero-headline .hero-tagline{letter-spacing:.01em;color:#d1d1d6;opacity:0;margin-top:-12px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif;font-size:21px;font-weight:400;line-height:1.2;animation:.5s .3s forwards taglineFadeIn;transform:translateY(15px)}@keyframes taglineFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%,to{background-position:200%}50%{background-position:0%}}.hero-model-wrapper{pointer-events:none;flex:none;justify-content:center;align-items:center;width:100%;margin-bottom:40px;display:flex;position:relative}.hero-image-container{z-index:0;perspective:2000px;opacity:0;justify-content:center;align-items:center;width:100%;max-width:900px;height:auto;max-height:65vh;margin:-30px auto 0;animation:1s .1s forwards heroContainerIn;display:flex;position:relative}.hero-image-container:before{content:"";filter:blur(60px);z-index:-1;pointer-events:none;background:radial-gradient(circle,#ffffff14 0%,#0000 60%);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes heroContainerIn{to{opacity:1}}.hero-floorplan{object-fit:contain;-webkit-mask-composite:source-in;will-change:transform, opacity;opacity:0;border:none;border-radius:24px;width:100%;height:auto;max-height:75vh;animation:2.5s cubic-bezier(.16,1,.3,1) .2s forwards appleLevitate;display:block;-webkit-mask-image:linear-gradient(#0000 0%,#0003 10%,#00000080 22%,#000000d9 35%,#000 45%),radial-gradient(120% 100%,#000 50%,#0000 80%);mask-image:linear-gradient(#0000 0%,#0003 10%,#00000080 22%,#000000d9 35%,#000 45%),radial-gradient(120% 100%,#000 50%,#0000 80%);-webkit-mask-composite:source-in;mask-composite:intersect}.hero-video{object-fit:contain;-webkit-mask-composite:source-in;border-radius:24px;width:100%;height:auto;max-height:65vh;display:block;-webkit-mask-image:linear-gradient(#0000 0%,#0003 10%,#00000080 22%,#000000d9 35%,#000 45%),radial-gradient(120% 100%,#000 50%,#0000 80%);mask-image:linear-gradient(#0000 0%,#0003 10%,#00000080 22%,#000000d9 35%,#000 45%),radial-gradient(120% 100%,#000 50%,#0000 80%);-webkit-mask-composite:source-in;mask-composite:intersect}.hero-shadow{display:none}.hero-pricing-pill{z-index:10;-webkit-backdrop-filter:saturate(180%)blur(20px);opacity:0;background:#28282db3;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:16px;padding:8px 10px 8px 18px;animation:.8s cubic-bezier(.16,1,.3,1) 1.4s forwards fadeUp;display:flex;position:absolute;top:160px;right:0;transform:translateY(20px);box-shadow:inset 0 1px #ffffff40,inset 0 2px 4px #ffffff14}.price-stack{text-align:right;flex-direction:column;align-items:flex-end;display:flex}.price-main{color:#f5f5f7;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:600}.price-sub{color:#86868b;margin-top:1px;font-size:10px;font-weight:400}.apple-button{color:#fff;cursor:pointer;background:#0071e3;border:none;border-radius:100px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .2s}.apple-button:hover{background:#0077ed;transform:scale(1.02)}@keyframes appleLevitate{0%{opacity:0;transform:translateY(150px)scale(1.1)rotateX(50deg)}to{opacity:1;transform:translateY(0)scale(1)rotateX(35deg)}}@keyframes shadowBreathe{0%{opacity:.6;transform:translate(-50%)scale(1)}50%{opacity:.3;transform:translate(-50%)scale(.85)}to{opacity:.6;transform:translate(-50%)scale(1)}}.hero-image-vignette{pointer-events:none;background:radial-gradient(80% 80%,#0000 50%,#0006 75%,#000000e6 100%);border-radius:12px;position:absolute;inset:0}.hero-model-shadow{display:none}@keyframes fadeIn{to{opacity:1}}.hero-cta-group{opacity:0;flex-direction:column;flex-shrink:0;align-items:center;gap:12px;margin-top:40px;animation:.5s .6s forwards fadeUp;display:flex;transform:translateY(10px)}.hero .cta-primary{background:var(--blue);color:var(--white);cursor:pointer;border:none;border-radius:980px;padding:10px 20px;font-size:14px;transition:background .2s}.hero .cta-primary:hover{background:var(--blue-hover)}.hero .cta-secondary{color:var(--blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:14px;display:flex}.hero .cta-secondary:hover{text-decoration:underline}.hero-label{color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;opacity:0;margin-bottom:16px;font-size:14px;font-weight:600;animation:.5s .1s forwards fadeUp;transform:translateY(15px)}.hero h1{letter-spacing:-.025em;opacity:0;margin-bottom:20px;font-size:clamp(48px,8vw,64px);font-weight:600;line-height:1.05;animation:.6s .2s forwards fadeUp;transform:translateY(20px)}.section-promise .hero-cta-group,.section-introducing .hero-cta-group{opacity:0;align-items:center;gap:24px;animation:.5s .4s forwards fadeUp;display:flex;transform:translateY(20px)}.cta-primary{background:var(--blue);color:var(--white);cursor:pointer;border:none;border-radius:980px;padding:12px 24px;font-size:17px;font-weight:400;transition:all .3s}.cta-primary:hover{background:var(--blue-hover)}.cta-secondary{color:var(--blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:17px;font-weight:400;display:flex}.cta-secondary:hover{text-decoration:underline}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.feature-section{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px;display:flex;position:relative;overflow:hidden}.feature-eyebrow{color:var(--gray-400);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:14px;font-weight:600}.feature-headline{letter-spacing:-.025em;max-width:700px;margin-bottom:16px;font-size:clamp(40px,6vw,56px);font-weight:600;line-height:1.1}.feature-subheadline{color:var(--gray-400);max-width:500px;margin-bottom:48px;font-size:21px;font-weight:400;line-height:1.4}.feature-visual{width:100%;max-width:800px;margin:0 auto;position:relative}.section-promise{text-align:center;background:var(--white);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:160px 24px 180px;display:flex}.promise-content{margin-bottom:80px}.promise-headline{letter-spacing:-.03em;color:var(--gray-600);margin-bottom:24px;font-size:clamp(40px,7vw,72px);font-weight:600;line-height:1.1}.promise-sub{color:var(--gray-500);max-width:600px;margin:0 auto;font-size:clamp(17px,2vw,21px);line-height:1.6}.promise-visual{width:100%;max-width:1000px}.promise-features{grid-template-columns:repeat(6,1fr);gap:24px;display:grid}.promise-feature{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:24px;flex-direction:column;align-items:center;gap:16px;padding:32px 16px;transition:all .3s;display:flex}.promise-feature:hover{background:var(--white);border-color:var(--gray-300);transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.promise-feature svg{width:48px;height:48px;stroke:var(--gray-600);stroke-width:1.5px}.promise-feature span{color:var(--gray-600);letter-spacing:-.01em;font-size:14px;font-weight:500}.section-introducing{background:var(--black);flex-direction:column;width:100%;height:100vh;min-height:600px;display:flex;overflow:hidden}.hero-copy-wrapper{text-align:center;z-index:3;flex-shrink:0;width:100%;padding-top:120px;position:relative}.introducing-headline{letter-spacing:-.009em;color:var(--white);justify-content:center;align-items:center;gap:.06em;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:64px;font-weight:600;line-height:1.05;display:flex}.introducing-logo{flex-shrink:0;width:48px;height:48px}.introducing-subhead{letter-spacing:.007em;color:#86868b;margin:6px 0 0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:28px;font-weight:400;line-height:1.14}.hero-cta-links{gap:13px;margin-top:19px;display:inline-flex}.hero-btn{letter-spacing:-.374px;text-align:center;cursor:pointer;border-radius:980px;padding:11px 22px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:17px;font-weight:400;line-height:20px;text-decoration:none;transition:background .3s,color .3s;display:inline-block}.hero-btn-primary{color:var(--white);background:#0071e3;border:1px solid #0000}.hero-btn-primary:hover{background:#0077ed}.hero-btn-tertiary{color:#2997ff;background:0 0;border:1px solid #2997ff}.hero-btn-tertiary:hover{color:var(--white);background:#2997ff}.hero-image-wrapper{flex:1;justify-content:center;align-items:flex-start;min-height:0;margin-top:16px;display:flex;position:relative;overflow:hidden}.hero-image-wrapper:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#000 0%,#0000 100%);height:35%;position:absolute;top:0;left:0;right:0}.hero-image{object-fit:contain;max-width:65%;max-height:100%}.section-3d-viewer{background:var(--black);width:100%;height:100vh;min-height:600px}.viewer-canvas-wrapper{width:100%;height:100%}.section-film-announce{background:var(--black);justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;padding:80px 24px;display:flex;position:relative;overflow:hidden}.film-announce-content{text-align:center;z-index:2;max-width:700px;position:relative}.film-announce-headline{letter-spacing:0;color:var(--white);justify-content:center;align-items:center;gap:.12em;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:96px;font-weight:500;line-height:100px;display:flex}.film-announce-logo{flex-shrink:0;width:80px;height:80px}.film-announce-desc{max-width:var(--content-width);letter-spacing:.231px;color:#86868b;margin:16.8px auto 0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:21px;font-weight:600;line-height:29px}.film-announce-btn{color:#fff;letter-spacing:-.374px;text-align:center;cursor:pointer;background:#0071e3;border:1px solid #0000;border-radius:980px;margin-top:28px;padding:11px 21px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:17px;font-weight:400;line-height:20px;text-decoration:none;transition:background .3s;display:inline-block}.film-announce-btn:hover{background:#0077ed}.film-corner{object-fit:cover;z-index:1;border-radius:12px;width:400px;height:auto;position:absolute}.film-corner-tl{width:520px;top:60px;left:-40px}.film-corner-tr{width:370px;top:10px;right:40px}.film-corner-bl{width:580px;bottom:-40px;left:-40px}.film-corner-br{bottom:40px;right:40px}.film-modal-overlay{z-index:9999;background:#000000f0;justify-content:center;align-items:center;animation:.3s filmFadeIn;display:flex;position:fixed;inset:0}@keyframes filmFadeIn{0%{opacity:0}to{opacity:1}}.film-modal{width:90vw;max-width:1080px;position:relative}.film-modal-close{cursor:pointer;opacity:.5;background:0 0;border:none;padding:8px;transition:opacity .2s;position:absolute;top:-44px;right:0}.film-modal-close:hover{opacity:1}.film-modal-video{background:#000;border-radius:8px;outline:none;width:100%;height:auto}.section-bento{width:100%;padding-top:12px;padding-bottom:12px}.bento-grid{grid-template-rows:580px 580px;grid-template-columns:1fr 1fr;gap:12px;padding:0 12px;display:grid}.bento-card{position:relative;overflow:hidden}.bento-dark,.bento-light{background:var(--black)}.bento-copy{z-index:2;text-align:center;padding-top:53px;padding-left:109px;padding-right:109px;position:relative}.bento-heading{color:#1d1d1f;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:40px;font-weight:600;line-height:44px}.bento-heading-light{color:#f5f5f7}.bento-sub{letter-spacing:.231px;color:#86868b;max-width:420px;margin:4px auto 0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:21px;font-weight:400;line-height:25px}.bento-sub-light{color:#86868b}.bento-inline-logo{vertical-align:-.08em;margin-right:.04em;display:inline-block}.bento-card-split{flex-direction:column;display:flex}.bento-logos-row{justify-content:center;align-items:center;gap:28px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-65%)}.bento-partner-elipse{opacity:.9}.bento-partner-divider{background:#fffc;width:1px;height:120px}.bento-logo-dark{color:#1d1d1f}.bento-logos-centered{transform:translate(-50%,-40%)}.bento-trilok-bottom{z-index:0;width:280px;height:auto;position:absolute;bottom:100px;left:50%;transform:translate(-50%)}.bento-divider-dark{background:#00000040}.bento-partner-trilok{width:350px;height:auto}.bento-card-bg-img{object-fit:contain;z-index:0;width:75%;height:auto;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.bento-sofa-img{object-fit:contain;z-index:0;width:55%;height:auto;position:absolute;bottom:-55px;left:50%;transform:translate(-50%)}.bento-white{background:var(--white)}.bento-card.bento-white .bento-heading{color:#1d1d1f}.bento-copy-bottom{padding:0 109px 53px;position:absolute;bottom:0;left:0;right:0}.bento-india-img{width:320px;height:auto;position:absolute;top:40%;left:50%;transform:translate(-50%,-55%)}.bento-ctas{gap:10px;margin-top:17px;display:inline-flex}.bento-ctas-mobile{display:none}.bento-btn-primary{color:#fff;cursor:pointer;background:#0071e3;border:1px solid #0000;border-radius:980px;padding:7px 15px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;transition:background .3s;display:inline-block}.bento-btn-primary:hover{background:#0077ed}.bento-btn-tertiary-light{color:#2997ff;cursor:pointer;background:0 0;border:1px solid #2997ff;border-radius:980px;padding:7px 15px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-decoration:none;transition:background .3s,color .3s;display:inline-block}.bento-btn-tertiary-light:hover{color:#fff;background:#2997ff}@media (max-width:768px){.bento-grid{grid-template-rows:auto;grid-template-columns:1fr}.bento-copy{padding-left:24px;padding-right:24px}}.section-revolution{background:var(--black);min-height:100vh;position:relative;overflow:visible}.revolution-container{flex-direction:column;justify-content:center;align-items:center;height:100vh;display:flex;position:relative}.revolution-text-wrapper{z-index:10;box-sizing:border-box;flex-direction:column;align-items:center;gap:8px;width:100%;max-width:900px;padding:0 24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.revolution-text{flex-wrap:wrap;justify-content:center;gap:.3em;display:flex}.reveal-word{letter-spacing:-.025em;color:var(--white);opacity:1;font-size:clamp(40px,6vw,56px);font-weight:600}.revolution-button-container{opacity:0;z-index:5;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spline-button{width:350px;height:180px}.glass-button{color:var(--white);cursor:pointer;transform-style:preserve-3d;background:linear-gradient(#3b82f6 0%,#2563eb 100%);border:none;border-radius:16px;padding:22px 64px;font-size:20px;font-weight:600;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;transform:perspective(1000px)rotateX(0);box-shadow:0 6px #1d4ed8,0 8px 20px #2563eb66,inset 0 1px #fff3}.glass-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.glass-button:hover:before{left:100%}.glass-button:hover{transform:perspective(1000px)rotateX(-5deg)translateY(-2px);box-shadow:0 10px #1d4ed8,0 14px 30px #2563eb80,inset 0 1px #ffffff4d}.glass-button.pressed{transition:all .1s;transform:perspective(1000px)rotateX(5deg)translateY(4px);box-shadow:0 2px #1d4ed8,0 4px 10px #2563eb4d,inset 0 1px #ffffff1a}.glass-button.added{background:linear-gradient(#22c55e 0%,#16a34a 100%);animation:.5s forwards button-success;transform:perspective(1000px)rotateX(0);box-shadow:0 6px #15803d,0 8px 20px #16a34a66,inset 0 1px #fff3}@keyframes button-success{0%{transform:perspective(1000px)rotateX(5deg)translateY(4px)scale(.98)}50%{transform:perspective(1000px)rotateX(-3deg)translateY(-2px)scale(1.02)}to{transform:perspective(1000px)rotateX(0)translateY(0)scale(1)}}.add-to-cart-overlay-old{z-index:20;position:absolute;bottom:20%;left:50%;transform:translate(-50%)}.app-add-to-cart{background:var(--blue);color:var(--white);cursor:pointer;border:none;border-radius:14px;padding:16px 48px;font-size:18px;font-weight:600;transition:all .2s;box-shadow:0 4px 24px #007aff66}.app-add-to-cart:hover{transform:scale(1.02);box-shadow:0 6px 32px #007aff80}.app-add-to-cart.added{background:#30d158;box-shadow:0 4px 24px #30d15866}.section-speed{text-align:center;background:var(--black);color:var(--white);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px;display:flex}.section-speed .section-headline,.section-speed .section-subheadline{max-width:800px}.section-headline-large{margin-bottom:16px;font-size:clamp(48px,8vw,72px)}.section-speed .section-subheadline{color:var(--gray-400);margin-bottom:64px}.timeline-compare{align-items:flex-start;gap:48px;width:100%;max-width:800px;display:flex}.timeline-traditional,.timeline-ehome{text-align:left;flex:1}.timeline-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px;font-size:14px;font-weight:600}.timeline-label-accent{color:var(--blue)}.timeline-items{flex-direction:column;gap:16px;display:flex}.timeline-item{color:var(--white);padding-left:20px;font-size:15px;position:relative}.timeline-item:before{content:"";background:var(--blue);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.timeline-item.struck{color:var(--gray-500);text-decoration:line-through}.timeline-item.struck:before{background:var(--gray-500)}.timeline-item-highlight{color:#30d158;font-weight:600}.timeline-item-highlight:before{background:#30d158}.timeline-divider{background:#ffffff1a;align-self:stretch;width:1px}.section-supporting-text{color:var(--gray-400);margin-top:48px;font-size:17px}.section-scrollytelling{background:var(--black);color:var(--white);padding:0;position:relative}.scrollytelling-container{grid-template-columns:1fr 1.5fr;gap:64px;max-width:1400px;min-height:300vh;margin:0 auto;padding:0 48px;display:grid}.scrollytelling-text-track{padding-top:40vh;padding-bottom:40vh}.scrollytelling-text-item{align-items:center;min-height:100vh;display:flex}.scrollytelling-text-content{max-width:400px}.scrollytelling-headline{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(48px,8vw,80px);font-weight:600;line-height:1.05}.scrollytelling-description{color:var(--gray-400);font-size:19px;line-height:1.5}.scrollytelling-model-container{pointer-events:none;height:300vh;position:relative}.scrollytelling-model{pointer-events:none;justify-content:center;align-items:center;height:60vh;display:flex;position:sticky;top:20vh}.scrollytelling-model spline-viewer{pointer-events:none;width:100%;height:100%}.scrollytelling-model:before{content:"";filter:blur(40px);pointer-events:none;z-index:-1;background:radial-gradient(#0071e314 0%,#0000 60%);width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.scrollytelling-text-item.active .scrollytelling-headline{color:var(--white)}.scrollytelling-text-item:not(.active) .scrollytelling-headline{color:var(--gray-500);transition:color .4s}.scrollytelling-text-item:not(.active) .scrollytelling-description{opacity:.5;transition:opacity .4s}@media (max-width:1024px){.scrollytelling-container{grid-template-columns:1fr;gap:0;min-height:auto;padding:0 24px}.scrollytelling-text-track{order:2;padding-top:100px;padding-bottom:60px}.scrollytelling-text-item{min-height:80vh}.scrollytelling-model-container{order:1;height:60vh;position:sticky;top:0}.scrollytelling-model{height:100%;position:relative;top:0}}@media (max-width:768px){.scrollytelling-headline{font-size:clamp(36px,10vw,56px)}.scrollytelling-description{font-size:17px}.scrollytelling-text-item{min-height:70vh}}.section-brain{text-align:center;background:var(--black);color:var(--white);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 200px;display:flex;position:relative;overflow:hidden}.section-brain .section-bg{pointer-events:none;background:radial-gradient(60% 40% at 50% 0,#5856d614 0%,#0000 60%);position:absolute;inset:0}.section-brain .section-headline{letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(48px,7vw,72px);font-weight:600;line-height:1.1}.section-brain .section-subheadline{color:var(--gray-400);margin-bottom:64px;font-size:21px}.brain-features-grid{z-index:1;grid-template-columns:repeat(3,1fr);gap:40px 32px;width:100%;max-width:1000px;margin-top:20px;display:grid;position:relative}.brain-feature{text-align:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:24px;padding:32px 24px;transition:background .3s,border-color .3s}.brain-feature:hover{background:#ffffff0d;border-color:#ffffff1a}.brain-feature-visual{justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 24px;display:flex;position:relative}.brain-feature h4{color:var(--white);margin-bottom:12px;font-size:18px;font-weight:600}.brain-feature p{color:var(--gray-400);font-size:15px;line-height:1.5}.feature-icon{width:100%;height:100%}.feature-icon .icon-bg{fill:#ffffff0f}.icon-voice .voice-wave-1,.icon-voice .voice-wave-2,.icon-voice .voice-wave-3,.icon-voice .voice-wave-4,.icon-voice .voice-wave-5{stroke:#f97316;stroke-width:3px;stroke-linecap:round}.icon-voice .voice-wave-1{animation:1.4s ease-in-out infinite voice-svg}.icon-voice .voice-wave-2{animation:1.4s ease-in-out .1s infinite voice-svg}.icon-voice .voice-wave-3{animation:1.4s ease-in-out .2s infinite voice-svg}.icon-voice .voice-wave-4{animation:1.4s ease-in-out .1s infinite voice-svg}.icon-voice .voice-wave-5{animation:1.4s ease-in-out infinite voice-svg}@keyframes voice-svg{0%,to{opacity:.5;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.icon-lighting .bulb-body{fill:#fbbf24}.icon-lighting .bulb-base{fill:#78716c}.icon-lighting .bulb-glow-svg{fill:#fbbf2433;animation:2.5s ease-in-out infinite glow-svg}@keyframes glow-svg{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.05)}}.icon-speakers .speaker-outer{fill:none;stroke:#ffffff26;stroke-width:1px}.icon-speakers .speaker-mid{fill:none;stroke:#ffffff40;stroke-width:1px}.icon-speakers .speaker-inner{fill:#fff6}.icon-speakers .sound-wave{fill:none;stroke:#8b5cf6;stroke-width:2px;opacity:0;animation:2s ease-out infinite sound-svg}.icon-speakers .sound-wave-2{animation-delay:.3s}@keyframes sound-svg{0%{opacity:.8}to{opacity:0}}.icon-climate .dial-outer{fill:none;stroke:#3b82f6;stroke-width:3px}.icon-climate .dial-indicator-svg{stroke:#fff;stroke-width:3px;transform-origin:24px 24px;animation:4s ease-in-out infinite dial-svg}@keyframes dial-svg{0%,to{transform:rotate(-30deg)}50%{transform:rotate(30deg)}}.icon-climate .dial-center{fill:#ffffff4d}.icon-climate .temp-wave{fill:none;stroke:#f97316;stroke-width:2px;opacity:.6;animation:1.5s ease-in-out infinite temp-svg}.icon-climate .temp-wave-2{opacity:.4;animation-delay:.2s}@keyframes temp-svg{0%,to{opacity:.3}50%{opacity:.8}}.icon-appliances .appliance{fill:#ffffff26;stroke:#ffffff1a;stroke-width:1px}.icon-appliances .status-light{fill:#22c55e;animation:2s ease-in-out infinite status-svg}.icon-appliances .status-2{animation-delay:.4s}.icon-appliances .status-3{animation-delay:.8s}@keyframes status-svg{0%,to{opacity:1}50%{opacity:.3}}.icon-updates .update-ring{fill:none;stroke:#8b5cf6;stroke-width:2px}.icon-updates .update-arrow-svg{stroke:#8b5cf6;stroke-width:2.5px;animation:1.8s ease-in-out infinite arrow-svg}@keyframes arrow-svg{0%,to{transform:translateY(1px)}50%{transform:translateY(-3px)}}.icon-updates .update-pulse-svg{fill:none;stroke:#8b5cf6;stroke-width:1px;animation:2.5s ease-out infinite pulse-svg}@keyframes pulse-svg{0%{opacity:.5;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}@media (max-width:1024px){.brain-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.timeline-compare{flex-direction:column;gap:32px}.timeline-divider{width:100%;height:1px}.brain-features-grid{grid-template-columns:1fr;gap:20px}.brain-feature{padding:24px 20px}.revolution-phone{width:240px}.revolution-phone-screen{min-height:420px;padding:40px 16px 20px}}.feature-privacy{background:var(--black);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:120px 24px;display:flex}.feature-privacy .feature-bg{background:radial-gradient(80% 50% at 50% 100%,#30d1580f 0%,#0000 60%);position:absolute;inset:0}.feature-privacy .feature-headline{letter-spacing:-.03em;font-size:clamp(48px,7vw,72px)}.feature-privacy .feature-subheadline{margin-bottom:64px}.chip-visual{width:280px;height:280px;margin:0 auto;position:relative}.chip-base{background:linear-gradient(145deg,#1c1c1e 0%,#2c2c2e 50%,#1c1c1e 100%);border-radius:48px;width:100%;height:100%;position:relative;box-shadow:0 0 0 1px #ffffff1a,0 40px 80px -20px #00000080,inset 0 1px #ffffff1a}.chip-inner{background:linear-gradient(145deg,#0a0a0a 0%,#1a1a1a 100%);border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:32px}.chip-label{color:var(--gray-400);letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;font-size:11px}.chip-name{letter-spacing:-.02em;background:linear-gradient(#fff 0%,#888 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:600}.chip-circuits{position:absolute;inset:0}.circuit-line{background:#30d15866;animation:1.5s ease-in-out infinite circuitHeartbeat;position:absolute;box-shadow:0 0 8px #30d15899}.circuit-line.h{width:20px;height:2px}.circuit-line.v{width:2px;height:20px}.circuit-line:first-child{animation-delay:0s;top:40px;left:0}.circuit-line:nth-child(2){animation-delay:50ms;top:80px;left:0}.circuit-line:nth-child(3){animation-delay:.1s;top:40px;right:0}.circuit-line:nth-child(4){animation-delay:.15s;top:80px;right:0}.circuit-line:nth-child(5){animation-delay:.2s;bottom:40px;left:0}.circuit-line:nth-child(6){animation-delay:.25s;bottom:80px;left:0}.circuit-line:nth-child(7){animation-delay:.3s;bottom:40px;right:0}.circuit-line:nth-child(8){animation-delay:.35s;bottom:80px;right:0}.circuit-line:nth-child(9).v{animation-delay:.1s;top:0;left:40px}.circuit-line:nth-child(10).v{animation-delay:.15s;top:0;left:80px}.circuit-line:nth-child(11).v{animation-delay:.2s;top:0;right:40px}.circuit-line:nth-child(12).v{animation-delay:.25s;top:0;right:80px}.circuit-line:nth-child(13).v{animation-delay:.3s;bottom:0;left:40px}.circuit-line:nth-child(14).v{animation-delay:.35s;bottom:0;left:80px}.circuit-line:nth-child(15).v{animation-delay:.4s;bottom:0;right:40px}.circuit-line:nth-child(16).v{animation-delay:.45s;bottom:0;right:80px}@keyframes circuitHeartbeat{0%,to{opacity:.3;box-shadow:0 0 4px #30d1584d}15%{opacity:1;box-shadow:0 0 12px #30d158e6,0 0 24px #30d15880}30%{opacity:.5;box-shadow:0 0 6px #30d15866}45%{opacity:.9;box-shadow:0 0 10px #30d158b3,0 0 20px #30d15866}60%{opacity:.3;box-shadow:0 0 4px #30d1584d}}.chip-glow{background:radial-gradient(circle,#30d15826 0%,#0000 70%);animation:1.5s ease-in-out infinite glowHeartbeat;position:absolute;inset:60px}@keyframes glowHeartbeat{0%,to{opacity:.4;transform:scale(1)}15%{opacity:1;transform:scale(1.1)}30%{opacity:.6;transform:scale(1.02)}45%{opacity:.9;transform:scale(1.08)}60%{opacity:.4;transform:scale(1)}}.app-section{background:var(--white);color:var(--black);padding:140px 24px;position:relative}.app-section-header{text-align:center;margin-bottom:100px}.app-section-eyebrow{color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:14px;font-weight:600}.app-section-headline{letter-spacing:-.025em;color:var(--gray-600);margin-bottom:16px;font-size:clamp(48px,7vw,72px);font-weight:600}.app-section-sub{color:var(--gray-500);font-size:21px;font-weight:400}.app-showcase-container{align-items:flex-start;gap:120px;max-width:1200px;margin:0 auto;display:flex}.phone-showcase{flex-shrink:0;position:sticky;top:120px}.iphone-15-pro{width:320px;position:relative}.iphone-frame-outer{background:linear-gradient(145deg,#8a8a8d 0%,#6e6e73 15%,#48484a 50%,#6e6e73 85%,#8a8a8d 100%);border-radius:58px;padding:3px;position:relative;box-shadow:0 50px 100px -20px #00000080,0 30px 60px -30px #0009,inset 0 1px #ffffff26,inset 0 -1px #0000004d}.iphone-button{background:linear-gradient(#6e6e73 0%,#48484a 100%);border-radius:2px;position:absolute}.iphone-button-action{border-radius:2px 0 0 2px;width:4px;height:28px;top:120px;left:-3px}.iphone-button-volume-up{border-radius:2px 0 0 2px;width:4px;height:44px;top:170px;left:-3px}.iphone-button-volume-down{border-radius:2px 0 0 2px;width:4px;height:44px;top:224px;left:-3px}.iphone-button-power{border-radius:0 2px 2px 0;width:4px;height:80px;top:180px;right:-3px}.iphone-frame-inner{background:#1c1c1e;border-radius:55px;padding:12px}.iphone-screen{aspect-ratio:9/19.5;background:#000;border-radius:44px;position:relative;overflow:hidden}.dynamic-island{z-index:100;background:#000;border-radius:20px;justify-content:flex-end;align-items:center;width:120px;height:36px;padding-right:14px;display:flex;position:absolute;top:12px;left:50%;transform:translate(-50%)}.dynamic-island-camera{background:radial-gradient(circle at 30% 30%,#1a3a5c 0%,#0a1a2c 100%);border-radius:50%;width:12px;height:12px;box-shadow:inset 0 0 2px #ffffff1a}.screen-states{background:linear-gradient(#0c0c0e 0%,#1a1a1c 100%);padding-top:56px;position:absolute;inset:0}.screen-state{opacity:0;visibility:hidden;flex-direction:column;padding:16px;transition:opacity .4s,transform .4s;display:flex;position:absolute;inset:56px 0 0;transform:translate(20px)}.screen-state.active{opacity:1;visibility:visible;transform:translate(0)}.screen-header{flex-direction:column;gap:4px;margin-bottom:20px;display:flex}.screen-greeting{color:#ffffff80;font-size:13px}.screen-title{color:var(--white);letter-spacing:-.02em;font-size:28px;font-weight:700}.screen-back{color:#0a84ff;font-size:14px}.screen-period{color:#0a84ff;align-self:flex-end;margin-top:-24px;font-size:13px}.rooms-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}.room-card{background:#ffffff0f;border:1px solid #ffffff0a;border-radius:16px;flex-direction:column;gap:8px;padding:16px;transition:all .3s;display:flex;position:relative}.room-card.active{background:#ffffff1a;border-color:#ffffff1a}.room-icon{width:32px;height:32px}.room-icon svg{color:#ffffffb3;width:100%;height:100%}.room-card.active .room-icon svg{color:#fbbf24}.room-name{color:var(--white);font-size:14px;font-weight:600}.room-status{color:#fff6;font-size:11px}.room-indicator{background:#48484a;border-radius:50%;width:8px;height:8px;position:absolute;top:16px;right:16px}.room-indicator.on{background:#30d158;box-shadow:0 0 8px #30d15899}.quick-stats{gap:8px;margin-top:auto;display:flex}.stat-pill{color:#ffffffb3;background:#ffffff0f;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 8px;font-size:12px;display:flex}.stat-pill.active{color:#30d158;background:#30d15826}.stat-icon{font-size:14px}.device-controls{flex-direction:column;flex:1;gap:12px;display:flex}.device-card{background:#ffffff0f;border:1px solid #ffffff0a;border-radius:20px;padding:20px}.device-card.device-large{flex:1}.device-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.device-name{color:var(--white);font-size:18px;font-weight:600}.device-toggle{background:#48484a;border-radius:14px;width:48px;height:28px;position:relative}.device-toggle:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:2px;left:2px}.device-toggle.on{background:#fbbf24}.device-toggle.on:after{transform:translate(20px)}.brightness-slider{align-items:center;gap:12px;margin-bottom:16px;display:flex}.slider-track{background:#ffffff1a;border-radius:3px;flex:1;height:6px;position:relative}.slider-fill{background:linear-gradient(90deg,#fbbf24,#f97316);border-radius:3px;height:100%;position:absolute;top:0;left:0}.slider-thumb{background:#fff;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000004d}.slider-value{color:var(--white);min-width:36px;font-size:14px;font-weight:600}.color-presets{gap:12px;display:flex}.color-dot{cursor:pointer;border:2px solid #0000;border-radius:50%;width:28px;height:28px;transition:transform .2s}.color-dot:hover{transform:scale(1.1)}.color-dot.active{border-color:var(--white)}.color-dot.warm{background:linear-gradient(135deg,#fbbf24,#f97316)}.color-dot.cool{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.color-dot.daylight{background:linear-gradient(135deg,#fef3c7,#fde68a)}.device-row{gap:12px;display:flex}.device-card-small{background:#ffffff0f;border:1px solid #ffffff0a;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:8px;padding:16px;display:flex}.device-card-small svg{color:#ffffffb3;width:28px;height:28px}.device-card-small span{color:#ffffffb3;font-size:12px}.mini-toggle{background:#48484a;border-radius:10px;width:36px;height:20px;position:relative}.mini-toggle:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.mini-toggle.on{background:#30d158}.mini-toggle.on:after{transform:translate(16px)}.voice-interface{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:24px;padding-top:20px;display:flex}.voice-orb{width:120px;height:120px;position:relative}.orb-ring{border:2px solid;border-radius:50%;animation:2s ease-in-out infinite orb-pulse;position:absolute;inset:0}.ring-1{border-color:#f9731699;animation-delay:0s}.ring-2{border-color:#f9731666;animation-delay:.3s;inset:-15px}.ring-3{border-color:#f9731633;animation-delay:.6s;inset:-30px}@keyframes orb-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.orb-core{background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50%;position:absolute;inset:20px;box-shadow:0 0 40px #f9731680}.voice-text{text-align:center}.voice-transcript{color:var(--white);font-size:20px;font-style:italic;font-weight:500}.voice-response{background:#30d15826;border-radius:20px;align-items:center;gap:8px;padding:12px 20px;display:flex}.voice-response span{color:#30d158;font-size:14px}.response-icon{width:20px;height:20px;color:var(--white);background:#30d158;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:flex}.voice-suggestions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:auto;display:flex}.suggestion{color:#fff9;background:#ffffff0f;border-radius:16px;padding:8px 14px;font-size:12px}.insight-card{background:#ffffff0f;border:1px solid #ffffff0a;border-radius:20px;margin-bottom:12px;padding:20px}.insight-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.insight-label{color:#fff9;font-size:14px}.insight-value{font-size:16px;font-weight:700}.insight-value.positive{color:#30d158}.energy-chart{align-items:flex-end;gap:8px;height:80px;margin-bottom:8px;display:flex}.chart-bar{background:#3b82f64d;border-radius:4px 4px 0 0;flex:1;transition:background .3s}.chart-bar.active{background:#3b82f6}.chart-labels{justify-content:space-between;display:flex}.chart-labels span{color:#fff6;text-align:center;flex:1;font-size:10px}.insight-row{gap:12px;margin-bottom:12px;display:flex}.insight-mini{background:#ffffff0f;border-radius:12px;flex:1;align-items:center;gap:8px;padding:12px;display:flex}.insight-icon{font-size:16px}.insight-text{color:#ffffffb3;font-size:11px;line-height:1.3}.security-timeline{background:#ffffff0f;border-radius:16px;padding:16px}.timeline-title{color:var(--white);margin-bottom:12px;font-size:13px;font-weight:600;display:block}.timeline-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:8px 0;display:flex}.timeline-item:last-child{border-bottom:none;padding-bottom:0}.timeline-time{color:#fff6;font-size:11px}.timeline-event{color:#ffffffb3;font-size:12px}.ios-home-indicator{background:#ffffff4d;border-radius:3px;width:134px;height:5px;margin:8px auto}.automation-list{flex-direction:column;gap:10px;display:flex}.automation-card{background:#ffffff0f;border:1px solid #ffffff0a;border-radius:14px;align-items:center;gap:12px;padding:14px;display:flex}.automation-icon{background:#ffffff14;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;display:flex}.automation-info{flex-direction:column;flex:1;gap:2px;display:flex}.automation-name{color:var(--white);font-size:14px;font-weight:600}.automation-desc{color:#ffffff80;font-size:11px}.automation-toggle{background:#48484a;border-radius:13px;width:44px;height:26px;position:relative}.automation-toggle:after{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:2px;left:2px}.automation-toggle.on{background:#30d158}.automation-toggle.on:after{transform:translate(18px)}.automation-add{text-align:center;background:#0a84ff1a;border-radius:14px;margin-top:12px;padding:14px}.automation-add span{color:#0a84ff;font-size:14px;font-weight:600}.notification-list{background:#ffffff0a;border-radius:16px;flex-direction:column;gap:1px;display:flex;overflow:hidden}.notification-item{background:#ffffff08;align-items:flex-start;gap:12px;padding:14px;display:flex;position:relative}.notification-item.notification-new{background:#0a84ff14}.notification-dot{background:#0a84ff;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:6px;transform:translateY(-50%)}.notification-content{flex-direction:column;flex:1;gap:4px;display:flex}.notification-title{color:var(--white);font-size:14px;font-weight:600}.notification-body{color:#fff9;font-size:12px;line-height:1.4}.notification-time{color:#ffffff59;font-size:11px}.notification-thumb{opacity:.9;font-size:28px}.app-features-list{flex:1;min-width:0;padding-top:60px}.app-feature-item{border-bottom:1px solid var(--gray-200);padding:120px 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.app-feature-item:first-child{padding-top:60px}.app-feature-item:last-child{border-bottom:none;padding-bottom:60px}.app-feature-item:before{content:"";background:linear-gradient(#86868b 0%,#1d1d1f 100%);border-radius:2px;width:3px;height:0;transition:height .4s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:-24px;transform:translateY(-50%)}.app-feature-item.active{opacity:1}.app-feature-item.active:before{height:60%}.app-feature-item.active .app-feature-title{color:var(--black)}.app-feature-item.active .app-feature-desc{color:var(--gray-600)}.app-feature-number{color:var(--gray-400);font-variant-numeric:tabular-nums;margin-bottom:16px;font-size:12px;font-weight:600}.app-feature-title{letter-spacing:-.02em;color:#000;margin-bottom:16px;font-size:36px;font-weight:600;line-height:1.15}.app-feature-desc{color:#333;max-width:480px;font-size:17px;line-height:1.5}.party-section{background:#000;justify-content:center;align-items:center;min-height:50vh;padding:100px 24px;display:flex;position:relative;overflow:hidden}.party-bg{background:#000;position:absolute;inset:0;overflow:hidden}.disco-lights{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden}.disco-light{opacity:0;filter:blur(60px);border-radius:50%;position:absolute}.disco-light:first-child{background:#ff375f;width:250px;height:250px;animation:.8s ease-out infinite discoFlash;top:calc(50% - 160px);left:calc(50% - 245px)}.disco-light:nth-child(2){background:#5856d6;width:220px;height:220px;animation:.6s ease-out .15s infinite discoFlash;top:calc(50% - 140px);left:calc(50% - 30px)}.disco-light:nth-child(3){background:#30d158;width:280px;height:280px;animation:.7s ease-out .3s infinite discoFlash;top:calc(50% - 120px);left:calc(50% + 140px)}.disco-light:nth-child(4){background:#bf5af2;width:200px;height:200px;animation:.5s ease-out .1s infinite discoFlash;top:calc(50% - 70px);left:calc(50% - 300px)}.disco-light:nth-child(5){background:#0a84ff;width:260px;height:260px;animation:.65s ease-out .25s infinite discoFlash;top:calc(50% - 100px);left:calc(50% + 60px)}@keyframes discoFlash{0%,to{opacity:0;transform:scale(.8)}15%{opacity:.9;transform:scale(1.2)}30%{opacity:0;transform:scale(1)}}.party-content{z-index:1;text-align:center;max-width:1000px;margin:0 auto;position:relative}.party-eyebrow{color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px;font-size:14px;font-weight:600}.party-title{letter-spacing:-.03em;background:linear-gradient(135deg,#ff375f 0%,#30d158 33%,#5856d6 66%,#ff375f 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:clamp(64px,12vw,120px);font-weight:600;line-height:1;animation:4s infinite partyGradient}.party-subtitle{color:var(--gray-400);margin-bottom:64px;font-size:24px;font-weight:400}@keyframes partyGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.party-features-grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.party-feature{text-align:center}.party-feature-icon{background:#ffffff0f;border:1px solid #ffffff14;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;font-size:32px;display:flex}.party-feature h4{margin-bottom:8px;font-size:17px;font-weight:600}.party-feature p{color:var(--gray-400);font-size:14px;line-height:1.4}.party-btn{color:var(--white);cursor:pointer;background:linear-gradient(135deg,#ff375f 0%,#5856d6 100%);border:none;border-radius:980px;align-items:center;gap:12px;padding:18px 40px;font-size:18px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 8px 32px #ff375f4d}.party-btn:hover{transform:scale(1.05);box-shadow:0 12px 40px #ff375f66}.party-btn-icon{font-size:24px}.pricing-section{background:var(--gray-100);padding:140px 24px}.pricing-container{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:64px}.pricing-eyebrow{color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px;font-size:14px;font-weight:600}.pricing-headline{letter-spacing:-.025em;color:var(--gray-600);margin-bottom:16px;font-size:clamp(40px,6vw,56px);font-weight:600;line-height:1.1}.pricing-sub{color:var(--gray-500);font-size:21px}.pricing-card{background:var(--white);border-radius:24px;max-width:560px;margin:0 auto;padding:48px;box-shadow:0 4px 24px #0000000f}.pricing-badge{background:var(--gray-600);color:var(--white);border-radius:20px;margin-bottom:24px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-block}.pricing-amount{margin-bottom:8px}.pricing-currency{color:var(--gray-600);vertical-align:top;font-size:28px;font-weight:500}.pricing-value{letter-spacing:-.03em;color:var(--gray-600);font-size:72px;font-weight:600}.pricing-period{color:var(--gray-500);margin-bottom:32px;font-size:17px}.pricing-compare{background:var(--gray-50);border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:32px;padding:16px 20px;display:flex}.pricing-compare-label{color:var(--gray-500);font-size:14px}.pricing-compare-value{color:#ff375f;font-size:18px;font-weight:600;text-decoration:line-through}.pricing-features{margin-bottom:32px}.pricing-feature{color:var(--gray-600);align-items:center;gap:12px;padding:12px 0;font-size:15px;display:flex}.pricing-feature svg{fill:#30d158;flex-shrink:0;width:18px;height:18px}.pricing-cta{background:var(--blue);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:12px;padding:16px 32px;font-size:17px;font-weight:500;transition:background .3s}.pricing-cta:hover{background:var(--blue-hover)}footer{background:var(--black);border-top:1px solid #ffffff1a;padding:48px 24px}.footer-content{max-width:1200px;margin:0 auto}.footer-top{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:24px;display:flex}.footer-logo{color:var(--gray-100);font-size:21px;font-weight:600}.footer-logo span{color:var(--gray-400);font-size:14px;font-weight:400}.footer-links{gap:32px;display:flex}.footer-links a{color:var(--gray-400);font-size:12px;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--white)}.footer-bottom{justify-content:space-between;align-items:center;display:flex}.footer-copy{color:var(--gray-500);font-size:12px}.footer-legal{gap:24px;display:flex}.footer-legal a{color:var(--gray-500);font-size:12px;text-decoration:none}.footer-legal a:hover{color:var(--gray-400)}@media (max-width:1024px){.promise-features{grid-template-columns:repeat(3,1fr)}.app-showcase-container{flex-direction:column;align-items:center;gap:80px}.phone-showcase{position:relative;top:0}.iphone-15-pro{width:280px}.party-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.iphone-15-pro{width:260px}.iphone-frame-outer{border-radius:50px}.iphone-frame-inner{border-radius:48px;padding:10px}.iphone-screen{border-radius:38px}.dynamic-island{width:100px;height:30px}.quick-controls{gap:8px;padding:12px}.control-card{border-radius:12px;padding:10px}}@media (max-width:768px){nav{padding:0 20px}.nav-links{display:none}.hero{padding:100px 20px 40px}.hero-image-container{width:100%;max-height:50vh}.hero-model-container{max-width:100%;max-height:300px;transform:scale(1)scaleX(1.1)}.hero-model-shadow{width:60%}.hero-cta-group{gap:16px}.hero-pricing-pill{justify-content:space-between;width:90%;max-width:360px;animation-name:fadeUpMobile;bottom:20px;left:50%;right:auto;transform:translate(-50%)translateY(20px)}.price-stack{text-align:left;align-items:flex-start}@keyframes fadeUpMobile{to{opacity:1;transform:translate(-50%)translateY(0)}}.promise-features{grid-template-columns:repeat(2,1fr);gap:16px}.promise-feature{border-radius:20px;padding:24px 12px}.promise-feature svg{width:40px;height:40px}.promise-feature span{font-size:13px}.timeline-visual{flex-wrap:wrap;justify-content:center;gap:24px}.timeline-connector{display:none}.party-features-grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}.footer-top,.footer-bottom{text-align:center;flex-direction:column;gap:16px}}@media (max-width:480px){.promise-features{grid-template-columns:repeat(2,1fr)}.promise-feature{padding:20px 10px}.promise-feature svg{width:32px;height:32px}.promise-feature span{font-size:12px}}:root{--tracking-hero:-.04em;--tracking-section:-.025em;--tracking-body:-.01em;--transition-fast:.15s;--transition-base:.3s;--transition-slow:.5s}.hero-headline h1,.promise-headline,.introducing-headline,.section-headline,.app-section-headline,.party-title,.pricing-headline{letter-spacing:var(--tracking-hero)}@keyframes blurFadeIn{0%{opacity:0;filter:blur(10px);transform:translateY(30px)}to{opacity:1;filter:blur();transform:translateY(0)}}.blur-fade-in{opacity:0}.blur-fade-in.is-visible{animation:.8s cubic-bezier(.16,1,.3,1) forwards blurFadeIn}.reveal-chars{opacity:1!important;animation:none!important;transform:none!important}.reveal-chars .char{transform-origin:bottom;display:inline-block}.nav-hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.nav-hamburger span{background:var(--white);width:20px;height:2px;transition:all var(--transition-base) ease;transform-origin:50%;border-radius:2px;display:block}.nav-hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.nav-hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.nav-hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-mobile-drawer{z-index:999;pointer-events:none;visibility:hidden;position:fixed;inset:0}.nav-mobile-drawer.active{pointer-events:all;visibility:visible}.nav-mobile-backdrop{-webkit-backdrop-filter:blur(10px);opacity:0;transition:opacity var(--transition-base) ease;background:#00000080;position:absolute;inset:0}.nav-mobile-drawer.active .nav-mobile-backdrop{opacity:1}.nav-mobile-content{-webkit-backdrop-filter:saturate(180%)blur(20px);width:280px;max-width:85vw;height:100%;transition:transform var(--transition-base) cubic-bezier(.16, 1, .3, 1);background:#141414f2;flex-direction:column;gap:40px;padding:100px 32px 40px;display:flex;position:absolute;top:0;right:0;transform:translate(100%)}.nav-mobile-drawer.active .nav-mobile-content{transform:translate(0)}.nav-links-mobile{flex-direction:column;gap:8px;list-style:none;display:flex}.nav-links-mobile li a{color:var(--white);letter-spacing:-.02em;transition:color var(--transition-fast) ease;border-bottom:1px solid #ffffff1a;padding:16px 0;font-size:24px;font-weight:500;text-decoration:none;display:block}.nav-links-mobile li a:hover{color:var(--blue)}.nav-mobile-cta{background:var(--blue);color:var(--white);cursor:pointer;transition:background var(--transition-base) ease, transform var(--transition-fast) ease;border:none;border-radius:980px;width:100%;padding:16px 32px;font-size:17px;font-weight:500}.nav-mobile-cta:hover{background:var(--blue-hover)}.nav-mobile-cta:active{transform:scale(.98)}@media (max-width:768px){.nav-hamburger{display:flex}.nav-desktop{display:none}}.brain-feature{transition:transform var(--transition-base) cubic-bezier(.16, 1, .3, 1), box-shadow var(--transition-base) ease}.brain-feature:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000004d}.promise-feature{transition:transform var(--transition-base) cubic-bezier(.16, 1, .3, 1), box-shadow var(--transition-base) ease, background var(--transition-base) ease, border-color var(--transition-base) ease}.promise-feature:hover{transform:translateY(-8px)scale(1.02);box-shadow:0 20px 40px #0000001f}.cta-primary,.nav-cta,.pricing-cta,.party-btn{transition:background var(--transition-base) ease, transform var(--transition-fast) ease, box-shadow var(--transition-fast) ease;position:relative}.cta-primary:active,.nav-cta:active,.pricing-cta:active{box-shadow:0 2px 0 var(--blue-hover);transform:translateY(2px)scale(.98)}.party-btn:active{transform:translateY(2px)scale(.98)}.hero-headline{transition:opacity var(--transition-slow) ease, transform var(--transition-slow) ease}.parallax-layer{will-change:transform}:focus{outline:none}:focus-visible,.cta-primary:focus-visible,.cta-secondary:focus-visible,.nav-cta:focus-visible,.pricing-cta:focus-visible,.party-btn:focus-visible,.nav-hamburger:focus-visible{outline:2px solid var(--blue);outline-offset:4px}a:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:4px}.brain-feature:focus-visible,.promise-feature:focus-visible,.pricing-card:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.skeleton{background:linear-gradient(90deg,#ffffff08 0%,#ffffff14 50%,#ffffff08 100%) 0 0/200% 100%;border-radius:8px;animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}@media (prefers-reduced-motion:reduce){.blur-fade-in,.reveal-chars .char{opacity:1!important;filter:none!important;animation:none!important;transform:none!important}.brain-feature:hover,.promise-feature:hover{transform:none}.nav-mobile-content{transition:none}}.section-movein{background:var(--black);z-index:100;position:relative}.movein-header{text-align:center;max-width:800px;margin:0 auto;padding:100px 24px 40px}.movein-headline{letter-spacing:-.03em;color:var(--white);margin-bottom:20px;font-size:clamp(48px,8vw,80px);font-weight:600;line-height:1.05}.elipse-logo-inline{vertical-align:baseline;width:.72em;height:.72em;display:inline-block;position:relative;top:.08em}.movein-sub{color:var(--gray-400);letter-spacing:-.01em;font-size:clamp(18px,2.5vw,24px);font-weight:400;line-height:1.5}.movein-container{background:var(--black);width:100%;height:100vh;position:relative;overflow:hidden}.movein-visual{z-index:1;width:60vw;max-width:650px;position:absolute;top:40%;left:50%;transform:translate(-50%,-50%)}.floorplan-container{aspect-ratio:4/3;width:100%;position:relative}.floorplan-image{object-fit:contain;opacity:.85;width:100%;height:100%}.floorplan-overlay{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.svg-furniture,.svg-climate,.svg-lighting,.svg-security,.svg-voice{opacity:0;will-change:opacity}.svg-furniture.active,.svg-climate.active,.svg-lighting.active,.svg-security.active,.svg-voice.active{opacity:1}.light-pool,.light-pool-outer,.strip-halo,.sound-zone{mix-blend-mode:screen}.security-path-glow{fill:none;stroke:#3b82f6;stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;filter:url(#neon-blue-glow);mix-blend-mode:screen;will-change:stroke-dashoffset, opacity, stroke-width}.security-path-core{fill:none;stroke:#dbeafe;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;mix-blend-mode:normal;will-change:stroke-dashoffset, opacity}.sensor-dot{fill:#ef4444;filter:drop-shadow(0 0 5px #ef4444);mix-blend-mode:screen;will-change:transform, fill, opacity}.sensor-dot.armed{fill:#3b82f6;filter:drop-shadow(0 0 5px #3b82f6)}.security-label{fill:#3b82f6;letter-spacing:3px;filter:drop-shadow(0 0 4px #3b82f6);will-change:opacity, transform;font-family:SF Mono,ui-monospace,monospace;font-size:14px}.climate-zones .zone{mix-blend-mode:soft-light}.device-hub .hub-body{will-change:transform, opacity}.device-hub .hub-glow{will-change:opacity, transform}.device-hub .hub-status{will-change:opacity}.data-packet{will-change:transform, opacity}.blind-motor,.appliance-status{will-change:opacity}.air-stream{will-change:stroke-dashoffset, opacity}.svg-climate.active .air-stream{animation:2.5s linear infinite airStreamFlow}.svg-climate.active .vent-1 .stream-1{animation-delay:0s}.svg-climate.active .vent-1 .stream-2{animation-delay:.3s}.svg-climate.active .vent-1 .stream-3{animation-delay:.6s}.svg-climate.active .vent-2 .stream-1{animation-delay:.15s}.svg-climate.active .vent-2 .stream-2{animation-delay:.45s}.svg-climate.active .vent-2 .stream-3{animation-delay:.75s}.svg-climate.active .vent-3 .stream-1{animation-delay:.1s}.svg-climate.active .vent-3 .stream-2{animation-delay:.4s}.svg-climate.active .vent-3 .stream-3{animation-delay:.7s}@keyframes airStreamFlow{0%{stroke-dashoffset:20px;opacity:0}10%{opacity:1}90%{opacity:.3}to{stroke-dashoffset:-100px;opacity:0}}.climate-zones .zone{will-change:opacity, transform}.svg-climate.active .thermostat-ring{animation:8s linear infinite thermostatSpin}@keyframes thermostatSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.light-cone,.light-cone-outer{will-change:opacity;mix-blend-mode:screen}.light-source{will-change:opacity}.zone-glow{will-change:opacity, transform;transform-origin:50%;mix-blend-mode:screen}.zone-ring,.entry-dot{will-change:opacity}.entry-pulse{will-change:opacity, transform;transform-origin:50%}.shield-icon,.shield-check{will-change:opacity}.sound-wave{will-change:opacity, transform;transform-origin:50%}.sound-zone,.speaker-led{will-change:opacity}.svg-voice.active .sound-wave{animation:2.5s ease-out infinite soundWaveExpand}.svg-voice.active .speaker-main .sw-1{animation-delay:0s}.svg-voice.active .speaker-main .sw-2{animation-delay:.5s}.svg-voice.active .speaker-main .sw-3{animation-delay:1s}.svg-voice.active .speaker-main .sw-4{animation-delay:1.5s}.svg-voice.active .speaker-bedroom .sw-1{animation-delay:.2s}.svg-voice.active .speaker-bedroom .sw-2{animation-delay:.7s}.svg-voice.active .speaker-bedroom .sw-3{animation-delay:1.2s}.svg-voice.active .speaker-kitchen .sw-1{animation-delay:.4s}.svg-voice.active .speaker-kitchen .sw-2{animation-delay:.9s}.svg-voice.active .speaker-kitchen .sw-3{animation-delay:1.4s}@keyframes soundWaveExpand{0%{opacity:.9;transform:scale(.5)}to{opacity:0;transform:scale(1.8)}}.sync-line{will-change:opacity}.sync-pulse{will-change:transform, opacity}.voice-command .command-bg,.voice-command .command-text{will-change:opacity}.voice-waveform line{will-change:y1, y2}.svg-voice.active .voice-waveform{animation:1.5s ease-in-out infinite waveformPulse}@keyframes waveformPulse{0%,to{opacity:.7}50%{opacity:1}}.playback-bg,.playback-label{will-change:opacity}.voice-command{display:inline}.voice-command.typing:after{content:"|";color:#a78bfa;margin-left:2px;animation:.7s step-end infinite blink-cursor}@keyframes blink-cursor{0%,to{opacity:1}50%{opacity:0}}.command-beam{filter:drop-shadow(0 0 6px #a78bfacc)}.movein-features-bar{z-index:10;background:linear-gradient(#0000 0%,#00000080 40%,#000000d9 100%);padding:30px 60px 50px;position:absolute;bottom:0;left:0;right:0}.features-separator{background:#ffffff1a;height:1px;margin-bottom:16px;position:relative}.features-progress{background:#ffffffb3;width:0%;height:1px;position:absolute;top:0;left:0}.feature-display{align-items:flex-start;gap:60px;display:flex}.feature-category{letter-spacing:3px;text-transform:uppercase;color:#86868b;white-space:nowrap;min-width:130px;padding-top:8px;font-family:SF Mono,Menlo,ui-monospace,monospace;font-size:13px;font-weight:600}.feature-category[data-active=living]{color:#a78bfa}.feature-category[data-active=climate]{color:#f97316}.feature-category[data-active=lighting]{color:#fbbf24}.feature-category[data-active=security]{color:#3b82f6}.feature-category[data-active=voice]{color:#a78bfa}.feature-content{flex:1;min-height:100px;position:relative}.feature-text{opacity:0;pointer-events:none;width:100%;position:absolute;top:0;left:0;transform:translateY(30px)}.feature-text.active{opacity:1;pointer-events:auto;transform:translateY(0)}.feature-text h3{color:#fffffff2;letter-spacing:-.02em;margin:0 0 10px;font-size:32px;font-weight:500}.feature-text h3.voice-demo-text{min-height:1.2em}.feature-text p{color:#fff9;max-width:480px;font-size:16px;line-height:1.7}@media (max-width:768px){.movein-header{padding:60px 24px 30px}.movein-sub br{display:none}.movein-visual{width:85vw;max-width:none;top:38%}.movein-cards-track{gap:16px;padding-left:100vw;padding-right:calc(50vw - 120px);bottom:30px}.movein-card{gap:10px;width:260px;padding:20px 18px}.card-icon{border-radius:10px;width:40px;height:40px}.card-icon svg{width:24px;height:24px}.movein-card h3{font-size:20px}.movein-card p{font-size:13px;line-height:1.5}}:root{--gold-label:#d4a574;--apple-gray:#86868b;--apple-white:#f5f5f7}.section-design{background:var(--black)}.design-moment{flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:10rem 2rem 6rem;display:flex;position:relative;overflow:hidden}.design-label{color:var(--gold-label);text-transform:uppercase;letter-spacing:.15em;margin-bottom:.75rem;font-size:1rem;font-weight:500}.design-headline{text-align:center;letter-spacing:-.02em;color:var(--apple-white);margin-bottom:-.5rem;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;font-size:clamp(40px,5vw,64px);font-weight:500;line-height:1.1}.design-copy{color:var(--apple-gray);font-size:clamp(1.25rem,2.5vw,1.75rem);line-height:1.5}.text-white{color:var(--white);font-weight:600}.text-gray{color:#a1a1aa}.design-tagline{color:var(--apple-gray);font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.5}.design-hero{padding:4rem 2rem}.design-hero .design-text-block{text-align:center;z-index:2;margin-bottom:3rem}.design-video-container{border-radius:20px;width:100%;max-width:900px;margin-top:-1rem;overflow:hidden;box-shadow:0 40px 100px #0009}.design-video{border-radius:20px;width:100%;display:block}.design-product{grid-template-columns:1fr 2fr 1fr;align-items:center;gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding:6rem 4rem;display:grid}.design-text-left{text-align:right;justify-self:end}.design-product-visual{justify-content:center;align-items:center;display:flex;overflow:hidden}.design-product-img{object-fit:contain;border-radius:12px;width:100%;max-width:100%;max-height:70vh;transition:transform .6s ease-out;transform:perspective(1000px)rotateY(-2deg)}.design-text-right{text-align:left;justify-self:start}.design-product-apple{flex-direction:column;align-items:center;height:auto;min-height:100vh;padding:10rem 0 4rem;display:flex;position:relative;overflow:visible}.design-product-text{text-align:center;max-width:var(--content-width);flex-shrink:0;margin-bottom:0;padding:0 2rem}.design-eyebrow{color:#ff5e00;text-align:center;margin-bottom:16px;font-size:21px;font-weight:600;display:block}.design-display-headline{letter-spacing:-.003em;color:var(--white);text-align:center;margin:0 0 24px;font-size:80px;font-weight:600;line-height:90px}.design-display-desc{max-width:var(--content-width);letter-spacing:.012em;color:#86868b;text-align:center;margin:0 auto;font-size:19px;font-weight:400;line-height:27px}.design-display-desc .inline-logo-gradient{vertical-align:-.1em;margin:0 .05em;display:inline-block}.design-product-copy .inline-logo-gradient{vertical-align:-.15em;filter:brightness(0)invert();width:auto;height:1em;margin-right:.2em;display:inline-block;position:relative;left:.1em}.app-section-headline .inline-logo-gradient{vertical-align:-.15em;width:auto;height:1em;margin-right:-.1em;display:inline-block}.design-product-tagline{color:var(--apple-white);font-size:clamp(1.125rem,2vw,1.5rem);font-weight:500}.design-product-image-wrapper{flex:1;justify-content:center;align-items:flex-start;width:100%;display:flex;overflow:hidden}.design-product-image-wrapper img{object-fit:contain;width:100%;max-width:1200px}.design-configurator{background:radial-gradient(#28282d66 0%,#0000 70%);flex-direction:column;justify-content:center;min-height:100vh;padding:6rem 4rem;display:flex}.configurator-header{text-align:center;margin-bottom:4rem}.configurator-headline{color:var(--apple-white);margin-bottom:.6rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:600}.configurator-subheadline{color:var(--apple-gray);font-size:clamp(.95rem,1.6vw,1.15rem)}.configurator-content{background:#121214;border-radius:28px;grid-template-columns:280px 1fr;align-items:center;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 2.5rem;display:grid;box-shadow:0 0 0 1px #ffffff0f}.configurator-options{flex-direction:column;gap:.75rem;display:flex}.config-option{text-align:left;cursor:pointer;border-radius:12px;width:100%;font-family:inherit;transition:all .25s;display:block;overflow:hidden;color:#fff6!important;opacity:1!important;background:0 0!important;border:1px solid #ffffff26!important}.config-option:hover{color:#fff9!important;background:#ffffff0d!important}.config-option.active{color:#fff!important;background:#ffffff1a!important;border-color:#fff6!important}.config-option-header{align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.config-option-icon{border:1.5px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:11px;line-height:1;transition:opacity .2s,transform .3s;display:flex}.config-option.active .config-option-icon{opacity:0;border:none;width:0;transform:rotate(45deg)}.config-option-label{font-size:.95rem;font-weight:500}.config-option-desc{color:#fff9;opacity:0;max-height:0;padding:0 1rem;font-size:.85rem;line-height:1.5;transition:max-height .3s,opacity .3s .1s,transform .3s,padding .3s;display:block;overflow:hidden;transform:translateY(-8px)}.config-option.active .config-option-desc{opacity:1;max-height:120px;padding:.5rem 1rem .875rem;transform:translateY(0)}.config-option-desc strong{color:var(--white)}.configurator-visual{border-radius:16px;justify-content:center;align-items:center;height:68vh;max-height:68vh;display:flex;position:relative;overflow:hidden}.configurator-visual:before{content:"";pointer-events:none;z-index:2;background:linear-gradient(#121214 0%,#0000 15% 85%,#121214 100%);position:absolute;inset:0}.video-gradient-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.video-gradient-wrapper:before{content:"";pointer-events:none;z-index:10;background:linear-gradient(90deg,#121214 0%,#0000 12%),linear-gradient(270deg,#121214 0%,#0000 12%);width:140%;height:140%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.config-video{object-fit:contain;z-index:1;width:140%;height:140%;display:none}.config-video.active{display:block}.config-app-cta{border-top:1px solid #ffffff1a;margin-top:1.5rem;padding-top:1.5rem}.config-app-text{color:var(--apple-gray);margin-bottom:.75rem;font-size:.85rem;line-height:1.4}.app-store-buttons{gap:.75rem;display:flex}.app-store-btn{transition:opacity .2s;display:block}.app-store-btn:hover{opacity:.8}.app-store-btn svg{border:1px solid #fff3;border-radius:6px;width:auto;height:32px}.design-materials{padding:6rem 2rem}.design-materials-content{align-items:center;gap:4rem;width:100%;max-width:1400px;display:flex}.design-materials-visual{border-radius:16px;flex:2;overflow:hidden}.design-materials-img{border-radius:16px;width:100%;display:block;box-shadow:0 20px 60px #0006}.design-materials-text{flex-direction:column;flex:1;gap:1rem;display:flex}.design-materials-text .design-label{margin-bottom:.5rem}.design-materials-text .design-headline{text-align:left;margin-bottom:1.5rem}.design-prose{flex-direction:column;gap:1.25rem;display:flex}.design-prose p{color:var(--apple-gray);margin:0;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.5}.design-prose-closer{margin-top:.5rem;font-weight:500;color:var(--apple-white)!important}.design-stats{flex-direction:column;flex:1;gap:2.5rem;display:flex}.stat{flex-direction:column;gap:.25rem;display:flex}.stat-label{color:var(--apple-gray);font-size:clamp(1rem,1.5vw,1.25rem);font-weight:400}.stat-value{color:var(--apple-white);letter-spacing:.02em;font-size:clamp(2rem,4vw,3.5rem);font-weight:600}.design-lighting{padding:6rem 2rem}.design-lighting-content{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:1200px;display:flex}.design-lighting-header{text-align:center}.design-lighting-visual{border-radius:16px;width:100%;max-width:1000px;overflow:hidden;box-shadow:0 0 80px #d4a57433}.design-lighting-img{border-radius:16px;width:100%;display:block}.design-lighting-stats{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.sensor-stat{align-items:baseline;gap:.125rem;display:flex}.sensor-count{color:var(--apple-white);font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:1}.sensor-plus{color:var(--gold-label);font-size:clamp(2rem,5vw,4rem);font-weight:600}.sensor-label{color:var(--apple-gray);margin-left:.5rem;font-size:clamp(1.25rem,2vw,1.75rem)}.design-lighting-copy{color:var(--apple-gray);font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.5}.design-lifestyle{gap:3rem;padding:4rem 0}.design-lifestyle-visual{border-radius:16px;width:100%;max-width:1600px;overflow:hidden}.design-lifestyle-img{border-radius:16px;width:100%;display:block;box-shadow:0 30px 80px #00000080}.design-lifestyle-text{color:var(--apple-white);text-align:center;letter-spacing:-.02em;font-size:clamp(40px,6vw,72px);font-weight:600}.design-wardrobe{gap:2rem;padding:6rem 2rem}.design-wardrobe-features{flex-direction:column;align-items:center;gap:.5rem;display:flex}.design-wardrobe-features span{color:var(--apple-gray);font-size:clamp(28px,4vw,48px);font-weight:500}.design-wardrobe-visual{border-radius:16px;width:100%;max-width:800px;overflow:hidden}.wardrobe-video{border-radius:16px;width:100%;display:block;box-shadow:0 20px 60px #0006}.design-wardrobe-tagline{flex-direction:column;align-items:center;gap:.5rem;display:flex}.design-wardrobe-tagline span{color:var(--apple-gray);font-size:clamp(28px,4vw,48px);font-weight:500}.design-wardrobe-tagline span:last-child{color:var(--apple-white)}@media (max-width:1024px){.design-product{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:2rem;padding:4rem 2rem}.design-text-left,.design-text-right{text-align:center;justify-self:center}.design-product-visual{order:-1}.design-materials-content{flex-direction:column;gap:3rem}.design-stats{flex-flow:wrap;justify-content:center;gap:3rem}.stat{text-align:center;align-items:center}}@media (max-width:768px){.design-moment{min-height:auto;padding:4rem 1.5rem}.design-headline{margin-bottom:2rem;font-size:clamp(32px,8vw,48px)}.design-video-container{border-radius:12px}.design-product-img{transform:none}.design-stats{gap:2rem}.design-wardrobe-features span,.design-wardrobe-tagline span{font-size:24px}.design-lifestyle{padding:2rem 0}.design-lifestyle-visual,.design-lifestyle-img{border-radius:0}.design-lifestyle-text{font-size:32px}}.landing-nav{z-index:1000;-webkit-backdrop-filter:saturate(180%)blur(20px);background:#000c;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;height:48px;padding:0 48px;display:flex;position:fixed;top:0;left:0;right:0}.landing-nav.scrolled{background:#000000f2}.landing-footer{background:var(--black);border-top:1px solid #ffffff1a;padding:48px 24px}@media (max-width:768px){.landing-nav{padding:0 16px}.landing-nav .nav-links.nav-desktop,.landing-nav .nav-hamburger{display:none}.landing-nav .nav-cta{padding:6px 14px;font-size:11px}.section-introducing{height:auto;min-height:auto}.hero-copy-wrapper{padding-top:76px}.introducing-headline{font-size:clamp(36px,12vw,64px)}.introducing-subhead{font-size:clamp(16px,4.5vw,28px)}.hero-image-wrapper{align-items:center;margin-top:0}.hero-image{width:100%;max-width:100%;padding:0 12px}.hero-image-wrapper:before{height:15%}.section-film-announce{height:auto;min-height:auto;padding:100px 20px 80px}.film-announce-content{max-width:100%}.film-announce-headline{flex-wrap:wrap;font-size:clamp(32px,10vw,96px);line-height:1.1}.film-announce-logo{width:clamp(24px,8vw,80px);height:clamp(24px,8vw,80px)}.film-announce-desc{font-size:clamp(14px,3.8vw,21px);line-height:1.5}.film-corner{display:none}.film-modal{width:95vw}.bento-grid{grid-template-rows:auto;grid-template-columns:1fr;gap:8px;padding:0 8px}.bento-card{min-height:380px}.bento-copy{padding:32px 24px 0}.bento-copy-bottom{padding:0 24px 32px}.bento-heading{font-size:clamp(28px,7vw,40px);line-height:1.15}.bento-sub{max-width:100%;font-size:clamp(15px,4vw,21px);line-height:1.4}.bento-india-img{width:200px}.bento-trilok-bottom{width:180px;bottom:40px}.bento-card-bg-img{width:85%;bottom:10px}.bento-materials{flex-direction:column;display:flex}.bento-materials .bento-copy{padding-bottom:0}.bento-materials .bento-sofa-img{width:55%;margin:0 auto;position:static;transform:none}.bento-ctas-desktop{display:none}.bento-ctas-mobile{justify-content:center;padding:4px 0 20px;display:flex}.movein-header{padding:32px 20px 10px}.movein-headline{margin-bottom:6px;font-size:clamp(32px,8vw,52px)}.movein-sub{font-size:14px}.movein-sub br{display:none}.movein-container{height:calc(var(--vh,1vh) * 100);overflow:visible}.movein-visual{width:75vw;max-width:none;top:50%}.movein-features-bar{padding:10px 14px 16px}.features-separator{margin-bottom:6px}.feature-display{flex-direction:row;align-items:flex-start;gap:12px}.feature-category{min-width:unset;letter-spacing:2px;flex-shrink:0;padding-top:2px;font-size:9px}.feature-content{min-height:60px}.feature-text h3{margin:0 0 3px;font-size:clamp(16px,4.5vw,28px)}.feature-text p{font-size:12px;line-height:1.35}.design-product-apple{min-height:auto;padding:5rem 0 2rem}.design-product-text{padding:0 20px}.design-display-headline{margin:0 0 16px;font-size:clamp(32px,9vw,80px);line-height:1.1}.design-display-desc{padding:0 4px;font-size:15px;line-height:1.5}.design-product-image-wrapper img{max-width:100%}.party-section{min-height:60vh;padding:80px 20px}.party-title{font-size:clamp(32px,8vw,56px)}.party-subtitle{font-size:clamp(14px,4vw,20px)}.landing-footer{padding:32px 16px}.footer-top,.footer-bottom{text-align:center;flex-direction:column;gap:12px}.footer-logo{font-size:16px}.footer-links{justify-content:center;gap:20px}}@media (max-width:480px){.hero-copy-wrapper{padding-top:68px}.introducing-headline{font-size:clamp(32px,12vw,44px)}.introducing-subhead{font-size:16px}.section-film-announce{padding:80px 16px 60px}.film-announce-headline{font-size:clamp(28px,9vw,40px)}.film-announce-desc{font-size:14px}.bento-card{min-height:320px}.bento-heading{font-size:clamp(22px,6vw,32px)}.bento-sub{font-size:14px}.bento-india-img{width:160px}.bento-trilok-bottom{width:150px;bottom:30px}.movein-visual{width:96vw;top:35%}.feature-text h3{font-size:18px}.feature-text p{font-size:13px}.party-section{min-height:50vh;padding:60px 16px}}.configurator-demo-card{cursor:pointer;border-radius:1rem;width:100%;height:100%;display:block;position:relative;overflow:hidden}.configurator-demo-card:hover .configurator-demo-overlay{opacity:1}.configurator-demo-overlay{opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.configurator-demo-cta{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);letter-spacing:.02em;background:#ffffff26;border:1px solid #fff3;border-radius:2rem;padding:.75rem 1.5rem;font-size:.85rem;font-weight:600}.configurator-iframe-wrap{aspect-ratio:16/9;z-index:100;pointer-events:auto;border-radius:16px;width:100%;max-width:1200px;margin:0 auto;position:relative;overflow:hidden}.configurator-iframe-wrap iframe{pointer-events:auto;border:none;width:100%;height:100%;display:block}.landing-viewer-card{border-radius:16px;width:100%;max-width:1200px;height:675px;margin:0 auto;position:relative;overflow:hidden}.landing-viewer-card>*{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;position:absolute!important;inset:0!important}.landing-viewer-card .h-screen{height:100%!important}.landing-viewer-card .w-screen{width:100%!important}
:root{--void:#000;--surface:#0a0a0a;--surface-raised:#111;--border-subtle:#ffffff0f;--border-medium:#ffffff1f;--text-primary:#f5f5f7;--text-secondary:#86868b;--text-tertiary:#48484a;--text-warm:#d0cbc5;--amber:#d4a574;--amber-glow:#d4a57426;--amber-bright:#e8c49a;--blue-glow:#0071e333;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--duration-fast:.15s;--duration-base:.3s;--duration-slow:.6s}.introducing-headline{font-size:72px}.introducing-subhead{margin-top:12px}.hero-image-wrapper{margin-top:40px}@media (max-width:768px){.introducing-subhead{margin-top:8px}.hero-image-wrapper{margin-top:24px}}.introducing-headline{background:linear-gradient(135deg, #fff 0%, #f5f5f7 30%, var(--amber-bright) 70%, var(--amber) 100%);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:6s ease-in-out infinite alternate heroGradientShift}@keyframes heroGradientShift{0%{background-position:0%}to{background-position:100%}}.hero-image{filter:none}.hero-image-wrapper:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0000 0%,#000 100%);height:20%;position:absolute;bottom:0;left:0;right:0}.hero-scroll-hint{z-index:5;opacity:0;flex-direction:column;align-items:center;gap:8px;animation:1s 1.5s forwards fadeIn;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}@keyframes heroScrollFadeIn{to{opacity:1}}.hero-scroll-hint span{letter-spacing:.1em;text-transform:uppercase;color:#48484a;font-size:11px}.scroll-line{background:linear-gradient(#48484a,#0000);width:1px;height:32px;animation:2s ease-in-out infinite scrollPulse}@keyframes scrollPulse{0%,to{opacity:.3;transform-origin:top;transform:scaleY(.6)}50%{opacity:.8;transform:scaleY(1)}}@media (max-width:768px){.hero-scroll-hint{display:none}}.nav-cta:hover{box-shadow:0 0 20px var(--blue-glow)}.nav-cta:active{transform:scale(.97)}.bento-copy{padding-top:36px!important}.bento-card{transition:transform var(--duration-base) var(--ease-out-expo);border-radius:20px}.bento-card:hover{transform:scale(1.005)}.bento-dark{background:#141416!important;border:none!important}.bento-dark:hover{border-color:var(--border-medium)}.bento-card-bg-img{object-fit:contain;object-position:center center;height:100%;transition:transform var(--duration-slow) var(--ease-out-expo);right:0;width:100%!important;top:0!important;bottom:0!important;left:0!important;transform:none!important}.bento-card:hover .bento-card-bg-img{transform:scale(1.03)!important}.bento-sofa-img{transition:transform var(--duration-slow) var(--ease-out-expo)}.bento-card:hover .bento-sofa-img{transform:translate(-50%)scale(1.04)translateY(-4px)}.bento-btn-primary:hover{box-shadow:0 0 20px var(--blue-glow)}.bento-btn-primary:active{transform:scale(.97)}.section-film-announce{z-index:10;position:relative;background:#000!important;height:100vh!important;min-height:100vh!important}.film-corner{display:none}.film-images-track{z-index:0;width:400vw;height:100%;display:flex;position:absolute;top:0;left:0}.film-slide{flex-shrink:0;justify-content:center;align-items:center;width:100vw;height:100%;padding:60px;display:flex}.film-slide-img{object-fit:contain;opacity:.5;border-radius:20px;max-width:100%;max-height:100%}.section-film-announce .film-announce-content{z-index:2;position:relative}.section-film-announce .film-announce-content:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(#000000d9 0%,#0009 50%,#0000 80%);position:absolute;inset:-80px -120px}.film-announce-btn:hover{box-shadow:0 0 30px var(--blue-glow)}.film-announce-btn:active{transform:scale(.97)}@media (max-width:768px){.film-slide{padding:20px}.film-slide-img{border-radius:12px}}.film-modal-close{border:1px solid var(--border-subtle);width:36px;height:36px;transition:opacity var(--duration-base) ease, background var(--duration-base) ease;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;display:flex}.film-modal-close:hover{background:#ffffff1a}.film-modal-video{border-radius:12px;box-shadow:0 40px 100px #00000080}.section-design{z-index:1;position:relative}.design-display-headline{text-wrap:balance}.design-product-image-wrapper img{filter:drop-shadow(0 0 60px #d4a57414)}.design-product-image-wrapper:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#000 100%);height:25%;position:absolute;bottom:0;left:0;right:0}.party-title{color:#0000;display:inline-block;position:relative;-webkit-text-fill-color:unset!important;background:0 0!important;background-clip:unset!important;-webkit-background-clip:unset!important;animation:none!important}.party-title-text{background:linear-gradient(135deg,#2a2a2e 0%,#3a3a3e 50%,#2a2a2e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.party-spotlight{z-index:2;width:100%;height:100%;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;background:linear-gradient(90deg,#0000 0% 35%,#fff9 44%,#fff 50%,#fff9 56%,#0000 65% 100%) 0 0/300% 100%;-webkit-text-fill-color:transparent;pointer-events:none;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite spotlightSweep;display:block;position:absolute;top:0;left:0}@keyframes spotlightSweep{0%{background-position:200%}to{background-position:-100%}}.disco-lights,.party-bg{display:none}main:before{content:"";z-index:9999;pointer-events:none;opacity:.025;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){.introducing-headline{-webkit-text-fill-color:var(--white);animation:none!important}.disco-light{opacity:.15!important;animation:none!important}.party-title{animation:none!important}.hero-scroll-hint{display:none}}
