/* A material-selection studio: the model stays in view, one decision at a time. */
:root{--studio:#f2f3ee;--ink:#214b3e;--muted:#68756d;--line:#dce2dc}
body{grid-template-rows:76px minmax(0,1fr) 66px}
.header{padding-inline:30px}.header-price{border-left:0;border-right:0;background:transparent;padding-right:0}.header-price #summary-price{font-size:25px;letter-spacing:-.04em}.header-price #summary-price-label{font-size:12px}.header-price #summary-delta{max-width:275px}
.workspace{grid-template-columns:minmax(0,1fr) 430px;grid-template-rows:64px minmax(0,1fr);grid-template-areas:'rail rail' 'drawing controls'}
.category-rail{flex-direction:row;align-items:stretch;justify-content:center;gap:0;padding:0 24px;border-right:0;border-block:1px solid var(--line);background:white;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}
.category-rail button{position:relative;flex-direction:row;gap:9px;min-height:62px;min-width:0;padding:12px 22px;font-size:14px;font-weight:500;white-space:nowrap;border:0;border-bottom:3px solid transparent;border-radius:0;background:none;color:var(--muted)}
.category-rail button.active{background:none;color:var(--ink);border:0;border-bottom:3px solid var(--ink)}.category-rail button:hover{background:#f3f6f1}.step-number{display:inline-grid;place-items:center;flex-shrink:0;width:24px;height:24px;border:1px solid #cdd6cc;border-radius:50%;font-size:12px;font-variant-numeric:tabular-nums}.active .step-number{background:var(--ink);border-color:var(--ink);color:white}
.config{padding:28px 28px 40px;border:0;border-left:1px solid var(--line);background:white;scroll-padding-top:24px}.category-panel{min-width:0}.panel-heading{padding-bottom:26px}.panel-heading .eyebrow{font-size:11px;letter-spacing:.17em;color:var(--accent);margin:0 0 9px}.panel-heading h2{font-size:29px;line-height:1.18;letter-spacing:-.025em;color:var(--ink)}.panel-intro{font-size:14px;line-height:1.65;color:var(--muted);margin:12px 0 0;max-width:38ch}
.design-stage,.custom-stage{background:var(--studio)}.stage-heading,.custom-stage .stage-heading{left:38px;right:30px;top:32px}.stage-heading h1,.custom-stage .stage-heading h1{font-size:40px;letter-spacing:-.04em}.stage-heading .eyebrow{font-size:11px;letter-spacing:.15em}.stage-heading h1 span{font-family:inherit;font-size:14px;letter-spacing:0;color:var(--muted);margin-top:9px}.model-tag{font-size:12px;max-width:200px;padding:7px 12px;background:#ffffffba;border-color:#d8ded6}.stage-tools,.custom-stage .stage-tools{left:25px;box-shadow:0 3px 16px #19312608}.view-switch,.custom-stage .view-switch{bottom:26px;border-radius:7px}.view-switch button,.custom-stage .view-switch button{border-radius:4px;font-size:14px;padding:11px 18px}.stage-bottom,.custom-stage .stage-bottom{left:30px;bottom:92px}.gesture-hint,.custom-stage .gesture-hint{background:transparent;color:var(--muted);font-size:12px}
.model-picker legend{display:none}.model-picker .choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.model-picker .choice-grid label{min-width:0}.model-picker .choice-grid label>span{min-height:205px;padding:12px;gap:6px;border-radius:6px;text-align:left;align-items:stretch;background:white}.model-picker .choice-grid label img{height:92px;object-fit:contain}.model-picker .choice-grid strong{font-family:Georgia,serif;font-size:27px;letter-spacing:-.025em}.model-picker .choice-grid b{font-size:13px;font-weight:500}.model-picker .choice-grid small{font-size:12px;line-height:1.45}.model-picker .choice-price{margin-top:auto!important;padding-top:6px;font-size:13px!important}.model-picker .custom-model-choice{grid-column:auto}.model-picker .custom-model-choice>span{justify-content:center;padding:18px!important;background:#f7f8f3}.model-picker input:checked+span{background:#f1f6ef;border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.model-picker .custom-model-choice strong{font-size:26px}
.choice-source{display:none!important}.visual-choices{margin:0 0 28px;padding:0;border:0;min-width:0}.visual-choices legend,.category-panel .section-body legend{font-size:15px;line-height:1.5;font-weight:600;margin-bottom:12px}.visual-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.visual-choice{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:5px;text-align:left;padding:13px;min-width:0;min-height:88px;background:white;color:var(--ink);border:1px solid #d6dfd3;border-radius:6px;cursor:pointer;transition:background-color .16s,border-color .16s}.visual-choice:hover{border-color:#739078;background:#fafcf7}.visual-choice[aria-pressed=true]{background:#f1f6ef;border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.visual-choice[aria-pressed=true]::after{content:'✓';position:absolute;right:9px;top:8px;display:grid;place-items:center;width:19px;height:19px;background:var(--ink);color:#fff;border-radius:50%;font-size:12px}.visual-choice:disabled{opacity:.49;cursor:not-allowed;background:#f7f7f4;box-shadow:none}.visual-choice strong{font-size:14px;font-weight:600;line-height:1.35;max-width:100%}.choice-description{font-size:13px;line-height:1.45;color:var(--muted)}.visual-price{font-size:12px;line-height:1.4;color:var(--ink);font-weight:500;margin-top:auto;padding-top:4px}.choice-visual{display:block;width:100%;height:102px;margin:0 0 5px;background:#f7f8f3;border-radius:3px;overflow:hidden}.choice-visual svg{width:100%;height:100%;display:block}.visual-choices .note{font-size:12px;margin-top:12px;line-height:1.5}
.color-choices .visual-choice-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.color-choices .visual-choice{padding:11px 6px;align-items:center;text-align:center;gap:9px;min-height:120px}.color-choices .visual-choice strong{font-size:12px;font-weight:500}.color-choices .visual-price{font-size:11px;line-height:1.3}.choice-chip{width:39px;height:39px;display:block;border-radius:50%;border:1px solid #00000016;box-shadow:inset 0 0 0 3px #ffffff18}.color-choices .visual-choice[aria-pressed=true]::after{width:16px;height:16px;font-size:10px;right:5px;top:5px}.wax-choices .visual-choice-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.wax-choices .visual-choice{padding-inline:3px}.wax-choices .choice-chip{width:35px;height:35px}.wax-choices .visual-choice strong{font-size:11px}.wax-choices .visual-price{font-size:10px}.detail-custom{padding:16px;border:1px solid var(--line);border-radius:5px;margin:-14px 0 26px;background:#f7f9f5}.detail-custom input[type=text],#custom-exterior input[type=text]{font-size:16px;min-height:44px;width:100%;border:1px solid var(--line);border-radius:4px;padding:10px}.detail-custom .field{margin-top:15px}.detail-custom .color-field{display:flex;justify-content:space-between;align-items:center;font-size:13px}.detail-custom input[type=color]{width:48px;height:42px;padding:3px;background:white;border:1px solid var(--line);border-radius:4px}
.door-choices .visual-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.door-choices .visual-choice{padding:10px}.door-choices .choice-visual{height:109px}.door-choices .choice-description{font-size:12px}.roof-choices .visual-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.roof-choices .visual-choice{padding:10px}.roof-choices .choice-visual{height:64px}.roof-choices .choice-description{font-size:12px}.wood-choices .choice-visual{height:91px}.wood-sample{display:block;height:100%;background-image:url('./assets/aspen-albedo.webp');background-size:cover;background-position:center}.aspen-sample{background-color:#e2cea8;background-blend-mode:multiply}.thermo-sample{background-color:#a5764c;background-blend-mode:multiply}.wood-choices .visual-choice{min-height:210px}
.category-panel .swatches{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.category-panel .swatches label{padding:10px 5px;border:1px solid var(--line);border-radius:6px;align-items:center;min-height:123px}.category-panel .swatches label:has(input:checked){background:#f1f6ef;border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.category-panel .swatch{width:42px;height:42px;border-width:1px;box-shadow:none}.swatches .option-price{font-size:11px;min-height:0}.category-panel .custom-choice{min-height:44px;padding-block:14px;margin-bottom:25px;font-size:14px}.category-panel .material-note{border:0;padding:0;background:none;font-size:13px;margin-bottom:24px;color:var(--muted)}.material-note strong{font-size:14px;font-weight:500}.category-panel .wax-preview{font-size:13px}.category-panel .color-note{font-size:12px;margin-bottom:28px;line-height:1.55}.category-panel .note{font-size:13px;color:var(--muted)}
.more-options{border-block-start:1px solid var(--line);margin:18px 0 24px;padding-top:4px;min-width:0}.more-options>summary{display:flex;justify-content:space-between;gap:12px;align-items:center;min-height:48px;padding:12px 0;list-style:none;font-size:14px;line-height:1.45;cursor:pointer;color:var(--ink);font-weight:500}.more-options>summary::-webkit-details-marker{display:none}.more-options>summary::after{content:'+';font-size:21px;font-weight:400}.more-options[open]>summary::after{content:'−'}.more-options>.field:first-of-type{margin-top:8px}.model-adjustments{margin-top:24px}.category-panel .model-adjustments #dimensions-section{margin:0;padding-top:0;border:0}.model-adjustments .section>summary{display:none}.mirror-controls{margin-top:18px;padding-top:15px}.mirror-controls h3{font-size:15px}.more-options .secondary-button{margin-block:6px;width:100%}.category-panel .toggle-row{min-height:57px;line-height:1.45;font-size:14px}.toggle-row>span:first-child small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.category-panel select{font-size:15px;height:46px;border-radius:4px}.category-panel .field{margin-top:20px}.category-panel .field>label{font-size:14px;margin-bottom:9px}
.heater-options{margin-bottom:20px}.heater-options button{border-radius:6px;padding:15px}.heater-options button[aria-pressed=true]{padding:14px;background:#f1f6ef}.heater-options strong{font-size:16px}.fit-note{font-size:13px;line-height:1.6;padding:14px 16px;background:#f0f5ed;border-left:3px solid #819b71;margin-block:16px}.fit-note.needs-check{background:#faf4e9;border-left-color:#b89357}.heater-card{margin:0;border:0;padding-top:0}.heater-card>strong{font-size:19px}.heater-card p,.heater-card a{font-size:13px;line-height:1.5}#inspect-heater{width:100%}
.selection-review{margin-bottom:28px;border-top:1px solid var(--line)}.review-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;padding:14px 0;border-bottom:1px solid var(--line)}.review-row>strong{font-size:14px;font-weight:600}.review-row>span{grid-column:1;grid-row:2;font-size:13px;line-height:1.5;color:var(--muted);overflow-wrap:anywhere}.review-row>button{grid-column:2;grid-row:1/3;align-self:center;min-width:44px;min-height:44px;border:0;background:none;color:var(--ink);font-size:13px;text-decoration:underline;text-underline-offset:3px}.estimate-heading{gap:8px}.estimate-total strong{font-family:Georgia,serif;font-size:37px}.estimate-status{font-size:12px;text-align:left}.quote-explainer{font-size:14px;line-height:1.65;color:var(--muted);margin:12px 0 20px}.save-share-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.save-share-actions button{min-width:0;font-size:13px;padding:10px}.category-panel .export-section{padding-top:0}.export-section>.primary-button{width:100%;font-size:16px;min-height:51px}.export-actions:empty,.customer-actions:empty{display:none}.export-section>.note{display:none}.reference-section{border-top:1px solid var(--line);padding-top:10px}.reference-section summary{font-size:13px}.workspace-footer{padding:10px 30px;gap:20px}.workspace-footer #next-category{min-width:235px;min-height:44px;border-radius:4px}.workspace-footer #step-caption{font-size:13px;letter-spacing:.025em}.workspace-footer #previous-category{border:0;background:none;font-size:14px}.workspace-footer button:disabled{opacity:.4}.primary-button{background:var(--ink);border-color:var(--ink)}.primary-button:hover,.workspace-footer #next-category:hover{background:#16382d}.toast{bottom:80px}
.more-options:not([open])>summary::after{content:'+'}.more-windows{margin:14px 0 0}.more-windows .visual-choice-grid{margin-block:8px 14px}.category-panel .more-options:not([open])>summary{color:var(--ink)}
button:focus-visible,summary:focus-visible,.model-picker label:has(input:focus-visible)>span,.swatches label:has(input:focus-visible){outline:3px solid #bb7c4f;outline-offset:3px}input,button,select{accent-color:var(--ink)}
@media(min-width:1650px){.workspace{grid-template-columns:minmax(0,1fr) 470px}.config{padding:32px 36px}.model-picker .choice-grid label img{height:113px}.model-picker .choice-grid label>span{min-height:229px}.choice-visual{height:112px}}
@media(min-width:761px) and (max-width:1100px){.workspace{grid-template-columns:minmax(0,1fr) 370px}.config{padding:24px 20px}.category-rail{padding:0 10px;justify-content:flex-start}.category-rail button{padding-inline:13px;font-size:13px}.stage-heading,.custom-stage .stage-heading{left:24px;top:25px}.stage-heading h1{font-size:34px}.panel-heading h2{font-size:26px}.header-price #summary-delta{display:none}.header-right{gap:15px}.model-picker .choice-grid label>span{padding:10px;min-height:196px}.model-picker .choice-grid label img{height:85px}.wax-choices .visual-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wax-choices .visual-choice strong,.wax-choices .visual-price{font-size:12px}.color-choices .visual-price{font-size:11px}.stage-tools{left:14px}}
@media(max-width:760px){
 body{grid-template-rows:65px minmax(0,1fr) 61px;min-height:520px}.header{padding:0 16px;gap:8px}.brand{font-size:14px}.brand-sub{display:none}.brand-mark{font-size:34px}.header-right{gap:0}.header-price{padding:6px 0;background:none;border:0}.header-price #summary-price{font-size:23px}.header-price #summary-price-label{font-size:10px}.header-price #summary-delta{display:none}
 .workspace{grid-template-columns:1fr;grid-template-rows:54px minmax(190px,33%) minmax(0,1fr);grid-template-areas:'rail' 'drawing' 'controls'}.category-rail{justify-content:flex-start;padding:0 8px;gap:0;scrollbar-width:none}.category-rail button{flex-direction:row;min-height:52px;min-width:0;padding:8px 12px;font-size:12px;gap:7px}.step-number{width:21px;height:21px;font-size:11px}.config{padding:22px 20px 30px;border:0;border-top:1px solid var(--line);scroll-padding-top:15px}.panel-heading{padding-bottom:21px}.panel-heading .eyebrow{display:block;font-size:10px;margin-bottom:6px}.panel-heading h2{font-size:27px}.panel-intro{font-size:14px;line-height:1.55;margin-top:9px}.stage-heading,.custom-stage .stage-heading{left:20px;top:15px;right:20px}.stage-heading h1,.custom-stage .stage-heading h1{font-size:28px}.stage-heading h1 span,.custom-stage .stage-heading h1 span{display:inline;font-size:12px;margin-left:9px}.stage-heading .eyebrow,.model-tag{display:none}.view-switch,.custom-stage .view-switch{bottom:10px;padding:3px}.view-switch button,.custom-stage .view-switch button{font-size:12px;padding:8px 13px}.stage-tools,.custom-stage .stage-tools{left:auto;right:10px;top:42%}.stage-tools button{width:32px;height:32px}.stage-bottom{display:none!important}
 .model-picker .choice-grid{grid-template-columns:1fr 1fr;gap:10px}.model-picker .choice-grid label>span{min-height:191px;padding:11px}.model-picker .choice-grid label img{height:84px}.model-picker .choice-grid strong{font-family:Georgia,serif;font-size:26px}.model-picker .custom-model-choice{grid-column:auto}.model-picker .custom-model-choice>span{padding:17px!important}.model-picker .choice-grid b{font-size:13px}.model-picker .choice-grid small{font-size:12px}.choice-visual{height:92px}.visual-choice strong{font-size:14px}.visual-choices legend{font-size:15px}.color-choices .visual-choice strong{font-size:12px}.color-choices .visual-price{font-size:11px}.wax-choices .visual-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wax-choices .visual-choice{padding:10px 5px;min-height:116px}.wax-choices .choice-chip{width:38px;height:38px}.wax-choices .visual-choice strong,.wax-choices .visual-price{font-size:12px}.door-choices .visual-choice,.roof-choices .visual-choice{padding:9px}.door-choices .choice-description,.roof-choices .choice-description{font-size:12px}.visual-choices{margin-bottom:25px}.wood-choices .visual-choice{min-height:209px}.category-panel select{font-size:16px}.more-options>summary{font-size:14px;min-height:48px}.save-share-actions{grid-template-columns:1fr 1fr}.workspace-footer{padding:8px 16px;gap:8px}.workspace-footer #next-category{min-width:0;min-height:44px;font-size:14px;flex:1;max-width:245px;padding:10px 15px}.workspace-footer #previous-category{font-size:13px;padding:10px 0}.workspace-footer #step-caption{display:none}.toast{bottom:75px}.heater-options{grid-template-columns:1fr}.heater-options button{display:grid}.heater-options strong{grid-column:1/-1}.estimate-total strong{font-size:34px}
}
@media(max-width:360px){.header{padding-inline:12px}.brand{font-size:12px}.header-price #summary-price{font-size:21px}.config{padding-inline:16px}.color-choices .visual-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.door-choices .visual-choice-grid,.roof-choices .visual-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.door-choices .choice-visual{height:90px}}
@media(max-height:650px) and (min-width:761px){body{min-height:420px;grid-template-rows:60px minmax(0,1fr) 58px}.workspace{grid-template-rows:52px minmax(0,1fr)}.category-rail button{min-height:50px}.stage-heading h1{font-size:30px}.stage-bottom{display:none}}
@media(max-height:650px) and (max-width:760px){body{min-height:0;grid-template-rows:56px minmax(0,1fr) 56px}.workspace{grid-template-rows:48px minmax(108px,30%) minmax(0,1fr)}.category-rail button{min-height:46px}.stage-heading h1{font-size:21px}.stage-heading{top:10px}.stage-tools{display:none}.view-switch,.custom-stage .view-switch{bottom:4px}.view-switch button,.custom-stage .view-switch button{padding:5px 11px}.config{padding-top:17px}.plan-editor{padding-top:0}.plan-toolbar{display:none}.plan-feedback{display:none}.workspace-footer{padding-block:5px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}
.render-look-choices .visual-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.render-look-choices .visual-choice{padding:7px;min-height:0}
.render-look-choices .choice-visual{width:100%;height:auto;aspect-ratio:1}
.render-look-choices .choice-visual img{display:block;width:100%;height:100%;object-fit:contain;border-radius:3px}
.render-look-choices .visual-choice strong{font-size:12px;line-height:1.4;font-weight:500}
.render-look-choices .visual-price{font-size:11px;line-height:1.4;margin-top:auto}

.treatment-room-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:0 0 18px;padding:4px;border-radius:12px;background:#f0efeb}.treatment-room-tabs button{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-height:58px;padding:10px 12px;border:1px solid transparent;border-radius:9px;background:transparent;color:#655d54;text-align:left;font:inherit}.treatment-room-tabs button[aria-pressed="true"]{background:#fff;border-color:#d9cbbd;box-shadow:0 1px 4px #3026190b;color:#28241f}.treatment-room-tabs strong{font-size:.9rem}.treatment-room-tabs small{font-size:.8rem;font-weight:400}.treatment-room-tabs button:focus-visible{outline:2px solid #964c32;outline-offset:2px}.room-treatment [hidden]{display:none!important}
