/* Warm Living: homepage-only editorial design. */
html{scroll-behavior:smooth;scroll-padding-top:24px}
body#spatial-living-home{--paper:#fcfaf7;--ink:#292722;--muted:#68625b;--accent:#a64e36;--line:#e8dccf;margin:0;background:var(--paper)!important;color:var(--ink);font:14px/1.7 'Be Vietnam Pro',sans-serif}
#spatial-living-home *{box-sizing:border-box}
#spatial-living-home a{color:inherit;text-decoration:none}
#spatial-living-home img{max-width:100%;display:block}
#spatial-living-home :is(h1,h2,h3){font-family:'Lora',Georgia,serif;font-weight:400;color:var(--ink);letter-spacing:-.035em;line-height:1.3;margin:0}
#spatial-living-home h2{font-size:30px}#spatial-living-home h3{font-size:21px}
#spatial-living-home p{margin:0;color:var(--muted)}
#spatial-living-home :is(a,button,input):focus-visible{outline:2px solid var(--accent);outline-offset:4px}
#spatial-living-home .sl-wrap{width:min(1240px,calc(100% - 96px));margin:auto}
#spatial-living-home .sl-header{height:88px;display:flex;align-items:center;gap:28px;padding:0 max(48px,calc((100% - 1240px)/2));position:relative;z-index:10;background:#f7f1e8}
#spatial-living-home .sl-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
#spatial-living-home .sl-brand img{width:40px;height:40px;object-fit:contain}
#spatial-living-home .sl-brand strong{font-size:23px;color:var(--ink);letter-spacing:-.04em}
#spatial-living-home .sl-nav{display:flex;align-items:center;gap:24px;margin-left:auto;font-size:12px}
#spatial-living-home :is(.sl-nav,.sl-footer) a:hover{color:var(--accent)}
#spatial-living-home :is(.sl-button,a.sl-login){display:inline-flex;align-items:center;justify-content:center;gap:8px;width:fit-content;background:var(--accent);color:white;border:1px solid transparent;border-radius:6px;padding:12px 18px;font:500 12px/1.5 'Be Vietnam Pro',sans-serif;transition:background .2s}
#spatial-living-home :is(.sl-button,a.sl-login):hover{background:#803923}
#spatial-living-home a.sl-login{border-radius:24px;white-space:nowrap}
#spatial-living-home .sl-menu{display:none}
#spatial-living-home .sl-hero{position:relative;min-height:610px;padding:72px max(48px,calc((100% - 1240px)/2)) 44px;background:#f7f1e8;overflow:hidden}
#spatial-living-home .sl-copy{position:relative;z-index:1;width:46%;pointer-events:none}
#spatial-living-home .sl-eyebrow{font-size:10px;letter-spacing:.09em;margin-bottom:24px;color:var(--ink)}
#spatial-living-home .sl-copy h1{font-size:clamp(36px,3.75vw,58px);line-height:1.3}
#spatial-living-home .sl-intro{max-width:350px;font-size:14px;line-height:1.9;margin-top:25px}
#spatial-living-home .sl-art-stage{position:absolute;right:0;top:0;width:59%;height:100%;mask-image:linear-gradient(90deg,transparent 0%,#000 24%)}
#spatial-living-home .sl-art{width:100%;height:100%;object-fit:cover;object-position:center}
#spatial-living-home .sl-search{position:relative;z-index:1;display:flex;align-items:center;width:43%;background:#fffcf9;border:1px solid #d7c6b7;border-radius:7px;padding:5px;margin:30px 0 0;gap:5px}
#spatial-living-home .sl-search-field{flex:1;min-width:0}
#spatial-living-home .sl-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}
#spatial-living-home .sl-search input{width:100%;min-width:0;background:transparent;border:0;padding:12px;font:inherit;font-size:12px;color:var(--ink)}
#spatial-living-home .sl-search button{padding:12px;border:0;border-radius:5px;background:var(--accent);color:white;white-space:nowrap;font:inherit;font-size:12px;cursor:pointer}
#spatial-living-home .sl-search button:hover{background:#803923}
#spatial-living-home .sl-owner{position:relative;z-index:1;margin-top:18px;font-size:11px;max-width:42%;color:var(--muted)}
#spatial-living-home .sl-owner a{color:var(--accent)}
#spatial-living-home .sl-bottom{display:none}
#spatial-living-home .sl-section{padding:54px 0}
#spatial-living-home .sl-section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:28px}
#spatial-living-home .sl-section-head>div{max-width:740px}
#spatial-living-home .sl-section-head>p{max-width:330px;font-size:12px}
#spatial-living-home .sl-kicker{display:block;color:var(--accent);font-size:10px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;margin-bottom:12px}
#spatial-living-home .sl-tag{display:block;color:var(--accent);font-size:10px;margin-bottom:12px}
#spatial-living-home .sl-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--accent);font-size:12px;padding:10px 0}
#spatial-living-home .sl-text-link:hover{text-decoration:underline;text-underline-offset:4px}
#spatial-living-home .sl-lead{font-size:13px;margin-top:18px}
#spatial-living-home .sl-actions{display:flex;flex-wrap:wrap;align-items:center;gap:15px;margin-top:20px}
/* Real room cards, with honest missing-photo states. */
#spatial-living-home .sl-room-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
#spatial-living-home .sl-room-image{height:225px;position:relative;background:#eee6da;border-radius:7px;overflow:hidden}
#spatial-living-home .sl-room-image>img{width:100%;height:100%;object-fit:cover;transition:transform .3s}
#spatial-living-home .sl-room:hover img{transform:scale(1.025)}
#spatial-living-home .sl-room-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:10px;color:#756a5c;font-size:12px}
#spatial-living-home .sl-room-placeholder .bx{font-size:36px}
#spatial-living-home .sl-availability{position:absolute;top:12px;left:12px;background:#fffcf4;padding:4px 9px;border-radius:3px;font-size:10px}
#spatial-living-home .sl-photo-count{position:absolute;bottom:10px;right:10px;background:#292722b3;color:white;padding:2px 8px;border-radius:3px;font-size:10px}
#spatial-living-home .sl-room-body{padding:16px 0 0}
#spatial-living-home .sl-room h3{font-size:19px;margin-bottom:8px}
#spatial-living-home .sl-room p{font-size:11px}
#spatial-living-home .sl-room-host{display:block;font-size:10px;color:var(--muted);margin:6px 0}
#spatial-living-home .sl-room-price{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px}
#spatial-living-home .sl-room-price strong{font-weight:500;font-size:15px;color:var(--accent)}
#spatial-living-home .sl-room-price>span{font-size:10px;color:var(--muted)}
#spatial-living-home .sl-empty{padding:25px;border:1px solid var(--line);grid-column:1/-1}
/* Paired product band; customer app remains available beside manager app. */
#spatial-living-home .sl-products{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:10px;background:#f8f4ee;margin-top:15px;margin-bottom:18px;overflow:hidden}
#spatial-living-home .sl-products .sl-section{padding:30px}
#spatial-living-home .sl-products .sl-wrap{width:100%}
#spatial-living-home .sl-products h2{font-size:25px}
#spatial-living-home .sl-products .sl-section-head{display:block;margin-bottom:24px}
#spatial-living-home .sl-products .sl-section-head>p{margin-top:12px;font-size:11px}
#spatial-living-home .sl-products .sl-apps{border-right:1px solid var(--line)}
#spatial-living-home .sl-app-grid{display:grid;gap:24px}
#spatial-living-home .sl-app-card{display:grid;grid-template-columns:1fr 115px;gap:22px;align-items:center}
#spatial-living-home .sl-app-card+.sl-app-card{border-top:1px solid var(--line);padding-top:22px}
#spatial-living-home .sl-app-icon{width:30px;height:30px;border-radius:7px;float:left;margin-right:9px}
#spatial-living-home .sl-app-card .sl-tag{padding-top:5px;margin-bottom:12px}
#spatial-living-home .sl-app-card h3{clear:both;font-size:21px;margin-bottom:10px}
#spatial-living-home .sl-app-card p{font-size:11px}
#spatial-living-home .sl-app-card ul{padding:0;list-style:none;margin:12px 0;font-size:10px}
#spatial-living-home .sl-app-card li{margin:4px 0}
#spatial-living-home .sl-app-card .sl-button{padding:9px 12px;font-size:10px}
#spatial-living-home .sl-app-card .sl-text-link{font-size:10px;display:flex}
#spatial-living-home .sl-phone-stage img{width:110px;max-height:230px;object-fit:contain;border-radius:10px;box-shadow:5px 10px 20px #382b231a;transform:rotate(5deg)}
#spatial-living-home .sl-app-customer .sl-phone-stage img{border-radius:22px;width:95px}
#spatial-living-home .sl-meter-top{display:flex;flex-direction:column}
#spatial-living-home .sl-meter-stage{height:220px;width:100%;position:relative;margin-top:20px}
#spatial-living-home .sl-meter-stage img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}
#spatial-living-home .sl-meter-word{display:none}
#spatial-living-home .sl-meter-caption{display:block;text-align:center;font-size:9px;color:var(--muted);margin-top:8px;letter-spacing:.08em}
#spatial-living-home .sl-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:40px}
#spatial-living-home .sl-feature-grid .bx{font-size:23px;color:var(--accent);margin-bottom:8px}
#spatial-living-home .sl-feature-grid h3{font-size:17px;margin-bottom:7px}
#spatial-living-home .sl-feature-grid p{font-size:10px}
/* Simple linked service columns. */
#spatial-living-home .sl-solution-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 0}
#spatial-living-home .sl-solution{padding:0 28px;border-left:1px solid var(--line)}
#spatial-living-home .sl-solution:nth-child(3n+1){border-left:0;padding-left:0}
#spatial-living-home .sl-solution h3{font-size:22px;margin-bottom:12px}
#spatial-living-home .sl-solution p{font-size:12px}
#spatial-living-home .sl-solution>img{display:none}
#spatial-living-home .sl-card-bottom{display:flex;align-items:center;gap:8px;color:var(--accent);font-size:11px;margin-top:16px}
#spatial-living-home .sl-card-bottom .bx{transform:rotate(45deg)}
#spatial-living-home .sl-solution:hover h3{color:var(--accent)}
/* Compact demos and useful news. */
#spatial-living-home .sl-demo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
#spatial-living-home .sl-demo-card{display:grid;grid-template-columns:85px 1fr;gap:14px;align-items:start}
#spatial-living-home .sl-demo-image{position:relative;height:125px;border-radius:5px;overflow:hidden;background:#eee6da}
#spatial-living-home .sl-demo-image img{width:100%;height:100%;object-fit:cover}
#spatial-living-home .sl-demo-open{position:absolute;bottom:6px;right:6px;background:var(--paper);border-radius:50%;width:23px;height:23px;display:grid;place-items:center;color:var(--accent)}
#spatial-living-home .sl-demo-copy h3{font:500 12px/1.6 'Be Vietnam Pro',sans-serif;letter-spacing:0;margin-bottom:8px}
#spatial-living-home .sl-demo-copy p{font-size:10px}
#spatial-living-home .sl-demo-copy .sl-tag{font-size:9px;margin-bottom:5px}
#spatial-living-home .sl-demo-copy .sl-text-link{font-size:10px}
#spatial-living-home .sl-wrap>.sl-text-link{margin-top:18px}
#spatial-living-home .sl-news{border-top:1px solid var(--line)}
#spatial-living-home .sl-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
#spatial-living-home .sl-news-image{height:175px;border-radius:6px;overflow:hidden}
#spatial-living-home .sl-news-image img{width:100%;height:100%;object-fit:cover}
#spatial-living-home .sl-news-meta{display:flex;justify-content:space-between;gap:12px;font-size:9px;color:var(--accent);margin:12px 0}
#spatial-living-home .sl-news-card h3{font-size:19px;margin-bottom:10px}
#spatial-living-home .sl-news-card p{font-size:11px}
#spatial-living-home .sl-owner-heading{max-width:780px}
#spatial-living-home .sl-service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;margin:32px 0 45px}
#spatial-living-home .sl-service-grid article{border-top:1px solid var(--line);padding-top:18px}
#spatial-living-home .sl-service-number{font-size:11px;color:var(--accent);display:block;margin-bottom:12px}
#spatial-living-home .sl-service-grid h3{font-size:20px;margin-bottom:10px}
#spatial-living-home .sl-service-grid p{font-size:11px}
#spatial-living-home .sl-contact{background:#f3ece2;border-radius:10px;padding:36px;display:grid;grid-template-columns:1.3fr 1fr;gap:60px;align-items:center}
#spatial-living-home .sl-contact h3{font-size:29px;margin-bottom:14px}
#spatial-living-home .sl-contact p{font-size:12px;max-width:470px}
#spatial-living-home .sl-contact-links{display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:13px}
#spatial-living-home .sl-contact-phone{font-size:24px;color:var(--accent)}
#spatial-living-home .sl-footer{padding:8px 0 22px}
#spatial-living-home .sl-footer-top{display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--line);padding:28px 0;font-size:11px}
#spatial-living-home .sl-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;padding:15px 0 35px}
#spatial-living-home .sl-footer-statement{font:400 27px/1.4 'Lora',serif;color:var(--ink);margin-bottom:15px}
#spatial-living-home .sl-footer-grid>div>p:last-child{max-width:320px;font-size:12px}
#spatial-living-home .sl-footer nav{display:flex;flex-direction:column;gap:10px;font-size:11px}
#spatial-living-home .sl-footer nav h3{font:600 12px 'Be Vietnam Pro',sans-serif;letter-spacing:0;margin-bottom:10px}
#spatial-living-home .sl-legal{border-top:1px solid var(--line);padding:20px 0;font-size:10px}
#spatial-living-home .sl-legal strong{display:block;font-weight:500;margin-bottom:8px}
#spatial-living-home .sl-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;font-size:9px;color:var(--muted)}
@media(min-width:901px){#spatial-living-home .sl-room-grid{grid-template-columns:repeat(3,minmax(0,1fr))}#spatial-living-home .sl-room:nth-child(n+4){display:none}}
@media(max-width:1100px){#spatial-living-home .sl-nav{gap:14px;font-size:11px}#spatial-living-home .sl-header{gap:18px}#spatial-living-home .sl-brand strong{font-size:20px}#spatial-living-home .sl-demo-grid{grid-template-columns:1fr 1fr}#spatial-living-home .sl-products .sl-section{padding:24px}}
@media(max-width:900px){#spatial-living-home .sl-wrap{width:calc(100% - 48px)}#spatial-living-home .sl-header{padding:0 24px;height:76px;gap:10px}#spatial-living-home a.sl-login{margin-left:auto;padding:10px 14px;font-size:11px}#spatial-living-home .sl-menu{display:block;border:1px solid var(--line);border-radius:22px;background:transparent;padding:10px 12px;color:var(--ink);font:inherit;font-size:11px}#spatial-living-home .sl-nav{display:none;position:absolute;top:70px;left:24px;right:24px;background:var(--paper);border:1px solid var(--line);border-radius:8px;padding:24px;font-size:14px}#spatial-living-home .sl-nav.is-open{display:flex;flex-direction:column;align-items:flex-start;gap:20px}#spatial-living-home .sl-hero{padding:60px 24px 40px;min-height:560px}#spatial-living-home .sl-copy{width:52%}#spatial-living-home .sl-copy h1{font-size:40px}#spatial-living-home .sl-search{width:48%}#spatial-living-home .sl-section-head{display:block}#spatial-living-home .sl-section-head>p{margin-top:14px;max-width:600px}#spatial-living-home .sl-section-head>.sl-button{margin-top:18px}#spatial-living-home .sl-room-grid{grid-template-columns:1fr 1fr}#spatial-living-home .sl-products{grid-template-columns:1fr}#spatial-living-home .sl-products .sl-apps{border-right:0;border-bottom:1px solid var(--line)}#spatial-living-home .sl-app-grid{grid-template-columns:1fr 1fr;gap:24px}#spatial-living-home .sl-app-card{grid-template-columns:1fr 85px;gap:15px}#spatial-living-home .sl-app-card+.sl-app-card{border-top:0;padding-top:0}#spatial-living-home .sl-meter-top{display:grid;grid-template-columns:1fr 1fr;gap:20px}#spatial-living-home .sl-feature-grid{grid-template-columns:repeat(4,1fr)}#spatial-living-home .sl-solution-grid{grid-template-columns:1fr 1fr}#spatial-living-home .sl-solution:nth-child(n){padding:0 20px;border-left:1px solid var(--line)}#spatial-living-home .sl-solution:nth-child(odd){padding-left:0;border-left:0}#spatial-living-home .sl-news-grid{grid-template-columns:1fr 1fr}#spatial-living-home .sl-service-grid{grid-template-columns:1fr 1fr}#spatial-living-home .sl-contact{gap:30px;padding:28px}}
@media(max-width:600px){#spatial-living-home .sl-wrap{width:calc(100% - 40px)}#spatial-living-home .sl-header{padding:0 20px}#spatial-living-home .sl-brand strong{font-size:18px}#spatial-living-home .sl-brand img{width:32px;height:32px}#spatial-living-home .sl-hero{display:flex;flex-direction:column;padding:32px 20px 0;min-height:0}#spatial-living-home .sl-copy{width:100%}#spatial-living-home .sl-eyebrow{font-size:9px;margin-bottom:18px}#spatial-living-home .sl-copy h1{font-size:39px;line-height:1.3}#spatial-living-home .sl-intro{font-size:12px;max-width:310px;margin-top:20px}#spatial-living-home .sl-search{width:100%;margin:24px 0 0;order:1}#spatial-living-home .sl-search input{font-size:16px;padding:11px 8px}#spatial-living-home .sl-owner{max-width:100%;font-size:10px;order:2;margin-bottom:22px}#spatial-living-home .sl-art-stage{position:relative;width:calc(100% + 40px);height:300px;right:auto;margin-left:-20px;order:3;mask-image:none}#spatial-living-home .sl-section{padding:38px 0}#spatial-living-home h2{font-size:26px}#spatial-living-home .sl-room-grid{grid-template-columns:1fr;gap:26px}#spatial-living-home .sl-room:nth-child(n+4){display:none}#spatial-living-home .sl-room-image{height:235px}#spatial-living-home .sl-products .sl-section{padding:22px}#spatial-living-home .sl-app-grid{grid-template-columns:1fr}#spatial-living-home .sl-app-card{grid-template-columns:1fr 95px}#spatial-living-home .sl-app-card+.sl-app-card{border-top:1px solid var(--line);padding-top:22px}#spatial-living-home .sl-meter-top{grid-template-columns:1fr}#spatial-living-home .sl-meter-stage{height:230px}#spatial-living-home .sl-feature-grid{grid-template-columns:1fr 1fr}#spatial-living-home .sl-solution-grid{grid-template-columns:1fr;gap:24px}#spatial-living-home .sl-solution:nth-child(n){padding:0 0 24px;border-left:0;border-bottom:1px solid var(--line)}#spatial-living-home .sl-demo-grid{grid-template-columns:1fr;gap:24px}#spatial-living-home .sl-demo-card{grid-template-columns:90px 1fr}#spatial-living-home .sl-demo-copy h3{font-size:14px}#spatial-living-home .sl-demo-copy p{font-size:11px}#spatial-living-home .sl-news-grid{grid-template-columns:1fr;gap:28px}#spatial-living-home .sl-news-image{height:210px}#spatial-living-home .sl-service-grid{gap:24px 18px}#spatial-living-home .sl-contact{grid-template-columns:1fr;padding:24px;gap:24px}#spatial-living-home .sl-contact h3{font-size:26px}#spatial-living-home .sl-footer-top>p{display:none}#spatial-living-home .sl-footer-grid{grid-template-columns:1fr 1fr;gap:30px 20px}#spatial-living-home .sl-footer-grid>div{grid-column:1/-1}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}#spatial-living-home *{transition:none!important}}
