@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--orange:#ed5e0c;--ink:#242b2a;--muted:#747d76;--line:#e1e5de;--cream:#f6f7f2;--radius:12px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{margin:0;color:var(--ink);font-family:Manrope,Arial,sans-serif;font-size:14px;background:#fff}button,input,select{font:inherit}button{cursor:pointer;color:inherit;border:0;background:none}button:disabled{opacity:.4;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #ef8e4d;outline-offset:4px}a{text-decoration:none;color:inherit}[hidden]{display:none!important}header{height:96px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;gap:24px}.brand img{width:270px;display:block}nav{display:flex;gap:34px;height:100%;align-items:center}nav a,nav button{font-size:13px;font-weight:700}nav a{height:100%;display:flex;align-items:center;border-bottom:2px solid var(--orange)}.version{font-size:10px;letter-spacing:1.3px;color:var(--muted);display:flex;gap:10px;align-items:center}i{width:7px;height:7px;background:#73936a;border-radius:50%;display:inline-block}main{max-width:1640px;margin:auto;padding:36px 4.5% 0}.intro{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.eyebrow{font-size:10px;font-weight:800;letter-spacing:1.8px;color:var(--orange)}h1{font-size:clamp(30px,3vw,43px);line-height:1.22;letter-spacing:-1.5px;margin:12px 0 15px}h1 em{font-style:normal;color:var(--orange)}.intro p{color:var(--muted);font-size:13px;margin:0;line-height:1.8}.intro-note{display:flex;gap:15px;align-items:center}.intro-note>span{font-size:48px;color:var(--orange)}.intro-note strong{display:block;font-size:14px;margin-bottom:7px}.intro-note p{font-size:12px}.steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:22px}.steps button{display:flex;align-items:center;gap:12px;padding:17px 15px;border:1px solid var(--line);border-radius:10px;text-align:left;min-height:80px;transition:background .15s,border-color .15s}.steps button>span{width:32px;height:32px;flex-shrink:0;border-radius:50%;background:#f0f2ec;display:grid;place-items:center;color:#89917f;font-size:11px;font-weight:800}.steps b{display:block;font-size:13px;margin-bottom:5px}.steps small{display:block;font-size:10px;color:var(--muted)}.steps button[aria-selected=true]{border-color:var(--orange);background:#fff6ee}.steps button[aria-selected=true]>span{background:var(--orange);color:white}.steps button:hover{background:#faf9f4}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 448px;gap:24px;align-items:start}.preview{position:sticky;top:20px;background:#edf0e9;min-height:560px;height:min(76vh,760px);border:1px solid #dfe4d9;border-radius:16px;overflow:hidden}.preview-top{position:absolute;top:25px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center;z-index:1;font-size:10px;font-weight:700;letter-spacing:1px;pointer-events:none}.preview-top i{margin-right:7px}.preview-top>span:last-child{font-size:10px;font-weight:500;letter-spacing:0;border:1px solid #d8ddd2;padding:8px 10px;border-radius:6px;background:#edf0e9cc}#scene{position:absolute;inset:0}canvas{display:block;width:100%;height:100%;touch-action:none}#loading{position:absolute;top:45%;left:10%;right:10%;text-align:center;color:#6c736b;line-height:1.8}.view-controls{position:absolute;left:22px;top:70px;display:flex;background:#fffffff0;border:1px solid #dfe4d7;padding:4px;border-radius:9px;align-items:center;gap:2px;box-shadow:0 3px 14px #24321a05}.view-controls button{height:36px;min-width:36px;font-size:11px;border-radius:6px}.view-controls button.active{color:var(--orange);background:#fff0e6;font-weight:800}.view-controls span{width:1px;background:var(--line);height:19px;margin:0 3px}.detail-button{position:absolute;left:24px;bottom:122px;border:1px solid #dfe4d7;background:#ffffffed;padding:10px 13px;border-radius:8px;font-size:11px;color:#526149}.dimension-chip{position:absolute;bottom:74px;left:50%;transform:translateX(-50%);background:#fffffff0;border:1px solid #dfe2da;border-radius:8px;padding:10px 16px;font-size:12px;white-space:nowrap}.preview-bottom{position:absolute;bottom:0;left:0;right:0;height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-top:1px solid #dde1d6;color:#798273;font-size:10px;background:#f0f2ebe8;gap:12px}.preview-bottom button{font-size:11px;font-weight:600;color:#485143;white-space:nowrap}.panel{border:1px solid var(--line);border-radius:16px;background:#fff;min-width:0;overflow:hidden}.panel-head{padding:28px 28px 22px;border-bottom:1px solid var(--line);background:linear-gradient(135deg,#fff,#fafaf5)}.panel-head h2{margin:10px 0;font-size:26px;letter-spacing:-.8px}.panel-head p{font-size:12px;color:var(--muted);margin:0;line-height:1.8}.pane{padding:25px 28px 28px;min-width:0;min-height:260px}.field-label,.section-label{font-size:13px;font-weight:650;display:flex;justify-content:space-between;align-items:center;gap:10px;margin:0 0 11px;line-height:1.5}.field-label:not(:first-child){margin-top:23px}.field-label output,.section-label span{font-size:12px;color:var(--muted);font-weight:500;white-space:nowrap}select{width:100%;height:50px;border:1px solid #dce2d5;background:#fafbf8;color:var(--ink);border-radius:9px;padding:0 12px;font-size:13px;cursor:pointer}h3{font-size:13px;margin:26px 0 13px;font-weight:800}.first-heading{margin-top:0}.color-heading{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:13px;font-weight:600;margin:24px 0 14px}.color-heading strong{font-size:12px;font-weight:600;color:var(--orange)}.swatches{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.swatch{height:85px;border-radius:10px;border:1px solid #00000018;position:relative;display:flex;align-items:flex-end;justify-content:center;padding:0;overflow:hidden;transition:transform .15s}.swatch:hover{transform:translateY(-2px)}.swatch-label{font-size:11px;font-weight:600;width:100%;padding:9px 3px;background:#fffffff2;color:#42493e;position:relative;z-index:1}.swatch[aria-pressed=true]{outline:2px solid var(--orange);outline-offset:3px}.swatch[aria-pressed=true]:after{content:'✓';position:absolute;top:7px;right:7px;width:20px;height:20px;border-radius:50%;background:var(--orange);color:white;font-size:12px;display:grid;place-items:center}.choice-source{display:none}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.choice-grid button,.choice-stack button{border:1px solid var(--line);border-radius:10px;padding:10px;text-align:left;background:#fff;min-width:0}.choice-grid button[aria-pressed=true],.choice-stack button[aria-pressed=true]{border:2px solid var(--orange);padding:9px;background:#fff8f0}.choice-grid b,.choice-stack b{display:block;font-size:12px;line-height:1.5;margin:10px 0 4px}.choice-grid small,.choice-stack small{display:block;font-size:10px;color:var(--muted);line-height:1.6}.sample{display:block;height:68px;border-radius:5px;background:#515962;position:relative;overflow:hidden;box-shadow:inset 0 0 18px #0002}.sample-seam{background:repeating-linear-gradient(90deg,#515b64 0 30px,#253139 30px 32px,#83909a 32px 34px,#263138 34px 36px,#7d8a94 36px 38px,#39434c 38px 41px)}.sample-t8{background:repeating-linear-gradient(90deg,#525d65 0 5px,#849099 6px 8px,#35424a 9px 11px,#626e76 12px 16px)}.sample-t14{background:repeating-linear-gradient(105deg,#535e66 0 7px,#8d969e 8px 12px,#344149 13px 17px,#626e76 18px 24px)}.sample-gate{background:repeating-linear-gradient(0deg,#53606b 0 16px,#24313c 17px 19px,#7c8790 20px 21px);border:5px solid #303b44;box-shadow:inset 0 0 8px #0004}.two-gates:after{content:'';position:absolute;left:48%;top:0;bottom:0;background:#303b44;width:8px}.sample-tile{background:repeating-linear-gradient(0deg,transparent 0 17px,#263741aa 18px 21px,transparent 22px 24px),repeating-linear-gradient(90deg,#52616b 0,#82919b 10px,#3a4652 17px,#52616b 24px)}.sample-flat{background:repeating-linear-gradient(0deg,#5c6872 0 17px,#8b969e 18px,#293740 20px,#5c6872 23px)}.roof-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.roof-choices button{padding:8px}.roof-choices button[aria-pressed=true]{padding:7px}.roof-choices b{font-size:10px}.roof-choices small{font-size:9px}.choice-stack{display:flex;flex-direction:column;gap:10px}.choice-stack button{padding:13px 16px;position:relative;padding-left:42px}.choice-stack button:before{content:'';position:absolute;left:15px;top:20px;width:14px;height:14px;border:1px solid #c9d0c0;border-radius:50%}.choice-stack button[aria-pressed=true]{padding:12px 15px 12px 41px}.choice-stack button[aria-pressed=true]:before{background:var(--orange);border:3px solid #fff;box-shadow:0 0 0 1px var(--orange)}.choice-stack b{margin:0 0 4px}.segmented{display:flex;border:1px solid var(--line);padding:4px;border-radius:9px;gap:4px}.segmented button{width:50%;padding:13px 10px;font-size:12px;border-radius:6px}.segmented button.active{background:#fff0e5;color:var(--orange);font-weight:700}.tip{background:var(--cream);border:1px solid #e9ecdf;border-radius:10px;padding:15px;margin:24px 0 0;font-size:11px;line-height:1.9;color:#7a836e}.finish-note{font-size:11px;color:#77836d;line-height:1.9;margin:15px 0}.outline,.primary,.save,.add-button{min-height:48px;border-radius:9px;padding:13px 17px;font-size:12px;font-weight:700}.outline{border:1px solid #dce1d4;background:#fff}.outline:hover{border-color:var(--orange);color:var(--orange)}.primary{background:var(--orange);color:#fff}.primary:hover{background:#d75105}.full{width:100%}.add-button{background:#fff1e5;color:#d95609;border:1px solid #f1d0b7;margin-top:20px}.add-button:hover{background:#ffe4cf}.step-navigation{display:flex;gap:12px;padding:20px 28px;border-top:1px solid var(--line);background:#fafbf7}.step-navigation .primary{flex:1}.step-navigation .outline{min-width:95px}.dimension-control{position:relative;margin:24px 0 34px}.dimension-control>label{display:flex;gap:10px;align-items:center;height:48px;font-size:14px;font-weight:600}.dimension-control>label span{color:#a1aa95;font-size:22px}.number-control{position:absolute;right:0;top:0;display:flex;align-items:center;border:1px solid #dce2d6;border-radius:8px;height:48px;background:#fbfcfa}.number-control button{height:44px;width:35px;font-size:18px;color:#77816c}.number-control input{width:48px;border:0;background:none;text-align:center;font-weight:700;font-size:15px;appearance:textfield;-moz-appearance:textfield}.number-control input::-webkit-inner-spin-button{appearance:none}.number-control>span{font-size:11px;margin-right:5px;color:#909983}input[type=range]{width:100%;accent-color:var(--orange);height:8px;cursor:pointer;margin:19px 0 12px}.range-labels{display:flex;justify-content:space-between;color:#8a9480;font-size:11px}.gate-size{margin-top:25px}.opening-list{display:flex;flex-direction:column;gap:8px;margin:20px 0}.opening-row{display:flex;border:1px solid var(--line);border-radius:9px;overflow:hidden}.opening-row.selected{border-color:var(--orange);background:#fff7ef}.opening-row>button:first-child{flex:1;text-align:left;padding:14px;font-size:12px}.opening-row small{display:block;color:#838d76;margin-top:6px;font-size:10px}.opening-row .remove{width:44px;font-size:23px;color:#a17c66}.opening-row .remove:hover{background:#fee4d7}#opening-message:empty{display:none}.summary{display:flex;align-items:center;justify-content:space-between;padding:28px 0;border-bottom:1px solid var(--line);gap:20px}.summary-title{display:flex;gap:12px;align-items:center}.summary-icon{font-size:30px;color:var(--orange);background:#fff3e9;border-radius:9px;width:44px;height:44px;text-align:center}.summary-title div span{display:block;font-size:9px;letter-spacing:1.3px;color:#89947c;margin-bottom:5px}.summary-title strong{font-size:13px}.stat>span{display:block;font-size:11px;color:#89947c;margin-bottom:7px}.stat strong{font-size:13px}.save{background:var(--ink);color:#fff}.below{display:flex;justify-content:space-between;gap:15px;padding:23px 0 35px;font-size:11px;color:#89947c}.below button{color:#758168;font-size:11px}footer{border-top:1px solid var(--line);margin:0 4.5%;padding:22px 0;display:flex;justify-content:space-between;color:#939d87;font-size:10px}dialog{max-width:500px;width:90%;padding:35px;border:1px solid var(--line);border-radius:16px;box-shadow:0 20px 100px #0003}dialog::backdrop{background:#1e261c66}dialog h2{font-size:24px}dialog p,dialog li{font-size:13px;line-height:1.9;color:#737c6a}dialog ol{padding-left:18px}#close-help{position:absolute;right:12px;top:8px;font-size:27px}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);padding:14px 22px;max-width:min(90vw,500px);background:#283025;color:white;box-shadow:0 8px 30px #0002;border-radius:10px;opacity:0;pointer-events:none;transition:.2s;font-size:12px;line-height:1.7;z-index:10}#toast.visible{opacity:1;transform:translate(-50%,0)}@media(max-width:1150px){main{padding:28px 3% 0}.workspace{grid-template-columns:minmax(0,1fr) 390px;gap:18px}.steps button{padding:13px 10px;gap:8px}.steps b{font-size:12px}.steps small{display:none}.steps button>span{width:28px;height:28px}.steps button{min-height:65px}.intro-note{display:none}.preview-top>span:last-child{display:none}.panel-head,.pane{padding-left:23px;padding-right:23px}.preview-bottom{font-size:9px;padding:0 16px}.stat:nth-of-type(4){display:none}.version{display:none}}@media(max-width:800px){header{height:76px;padding:0 4%}.brand img{width:205px}nav a{display:none}nav button{font-size:11px;padding:0}main{padding:24px 4% 0}.intro{margin-bottom:23px}h1{font-size:31px;letter-spacing:-1px}.intro p{font-size:12px}.workspace{display:flex;flex-direction:column;gap:18px}.preview{position:relative;top:0;width:100%;height:430px;min-height:0}.panel{width:100%;overflow:visible}.panel-head{border-radius:15px 15px 0 0}.steps{gap:5px}.steps button{flex-direction:column;justify-content:center;gap:8px;padding:10px 2px;text-align:center;min-height:82px}.steps b{font-size:10px;line-height:1.5;margin:0}.steps button>span{width:24px;height:24px;font-size:9px}.steps div{min-height:30px;display:flex;align-items:center}.steps small{display:none}.view-controls{left:16px;top:58px}.view-controls button{min-width:31px;height:34px;font-size:10px}.preview-top{top:20px;left:19px}.detail-button{left:16px;bottom:111px;padding:8px 11px;font-size:10px}.dimension-chip{font-size:10px;padding:9px 11px;bottom:67px}.preview-bottom{height:53px;font-size:8px}.preview-bottom button{font-size:10px}.panel-head h2{font-size:25px}.pane{padding:23px}.step-navigation{border-radius:0 0 15px 15px;padding:20px 23px}.summary{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:24px 0}.summary-title{grid-column:1/-1}.stat:nth-of-type(4){display:block;grid-column:1/-1}.save{grid-column:1/-1}.below{font-size:10px;line-height:1.7;flex-direction:column}.below button{text-align:left;padding:0}footer{font-size:9px}.swatch{height:88px}.roof-choices{gap:7px}.field-label{font-size:12px}.color-heading{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
#view-soffit,#view-gate-detail{margin-top:20px}
:root{color-scheme:only light}.swatch{background:#fff!important;isolation:isolate;forced-color-adjust:none}.swatch-color{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit;pointer-events:none;forced-color-adjust:none}.swatch-label{align-self:flex-end}.wall-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.wall-choices b{font-size:11px}.wall-choices small{font-size:9px}.sample-t17{background:repeating-linear-gradient(90deg,#5e6b75 0 13px,#a2afb8 14px 23px,#273740 24px 32px,#667680 33px 43px)}.sample-tilt{background:repeating-linear-gradient(90deg,#5d6972 0 5px,#83939d 6px 9px,#2c3b44 10px 12px,#5d6972 13px 19px);border:5px solid #303b44}.sample-tilt:after{content:'';width:19px;height:4px;background:#222;position:absolute;top:65%;left:calc(50% - 9px)}.first-note{margin-top:0}.validation-message{color:#ae4617;font-size:12px;line-height:1.7;background:#fff2e6;border-radius:8px;padding:12px}.validation-message:empty{display:none}#soffit-field .tip{margin-bottom:22px}#pane-gates h3{margin-top:25px}

/* Product previews retain their real proportions at every screen size. */
.opening-choices button{position:relative;overflow:hidden;padding:9px;transition:border-color .15s,box-shadow .15s}
.opening-choices button:hover:not(:disabled){border-color:var(--orange);box-shadow:0 4px 18px #2933230b}
.opening-choices button[aria-pressed=true]{padding:8px;box-shadow:0 0 0 2px #ff690b0c}
.opening-choices button[aria-pressed=true]:after{content:'✓';position:absolute;top:14px;right:14px;width:23px;height:23px;background:var(--orange);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:13px}
.product-image{display:block;aspect-ratio:4/3;background:#f1f2ed;border-radius:6px;overflow:hidden}
.product-image img{display:block;width:100%;height:100%;object-fit:contain;forced-color-adjust:none}
.opening-choices b{font-size:12px;margin:10px 4px 3px}.opening-choices small{margin:0 4px 5px;font-size:11px}
.door-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.door-choices .product-image{aspect-ratio:3/4}.door-choices b{font-size:11px}.door-choices small{font-size:10px}
.heading-detail{font-size:11px;color:var(--muted);font-weight:400;margin-left:8px}
.unavailable-label{display:none;font-size:10px;line-height:1.5;color:#805339;margin:8px 4px 2px}.opening-choices button:disabled{opacity:.6}.opening-choices button:disabled .unavailable-label{display:block}
@media(max-width:360px){.door-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.opening-choices b{font-size:11px}}
.placement-instruction{margin:0 0 22px;padding:15px;border:1px solid #f1d0b7;border-radius:10px;background:#fff6ec;color:#89552c;font-size:12px;line-height:1.8}.opening-choices button:not(:disabled){cursor:grab;user-select:none}.opening-choices button:active{cursor:grabbing}.opening-choices .product-image{touch-action:none}.opening-choices img{pointer-events:none}.opening-choices .unavailable-on-wall .unavailable-label{display:block}.placement-banner{position:absolute;z-index:4;left:20px;right:20px;bottom:110px;display:flex;justify-content:space-between;align-items:center;gap:15px;padding:15px 17px;background:#fffefaf5;border:1px solid #ced4c8;border-radius:12px;box-shadow:0 8px 30px #1726191a;pointer-events:none}.placement-banner strong,.placement-banner span{display:block}.placement-banner strong{font-size:13px;margin-bottom:6px}.placement-banner span{font-size:11px;line-height:1.6;color:#566252}.placement-banner button{pointer-events:auto;flex-shrink:0;padding:10px;border:1px solid #d7ddd2;border-radius:7px;background:white;font-size:11px}.placement-banner.valid{border-color:#24945a;background:#f4fff8f5}.placement-banner.invalid{border-color:#d95346;background:#fff5f2f5}.placement-banner.invalid span{color:#a03528}.placing .detail-button{display:none}#opening-sill-field{margin:20px 0}#move-opening{margin-top:12px}@media(max-width:800px){.placement-banner{left:10px;right:10px;bottom:105px;padding:10px;gap:6px}.placement-banner strong{font-size:11px}.placement-banner span{font-size:10px}.placement-banner button{font-size:10px;padding:8px}.placement-instruction{font-size:11px}}

.view-controls{max-width:calc(100% - 32px);flex-wrap:wrap}

.opening-popup{position:absolute;z-index:6;width:272px;max-width:calc(100% - 20px);padding:18px;background:#fff;border:1px solid #d8ded2;border-radius:13px;box-shadow:0 12px 38px #17261930}
.opening-popup>strong{display:block;padding-right:22px;font-size:13px;line-height:1.6}
.opening-popup>span{display:block;margin-top:5px;font-size:11px;color:var(--muted)}
.popup-close{position:absolute;right:4px;top:4px;width:36px;height:36px;font-size:24px;color:#74806c;border-radius:8px}
.popup-close:hover{background:#f0f2ec}.popup-actions{display:flex;gap:8px;margin-top:16px}
.popup-actions button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;flex:1;border:1px solid #dce2d6;border-radius:8px;background:#f8faf5;font-size:12px;font-weight:700}
.popup-actions svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.popup-actions .delete-opening{color:#bd2c25;background:#fff1ef;border-color:#f0c6c2}.popup-actions .delete-opening:hover{background:#ffe0dc}
.popup-actions button:hover{border-color:currentColor}.opening-row .remove{color:#bd2c25}

/* Existing five-step layout, with clearer visual selections and compact details. */
.choice-grid button,.choice-stack button{position:relative;transition:border-color .16s,background .16s,box-shadow .16s}
.choice-grid button:hover:not(:disabled),.choice-stack button:hover:not(:disabled){border-color:#ed8e50;box-shadow:0 3px 14px #2933230b}
.choice-grid button[aria-pressed=true],.choice-stack button[aria-pressed=true]{border-color:var(--orange);background:#fff5eb;box-shadow:0 0 0 1px #ed5e0c12}
.choice-grid:not(.opening-choices) button[aria-pressed=true]:after{content:'✓';position:absolute;top:12px;right:12px;width:23px;height:23px;background:var(--orange);color:#fff;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:800;box-shadow:0 2px 5px #44220b15}
.choice-grid button:disabled{opacity:.58;background:#f5f6f2;filter:grayscale(.6)}
.visual-choices .product-image,.preset-cards .product-image{aspect-ratio:3/2}.visual-choices b{font-size:12px}.visual-choices small{font-size:10px}
.preset-section{padding-bottom:24px;border-bottom:1px solid var(--line);margin-bottom:23px}.preset-section .section-label span{font-size:10px}
.preset-cards b{font-size:12px}.preset-cards small{font-size:10px}.manual-project-image{color:#727f77;display:grid;place-items:center}.manual-project-image svg{width:85%;height:100%}
.preset-feedback{font-size:11px;line-height:1.7;display:flex;gap:12px;align-items:center;margin-top:12px;padding:12px;background:#f2f5ed;border-radius:8px}.preset-feedback button{font-weight:800;text-decoration:underline;min-height:38px}
.manual-heading{margin-top:0}.substep-heading{border-top:1px solid var(--line);padding-top:24px!important;margin-top:24px!important}
.option-details{margin-top:25px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.option-details summary{list-style:none;position:relative;padding:18px 40px 18px 17px;cursor:pointer;background:#f7f9f3;line-height:1.6}.option-details summary::-webkit-details-marker{display:none}.option-details summary:after{content:'+';position:absolute;right:17px;top:20px;font-size:22px;color:#68745e}.option-details[open] summary:after{content:'−'}.option-details summary>span{display:block;font-size:13px;font-weight:800}.option-details summary small{display:block;margin-top:5px;color:var(--muted);font-size:11px}.option-details summary:focus-visible{outline:3px solid #ef8e4d;outline-offset:-3px}.details-content{padding:0 16px 18px}.details-content .swatches{gap:8px}.details-content .tip{margin-top:18px}.panel-message{margin:18px 28px 0;border-left:3px solid #d97c3c}
.gutter-section{margin-top:26px;border-top:1px solid var(--line)}.gutter-choices svg{width:100%;height:75px;background:#f1f2ed;border-radius:5px}.gutter-choices b{margin-top:7px}
.tutorial-link{display:flex;align-items:center;justify-content:space-between;width:100%;font-size:12px;font-weight:750;color:#5c6a58;border:1px solid #dce2d5;background:#f6f8f1;border-radius:8px;padding:13px 15px;margin-bottom:14px;min-height:44px}.tutorial-link:hover{border-color:#87967b}.tutorial-link span{font-size:17px}
.opening-tutorial{padding:28px;max-width:490px;max-height:calc(100dvh - 32px);overflow:auto;width:calc(100% - 28px);border-radius:18px}.opening-tutorial h2{font-size:24px;line-height:1.3;letter-spacing:-.7px;margin:12px 32px 18px 0}.tutorial-close{position:absolute;right:12px;top:12px;width:40px;height:40px;border-radius:8px;font-size:25px;color:#707c68}.tutorial-close:hover{background:#f0f3ec}.tutorial-visual{background:#f1f4ec;border-radius:12px;overflow:hidden;margin-bottom:20px}.tutorial-visual svg{display:block;width:100%;height:auto}.tutorial-steps p{display:flex;gap:11px;font-size:12px;line-height:1.65;margin:15px 0}.tutorial-steps p>span:first-child{flex-shrink:0;display:grid;place-items:center;width:24px;height:24px;background:#eef2e8;border-radius:50%;font-size:11px;font-weight:800;color:#768469}.tutorial-steps strong{display:block;color:#30392c;font-size:13px}.opening-tutorial .primary{margin-top:10px;min-height:49px}
.tutorial-window{transform:translate(29px,53px)}.tutorial-pointer{transform:translate(62px,70px)}.tutorial-delete,.tutorial-click{opacity:0}
.opening-tutorial[open] .tutorial-window{animation:tutorial-window 10s ease-in-out infinite}.opening-tutorial[open] .tutorial-pointer{animation:tutorial-pointer 10s ease-in-out infinite}.opening-tutorial[open] .tutorial-delete{animation:tutorial-delete 10s ease-in-out infinite}.opening-tutorial[open] .tutorial-click{animation:tutorial-click 10s ease-in-out infinite}
@keyframes tutorial-window{0%,12%{transform:translate(29px,53px);opacity:1}33%,43%{transform:translate(162px,108px);opacity:1}62%,86%{transform:translate(238px,119px);opacity:1}91%,98%{transform:translate(238px,119px);opacity:0}100%{transform:translate(29px,53px);opacity:1}}
@keyframes tutorial-pointer{0%,12%{transform:translate(62px,70px)}33%,43%{transform:translate(195px,125px)}62%,73%{transform:translate(271px,136px)}84%,94%{transform:translate(336px,152px)}100%{transform:translate(62px,70px)}}
@keyframes tutorial-delete{0%,68%,96%,100%{opacity:0}74%,92%{opacity:1}}
@keyframes tutorial-click{0%,10%,16%,34%,44%,63%,70%,77%,84%,91%,100%{opacity:0}12%,36%,72%,88%{opacity:1}}
@media(max-width:800px){.panel-message{margin-left:23px;margin-right:23px}.option-details summary{padding-left:13px}.details-content{padding-left:12px;padding-right:12px}}
@media(max-width:380px){.opening-tutorial{padding:22px 18px}.opening-tutorial h2{font-size:22px}.tutorial-steps p{font-size:11px}.tutorial-steps strong{font-size:12px}.visual-choices b{font-size:11px}.preset-cards small{font-size:9px}}
@media(prefers-reduced-motion:reduce){.opening-tutorial[open] .tutorial-window{animation:none;transform:translate(215px,114px)}.opening-tutorial[open] .tutorial-pointer,.opening-tutorial[open] .tutorial-delete,.opening-tutorial[open] .tutorial-click{animation:none;display:none}}

@media(max-width:800px){.placement-banner{bottom:60px}.placing .dimension-chip{display:none}}

/* Scene selection stays beside the model and outside the configuration steps. */
.preview-stage{position:sticky;top:20px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-self:start;min-width:0}
.preview-stage .preview{position:relative;top:0;min-width:0}
.scene-settings{min-width:0;margin-top:80px}
.lighting-switch{display:flex;flex-direction:column;align-items:center;gap:7px;margin-bottom:14px;padding:10px 5px;border:1px solid var(--line);border-radius:10px;background:var(--surface,#fff);text-align:center;font-size:10px;line-height:1.4;cursor:pointer}
.lighting-switch>span:first-child{font-weight:700}
.lighting-switch input{appearance:none;flex-shrink:0;width:36px;height:21px;border:1px solid #9da798;border-radius:20px;background:#a3ada2;position:relative;cursor:pointer;margin:0;transition:background .15s}
.lighting-switch input:before{content:'';position:absolute;left:2px;top:2px;width:15px;height:15px;background:#fff;border-radius:50%;transition:transform .15s}
.lighting-switch input:checked{background:var(--orange);border-color:var(--orange)}
.lighting-switch input:checked:before{transform:translateX(15px)}
.lighting-switch input:focus-visible{outline:3px solid #ed8e50;outline-offset:3px}
.scene-picker{align-self:start;display:flex;flex-direction:column;gap:10px;margin-top:0}
.scene-picker-title{font-size:9px;letter-spacing:1.6px;font-weight:700;color:#7b8572;text-align:center;margin-bottom:2px}
.scene-picker button{position:relative;display:flex;flex-direction:column;gap:0;padding:5px;border:1px solid #dce1d5;border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s,box-shadow .15s;min-height:88px}
.scene-picker img{display:block;width:100%;height:56px;object-fit:cover;border-radius:7px;background:#eef0e9}
.scene-picker button span{display:block;font-size:10px;font-weight:600;padding:9px 1px 5px;text-align:center}
.scene-picker button:hover{border-color:#ef8b4c;box-shadow:0 3px 12px #3d38150c}
.scene-picker button[aria-pressed="true"]{border-color:#ee5d0b;box-shadow:0 0 0 1px #ee5d0b;background:#fff7ef;color:#bd4909}
.scene-picker button[aria-pressed="true"]::after{content:'✓';position:absolute;right:9px;top:9px;background:#ee5d0b;color:#fff;width:16px;height:16px;display:grid;place-items:center;border-radius:50%;font-size:10px}
.preview[data-scene="night"]{background:#172738;border-color:#324452}
.preview[data-scene="night"] .preview-top>span:first-child{color:#eef2ec;text-shadow:0 1px 5px #102131}
.preview[data-scene="night"] .preview-top i{background:#eec783}
.preview[data-scene="night"] #view-caption{background:#172b40c9;border-color:#607384;color:#e4eaf0}
.preview[data-scene="night"] .preview-bottom{background:#142539e6;border-color:#4b61715c;color:#c8d1d7}
.preview[data-scene="night"] .preview-bottom button{color:#e8edf2}
@media(max-width:1240px){.preview-stage{grid-template-columns:minmax(0,1fr);gap:12px}.scene-settings{margin-top:0}.lighting-switch{flex-direction:row;justify-content:flex-start;padding:9px 12px;margin-bottom:9px;gap:10px;font-size:11px;width:fit-content}.scene-picker{flex-direction:row;align-items:center;margin-top:0;gap:9px}.scene-picker-title{margin:0 3px 0 0}.scene-picker button{flex-direction:row;align-items:center;min-height:54px;padding:4px;flex:1;gap:6px}.scene-picker img{width:48px;height:43px}.scene-picker button span{padding:5px 0}.scene-picker button[aria-pressed="true"]::after{right:4px;top:4px;width:13px;height:13px;font-size:9px}}
@media(max-width:800px){.preview-stage{position:relative;top:0;width:100%}.scene-picker{gap:7px}.scene-picker-title{display:none}.scene-picker button{gap:7px;min-height:58px}.scene-picker img{width:44px;height:46px}.scene-picker button span{font-size:10px}.scene-picker button[aria-pressed="true"]::after{right:3px;top:3px}.preview-stage .preview{height:430px}}
@media(max-width:360px){.scene-picker button{flex-direction:column;gap:0}.scene-picker img{width:100%;height:40px}.scene-picker button span{padding:6px 1px 3px}}

.material-choices{grid-template-columns:minmax(0,1fr);gap:11px}
.material-choices button{display:grid;grid-template-columns:138px minmax(0,1fr);grid-template-rows:1fr auto 1fr;column-gap:16px;padding:10px;align-items:center;min-height:127px}
.material-choices .product-image{grid-row:1/4;width:138px;height:106px;margin:0;border-radius:8px;background:#eff1ed}
.material-choices .product-image img{width:100%;height:100%;object-fit:contain}
.material-choices b{align-self:end;font-size:14px;line-height:1.45;margin:0 17px 4px 0}
.material-choices small{font-size:11px;line-height:1.5;margin:0;color:#667166}
.material-detail{align-self:start;margin-top:5px;font-size:10px;line-height:1.5;color:#7e877b}
@media(max-width:420px){.material-choices button{grid-template-columns:108px minmax(0,1fr);column-gap:11px;min-height:119px;padding:8px}.material-choices .product-image{width:108px;height:98px}.material-choices b{font-size:12px}.material-detail{font-size:9px}.material-choices small{font-size:10px}}
@media(max-width:360px){.material-choices button{grid-template-columns:90px minmax(0,1fr);column-gap:9px}.material-choices .product-image{width:90px;height:90px}}

/* Large close-ups and a separate, simple carport step. */
.steps{grid-template-columns:repeat(6,minmax(0,1fr))}
.material-choices button{grid-template-columns:165px minmax(0,1fr);min-height:154px}
.material-choices .product-image{width:165px;height:132px}
.material-choices .product-image img{object-fit:cover}
.carport-choices,.screen-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.carport-choices svg{display:block;width:100%;height:auto}
.carport-choices b,.screen-choices b{font-size:11px}
.screen-icon{display:block;height:60px;border:4px solid #4c5760;border-top-width:5px;border-bottom:0;background:#f3f4ef}
.screen-slats{background:repeating-linear-gradient(0deg,#f3f4ef 0 4px,#899098 4px 6px,#53616c 6px 13px)}
.screen-solid{background:repeating-linear-gradient(0deg,#52606a 0 11px,#9ba3a8 11px 12px)}
.gutter-choices{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.gutter-choices svg{width:100%;height:auto}.gutter-choices b{font-size:11px}
.premium-label{color:#d95a10!important;font-weight:800}
@media(max-width:1150px){.material-choices button{grid-template-columns:145px minmax(0,1fr)}.material-choices .product-image{width:145px;height:128px}}
@media(max-width:800px){.steps{grid-template-columns:repeat(3,minmax(0,1fr))}.steps button{flex-direction:row;min-height:58px;gap:8px}.steps div{min-height:0}}
@media(max-width:420px){.material-choices button{grid-template-columns:130px minmax(0,1fr);column-gap:10px;min-height:143px}.material-choices .product-image{width:130px;height:123px}}
@media(max-width:360px){.material-choices button{grid-template-columns:108px minmax(0,1fr)}.material-choices .product-image{width:108px;height:113px}.gutter-choices b{font-size:10px}}

/* Optional felt, shown as a roof layer and from inside the actual garage. */
.felt-section{margin:26px 0;padding:18px;border:1px solid #dce3d8;border-radius:14px;background:#f7f9f4}
.felt-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px}.felt-heading h3{margin:0}
.extra-badge{white-space:nowrap;padding:5px 8px;border-radius:6px;background:#fff0e5;color:#a33f0a;font-size:10px;font-weight:700}
.felt-choice{display:flex;align-items:center;gap:12px;cursor:pointer;padding:12px;background:#fff;border:1px solid #dce3d8;border-radius:10px}
.felt-choice:has(input:checked){border-color:#569267;box-shadow:0 0 0 1px #569267}.felt-choice svg{width:80px;flex:none}.felt-choice strong{font-size:13px}.felt-choice small{display:block;font-size:11px;line-height:1.5;margin-top:5px;color:#71796e}.felt-choice input{width:21px;height:21px;flex:none;accent-color:#42865a;margin-left:auto}
.roof-inspection{position:absolute;z-index:8;bottom:70px;left:18px;right:18px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 17px;border:1px solid #c7d8c9;border-radius:12px;background:rgba(250,253,248,.97);box-shadow:0 5px 20px #17251913;color:#24342a}
.roof-inspection[hidden]{display:none}.roof-inspection-copy{display:grid;gap:6px}.roof-inspection-copy strong{font-size:13px}.roof-inspection-copy span{font-size:11px;line-height:1.5;max-width:290px}.roof-inspection-actions{display:flex;flex:none;gap:5px}.roof-inspection-actions button{padding:10px;border:1px solid #d5dfd1;border-radius:7px;background:#fff;color:#324b37;font-size:11px}.roof-inspection-actions button[aria-pressed=true]{background:#e3f0e5;border-color:#70a67a;font-weight:700}.preview[data-roof-inspection=true] .dimension-chip,.preview[data-roof-inspection=true] #view-detail{display:none}
@media(max-width:1100px){.roof-inspection{flex-direction:column;align-items:flex-start;gap:10px}.roof-inspection-copy span{max-width:none}.roof-inspection-actions{width:100%}.roof-inspection-actions button{flex:1}}
@media(max-width:420px){.felt-section{padding:12px}.felt-choice{gap:8px;padding:10px}.felt-choice svg{width:55px}.felt-heading{align-items:flex-start}.roof-inspection{left:10px;right:10px;bottom:66px;padding:11px}.roof-inspection-actions button{padding:8px 6px}}

/* Give the choices room while keeping the model comfortably visible. */
main{padding-left:3%;padding-right:3%}
.workspace{grid-template-columns:minmax(0,1fr) 470px;gap:20px}
.panel-head{padding:24px 22px 20px}.pane{padding:22px}
.panel-message{margin-left:22px;margin-right:22px}
.step-navigation{padding:18px 22px}
.opening-choices:not(.door-choices){grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.opening-choices:not(.door-choices) button{padding:7px}
.opening-choices:not(.door-choices) button[aria-pressed=true]{padding:6px}
.opening-choices:not(.door-choices) b{font-size:11px;margin:9px 1px 4px}
.opening-choices:not(.door-choices) small{font-size:10px;line-height:1.55;margin:0 1px 3px}
.opening-choices:not(.door-choices) button[aria-pressed=true]:after{top:9px;right:9px;width:19px;height:19px;font-size:11px}
.product-image:has([data-profile-preview]){background:transparent}
.product-image img[data-profile-preview]{object-fit:cover}
.gate-popup{width:300px}
.gate-popup-position{display:flex;gap:8px;margin-top:8px}
.gate-popup-position button{flex:1;min-width:0;min-height:42px;border:1px solid var(--line);border-radius:8px;background:var(--cream);font-size:11px;font-weight:700}
.gate-popup-position button:hover:not(:disabled){border-color:var(--orange);color:var(--orange)}
#gate-position-selector{margin-bottom:16px}
#remove-all-gates{margin-top:12px;min-height:42px;padding:10px 14px;font-size:11px}
#gate-none-note{margin-top:16px}
@media(max-width:1240px) and (min-width:801px){.workspace{grid-template-columns:minmax(0,1fr) 430px;gap:18px}.panel-head,.pane{padding-left:18px;padding-right:18px}.panel-message{margin-left:18px;margin-right:18px}.step-navigation{padding-left:18px;padding-right:18px}}
@media(max-width:1020px) and (min-width:801px){.workspace{grid-template-columns:minmax(0,1fr) 390px;gap:16px}.panel-head,.pane{padding-left:15px;padding-right:15px}.panel-message{margin-left:15px;margin-right:15px}.step-navigation{padding-left:15px;padding-right:15px}}
@media(max-width:800px){main{padding-left:4%;padding-right:4%}.panel-head,.pane{padding-left:18px;padding-right:18px}.panel-message{margin-left:18px;margin-right:18px}.step-navigation{padding-left:18px;padding-right:18px}.workspace{grid-template-columns:minmax(0,1fr);gap:18px}}
@media(max-width:380px){.panel-head,.pane{padding-left:12px;padding-right:12px}.panel-message{margin-left:12px;margin-right:12px}.opening-choices:not(.door-choices){gap:5px}.opening-choices:not(.door-choices) button{padding:5px}.opening-choices:not(.door-choices) button[aria-pressed=true]{padding:4px}.opening-choices:not(.door-choices) b{font-size:10px}.opening-choices:not(.door-choices) small{font-size:9px}}
