:root{color-scheme:light;--shell-bg: #f2f2f2;--stage-bg: #f0f0f0;--panel-bg: #ffffff;--panel-border: rgba(26, 26, 26, .14);--panel-line: rgba(26, 26, 26, .16);--text-main: #1a1a1a;--text-secondary: #555555;--text-soft: #6d6d6d;--brand-orange: #ff914d;--brand-orange-strong: #ff7e2e;--brand-orange-soft: #fff6ee;--shadow-soft: 4px 7px 32px rgba(0, 0, 0, .16);--config-column-width: 435px}.debug-page{display:grid;grid-template-columns:minmax(0,1fr) 420px;min-height:100svh;background:#f4f5f2;color:#1a1a1a}.debug-viewer{position:relative;min-width:0;min-height:100svh;background:linear-gradient(180deg,#ffffffd1,#dbe1dd99),#e4e8e4}.debug-viewer .viewer{width:100%;height:100svh}.debug-panel{display:flex;flex-direction:column;gap:18px;min-height:100svh;max-height:100svh;padding:22px;overflow:auto;border-left:1px solid rgba(26,26,26,.16);background:#fbfbf8}.debug-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.debug-kicker{margin:0 0 6px;color:#706a60;font-size:12px;line-height:14px;font-weight:700;text-transform:uppercase}.debug-header h1,.debug-section h2{margin:0;font-size:22px;line-height:28px;letter-spacing:0}.debug-section h2{font-size:15px;line-height:19px}.debug-description,.debug-help,.debug-steps{margin:0;color:#5f5a52;font-size:12px;line-height:18px}.debug-description{margin-top:6px;max-width:250px}.debug-steps{padding-left:18px}.debug-steps li+li{margin-top:4px}.debug-back-link{flex:0 0 auto;color:#1a1a1a;font-size:13px;line-height:18px;font-weight:700;text-decoration:none}.debug-section{display:grid;gap:12px;padding:16px 0;border-top:1px solid rgba(26,26,26,.12)}.debug-collapsible{display:block}.debug-collapsible[open]{display:grid}.debug-section-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#1a1a1a;font-size:15px;line-height:19px;font-weight:700;cursor:pointer;list-style:none}.debug-section-summary::-webkit-details-marker{display:none}.debug-section-summary:after{content:"▾";color:#706a60;font-size:12px;transition:transform .18s ease}.debug-collapsible[open]>.debug-section-summary:after{transform:rotate(180deg)}.debug-collapsible>.debug-section-summary+*{margin-top:12px}.debug-summary{display:grid;gap:7px;margin:0}.debug-summary-row{display:grid;grid-template-columns:98px minmax(0,1fr);gap:10px;align-items:baseline}.debug-summary-row dt,.debug-summary-row dd{margin:0;font-size:12px;line-height:16px}.debug-summary-row dt{color:#706a60;font-weight:700}.debug-summary-row dd{min-width:0;color:#1a1a1a;overflow-wrap:anywhere}.debug-scenario-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.debug-scenario-button,.debug-action,.debug-toggle-button{min-height:42px;border:1px solid rgba(26,26,26,.24);border-radius:6px;background:#fff;color:#1a1a1a;font:inherit;cursor:pointer}.debug-scenario-button{display:grid;gap:4px;padding:10px;text-align:left}.debug-scenario-button span{font-size:13px;line-height:16px;font-weight:700}.debug-scenario-button small{color:#706a60;font-size:11px;line-height:14px}.debug-scenario-button.is-active,.debug-toggle-button.is-active,.debug-action-primary{border-color:#1a1a1a;background:#ffb061}.debug-toggle-button{width:100%;min-height:36px;padding:0 12px;font-size:13px;line-height:16px;font-weight:700;text-align:center}.debug-control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.debug-control{display:grid;gap:6px;min-width:0}.debug-control span{color:#4d4942;font-size:12px;line-height:15px;font-weight:700}.debug-control select,.debug-control input[type=number],.debug-control input[type=color]{width:100%;min-width:0;height:36px;border:1px solid rgba(26,26,26,.2);border-radius:6px;background:#fff;color:#1a1a1a;font:inherit}.debug-control select{padding:0 9px}.debug-control input[type=color]{padding:3px}.debug-control input[type=range]{width:100%;min-width:0;accent-color:#1a1a1a}.debug-control output{color:#706a60;font-size:12px;line-height:14px}.debug-action-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.debug-action{padding:0 12px;font-size:13px;line-height:16px;font-weight:700}.debug-export{min-height:180px;max-height:320px;margin:0;padding:12px;overflow:auto;border:1px solid rgba(26,26,26,.16);border-radius:6px;background:#1f2326;color:#f7f7f2;font-size:12px;line-height:17px;white-space:pre-wrap}.debug-copy-status{min-height:18px;margin:0;color:#706a60;font-size:12px;line-height:18px}@media (max-width: 980px){.debug-page{grid-template-columns:1fr}.debug-viewer,.debug-viewer .viewer{min-height:54svh;height:54svh}.debug-panel{min-height:auto;max-height:none;border-left:0;border-top:1px solid rgba(26,26,26,.16)}}@media (max-width: 640px){.debug-control-grid,.debug-scenario-grid,.debug-action-row{grid-template-columns:1fr}}*{box-sizing:border-box}html,body{min-height:100%;margin:0;background:var(--shell-bg);color:var(--text-main);font-family:Inter,SF Pro Text,PingFang SC,Helvetica Neue,Arial,sans-serif}button,input,textarea,select,a{font:inherit}button{border:none;background:none}#app{min-height:100vh}.app-shell{min-height:100vh;background:var(--shell-bg)}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:16px 72px;background:#fff;border-bottom:1px solid rgba(26,26,26,.04)}.site-logo{display:inline-flex;align-items:center;line-height:0}.site-logo-lockup{display:block;width:auto;height:50px;flex:0 0 auto;object-fit:contain}.site-contact{display:flex;align-items:center;white-space:nowrap}.site-contact-link{display:inline-flex;align-items:center;justify-content:flex-end;width:211px;height:20.02px;gap:0;color:#1a1a1a;font-size:24px;line-height:20px;font-weight:700;text-decoration:none}.site-contact-icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.site-contact-icon svg{width:16px;height:16px;display:block}.site-contact-icon img{width:20px;height:20px;display:block}.site-contact-number{margin-left:4px;font-size:24px;line-height:20px;color:#1a1a1a;font-weight:700}.site-stage{min-height:calc(100vh - 82px);display:grid;grid-template-columns:minmax(0,1fr) 435px;align-items:stretch;background:var(--stage-bg)}.viewer-scene{position:relative;min-height:calc(100vh - 82px);overflow:hidden;background:var(--stage-bg)}.viewer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;transition:opacity .24s ease,filter .24s ease}.viewer canvas{display:block;width:100%;height:100%}.viewer-scene-scrim{display:none}.viewer-scene.is-updating .viewer{opacity:.34;filter:saturate(.82)}.viewer-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center;justify-content:center;background:var(--stage-bg)}.viewer-loading.is-update{background:#f0f0f0bd;pointer-events:auto}.viewer-loading.is-error{background:#1a1a1ae0}.viewer-loading-card{position:absolute;top:50%;left:44.2%;width:310px;height:87px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:12px 32px 13px;border-radius:16px;background:#fff;transform:translate(-50%,-50%)}.viewer-loading-percent{min-height:22px;color:var(--text-main);font-size:18px;line-height:22px;font-weight:500}.viewer-loading-brand{display:grid;justify-items:center;gap:20px;transform:translateY(4px)}.viewer-loading-brand-lockup{height:50px;display:flex;align-items:center;overflow:hidden;border-radius:8px}.viewer-loading-house-logo{position:relative;width:140px;height:50px;flex:0 0 140px;overflow:hidden}.viewer-loading-house-logo img{position:absolute;width:110%;height:304.26%;left:-10.36%;top:-106.49%;max-width:none;object-fit:fill}.viewer-loading-wordmark-logo{width:105px;height:22px;flex:0 0 105px;display:block}.viewer-loading-error{width:min(420px,calc(100% - 48px));display:grid;gap:12px;padding:28px;border-radius:16px;background:#fffffff5;color:var(--text-main);box-shadow:0 20px 48px #00000038;text-align:center}.viewer-loading-error h2,.viewer-loading-error p{margin:0}.viewer-loading-error h2{font-size:24px;line-height:28px;font-weight:700}.viewer-loading-error p{font-size:14px;line-height:20px;color:var(--text-secondary)}.viewer-loading-retry{justify-self:center;min-width:144px;height:44px;padding:0 18px;border:0;border-radius:999px;background:var(--brand-orange);color:#1a1a1a;font-size:15px;font-weight:600;cursor:pointer}.viewer-loading-progress{width:246px;height:8px;padding:0;border-radius:999px;background:#f0f0f0;overflow:hidden}.viewer-loading-brand-progress{width:132px;background:#fff}.viewer-loading-progress-bar{display:block;width:100%;height:100%;border-radius:999px;background:var(--brand-orange);transform-origin:left center;transform:scaleX(.02);transition:transform .22s ease}.viewer-loading-caption{min-height:19px;color:#999;font-size:16px;line-height:19px;font-weight:500}.scene-legal{position:absolute;left:32px;bottom:24px;z-index:3;display:grid;gap:12px}.scene-links{display:flex;flex-wrap:wrap;gap:24px}.scene-link{display:inline-flex;align-items:center;gap:6px;padding:0;color:var(--text-main);font-size:16px;font-weight:500;cursor:pointer}.scene-link-icon{width:20px;height:20px;display:block}.scene-info-button{display:none;width:20px;height:20px;justify-content:center;gap:0;border:1px solid currentColor;border-radius:999px;font-size:14px;line-height:1;font-weight:700}.scene-footnote{margin:0;max-width:358px;color:#555;font-size:12px;line-height:16px;font-weight:500}.scene-footnote-copy{display:inline}.scene-footnote-mobile-copy,.scene-action-message{display:none}.scene-action-message{margin:0}.mobile-bottom-actions{display:none}.config-panel{margin:24px 32px 24px 0;width:403px;max-width:calc(100% - 24px);min-height:calc(100vh - 130px);max-height:calc(100vh - 130px);display:flex;flex-direction:column;gap:19px;justify-self:end}.config-panel.is-loading{position:relative;justify-content:flex-start;gap:16px}.config-panel.is-loading .config-scroll-frame{flex:1 1 auto;height:auto;min-height:0}.config-panel.is-loading .config-shell-loading{height:100%;min-height:0}.mobile-config-backdrop,.config-mobile-menu-header{display:none}.config-mobile-menu-title{margin:0}.config-scroll-frame{position:relative;width:379px;min-height:0;flex:1}.config-shell{width:379px;height:100%;min-height:0;max-height:none;padding:0;overflow-y:scroll;overflow-x:hidden;border-radius:8px;background:var(--panel-bg);box-shadow:var(--shadow-soft);overscroll-behavior:contain;scrollbar-width:none}.config-shell-scroll{width:100%;min-height:100%;padding:20px}.config-shell-loading{height:835px;flex:0 0 auto}.config-shell-scroll-loading{overflow:hidden}.config-loading-sections{display:grid;gap:24px}.config-section-loading{margin-bottom:0;box-shadow:none}.config-section-loading .config-section-toggle{padding-block:12px}.config-shell::-webkit-scrollbar{display:none}.config-scrollbar{position:absolute;top:16px;right:6px;width:6px;height:calc(100% - 32px);background:transparent;border-radius:999px;overflow:hidden}.config-scrollbar-thumb{display:block;width:6px;background:#00000014;border-radius:999px;transition:transform .12s ease}.config-shell-header{display:grid;gap:16px;margin-bottom:0}.config-shell-header h2{margin:0;font-size:22px;font-weight:600;line-height:26px;text-align:center}.config-design-heading{margin:24px 0 8px;font-size:20px;font-weight:500;color:var(--text-main)}.config-shell-divider{width:100%;height:1px;background:#1a1a1a24}.config-section{border:1px solid #1a1a1a;border-radius:4px;overflow:hidden;background:#fff;margin-bottom:24px}.config-section:last-child{margin-bottom:0}.config-section.is-open{display:grid;gap:24px;padding-bottom:24px;border-color:transparent;box-shadow:none;background:transparent}.config-section-toggle{width:100%;display:grid;grid-template-columns:12px 1fr 12px;align-items:center;gap:12px;min-height:48px;padding:12px 16px;color:var(--text-main);cursor:pointer;background:#fff}.config-section-toggle:before{content:"";display:block;width:12px;height:1px}.config-section-toggle:hover{background:var(--brand-orange-soft)}.config-section.is-open .config-section-toggle{background:var(--brand-orange);color:#fff}.config-section.is-open .config-section-toggle:hover{background:var(--brand-orange-strong)}.config-section-index{font-size:16px;font-weight:500}.config-section-title{font-size:20px;font-weight:500;text-align:center}.config-section-chevron{display:inline-flex;align-items:center;justify-content:flex-end;width:12px;height:8px;font-size:14px;font-weight:500;text-align:right;line-height:1;transition:transform .18s ease}.config-section.is-open .config-section-chevron{transform:rotate(180deg)}.config-section-body{display:grid;gap:24px;padding:0;border-top:1px solid rgba(26,26,26,.08)}.config-section.is-open .config-section-body{border-top:none}.config-field{display:grid;gap:6px}.config-label,.config-door-face{font-size:16px;font-weight:500;color:var(--text-main)}.config-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.config-count{font-size:16px;font-weight:500;color:var(--text-main)}.config-segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.config-segmented-five{grid-template-columns:repeat(5,minmax(0,1fr))}.config-segmented-compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.config-segmented-three{grid-template-columns:repeat(3,minmax(0,1fr))}.config-segmented-group{gap:6px;border:none;border-radius:0;overflow:visible}.config-segment,.config-floor-chip,.config-size-option,.config-door-toggle,.config-finish-card,.config-swatch,.config-cta{transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}.config-segment,.config-floor-chip{min-height:31px;padding:6px 10px;border-radius:2px;border:1px solid #999999;background:#fff;color:var(--text-main);font-size:16px;font-weight:300;cursor:pointer}.config-segmented-group .config-segment{border:1px solid #999999;border-radius:2px}.config-segmented-group .config-segment:last-child{border-right:1px solid #999999}.config-segment:hover:not(.is-active):not(:disabled),.config-floor-chip:hover:not(.is-active):not(.is-disabled):not(:disabled){background:var(--brand-orange-soft)}.config-segment.is-active,.config-floor-chip.is-active{border-color:var(--brand-orange);background:var(--brand-orange);color:#fff;font-weight:500}.config-size-list{display:flex;flex-direction:column;gap:2px}.config-size-option{display:flex;align-items:center;justify-content:space-between;gap:0;min-height:36px;padding:6px 8px;border:none;border-radius:4px;background:#fff;color:var(--text-main);cursor:pointer;text-align:left}.config-size-option-content{width:min(290px,calc(100% - 32px));min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.config-size-icons{width:89.5px;flex:0 0 89.5px;display:flex;align-items:center;gap:4px}.config-size-icon{display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;flex:0 0 auto}.config-size-icon-image{width:24px;height:24px;flex:0 0 24px;display:block;object-fit:contain}.config-size-option-label{min-width:0;font-size:16px;font-weight:400;color:var(--text-main);white-space:nowrap}.config-size-radio{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;border:1px solid rgba(26,26,26,.28)}.config-size-radio-dot{width:8px;height:8px;border-radius:999px;background:var(--brand-orange);opacity:0}.config-size-option.is-active .config-size-option-label{font-weight:400}.config-size-option.is-active{background:#fff7ef}.config-size-option.is-active .config-size-radio{border-color:var(--brand-orange)}.config-size-option.is-active .config-size-radio-dot{opacity:1}.config-swatch-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.config-swatch{width:100%;aspect-ratio:1 / 1;border-radius:2px;border:1px solid #999999;cursor:pointer}.config-swatch.is-active{border:2px solid var(--brand-orange);box-shadow:none}.config-floor-tabs{display:grid;grid-template-columns:minmax(72px,1.4fr) repeat(5,minmax(0,1fr));gap:0;border:1px solid #999999;border-radius:2px;overflow:hidden}.config-floor-tab{min-height:24px;padding:4px 6px;border:none;border-right:1px solid #999999;border-radius:0;font-size:13px}.config-floor-tab:last-child{border-right:none}.config-floor-chip.is-disabled{cursor:not-allowed;background:#f6f6f6;color:#a7a7a7}.config-door-layout{display:grid;grid-template-columns:109px 96px;align-items:center;justify-content:center;gap:24px}.config-door-diagram{position:relative;width:109px;height:91px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:none}.config-door-diagram-svg{display:block;width:100%;height:100%}.config-door-diagram-image{position:absolute;width:146.24%;height:121.13%;left:-24.06%;top:-18.78%;max-width:none;display:block}.config-door-copy{display:grid;gap:4px;color:var(--text-main);font-size:16px;line-height:20px;font-weight:300;width:96px}.config-door-rows{display:grid;gap:4px}.config-door-choice{display:grid;grid-template-columns:1fr;gap:4px}.config-door-face{font-size:16px;line-height:20px;font-weight:500}.config-door-toggle-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.config-door-toggle{height:31px;padding:6px 10px;border:1px solid #999999;border-radius:2px;background:#fff;color:var(--text-main);font-size:16px;line-height:19px;font-weight:300;cursor:pointer}.config-door-toggle:last-child{border-right:1px solid #999999}.config-door-toggle:hover:not(.is-active):not(:disabled){background:var(--brand-orange-soft)}.config-door-toggle.is-active{border-color:var(--brand-orange);background:var(--brand-orange);color:#fff;font-weight:500}.config-finish-grid{display:grid;gap:6px;justify-content:flex-start}.config-finish-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}.config-finish-grid-three{grid-template-columns:repeat(3,minmax(0,1fr))}.config-finish-card{position:relative;width:100%;min-width:0;aspect-ratio:1 / 1;padding:0;border-radius:2px;border:1px solid #999;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;cursor:pointer}.config-finish-card.is-active{border:2px solid var(--brand-orange);box-shadow:none}.config-finish-card:hover:not(.is-active){border-color:var(--brand-orange);box-shadow:none}.config-cta{min-height:48px;width:calc(100% - 24px);flex:0 0 auto;margin:0;border-radius:8px;background:var(--brand-orange);color:#fff;font-size:20px;font-weight:500;cursor:pointer}.config-cta:hover{background:var(--brand-orange-strong)}.config-cta.config-cta-loading,.config-cta.config-cta-loading:hover,.config-cta.config-cta-loading:disabled{flex:0 0 48px;background:#999;color:#fff;cursor:default;opacity:1}.quote-modal-backdrop{position:fixed;top:82px;right:var(--config-column-width);bottom:0;left:0;z-index:50;display:flex;align-items:flex-start;justify-content:center;padding:18px 0;overflow:hidden;background:transparent;overscroll-behavior:contain}.quote-modal-stage{--quote-modal-height: 914px;--quote-modal-width: 584px;position:relative;width:var(--quote-modal-width);height:var(--quote-modal-height);margin-left:0;flex:0 0 auto}.quote-modal-scroll{position:absolute;top:0;left:0;width:var(--quote-modal-width);height:var(--quote-modal-height);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:none}.quote-modal-scroll::-webkit-scrollbar{display:none}.quote-modal-scroll.is-success{overflow:hidden}.quote-modal-scrollbar{position:absolute;top:64px;left:calc(var(--quote-modal-width) - 10px);width:6px;height:calc(var(--quote-modal-height) - 64px);background:transparent;border-radius:32px;overflow:hidden}.quote-modal-scrollbar-thumb{display:block;width:100%;background:#f2f2f2;border-radius:32px;transform-origin:top left;transition:transform .12s ease}.quote-modal{width:var(--quote-modal-width);min-height:914px;max-width:none;max-height:none;display:flex;flex-direction:column;gap:16px;overflow:hidden;padding:24px 24px 16px;background:#fff;color:var(--text-main)}.quote-modal.is-success{width:458px;min-height:246px;gap:0;padding:32px}.quote-close{position:absolute;top:0;right:0;width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;color:var(--text-main);font-size:26px;line-height:1;cursor:pointer}.quote-modal.is-success .quote-close{color:#1a1a1a}.quote-title{margin:0 48px;text-align:center;font-size:20px;line-height:24px;font-weight:700}.quote-summary{display:grid;flex:0 0 auto;gap:24px;padding-bottom:16px;box-shadow:inset 0 -1px #d9d9d9}.quote-summary>.quote-summary-section{width:256px}.quote-summary-two{display:grid;grid-template-columns:repeat(2,minmax(0,256px));gap:24px;align-items:start}.quote-summary-section{display:grid;gap:8px;align-content:start}.quote-summary-section h3{margin:0;height:22px;font-size:18px;line-height:22px;font-weight:600}.quote-summary-two .quote-summary-section h3{height:19px;font-size:16px;line-height:19px}.quote-summary-section dl{display:grid;grid-template-columns:100px minmax(0,1fr);gap:8px 12px;align-content:start;margin:0;padding-top:8px;background-image:linear-gradient(#d9d9d9,#d9d9d9);background-position:top left;background-repeat:no-repeat;background-size:100% 1px}.quote-summary-section dt,.quote-summary-section dd{margin:0;font-size:16px;line-height:19px;white-space:nowrap}.quote-summary-section dt{font-weight:500}.quote-summary-section dd{min-width:0;font-weight:300;overflow-wrap:anywhere}.quote-form{display:flex;flex:1;min-height:0;flex-direction:column;gap:16px}.quote-form-grid{display:grid;flex:1;align-content:start;grid-template-columns:repeat(2,minmax(0,256px));gap:28px 24px}.quote-field{position:relative;display:grid;gap:6px;color:#2d2d2d}.quote-field-full{grid-column:1 / -1}.quote-label{font-size:16px;line-height:20px;font-weight:400}.quote-label span{color:#c0392b}.quote-field input,.quote-field select,.quote-field textarea{width:100%;border:1px solid #d9d9d9;border-radius:0;background:#fff;color:var(--text-main);font-size:16px;outline:none}.quote-field input:hover,.quote-field select:hover,.quote-field textarea:hover,.quote-field input:focus,.quote-field select:focus,.quote-field textarea:focus{border-color:#1a1a1a}.quote-field input,.quote-field select{height:32px;padding:4px 8px}.quote-state-control{position:relative}.quote-state-native{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.quote-state-trigger{width:100%;height:32px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 8px;border:1px solid #d9d9d9;border-radius:0;background:#fff;color:var(--text-main);font-size:16px;line-height:20px;text-align:left;outline:none;cursor:pointer}.quote-state-trigger:hover,.quote-state-trigger:focus-visible,.quote-state-control.is-open .quote-state-trigger{border-color:#1a1a1a}.quote-state-trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quote-state-caret{position:relative;width:12px;height:8px;flex:0 0 12px;transition:transform .18s ease}.quote-state-caret:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;margin:auto;background:#999;clip-path:polygon(0 0,100% 0,50% 100%)}.quote-state-trigger:hover .quote-state-caret:before,.quote-state-trigger:focus-visible .quote-state-caret:before,.quote-state-control.is-open .quote-state-caret:before{background:#1a1a1a}.quote-state-control.is-open .quote-state-caret{transform:rotate(180deg)}.quote-state-options{position:absolute;top:calc(100% - 1px);left:0;z-index:20;width:100%;display:none;gap:0;padding:4px 0;border:1px solid #999;background:#fff}.quote-state-control.is-open .quote-state-options{display:grid}.quote-state-option{min-height:32px;display:flex;align-items:center;padding:6px 8px;color:var(--text-main);font-size:16px;line-height:20px;font-weight:400;text-align:left;cursor:pointer}.quote-state-option.is-active,.quote-state-option:hover{background:#f4f4f4}.quote-state-radio{position:absolute;width:1px;height:1px;margin:-1px;opacity:0;pointer-events:none}.quote-field textarea{min-height:82px;max-height:82px;resize:none;padding:8px}.quote-field.has-error input,.quote-field.has-error select,.quote-field.has-error .quote-state-trigger,.quote-field.has-error textarea{border-color:#c0392b}.quote-field-error{position:absolute;top:calc(100% + 2px);left:0;color:#c0392b;font-size:12px;line-height:16px;white-space:nowrap;pointer-events:none}.quote-status{display:flex;flex:0 0 auto;align-items:center;gap:8px;color:#c0392b;font-size:14px;line-height:18px}.quote-turnstile-mount{display:flex;width:100%;justify-content:center}.quote-turnstile-mount.is-active{min-height:65px}.quote-turnstile-status{display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:10px;color:#555;font-size:13px;line-height:18px;text-align:center}.quote-turnstile-status.is-error{color:#c0392b}.quote-turnstile-retry{min-width:56px;height:28px;padding:0 12px;border:1px solid currentColor;border-radius:4px;color:inherit;background:transparent;font-size:13px;font-weight:500;cursor:pointer}.quote-status.is-success{color:#1e7f45}.quote-status-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 16px;border-radius:999px;border:1px solid currentColor;font-size:11px;font-weight:700}.quote-success{display:flex;flex:1;align-items:center;justify-content:center;min-height:181px}.quote-success-content{display:grid;justify-items:center;gap:32px}.quote-success-icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#2e7d32}.quote-success-check{width:24px;height:14px;display:block;border-left:5px solid #fff;border-bottom:5px solid #fff;transform:rotate(-45deg) translateY(-1px)}.quote-success-copy-block{display:grid;justify-items:center;gap:24px;width:394px;max-width:100%;text-align:center}.quote-success-title{margin:0;color:var(--text-main);font-size:20px;line-height:24px;font-weight:500;text-align:center}.quote-success-copy{margin:0;max-width:421px;color:var(--text-main);font-size:16px;line-height:20px;font-weight:400;text-align:center}.quote-success-back{display:none;align-items:center;justify-content:center;color:#1a1a1a;font-size:16px;line-height:20px;font-weight:500;cursor:pointer}.quote-actions{display:flex;flex:0 0 auto;justify-content:center}.quote-submit{width:177px;height:36px;padding:8px 32px;border-radius:4px;background:var(--brand-orange);color:#fff;font-size:16px;line-height:19px;font-weight:500;cursor:pointer}.quote-submit:disabled{background:var(--brand-orange-soft);color:#555;cursor:not-allowed;opacity:1}.config-cta:active,.config-segment:active,.config-floor-chip:active,.config-size-option:active,.config-door-toggle:active,.config-finish-card:active,.config-swatch:active{transform:translateY(1px)}@media (min-width: 1081px){#app,.app-shell{height:100vh;height:100dvh;min-height:0}.app-shell{overflow:hidden}.site-stage{height:calc(100vh - 82px);height:calc(100dvh - 82px);min-height:0;overflow:hidden}.viewer-scene{height:100%;min-height:0}.config-panel{height:calc(100vh - 130px);height:calc(100dvh - 130px);min-height:0;max-height:calc(100vh - 130px);max-height:calc(100dvh - 130px)}}@media (max-width: 1280px){:root{--config-column-width: 395px}.site-header{padding-inline:32px}.site-stage{grid-template-columns:minmax(0,1fr) 395px}.config-panel{margin-right:24px}.config-scroll-frame{width:calc(100% - 24px)}.config-shell{width:100%}.config-cta{width:calc(100% - 24px)}.quote-modal-backdrop{right:395px}}@media (max-width: 1080px){:root{--config-column-width: 0px}.site-stage{grid-template-columns:1fr}.viewer-scene{min-height:72vh}.viewer-loading-card{left:50%;transform:translate(-50%,-50%)}.config-panel{margin:0 16px 16px;width:auto;max-width:none;min-height:auto;max-height:none}.config-shell{width:100%;height:auto;max-width:none;min-height:auto;max-height:none;flex:none;overflow:visible}.config-scroll-frame,.config-cta{width:100%}.config-scroll-frame{flex:none}.config-scrollbar{display:none}.quote-modal-backdrop{top:0;right:0;padding:24px 16px;overflow-y:auto;justify-content:center}.quote-modal-stage{margin-left:0}}@media (max-width: 720px){:root{--mobile-header-height: 60px;--mobile-bottom-actions-height: 53px;--mobile-safe-bottom: env(safe-area-inset-bottom, 0px)}#app,.app-shell{min-height:100dvh}.site-header{position:relative;z-index:20;height:60px;padding:14px 20px;gap:12px;align-items:center;flex-direction:row;border-bottom:none}.site-logo-lockup{width:120px;height:32px}.site-contact-link{width:139px;height:20px;gap:0;font-size:16px;line-height:20px;font-weight:500}.site-contact-icon,.site-contact-icon img{width:16px;height:16px}.site-contact-number{font-size:16px;line-height:20px;font-weight:500}.site-stage{height:calc(100dvh - var(--mobile-header-height));min-height:0;padding-bottom:calc(var(--mobile-bottom-actions-height) + var(--mobile-safe-bottom));overflow:hidden}.viewer-scene{height:100%;min-height:0;overflow:hidden}.viewer-loading-card{top:45.7%;width:min(310px,calc(100vw - 32px));transform:translate(-50%,-50%)}.scene-legal{left:24px;right:auto;bottom:24px;display:flex;flex-direction:column;gap:12px;align-items:flex-start}.scene-links{order:2;gap:12px;flex-direction:row;align-items:flex-start}.scene-link{width:36px;height:36px;justify-content:center;gap:0;border:1px solid #e8e8e8;border-radius:999px;background:#fff;box-shadow:0 4px 3px #0000001a,0 2px 2px #0000001a}.scene-link span{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.scene-info-button span{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal}.scene-link-icon{width:16px;height:16px}.scene-info-button{display:inline-flex;width:36px;height:36px;font-size:16px}.scene-footnote-desktop-copy{display:none}.scene-footnote-mobile-copy{display:inline}.scene-footnote{display:none;order:1;max-width:min(312px,calc(100vw - 48px));padding:8px 12px;border-radius:8px;background:#fff;color:#2d2d2d;font-size:12px;line-height:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.scene-footnote.is-visible{display:block}.scene-action-message{position:absolute;left:96px;bottom:46px;z-index:4;width:101px;height:32px;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 12px;border-radius:8px;background:#fff;color:#2d2d2d;font-size:12px;line-height:16px;font-weight:400;white-space:nowrap;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.scene-action-message:after{content:"";width:8px;height:6px;flex:0 0 8px;background:currentColor;clip-path:polygon(35% 78%,0 44%,12% 31%,35% 54%,86% 4%,100% 18%)}.mobile-bottom-actions{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));height:calc(var(--mobile-bottom-actions-height) + var(--mobile-safe-bottom));min-height:0;padding-bottom:var(--mobile-safe-bottom)}.mobile-bottom-action{min-width:0;min-height:var(--mobile-bottom-actions-height);padding:16px 10px;font-size:clamp(16px,4.1vw,18px);line-height:21px;font-weight:600;text-align:center;white-space:nowrap;cursor:pointer}.mobile-bottom-action-design{background:var(--brand-orange);color:#fff}.mobile-bottom-action-quote{background:#fff;color:var(--text-main)}.mobile-bottom-action:disabled{opacity:1}.config-panel{display:none}.mobile-config-backdrop{position:fixed;top:60px;right:0;bottom:0;left:0;z-index:45;display:block;background:transparent}.config-panel.is-mobile-open{position:fixed;top:50svh;right:auto;bottom:0;left:50%;z-index:50;width:min(440px,100%);max-width:none;min-height:0;max-height:none;display:flex;gap:0;margin:0;padding:0 24px 24px;overflow:hidden;border-radius:8px 8px 0 0;background:#fff9;-webkit-backdrop-filter:none;backdrop-filter:none;transform:translate(-50%)}.config-panel.is-mobile-open .config-scroll-frame{height:100%;min-height:0}.config-panel.is-mobile-open .config-shell{height:100%;overflow-y:auto;background:transparent;box-shadow:none;border-radius:0}.config-panel.is-mobile-open .config-shell-scroll{padding:0 0 24px}.config-panel.is-mobile-open .config-mobile-menu-header{display:grid;min-height:56px;grid-template-columns:1fr;align-items:center;width:100%}.config-panel.is-mobile-open .config-mobile-menu-title{grid-column:1;margin:0;color:var(--text-main);font-size:20px;line-height:24px;font-weight:500;text-align:center}.config-panel.is-mobile-open .config-shell-header{display:none;margin-bottom:0}.config-panel.is-mobile-open .config-shell-header h2,.config-panel.is-mobile-open .config-shell-divider,.config-panel.is-mobile-open .config-design-heading{display:none}.config-panel.is-mobile-open .config-section{margin-bottom:24px;border-color:#1a1a1a}.config-panel.is-mobile-open .config-section.is-open{gap:16px;padding-bottom:16px;border:0;border-color:transparent}.config-panel.is-mobile-open .config-section-toggle{min-height:48px;grid-template-columns:24px 1fr 16px}.config-panel.is-mobile-open .config-section-title{font-size:20px;line-height:24px}.config-panel.is-mobile-open .config-field{gap:6px}.config-panel.is-mobile-open .config-section-body{gap:16px}.config-panel.is-mobile-open .config-segmented{gap:6px}.config-panel.is-mobile-open .config-segmented-group{gap:6px;border:none}.config-panel.is-mobile-open .config-segmented-group .config-segment{border:1px solid #999;border-radius:2px}.config-panel.is-mobile-open .config-segment{height:31px;min-height:31px;padding:6px 16px;line-height:19px;background:#f4f4f4}.config-panel.is-mobile-open .config-segmented-three .config-segment{padding:6px 8px;white-space:nowrap}.config-panel.is-mobile-open .config-segment.is-active,.config-panel.is-mobile-open .config-door-toggle.is-active,.config-panel.is-mobile-open .config-floor-chip.is-active{border-color:var(--brand-orange);background:var(--brand-orange);color:#fff;font-weight:500}.config-panel.is-mobile-open .config-size-list{gap:2px}.config-panel.is-mobile-open .config-size-field{gap:8px}.config-panel.is-mobile-open .config-size-option{min-height:36px;padding:6px 8px;background:transparent}.config-panel.is-mobile-open .config-size-option.is-active{background:#fff7ef}.config-panel.is-mobile-open .config-swatch-grid{gap:6px}.config-panel.is-mobile-open .config-cta{display:none}.config-panel.is-mobile-open .config-floor-tabs{grid-template-columns:88px repeat(5,minmax(0,1fr))}.config-panel.is-mobile-open .config-floor-tab{min-height:25px;padding:3px 8px;font-size:16px;line-height:19px;font-weight:400}.config-panel.is-mobile-open .config-door-opening-field{gap:0}.config-panel.is-mobile-open .config-door-opening-field .config-floor-tabs{margin-top:6px;margin-bottom:12px}.config-panel.is-mobile-open .config-door-opening-field .config-door-layout{margin-bottom:4px}.config-panel.is-mobile-open .config-finish-grid{display:flex;gap:6px;height:80px;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start}.config-panel.is-mobile-open .config-finish-grid::-webkit-scrollbar{display:none}.config-panel.is-mobile-open .config-finish-card{--mobile-finish-card-size: min(80px, calc((100vw - 96px)/4) );width:var(--mobile-finish-card-size);height:calc(var(--mobile-finish-card-size) - 1px);flex:0 0 var(--mobile-finish-card-size);aspect-ratio:auto}.config-finish-grid-four,.config-finish-grid-three{grid-template-columns:repeat(4,minmax(0,1fr))}.quote-modal-backdrop{top:0;right:0;bottom:0;left:0;z-index:80;padding:0;overflow:hidden;background:#fff}.quote-modal-stage{width:100%;height:100svh;margin-left:0}.quote-modal-scroll{position:relative;width:100%;height:100%;overflow-y:auto;transform:none}.quote-modal-scrollbar{display:none}.quote-modal{width:100%;min-height:100svh;gap:0;padding:0;overflow:visible}.quote-modal.is-success{min-height:100svh;padding:0}.quote-modal.is-success .quote-close{display:none}.quote-close{position:fixed;top:16px;right:24px;z-index:4;width:28px;height:28px;font-size:28px;font-weight:300}.quote-title{position:sticky;top:0;z-index:3;min-height:61px;display:flex;align-items:center;justify-content:center;margin:0;padding:16px 64px 17px 24px;border-bottom:1px solid #efefef;background:#fff;font-size:16px;line-height:24px;font-weight:700;text-align:center}.quote-summary{width:100%;display:grid;gap:12px;padding:16px 24px;background:#f9f9f9;box-shadow:none}.quote-summary>.quote-summary-section{width:100%}.quote-summary-two{display:grid;grid-template-columns:1fr;gap:12px}.quote-summary-section{gap:8px;padding-bottom:12px;border-bottom:1px solid #999}.quote-summary-two .quote-summary-section:last-child{padding-bottom:0;border-bottom:none}.quote-summary-section h3,.quote-summary-two .quote-summary-section h3{height:auto;font-size:14px;line-height:16.5px;font-weight:600}.quote-summary-section dl{grid-template-columns:minmax(108px,180px) minmax(0,1fr);gap:2px 0;padding-top:0;background-image:none}.quote-summary-section dt,.quote-summary-section dd{font-size:14px;line-height:18px;white-space:normal}.quote-summary-section dt,.quote-summary-section dd{font-weight:400}.quote-form{gap:24px;padding:32px 24px 24px}.quote-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 12px}.quote-field{min-width:0;gap:4px}.quote-label{font-size:14px;line-height:16.5px;font-weight:600}.quote-field input,.quote-field select,.quote-field textarea,.quote-state-trigger{border:1px solid #999;border-color:#999;border-radius:6px;font-size:14px;font-weight:600}.quote-field input,.quote-field select,.quote-state-trigger{height:40px;padding:0 12px}.quote-field textarea{min-height:80px;max-height:80px;padding:12px}.quote-field-error{top:calc(100% + 2px);margin-top:0;font-size:13px;line-height:16.5px;white-space:normal}.quote-state-trigger{line-height:18px}.quote-state-control.is-open .quote-state-trigger{border-radius:6px 6px 0 0}.quote-state-caret{width:10px;height:6px}.quote-state-options{z-index:5;gap:0;padding:4px 0;border:1px solid #999;border-top:0;border-radius:0 0 6px 6px}.quote-state-option{min-height:31px;margin:0;padding:6px 12px;font-size:14px;line-height:18px}.quote-state-option.is-active{background:#0000001f}.quote-modal input:not([type=hidden]):not([type=submit]):not([type=checkbox]):not([type=radio]),.quote-modal select,.quote-modal textarea,.quote-state-trigger{font-size:16px!important}.quote-status{justify-content:center;gap:4px;margin-top:-9px;font-size:14px;line-height:18px}.quote-turnstile-status{flex-wrap:wrap;gap:6px;padding:0 8px;font-size:13px;line-height:17px}.quote-actions{width:100%}.quote-submit{width:100%;height:48px;border-radius:8px;font-size:15px;line-height:18px}.quote-success{min-height:100svh;align-items:flex-start;justify-content:center;padding:clamp(208px,32.6svh,324px) 23px 0}.quote-success-content{gap:32px;transform:none}.quote-success-copy-block{gap:24px;width:min(394px,100%)}.quote-success-back{width:200px;height:40px;display:inline-flex;margin-top:4px;border:1px solid #1a1a1a;border-radius:8px;background:#fff}button,.site-contact-link,.quote-state-option{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:active,.site-contact-link:active,.quote-state-option:active{transform:none}button:focus,button:focus-visible,.site-contact-link:focus,.site-contact-link:focus-visible,.quote-state-option:focus,.quote-state-option:focus-visible{outline:none}.config-panel.is-mobile-open .config-section:not(.is-open) .config-section-toggle:hover{background:#fff;color:var(--text-main)}.config-panel.is-mobile-open .config-section.is-open .config-section-toggle:hover{background:var(--brand-orange);color:#fff}.config-panel.is-mobile-open .config-door-toggle:not(.is-active),.config-panel.is-mobile-open .config-floor-chip:not(.is-active){background:#f4f4f4}.config-panel.is-mobile-open .config-segment:hover:not(.is-active):not(:disabled),.config-panel.is-mobile-open .config-floor-chip:hover:not(.is-active):not(.is-disabled):not(:disabled),.config-panel.is-mobile-open .config-door-toggle:hover:not(.is-active):not(:disabled){background:#f4f4f4;color:var(--text-main)}.config-panel.is-mobile-open .config-size-option:hover:not(.is-active):not(:disabled){background:transparent}.config-panel.is-mobile-open .config-finish-card:hover:not(.is-active){border-color:#999;box-shadow:none}.quote-state-option:hover:not(.is-active){background:#fff}}
