/* Residential-first homepage and hospitality hub */
.residential-home, .hospitality-hub { background: var(--paper); }
.residential-hero { position: relative; min-height: 745px; padding: 182px 0 92px; overflow: hidden; }
.residential-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9%; align-items: center; }
.residential-hero-copy { padding: 33px 0 48px; }
.residential-hero-copy h1 { max-width: 590px; margin-bottom: 28px; font-size: clamp(3rem, 5vw, 5.35rem); }
.residential-hero-copy h1 em { color: var(--lime); }
.residential-hero-copy .hero-lede { max-width: 480px; margin-bottom: 36px; font-size: 17px; line-height: 1.68; }
.residential-hero-copy .page-hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.residential-hero-image { position: relative; min-height: 480px; margin: 0; padding: 12px; border: 1px solid rgba(244, 246, 241, .13); background: rgba(244, 246, 241, .07); box-shadow: 0 28px 70px rgba(0, 0, 0, .22); }
.residential-hero-image img { width: 100%; height: 452px; filter: saturate(.78); }
.residential-hero-image::after { position: absolute; inset: 12px; background: linear-gradient(0deg, rgba(19, 34, 28, .72), transparent 48%); content: ''; pointer-events: none; }
.residential-image-label { position: absolute; z-index: 1; right: 35px; bottom: 35px; left: 35px; display: flex; justify-content: space-between; gap: 15px; padding-top: 13px; border-top: 1px solid rgba(244, 246, 241, .36); color: rgba(244, 246, 241, .7); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.residential-image-label strong { color: var(--lime); font-weight: 700; }
.residential-hero-footer { position: absolute; z-index: 1; right: 0; bottom: 28px; left: 0; display: flex; align-items: center; justify-content: space-between; color: rgba(244, 246, 241, .58); font-size: 10px; letter-spacing: .11em; text-transform: uppercase; }
.residential-hero-footer > span { display: flex; align-items: center; gap: 12px; }
.residential-hero-footer > span::before { display: block; width: 28px; height: 1px; background: var(--lime); content: ''; }
.residential-hero-footer a { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); transition: color .2s; }
.residential-hero-footer a span { color: var(--lime); font-size: 17px; transition: transform .25s var(--ease); }
.residential-hero-footer a:hover { color: var(--lime); }
.residential-hero-footer a:hover span { transform: translateY(3px); }
.trust-section { padding: 125px 0; }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.trust-image { position: relative; min-height: 475px; margin: 0; overflow: hidden; }
.trust-image img { height: 475px; filter: saturate(.76); }
.trust-image figcaption { position: absolute; right: 20px; bottom: 19px; left: 20px; color: var(--white); font-family: var(--serif); font-size: 17px; letter-spacing: -.035em; }
.trust-copy h2 { max-width: 490px; margin-bottom: 27px; }
.trust-copy h2 em { color: #6d8b60; }
.trust-copy > p:not(.eyebrow) { max-width: 445px; color: var(--muted); font-size: 16px; line-height: 1.68; }
.trust-note { display: grid; grid-template-columns: 35px 1fr; gap: 14px; max-width: 405px; margin-top: 34px; padding-top: 19px; border-top: 1px solid var(--line); }
.trust-note span { color: #718b69; font-family: var(--serif); font-size: 20px; }.trust-note p { margin: 0; color: #506559; font-size: 13px; line-height: 1.55; }
.philosophy-section { position: relative; padding: 123px 0; overflow: hidden; background: #17251f; color: var(--paper); }
.philosophy-section::after { position: absolute; top: -270px; right: -150px; width: 640px; height: 640px; border: 1px solid rgba(244, 246, 241, .06); border-radius: 50%; box-shadow: 0 0 0 100px rgba(244, 246, 241, .018), 0 0 0 200px rgba(244, 246, 241, .012); content: ''; }
.philosophy-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .94fr 1.06fr; gap: 9%; align-items: center; }
.philosophy-copy h2 { max-width: 450px; }.philosophy-copy h2 em { color: #d7e8c4; }
.philosophy-copy > p:not(.eyebrow) { max-width: 420px; color: rgba(244, 246, 241, .68); font-size: 15px; }
.philosophy-art { position: relative; min-height: 365px; overflow: hidden; }.philosophy-art img { height: 365px; filter: saturate(.62); }
.philosophy-art::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,34,28,.62), transparent 65%), linear-gradient(0deg, rgba(19,34,28,.68), transparent 55%); content: ''; }
.philosophy-statement { position: absolute; z-index: 1; right: 32px; bottom: 31px; left: 32px; padding-top: 19px; border-top: 1px solid rgba(244,246,241,.35); color: var(--paper); font-family: var(--serif); font-size: clamp(1.65rem, 2.6vw, 2.7rem); font-weight: 400; letter-spacing: -.05em; line-height: 1.04; }
.home-services { padding: 130px 0 138px; background: #e9ece5; }
.home-section-head { display: grid; grid-template-columns: 1fr .7fr; gap: 12%; align-items: end; margin-bottom: 55px; }
.home-section-head h2 { max-width: 600px; margin-bottom: 0; }.home-section-head h2 em { color: #6d8b60; }
.home-section-head > p { max-width: 350px; margin: 0 0 3px; color: var(--muted); font-size: 14px; }
.home-service-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.home-service-card { min-height: 306px; padding: 23px 20px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); transition: background .25s, color .25s; }
.home-service-card:hover { background: var(--ink); color: var(--paper); }.home-service-card:hover p { color: rgba(244,246,241,.65); }.home-service-card:hover .home-service-number { color: var(--lime); }
.home-service-number { display: block; margin-bottom: 65px; color: #6e896d; font-family: var(--serif); font-size: 12px; }
.home-service-card h3 { margin-bottom: 14px; font-size: 21px; letter-spacing: -.04em; line-height: 1.08; }.home-service-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.home-service-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 18px; padding-bottom: 4px; border-bottom: 1px solid currentColor; color: #405746; font-size: 10px; font-weight: 700; letter-spacing: .03em; }.home-service-link span { font-size: 15px; font-weight: 400; transition: transform .2s; }.home-service-link:hover span { transform: translateX(4px); }.home-service-card:hover .home-service-link { color: var(--lime); }
.home-services .button { margin-top: 31px; }
.why-section { padding: 126px 0; background: var(--ink); color: var(--paper); }
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; align-items: start; }.why-grid h2 { max-width: 440px; }.why-grid h2 em { color: #d7e8c4; }
.why-intro { max-width: 470px; margin: 4px 0 36px; color: rgba(244,246,241,.72); font-size: 16px; line-height: 1.68; }
.value-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(244,246,241,.2); }.value-card { min-height: 160px; padding: 22px 22px 22px 0; border-bottom: 1px solid rgba(244,246,241,.2); }.value-card:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(244,246,241,.2); }.value-card h3 { margin-bottom: 9px; color: var(--lime); font-size: 21px; }.value-card p { max-width: 250px; margin: 0; color: rgba(244,246,241,.67); font-size: 13px; line-height: 1.58; }
.lifestyle-section { padding: 130px 0; }.lifestyle-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9%; align-items: center; }.lifestyle-copy h2 { max-width: 470px; }.lifestyle-copy h2 em { color: #6d8b60; }.lifestyle-copy > p:not(.eyebrow) { max-width: 400px; color: var(--muted); font-size: 15px; }.lifestyle-image { position: relative; min-height: 447px; margin: 0; }.lifestyle-image img { height: 447px; }.lifestyle-image figcaption { position: absolute; right: 0; bottom: 0; max-width: 280px; padding: 19px 22px; background: var(--ink); color: var(--paper); font-family: var(--serif); font-size: 17px; letter-spacing: -.035em; line-height: 1.1; }
.home-process { padding: 124px 0 135px; border-block: 1px solid var(--line); background: var(--sage); }.home-process h2 { max-width: 560px; }.home-process h2 em { color: #647c5c; }.home-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; border-top: 1px solid rgba(19,34,28,.23); }.home-process-step { min-height: 205px; padding: 21px 22px 0 0; border-right: 1px solid rgba(19,34,28,.23); }.home-process-step:not(:first-child) { padding-left: 22px; }.home-process-step:last-child { border-right: 0; }.home-process-step > span { display: block; margin-bottom: 43px; color: #607b5e; font-size: 11px; font-weight: 700; }.home-process-step h3 { margin-bottom: 11px; font-size: 22px; }.home-process-step p { max-width: 225px; margin: 0; color: #4e6255; font-size: 13px; line-height: 1.58; }
.home-about { padding: 122px 0; background: #e9ece5; }.home-about-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 12%; align-items: end; }.home-about h2 { margin-bottom: 0; }.home-about h2 em { color: #6d8b60; }.home-about-copy { max-width: 530px; color: var(--muted); font-size: 15px; }.home-about-copy p:last-of-type { margin-bottom: 0; }.home-about-copy .text-link { margin-top: 10px; }
.hospitality-teaser { padding: 126px 0; background: #26382f; color: var(--paper); }.hospitality-teaser-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 9%; align-items: center; }.hospitality-teaser h2 { max-width: 470px; }.hospitality-teaser h2 em { color: #d7e8c4; }.hospitality-teaser-copy > p:not(.eyebrow) { max-width: 430px; color: rgba(244,246,241,.72); font-size: 16px; line-height: 1.68; }.hospitality-teaser .text-link { margin-top: 13px; }.hospitality-teaser-image { position: relative; min-height: 355px; margin: 0; overflow: hidden; }.hospitality-teaser-image img { height: 355px; filter: saturate(.74); }.hospitality-teaser-image::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(19,34,28,.65), transparent 55%); content: ''; }.hospitality-teaser-image figcaption { position: absolute; z-index: 1; right: 23px; bottom: 19px; left: 23px; color: var(--paper); font-family: var(--serif); font-size: 18px; letter-spacing: -.04em; }
.home-closing { padding: 118px 0; background: var(--paper); }.home-closing-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 12%; align-items: end; }.home-closing h2 { margin-bottom: 0; }.home-closing h2 em { color: #6d8b60; }.home-closing-copy { max-width: 370px; }.home-closing-copy p { color: var(--muted); font-size: 16px; line-height: 1.68; }.home-closing-copy .button { margin-top: 7px; }.home-closing-copy small { display: block; margin-top: 15px; color: var(--muted); font-size: 10px; }
/* Hospitality hub */
.hospitality-hub .residential-hero { min-height: 730px; }.hospitality-hub .residential-hero-copy h1 { max-width: 570px; }.hospitality-hub .residential-hero-copy h1 em { color: #d7e8c4; }.hospitality-intro { padding: 122px 0 88px; }.hospitality-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; align-items: end; }.hospitality-intro h2 { margin-bottom: 0; }.hospitality-intro h2 em { color: #6d8b60; }.hospitality-intro-copy { max-width: 545px; color: var(--muted); font-size: 15px; }.hospitality-sectors { padding: 58px 0 130px; background: #e9ece5; }.hospitality-sectors .home-section-head { margin-bottom: 50px; }.hospitality-sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.hospitality-sector-card { background: var(--paper); transition: transform .3s var(--ease), box-shadow .3s; }.hospitality-sector-card:hover { box-shadow: 0 18px 42px rgba(19,34,28,.12); transform: translateY(-7px); }.hospitality-sector-card figure { position: relative; height: 245px; margin: 0; overflow: hidden; }.hospitality-sector-card figure::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(19,34,28,.45), transparent 60%); content: ''; }.hospitality-sector-card img { height: 245px; transition: transform .7s var(--ease); }.hospitality-sector-card:hover img { transform: scale(1.045); }.hospitality-sector-card figure span { position: absolute; z-index: 1; top: 17px; left: 18px; color: var(--white); font-family: var(--serif); font-size: 14px; }.hospitality-sector-content { min-height: 230px; padding: 24px 25px; }.hospitality-sector-content h3 { margin-bottom: 13px; font-size: 27px; }.hospitality-sector-content p { margin-bottom: 20px; color: var(--muted); font-size: 13px; }.hospitality-sector-content small { color: #526a59; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.hospitality-benefits { padding: 125px 0; background: var(--ink); color: var(--paper); }.hospitality-benefits-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 12%; }.hospitality-benefits h2 { max-width: 465px; }.hospitality-benefits h2 em { color: #d7e8c4; }.hospitality-benefit-list { border-top: 1px solid rgba(244,246,241,.2); }.hospitality-benefit { display: grid; grid-template-columns: 54px 1fr 1.1fr; gap: 18px; padding: 21px 0; border-bottom: 1px solid rgba(244,246,241,.2); }.hospitality-benefit > span { color: var(--lime); font-family: var(--serif); font-size: 18px; }.hospitality-benefit strong { font-family: var(--serif); font-size: 20px; font-weight: 400; letter-spacing: -.04em; }.hospitality-benefit p { margin: 0; color: rgba(244,246,241,.62); font-size: 12px; }
@media (max-width: 1000px) { .residential-hero-grid { gap: 45px; }.residential-hero-image { min-height: 430px; }.residential-hero-image img { height: 402px; }.home-service-grid { grid-template-columns: repeat(3, 1fr); }.home-service-card:nth-child(4), .home-service-card:nth-child(5) { border-top: 1px solid var(--line); }.hospitality-sector-grid { gap: 12px; }.hospitality-sector-content { padding: 22px; } }
@media (max-width: 760px) { .residential-hero, .hospitality-hub .residential-hero { min-height: 0; padding: 150px 0 80px; }.residential-hero-grid, .trust-grid, .philosophy-grid, .why-grid, .lifestyle-grid, .home-about-grid, .hospitality-teaser-grid, .home-closing-grid, .hospitality-intro-grid, .hospitality-benefits-grid { display: block; }.residential-hero-copy { padding: 0; }.residential-hero-copy h1 { font-size: clamp(2.7rem, 11vw, 3.9rem); }.residential-hero-image { min-height: 315px; margin-top: 45px; padding: 10px; box-shadow: 10px 10px 0 rgba(185,243,91,.17); }.residential-hero-image img { height: 295px; }.residential-hero-image::after { inset: 10px; }.residential-image-label { right: 22px; bottom: 22px; left: 22px; font-size: 8px; }.residential-hero-footer { position: static; margin-top: 37px; padding-top: 16px; border-top: 1px solid rgba(244, 246, 241, .18); font-size: 8px; }.residential-hero-footer > span { gap: 8px; }.residential-hero-footer > span::before { width: 18px; }.residential-hero-footer a { gap: 7px; }.trust-section, .philosophy-section, .home-services, .why-section, .lifestyle-section, .home-process, .home-about, .hospitality-teaser, .home-closing, .hospitality-intro, .hospitality-sectors, .hospitality-benefits { padding-block: 82px; }.trust-copy { margin-top: 40px; }.trust-image, .trust-image img { min-height: 320px; height: 320px; }.philosophy-copy { margin-bottom: 37px; }.philosophy-art, .philosophy-art img { min-height: 290px; height: 290px; }.philosophy-statement { right: 22px; bottom: 23px; left: 22px; font-size: 1.8rem; }.home-section-head { display: block; margin-bottom: 38px; }.home-section-head > p { margin-top: 25px; }.home-service-grid { grid-template-columns: 1fr; }.home-service-card { min-height: 0; }.home-service-number { margin-bottom: 28px; }.why-intro { margin-top: 25px; }.value-grid { margin-top: 34px; }.value-card { min-height: 132px; }.lifestyle-copy { margin-bottom: 38px; }.lifestyle-image, .lifestyle-image img { min-height: 315px; height: 315px; }.home-process-grid { grid-template-columns: 1fr 1fr; margin-top: 45px; }.home-process-step { min-height: 185px; padding: 17px 14px 19px 0; border-bottom: 1px solid rgba(19,34,28,.23); }.home-process-step:not(:first-child) { padding-left: 14px; }.home-process-step:last-child { border-right: 0; }.home-process-step > span { margin-bottom: 27px; }.home-process-step h3 { font-size: 19px; }.home-process-step p { font-size: 11px; }.home-about-copy { margin-top: 28px; }.hospitality-teaser-copy { margin-bottom: 38px; }.hospitality-teaser-image, .hospitality-teaser-image img { min-height: 290px; height: 290px; }.home-closing-copy { margin-top: 28px; }.hospitality-sector-grid { display: block; }.hospitality-sector-card { margin-bottom: 12px; }.hospitality-sector-card figure, .hospitality-sector-card img { height: 220px; }.hospitality-sector-content { min-height: 0; padding: 21px; }.hospitality-benefits-copy { margin-bottom: 33px; } }
@media (max-width: 760px) { .home-process-step:nth-child(2) { border-right: 0; }.home-process-step:nth-child(3) { padding-left: 0; }.home-process-step > span { margin-bottom: 26px; }.hospitality-intro-copy { margin-top: 28px; }.hospitality-teaser-image, .hospitality-teaser-image img { min-height: 286px; height: 286px; }.hospitality-benefits .eyebrow { margin-bottom: 20px; }.hospitality-benefit-list { margin-top: 36px; }.hospitality-benefit { grid-template-columns: 35px 1fr; gap: 9px; }.hospitality-benefit p { grid-column: 2; } }

/* Interactive connected-home experience */
.home-experience { padding: 128px 0 138px; background: #101a16; color: var(--paper); }.home-experience-head { display: grid; grid-template-columns: 1fr .78fr; gap: 12%; align-items: end; margin-bottom: 54px; }.home-experience-head h2 { max-width: 600px; margin-bottom: 0; }.home-experience-head h2 em { color: #d7e8c4; }.home-experience-head > p { max-width: 375px; margin: 0 0 4px; color: rgba(244,246,241,.65); font-size: 14px; }.home-experience-shell { border: 1px solid rgba(244,246,241,.17); background: #17251f; }.home-feature-menu { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid rgba(244,246,241,.15); }.home-feature-button { min-height: 130px; padding: 18px 16px; border-right: 1px solid rgba(244,246,241,.15); background: transparent; color: rgba(244,246,241,.59); text-align: left; transition: color .25s, background .25s; }.home-feature-button:last-child { border-right: 0; }.home-feature-button:hover { background: rgba(244,246,241,.05); color: var(--paper); }.home-feature-button.is-active { background: #e7e7df; color: var(--ink); }.home-feature-button > span { display: block; margin-bottom: 30px; color: #9bb79a; font-family: var(--serif); font-size: 11px; }.home-feature-button.is-active > span { color: #5d785d; }.home-feature-button strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: 18px; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }.home-feature-button small { display: block; font-size: 9px; line-height: 1.35; }.home-experience-stage { display: grid; grid-template-columns: .8fr 1.2fr; gap: 0; min-height: 500px; }.home-demo-copy { display: flex; flex-direction: column; justify-content: center; padding: 46px 40px; background: #e7e7df; color: var(--ink); }.home-demo-kicker { margin: 0 0 20px; color: #4d6653; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }.home-demo-copy h3 { max-width: 350px; margin-bottom: 17px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.04; }.home-demo-copy > p:not(.home-demo-kicker) { max-width: 355px; margin-bottom: 28px; color: #55675c; font-size: 13px; line-height: 1.65; }.home-action-group { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 31px; }.home-action-group[hidden] { display: none; }.home-action-group > span { width: 100%; margin-bottom: 6px; color: #637a68; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.home-state-button { padding: 8px 10px; border: 1px solid #a7b3a8; background: transparent; color: #405346; font-size: 10px; transition: background .2s, color .2s, border-color .2s; }.home-state-button:hover { border-color: #5d775f; }.home-state-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--lime); }.home-experience-link { display: inline-flex; align-items: center; gap: 11px; width: fit-content; padding-bottom: 5px; border-bottom: 1px solid currentColor; color: var(--ink); font-size: 11px; font-weight: 700; }.home-experience-link span { font-size: 16px; font-weight: 400; transition: transform .2s; }.home-experience-link:hover span { transform: translateX(4px); }
.home-model { padding: 21px 23px 16px; background: #203229; overflow: hidden; }.home-model-topbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 17px; color: rgba(244,246,241,.5); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }.home-model-topbar strong { color: var(--lime); font-size: 8px; font-weight: 700; }.home-model-topbar i { display: inline-block; width: 5px; height: 5px; margin: 0 5px 1px 0; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(185,243,91,.12); }.demo-house { position: relative; display: grid; grid-template-columns: 1.35fr .8fr; grid-template-rows: 1fr 1fr 54px; gap: 7px; height: 385px; padding: 52px 12px 12px; overflow: hidden; background: linear-gradient(155deg, #2c4236, #14221c); }.demo-house::before { position: absolute; right: 0; bottom: 0; left: 0; height: 38%; background: linear-gradient(0deg, rgba(185,243,91,.06), transparent); content: ''; }.demo-roof { position: absolute; z-index: 1; top: 8px; right: 10%; left: 10%; height: 53px; border: 1px solid rgba(244,246,241,.22); border-bottom: 0; background: rgba(244,246,241,.035); clip-path: polygon(50% 0, 100% 100%, 0 100%); }.demo-room { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(244,246,241,.19); background: rgba(19,34,28,.55); transition: border-color .35s, background .35s, box-shadow .35s; }.demo-room-label { position: absolute; z-index: 3; top: 10px; left: 11px; color: rgba(244,246,241,.46); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.demo-room-living { grid-row: span 2; }.demo-room-comfort { min-height: 0; }.demo-room-entry { min-height: 0; }.demo-light { position: absolute; z-index: 2; top: 41%; width: 12px; height: 12px; border-radius: 50%; background: #8d9b8e; box-shadow: 0 0 0 4px rgba(244,246,241,.035); transition: background .35s, box-shadow .35s, transform .35s; }.demo-light-one { left: 30%; }.demo-light-two { right: 30%; }.demo-window { position: absolute; right: 13%; bottom: 13%; left: 13%; height: 42%; border: 1px solid rgba(158,196,255,.42); background: linear-gradient(160deg, #7192a5, #344f5d); overflow: hidden; }.demo-window::after { position: absolute; top: 0; bottom: 0; left: 50%; width: 1px; background: rgba(244,246,241,.35); content: ''; }.demo-shade { position: absolute; z-index: 1; top: 0; right: 0; left: 0; height: 42%; background: rgba(24,35,29,.82); border-bottom: 1px solid rgba(244,246,241,.2); transition: height .42s var(--ease), background .3s; }.demo-audio { position: absolute; right: 16px; bottom: 16px; display: flex; align-items: end; gap: 3px; height: 29px; }.demo-audio i { display: block; width: 4px; height: 6px; background: #8ea98c; transform-origin: bottom; transition: height .3s var(--ease), background .3s; }.demo-audio i:nth-child(2) { height: 13px; }.demo-audio i:nth-child(3) { height: 20px; }.demo-audio i:nth-child(4) { height: 11px; }.demo-audio i:nth-child(5) { height: 16px; }.demo-thermostat { position: absolute; top: 50%; left: 50%; display: grid; width: 80px; height: 80px; place-items: center; border: 1px solid rgba(244,246,241,.34); border-radius: 50%; color: var(--paper); transform: translate(-50%,-42%); transition: border-color .3s, box-shadow .3s; }.demo-thermostat strong { font-family: var(--serif); font-size: 24px; font-weight: 400; letter-spacing: -.06em; }.demo-thermostat small { margin-top: -15px; color: rgba(244,246,241,.56); font-size: 7px; text-transform: uppercase; }.demo-air-lines { position: absolute; right: 12px; bottom: 12px; left: 12px; display: flex; gap: 5px; }.demo-air-lines i { display: block; flex: 1; height: 1px; background: rgba(158,196,255,.28); transition: background .3s, transform .3s; }.demo-door { position: absolute; right: 22%; bottom: 0; left: 22%; height: 71%; border: 1px solid rgba(244,246,241,.24); border-bottom: 0; background: #30463a; transition: background .3s, transform .35s; }.demo-door i { position: absolute; top: 51%; right: 14%; width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }.demo-lock { position: absolute; z-index: 2; top: 35%; left: 14px; color: rgba(244,246,241,.58); font-size: 8px; text-align: center; }.demo-lock span { display: block; width: 19px; height: 16px; margin: 0 auto 5px; border: 2px solid #a8c9a4; border-radius: 3px; }.demo-lock span::before { display: block; width: 9px; height: 8px; margin: -9px auto 0; border: 2px solid #a8c9a4; border-bottom: 0; border-radius: 8px 8px 0 0; content: ''; }.demo-foundation { position: relative; z-index: 2; grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 15px; border: 1px solid rgba(244,246,241,.15); background: rgba(244,246,241,.035); color: rgba(244,246,241,.52); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }.demo-foundation i { display: block; width: 5px; height: 5px; border-radius: 50%; background: #779573; transition: background .3s, box-shadow .3s; }
.home-experience-shell[data-active-feature="lighting"] .demo-room-living, .home-experience-shell[data-active-feature="climate"] .demo-room-comfort, .home-experience-shell[data-active-feature="security"] .demo-room-entry, .home-experience-shell[data-active-feature="shades"] .demo-room-living, .home-experience-shell[data-active-feature="entertainment"] .demo-room-living { border-color: rgba(185,243,91,.72); box-shadow: inset 0 0 40px rgba(185,243,91,.075); }.home-experience-shell[data-active-feature="lighting"] .demo-light { background: #ffe2a4; box-shadow: 0 0 20px 8px rgba(255,204,116,.32); }.home-experience-shell[data-home-state="morning"] .demo-light { background: #fff1c9; box-shadow: 0 0 18px 5px rgba(255,241,201,.2); }.home-experience-shell[data-home-state="hosting"] .demo-light { background: #ffcc80; box-shadow: 0 0 28px 12px rgba(255,178,94,.43); transform: scale(1.18); }.home-experience-shell[data-active-feature="climate"] .demo-thermostat { border-color: var(--solvo-blue); box-shadow: 0 0 0 6px rgba(158,196,255,.1), 0 0 30px rgba(158,196,255,.16); }.home-experience-shell[data-active-feature="climate"] .demo-air-lines i { background: var(--solvo-blue); transform: translateX(4px); }.home-experience-shell[data-home-state="away"] .demo-thermostat { opacity: .58; transform: translate(-50%,-42%) scale(.88); }.home-experience-shell[data-active-feature="security"] .demo-door { background: #3e5948; }.home-experience-shell[data-active-feature="security"] .demo-lock span, .home-experience-shell[data-active-feature="security"] .demo-lock span::before { border-color: var(--lime); }.home-experience-shell[data-home-state="arriving"] .demo-door { transform: perspective(120px) rotateY(-13deg); transform-origin: left bottom; background: #4a6653; }.home-experience-shell[data-active-feature="shades"] .demo-window { box-shadow: 0 0 24px rgba(158,196,255,.12); }.home-experience-shell[data-home-state="open"] .demo-shade { height: 8%; }.home-experience-shell[data-home-state="private"] .demo-shade { height: 88%; background: rgba(20,30,25,.9); }.home-experience-shell[data-active-feature="entertainment"] .demo-audio i { background: var(--lime); }.home-experience-shell[data-active-feature="entertainment"] .demo-audio i:nth-child(1) { height: 15px; }.home-experience-shell[data-active-feature="entertainment"] .demo-audio i:nth-child(2) { height: 25px; }.home-experience-shell[data-active-feature="entertainment"] .demo-audio i:nth-child(3) { height: 19px; }.home-experience-shell[data-active-feature="entertainment"] .demo-audio i:nth-child(4) { height: 28px; }.home-experience-shell[data-active-feature="entertainment"] .demo-audio i:nth-child(5) { height: 22px; }.home-experience-shell[data-home-state="quiet"] .demo-audio { opacity: .28; }.home-experience-shell[data-home-state="movie"] .demo-room-living { background: #111c17; }.home-experience-shell[data-home-state="movie"] .demo-light { background: #657167; box-shadow: none; }.home-experience-shell[data-home-state="movie"] .demo-shade { height: 92%; }.home-experience-shell[data-active-feature] .demo-foundation i { background: var(--lime); box-shadow: 0 0 8px rgba(185,243,91,.45); }.home-model-caption { display: flex; justify-content: space-between; gap: 15px; padding-top: 13px; color: rgba(244,246,241,.55); font-size: 9px; }.home-model-caption strong { color: var(--lime); font-size: 9px; font-weight: 700; }.home-model-caption strong span { display: inline-block; margin-left: 4px; transform: rotate(45deg); }
@media (max-width: 1000px) { .home-experience-stage { grid-template-columns: .88fr 1.12fr; }.home-demo-copy { padding: 36px 27px; }.home-feature-button { padding-inline: 12px; }.home-feature-button strong { font-size: 16px; }.demo-house { height: 360px; } }
@media (max-width: 760px) { .home-experience { padding-block: 82px; }.home-experience-head { display: block; margin-bottom: 38px; }.home-experience-head > p { margin-top: 24px; }.home-feature-menu { grid-template-columns: 1fr; }.home-feature-button { display: grid; grid-template-columns: 32px 1fr; column-gap: 10px; min-height: 0; padding: 14px 16px; border-right: 0; border-bottom: 1px solid rgba(244,246,241,.15); }.home-feature-button:last-child { border-bottom: 0; }.home-feature-button > span { grid-row: span 2; margin: 0; }.home-feature-button strong { margin: 0; font-size: 17px; }.home-feature-button small { align-self: start; margin-top: 2px; }.home-experience-stage { display: block; min-height: 0; }.home-demo-copy { padding: 34px 25px; }.home-demo-copy h3 { font-size: 2.2rem; }.home-model { padding: 14px 12px; }.home-model-topbar { padding-inline: 5px; }.demo-house { height: 320px; padding: 46px 8px 8px; }.demo-room-label { font-size: 7px; }.home-model-caption { padding: 12px 5px 3px; font-size: 8px; }.home-model-caption strong { font-size: 8px; } }

/* Photo-led interactive room canvas */
.room-explorer { position: relative; overflow: hidden; border: 1px solid rgba(244,246,241,.2); background: #1b2a23; box-shadow: 0 28px 70px rgba(0,0,0,.23); }
.room-canvas { position: relative; aspect-ratio: 3 / 2; min-height: 590px; overflow: hidden; background: #1b2a23; }
.room-canvas::after { position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(8,16,12,.18), transparent 45%, rgba(8,16,12,.05)), linear-gradient(0deg, rgba(8,16,12,.36), transparent 36%); content: ''; }
.room-canvas > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.88) contrast(1.02); transition: filter .45s var(--ease), transform 1s var(--ease); }
.room-tint { position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: 0; mix-blend-mode: screen; transition: opacity .4s var(--ease), background .4s var(--ease); }
.room-explorer[data-active-system="lights"][data-room-lighting="day"] .room-tint, .room-explorer[data-active-system="lighting"] .room-tint { opacity: .42; background: radial-gradient(circle at 61% 30%, rgba(255,208,123,.35), rgba(255,198,105,.08) 18%, transparent 38%); }
.room-explorer[data-active-system="lights"][data-room-lighting="night"] .room-tint { opacity: .78; mix-blend-mode: multiply; background: linear-gradient(180deg, rgba(4,10,8,.3), rgba(4,10,8,.68)); }
.room-hotspot { --dot-size: 44px; position: absolute; z-index: 4; top: var(--hotspot-y); left: var(--hotspot-x); display: flex; align-items: center; gap: 9px; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--white); text-align: left; transform: translate(calc(var(--dot-size) / -2), -50%); }
.room-hotspot-dot { display: grid; width: var(--dot-size); height: var(--dot-size); flex: 0 0 var(--dot-size); place-items: center; border: 1px solid rgba(255,255,255,.78); border-radius: 50%; background: rgba(15,27,21,.78); box-shadow: 0 0 0 7px rgba(15,27,21,.2), 0 6px 18px rgba(0,0,0,.28); color: var(--white); font-size: 9px; font-weight: 700; backdrop-filter: blur(8px); transition: background .25s, border-color .25s, color .25s, box-shadow .25s, transform .25s; }
.room-hotspot strong { padding: 7px 10px; border: 1px solid rgba(255,255,255,.23); background: rgba(15,27,21,.78); box-shadow: 0 5px 18px rgba(0,0,0,.2); color: var(--white); font-size: 10px; font-weight: 600; letter-spacing: .03em; white-space: nowrap; backdrop-filter: blur(8px); transition: background .25s, color .25s; }
.room-hotspot:hover .room-hotspot-dot, .room-hotspot:focus-visible .room-hotspot-dot { border-color: var(--lime); box-shadow: 0 0 0 8px rgba(185,243,91,.17), 0 0 28px rgba(185,243,91,.38); transform: scale(1.08); }
.room-hotspot:focus-visible { outline: 2px solid var(--lime); outline-offset: 6px; }
.room-hotspot.is-active .room-hotspot-dot { border-color: var(--lime); background: var(--lime); box-shadow: 0 0 0 8px rgba(185,243,91,.17), 0 0 30px rgba(185,243,91,.44); color: var(--ink); }
.room-hotspot.is-active strong { background: var(--lime); color: var(--ink); }
.room-info { position: absolute; z-index: 5; right: 24px; bottom: 54px; display: flex; width: min(355px, calc(100% - 48px)); min-height: 258px; flex-direction: column; justify-content: space-between; padding: 28px 30px 25px; background: rgba(245,246,240,.96); box-shadow: 0 22px 55px rgba(8,16,12,.28); color: var(--ink); backdrop-filter: blur(13px); }
.room-info-kicker { margin: 0 0 12px; color: #55715c; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.room-info h3 { margin: 0 0 11px; font-size: 29px; letter-spacing: -.045em; }
.room-info-description { margin: 0 0 18px; color: #52645a; font-size: 14px; line-height: 1.58; }
.room-info .home-experience-link { margin-top: 16px; }
.room-light-controls { display: flex; align-items: center; gap: 8px; }
.room-light-controls[hidden] { display: none; }
.room-light-controls > span { margin-right: 3px; color: #66786e; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.room-light-mode-button { min-height: 44px; padding: 0 13px; border: 1px solid rgba(19,34,28,.25); background: transparent; color: #52645a; font-size: 10px; font-weight: 700; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.room-light-mode-button:hover, .room-light-mode-button:focus-visible { border-color: var(--ink); transform: translateY(-1px); }.room-light-mode-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.room-explorer-note { position: absolute; z-index: 5; bottom: 20px; left: 22px; display: flex; align-items: center; gap: 8px; margin: 0; color: rgba(255,255,255,.83); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; text-shadow: 0 2px 8px rgba(0,0,0,.45); }

@media (max-width: 1000px) { .room-canvas { min-height: 500px; }.room-info { right: 18px; bottom: 46px; width: 320px; min-height: 238px; padding: 24px; }.room-hotspot { --dot-size: 44px; }.room-hotspot strong { font-size: 9px; } }
@media (max-width: 900px) { .room-canvas { aspect-ratio: 3 / 2; min-height: 0; }.room-canvas::after { background: linear-gradient(0deg, rgba(8,16,12,.25), transparent 50%); }.room-hotspot { --dot-size: 44px; }.room-hotspot[data-room-system="audio"] { top: 15%; left: 12%; }.room-hotspot[data-room-system="climate"] { top: 12%; left: 39%; }.room-hotspot[data-room-system="lighting"] { top: 31%; left: 28%; }.room-hotspot[data-room-system="stove"] { top: 35%; left: 55%; }.room-hotspot[data-room-system="lights"] { top: 25%; left: 72%; }.room-hotspot strong { display: none; }.room-info { position: relative; right: auto; bottom: auto; width: 100%; min-height: 230px; padding: 27px 25px 24px; }.room-explorer-note { position: static; padding: 14px 18px; border-top: 1px solid rgba(244,246,241,.14); background: #17251f; text-shadow: none; }.room-info h3 { font-size: 26px; } }

/* Immersive connected-room update */
.home-experience { position: relative; min-height: min(980px, 100vh); padding: 0; overflow: hidden; background: #101a16; }
.home-experience-head { position: absolute; z-index: 6; top: 0; right: 0; left: 0; display: block; margin: 0; padding: clamp(112px, 13vh, 168px) 0 0; pointer-events: none; }
.home-experience-head-inner { display: grid; grid-template-columns: 1fr .66fr; gap: 12%; align-items: start; }
.home-experience-head h2 { max-width: 500px; margin-bottom: 0; color: var(--paper); font-size: clamp(2.5rem, 4.6vw, 4.6rem); text-shadow: 0 3px 22px rgba(8,16,12,.48); }
.home-experience-head h2 em { color: #d7e8c4; }
.home-experience-head-inner > p { max-width: 365px; margin: 7px 0 0; color: rgba(244,246,241,.72); font-size: 14px; line-height: 1.6; text-shadow: 0 2px 16px rgba(8,16,12,.7); }
@media (min-width: 761px) { .home-experience-head-inner { position: relative; }.home-experience-head-inner > p { position: absolute; top: 0; right: 0; max-width: 290px; margin: 0; padding: 9px 12px; background: rgba(8,16,12,.42); } }
.room-explorer { min-height: min(980px, 100vh); border: 0; box-shadow: none; }
.room-canvas { height: min(980px, 100vh); min-height: 760px; aspect-ratio: auto; }
.room-canvas::before { position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(180deg, rgba(8,16,12,.56), rgba(8,16,12,0) 25%, rgba(8,16,12,0) 66%, rgba(8,16,12,.42)); content: ''; }
.room-canvas > img { filter: saturate(.96) contrast(1.04); }
.room-info { right: clamp(24px, 5vw, 80px); bottom: clamp(58px, 9vh, 96px); }
.room-explorer-note { bottom: clamp(25px, 5vh, 52px); left: clamp(24px, 5vw, 80px); }

.room-light-source { --light-rgb: 255, 214, 150; position: absolute; z-index: 3; width: 8px; height: 8px; border-radius: 50%; background: rgb(var(--light-rgb)); opacity: 0; mix-blend-mode: screen; pointer-events: none; box-shadow: 0 0 7px 2px rgba(var(--light-rgb),.9), 0 0 20px 6px rgba(var(--light-rgb),.36), 0 0 45px 16px rgba(var(--light-rgb),.14); transition: opacity .45s var(--ease), background .45s var(--ease), box-shadow .45s var(--ease), transform .45s var(--ease); }
.room-light-source::before { position: absolute; inset: -106px -148px; z-index: 0; border-radius: 50%; background: radial-gradient(ellipse at center, rgba(var(--light-rgb),.18) 0%, rgba(var(--light-rgb),.085) 24%, rgba(var(--light-rgb),.025) 50%, transparent 75%); filter: blur(12px); content: ''; }
.room-light-source::after { position: absolute; inset: -8px; z-index: 1; border: 1px solid rgba(var(--light-rgb),.42); border-radius: 50%; box-shadow: 0 0 14px 4px rgba(var(--light-rgb),.2); content: ''; }
.room-light-source-one { top: 28.7%; left: 56%; }.room-light-source-two { top: 34%; left: 47%; }
.room-explorer[data-active-system="lights"] .room-light-source, .room-explorer[data-active-system="lighting"] .room-light-source { opacity: 1; transform: scale(1.05); }
.room-explorer[data-active-system="lights"][data-room-lighting="night"] .room-light-source { opacity: .34; }
.room-explorer[data-active-system="lights"][data-room-lighting="night"] .room-canvas > img { filter: brightness(.58) saturate(.76) contrast(1.06); }
.room-explorer[data-active-system="lights"][data-room-lighting="night"] .room-canvas::after { background: linear-gradient(180deg, rgba(4,10,8,.42), rgba(4,10,8,.68)), linear-gradient(90deg, rgba(3,8,6,.28), transparent 45%, rgba(3,8,6,.12)); }

@media (prefers-reduced-motion: reduce) { .room-light-source { transition: none; } }

@media (max-width: 1000px) { .home-experience-head-inner { gap: 7%; }.room-canvas { height: min(820px, 92vh); min-height: 680px; }.room-info { right: 28px; bottom: 54px; } }
@media (max-width: 900px) { .home-experience { min-height: 0; }.home-experience-head { position: relative; padding: 92px 0 31px; pointer-events: auto; }.home-experience-head-inner { display: block; }.home-experience-head-inner > p { position: static; max-width: 365px; margin-top: 22px; padding: 0; background: transparent; }.room-explorer { min-height: 0; border: 0; }.room-canvas { height: auto; min-height: 0; aspect-ratio: 3 / 2; }.room-info { position: relative; right: auto; bottom: auto; min-height: 245px; }.room-explorer-note { position: static; bottom: auto; left: auto; padding: 14px 18px; }.room-hotspot[data-room-system="lights"] { top: 20%; left: 72%; }.room-hotspot[data-room-system="stove"] { top: 53%; left: 65%; }.room-hotspot[data-room-system="climate"] { top: 16%; left: 44%; }.room-hotspot[data-room-system="lighting"] { top: 34%; left: 58%; }.room-hotspot[data-room-system="audio"] { top: 12%; left: 30%; } }
