:root{color-scheme:light;--ink: #1e1e1e;--muted: #6b6b6b;--line: #e4e4e4;--paper: #ffffff;--soft: #f6f6f3;--accent: #111111;--button: #222222}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.topbar{background:#111;color:#fff;font-size:.9rem}.topbar-inner{display:flex;flex-wrap:wrap;gap:22px;justify-content:center;padding:10px 24px}.main-nav{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:28px;min-height:86px;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid var(--line);background:#fff}.logo{display:grid;gap:4px;min-width:120px}.logo img{width:104px;height:auto}.logo span{color:var(--muted);font-size:.82rem}.search-button{border:0;background:transparent;color:var(--muted);cursor:pointer}.menu{display:flex;align-items:center;justify-content:flex-end;gap:clamp(18px,3vw,34px);margin:0;padding:0;list-style:none;font-weight:600}.menu li{position:relative}.menu>li>a{display:flex;align-items:center;min-height:86px}.has-submenu>a:after{content:"";width:6px;height:6px;margin-left:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-2px)}.menu ul{position:absolute;top:100%;left:0;width:220px;margin:0;padding:10px 0;list-style:none;border:1px solid var(--line);background:#fff;box-shadow:0 14px 30px #00000014;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.menu li:hover ul,.menu li:focus-within ul{opacity:1;pointer-events:auto;transform:translateY(0)}.menu ul a{display:block;padding:10px 18px;color:var(--muted)}.menu ul a:hover{color:var(--ink);background:var(--soft)}.nav-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px}.login-button{display:inline-flex;min-height:44px;min-width:44px;align-items:center;justify-content:center;border:1px solid var(--line);padding:0 18px;background:#fff;color:var(--ink);cursor:pointer;font-weight:800}.login-button.is-logged-in{border-color:#d1fadf;background:#ecfdf3;color:#027a48;padding:0}.login-button svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.order-button,.primary-link,.text-link,.subscribe-form button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 20px;background:var(--button);color:#fff;font-weight:700}.login-dialog{width:min(430px,calc(100% - 32px));border:1px solid var(--line);border-radius:8px;padding:0;background:#fff;color:var(--ink);box-shadow:0 24px 80px #11182738}.login-dialog::backdrop{background:#0000006b}.login-dialog-close{margin:14px 14px 0 0}.login-panel{padding:28px}.login-panel h2{margin:0 0 8px;font-size:1.55rem;line-height:1.15}.login-copy{margin:0 0 20px;color:var(--muted)}.login-form{display:grid;gap:14px}.login-form[hidden],.login-form [hidden],.login-links[hidden],.account-panel[hidden]{display:none!important}.login-form label{display:grid;gap:7px;color:var(--muted);font-size:.9rem;font-weight:800}.login-form input{width:100%;min-height:44px;border:1px solid var(--line);padding:0 12px;background:#fff;color:var(--ink);outline:none}.login-form input:focus{border-color:var(--ink);box-shadow:0 0 0 3px #11182714}.password-control{display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:stretch}.password-control input{border-right:0}.password-toggle{display:grid;min-height:44px;place-items:center;border:1px solid var(--line);background:#fff;color:var(--muted);cursor:pointer}.password-toggle:hover,.password-toggle.is-visible{color:var(--ink)}.password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.login-submit{min-height:44px;border:0;background:var(--button);color:#fff;cursor:pointer;font-weight:800}.login-submit:disabled{cursor:wait;opacity:.68}.login-links{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin-top:18px}.login-links button{border:0;border-bottom:1px solid currentColor;padding:0;background:transparent;color:var(--muted);cursor:pointer;font-weight:800}.account-panel{display:grid;gap:10px;padding:14px;border:1px solid var(--line);background:var(--soft)}.account-panel strong{color:var(--ink);font-size:1.05rem}.account-panel span{color:var(--muted);font-size:.92rem}.login-message{min-height:1.4em;margin:16px 0 0;color:#344054;font-size:.9rem;font-weight:700;text-align:center}.login-message:empty{display:none}.login-message.is-success{color:#027a48}.login-message.is-error{color:#b42318}.hero-slider{position:relative;height:clamp(360px,56vw,690px);overflow:hidden;background:#ddd}.hero-slider figure{position:absolute;inset:0;margin:0;opacity:0;animation:slideFade 12s infinite}.hero-slider figure:nth-child(2){animation-delay:4s}.hero-slider figure:nth-child(3){animation-delay:8s}.hero-slider img{width:100%;height:100%;object-fit:cover}@keyframes slideFade{0%,27%{opacity:1}34%,to{opacity:0}}.headline-section{padding:42px clamp(20px,5vw,72px) 84px;text-align:center}.divider{width:70px;height:2px;margin:0 auto 48px;background:var(--ink)}.headline-inner{max-width:850px;margin:0 auto}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0 0 18px;font-size:clamp(2.5rem,6vw,5.8rem);line-height:1.02}h2{margin:0 0 18px;font-size:clamp(2rem,4.2vw,4.5rem);line-height:1.06}h3{margin:0 0 10px;font-size:1.25rem}.headline-inner p{margin:0 auto 28px;max-width:560px;color:var(--muted)}.about-section,.lead-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:clamp(32px,6vw,86px);align-items:center;padding:clamp(70px,9vw,120px) clamp(20px,5vw,72px);background:var(--soft)}.about-image-stack{display:grid;grid-template-columns:1fr .72fr;gap:18px;align-items:end}.about-image-stack img:first-child{aspect-ratio:1 / 1;width:100%;object-fit:cover}.about-image-stack img:last-child{aspect-ratio:.75 / 1;width:100%;object-fit:cover;transform:translateY(34px)}.copy-block p,.section-heading p,.service-card p,.benefit p,.testimonial p,.lead-section p,.footer-brand p,.subscribe-form p{color:var(--muted)}.section-label{margin:0 0 10px;color:var(--ink)!important;font-weight:700}.text-link{background:transparent;color:var(--ink);padding:0;min-height:auto;border-bottom:1px solid currentColor}.services-section,.testimonials-section{padding:clamp(70px,9vw,120px) clamp(20px,5vw,72px)}.section-heading{max-width:720px;margin:0 auto 44px;text-align:center}.section-heading.centered{margin-bottom:34px}.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.service-card{min-height:360px}.service-card img{width:100%;aspect-ratio:1.1 / 1;object-fit:cover;margin-bottom:20px}.benefits-section{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.benefit{min-height:180px;padding:36px clamp(20px,4vw,44px);border-right:1px solid var(--line)}.benefit:last-child{border-right:0}.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.testimonial{padding:34px;border:1px solid var(--line);background:#fff}.client{display:flex;align-items:center;gap:12px;margin-top:24px}.client img{width:54px;height:54px;border-radius:50%}.lead-section{background:var(--ink);color:#fff}.lead-section img{width:100%;aspect-ratio:1.35 / 1;object-fit:cover}.lead-section p{color:#ffffffbd}.lead-section .primary-link{background:#fff;color:var(--ink)}.site-footer{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(220px,.8fr) minmax(260px,.8fr);gap:clamp(30px,6vw,80px);padding:70px clamp(20px,5vw,72px) 28px;background:#f7f7f7}.roller-hero{position:relative;height:clamp(420px,58vw,720px);overflow:hidden;background:#222;color:#fff}.roller-hero article{position:absolute;inset:0;display:grid;place-items:center;margin:0;opacity:0;animation:slideFade 12s infinite}.roller-hero article:nth-child(2){animation-delay:4s}.roller-hero article:nth-child(3){animation-delay:8s}.roller-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.roller-hero article:after{content:"";position:absolute;inset:0;background:#00000061}.roller-hero div{position:relative;z-index:2;max-width:760px;padding:0 24px;text-align:center}.roller-hero h1{color:#fff}.roller-hero p{color:#ffffffdb;font-size:clamp(1rem,2vw,1.35rem)}.roller-content{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(320px,1fr);gap:clamp(28px,6vw,80px);padding:clamp(64px,9vw,110px) clamp(20px,5vw,72px)}.roller-title{align-self:start}.roller-text{color:var(--muted);font-size:1.05rem}.roller-text p{margin:0 0 18px}.page-divider{width:min(1120px,calc(100% - 40px));height:1px;margin:0 auto;border:0;background:var(--line)}.fabric-accordion{width:min(1120px,calc(100% - 40px));margin:0 auto;padding:clamp(44px,7vw,80px) 0}.fabric-accordion details{border:1px solid var(--line);background:#fff}.fabric-accordion details+details{margin-top:16px}.fabric-accordion summary{display:flex;align-items:center;justify-content:space-between;min-height:68px;padding:0 24px;cursor:pointer;font-size:1.2rem;font-weight:700}.accordion-copy{padding:0 24px 24px;color:var(--muted)}.empty-copy{padding-top:20px}.fabric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 24px 24px}.fabric-grid img{width:100%;aspect-ratio:3 / 2;object-fit:cover;border:1px solid var(--line)}.order-page{background:var(--soft)}.order-hero{padding:12px clamp(20px,5vw,72px) 18px;text-align:center}.order-hero h1{max-width:860px;margin:0 auto 6px;font-size:clamp(1.3rem,2.4vw,2.35rem);line-height:1.08}.order-hero p:last-child{max-width:720px;margin:0 auto;color:var(--muted)}.wizard-shell{width:min(1180px,calc(100% - 40px));margin:0 auto clamp(70px,9vw,120px);padding:clamp(22px,4vw,42px);border:1px solid var(--line);background:#fff}.floor-control label,.curtain-count-row label,.curtain-row label,.customer-section label{display:grid;gap:7px;color:var(--muted);font-weight:700}.floor-control input,.curtain-count-row input,.curtain-row input,.curtain-row select,.customer-section input,.customer-section textarea{min-height:44px;width:100%;border:1px solid var(--line);padding:0 12px;background:#fff;color:var(--ink)}.unit-input{display:grid;grid-template-columns:minmax(72px,1fr) auto;align-items:center;border:1px solid var(--line);background:#fff}.unit-input input{min-width:0;border:0}.unit-input span{padding:0 10px 0 6px;color:var(--muted);font-weight:800}.customer-section textarea{min-height:96px;padding:12px;resize:vertical}.floor-control{max-width:260px}.order-form-body{margin-top:24px}.order-form-body.is-disabled{color:#9a9a9a}.order-form-body.is-disabled .floor-panel,.order-form-body.is-disabled .customer-section{background:#f3f3f1}input:disabled,select:disabled,textarea:disabled,button:disabled{cursor:default}input:disabled,select:disabled,textarea:disabled{background:#f1f1ef;color:#8b8b8b}.order-form-body.is-disabled{cursor:help}.order-form-body.is-disabled input:disabled,.order-form-body.is-disabled select:disabled,.order-form-body.is-disabled textarea:disabled,.order-form-body.is-disabled button:disabled{pointer-events:none}.locked-tooltip{position:fixed;z-index:80;max-width:180px;padding:7px 10px;border:1px solid #d6d0c7;background:#fff;color:var(--ink);font-size:.88rem;font-weight:800;line-height:1.3;box-shadow:0 10px 24px #0000001f;pointer-events:none}.locked-tooltip[hidden]{display:none}.floor-toolbar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:18px;margin:0 0 24px}.floor-tabs{display:flex;flex-wrap:wrap;gap:10px}.floor-tabs button,.measure-button,.confirm-order,.submit-order{min-height:44px;border:1px solid var(--line);padding:0 18px;background:#fff;color:var(--ink);cursor:pointer;font-weight:800}.floor-tabs button.active,.confirm-order,.submit-order{background:var(--button);color:#fff}.confirm-order:disabled{cursor:not-allowed;opacity:.45}.floor-panel{display:none}.floor-panel.active{display:block}.curtain-count-row{max-width:280px;margin-bottom:18px}.curtain-rows{display:grid;gap:12px}.curtain-header{display:grid;grid-template-columns:34px minmax(128px,.76fr) 10px minmax(128px,.76fr) 68px minmax(124px,.82fr) 120px 96px;gap:8px;align-items:end;margin:0 14px 8px;color:var(--muted);font-weight:900}.curtain-row{display:grid;grid-template-columns:34px minmax(128px,.76fr) 10px minmax(128px,.76fr) 68px minmax(124px,.82fr) 120px 96px;gap:8px;align-items:center;padding:12px 14px;border:1px solid var(--line);background:#fbfbfa}.row-index{display:grid;width:32px;height:44px;place-items:center;background:#eee;font-weight:900}.field-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.size-x{min-height:44px;display:grid;place-items:center;color:var(--muted);font-weight:900}.color-cell{min-width:0;max-width:120px}.position-field{max-width:68px}.type-field{min-width:0}.position-field select,.roller-color-control select{min-width:0;width:100%}.roller-color-control{display:grid;grid-template-columns:68px 44px;gap:8px;align-items:end}.preview-swatch{min-height:44px;border:1px solid var(--line);padding:0 12px;background:#fff;color:var(--ink);cursor:pointer;font-weight:800}.icon-button{display:inline-grid;width:44px;place-items:center;padding:0}.icon-button svg,.location-button svg,.time-picker-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.upload-field{min-width:0}.photo-input{position:absolute;width:1px!important;height:1px;min-height:0!important;border:0!important;padding:0!important;opacity:0;pointer-events:none}.upload-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--line);padding:0 10px;background:#fff;color:var(--ink);cursor:pointer;font-weight:800}.upload-button.disabled{background:#f1f1ef;color:#8b8b8b;cursor:not-allowed}.upload-name{min-height:1.2em;color:var(--muted);font-size:.78rem;line-height:1.25}.measure-button{justify-self:start}.measure-button-top{margin-left:auto;min-width:150px}.customer-section{margin-top:26px;padding:clamp(18px,3vw,28px);border:1px solid var(--line);background:#fbfbfa}.customer-section h2{margin:0 0 18px;font-size:clamp(1.35rem,2.6vw,2rem)}.customer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.full-span{grid-column:1 / -1}.time-range-control{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;min-height:44px}.time-picker-button{display:grid;width:44px;min-height:44px;place-items:center;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}.time-picker-button:disabled{background:#f1f1ef;color:#8b8b8b}.time-range-value{color:var(--muted);font-size:.92rem;font-weight:700;line-height:1.35}.time-picker-input{position:absolute;left:0;top:0;width:44px!important;height:44px;min-height:44px!important;border:0!important;padding:0!important;opacity:0;pointer-events:none}.address-control{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:10px}.location-button{display:grid;min-height:44px;place-items:center;border:1px solid var(--line);background:#fff;color:var(--ink);cursor:pointer}.location-button:disabled{background:#f1f1ef;color:#8b8b8b}.location-status{min-height:1.4em;color:var(--muted);font-size:.9rem;font-weight:600}.location-status a{border-bottom:1px solid currentColor}.wizard-actions{display:flex;justify-content:flex-end;margin-top:28px}.order-result{margin-top:30px;padding-top:26px;border-top:1px solid var(--line)}.order-result h2{font-size:clamp(1.6rem,3vw,2.4rem)}.result-list{padding:18px;background:#f7f7f7}.result-list p{margin:0 0 8px}.submit-order{margin-top:18px}.measure-dialog,.swatch-dialog{width:min(640px,calc(100% - 40px));border:1px solid var(--line);padding:28px}.measure-dialog::backdrop,.swatch-dialog::backdrop{background:#0000006b}.swatch-dialog{width:min(860px,calc(100% - 34px))}.measure-dialog{width:min(1040px,calc(100% - 34px));max-height:90vh;overflow:auto}.measure-dialog-header{max-width:720px;margin-bottom:22px}.measure-dialog-header h2{margin:0 0 10px;font-size:clamp(1.8rem,3.4vw,3rem)}.measure-dialog-header p:last-child{margin:0;color:var(--muted)}.measure-guide{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.8fr);gap:26px;align-items:start}.measure-diagram{position:relative;margin:0;min-height:360px;overflow:hidden;background:#eef1ef}.measure-photo{min-height:auto;background:#f5f3ec}.measure-photo img{width:100%;height:auto;display:block}.measure-photo figcaption{position:static;padding:12px 16px 16px;background:#fff;text-align:left}.window-reveal{position:absolute;inset:38px 62px 74px;display:grid;place-items:center;padding:34px;background:#dbe2df;border:1px solid #c5cfca;box-shadow:inset 18px 18px 30px #00000014,inset -16px -16px 28px #ffffffad}.window-frame{position:absolute;inset:58px;display:grid;place-items:stretch;padding:12px;background:#2b302f;box-shadow:0 18px 34px #00000029}.window-glass{background:linear-gradient(180deg,#f8fbfb,#dfe9ed 58%,#cddce1);border:2px solid #111}.measure-diagram figcaption{position:absolute;left:24px;right:24px;bottom:20px;margin:0;color:var(--muted);text-align:center;font-size:.92rem}.measure-line{position:absolute;z-index:1;display:block;background:#f9d34f;box-shadow:0 0 0 2px #00000047}.measure-line:before,.measure-line:after{position:absolute;width:13px;height:13px;border-top:3px solid #f9d34f;border-left:3px solid #f9d34f;content:"";filter:drop-shadow(0 1px 1px rgba(0,0,0,.65))}.measure-line-width{left:24%;right:24%;bottom:25%;height:3px}.measure-line-width:before{left:-1px;top:-5px;transform:rotate(-45deg)}.measure-line-width:after{right:-1px;top:-5px;transform:rotate(135deg)}.measure-line-height{top:27%;bottom:31%;right:25%;width:3px}.measure-line-height:before{left:-5px;top:-1px;transform:rotate(45deg)}.measure-line-height:after{left:-5px;bottom:-1px;transform:rotate(225deg)}.measure-tag{position:absolute;z-index:2;display:inline-grid;min-height:34px;place-items:center;padding:0 12px;background:#fff;color:var(--ink);font-weight:900;box-shadow:0 10px 24px #00000029}.measure-tag-width{left:50%;bottom:calc(25% + 12px);transform:translate(-50%)}.measure-tag-height{right:calc(25% + 14px);top:50%;transform:translateY(-50%)}.measure-copy{display:grid;gap:18px}.measure-copy section{padding:18px;border:1px solid var(--line);background:#fbfbfa}.measure-copy h3{margin:0 0 10px;font-size:1.2rem}.measure-copy ol{margin:0;padding-left:22px;color:var(--muted)}.measure-copy li+li{margin-top:7px}.measure-note{display:grid;gap:5px;padding:16px 18px;background:var(--button);color:#fff}.swatch-dialog h2{margin-right:48px;font-size:clamp(1.7rem,3vw,2.8rem)}.swatch-dialog-image{width:100%;max-height:72vh;object-fit:contain;background:#f5f5f5}.dialog-close{float:right;width:36px;height:36px;border:1px solid var(--line);background:#fff;cursor:pointer;font-size:1.4rem}.footer-brand img{width:120px;margin-bottom:20px}.socials,.footer-contact{display:grid;gap:10px}.subscribe-form{display:grid;gap:14px}.subscribe-form label{display:grid;gap:7px;color:var(--muted)}.subscribe-form input{width:100%;min-height:44px;border:1px solid var(--line);padding:0 12px}.subscribe-form button{border:0}.copyright{grid-column:1 / -1;padding-top:28px;border-top:1px solid var(--line);color:var(--muted);text-align:center}@media(max-width:1050px){.main-nav{grid-template-columns:auto 1fr auto}.search-button{display:none}.menu{justify-content:center;gap:16px;font-size:.92rem}.service-grid,.benefits-section{grid-template-columns:repeat(2,minmax(0,1fr))}.benefit:nth-child(2){border-right:0}}@media(max-width:820px){.main-nav{position:static;grid-template-columns:1fr auto;min-height:auto;padding:18px 20px}.nav-actions{grid-column:2;grid-row:1}.menu{grid-column:1 / -1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;justify-content:stretch;gap:0;border-top:1px solid var(--line);padding-top:14px}.menu>li>a{min-height:38px}.menu ul{position:static;width:auto;border:0;box-shadow:none;opacity:1;pointer-events:auto;transform:none;padding:0 0 8px 12px}.menu ul a{padding:5px 0;font-size:.88rem}.about-section,.lead-section,.roller-content,.site-footer{grid-template-columns:1fr}.curtain-row{grid-template-columns:42px 1fr 18px 1fr}.curtain-header{display:none}.field-label{position:static;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;white-space:normal}.curtain-row label:nth-of-type(3),.curtain-row label:nth-of-type(4),.color-cell,.upload-field{grid-column:1 / -1}.position-field,.color-cell{max-width:150px}.measure-guide{grid-template-columns:1fr}.floor-toolbar{display:grid;grid-template-columns:1fr}.measure-button-top{margin-left:0;justify-self:start}.customer-grid,.testimonial-grid{grid-template-columns:1fr}}@media(max-width:600px){.topbar-inner{justify-content:flex-start;gap:8px 18px;padding:10px 18px}.order-button{padding:0 14px}.login-button{min-width:0;padding:0 14px}.hero-slider{height:340px}.roller-hero{height:380px}.headline-section{padding-top:34px}h1{font-size:clamp(2.25rem,13vw,4rem)}h2{font-size:clamp(1.85rem,10vw,3rem)}.about-image-stack,.service-grid,.fabric-grid,.benefits-section{grid-template-columns:1fr}.curtain-row{grid-template-columns:36px 1fr}.size-x{display:none}.curtain-row label,.color-cell{grid-column:1 / -1}.roller-color-control{grid-template-columns:1fr}.measure-dialog{padding:20px}.measure-diagram{min-height:300px}.window-reveal{inset:28px 28px 68px;padding:20px}.window-frame{inset:44px 32px 52px}.measure-line-width{left:20%;right:20%}.measure-line-height{right:21%}.measure-tag-height{right:calc(21% + 14px)}.about-image-stack img:last-child{transform:none}.benefit,.benefit:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}}.order-system{background:#f4f6f8;color:#141923;font-size:14px}.order-system .topbar{background:#101723;font-size:.78rem}.order-system .topbar-inner{justify-content:flex-start;max-width:1180px;margin:0 auto;padding:7px 20px;gap:18px}.order-system .main-nav{min-height:66px;padding:0 max(20px,calc((100vw - 1180px)/2 + 20px));border-bottom:1px solid #dde3ea;box-shadow:0 1px #10182805}.order-system .logo{gap:2px}.order-system .logo img{width:116px}.order-system .logo span{font-size:.76rem}.order-system .search-button{display:none}.order-system .menu{gap:22px;font-size:.88rem}.order-system .menu>li>a{min-height:66px}.order-system .order-button{width:auto;justify-self:end;min-height:38px;border-radius:6px;padding:0 18px;box-shadow:0 8px 18px #11182724}.order-system .login-button{min-height:38px;min-width:38px;border-color:#cfd8e3;border-radius:6px;padding:0 16px;color:#344054;font-size:.88rem;font-weight:720}.order-system .login-button.is-logged-in{border-color:#abefc6;background:#ecfdf3;color:#027a48;padding:0}.order-system .order-page{min-height:calc(100vh - 66px);background:linear-gradient(180deg,#f8fafc,#f4f6f8 240px),#f4f6f8}.order-system .order-hero{display:flex;width:min(1180px,calc(100% - 40px));align-items:end;justify-content:space-between;gap:22px;margin:0 auto;padding:22px 0 16px;text-align:left}.order-system .order-hero h1{max-width:none;margin:0 0 5px;color:#111827;font-size:clamp(1.45rem,2.2vw,2rem);font-weight:760;letter-spacing:0;line-height:1.12}.order-system .order-hero p:last-child{max-width:680px;margin:0;color:#667085;font-size:.92rem;line-height:1.55}.order-system .wizard-shell{width:min(1180px,calc(100% - 40px));margin:0 auto 64px;padding:0;overflow:hidden;border:1px solid #dbe2ea;border-radius:8px;background:#fff;box-shadow:0 16px 36px #11182712}.order-system .floor-control{max-width:none;padding:18px 24px;border-bottom:1px solid #e6ebf0;background:#fff}.order-system .floor-control label{width:min(260px,100%)}.order-system .floor-control label,.order-system .curtain-count-row label,.order-system .curtain-row label,.order-system .customer-section label{gap:6px;color:#344054;font-size:.82rem;font-weight:680}.order-system .floor-control input,.order-system .curtain-count-row input,.order-system .curtain-row input,.order-system .curtain-row select,.order-system .customer-section input,.order-system .customer-section textarea{min-height:38px;border:1px solid #cfd8e3;border-radius:6px;padding:0 10px;background:#fff;color:#111827;font-size:.9rem;font-weight:560;outline:none;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.order-system .floor-control input:focus,.order-system .curtain-count-row input:focus,.order-system .curtain-row input:focus,.order-system .curtain-row select:focus,.order-system .customer-section input:focus,.order-system .customer-section textarea:focus{border-color:#111827;box-shadow:0 0 0 3px #11182714}.order-system .customer-section textarea{min-height:82px;padding:10px 12px}.order-system .unit-input{min-height:38px;grid-template-columns:minmax(64px,1fr) 36px;overflow:hidden;border:1px solid #cfd8e3;border-radius:6px}.order-system .unit-input input{min-height:36px;border:0;border-radius:0;box-shadow:none}.order-system .unit-input span{display:grid;min-height:36px;place-items:center;border-left:1px solid #e4e9ef;background:#f8fafc;color:#667085;padding:0;font-size:.78rem}.order-system input:disabled,.order-system select:disabled,.order-system textarea:disabled{border-color:#d8dee6;background:#f1f4f7;color:#98a2b3}.order-system .order-form-body{margin:0;padding:20px 24px 0}.order-system .order-form-body.is-disabled .floor-panel,.order-system .order-form-body.is-disabled .customer-section{background:#f7f9fb}.order-system .locked-tooltip{border-color:#cfd8e3;border-radius:6px;color:#111827;box-shadow:0 12px 30px #11182729}.order-system .floor-toolbar{align-items:center;gap:12px;margin:0 0 18px}.order-system .floor-tabs{gap:8px}.order-system .floor-tabs button,.order-system .measure-button,.order-system .confirm-order,.order-system .submit-order{min-height:38px;border:1px solid #cfd8e3;border-radius:6px;padding:0 14px;background:#fff;color:#344054;font-size:.88rem;font-weight:720}.order-system .floor-tabs button.active,.order-system .confirm-order,.order-system .submit-order{border-color:#111827;background:#111827;color:#fff}.order-system .measure-button{color:#111827}.order-system .measure-button:before{content:none}.order-system .curtain-count-row{max-width:238px;margin-bottom:18px}.order-system .curtain-header{grid-template-columns:34px minmax(118px,.76fr) 10px minmax(118px,.76fr) 76px minmax(126px,.82fr) 124px 96px;gap:8px;align-items:center;min-width:790px;margin:0;padding:9px 14px;border:1px solid #e2e8f0;border-radius:7px 7px 0 0;background:#f8fafc;color:#667085;font-size:.78rem;font-weight:760}.order-system .curtain-rows{gap:0;overflow-x:auto;padding-bottom:2px}.order-system .curtain-row{grid-template-columns:34px minmax(118px,.76fr) 10px minmax(118px,.76fr) 76px minmax(126px,.82fr) 124px 96px;min-width:790px;gap:8px;align-items:center;padding:10px 14px;border:1px solid #e2e8f0;border-top:0;background:#fff}.order-system .curtain-row:last-child{border-radius:0 0 7px 7px}.order-system .row-index{width:28px;height:28px;border-radius:5px;background:#eef2f6;color:#344054;font-size:.82rem}.order-system .size-x{min-height:38px;color:#98a2b3}.order-system .position-field,.order-system .color-cell{max-width:none}.order-system .roller-color-control{grid-template-columns:minmax(70px,1fr) 38px;gap:7px}.order-system .preview-swatch,.order-system .time-picker-button,.order-system .location-button{min-height:38px;border:1px solid #cfd8e3;border-radius:6px;background:#fff;color:#344054}.order-system .icon-button{width:38px}.order-system .upload-button{min-height:38px;border-color:#cfd8e3;border-radius:6px;padding:0 10px;color:#344054;font-size:.86rem;font-weight:720}.order-system .upload-field{display:block}.order-system .upload-field .upload-button{width:100%}.order-system .upload-name{display:block;margin-top:4px;color:#667085}.order-system .upload-name:empty{display:none}.order-system .customer-section{margin:24px -24px 0;padding:22px 24px 24px;border:0;border-top:1px solid #e6ebf0;background:#fbfcfe}.order-system .customer-section h2{margin-bottom:14px;color:#111827;font-size:1rem;font-weight:760}.order-system .customer-grid{grid-template-columns:minmax(130px,.8fr) minmax(150px,.9fr) minmax(150px,.9fr) minmax(220px,1.1fr);gap:14px}.order-system .time-range-control{grid-template-columns:38px minmax(0,1fr);min-height:38px}.order-system .time-picker-button{width:38px}.order-system .time-range-value{color:#667085;font-size:.84rem;font-weight:650}.order-system .time-picker-input{width:38px!important;height:38px;min-height:38px!important}.order-system .address-control{grid-template-columns:minmax(0,1fr) 42px;gap:8px}.order-system .location-button{width:42px}.order-system .location-status{color:#667085;font-size:.82rem}.order-system .wizard-actions{position:sticky;bottom:0;z-index:5;margin:0 -24px;padding:14px 24px;border-top:1px solid #e6ebf0;background:#ffffffeb;backdrop-filter:blur(12px)}.order-system .confirm-order{min-width:112px;box-shadow:0 10px 20px #11182724}.order-system .confirm-order:disabled{border-color:#d8dee6;background:#d8dee6;color:#98a2b3;box-shadow:none;opacity:1}.order-system .submit-order:disabled{cursor:not-allowed;opacity:.62}.order-system .order-result{margin:0;padding:22px 24px 24px;border-top:1px solid #e6ebf0;background:#fff}.order-system .order-result h2{font-size:1.12rem}.order-system .result-list{border:1px solid #e2e8f0;border-radius:7px;background:#f8fafc}.order-system .submit-status{margin:12px 0 0;color:#667085;font-size:.9rem;font-weight:720}.order-system .submit-status:empty{display:none}.order-system .submit-status.is-success{color:#027a48}.order-system .submit-status.is-error{color:#b42318}.order-system .measure-dialog,.order-system .swatch-dialog{border-radius:8px;box-shadow:0 24px 80px #11182738}@media(max-width:980px){.order-system .main-nav{grid-template-columns:auto 1fr auto;gap:18px}.order-system .menu{gap:14px;font-size:.82rem}}@media(max-width:820px){.order-system .topbar-inner{padding:7px 18px;gap:8px 16px}.order-system .main-nav{grid-template-columns:1fr auto;padding:14px 18px}.order-system .nav-actions{grid-column:2;grid-row:1}.order-system .menu{display:none}.order-system .order-hero{width:min(100% - 28px,1180px);padding:18px 0 14px}.order-system .wizard-shell{width:min(100% - 28px,1180px);margin-bottom:44px}.order-system .floor-control,.order-system .order-form-body{padding-left:18px;padding-right:18px}.order-system .customer-section{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.order-system .customer-grid{grid-template-columns:1fr 1fr}.order-system .wizard-actions{margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}.order-system .curtain-row{grid-template-columns:36px 1fr;min-width:0;gap:10px 12px;padding:14px;border-top:1px solid #e2e8f0;border-radius:7px}.order-system .curtain-row+.curtain-row{margin-top:12px}.order-system .curtain-header{display:none}.order-system .curtain-row label,.order-system .color-cell,.order-system .upload-field{grid-column:1 / -1}.order-system .field-label{position:static;width:auto;height:auto;overflow:visible;clip:auto;clip-path:none;color:#344054;white-space:normal}.order-system .size-x{display:none}.order-system .position-field,.order-system .color-cell{max-width:none}.order-system .roller-color-control{grid-template-columns:minmax(0,1fr) 38px}}@media(max-width:560px){.order-system .order-button{min-height:36px;padding:0 14px}.order-system .order-hero h1{font-size:1.35rem}.order-system .order-hero{display:grid;gap:8px}.order-system .order-hero h1,.order-system .order-hero p:last-child{width:100%}.order-system .floor-toolbar{display:grid;grid-template-columns:1fr}.order-system .measure-button-top{justify-self:start;margin-left:0}.order-system .customer-grid{grid-template-columns:1fr}.order-system .confirm-order{width:100%}}
