@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--blue:#2c50ff;--blue-hover:#203ed2;--ink:#191d26;--muted:#686e7a;--line:#e0e3ea;--paper:#f6f7f9;--white:#fff;--soft-blue:#eef1ff;--radius:12px;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff;font-synthesis:none;scroll-behavior:smooth;scroll-padding-top:32px}
*{box-sizing:border-box}body{margin:0;font-size:16px;line-height:1.6}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:disabled{cursor:wait;opacity:.6}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #91a3ff;outline-offset:4px}input,select,textarea{width:100%;min-width:0;color:var(--ink);background:#fff;border:1px solid #ccd1dc;border-radius:7px;min-height:48px;padding:11px 13px}input:focus,select:focus,textarea:focus{border-color:var(--blue)}textarea{resize:vertical}input[type=checkbox]{accent-color:var(--blue)}label{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:600}label .optional{font-weight:400;color:var(--muted)}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.15}h2{font-size:clamp(30px,3.3vw,44px);letter-spacing:-1.6px;font-weight:800}h3{font-size:20px;letter-spacing:-.5px}b{font-weight:700}[hidden]{display:none!important}.wrap{width:min(1280px,calc(100% - 80px));margin-inline:auto}.skip-link{position:absolute;top:-100px;left:20px;background:#fff;z-index:100;padding:15px}.skip-link:focus{top:20px}.prototype-bar{background:var(--ink);color:#fff;text-align:center;padding:7px 16px;font-size:12px;letter-spacing:.2px}.prototype-bar span{color:#c4cad5;margin-left:22px}.site-header{height:113px;display:flex;align-items:center;justify-content:space-between;gap:30px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:11px;font-size:19px;line-height:1.05;font-weight:800;letter-spacing:-.5px}.brand-mark{background:var(--blue);color:#fff;font-size:25px;line-height:.8;letter-spacing:-6px;padding:12px 15px 12px 9px;width:50px;height:50px;display:flex;align-items:center}.brand-mark span{align-self:flex-end;font-size:21px;margin-left:1px}.brand-period{color:var(--blue)}nav{display:flex;gap:32px;font-size:14px;font-weight:600}nav a:hover,.text-button:hover{color:var(--blue)}.text-button{background:transparent;border:0;padding:12px 0;font-size:14px;font-weight:700;color:var(--ink)}.workshop-button span{margin-left:18px}.hero{display:grid;grid-template-columns:1.13fr 1fr;align-items:center;gap:48px;padding-block:58px 48px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:1.4px;line-height:1.5}.hero .eyebrow{color:var(--blue);margin-bottom:23px}h1{font-size:clamp(42px,4.4vw,64px);font-weight:800;letter-spacing:-3px;line-height:1.07}h1 span{color:var(--blue)}.hero-description{font-size:17px;color:var(--muted);line-height:1.8;margin-block:25px}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:50px;padding:14px 22px;border-radius:7px;border:1px solid transparent;font-size:14px;font-weight:700;line-height:1.5;transition:background .15s,transform .15s}.button:hover{transform:translateY(-1px)}.primary{background:var(--blue);color:#fff}.primary:hover{background:var(--blue-hover)}.secondary{border-color:var(--line);background:#fff;color:var(--ink)}.secondary:hover{background:var(--paper)}.hero-note{margin-top:15px;font-size:12px;color:var(--muted)}.hero-drawing{position:relative;background:#eceff3;border-radius:10px;overflow:hidden;border:1px solid #dfe3e9}.drawing-top,.drawing-bottom{display:flex;justify-content:space-between;align-items:center;padding:18px 21px;font-size:11px;font-weight:700;letter-spacing:.5px;position:relative;z-index:1}.drawing-top{border-bottom:1px solid #d8dde4}.drawing-bottom{border-top:1px solid #d8dde4;font-size:12px;letter-spacing:0}.drawing-bottom b{font-size:18px;letter-spacing:-.5px}.drawing-bottom a{font-size:11px}.hero-drawing img{display:block;width:100%;height:300px;object-fit:contain;mix-blend-mode:multiply}.service-strip{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding-block:23px;font-size:12px;font-weight:700}.strip-end{color:var(--blue)}.calculator-section{padding-block:76px 80px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.section-heading .eyebrow{color:var(--muted);margin-bottom:12px}.section-heading>p{font-size:14px;color:var(--muted)}.scenario-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px}.scenario{padding:20px 18px;display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;text-align:left;color:var(--ink)}.scenario.selected{border-color:var(--blue);box-shadow:inset 0 0 0 1px var(--blue);background:#f8f9ff}.scenario-icon{font-size:30px;color:var(--blue);font-weight:500;line-height:1}.scenario b{display:block;font-size:15px}.scenario small{display:block;margin-top:4px;font-size:12px;font-weight:400;color:var(--muted);line-height:1.5}.scenario-radio{margin-left:auto;width:16px;height:16px;border:1px solid #b6bdca;border-radius:50%;flex-shrink:0}.selected .scenario-radio{border:5px solid var(--blue)}.calculator-layout{display:grid;grid-template-columns:minmax(0,1fr) 365px;gap:24px;align-items:start}.config-panel{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;min-width:0}.steps{list-style:none;display:flex;margin:0;padding:23px 30px;gap:30px;border-bottom:1px solid var(--line);background:#fcfcfd}.steps li{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:14px;font-weight:600}.steps li>span{width:24px;height:24px;display:grid;place-items:center;border:1px solid #c9ced8;border-radius:50%;font-size:12px}.steps li.active{color:var(--blue)}.steps li.active>span{color:#fff;background:var(--blue);border-color:var(--blue)}.step-content{padding:30px}.form-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:22px}.meta{font-size:12px;color:var(--muted);font-weight:400}.form-grid{display:grid;gap:18px}.form-grid.two{grid-template-columns:1fr 1fr}.dimensions-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:23px}.part-preview{margin-block:24px;background-color:#f5f7fa;background-image:linear-gradient(#e9ecf280 1px,transparent 1px),linear-gradient(90deg,#e9ecf280 1px,transparent 1px);background-size:20px 20px;border-radius:8px;text-align:center;padding:5px 10px 10px}.part-preview svg{display:block;width:100%;height:190px}.part-preview>span{font-size:11px;color:var(--muted)}.operations-heading{margin-top:30px}.operations-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.operation{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:14px;border:1px solid var(--line);border-radius:8px;min-height:91px}.operation b{display:block;font-size:13px}.operation small{display:block;font-size:11px;font-weight:400;color:var(--muted);line-height:1.5;margin-top:4px}.operation input[type=number]{width:62px;flex-shrink:0;padding:8px;min-height:42px}.operation input[type=checkbox]{appearance:none;width:37px;min-height:22px;height:22px;flex-shrink:0;padding:0;border:0;border-radius:30px;background:#c8cfda;position:relative}.operation input[type=checkbox]:after{content:'';position:absolute;width:16px;height:16px;background:#fff;box-shadow:0 1px 3px #0002;border-radius:50%;top:3px;left:3px;transition:transform .15s}.operation input[type=checkbox]:checked{background:var(--blue)}.operation input[type=checkbox]:checked:after{transform:translateX(15px)}.lower-fields{margin-top:24px}.form-navigation{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:22px 30px;border-top:1px solid var(--line)}.form-navigation .button{margin-left:auto}.form-navigation .meta{max-width:220px}.estimate-panel{position:sticky;top:24px;background:var(--ink);color:#fff;border-radius:var(--radius);padding:27px}.estimate-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:34px}.estimate-top .eyebrow{font-size:11px;color:#aab6d3;letter-spacing:1px}.demo-label{font-size:10px;letter-spacing:.3px;border:1px solid #4f586e;border-radius:4px;padding:3px 7px;color:#c5cce0}.estimate-panel h3{font-size:15px;letter-spacing:0;font-weight:500;color:#d0d5e1}.estimate-amount{font-size:clamp(25px,2.5vw,34px);letter-spacing:-1px;font-weight:700;line-height:1.35;margin-top:9px;overflow-wrap:anywhere}.estimate-amount.manual{font-size:26px}.per-unit{font-size:13px;color:#aeb9d4;margin-top:7px}.estimate-breakdown{margin-top:26px;border-top:1px solid #373f50;padding-top:19px}.breakdown-row{display:flex;justify-content:space-between;gap:12px;font-size:12px;padding:6px 0}.breakdown-row>span{color:#b8c1d4}.breakdown-row>b{font-weight:500;white-space:nowrap}.estimate-note{border-top:1px solid #373f50;margin-top:20px;padding-top:18px;font-size:12px;line-height:1.8;color:#b8c1d4}.estimate-exclusions{font-size:11px;line-height:1.8;color:#b8c1d4;margin-top:14px}.estimate-exclusions ul{padding-left:16px;margin:7px 0}.estimate-bottom{display:flex;align-items:center;gap:13px;padding-top:24px;margin-top:24px;border-top:1px solid #373f50}.estimate-bottom>span{font-size:30px;color:#91a6ff}.estimate-bottom p{font-size:12px;color:#fff;line-height:1.7}.field-help{font-size:14px;color:var(--muted);margin-bottom:22px;line-height:1.7}.drop-zone{position:relative;border:1px dashed #93a5e7;border-radius:10px;background:#f7f9ff;align-items:center;text-align:center;padding:30px 18px;cursor:pointer}.drop-zone:hover,.drop-zone.dragover{border-color:var(--blue);background:var(--soft-blue)}.drop-zone>span:not(.upload-symbol){font-size:12px;font-weight:400;color:var(--muted)}.drop-zone .upload-symbol{font-size:35px;color:var(--blue)}.drop-zone input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.drop-zone:focus-within{outline:3px solid #91a3ff;outline-offset:3px}.file-list{list-style:none;padding:0;margin:16px 0}.file-list li{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--line);font-size:13px;overflow-wrap:anywhere}.file-list li img{width:44px;height:44px;object-fit:cover;border-radius:4px}.file-list li>span{flex:1;min-width:0}.file-list small{display:block;color:var(--muted)}.icon-button{font-size:25px;line-height:1;background:transparent;border:1px solid var(--line);color:var(--ink);width:38px;height:38px;border-radius:6px;flex-shrink:0}.standalone-label{margin-top:22px}.quantity-field{max-width:200px;margin-bottom:20px}.quantity-field input{font-size:25px;font-weight:700}.batch-comparison{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-block:20px 28px}.batch-option{padding:15px 10px;border:1px solid var(--line);background:#fff;border-radius:8px;text-align:left;color:var(--ink)}.batch-option.selected{border-color:var(--blue);background:var(--soft-blue)}.batch-option b,.batch-option small{display:block}.batch-option b{font-size:14px}.batch-option strong{display:block;font-size:17px;margin-top:9px;font-weight:700}.batch-option small{font-size:11px;color:var(--muted)}.step-content[data-step='1']>.form-grid{margin-bottom:18px}.step-content[data-step='2']>.form-grid{margin-bottom:12px}.request-preview{padding:20px;border-radius:8px;background:var(--paper);font-size:13px;line-height:1.8;margin-top:24px;overflow-wrap:anywhere}.request-preview h4{font-size:14px;margin:0 0 12px}.error-message{color:#a72026;background:#fff0f0;padding:12px 16px;margin:12px 30px;border-radius:6px;font-size:14px}.success-panel{padding:46px 30px}.success-symbol{display:grid;place-items:center;background:var(--soft-blue);color:var(--blue);width:60px;height:60px;border-radius:50%;font-size:28px;margin-bottom:24px}.success-panel .eyebrow{color:var(--blue);margin-bottom:14px}.success-panel h3{font-size:32px;margin-bottom:20px}.success-panel p:not(.eyebrow){font-size:14px;color:var(--muted);margin-bottom:14px}.success-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.example-section{background:#f0f2f6;padding-block:64px}.example-layout{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}.example-copy>.eyebrow{color:var(--blue);margin-bottom:20px;font-size:11px}.example-copy h2{font-size:46px}.example-copy h2 span{color:var(--blue)}.example-copy>p:not(.eyebrow):not(.example-source){max-width:430px;color:var(--muted);margin-top:24px;font-size:15px}.example-facts{display:flex;gap:38px;margin-top:28px}.example-facts b{display:block;font-size:24px;line-height:1.3;letter-spacing:-1px}.example-facts span{font-size:11px;color:var(--muted)}.example-source{font-size:11px;color:var(--muted);margin-top:18px}.example-image img{display:block;width:100%;height:auto;mix-blend-mode:multiply}.image-caption{display:block;text-align:center;font-size:12px;color:var(--muted);margin-top:14px}.process-section{padding-block:76px}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.process-grid article{border-top:1px solid var(--line);padding-top:20px}.process-grid article>span{font-size:14px;color:var(--blue);font-weight:700}.process-grid h3{margin-top:25px;font-size:21px}.process-grid p{margin-top:16px;font-size:14px;color:var(--muted);max-width:330px}.site-footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:25px;padding-block:30px}.footer-brand{font-size:18px;font-weight:800;letter-spacing:-.5px}.site-footer p,.site-footer>a:last-child{font-size:12px;color:var(--muted)}dialog{border:1px solid var(--line);border-radius:16px;padding:30px;width:min(900px,calc(100% - 32px));max-height:90vh;overflow:auto;color:var(--ink)}dialog::backdrop{background:#131b30aa;backdrop-filter:blur(3px)}.dialog-header{display:flex;justify-content:space-between;align-items:center;gap:24px}.dialog-header h2{font-size:30px;margin-top:5px}.dialog-header .eyebrow{color:var(--muted)}.workshop-tabs{display:flex;gap:25px;border-bottom:1px solid var(--line);margin-block:24px}.workshop-tabs button{background:transparent;border:0;border-bottom:2px solid transparent;padding:12px 0;font-weight:700;font-size:14px;color:var(--muted)}.workshop-tabs button.selected{color:var(--blue);border-bottom-color:var(--blue)}.workshop-tabs span{margin-left:6px}.rates-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}#rates-form>.field-help{margin-top:22px}.order-row{width:100%;border:1px solid var(--line);border-radius:8px;padding:18px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;margin-bottom:12px;color:var(--ink)}.order-row:hover{background:var(--paper)}.order-row strong,.order-row small{display:block}.order-row strong{font-size:15px}.order-row small{font-size:12px;color:var(--muted);margin-top:5px}.order-row>span:last-child{font-size:12px;text-align:right;color:var(--blue)}.empty-state{border:1px dashed var(--line);padding:35px;text-align:center;border-radius:8px}.empty-state p{font-size:14px;color:var(--muted);margin-top:12px}.detail-heading{display:flex;justify-content:space-between;align-items:center;margin-block:20px}.detail-meta{font-size:13px;color:var(--muted);margin-bottom:18px}.detail-body{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;background:var(--paper);padding:20px;border-radius:8px;line-height:1.8}.quote-editor{margin-top:26px}.quote-editor h3{margin-bottom:12px}.quote-editor .form-grid{margin-block:18px}.quote-result{font-weight:700;font-size:20px;margin-bottom:14px}.download-files{display:flex;flex-wrap:wrap;gap:8px;margin-block:15px}.download-files button{background:#f0f3ff;border:0;color:#2540b8;font-size:12px;padding:9px 12px;border-radius:5px;overflow-wrap:anywhere;max-width:100%}.toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);border:1px solid #464f63;border-radius:8px;background:var(--ink);color:#fff;padding:12px 22px;font-size:14px;z-index:1000;max-width:calc(100% - 30px);box-shadow:0 6px 20px #0002}.noscript{position:fixed;bottom:0;left:0;right:0;background:#fff0f0;padding:20px;color:#a72026;text-align:center}
@media(min-width:1450px){h1{font-size:64px}.hero-drawing img{height:315px}}
@media(max-width:1100px){.wrap{width:calc(100% - 48px)}.hero{gap:30px}h1{letter-spacing:-2px}.hero-description{font-size:15px}.hero-drawing img{height:270px}.calculator-layout{grid-template-columns:minmax(0,1fr) 310px}.estimate-panel{padding:22px}.step-content{padding:24px}.scenario{padding:17px 13px;gap:10px}.scenario b{font-size:13px}.scenario small{font-size:11px}.scenario-icon{font-size:26px}.operations-grid{grid-template-columns:1fr}.steps{padding-inline:24px;gap:23px}.example-layout{gap:35px}.example-copy h2{font-size:40px}nav{gap:20px;font-size:13px}.form-heading{flex-wrap:wrap}}
@media(max-width:800px){.site-header{height:88px}nav{display:none}.hero{grid-template-columns:1fr 1fr;gap:24px;padding-block:40px}.hero h1{font-size:40px;letter-spacing:-1.8px}.hero-description{font-size:14px}.hero-drawing img{height:220px}.drawing-top{font-size:9px;padding:14px}.drawing-top span:last-child{display:none}.drawing-bottom{padding:14px;flex-wrap:wrap;gap:7px}.drawing-bottom b{font-size:15px}.service-strip{font-size:11px;gap:12px}.strip-end{display:none}.calculator-layout{grid-template-columns:1fr}.estimate-panel{position:static;display:block}.estimate-amount{font-size:34px}.estimate-bottom{display:none}.estimate-breakdown{margin-top:18px}.scenario{align-items:flex-start;position:relative;padding:18px 12px;gap:8px}.scenario-icon{display:none}.scenario-radio{width:13px;height:13px;margin-top:4px}.selected .scenario-radio{border-width:4px}.scenario small{font-size:11px}.operations-grid{grid-template-columns:1fr 1fr}.example-copy h2{font-size:36px}.example-facts{gap:20px}.example-facts b{font-size:19px}.process-grid{gap:23px}.process-grid h3{font-size:18px}.site-footer{flex-wrap:wrap}.site-footer p{order:3;width:100%}.calculator-section{padding-block:50px}.section-heading>p{font-size:12px}}
@media(max-width:560px){.wrap{width:calc(100% - 32px)}.prototype-bar{font-size:11px;padding:7px 12px}.prototype-bar span{display:none}.brand{font-size:16px}.brand-mark{height:42px;width:42px;font-size:23px;padding:10px 13px 10px 7px}.brand-mark span{font-size:19px}.workshop-button{font-size:12px}.workshop-button span{margin-left:8px}.hero{grid-template-columns:1fr;padding-block:30px 24px;gap:28px}.hero .eyebrow{font-size:10px;margin-bottom:15px}.hero h1{font-size:43px;letter-spacing:-2px}.hero-description{font-size:15px;margin-block:20px}.desktop-only{display:none}.hero-drawing img{height:215px}.drawing-top{font-size:10px}.drawing-top span:last-child{display:block;font-size:9px}.drawing-bottom{padding:12px 16px}.drawing-bottom a{font-size:10px}.hero-note{font-size:11px}.service-strip{padding-block:17px;font-size:10px;gap:8px}.service-strip span{max-width:100px}.section-heading{display:block;margin-bottom:23px}.section-heading>p{margin-top:14px}.section-heading>p br{display:none}h2{font-size:30px;letter-spacing:-1px}.eyebrow{font-size:10px}.scenario-grid{grid-template-columns:1fr;gap:9px;margin-bottom:18px}.scenario{align-items:center;padding:15px 16px;gap:15px}.scenario-icon{display:block;font-size:27px}.scenario-radio{margin-top:0;margin-left:auto}.scenario b{font-size:14px}.scenario small{font-size:12px;margin-top:2px}.steps{padding:19px 18px;gap:18px}.steps li{font-size:12px;gap:7px}.steps li>span{width:21px;height:21px;font-size:10px}.step-content{padding:22px 18px}.form-heading{margin-bottom:18px}.form-heading h3{font-size:19px}.form-heading .meta{font-size:11px}.form-grid.two{gap:12px}.dimensions-row{gap:10px;margin-top:20px}label{font-size:12px}input,select,textarea{font-size:16px;padding:10px;min-height:46px}.dimensions-row input{padding:9px}.part-preview svg{height:155px}.part-preview{margin-block:20px}.operations-grid{grid-template-columns:1fr;gap:9px}.operation{min-height:79px;padding:13px}.operation b{font-size:14px}.operation small{font-size:12px}.operation input[type=number]{width:70px}.lower-fields{grid-template-columns:1fr!important;gap:18px!important}.form-navigation{padding:18px;gap:12px}.form-navigation .meta{display:none}.button{padding:13px 17px;font-size:13px;gap:15px}.estimate-panel{padding:24px}.estimate-top{margin-bottom:24px}.estimate-amount{font-size:32px}.batch-comparison{gap:8px}.batch-option{padding:12px 8px}.batch-option strong{font-size:15px}.batch-option b{font-size:13px}.batch-option small{font-size:10px}.example-layout{grid-template-columns:1fr;gap:25px}.example-section{padding-block:42px}.example-copy h2{font-size:37px}.example-facts{gap:32px}.example-facts b{font-size:23px}.example-image img{max-height:300px;object-fit:contain}.example-copy>p:not(.eyebrow):not(.example-source){font-size:14px}.process-section{padding-block:45px}.process-grid{grid-template-columns:1fr;gap:27px;margin-top:30px}.process-grid article{position:relative;padding-left:43px}.process-grid article>span{position:absolute;left:0;top:20px}.process-grid h3{margin-top:0;font-size:20px}.process-grid p{margin-top:10px}.site-footer{gap:15px;padding-block:23px}.site-footer p{font-size:11px}.footer-brand{font-size:16px}dialog{padding:22px 18px;max-height:92vh}.dialog-header h2{font-size:27px}.success-panel{padding:30px 20px}.success-panel h3{font-size:28px}.success-actions{flex-direction:column}.order-row{align-items:flex-start;flex-direction:column}.order-row>span:last-child{text-align:left}.error-message{margin-inline:18px}.quote-editor .form-grid.two{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*{transition:none!important}}
.attachment-previews{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.attachment-previews img{max-width:100%;width:240px;max-height:200px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:var(--paper)}#copy-detail{margin:8px 0 0 8px}.operation input:disabled{opacity:.65}.operation b{font-size:14px}.operation small{font-size:12px}.breakdown-row{font-size:13px}@media(max-width:560px){label{font-size:14px}.dimensions-row label{font-size:12px}#copy-detail{margin-left:0;margin-bottom:8px}}
/* Milling Group: original branding, portfolio and shorter order form. */
.site-header{height:112px;gap:24px}.brand{gap:15px;letter-spacing:0;font-size:18px}.brand>img{width:76px;height:76px;object-fit:contain;flex-shrink:0}.brand>span{display:flex;flex-direction:column;gap:8px}.brand b{font-size:20px;font-weight:800;letter-spacing:-.4px}.brand small{font-size:12px;font-weight:400;color:var(--muted);line-height:1.4}.header-phone{font-size:14px;font-weight:700;white-space:nowrap}.site-header nav{gap:26px;font-size:14px}.hero{grid-template-columns:1fr 1fr;padding-block:42px 48px;gap:42px;border-bottom:1px solid var(--line)}.hero .eyebrow{font-size:11px;margin-bottom:23px;color:var(--muted)}.hero h1{font-size:clamp(35px,3.55vw,51px);letter-spacing:-2px;line-height:1.13}.hero-description{font-size:16px;line-height:1.8}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-photo{margin:0;border-radius:8px;overflow:hidden;background:var(--paper)}.hero-photo img{display:block;width:100%;height:324px;object-fit:cover}.hero-photo figcaption{display:flex;justify-content:space-between;gap:12px;padding:14px 16px;font-size:12px;font-weight:600}.hero-photo figcaption span{color:var(--muted);font-size:11px;font-weight:400}.calculator-section{padding-top:54px;padding-bottom:64px}.section-heading{margin-bottom:25px}.section-heading h2{font-size:36px}.config-panel{border-radius:10px}.scenario-grid{margin-bottom:24px}.scenario b{font-size:15px}.scenario small{font-size:12px}.preview-label{font-size:12px;font-weight:600;text-align:left;color:#53638f;padding:10px 6px 0}.part-preview{margin-bottom:25px}.part-preview svg{height:190px}.part-preview>span{font-size:12px}.estimate-exclusions details{font-size:12px}.estimate-exclusions summary{cursor:pointer;color:#d5dcf0;font-size:13px}.form-navigation .meta:empty{display:none}#file-fields{margin-top:12px}#configure-fields:not([hidden])+#file-fields{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}#configure-fields:has(#standard-geometry[hidden])+#file-fields{border-top:0;margin-top:25px;padding-top:0}.compact-attachments .drop-zone{padding:17px 20px;display:grid;grid-template-columns:26px 1fr;text-align:left;gap:3px 14px}.compact-attachments .drop-zone .upload-symbol{grid-row:1/3;font-size:29px}.compact-attachments .drop-zone>span:not(.upload-symbol){font-size:11px}.compact-attachments .drop-zone>span br{display:none}.compact-attachments .drop-zone b{font-size:14px}#file-fields:not(.compact-attachments) .file-list li:has(img){align-items:flex-start;flex-wrap:wrap;padding:14px;border:1px solid var(--line);border-radius:8px;margin-top:12px}#file-fields:not(.compact-attachments) .file-list li img{width:100%;height:210px;object-fit:contain;background:var(--paper);margin-bottom:6px}#file-fields:not(.compact-attachments) .file-list{margin-bottom:24px}.reference-work{display:flex;align-items:center;justify-content:space-between;gap:15px;background:var(--soft-blue);border-radius:7px;padding:12px 16px;margin-bottom:18px;font-size:13px}.reference-work button{font-size:12px}.portfolio-section{padding-block:46px 65px;border-top:1px solid var(--line)}.portfolio-count{font-size:13px;color:var(--muted)}.portfolio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 24px}.work-card{border:0;background:transparent;padding:0;text-align:left;min-width:0;color:var(--ink)}.work-photo{display:block;position:relative;overflow:hidden;border-radius:8px;background:#e8e9ec;aspect-ratio:4/3}.work-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.work-card:hover .work-photo img{transform:scale(1.035)}.work-enlarge{display:grid;place-items:center;position:absolute;right:12px;bottom:12px;width:32px;height:32px;border-radius:50%;background:#fff;color:var(--ink);font-size:18px}.work-category{display:block;font-size:12px;color:var(--muted);margin-top:15px;margin-bottom:6px;line-height:1.5}.work-title{display:block;font-size:18px;font-weight:700;letter-spacing:-.3px}.more-works{display:flex;margin:32px auto 0;min-width:235px}.contacts-section{background:#f2f4f7;padding-block:42px}.contacts-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.contacts-layout .eyebrow{color:var(--muted);margin-bottom:13px}.contacts-layout h2{font-size:35px}.contact-phone{font-size:27px;font-weight:700;letter-spacing:-.7px;display:block;margin-bottom:5px}.contact-email{display:inline-block;font-size:17px;color:var(--blue)}.contacts-layout p:not(.eyebrow){font-size:14px;margin-top:16px;color:var(--muted)}.site-footer{border-top:0;padding-block:24px}.site-footer>span{font-size:15px;font-weight:700}.site-footer>a{font-size:13px;color:var(--muted)}.site-footer .workshop-button{font-size:13px;padding:0}.work-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.work-dialog-header>span{font-size:13px;color:var(--muted)}#portfolio-dialog{padding:22px;width:min(960px,calc(100% - 32px))}.work-dialog-image{position:relative;background:#f0f1f3;border-radius:8px;overflow:hidden}.work-dialog-image>img{display:block;max-width:100%;width:100%;height:min(58vh,620px);object-fit:contain}.work-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;background:#fff;color:var(--ink);border:1px solid #ddd;border-radius:50%;font-size:20px;box-shadow:0 2px 10px #0001}.work-arrow.previous{left:12px}.work-arrow.next{right:12px}.work-dialog-description{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-top:18px}.work-dialog-description .work-category{margin-top:0}.work-dialog-description h3{font-size:23px;margin-bottom:10px}.work-dialog-description #work-description{font-size:14px;color:var(--muted)}.work-dialog-description .button{flex-shrink:0}#file-help:empty{display:none}
@media(max-width:1100px){.header-phone{display:none}.hero{gap:30px}.hero-photo img{height:300px}.hero-photo figcaption span{display:none}.hero-actions{gap:10px}.hero-actions .button{padding:12px 15px;font-size:13px}.portfolio-grid{gap:28px 18px}.work-title{font-size:17px}}
@media(max-width:800px){.brand>img{width:65px;height:65px}.site-header{height:94px}.brand b{font-size:19px}.hero h1{font-size:35px;letter-spacing:-1.3px}.hero-description{font-size:14px}.hero .eyebrow{font-size:10px}.hero-photo img{height:300px}.hero-photo figcaption{font-size:11px}.hero .button{font-size:12px;padding:12px}.section-heading h2{font-size:32px}.portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contacts-layout{gap:30px}.contact-phone{font-size:23px}.contacts-layout h2{font-size:30px}.work-dialog-description{align-items:flex-start;flex-direction:column}.work-dialog-description .button{align-self:stretch}.site-header nav{display:flex;font-size:12px;gap:18px}.site-header nav a:first-child{display:none}.brand small{max-width:160px;font-size:11px}.portfolio-count{font-size:12px}.scenario-grid .scenario-icon{display:none}}
@media(max-width:560px){.site-header{height:88px;gap:15px}.brand{gap:11px}.brand>img{width:62px;height:62px}.brand b{font-size:18px}.brand small{font-size:10px;max-width:155px}.site-header nav{display:none}.hero{display:flex;flex-direction:column;align-items:stretch;gap:25px;padding-block:28px 30px}.hero h1{font-size:36px;line-height:1.14;letter-spacing:-1.5px}.hero h1 br{display:none}.hero .eyebrow{font-size:10px;margin-bottom:18px;letter-spacing:1.1px}.hero-description{font-size:15px;margin-block:20px}.hero-description br{display:none}.hero-actions .button{font-size:13px;padding:12px 15px}.hero-photo img{height:235px}.hero-photo figcaption{font-size:12px;padding:12px 14px}.calculator-section{padding-block:35px 45px}.section-heading h2{font-size:30px}.scenario b{font-size:14px}.scenario small{font-size:12px}.scenario-grid .scenario-icon{display:block}.part-preview svg{height:160px}.preview-label{font-size:12px}.compact-attachments .drop-zone>span:not(.upload-symbol){font-size:12px}.compact-attachments .drop-zone>span br{display:block}.compact-attachments .drop-zone{padding:15px}.portfolio-section{padding-block:32px 42px}.portfolio-count{display:block;margin-top:12px}.portfolio-grid{gap:25px 14px}.work-photo{aspect-ratio:1}.work-title{font-size:15px;line-height:1.4;letter-spacing:-.2px}.work-category{font-size:11px;margin-top:11px}.work-enlarge{width:27px;height:27px;right:8px;bottom:8px;font-size:16px}.more-works{margin-top:27px}.contacts-layout{grid-template-columns:1fr;gap:24px}.contacts-section{padding-block:34px}.contacts-layout h2{font-size:29px}.contact-phone{font-size:25px}.contacts-layout p:not(.eyebrow){font-size:13px}.site-footer{gap:10px}.site-footer>span{font-size:13px}.site-footer>a,.site-footer .workshop-button{font-size:12px}#portfolio-dialog{padding:14px}.work-dialog-image>img{height:45vh}.work-dialog-description h3{font-size:21px}.work-dialog-description #work-description{font-size:14px}.reference-work{flex-wrap:wrap;gap:5px}.reference-work button{padding:0}#file-fields:not(.compact-attachments) .file-list li img{height:180px}}
@media(max-width:360px){.hero h1{font-size:32px}.hero-actions{flex-direction:column}.hero-actions .button{width:100%}.hero-photo img{height:210px}.work-title{font-size:14px}.site-footer{flex-wrap:wrap}.site-footer>span{width:100%}}
