/* Full-screen, user-controlled architectural scenes. */
.header{position:fixed;inset:0 0 auto;width:100%;transition:background .3s,color .3s,border-color .3s;}
.header.header-over-hero{background:transparent;backdrop-filter:none;border-bottom-color:#ffffff24;color:#fff;}
.header-over-hero .brand svg{stroke:#fff;}
.header-over-hero .brand .domain{color:#ff946a;}
.header-over-hero .header-cta{background:#ffffff13;border:1px solid #ffffff55;color:#fff;backdrop-filter:blur(12px);}
.header-over-hero .header-cta:hover{background:#fff;color:#222;}
.header-over-hero .menu-toggle span{background:#fff;}
.hero-scene{position:relative;isolation:isolate;overflow:hidden;min-height:100vh;min-height:100svh;width:100%;color:#fff;background:#202923;}
.scene-backgrounds,.scene-background,.scene-scrim{position:absolute;inset:0;width:100%;height:100%;}
.scene-backgrounds{z-index:-3;}
.scene-background{object-fit:cover;object-position:center;opacity:0;transform:scale(1.035);transition:opacity .85s ease,transform 1.8s cubic-bezier(.2,.6,.3,1);}
.scene-background.is-active{opacity:1;transform:scale(1);}
#scene-close{object-position:center 58%;}
#scene-kitchen{object-position:center 53%;}
#scene-sleep{object-position:center 54%;}
.scene-scrim{z-index:-2;background:linear-gradient(90deg,#101a16c7 0%,#101a168c 39%,#101a1630 76%),linear-gradient(0deg,#101a16e8 0%,#101a1659 26%,transparent 60%),linear-gradient(180deg,#101a1655,transparent 28%);}
.scene-shell{width:calc(100% - 100px);max-width:1320px;margin:auto;min-height:100vh;min-height:100svh;display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding:clamp(124px,15vh,168px) 0 24px;}
.scene-story{max-width:950px;}
.scene-eyebrow{display:block;font-size:12px;line-height:1.5;font-weight:500;letter-spacing:1.7px;color:#ffffffc9;}
.scene-story>.scene-eyebrow:before{content:"";display:inline-block;width:26px;height:2px;background:#ff8254;vertical-align:middle;margin-right:12px;}
.scene-story h1{font-size:clamp(44px,5vw,78px);line-height:1.065;letter-spacing:-2.7px;margin-top:22px;font-weight:500;}
.scene-intro{font-size:17px;line-height:1.6;max-width:610px;color:#f3f5ef;margin-top:24px;text-wrap:pretty;}
.scene-actions{display:flex;align-items:center;gap:28px;margin-top:26px;}
.scene-actions .button{padding:18px 24px;font-size:15px;gap:36px;}
.scene-technology-link{display:flex;gap:18px;align-items:center;font-size:14px;}
.scene-technology-link span{font-size:22px;}
.scene-technology-link:hover{color:#ffa886;}
.scene-console{width:100%;}
.scene-console-heading{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:18px;}
.scene-console-heading>.scene-eyebrow{color:#fff;}
.scene-console-heading>div>p{font-size:14px;line-height:1.5;margin-top:6px;color:#ffffffbb;}
.scene-caption{text-align:right;max-width:470px;}
.scene-caption>span{font-size:12px;letter-spacing:1.1px;color:#ffab88;line-height:1.5;display:block;}
.scene-console-heading .scene-caption>p{color:#fff;}
.scene-commands{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.scene-command{position:relative;display:flex;align-items:center;gap:17px;text-align:left;min-width:0;min-height:93px;padding:20px;border:1px solid #ffffff5c;border-radius:8px;background:#ffffff0d;backdrop-filter:blur(16px);color:white;transition:background .25s,color .25s,border-color .25s,transform .25s;}
.scene-command:hover{background:#ffffff23;border-color:#ffffffa8;transform:translateY(-3px);}
.scene-command[aria-pressed=true]{background:#fffffff2;color:#242b24;border-color:#fff;box-shadow:inset 0 3px 0 var(--orange);}
.scene-command:focus-visible{outline:3px solid #ffae88;outline-offset:4px;}
.command-icon{display:grid;place-items:center;width:30px;flex-shrink:0;}
.command-icon svg{width:27px;height:27px;}
.command-copy{display:block;min-width:0;}
.command-copy strong{display:block;font-size:15px;font-weight:500;line-height:1.35;}
.command-copy small{display:block;color:#ffffffb3;font-size:12px;line-height:1.45;margin-top:7px;}
.scene-command[aria-pressed=true] .command-icon{color:var(--orange);}
.scene-command[aria-pressed=true] .command-copy small{color:#68705f;}
.command-number{font-size:12px;line-height:1;align-self:flex-start;margin-left:auto;color:#ffffff78;}
.scene-command[aria-pressed=true] .command-number{color:#78816f;}
.scene-footer{display:flex;justify-content:space-between;align-items:center;gap:22px;margin-top:21px;font-size:12px;line-height:1.5;color:#ffffff9c;}
.scene-footer a{display:flex;align-items:center;gap:20px;color:#fff;}
.scene-footer a span{font-size:20px;}
@media(min-width:1600px){.scene-shell{padding-top:160px;padding-bottom:34px;gap:65px;}.scene-story h1{font-size:82px;}.scene-intro{font-size:18px;}.scene-command{min-height:104px;padding:23px;}.command-copy strong{font-size:17px;}.command-copy small{font-size:13px;}}
@media(max-width:1100px){.scene-shell{width:calc(100% - 64px);padding-top:124px;gap:40px;}.scene-story h1{font-size:59px;letter-spacing:-2px;}.scene-command{gap:12px;padding:17px 14px;}.command-icon{width:24px;}.command-icon svg{width:24px;height:24px;}.command-copy strong{font-size:14px;}.command-number{display:none;}.scene-caption{max-width:380px;}}
@media(max-width:900px){.scene-shell{width:calc(100% - 48px);padding-top:116px;padding-bottom:22px;}.scene-story h1{font-size:clamp(45px,7vw,62px);}.scene-intro{max-width:570px;font-size:16px;}.scene-command{align-items:flex-start;min-height:111px;padding:17px 13px;gap:10px;}.command-copy small{margin-top:8px;}.scene-console-heading{align-items:flex-start;}.scene-console-heading .scene-eyebrow{font-size:12px;letter-spacing:.8px;}.scene-console-heading>div>p{font-size:13px;}.scene-caption{max-width:320px;}.scene-caption>span{font-size:12px;letter-spacing:.5px;}}
@media(max-width:600px){.scene-shell{width:calc(100% - 40px);padding:106px 0 21px;gap:34px;}.scene-story>.scene-eyebrow{max-width:310px;font-size:12px;letter-spacing:1px;}.scene-story>.scene-eyebrow:before{width:18px;margin-right:8px;}.scene-story h1{font-size:clamp(32px,9.5vw,48px);line-height:1.1;letter-spacing:-1.5px;margin-top:19px;}.scene-intro{font-size:16px;line-height:1.55;margin-top:20px;}.scene-actions{margin-top:24px;gap:20px;flex-wrap:wrap;}.scene-actions .button{padding:16px 19px;font-size:14px;gap:22px;}.scene-technology-link{font-size:13px;gap:12px;}.scene-technology-link span{font-size:19px;}.scene-console-heading{display:block;margin-bottom:17px;}.scene-console-heading>div>p{font-size:13px;}.scene-caption{max-width:none;text-align:left;padding-top:15px;margin-top:15px;border-top:1px solid #ffffff30;min-height:66px;}.scene-caption>span{font-size:12px;}.scene-commands{grid-template-columns:1fr;gap:8px;}.scene-command{min-height:77px;align-items:center;padding:15px 16px;gap:16px;}.command-icon{width:27px;}.command-icon svg{width:26px;height:26px;}.command-copy strong{font-size:15px;}.command-copy small{font-size:12px;margin-top:4px;}.command-number{display:block;align-self:center;}.scene-footer{font-size:12px;gap:15px;margin-top:20px;align-items:flex-end;}.scene-footer>span{max-width:245px;}.scene-footer a{font-size:0;gap:0;}.scene-footer a span{font-size:24px;}.scene-scrim{background:linear-gradient(90deg,#101a16a8,#101a163a),linear-gradient(0deg,#101a16f0 0%,#101a1699 37%,#101a1626 82%,#101a165c);}.scene-background{object-position:63% center;}#scene-close{object-position:55% center;}#scene-kitchen{object-position:60% center;}#scene-sleep{object-position:57% center;}}
@media(max-width:600px){.scene-shell{gap:27px;}.scene-commands{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-padding:1px;gap:10px;padding:4px 2px 12px;margin:0 -2px;scrollbar-width:thin;scrollbar-color:#ffffff77 transparent;}.scene-command{flex:0 0 88%;min-height:89px;scroll-snap-align:start;}.scene-console-heading>div:first-child>p{display:none;}.scene-caption{border:0;padding:0;margin-top:10px;min-height:48px;}.scene-console-heading{margin-bottom:12px;}.scene-footer{margin-top:9px;}.scene-command:hover{transform:none;}}
@media(prefers-reduced-motion:reduce){.scene-background,.scene-command,.header{transition:none;transform:none;}}
