.construction-journey{--journey-paper:#f7f2e9;--journey-ink:#17352b;--journey-muted:#69746f;--journey-line:#1c503e6b;--journey-green:#164f3c;--journey-accent:#d36336;isolation:isolate;color:var(--journey-ink);background:radial-gradient(circle at 12% 0%, #ffffffd1, transparent 34%), linear-gradient(135deg, #fbf8f2 0%, var(--journey-paper) 72%, #f1eadf 100%);border-radius:28px;margin-bottom:72px;padding:54px 34px 28px;position:relative;overflow:hidden;box-shadow:0 24px 70px #272d2812}.construction-journey__header>span{color:var(--journey-accent);letter-spacing:.13em;text-transform:uppercase;margin-bottom:17px;font-size:12px;font-weight:900;line-height:1;display:block}.construction-journey__header h2{letter-spacing:-.045em;max-width:1040px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,4.5vw,72px);font-weight:500;line-height:.98}.construction-journey__header p{max-width:780px;color:var(--journey-muted);margin:19px 0 0;font-size:15px;line-height:1.5}.construction-journey__stage-scroll{margin-top:38px}.construction-journey__stages{grid-template-columns:repeat(8,minmax(92px,1fr));min-width:0;display:grid;position:relative}.construction-journey__stages:after{content:"";z-index:0;background:var(--journey-line);pointer-events:none;height:1px;position:absolute;bottom:10px;left:6.25%;right:6.25%}.construction-journey__stage{z-index:1;min-width:0;min-height:88px;color:var(--journey-ink);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-content:start;justify-items:start;padding:0 10px 26px;display:grid;position:relative}.construction-journey__stage-number{color:#203f34;font-size:13px;font-weight:900;line-height:1;transition:color .2s}.construction-journey__stage-title{max-width:126px;margin-top:11px;font-size:12px;font-weight:800;line-height:1.2}.construction-journey__stage-node{z-index:2;background:var(--journey-paper);width:20px;height:20px;box-shadow:0 0 0 4px var(--journey-paper);border:2px solid #356a58;border-radius:50%;transition:border-color .2s,background .2s,box-shadow .2s;position:absolute;bottom:0;left:10px}.construction-journey__stage:hover .construction-journey__stage-number,.construction-journey__stage:focus-visible .construction-journey__stage-number,.construction-journey__stage.is-active .construction-journey__stage-number{color:var(--journey-accent)}.construction-journey__stage:focus-visible{outline:none}.construction-journey__stage:focus-visible .construction-journey__stage-node{box-shadow:0 0 0 4px var(--journey-paper), 0 0 0 7px #d3633657}.construction-journey__stage.is-active .construction-journey__stage-node{border-color:var(--journey-green);background:var(--journey-green);box-shadow:0 0 0 4px var(--journey-paper), 0 0 0 6px var(--journey-accent), 0 0 0 8px var(--journey-paper)}.construction-journey__panel{background:#ffffff7a;border:1px solid #2c4a3e1f;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:432px;margin-top:32px;animation:.38s cubic-bezier(.22,1,.36,1) journey-panel-in;display:grid;overflow:hidden}.construction-journey__details{min-width:0;padding:34px 48px 30px}.construction-journey__details h3{letter-spacing:-.035em;margin:0 0 23px;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,3vw,48px);font-weight:500;line-height:1}.construction-journey__steps{margin:0;padding:0;list-style:none}.construction-journey__steps li{border-bottom:1px solid #28493c1f;min-height:96px}.construction-journey__steps li:last-child{border-bottom:0}.construction-journey__step-button{width:100%;min-height:96px;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 12px 14px 0;transition:background-color .2s,transform .2s;display:grid}.construction-journey__step-button:hover{background:#2585500e;transform:translate(3px)}.construction-journey__step-button:focus-visible{outline:2px solid var(--journey-accent);outline-offset:3px}.construction-journey__step-icon{color:#fff;background:var(--journey-green);border-radius:50%;place-items:center;width:54px;height:54px;display:grid;box-shadow:0 12px 28px #164f3c29}.construction-journey__step-icon svg,.construction-journey__result-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:25px;height:25px}.construction-journey__step-copy{gap:6px;display:grid}.construction-journey__step-copy strong{font-size:15px;font-weight:850;line-height:1.25}.construction-journey__step-copy small{max-width:440px;color:var(--journey-muted);font-size:12px;line-height:1.45}.construction-journey__step-open{color:var(--solution-green,#258550);white-space:nowrap;align-items:center;gap:7px;font-size:11px;font-weight:850;line-height:1;display:inline-flex}.construction-journey__step-open>svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.construction-journey__media{background:#d9ded7;min-width:0;min-height:432px;margin:0;position:relative;overflow:hidden}.construction-journey__media:after{content:"";pointer-events:none;background:linear-gradient(#0000 45%,#0b251c33);position:absolute;inset:0}.construction-journey__media img{object-fit:cover;width:100%;height:100%;animation:.55s cubic-bezier(.22,1,.36,1) journey-image-in}.construction-journey__media figcaption{z-index:2;color:#fff;background:var(--solution-green,#258550);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:14px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:13px;width:min(330px,100% - 48px);min-height:94px;padding:17px 20px;display:grid;position:absolute;bottom:24px;right:24px;box-shadow:0 18px 42px #08231938}.construction-journey__result-icon{border:1px solid var(--journey-accent);width:46px;height:46px;color:var(--journey-accent);border-radius:50%;place-items:center;display:grid}.construction-journey__media figcaption span:last-child{gap:6px;display:grid}.construction-journey__media figcaption small{color:#e8885e;font-size:11px;font-weight:900;line-height:1}.construction-journey__media figcaption strong{font-size:15px;font-weight:700;line-height:1.35}.construction-journey__footer{align-items:center;gap:36px;padding-top:20px;display:flex}.construction-journey__footer a{color:#fff;background:var(--journey-accent);border-radius:13px;justify-content:center;align-items:center;min-width:258px;min-height:52px;padding:0 24px;font-size:13px;font-weight:900;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 15px 34px #d3633638}.construction-journey__footer a:hover,.construction-journey__footer a:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 19px 40px #d363364d}.construction-journey__documents-button{min-width:258px;min-height:52px;color:var(--solution-green,#258550);font:inherit;cursor:pointer;background:#25855013;border:1px solid #2585504d;border-radius:13px;justify-content:center;align-items:center;gap:10px;padding:0 24px;font-size:13px;font-weight:900;transition:border-color .2s,background-color .2s,transform .2s;display:inline-flex}.construction-journey__documents-button svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.construction-journey__documents-button:hover,.construction-journey__documents-button:focus-visible{border-color:var(--solution-green,#258550);background:#2585501f;outline:none;transform:translateY(-2px)}.construction-journey-quick-view{z-index:90;visibility:hidden;pointer-events:none;transition:visibility 0s linear .26s;position:fixed;inset:0}.construction-journey-quick-view.is-open{visibility:visible;pointer-events:auto;transition-delay:0s}.construction-journey-quick-view__backdrop{opacity:0;cursor:pointer;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0a1c1675;border:0;width:100%;height:100%;padding:0;transition:opacity .26s;position:absolute;inset:0}.construction-journey-quick-view.is-open .construction-journey-quick-view__backdrop{opacity:1}.construction-journey-quick-view__panel{color:#17352b;background:#fbf8f2;border:0;border-radius:24px 0 0 24px;outline:none;width:min(520px,100vw - 32px);padding:32px 38px 34px;transition:transform .26s cubic-bezier(.22,1,.36,1);position:absolute;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(104%);box-shadow:-28px 0 80px #0b281e2e}.construction-journey-quick-view.is-open .construction-journey-quick-view__panel{transform:translate(0)}.construction-journey-quick-view__panel.is-documents{width:min(880px,100vw - 32px);padding-left:46px;padding-right:46px}.construction-journey-quick-view__panel.is-documents .construction-journey-quick-view__topline{z-index:5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fbf8f2f5;margin:-32px -46px 0;padding:24px 46px 20px;position:sticky;top:-32px}.construction-journey-quick-view__topline{border-bottom:1px solid #254e3e21;justify-content:space-between;align-items:center;gap:20px;padding-bottom:24px;display:flex}.construction-journey-quick-view__topline>span{color:#69746f;letter-spacing:.08em;text-transform:uppercase;font-size:11px;font-weight:850;line-height:1}.construction-journey-quick-view__topline button{color:#17352b;min-height:38px;font:inherit;cursor:pointer;background:0 0;border:1px solid #254e3e38;border-radius:999px;padding:0 15px;font-size:11px;font-weight:850}.construction-journey-quick-view__topline button:hover,.construction-journey-quick-view__topline button:focus-visible{border-color:var(--solution-green,#258550);outline:none}.construction-journey-quick-view__icon{color:#fff;background:var(--solution-green,#258550);border-radius:50%;place-items:center;width:66px;height:66px;margin-top:38px;display:grid;box-shadow:0 16px 34px #25855033}.construction-journey-quick-view__icon svg,.construction-journey-quick-view__outcome svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:28px;height:28px}.construction-journey-quick-view__eyebrow{color:#d36336;letter-spacing:.1em;text-transform:uppercase;margin-top:28px;font-size:11px;font-weight:900;line-height:1;display:block}.construction-journey-quick-view h3{letter-spacing:-.038em;margin:13px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,50px);font-weight:500;line-height:.98}.construction-journey-quick-view__intro{color:#5e6b65;margin:19px 0 0;font-size:14px;line-height:1.55}.construction-journey-quick-view__facts{margin:34px 0 0}.construction-journey-quick-view__facts>div{border-top:1px solid #254e3e21;padding:21px 0}.construction-journey-quick-view__facts dt{color:#17352b;margin:0 0 8px;font-size:13px;font-weight:900}.construction-journey-quick-view__facts dd{color:#5e6b65;margin:0;font-size:13px;line-height:1.58}.construction-journey-quick-view__outcome{color:#fff;background:var(--solution-green,#258550);border-radius:16px;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:15px;margin-top:12px;padding:20px;display:grid}.construction-journey-quick-view__outcome>span{border:1px solid #fff9;border-radius:50%;place-items:center;width:46px;height:46px;display:grid}.construction-journey-quick-view__outcome div{gap:6px;display:grid}.construction-journey-quick-view__outcome small{color:#f4c0a9;letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:900}.construction-journey-quick-view__outcome strong{font-size:14px;line-height:1.4}.construction-journey-quick-view__return{color:#fff;width:100%;min-height:50px;font:inherit;cursor:pointer;background:#d36336;border:0;border-radius:13px;margin-top:18px;font-size:12px;font-weight:900}.construction-journey-quick-view__return:hover,.construction-journey-quick-view__return:focus-visible{outline-offset:3px;outline:3px solid #d3633640}.construction-documents>.construction-journey-quick-view__icon{width:72px;height:72px}.construction-documents>h3{max-width:690px}.construction-documents__notice{background:#d3633613;border-left:3px solid #d36336;border-radius:0 14px 14px 0;margin-top:30px;padding:21px 24px}.construction-documents__notice strong{font-size:14px;line-height:1.2;display:block}.construction-documents__notice p{color:#5e6b65;margin:8px 0 0;font-size:12px;line-height:1.55}.construction-documents__nav{flex-wrap:wrap;gap:8px;margin-top:26px;display:flex}.construction-documents__nav a{color:#365e4f;background:#ffffff75;border:1px solid #254e3e29;border-radius:999px;align-items:center;min-height:36px;padding:0 13px;font-size:10px;font-weight:850;display:inline-flex}.construction-documents__nav a:hover,.construction-documents__nav a:focus-visible{border-color:var(--solution-green,#258550);color:var(--solution-green,#258550);outline:none}.construction-documents__groups{margin-top:48px}.construction-documents__group{border-top:1px solid #254e3e29;padding-top:54px;scroll-margin-top:84px}.construction-documents__group:first-child{border-top:0;padding-top:0}.construction-documents__group+.construction-documents__group{margin-top:54px}.construction-documents__group>header{grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);align-items:end;column-gap:34px;display:grid}.construction-documents__group>header>span{color:#d36336;letter-spacing:.1em;text-transform:uppercase;grid-column:1/-1;margin-bottom:12px;font-size:10px;font-weight:900;line-height:1}.construction-documents__group h4{letter-spacing:-.03em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:500;line-height:1}.construction-documents__group>header p{color:#65716b;margin:0;font-size:12px;line-height:1.55}.construction-documents__items{margin-top:24px}.construction-documents__items article{border-top:1px solid #254e3e21;grid-template-columns:minmax(210px,.72fr) minmax(0,1.28fr);gap:32px;padding:24px 0;display:grid}.construction-documents__items h5{color:#17352b;margin:0;font-size:15px;line-height:1.35}.construction-documents__items dl{gap:13px;margin:0;display:grid}.construction-documents__items dl>div{grid-template-columns:92px minmax(0,1fr);gap:12px;display:grid}.construction-documents__items dt{color:var(--solution-green,#258550);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:900;line-height:1.45}.construction-documents__items dd{color:#5e6b65;margin:0;font-size:12px;line-height:1.55}.construction-documents__closing-note{color:#fff;background:var(--solution-green,#258550);border-radius:16px;grid-template-columns:50px minmax(0,1fr);align-items:start;gap:16px;margin-top:54px;padding:24px;display:grid}.construction-documents__closing-note>svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:30px;margin:2px auto 0}.construction-documents__closing-note p{gap:7px;margin:0;display:grid}.construction-documents__closing-note strong{font-size:14px}.construction-documents__closing-note span{color:#ffffffd1;font-size:12px;line-height:1.55}@keyframes journey-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes journey-image-in{0%{opacity:.72;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@media (max-width:1100px){.construction-journey{padding-inline:26px}.construction-journey__header h2{font-size:clamp(46px,6vw,64px)}.construction-journey__stage-scroll{scrollbar-width:thin;padding-bottom:8px;overflow-x:auto}.construction-journey__stages{grid-template-columns:repeat(8,126px);min-width:1008px}.construction-journey__panel{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.construction-journey__details{padding-inline:30px}.construction-journey__steps li{min-height:92px}.construction-journey__step-button{grid-template-columns:48px minmax(0,1fr) auto;gap:10px;min-height:92px;padding-right:8px}.construction-journey__step-icon{width:46px;height:46px}}@media (max-width:760px){.construction-journey{border-radius:22px;margin-bottom:46px;padding:34px 18px 20px}.construction-journey__header>span{margin-bottom:13px;font-size:10px}.construction-journey__header h2{font-size:clamp(38px,11vw,48px);line-height:.98}.construction-journey__header p{margin-top:14px;font-size:13px}.construction-journey__stage-scroll{margin-top:28px;margin-right:-18px;padding-right:18px}.construction-journey__stages{grid-template-columns:repeat(8,112px);min-width:896px}.construction-journey__stage{min-height:80px;padding-inline:8px}.construction-journey__stage-node{left:8px}.construction-journey__panel{border-radius:16px;grid-template-columns:1fr;min-height:0;margin-top:26px}.construction-journey__details{padding:26px 20px 20px}.construction-journey__details h3{margin-bottom:18px;font-size:37px}.construction-journey__steps li{min-height:90px}.construction-journey__step-button{grid-template-columns:44px minmax(0,1fr) 24px;min-height:90px;padding-block:12px}.construction-journey__step-icon{width:42px;height:42px}.construction-journey__step-icon svg{width:21px;height:21px}.construction-journey__step-copy strong{font-size:13px}.construction-journey__step-copy small{font-size:11px}.construction-journey__step-open>span{display:none}.construction-journey__media{min-height:300px}.construction-journey__media figcaption{width:calc(100% - 28px);bottom:14px;right:14px}.construction-journey__footer{flex-direction:column;align-items:stretch;gap:12px;padding-top:16px}.construction-journey__footer a,.construction-journey__documents-button{width:100%;min-width:0;min-height:50px}.construction-journey-quick-view__panel{border-radius:20px 0 0 20px;width:calc(100vw - 12px);padding:24px 22px 26px}.construction-journey-quick-view__panel.is-documents{width:calc(100vw - 8px);padding-left:20px;padding-right:20px}.construction-journey-quick-view__panel.is-documents .construction-journey-quick-view__topline{margin:-24px -20px 0;padding:18px 20px 16px;top:-24px}.construction-journey-quick-view__icon{margin-top:30px}.construction-journey-quick-view h3{font-size:38px}.construction-documents__group>header,.construction-documents__items article{grid-template-columns:1fr;gap:14px}.construction-documents__group h4{font-size:29px}.construction-documents__items dl>div{grid-template-columns:78px minmax(0,1fr);gap:10px}}@media (prefers-reduced-motion:reduce){.construction-journey__panel,.construction-journey__media img,.construction-journey__footer a,.construction-journey__documents-button,.construction-journey__step-button,.construction-journey__stage-node,.construction-journey__stage-number,.construction-journey-quick-view,.construction-journey-quick-view__backdrop,.construction-journey-quick-view__panel{transition:none;animation:none}}
.house-fit{color:#122019;background:#fff;border:1px solid #1f48331a;border-radius:26px;margin:0 0 72px;overflow:hidden;box-shadow:0 24px 70px #141f1b14}.house-fit button,.house-fit a{font:inherit}.house-fit__stage{grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr);min-height:660px;display:grid}.house-fit__house{--house-fit-image:none;color:#fff;background:linear-gradient(90deg, #06160fdb 0%, #06160f9e 46%, #06160f1f 100%), linear-gradient(0deg, #06120c94, transparent 54%), var(--house-fit-image) center / cover no-repeat, #153426;min-width:0;padding:clamp(36px,4vw,64px);display:flex;position:relative;overflow:hidden}.house-fit__house:after{content:"";pointer-events:none;background:linear-gradient(145deg,#ffffff14,#0000 38%);position:absolute;inset:0}.house-fit__house-copy{z-index:1;flex-direction:column;justify-content:flex-end;max-width:590px;display:flex;position:relative}.house-fit__current{letter-spacing:.02em;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#144b31a8;border:1px solid #ffffff38;border-radius:999px;align-self:flex-start;margin-bottom:auto;padding:9px 13px;font-size:12px;font-weight:800}.house-fit__house h2{color:#fff;letter-spacing:-.045em;max-width:540px;margin:110px 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,4.8vw,74px);font-weight:400;line-height:.98}.house-fit__house-copy>p{color:#ffffffdb;max-width:560px;margin:0 0 34px;font-size:clamp(15px,1.25vw,18px);line-height:1.55}.house-fit__facts{border-top:1px solid #ffffff3d;flex-wrap:wrap;gap:16px 28px;margin:0;padding:22px 0 0;display:flex}.house-fit__facts div{flex-direction:column-reverse;gap:4px;display:flex}.house-fit__facts dt{color:#ffffff94;font-size:11px}.house-fit__facts dd{color:#fff;margin:0;font-size:clamp(16px,1.5vw,21px);font-weight:800}.house-fit__workspace{background:radial-gradient(circle at 90% 5%,#cae1d361,#0000 32%),#fbfcfb;min-width:0;padding:clamp(34px,4vw,58px)}.house-fit__question,.house-fit__result{flex-direction:column;height:100%;animation:.32s both house-fit-enter;display:flex}.house-fit__progress-copy{color:#476052;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:12px;font-weight:800;display:flex}.house-fit__progress-copy small{color:#849188;font-weight:600}.house-fit__progress{background:#dce5df;border-radius:999px;width:100%;height:3px;margin-bottom:32px;overflow:hidden}.house-fit__progress span{border-radius:inherit;background:#23794a;height:100%;transition:width .35s;display:block}.house-fit__eyebrow{color:#23794a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:11px;font-size:11px;font-weight:900}.house-fit__workspace h3{color:#16221c;letter-spacing:-.035em;max-width:600px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(30px,3vw,44px);font-weight:400;line-height:1.08}.house-fit__hint{color:#6b786f;max-width:600px;margin:14px 0 28px;font-size:14px;line-height:1.55}.house-fit__options{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.house-fit__options--bedrooms{grid-template-columns:repeat(3,minmax(0,1fr))}.house-fit__options--features{grid-template-columns:repeat(2,minmax(0,1fr))}.house-fit__option{color:#26372e;text-align:left;cursor:pointer;background:#ffffffd1;border:1px solid #dce4df;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;min-height:64px;padding:14px 46px 14px 17px;transition:border-color .2s,background .2s,color .2s,transform .2s;display:flex;position:relative}.house-fit__option:after{content:"";border:1px solid #b9c7bf;border-radius:50%;width:18px;height:18px;position:absolute;top:50%;right:17px;transform:translateY(-50%)}.house-fit__option:hover{border-color:#9fb8a8;transform:translateY(-1px)}.house-fit__option.is-selected{color:#1d6f42;background:#f1f8f4;border-color:#2a7d4e;box-shadow:inset 0 0 0 1px #2a7d4e14}.house-fit__option.is-selected:after{background:#fff;border:5px solid #2a7d4e}.house-fit__option span{font-size:14px;font-weight:800;line-height:1.3}.house-fit__option small{color:#819087;margin-top:4px;font-size:11px;line-height:1.3}.house-fit__styles{overscroll-behavior:contain;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;max-height:380px;padding-right:4px;display:grid;overflow-y:auto}.house-fit__style{color:#26372e;text-align:left;cursor:pointer;background:#ffffffdb;border:1px solid #dce4df;border-radius:12px;grid-template-columns:92px minmax(0,1fr);align-items:center;min-height:78px;padding:0;transition:border-color .2s,transform .2s,box-shadow .2s;display:grid;overflow:hidden}.house-fit__style:hover{transform:translateY(-1px)}.house-fit__style.is-selected{border-color:#2a7d4e;box-shadow:inset 0 0 0 1px #2a7d4e}.house-fit__style img{object-fit:cover;width:92px;height:100%;min-height:78px}.house-fit__style>span{flex-direction:column;gap:4px;padding:11px 12px;display:flex}.house-fit__style strong{font-size:13px}.house-fit__style small{color:#78867d;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.35;display:-webkit-box;overflow:hidden}.house-fit__actions,.house-fit__result-actions{justify-content:space-between;align-items:center;gap:14px;margin-top:auto;padding-top:28px;display:flex}.house-fit__secondary-actions{align-items:center;gap:8px;display:flex}.house-fit__back,.house-fit__next,.house-fit__request-primary{cursor:pointer;border-radius:12px;min-height:50px;padding:12px 20px}.house-fit__back{color:#526159;background:0 0;border:0;font-weight:800}.house-fit__request-now,.house-fit__reset{color:#23794a;cursor:pointer;background:0 0;border:0;padding:10px 12px;font-weight:800}.house-fit__request-now{text-underline-offset:5px;-webkit-text-decoration:underline #23794a47;text-decoration:underline #23794a47}.house-fit__next{color:#fff;background:#23794a;border:1px solid #23794a;justify-content:center;align-items:center;gap:34px;min-width:210px;font-weight:800;transition:background .2s,transform .2s,opacity .2s;display:inline-flex;box-shadow:0 14px 30px #23794a29}.house-fit__next:hover:not(:disabled){background:#1c673f;transform:translateY(-1px)}.house-fit__next:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.house-fit__request-primary{color:#fff;background:#23794a;border:1px solid #23794a;min-width:220px;font-weight:800;transition:background .2s,transform .2s;box-shadow:0 14px 30px #23794a29}.house-fit__request-primary:hover{background:#1c673f;transform:translateY(-1px)}.house-fit__back:focus-visible,.house-fit__next:focus-visible,.house-fit__request-now:focus-visible,.house-fit__request-primary:focus-visible,.house-fit__reset:focus-visible,.house-fit__option:focus-visible,.house-fit__style:focus-visible,.house-fit__alternative:focus-visible,.house-fit__style-result:focus-visible{outline-offset:3px;outline:3px solid #23794a59}.house-fit__result{justify-content:center}.house-fit__result>p{color:#66746c;max-width:620px;margin:14px 0 20px;font-size:14px;line-height:1.55}.house-fit__analysis{border-top:1px solid #dfe7e2}.house-fit__analysis-row{border-bottom:1px solid #dfe7e2;grid-template-columns:92px minmax(0,1fr);gap:16px;padding:14px 0;display:grid}.house-fit__analysis-row>span{color:#66746c;letter-spacing:.08em;text-transform:uppercase;align-self:start;padding-top:2px;font-size:10px;font-weight:900}.house-fit__analysis-row--matched>span{color:#23794a}.house-fit__analysis-row--different>span{color:#a55f30}.house-fit__analysis-row--pending>span{color:#6f7d75}.house-fit__analysis-row ul{gap:5px;margin:0;padding:0;list-style:none;display:grid}.house-fit__analysis-row li{color:#435149;padding-left:15px;font-size:12px;line-height:1.45;position:relative}.house-fit__analysis-row li:before{content:"";background:#8fa59a;border-radius:50%;width:5px;height:5px;position:absolute;top:.62em;left:0}.house-fit__analysis-row--matched li:before{background:#23794a}.house-fit__analysis-row--different li:before{background:#c77b47}.house-fit__style-result{border-top:1px solid #dfe7e2;border-bottom:1px solid #dfe7e2;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;min-height:126px;margin-top:16px;transition:background .2s;display:grid;overflow:hidden}.house-fit__style-result:hover{background:#f3f8f5}.house-fit__style-result img{object-fit:cover;border-radius:10px;width:132px;height:96px}.house-fit__style-result>span{flex-direction:column;gap:4px;display:flex}.house-fit__style-result small,.house-fit__style-result span span{color:#748179;font-size:11px}.house-fit__style-result strong{color:#20342a;font-family:Georgia,Times New Roman,serif;font-size:23px;font-weight:400}.house-fit__style-result b{color:#23794a;padding-right:8px;font-size:20px}.house-fit__result-actions{margin-top:0}.house-fit__reset{color:#6c7871;align-self:flex-start;margin-top:8px;font-size:12px}.house-fit__rail{background:#fff;border-top:1px solid #e1e8e4;grid-template-columns:minmax(240px,.72fr) minmax(210px,.55fr) minmax(520px,1.35fr);align-items:stretch;display:grid}.house-fit__answers,.house-fit__match,.house-fit__alternatives{min-width:0;padding:25px 28px}.house-fit__answers,.house-fit__match{border-right:1px solid #e1e8e4}.house-fit__answers>span,.house-fit__alternatives-heading span{color:#617168;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:900;display:block}.house-fit__answers>div{flex-wrap:wrap;gap:7px;display:flex}.house-fit__answers small{color:#23633f;background:#edf6f0;border-radius:999px;padding:7px 9px;font-size:10px;font-weight:800}.house-fit__answers p{color:#87938c;margin:0;font-size:12px;line-height:1.45}.house-fit__match{align-items:center;gap:13px;display:flex}.house-fit__match>span{color:#23794a;background:#eaf5ee;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.house-fit__match p{color:#5c6b63;margin:0;font-size:12px;line-height:1.5}.house-fit__match strong{color:#1f5537}.house-fit__alternative-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.house-fit__alternative{color:#28372f;grid-template-columns:82px minmax(0,1fr);align-items:start;gap:10px;min-width:0;transition:color .2s,transform .2s;display:grid}.house-fit__alternative:hover{color:#23794a;transform:translateY(-1px)}.house-fit__alternative img{object-fit:cover;border-radius:9px;width:82px;height:58px}.house-fit__alternative span{min-width:0}.house-fit__alternative strong,.house-fit__alternative small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.house-fit__alternative strong{margin-bottom:4px;font-size:13px}.house-fit__alternative small{color:#7e8a83;font-size:10px}.house-fit__alternative-copy{padding-top:2px}.house-fit__alternative-fit{color:#66756d;gap:3px;margin-top:8px;font-size:10px;line-height:1.35;display:grid}.house-fit__alternative-fit>span{display:block}.house-fit__alternative-fit b{color:#2c6845;font-weight:800}@keyframes house-fit-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1180px){.house-fit__stage{grid-template-columns:minmax(0,1fr) minmax(430px,.92fr)}.house-fit__rail{grid-template-columns:1fr 1fr}.house-fit__alternatives{border-top:1px solid #e1e8e4;grid-column:1/-1}.house-fit__match{border-right:0}}@media (max-width:960px){.house-fit__stage{grid-template-columns:1fr}.house-fit__house{min-height:560px}.house-fit__workspace{min-height:620px}}@media (max-width:680px){.house-fit{border-radius:20px;margin-bottom:48px}.house-fit__house{background:linear-gradient(0deg, #06160fe0 0%, #06160f59 68%, #06160f1f 100%), var(--house-fit-image) center / cover no-repeat, #153426;min-height:470px;padding:28px 22px}.house-fit__house h2{margin-top:80px;font-size:clamp(38px,12vw,54px)}.house-fit__house-copy>p{margin-bottom:24px}.house-fit__facts{gap:14px 22px}.house-fit__workspace{min-height:0;padding:30px 20px 24px}.house-fit__workspace h3{font-size:32px}.house-fit__options,.house-fit__options--bedrooms,.house-fit__options--features{grid-template-columns:1fr}.house-fit__styles{grid-template-columns:1fr;max-height:none;padding-right:0;overflow:visible}.house-fit__actions,.house-fit__result-actions{flex-direction:column-reverse;align-items:stretch}.house-fit__secondary-actions{justify-content:space-between}.house-fit__back,.house-fit__next,.house-fit__request-primary{width:100%}.house-fit__analysis-row{grid-template-columns:1fr;gap:7px}.house-fit__result-actions{flex-direction:column-reverse}.house-fit__reset{align-self:center}.house-fit__style-result{grid-template-columns:96px minmax(0,1fr) auto}.house-fit__style-result img{width:82px;height:82px}.house-fit__style-result span span{display:none}.house-fit__rail{grid-template-columns:1fr}.house-fit__answers,.house-fit__match,.house-fit__alternatives{border-right:0;padding:22px 20px}.house-fit__match,.house-fit__alternatives{border-top:1px solid #e1e8e4}.house-fit__alternatives{grid-column:auto}.house-fit__alternative-list{grid-template-columns:1fr;gap:14px}.house-fit__alternative{grid-template-columns:108px minmax(0,1fr)}.house-fit__alternative img{width:108px;height:72px}}@media (prefers-reduced-motion:reduce){.house-fit *,.house-fit :before,.house-fit :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
