﻿@charset "UTF-8";
:root{--ink:#183f35;--text:#354b43;--muted:#68756e;--paper:#f8f7f0;--white:#fff;--line:#dce2d6;--green:#235c46;--mint:#e3edcd;--lime:#d1e9ac;--soft:#eef1e7;--radius:18px;--shadow:0 16px 50px #183f3510}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit}img,svg{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}a,button,input,select,textarea,summary{outline-offset:5px}:focus-visible{outline:3px solid #629445}::selection{background:#d5e7bb;color:var(--ink)}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--ink)}h1,h2{font-weight:650;letter-spacing:-.055em;line-height:1.1}h1{font-size:clamp(2.8rem,5.3vw,4.6rem)}h2{font-size:clamp(2.25rem,3.7vw,3.35rem)}h3{font-size:1.24rem;line-height:1.3;letter-spacing:-.025em}p{margin-bottom:1.2rem}a{text-underline-offset:4px}.container{max-width:1240px;width:calc(100% - 96px);margin-inline:auto}.section{padding:104px 0}.eyebrow{margin-bottom:21px;text-transform:uppercase;font-size:.7rem;letter-spacing:.16em;font-weight:750;line-height:1.5;color:var(--green)}.lead{font-size:1.2rem;line-height:1.7;color:var(--muted);max-width:690px}.text-link{display:inline-flex;align-items:center;gap:16px;font-size:.9rem;font-weight:650;color:var(--ink);text-decoration:none}.text-link span{font-size:1.3rem;transition:transform .2s}.text-link:hover span{transform:translateX(4px)}.button{display:inline-flex;justify-content:center;align-items:center;gap:24px;min-height:54px;border:1px solid transparent;border-radius:9px;padding:14px 23px;font-size:.87rem;line-height:1.4;font-weight:650;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--ink);color:#fff}.button--primary:hover{background:#285f4e;box-shadow:0 5px 15px #183f3520}.button--outline{border-color:#bcccbc;background:transparent;color:var(--ink)}.button--outline:hover{background:#e9eee0}.button--light{color:var(--ink);background:var(--mint)}.button--light:hover{background:#f1f8e6}.button--small{min-height:43px;padding:11px 19px;font-size:.8rem}.button span[aria-hidden]{font-size:1.2rem}.skip-link{position:fixed;z-index:100;top:10px;left:10px;padding:10px 20px;background:var(--ink);color:#fff;border-radius:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}
.site-header{position:relative;z-index:20;background:var(--paper);border-bottom:1px solid #e3e6dc}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:92px;gap:24px}.brand{display:inline-flex;gap:10px;align-items:center;flex-shrink:0;font-size:1.58rem;letter-spacing:-.065em;font-weight:700;line-height:1;text-decoration:none;color:var(--ink)}.brand-mark{width:35px;height:35px;flex-shrink:0}.brand-zero{font-weight:450}.brand-dot{color:#769c54}.site-nav{display:flex;align-items:center;gap:31px}.site-nav>a:not(.button){font-size:.79rem;text-decoration:none;font-weight:550;color:#4b5a51;white-space:nowrap}.site-nav>a:not(.button):hover{color:var(--green);text-decoration:underline}.site-nav .button{margin-left:6px}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:9px;background:transparent;padding:11px}.nav-toggle span{display:block;height:2px;background:var(--ink);margin:4px 0;transition:transform .2s,opacity .2s}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:last-child{transform:translateY(-6px) rotate(-45deg)}
.hero{overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.07fr 1fr;align-items:center;gap:20px;padding-top:70px;padding-bottom:64px;min-height:652px}.hero-copy{position:relative;z-index:2}.hero-eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:26px;font-size:.66rem}.status-dot{height:7px;width:7px;border-radius:50%;background:#6f924c;box-shadow:0 0 0 5px #e7eddb}.hero h1{margin-bottom:27px;font-size:clamp(3.5rem,4.65vw,4.2rem);line-height:1.1;letter-spacing:-.061em}.hero h1 span{color:#739258}.hero-description{max-width:435px;font-size:1rem;line-height:1.85;color:#647167;margin-bottom:31px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.hero-actions .button{gap:23px}.hero-actions .text-link{font-size:.78rem;gap:10px}.hero-note{display:flex;align-items:center;flex-wrap:wrap;gap:9px;font-size:.68rem;color:#6f7a6f;margin-top:24px}.check-mark{display:inline-flex;justify-content:center;align-items:center;width:15px;height:15px;background:#e3ebd6;color:#3b6542;border-radius:50%;font-size:.62rem;font-weight:800}.note-divider{color:#b1b9ab}.hero-visual{position:relative;min-width:0;min-height:490px;display:flex;align-items:center;justify-content:center}.hero-orbit{position:absolute;width:440px;height:440px;border-radius:50%;background:#e9eedb;z-index:0;left:50%;top:45%;transform:translate(-50%,-50%)}.home-illustration{position:relative;width:115%;max-width:none;height:auto;margin-left:-10px;z-index:1}.visual-label{position:absolute;z-index:2;top:0;right:10px;display:flex;gap:8px;align-items:center;color:#617257;font-size:.65rem;letter-spacing:.02em}.spark{font-size:1.6rem;color:#709356}.visual-tag{position:absolute;z-index:3;background:#fff;border-radius:12px;box-shadow:0 12px 40px #183f3514}.visual-tag--home{display:flex;align-items:center;gap:11px;left:-10px;bottom:81px;padding:14px 17px;font-weight:650;font-size:.73rem}.tag-icon{display:flex;align-items:center;justify-content:center;background:#edf1e5;border-radius:9px;color:var(--green);width:37px;height:37px;font-size:1.5rem;line-height:1}.visual-tag small{display:block;color:#8b9187;font-weight:400;font-size:.61rem;margin-top:1px}.visual-tag--free{display:flex;flex-direction:column;align-items:center;justify-content:center;top:116px;right:-11px;transform:rotate(6deg);height:96px;width:98px;background:#e4edc9;border:5px solid #f8f7f0;box-shadow:0 6px 20px #183f350c}.visual-tag--free strong{font-size:2rem;line-height:1.15;color:var(--ink);font-weight:650;letter-spacing:-.07em}.visual-tag--free span{font-size:.6rem;color:#4a6743}.visual-caption{position:absolute;right:43px;bottom:19px;font-size:.63rem;color:#8e9687;font-style:italic}.hero-bottom{border-top:1px solid var(--line);padding-block:22px;display:flex;justify-content:space-between;gap:20px;color:#7c8978;font-size:.63rem}.hero-bottom>span:first-child{font-weight:650;letter-spacing:.15em}.hero-bottom>span:last-child{display:flex;align-items:center;gap:37px}.hero-bottom>span:last-child span{font-size:1.15rem;color:var(--green)}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:44px}.section-heading h2{margin-bottom:0}.section-heading>p{max-width:340px;margin:0 0 6px;font-size:.9rem;color:var(--muted);line-height:1.85}.spaces-section{background:#fff;padding-top:84px;padding-bottom:80px}.space-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.space-card{position:relative;display:block;background:#f6f7f1;border:1px solid #ecede3;border-radius:14px;padding:28px 24px 33px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s}.space-card:hover{transform:translateY(-5px);background:#f0f4e8;border-color:#c3d3b3}.space-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#e7edda;border-radius:13px;margin-bottom:36px}.space-icon svg{width:36px;height:36px;stroke:#456547;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.space-card h3{font-size:1.08rem;margin-bottom:9px}.space-card p{font-size:.72rem;color:#7b8479;margin:0}.card-arrow{position:absolute;right:21px;top:31px;color:#7b8c6c;font-size:1.15rem}.section-footnote{margin-top:25px;margin-bottom:0;font-size:.72rem;text-align:center;color:#7b8479}.how-section{padding-top:92px;padding-bottom:97px}.how-section .section-heading{margin-bottom:52px}.how-section .text-link{margin-bottom:7px;font-size:.78rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.step{position:relative;padding-top:24px;border-top:1px solid #cfd8c7}.step-number{display:inline-block;color:#8c9b7c;font-size:.75rem;letter-spacing:.06em;font-weight:650;margin-bottom:24px}.step h3{margin-bottom:14px;font-size:1.12rem}.step p{font-size:.82rem;line-height:1.85;color:#75806f;max-width:290px;margin-bottom:0}.fit-section{padding-top:0;padding-bottom:96px}.fit-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:85px}.fit-copy h2{font-size:clamp(2rem,3vw,2.75rem);margin-bottom:24px}.fit-copy>p:not(.eyebrow){color:#75806f;font-size:.86rem;line-height:1.9;max-width:420px}.amenity-tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px;margin-bottom:28px;max-width:420px}.amenity-tags>span{display:inline-block;border:1px solid #d9dfd0;border-radius:6px;padding:6px 12px;font-size:.68rem;color:#5b7055;background:#f4f6ed}.fit-copy .text-link{font-size:.8rem}.room-scene{position:relative;height:384px;background:#e7ecda;border-radius:18px;overflow:hidden}.room-scene::after{content:"";position:absolute;inset:70% 0 0;background:#dbe2cd;z-index:0}.room-window{position:absolute;left:12%;top:12%;width:33%;height:44%;border:8px solid #f6f5e9;background:linear-gradient(145deg,#d1e1c2,#b9d2a4);border-radius:65px 65px 0 0;box-shadow:5px 7px 0 #d5deca;overflow:hidden}.room-window:before{content:"";position:absolute;height:160px;width:80px;background:#cfddbb;border-radius:60% 60% 0 0;transform:rotate(40deg);left:5%;top:35%}.room-window span:first-child{position:absolute;height:100%;width:6px;left:48%;background:#f6f5e9}.room-window span:last-child{position:absolute;width:100%;height:6px;top:54%;background:#f6f5e9}.room-picture{position:absolute;left:58%;top:16%;width:17%;height:24%;background:#f6f2df;border:6px solid #c6ac88;transform:rotate(4deg)}.room-picture:before{content:"";position:absolute;width:43%;height:40%;border-radius:50%;background:#d5b681;left:30%;top:16%}.room-picture span{position:absolute;background:#9aaf77;width:90%;height:40%;left:5%;bottom:0;border-radius:50% 50% 0 0}.room-lamp{position:absolute;left:84%;top:22%;width:3px;height:56%;background:#50684b;z-index:2}.room-lamp:before{content:"";position:absolute;left:-29px;top:0;width:62px;height:44px;clip-path:polygon(20% 0,80% 0,100% 100%,0 100%);background:#f5f0d9}.room-lamp:after{content:"";position:absolute;bottom:0;left:-20px;width:44px;height:5px;border-radius:5px;background:#50684b}.room-rug{position:absolute;left:17%;top:74%;width:66%;height:15%;border-radius:50%;background:#c3cea9;z-index:1}.room-sofa{position:absolute;width:54%;height:34%;top:46%;left:23%;z-index:3}.sofa-back{position:absolute;width:91%;height:77%;left:5%;top:0;background:#aabf83;border-radius:14px 14px 8px 8px;box-shadow:inset 0 -12px 0 #97ac70}.sofa-cushion{position:absolute;top:12%;width:22%;height:40%;border-radius:7px}.sofa-cushion--one{left:11%;background:#e5e9d1;transform:rotate(-10deg)}.sofa-cushion--two{right:12%;background:#657f53;transform:rotate(9deg)}.sofa-seat{position:absolute;top:49%;width:100%;height:37%;background:#8ba268;border-radius:9px;box-shadow:inset 0 7px 0 #9db77a}.sofa-seat:before,.sofa-seat:after{content:"";position:absolute;top:-33%;width:11%;height:125%;background:#829b60;border-radius:9px 9px 5px 5px}.sofa-seat:after{right:0}.sofa-leg{position:absolute;top:84%;width:8px;height:13%;background:#71634b;z-index:-1}.sofa-leg--one{left:8%;transform:rotate(10deg)}.sofa-leg--two{right:8%;transform:rotate(-10deg)}.room-plant{position:absolute;left:10%;top:51%;width:9%;height:28%;z-index:2}.room-plant:before{content:"";position:absolute;top:0;left:49%;height:80%;width:3px;background:#638652}.room-plant i{position:absolute;width:56%;height:23%;background:#8fac6f;border-radius:90% 0 90% 0;transform:rotate(-12deg);left:51%;top:9%}.room-plant i:nth-child(2){left:0;top:25%;transform:rotate(90deg);background:#6f925b}.room-plant i:nth-child(3){left:48%;top:43%;transform:rotate(-10deg);background:#7d9c64}.room-plant span{position:absolute;left:5%;bottom:0;width:95%;height:36%;background:#c3916c;clip-path:polygon(0 0,100% 0,83% 100%,17% 100%)}.room-table{position:absolute;right:8%;bottom:17%;width:24%;height:15%;z-index:4;border-top:8px solid #c3ac84;border-radius:50% 50% 0 0}.room-table:before,.room-table:after{content:"";position:absolute;top:0;width:4px;height:80%;background:#ad9874;left:13%;transform:rotate(9deg)}.room-table:after{left:auto;right:13%;transform:rotate(-9deg)}.room-table span{position:absolute;height:18px;width:12px;right:38%;top:-25px;border-radius:3px 3px 6px 6px;background:#eee6cb}.room-badge{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);background:#f9faef;padding:8px 13px;border-radius:6px;font-size:.61rem;color:#53694c;z-index:6;white-space:nowrap;box-shadow:0 3px 10px #183f3506}.room-badge span{margin-right:7px}
.owner-section{padding-top:0;padding-bottom:100px}.owner-panel{display:grid;grid-template-columns:1fr 1fr;gap:70px;background:var(--ink);padding:66px 70px;border-radius:20px;position:relative;overflow:hidden}.owner-panel:after{content:"";position:absolute;left:-100px;bottom:-230px;width:510px;height:510px;border:1px solid #90ab6530;border-radius:50%;pointer-events:none}.owner-copy{position:relative;z-index:1}.owner-copy .eyebrow{color:#b9d693;font-size:.65rem}.owner-copy h2{color:#f4f5e9;font-size:clamp(2.4rem,3.6vw,3.1rem);margin-bottom:22px}.owner-copy>p:not(.eyebrow){font-size:.83rem;color:#b9cec1;max-width:325px;line-height:1.85;margin-bottom:29px}.owner-copy .button{font-size:.76rem;padding:15px 20px;min-height:50px}.owner-features{display:flex;flex-direction:column;justify-content:center;gap:28px}.owner-features>div{display:flex;align-items:flex-start;gap:22px}.owner-feature-number{font-size:.63rem;color:#b8d29b;padding-top:4px;letter-spacing:.08em}.owner-features h3{color:#edf1e5;font-size:1rem;margin-bottom:8px}.owner-features p{font-size:.76rem;line-height:1.8;color:#abc2b3;margin:0}.faq-section{padding-top:0;padding-bottom:105px}.faq-grid{display:grid;grid-template-columns:.85fr 1.3fr;gap:100px}.faq-grid>div>p:not(.eyebrow){font-size:.83rem;color:var(--muted);margin-top:25px;margin-bottom:12px}.faq-grid .text-link{font-size:.82rem}.faq-list details{border-top:1px solid #d6dece}.faq-list details:last-child{border-bottom:1px solid #d6dece}.faq-list summary{cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px 0;list-style:none;font-size:.89rem;font-weight:550;line-height:1.5;color:var(--ink)}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";font-size:1.3rem;line-height:1;color:#829371;font-weight:400;flex-shrink:0}.faq-list details[open] summary:after{content:"−"}.faq-list details>p,.faq-list details>div{font-size:.83rem;color:var(--muted);padding-right:30px;line-height:1.8;margin-bottom:24px}.faq-list details a{color:var(--green)}.closing-section{padding:74px 0 77px;background:#e9eedc;text-align:center;border-top:1px solid #dfe5d2}.closing-inner{position:relative}.closing-flower{display:block;color:#88a464;font-size:2.35rem;line-height:1;margin-bottom:20px}.closing-section .eyebrow{margin-bottom:18px;font-size:.61rem}.closing-section h2{font-size:clamp(2.6rem,4vw,3.65rem);margin-bottom:22px}.closing-section p:not(.eyebrow){color:#728264;font-size:.84rem;margin-bottom:24px}.closing-section .button{font-size:.8rem;min-height:50px}.closing-note{display:block;font-size:.64rem;color:#849276;margin-top:16px}
.site-footer{background:#173a31;color:#b0c5b7}.footer-main{display:grid;grid-template-columns:1.45fr 1fr 1fr 1.1fr;gap:55px;padding-top:66px;padding-bottom:55px}.site-footer .brand{color:#e1ebd0}.site-footer .brand-dot{color:#bcd694}.footer-brand>p{font-size:.75rem;color:#a6bcac;line-height:1.9;margin-top:23px;margin-bottom:21px}.footer-free{display:inline-flex;align-items:center;gap:7px;color:#b2c69f;font-size:.63rem}.footer-free>span{font-size:1rem}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:11px}.footer-column h2{font-size:.73rem;line-height:1.5;letter-spacing:0;font-weight:650;color:#e2eada;margin-bottom:9px;margin-top:3px}.footer-column>a{font-size:.69rem;color:#adc0b2;text-decoration:none;line-height:1.5}.footer-column>a:hover{text-decoration:underline;color:#fff}.footer-email{word-break:break-word}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #ffffff15;padding-top:20px;padding-bottom:23px;font-size:.59rem;color:#8ca794}.footer-bottom>span:last-child{display:flex;align-items:center;gap:13px}.footer-bottom>span:last-child span{color:#bdd19f;font-size:.9rem}
/* Shared public information, policy, support, and account forms. */
.page-hero{padding:75px 0 54px;background:#edf1e3;border-bottom:1px solid #dfe5d5}.page-hero h1{max-width:900px;margin-bottom:23px;font-size:clamp(2.7rem,4.5vw,4rem)}.page-hero .eyebrow{margin-bottom:18px}.page-hero .lead{margin-bottom:0;font-size:1.02rem;max-width:710px}.page-hero .updated,.page-hero .page-meta{font-size:.75rem;color:#77856c;margin-top:23px;margin-bottom:0}.page-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,1fr);gap:38px;align-items:start}.content-card,.aside-card{border:1px solid var(--line);border-radius:16px;background:#fff;padding:33px}.content-card h2,.aside-card h2{font-size:1.65rem;line-height:1.25;letter-spacing:-.035em}.content-card h3,.aside-card h3{font-size:1.05rem}.content-card p,.aside-card p,.content-card li,.aside-card li{font-size:.89rem;color:var(--muted)}.aside-card{background:#edf1e5;border-color:#dfe5d5}.aside-card .button{width:100%;margin-top:10px}.aside-card+.aside-card{margin-top:22px}.prose{max-width:820px;margin-inline:auto;color:#5c6d60;font-size:.96rem;line-height:1.9;overflow-wrap:anywhere}.prose h2{font-size:1.65rem;letter-spacing:-.035em;line-height:1.3;margin-top:40px;margin-bottom:17px;scroll-margin-top:40px}.prose h2:first-child{margin-top:0}.prose h3{font-size:1.1rem;line-height:1.4;margin-top:28px;margin-bottom:12px}.prose p{margin-bottom:18px}.prose li{padding-left:3px;margin-bottom:9px}.prose ul,.prose ol{padding-left:24px;margin-block:17px 24px}.prose a,.content-card p a,.aside-card p a{color:var(--green)}.prose strong{font-weight:650;color:#314d3c}.prose .notice{margin-block:26px}.prose hr{border:0;border-top:1px solid var(--line);margin:32px 0}.form-field{display:flex;flex-direction:column;gap:7px;margin-bottom:20px}.form-field label,.form-field>legend{color:var(--ink);font-size:.82rem;font-weight:650}.form-field input:not([type=checkbox]):not([type=radio]),.form-field select,.form-field textarea{width:100%;min-height:49px;border:1px solid #cdd8c9;border-radius:8px;background:#fff;color:var(--ink);padding:12px 13px;font-size:.88rem;line-height:1.5;transition:border-color .2s}.form-field textarea{min-height:135px;resize:vertical}.form-field input::placeholder,.form-field textarea::placeholder{color:#8b9588}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#699252;outline:2px solid #a0bd8750;outline-offset:1px}.form-field small,.field-help{font-size:.73rem;color:#7a8872;line-height:1.6}.form-actions{display:flex;align-items:center;gap:17px;flex-wrap:wrap;margin-top:26px}.form-actions .button{font-size:.85rem}.checkbox-label,.check-field{display:flex;align-items:flex-start;gap:10px;font-size:.8rem;line-height:1.6;color:#64775a;margin-block:18px}.checkbox-label input,.check-field input{width:17px;height:17px;flex-shrink:0;margin:4px 0 0;accent-color:var(--green)}.notice{padding:17px 20px;border:1px solid #cfddba;border-radius:10px;background:#f0f5e7;color:#49633b;font-size:.85rem;line-height:1.75;margin-bottom:23px}.notice>p:last-child{margin-bottom:0}.notice--error{border-color:#e5c1b5;background:#fff2ed;color:#8b4432}.notice--success{background:#eaf5e9;border-color:#b4d1ab;color:#365d2d}.notice--warning{background:#fff7e4;border-color:#e8d6ac;color:#795e2d}.notice[hidden],.status-message[hidden],[hidden]{display:none!important}.required{color:#9c5b3e}.muted{color:var(--muted)}.small{font-size:.78rem}.stack>*+*{margin-top:24px}.link-list{display:flex;flex-direction:column;gap:0;list-style:none;padding:0;margin:0}.link-list li{padding:0}.link-list a{display:flex;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid #d8e0d0;text-decoration:none;font-size:.85rem;color:var(--ink)}.link-list a:hover{text-decoration:underline}.link-list li:last-child a{border-bottom:0}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cards-grid .content-card{padding:27px}.download-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:880px;margin-inline:auto}.download-card{padding:37px;border:1px solid var(--line);background:#fff;border-radius:17px}.download-card h2{font-size:1.9rem;margin-bottom:18px}.download-card>p{font-size:.9rem;color:var(--muted)}.download-card .button{margin-top:10px}.status-pill{display:inline-flex;align-items:center;gap:7px;border-radius:30px;background:#e9efd9;padding:5px 11px;font-size:.7rem;color:#5f7648;margin-bottom:22px}.support-heading{margin-bottom:32px}.support-heading h2{font-size:2.1rem}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-note{font-size:.75rem;line-height:1.7;color:#7c8774;margin-top:16px}.error-code{font-size:5rem;color:#9bb67b;font-weight:600;letter-spacing:-.07em;line-height:1.1}.empty-state{text-align:center;max-width:640px;margin-inline:auto}.empty-state h1{font-size:2.8rem}.empty-state p{color:var(--muted)}
@media(min-width:1500px){.hero-grid{min-height:710px;padding-top:85px;padding-bottom:80px}.hero h1{font-size:4.7rem}.hero-visual{min-height:520px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.site-nav{gap:21px}.hero-grid{grid-template-columns:1.1fr 1fr;padding-top:57px;padding-bottom:44px;min-height:580px}.hero h1{font-size:3.5rem}.hero-description{font-size:.94rem}.hero-visual{min-height:440px}.hero-orbit{width:350px;height:350px}.hero-actions{gap:20px}.hero-actions .button{font-size:.78rem;padding-inline:17px}.visual-tag--home{left:0;bottom:64px;padding:12px}.visual-tag--free{width:81px;height:83px;top:109px;right:-2px}.visual-tag--free strong{font-size:1.7rem}.visual-caption{right:20px;bottom:27px}.space-card{padding:25px 19px}.space-card h3{font-size:.98rem}.space-card p{font-size:.65rem}.fit-grid{gap:50px}.room-scene{height:350px}.owner-panel{gap:45px;padding:53px}.faq-grid{gap:70px}.footer-main{gap:30px}.section{padding-block:84px}.fit-section,.owner-section,.faq-section{padding-top:0}}
@media(max-width:960px){.header-inner{min-height:80px}.nav-toggle{display:block}.site-nav{display:none;position:absolute;top:calc(100% - 1px);left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--paper);padding:10px 32px 24px;border-bottom:1px solid var(--line);box-shadow:0 16px 25px #183f3510}.site-nav.is-open{display:flex}.site-nav>a:not(.button){padding:13px 2px;font-size:.9rem}.site-nav .button{align-self:flex-start;margin-left:0;margin-top:10px}.hero-grid{grid-template-columns:1.12fr 1fr;gap:6px;min-height:534px;padding-top:43px}.hero h1{font-size:3rem}.hero-description{font-size:.9rem}.hero-visual{min-height:415px}.hero-orbit{width:305px;height:305px}.visual-label{right:0;top:23px;font-size:.56rem}.home-illustration{width:119%}.visual-tag--home{left:-15px;bottom:74px;font-size:.64rem}.tag-icon{width:29px;height:29px;font-size:1.2rem}.visual-tag small{font-size:.53rem}.visual-tag--free{right:-10px;top:93px;width:72px;height:74px;border-width:4px}.visual-tag--free span{font-size:.49rem}.visual-tag--free strong{font-size:1.5rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-note{font-size:.61rem}.space-grid{grid-template-columns:repeat(2,1fr);gap:16px}.space-card{padding:25px}.space-icon{margin-bottom:29px}.space-card h3{font-size:1.15rem}.space-card p{font-size:.75rem}.section-heading{gap:34px}.section-heading>p{max-width:290px;font-size:.84rem}.steps-grid{gap:25px}.step h3{font-size:1rem}.step p{font-size:.77rem}.fit-grid{gap:35px}.fit-copy h2{font-size:2rem}.room-scene{height:350px}.room-badge{font-size:.5rem}.owner-panel{padding:45px;gap:37px}.owner-copy h2{font-size:2.5rem}.owner-features>div{gap:13px}.owner-features{gap:23px}.owner-features h3{font-size:.88rem}.owner-features p{font-size:.69rem}.faq-grid{gap:55px;grid-template-columns:.8fr 1.25fr}.faq-grid h2{font-size:2.5rem}.faq-list summary{font-size:.81rem}.footer-main{grid-template-columns:1.4fr 1fr 1fr;gap:30px}.footer-column:last-child{grid-column:2/4}.footer-brand{grid-row:1/3}.page-grid{grid-template-columns:minmax(0,1.4fr) minmax(230px,1fr);gap:25px}.content-card,.aside-card{padding:25px}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.container{width:calc(100% - 44px)}.header-inner{min-height:75px}.brand{font-size:1.45rem}.brand-mark{width:32px;height:32px}.hero-grid{grid-template-columns:1fr;padding-top:44px;padding-bottom:16px;gap:28px;min-height:0}.hero h1{font-size:clamp(2.8rem,7.7vw,4.2rem);max-width:590px}.hero-copy{max-width:550px}.hero-eyebrow{font-size:.61rem;margin-bottom:22px}.hero-description{max-width:460px;font-size:.9rem;margin-bottom:25px}.hero-actions{flex-direction:row;align-items:center;gap:23px}.hero-actions .button{font-size:.78rem;min-height:51px}.hero-actions .text-link{font-size:.73rem}.hero-note{margin-top:19px;font-size:.62rem}.hero-visual{width:100%;max-width:485px;margin:auto;min-height:380px}.home-illustration{width:100%;margin:0}.hero-orbit{width:345px;height:345px}.visual-label{top:0;right:27px;font-size:.58rem}.visual-tag--home{left:5px;bottom:70px;padding:12px 14px}.visual-tag--free{right:21px;top:84px;width:83px;height:85px}.visual-tag--free strong{font-size:1.8rem}.visual-tag--free span{font-size:.55rem}.visual-caption{right:38px;bottom:23px}.hero-bottom{font-size:.55rem;padding-block:18px;gap:10px}.hero-bottom>span:last-child{gap:15px;text-align:right;max-width:53%}.section{padding-block:62px}.section-heading{align-items:flex-start;flex-direction:column;gap:23px;margin-bottom:30px}.section-heading>p{max-width:460px;font-size:.85rem}.section-heading h2{font-size:2.6rem}.space-grid{gap:13px}.space-card{padding:22px 19px 26px}.space-icon{margin-bottom:28px;width:45px;height:45px}.space-icon svg{width:32px;height:32px}.space-card h3{font-size:.98rem}.space-card p{font-size:.67rem}.card-arrow{right:17px;top:24px}.section-footnote{font-size:.67rem;max-width:310px;margin:24px auto 0}.how-section .section-heading{margin-bottom:31px}.how-section .text-link{font-size:.75rem}.steps-grid{grid-template-columns:1fr;gap:27px}.step{padding-top:21px;padding-left:50px}.step-number{position:absolute;left:0;top:23px}.step h3{font-size:1.08rem;margin-bottom:9px}.step p{max-width:none;font-size:.82rem;line-height:1.8}.fit-section{padding-top:0}.fit-grid{grid-template-columns:1fr;gap:35px}.room-scene{height:360px;max-width:520px;width:100%;margin:auto}.room-badge{font-size:.61rem}.fit-copy h2{font-size:2.6rem}.fit-copy>p:not(.eyebrow){font-size:.88rem;max-width:520px}.amenity-tags{max-width:460px}.owner-section{padding-top:0}.owner-panel{grid-template-columns:1fr;padding:36px 29px;gap:40px;border-radius:16px}.owner-copy h2{font-size:2.6rem}.owner-copy>p:not(.eyebrow){max-width:390px;font-size:.86rem}.owner-copy .button{font-size:.72rem;gap:13px}.owner-features{gap:25px}.owner-features>div{gap:18px}.owner-features h3{font-size:1rem}.owner-features p{font-size:.79rem;max-width:400px}.faq-section{padding-top:0}.faq-grid{grid-template-columns:1fr;gap:31px}.faq-grid h2{font-size:2.6rem}.faq-grid>div>p:not(.eyebrow){margin-top:20px}.faq-list summary{font-size:.87rem;padding-block:21px}.faq-list details>p{font-size:.82rem;padding-right:15px}.closing-section{padding-block:58px}.closing-section h2{font-size:2.8rem}.closing-section p:not(.eyebrow){font-size:.8rem}.footer-main{grid-template-columns:1fr 1fr;padding-block:45px;gap:34px 25px}.footer-brand{grid-row:auto;grid-column:1/3}.footer-brand>p{margin-top:19px;font-size:.79rem}.footer-column:last-child{grid-column:auto}.footer-column h2{font-size:.76rem}.footer-column>a{font-size:.72rem}.footer-bottom{font-size:.6rem;line-height:1.8;flex-direction:column;gap:9px;padding-block:20px}.page-hero{padding:45px 0 37px}.page-hero h1{font-size:2.75rem}.page-hero .lead{font-size:.92rem}.page-grid{grid-template-columns:1fr;gap:24px}.content-card,.aside-card{padding:26px 23px}.prose{font-size:.91rem;line-height:1.85}.prose h2{font-size:1.5rem;margin-top:33px}.cards-grid{grid-template-columns:1fr;gap:18px}.download-grid{grid-template-columns:1fr;gap:21px}.download-card{padding:28px}.download-card h2{font-size:1.7rem}.form-field{margin-bottom:18px}.form-actions{gap:12px}.form-actions .button{width:100%}}
@media(max-width:380px){.container{width:calc(100% - 36px)}.hero h1{font-size:2.7rem}.hero-actions{gap:17px}.hero-visual{min-height:330px}.hero-orbit{width:280px;height:280px}.visual-label{right:8px;font-size:.53rem}.visual-tag--home{left:-2px;bottom:54px;font-size:.58rem;gap:7px;padding:10px}.visual-tag small{font-size:.49rem}.visual-tag--free{right:4px;top:70px;width:69px;height:73px}.visual-tag--free strong{font-size:1.45rem}.visual-caption{bottom:12px;right:23px;font-size:.54rem}.space-card{padding:20px 15px 23px}.space-card h3{font-size:.87rem}.space-card p{font-size:.59rem}.space-icon{width:39px;height:39px;margin-bottom:25px}.space-icon svg{width:29px;height:29px}.card-arrow{right:15px;font-size:1rem}.room-scene{height:302px}.room-badge{font-size:.53rem}.owner-panel{padding:31px 24px}.owner-copy .button{font-size:.65rem;padding-inline:15px}.closing-section h2{font-size:2.5rem}.footer-main{gap:30px 19px}.footer-column h2{font-size:.7rem}.footer-column>a{font-size:.67rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.button:hover,.space-card:hover,.text-link:hover span{transform:none}}
/* Functional page details. */
.button--danger{background:#984832;color:#fff}.button--danger:hover{background:#7f3927;box-shadow:0 5px 15px #98483220}.notice{display:block}.form-field input[type=checkbox],.form-field input[type=radio]{accent-color:var(--green);width:16px;height:16px;vertical-align:middle;margin:0 6px 3px 0}.form-field label:has(input[type=checkbox]){font-weight:400;color:#64775a;font-size:.8rem;line-height:1.75}.content-card form+p{margin-top:24px}.aside-card .link-list{margin-bottom:24px}.aside-card h3{margin-top:25px;margin-bottom:10px}.aside-card.prose h2{margin-top:0}.page-grid+.prose{margin-top:32px}.prose table{width:100%;border-collapse:collapse;font-size:.83rem}.prose th,.prose td{padding:12px;text-align:left;border:1px solid var(--line);vertical-align:top}.prose th{background:#edf1e3;color:var(--ink)}
