@font-face{font-family:Titillium;src:url('assets/TitilliumWeb-Regular.ttf') format('truetype');font-weight:400;font-display:swap}@font-face{font-family:Titillium;src:url('assets/TitilliumWeb-SemiBold.ttf') format('truetype');font-weight:600;font-display:swap}@font-face{font-family:Titillium;src:url('assets/TitilliumWeb-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
:root{--red:#d41c3e;--red-soft:#fff3f5;--ink:#2b2a28;--muted:#6d6d72;--line:#e5e5e7;--bg:#f5f5f6;--white:#fff;font-size:16px;color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Titillium,Arial,sans-serif;line-height:1.45}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #405ed8;outline-offset:3px}a{color:var(--red)}.topbar{height:86px;background:white;padding:0 3.2%;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:25px;font-weight:600;font-size:1rem}.brand img{width:177px;height:auto}.divider{width:1px;height:28px;background:var(--line)}.header-actions{display:flex;gap:10px}.button{border:0;background:var(--red);color:white;min-height:43px;border-radius:7px;padding:10px 19px;font-weight:600;display:inline-flex;gap:9px;align-items:center;justify-content:center;transition:background .15s,transform .15s}.button:hover{background:#b91836}.button.outline{border:1px solid var(--line);background:white;color:var(--ink)}.button.outline:hover{border-color:#929296}.button.quiet{background:transparent;color:var(--ink)}.button.small{padding:7px 12px;min-height:35px;font-size:.875rem}.button.wide{width:100%}.button.dark{background:var(--ink)}.icon-button{width:37px;height:37px;border:1px solid var(--line);border-radius:6px;background:white;font-size:1.25rem;color:var(--ink)}.icon-button:hover{background:var(--bg)}#app{max-width:1480px;margin:0 auto;padding:28px 40px 60px}.loading{padding:50px;text-align:center}.page-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.eyebrow{color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.page-title h1{font-size:2rem;line-height:1.15;margin:4px 0 0;font-weight:600}.page-title .note{font-size:.875rem}.model-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.model-card{display:flex;align-items:center;gap:13px;text-align:left;background:white;border:1px solid var(--line);border-radius:10px;padding:10px 16px;position:relative;min-height:104px;color:var(--ink)}.model-card:hover{border-color:#aaa}.model-card.active{border:2px solid var(--red);padding:9px 15px;box-shadow:0 3px 15px #d41c3e09}.model-card img{width:84px;height:80px;object-fit:contain}.model-card strong{font-size:1.45rem;display:block;line-height:1.15}.model-card small{font-size:.82rem;color:var(--muted);display:block;margin-top:5px}.model-card .model-tick{position:absolute;right:11px;top:9px;color:var(--red);font-size:1rem}.workspace{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start;margin-top:25px}.workspace-main{min-width:0}.steps{display:flex;gap:3px;border-bottom:1px solid var(--line);margin-bottom:25px}.step{display:flex;align-items:center;gap:8px;padding:13px 7px 15px;border:0;background:none;color:var(--muted);font-size:.9rem;font-weight:600;border-bottom:3px solid transparent;flex:1;text-align:left}.step span{background:#e9e9eb;border-radius:100%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.step.active{color:var(--red);border-bottom-color:var(--red)}.step.active span{color:white;background:var(--red)}.stage-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.stage-heading h2{margin:0 0 3px;font-size:1.6rem;line-height:1.25;font-weight:600}.note{font-size:.9rem;color:var(--muted);margin:0}.slots{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;margin-bottom:10px}.slot{min-width:0;background:white;border:1px solid var(--line);border-radius:8px;padding:10px 7px 8px;text-align:center;position:relative;color:var(--ink);min-height:158px}.slot.active{border:2px solid var(--red);padding:9px 6px 7px;background:var(--red-soft)}.slot-num{color:var(--muted);font-size:.75rem;position:absolute;left:9px;top:6px}.slot img{width:100%;height:65px;object-fit:contain;margin-top:9px;mix-blend-mode:multiply}.slot .slot-name{font-size:.875rem;line-height:1.2;display:block;margin-top:7px;font-weight:600;overflow-wrap:anywhere}.slot-empty{font-size:2rem;color:#aaa;display:flex;align-items:center;justify-content:center;height:75px}.slot-actions{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:3px 0 17px;border-bottom:1px solid var(--line)}.slot-actions strong{font-size:.9rem}.inline-buttons{display:flex;gap:7px}.filter-bar{display:flex;gap:7px;flex-wrap:wrap;margin:20px 0 16px}.chip{border:1px solid var(--line);border-radius:5px;background:white;color:#58585d;font-size:.84rem;padding:7px 12px}.chip.active{background:var(--ink);color:white;border-color:var(--ink)}.catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product{border:1px solid var(--line);background:white;border-radius:9px;display:flex;flex-direction:column;position:relative;overflow:hidden;min-width:0}.product.selected{border:2px solid var(--red)}.product.selected .product-main{padding:13px 13px 11px}.product-main{display:flex;flex:1;flex-direction:column;align-items:stretch;text-align:left;background:none;border:0;color:var(--ink);padding:14px 14px 12px;width:100%;min-height:210px}.product-main:hover{background:#fafafa}.product-image{display:flex;align-items:center;justify-content:center;height:95px;margin:0 0 12px}.product-image img{width:100%;height:95px;object-fit:contain}.product-placeholder{display:flex;justify-content:center;align-items:center;width:100%;height:85px;background:#f6f6f7;border-radius:6px;font-size:1.1rem;color:#85858b}.product-name{font-size:1rem;font-weight:600;line-height:1.28;display:block;margin-bottom:7px;overflow-wrap:anywhere}.product-desc{font-size:.78rem;line-height:1.25;color:var(--muted);margin-bottom:9px}.price-row{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:6px}.price{font-size:1.05rem;font-weight:700;white-space:nowrap}.select-mark{color:#999;border:1px solid #d5d5d8;border-radius:50%;width:23px;height:23px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0}.selected .select-mark{background:var(--red);border-color:var(--red);color:white}.product-info{background:white;border:0;border-top:1px solid #f0f0f1;text-align:left;padding:7px 13px;color:var(--muted);font-size:.78rem}.product-info:hover{color:var(--red)}.product-quantity{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-top:1px solid var(--line);font-size:.875rem}.product-quantity input{width:60px;padding:3px 5px}.sidebar{position:sticky;top:20px;min-width:0}.unit-preview{background:white;border:1px solid var(--line);border-radius:11px 11px 0 0;padding:18px 20px 14px}.preview-heading{display:flex;align-items:center;justify-content:space-between}.preview-heading img{width:95px;height:30px;object-fit:contain}.preview-heading strong{font-size:1.25rem;font-weight:600}.unit-picture{width:100%;height:210px;object-fit:contain;margin:8px 0 0}.image-caption{font-size:.73rem;color:#89898e;text-align:center;margin:0}.summary-box{background:var(--ink);color:white;padding:21px 22px;border-radius:0 0 11px 11px}.summary-label{color:#c5c5c8;font-size:.84rem}.total{font-size:2.35rem;line-height:1.15;font-weight:600;letter-spacing:-.02em;margin:3px 0}.tax-label{font-size:.78rem;color:#c5c5c8}.summary-lines{margin:19px 0 17px;padding:13px 0;border-top:1px solid #51504e;border-bottom:1px solid #51504e;display:flex;flex-direction:column;gap:8px}.summary-line{display:flex;justify-content:space-between;gap:10px;font-size:.84rem;color:#e5e5e7}.summary-line strong{font-weight:400;white-space:nowrap}.summary-box .button.outline{margin-top:8px;background:transparent;color:white;border-color:#656461}.summary-box .button.outline:hover{background:#3a3937}.secondary-actions{display:flex;gap:8px;margin-top:12px}.secondary-actions .button{flex:1;font-size:.84rem}.source-note{font-size:.76rem;color:var(--muted);margin:12px 3px;line-height:1.4}.source-note button{background:none;border:0;color:var(--red);padding:0;font:inherit;text-decoration:underline}.preset-bar{background:white;border:1px solid var(--line);border-radius:7px;display:flex;gap:10px;align-items:center;padding:10px 12px;margin:0 0 20px}.preset-bar label{font-size:.85rem;white-space:nowrap;font-weight:600}.preset-bar select{flex:1;min-width:0;border:0;background:#f4f4f5;padding:7px 10px}.section-block{margin:0 0 25px}.section-block h3{font-size:1.15rem;margin:0 0 12px;font-weight:600}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:6px;font-size:.9rem}.field.full{grid-column:1/-1}.field label{font-weight:600}.field small{font-size:.78rem;color:var(--muted)}input,select,textarea{border:1px solid #d6d6da;border-radius:5px;background:white;padding:10px 12px;min-width:0;color:var(--ink)}textarea{resize:vertical;min-height:85px}.field.inline{flex-direction:row;align-items:center}.field.inline label{font-weight:400}.field.inline input{width:18px;height:18px;accent-color:var(--red)}.panel-box{background:white;border:1px solid var(--line);padding:18px;border-radius:9px;margin-bottom:18px}.included{display:flex;gap:10px;align-items:center;padding:10px 13px;background:#eef3f0;border-radius:6px;font-size:.9rem;margin-bottom:9px}.included span{color:#36704e}.notice{font-size:.875rem;line-height:1.4;border:1px solid #e5cf9a;background:#fff9ed;padding:12px 14px;border-radius:6px;margin:13px 0;color:#745514}.notice.error{background:#fff3f5;border-color:#e8a7b3;color:#a7223c}.notice p{margin:0 0 6px}.notice p:last-child{margin-bottom:0}.footer-nav{display:flex;justify-content:space-between;gap:15px;margin-top:24px;padding-top:20px;border-top:1px solid var(--line)}.summary-list{list-style:none;margin:0;padding:0}.summary-list li{display:flex;justify-content:space-between;gap:15px;padding:7px 0;border-bottom:1px solid #efeff0;font-size:.9rem}.summary-list li strong{white-space:nowrap;font-weight:600}.summary-list .empty-row{color:var(--muted)}.variants{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.variant-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.86rem}.variant-row small{display:block;color:var(--muted)}.variant-row .button{padding:4px 7px;min-height:30px}.palette{display:grid;grid-template-columns:repeat(6,1fr);gap:9px;margin-top:12px}.swatch{border:1px solid var(--line);background:white;padding:7px;border-radius:5px;font-size:.8rem;text-align:center}.swatch.active{border:2px solid var(--red);padding:6px}.swatch i{display:block;height:26px;margin-bottom:5px;border-radius:3px;border:1px solid #0001}.helper-label{font-size:.8rem;color:var(--muted);margin:9px 0}.heading-count{font-size:.8rem;padding:4px 8px;background:white;border:1px solid var(--line);border-radius:4px;white-space:nowrap}dialog{border:0;border-radius:12px;padding:26px;width:min(740px,94vw);max-height:90vh;color:var(--ink);box-shadow:0 18px 70px #0004}dialog::backdrop{background:#1c1c2466;backdrop-filter:blur(3px)}.dialog-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px}.dialog-top h2{font-size:1.55rem;font-weight:600;margin:0}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:22px}.detail-image{width:100%;height:180px;object-fit:contain;margin:5px 0 15px}.detail-price{font-size:1.7rem;font-weight:700;color:var(--red)}.price-table{width:100%;border-collapse:collapse;font-size:.8rem}.price-table th,.price-table td{text-align:left;padding:8px;border-bottom:1px solid var(--line);vertical-align:top}.price-table td:last-child{text-align:right;white-space:nowrap}.price-table th{font-weight:600;color:var(--muted)}#toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%,20px);background:var(--ink);color:white;border-radius:7px;padding:12px 21px;box-shadow:0 4px 20px #0002;opacity:0;pointer-events:none;z-index:10;max-width:90vw;font-size:.9rem;transition:.2s}#toast.show{opacity:1;transform:translate(-50%,0)}.mobile-total{display:none}.empty{padding:30px;border:1px dashed #ccc;text-align:center;border-radius:8px;color:var(--muted)}.wide-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-status{font-size:.77rem;color:#727277;padding:0 0 8px}.group-jump{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:20px}.group-jump a{font-size:.8rem;background:white;border:1px solid var(--line);border-radius:5px;padding:6px 9px;text-decoration:none;color:var(--ink)}.preset-caption{font-size:.78rem;color:var(--muted);padding:0 3px 12px;margin-top:-11px}.addon-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.optional-subtitle{color:var(--muted);font-size:.85rem;margin-bottom:12px}.minor-heading{margin:20px 0 9px;font-size:1rem;font-weight:600}.file-control{font-size:.85rem}.file-control input{padding:7px;max-width:100%}.offer-preview{width:100%;height:65vh;border:1px solid var(--line)}
@media(min-width:1500px){#app{padding-top:34px}.workspace{grid-template-columns:minmax(0,1fr) 350px;gap:30px}.unit-picture{height:235px}}
@media(max-width:1150px){#app{padding:25px}.workspace{grid-template-columns:minmax(0,1fr) 295px;gap:18px}.model-card{padding:10px}.model-card.active{padding:9px}.model-card img{width:60px;height:70px}.catalog{grid-template-columns:repeat(2,minmax(0,1fr))}.steps{flex-wrap:wrap}.step{flex-basis:45%;padding:9px 6px}.slot{min-height:145px}.slot-name{font-size:.875rem!important}.summary-box{padding:20px 18px}.total{font-size:2rem}}
@media(max-width:800px){.topbar{height:auto;min-height:75px;padding:15px 20px;flex-wrap:wrap;gap:12px}.brand{gap:15px}.brand img{width:148px}.brand>span:last-child{font-size:.9rem}.header-actions .button{padding:7px 12px;font-size:.86rem;min-height:35px}#app{padding:22px 16px 110px}.page-title h1{font-size:1.7rem}.page-title .note{display:none}.model-grid{grid-template-columns:repeat(2,1fr);gap:9px}.model-card{min-height:88px}.model-card img{height:60px}.model-card strong{font-size:1.3rem}.workspace{display:block;margin-top:16px}.sidebar{position:static;margin-top:30px}.unit-picture{height:250px}.unit-preview{display:none}.summary-box{border-radius:9px}.slots{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.slot{min-height:137px}.slot img{height:60px}.slot-name{font-size:.875rem!important}.step{font-size:.85rem}.stage-heading h2{font-size:1.4rem}.heading-count{font-size:.75rem}.product-main{padding:12px;min-height:220px}.product.selected .product-main{padding:11px}.product-name{font-size:.95rem}.product-image,.product-image img{height:93px}.price{font-size:.96rem}.mobile-total{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:5;background:white;border-top:1px solid var(--line);padding:10px 17px calc(10px + env(safe-area-inset-bottom));align-items:center;justify-content:space-between;box-shadow:0 -4px 16px #00000006}.mobile-total small{display:block;font-size:.72rem;color:var(--muted)}.mobile-total strong{font-size:1.2rem}.palette{grid-template-columns:repeat(3,1fr)}.field-grid{grid-template-columns:1fr}.field.full{grid-column:1}.wide-grid{grid-template-columns:1fr}dialog{padding:20px}.preset-bar{flex-wrap:wrap}.preset-bar label{flex-basis:100%}.source-note{font-size:.83rem}.slot-actions .button{font-size:.8rem;padding:7px 9px}#toast{bottom:90px}.topbar .divider{display:none}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.total-line,.detail-price-line,.product-price-line,.mobile-price-line{display:flex;align-items:baseline;gap:7px;white-space:nowrap}.total-line small{font-size:.76rem;color:#c5c5c8;font-weight:400}.total-line .total{margin-right:1px}.detail-price-line small{font-size:.8rem;color:var(--muted);font-weight:600}.product-price-line small{font-size:.68rem;color:var(--muted);font-weight:400}.mobile-price-line small{font-size:.68rem!important;color:var(--muted)}.price-caveat{font-size:.74rem;color:#f4c8cf;margin-top:7px;line-height:1.25}.upholstery-palette{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:18px}.upholstery-swatch{position:relative;display:flex;flex-direction:column;align-items:stretch;text-align:left;border:1px solid var(--line);border-radius:8px;background:white;padding:7px;color:var(--ink);min-width:0}.upholstery-swatch:hover{border-color:#9c9ca1}.upholstery-swatch.active{border:2px solid var(--red);padding:6px;box-shadow:0 0 0 3px var(--red-soft)}.upholstery-swatch img{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:5px;border:1px solid #0001;margin-bottom:7px}.upholstery-swatch span{font-size:.76rem;line-height:1.15;overflow-wrap:anywhere}.upholstery-swatch strong{display:block;font-size:.84rem}.upholstery-swatch small{display:block;color:var(--red);font-size:.66rem;margin-top:4px}.selected-color-label{background:var(--red-soft);color:var(--red);padding:6px 10px;border-radius:5px;font-size:.82rem;font-weight:600}.special-color-field{margin-top:18px}.palette-reference{margin-top:16px;font-size:.85rem}.palette-reference summary{cursor:pointer;color:var(--red)}.palette-reference img{width:100%;height:auto;margin-top:12px;border:1px solid var(--line);border-radius:7px}.request-consent{grid-column:1/-1;display:flex;align-items:flex-start;gap:9px;font-size:.84rem;color:var(--muted)}.request-consent input{width:18px;height:18px;margin-top:2px;accent-color:var(--red)}.request-preview{margin:18px 0 0;padding:11px 13px;background:var(--bg);border-radius:6px;font-weight:600}.trap-field{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.request-success{text-align:center;padding:16px 0 9px}.request-success-mark{margin:0 auto 14px;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;background:#e8f5ed;color:#287346;font-size:1.8rem;font-weight:700}.request-success p{font-size:1.1rem}.request-success .note{font-size:.9rem}.header-actions [hidden]{display:none!important}@media(max-width:1000px){.upholstery-palette{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:600px){.upholstery-palette{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.upholstery-swatch{padding:6px}.upholstery-swatch.active{padding:5px}.selected-color-label{display:none}}

.mobile-actions{display:flex;gap:7px}.mobile-actions .button{padding-left:12px;padding-right:12px}.mobile-actions .button.outline{color:var(--ink);background:white}
