:root{--ink:#232323;--muted:#6f6f6f;--line:#e2e2e2;--accent:#919191;--wash:#f6f6f6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8f8f8;color:var(--ink);font:18px/1.6 Lato,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}a,button{touch-action:manipulation}button{cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #919191;outline-offset:3px}img{display:block;max-width:100%}h1,h2,h3,h4,p{margin:0}h1,h2,h3{line-height:1.18;letter-spacing:-.04em}h1{font-size:48px}h2{font-size:30px}h3{font-size:21px}small{display:block;color:var(--muted);font-size:15px}input,select,textarea{width:100%;border:1px solid var(--line);background:white;border-radius:7px;padding:11px 13px;color:var(--ink);min-width:0}input[readonly]{background:#f3f3f3}label{display:grid;gap:7px;font-weight:600;font-size:16px}input[type=checkbox]{width:18px;height:18px;flex-shrink:0;accent-color:var(--accent)}.button{display:inline-flex;justify-content:center;align-items:center;gap:25px;background:var(--ink);border:1px solid var(--ink);border-radius:7px;padding:13px 22px;font-size:16px;font-weight:700;min-height:46px}.button:hover{background:#444444}.button.secondary{background:white;color:var(--ink);border-color:var(--line)}.text-button{background:none;border:0;padding:8px;color:#676767;text-decoration:underline;text-underline-offset:4px;font-size:16px}.text-link{color:#6e6e6e;border-bottom:1px solid #a5a5a5;padding-bottom:5px}.eyebrow{display:block;letter-spacing:2px;color:#7a7a7a;font-size:13px;font-weight:700}.announcement{display:flex;justify-content:space-between;padding:7px max(25px,calc((100vw - 1320px)/2));background:#242424;color:#e0e0e0;font-size:13px;letter-spacing:.3px}.header{display:flex;align-items:center;gap:35px;padding:22px max(25px,calc((100vw - 1320px)/2));background:white;border-bottom:1px solid var(--line)}.brand{flex-shrink:0}.brand img{width:230px}.header nav{display:flex;gap:30px;align-items:center;margin-left:auto;font-size:16px}.header>button{font-size:14px}.home{max-width:1440px;margin:auto}.hero{display:grid;grid-template-columns:46% 54%;min-height:620px}.hero-copy{padding:65px 45px 55px 60px;align-self:center}.hero h1{font-size:76px;line-height:1.03;letter-spacing:-4px;margin:25px 0}.hero h1 em{color:#7f7f7f;font-style:normal;font-weight:400}.hero p{max-width:370px;color:var(--muted);font-size:18px;line-height:1.9;margin-bottom:28px}.hero-copy>small{font-size:13px;margin-top:23px}.hero-image{position:relative;overflow:hidden;background:#e5e5e5}.hero-image>img{width:100%;height:100%;object-fit:cover}.hero-image>span{position:absolute;left:30px;bottom:30px;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:17px 24px;border-radius:7px;font-size:15px;letter-spacing:1px}.hero-image b{display:block;font-weight:400;font-size:14px;color:#7c7c7c;letter-spacing:0}.benefits{margin:0 60px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);padding:35px 0;gap:30px}.benefits article{display:flex;gap:15px;align-items:center}.benefits img{width:35px;height:35px;object-fit:contain}.benefits h3{font-size:17px;letter-spacing:0}.benefits p{font-size:14px;color:var(--muted);margin-top:7px}.section-intro{text-align:center;margin:80px auto 35px;max-width:620px;padding:0 20px}.section-intro h2{font-size:43px;margin:15px 0}.section-intro p{font-size:17px;color:var(--muted)}.finish-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:27px;margin:0 60px}.finish-image{height:280px;position:relative;border-radius:12px;overflow:hidden;background:#e9e9e9}.finish-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.finish-grid a:hover img{transform:scale(1.03)}.finish-image>span{position:absolute;top:18px;left:18px;background:#ffffffe8;border-radius:50%;width:32px;height:32px;text-align:center;line-height:32px;font-size:14px}.finish-grid h3{display:flex;justify-content:space-between;margin:20px 0 10px;font-size:23px}.finish-grid h3 span{font-weight:400;color:#7d7d7d}.finish-grid p{font-size:16px;color:var(--muted);line-height:1.8}.editorial{margin:85px 60px;display:grid;grid-template-columns:1fr 1fr;background:#ececec;min-height:400px;border-radius:14px;overflow:hidden}.editorial>img{width:100%;height:100%;max-height:450px;object-fit:cover}.editorial>div{padding:50px}.editorial h2{font-size:44px;margin:20px 0}.editorial p{font-size:17px;color:var(--muted);margin-bottom:25px}footer{border-top:1px solid var(--line);padding:45px 30px;text-align:center;background:white}footer>img{width:170px;margin:auto}footer>p{font-size:15px;color:var(--muted);margin:15px}footer>div{display:flex;justify-content:center;gap:25px;font-size:15px;margin:20px}footer small{font-size:13px}.page{max-width:1320px;margin:0 auto;padding:42px 25px 65px}.page-heading{margin-bottom:35px}.page-heading h1{margin:12px 0}.page-heading p{color:var(--muted);font-size:17px}.auth-page{max-width:500px;padding:65px 25px;margin:0 auto;min-height:650px}.auth-page h1{font-size:39px;margin:20px 0}.auth-page>p{color:var(--muted);font-size:17px}.auth-form{display:grid;gap:21px;margin-top:30px}.auth-form>a:not(.button){font-size:16px;text-decoration:underline}.notice{padding:14px 17px;border-left:2px solid #979797;color:#5e5e5e;border-radius:0 7px 7px 0;font-size:15px;line-height:1.8;margin:15px 0}.notice a{text-decoration:underline}.panel{background:white;border:1px solid var(--line);border-radius:12px;padding:28px;margin:25px 0}.panel>h2{margin-bottom:15px}.empty{padding:60px 20px;text-align:center;background:white;border:1px solid var(--line);border-radius:10px;color:var(--muted);margin:25px 0}.section-bar{display:flex;justify-content:space-between;align-items:center;gap:25px;margin:25px 0}.section-bar p{font-size:16px;color:var(--muted);margin-top:10px}.order-list{margin-top:25px}.order-list>a{display:flex;gap:25px;align-items:center;padding:23px;background:white;border-bottom:1px solid var(--line)}.order-list>a>b{margin-left:auto}.badge{display:inline-block;padding:5px 11px;font-size:13px;color:#6b6b6b;background:#eaeaea;border-radius:5px}.details{margin:20px 0}.details>div{display:flex;justify-content:space-between;gap:25px;padding:10px 0;border-bottom:1px solid var(--line);font-size:16px}.details dt{color:var(--muted)}.details dd{margin:0;text-align:right}.pre-wrap{white-space:pre-wrap}.admin-nav{display:flex;gap:7px;flex-wrap:wrap;padding:14px;background:white;border:1px solid var(--line);border-radius:10px;margin-bottom:30px}.admin-nav a{padding:9px 12px;font-size:15px;border-radius:5px;background:#f5f5f5}.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.metrics article{padding:25px;background:white;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column}.metrics strong{font-size:36px}.metrics span{font-size:16px;color:var(--muted)}.field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:25px 0}.actions{display:flex;gap:15px}.table-wrap{overflow-x:auto;background:white;border:1px solid var(--line);border-radius:10px}table{width:100%;border-collapse:collapse;font-size:15px;text-align:left}td,th{padding:16px;border-bottom:1px solid var(--line)}thead th{background:#efefef;font-size:14px}td>small{font-size:13px}.status-form{display:flex;gap:8px;min-width:235px}.status-form select{font-size:14px}.search{display:flex;gap:10px}.search input{min-width:200px}.expert-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;align-items:start}.print-line{background:white;border:1px solid var(--line);border-radius:13px;padding:28px;margin-bottom:24px}.line-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:25px}.line-heading h2{font-size:23px}.line-fieldset{padding:0;border:0;min-width:0}.dimensions{display:grid;grid-template-columns:100px 1fr 15px 1fr;gap:17px;align-items:end}.dimensions>span{line-height:48px;color:#aaaaaa}.ratio-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px}.ratio-controls button{border:1px solid var(--line);background:#f8f8f8;border-radius:6px;padding:8px 12px;color:#767676;font-size:15px}.field-help{margin:10px 0;color:#818181;font-size:14px}.dropzone{position:relative;border:1px dashed #bababa;border-radius:10px;background:#fbfbfb;text-align:center;display:flex;flex-direction:column;align-items:center;padding:25px;margin:23px 0;cursor:pointer}.dropzone>span{font-size:32px;color:#898989}.dropzone strong{font-size:17px}.dropzone p{color:#7d7d7d;font-size:15px;text-decoration:underline}.dropzone small{font-size:13px;margin-top:10px}.dropzone input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.files-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin:20px 0}.files-grid figure{margin:0;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#f9f9f9}.files-grid img{width:100%;height:130px;object-fit:contain}.files-grid figcaption{padding:10px;font-size:14px;overflow-wrap:anywhere}.files-grid figcaption small{font-size:13px}.print-family{border-top:1px solid var(--line);padding-top:25px;margin-top:25px}.family-heading{display:flex;gap:13px;align-items:center;margin-bottom:23px}.family-heading h4{font-size:19px;letter-spacing:-.3px}.family-heading p{color:var(--muted);font-size:15px}.family-marker{background:#f0f0f0;border-radius:8px;padding:10px;display:flex;color:#848484}.family-icon{width:23px;height:23px;flex-shrink:0}.family-step{margin-left:auto;font-size:14px;color:#afafaf}.choice-section,.paper-family{border:0;padding:0;margin:0 0 23px;min-width:0}.choice-section legend,.paper-family legend{display:flex;gap:8px;align-items:center;font-size:16px;font-weight:700;margin-bottom:12px;padding:0}.paper-family legend svg{width:17px;height:17px;color:#999999}.paper-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.paper-choice{display:flex;position:relative;gap:13px;align-items:center;background:white;border:1px solid var(--line);border-radius:9px;padding:15px 32px 15px 13px;text-align:left;min-height:88px}.paper-emblem{display:flex;background:#f1f1f1;border-radius:5px;padding:10px;color:#979797;flex-shrink:0}.paper-copy{display:flex;flex-direction:column;gap:5px}.paper-copy strong{line-height:1.4}.paper-copy>span{font-size:14px;color:#828282}.canvas-label{font-size:13px;color:#808080}.choice-tick{position:absolute;top:13px;right:12px;border:1px solid #cfcfcf;width:15px;height:15px;border-radius:50%;font-size:13px;line-height:13px;text-align:center;color:white}.chosen .choice-tick{background:var(--accent);border-color:var(--accent)}.paper-choice.chosen,.visual-choice.chosen{border-color:#9d9d9d;background:#fcfcfc;box-shadow:0 0 0 1px #9d9d9d20}.paper-choice:hover,.visual-choice:not(:disabled):hover{border-color:#b0b0b0}.visual-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.visual-choice{position:relative;border:1px solid var(--line);border-radius:9px;padding:0;overflow:hidden;background:white;text-align:left}.choice-visual{height:95px;display:flex;align-items:center;justify-content:center;background:#f3f3f3;color:#b3b3b3}.choice-visual>img{width:100%;height:100%;object-fit:cover}.choice-copy{gap:5px;padding:11px 12px;min-height:68px}.choice-copy strong{font-size:14px;line-height:1.5}.choice-copy>small,.choice-copy>span{font-size:13px;color:#848484}.availability-note{background:#f4f4f4;border-left:2px solid #b6b6b6;color:#757575;font-size:14px;padding:11px;margin-bottom:13px}.spacing-field{max-width:240px}.field-label{display:flex;align-items:center;gap:8px}.field-icon{width:17px;height:17px}.line-pricing{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.line-pricing strong{display:block;font-size:21px}.order-notes{margin:25px 0}.expert-summary{position:sticky;top:20px;background:white;border:1px solid var(--line);border-radius:12px;padding:24px}.expert-summary h2{font-size:25px;margin:12px 0 20px}.summary-ambiance{border-radius:8px;height:165px;width:100%;object-fit:cover}.summary-line{border-bottom:1px solid var(--line);padding:18px 0}.summary-line strong{font-size:16px;display:flex;justify-content:space-between;gap:10px}.summary-line p{font-size:14px;color:var(--muted);margin-top:6px}.summary-total{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:20px 0}.summary-total strong{font-size:26px;letter-spacing:-1px}.summary-total>span{font-size:16px}.expert-summary>small{font-size:13px}.expert-summary .button{width:100%;font-size:15px;margin:15px 0}.check{display:flex;align-items:flex-start;font-size:14px;font-weight:400;gap:10px}.mobile-total{display:none}.family-empty{font-size:15px;color:var(--muted)}@media(max-width:1050px){.header{gap:20px}.header nav{gap:16px}.brand img{width:195px}.hero{min-height:530px}.hero-copy{padding:40px 35px}.hero h1{font-size:60px}.benefits{margin:0 30px;grid-template-columns:repeat(2,1fr)}.finish-grid{margin:0 30px;gap:18px}.finish-image{height:220px}.editorial{margin:65px 30px}.editorial>div{padding:35px}.expert-layout{grid-template-columns:minmax(0,1fr) 280px;gap:18px}.print-line{padding:20px}.paper-choices{grid-template-columns:1fr}.visual-choices{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-summary{padding:18px}.dimensions{grid-template-columns:65px 1fr 10px 1fr;gap:10px}.ratio-controls{align-items:flex-start;flex-direction:column}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){body{font-size:17px}.announcement{justify-content:center;font-size:12px;padding:5px 15px}.announcement>span{display:none}.header{padding:18px 16px;gap:12px;flex-wrap:wrap}.brand img{width:180px}.header nav{font-size:14px;gap:15px}.header nav a:first-child{display:none}.header>button{margin-left:auto;padding:3px}.hero{display:flex;flex-direction:column}.hero-copy{padding:37px 23px}.hero h1{font-size:60px;letter-spacing:-3px;margin:20px 0}.hero p{font-size:17px;max-width:100%}.hero-copy>small{font-size:12px}.hero-image{height:350px}.hero-image>span{left:20px;bottom:20px;padding:12px 18px}.benefits{margin:0 20px;gap:22px 14px;padding:25px 0}.benefits article{gap:10px}.benefits img{width:27px;height:27px}.benefits h3{font-size:15px}.benefits p{font-size:13px;line-height:1.6}.section-intro{margin-top:50px}.section-intro h2{font-size:34px}.section-intro p{font-size:16px}.finish-grid{display:flex;flex-direction:column;margin:0 20px;gap:30px}.finish-image{height:290px}.finish-grid h3{font-size:23px;margin-top:15px}.finish-grid p{font-size:16px}.editorial{margin:50px 20px;display:flex;flex-direction:column}.editorial>img{height:230px}.editorial>div{padding:30px}.editorial h2{font-size:38px}h1{font-size:35px}h2{font-size:25px}.page{padding:30px 16px 50px}.page-heading{margin-bottom:25px}.page-heading p{font-size:16px}.auth-page{padding:40px 23px}.auth-page h1{font-size:35px}.section-bar{align-items:flex-start;flex-direction:column;gap:15px}.order-list>a{flex-wrap:wrap;gap:12px;padding:18px}.order-list>a>b{margin-left:0}.panel{padding:20px}.details>div{font-size:15px;gap:15px}.admin-nav{gap:6px;padding:10px}.admin-nav a{font-size:14px;padding:7px}.metrics{gap:8px}.metrics article{padding:15px 10px}.metrics strong{font-size:30px}.metrics span{font-size:13px}.field-grid{grid-template-columns:1fr;gap:15px}.search{width:100%}.search input{min-width:0}.expert-layout{display:flex;flex-direction:column;gap:20px}.expert-form,.expert-summary{width:100%;min-width:0}.expert-summary{position:static;padding:22px}.expert-page{padding-bottom:100px}.print-line{padding:20px 15px}.dimensions{grid-template-columns:60px 1fr 9px 1fr;gap:8px}.dimensions label{font-size:14px}.dimensions input{font-size:19px;padding:10px 7px}.ratio-controls small{font-size:13px}.paper-choice{min-height:81px}.visual-choices{gap:8px}.choice-copy{padding:10px;min-height:68px}.family-heading h4{font-size:19px}.family-heading p{font-size:14px}.family-marker{padding:8px}.paper-copy strong{font-size:15px}.dropzone{padding:20px 10px}.dropzone strong{font-size:15px}.dropzone small{font-size:12px}.files-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.files-grid img{height:110px}.line-pricing strong{font-size:20px}.line-pricing small{font-size:13px}.mobile-total{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:10;background:#ffffffef;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid var(--line);padding:12px 16px;align-items:center;justify-content:space-between;gap:15px}.mobile-total>span{font-size:13px;color:var(--muted)}.mobile-total b{display:block;font-size:21px;color:var(--ink)}.mobile-total .button{font-size:14px;padding:11px 15px}.expert-page~footer{padding-bottom:110px}.details dd{overflow-wrap:anywhere}.table-wrap{max-width:100%}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}.home-logos{margin:70px 60px 80px}.logo-section+.logo-section{margin-top:65px}.logo-section h2{text-align:center;font-size:36px;margin-bottom:30px}.logo-grid{display:grid;gap:16px;list-style:none;padding:0;margin:0}.partner-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.client-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.logo-card{display:flex;align-items:center;justify-content:center;min-width:0;height:140px;padding:20px;background:white;border:1px solid var(--line);border-radius:10px}.logo-card img{width:100%;height:100%;max-width:210px;object-fit:contain}.client-grid .logo-card{height:160px;padding:24px}@media(max-width:1050px){.home-logos{margin:60px 30px}.client-grid,.partner-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.home-logos{margin:45px 20px 55px}.logo-section+.logo-section{margin-top:45px}.logo-section h2{font-size:29px;margin-bottom:24px}.logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.client-grid .logo-card,.logo-card{height:126px;padding:16px}.header nav{flex-wrap:wrap}.line-pricing{gap:14px}.summary-total{flex-wrap:wrap}}.address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:22px 0}.address-grid .panel{margin:0;min-width:0;overflow-wrap:anywhere}.address-grid h3{margin-bottom:12px}#adresses{margin-top:50px;scroll-margin-top:25px}#adresses .field-grid{margin:20px 0}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,1fr);gap:28px;align-items:start}.checkout-layout h2{margin-bottom:22px}.checkout-layout p{margin:16px 0;overflow-wrap:anywhere}.checkout-layout .text-link{display:inline-block;margin-top:18px}.checkout-summary{position:sticky;top:20px}.checkout-summary>.button{width:100%;margin-top:18px}.checkout-line{padding:18px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.checkout-line p{margin:5px 0}.delivery-choices{display:grid;gap:18px;margin:20px 0}input[type=radio]{width:20px;height:20px;flex-shrink:0;accent-color:var(--accent)}.parcel-detail{font-size:15px;color:var(--muted)}fieldset.panel{min-width:0}fieldset.panel legend{font-weight:700;padding:0 8px}.address-grid fieldset .field-grid{margin-top:20px}.checkout-summary .details>div,.order-list>a{flex-wrap:wrap}@media(max-width:800px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.address-grid{grid-template-columns:1fr}.section-bar{flex-wrap:wrap;gap:16px}.checkout-layout h2{font-size:27px}.summary-total{flex-wrap:wrap;gap:12px}}.expert-layout{grid-template-columns:minmax(0,1fr) 360px;gap:28px}.expert-summary{padding:22px}.dimensions{grid-template-columns:78px minmax(0,1fr) 40px minmax(0,1fr);gap:12px}.dimensions .ratio-toggle{height:46px;width:40px;padding:9px;border:1px solid var(--line);background:#ffffff;border-radius:9px;color:#828282;display:grid;place-items:center}.dimensions .ratio-toggle.linked{background:#ececec;border-color:#bebebe;color:#717171}.ratio-toggle svg{width:23px;height:23px}.ratio-controls{margin-top:10px}.print-line{scroll-margin-top:24px}.paper-emblem{width:65px;height:64px;flex:0 0 65px;background:none;border:0;border-radius:0}.paper-swatch{width:72px;height:64px;overflow:visible}.paper-choice{padding:9px 30px 9px 8px;gap:9px;min-height:82px}.paper-copy strong{font-size:15px;line-height:1.35}.paper-copy>span{font-size:13px}.visual-choices{gap:8px}.visual-choice .choice-visual{height:63px}.visual-choice .choice-copy{padding:10px 8px}.visual-choice .choice-copy strong{font-size:14px;line-height:1.3}.visual-choice .choice-copy small,.visual-choice .choice-copy>span{font-size:12px}.visual-choice .choice-tick{right:6px;top:6px}.visual-choice .choice-visual>img{object-fit:contain;mix-blend-mode:multiply}.visual-choices.mounting-choices{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.mounting-choices .choice-copy{padding:8px 6px}.mounting-choices .choice-copy strong{font-size:13px}.mounting-choices .choice-copy>span{font-size:11px;line-height:1.4}.mounting-choices .choice-visual{height:62px}.plate-swatch{width:100%;height:100%}.choice-none .family-icon{width:25px;height:25px}.wood-colors{border:0;margin:22px 0;padding:0}.wood-colors legend{font-size:16px;font-weight:700;margin-bottom:12px}.wood-colors>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.wood-choice{position:relative;border:1px solid var(--line);border-radius:8px;padding:8px;background:#ffffff;display:grid;gap:7px;text-align:center;font-size:14px}.wood-choice.chosen{border-color:#909090;box-shadow:0 0 0 1px #909090}.wood-choice b{position:absolute;right:12px;top:10px;font-size:12px;background:#ffffffde;border-radius:50%;line-height:19px;width:19px;color:#383838}.wood-sample{display:block;height:27px;border:1px solid #00000015;border-radius:3px;box-shadow:inset 0 2px 3px #ffffff33,inset 0 -2px 3px #00000020}.wood-chene,.wood-noyer{background-image:repeating-linear-gradient(4deg,#00000008,#ffffff15 1px,transparent 2px,transparent 5px,#00000015 6px,transparent 8px)}.wood-noyer{background-blend-mode:multiply}.admin-wood{border:1px solid var(--line);border-radius:8px;padding:12px}.admin-wood legend{font-size:14px}.admin-wood label{margin:7px 0}.finishing-preview{min-width:0;margin:0 0 14px}.preview-stage{position:relative;background:radial-gradient(ellipse at 30% 15%,#f5f5f5,#e9e9e9 75%,#e0e0e0);border-radius:10px;overflow:hidden}.preview-stage>svg{display:block;width:100%;height:auto}.preview-tag{position:absolute;top:12px;left:13px;font-size:10px;letter-spacing:1.8px;text-transform:uppercase;color:#797979}.preview-placeholder{position:absolute;bottom:31px;left:0;right:0;font-size:11px;text-align:center;color:#f6f6f6;background:#2a2a2a55;padding:4px}.preview-filename{font-size:12px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:8px 0;color:var(--muted)}.preview-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:10px}.preview-controls>button{border:1px solid var(--line);background:white;border-radius:50%;width:30px;height:30px;padding:0;color:var(--ink)}.preview-controls>span{font-size:12px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.preview-thumbnails{display:flex;gap:6px;overflow-x:auto;max-width:100%;padding:3px;flex-basis:100%;justify-content:flex-start}.preview-thumbnails>button{padding:2px;border:1px solid transparent;border-radius:5px;background:white;flex:0 0 37px;height:37px}.preview-thumbnails>button[aria-pressed=true]{border-color:#8e8e8e}.preview-thumbnails img{width:100%;height:100%;object-fit:contain;border-radius:2px}.preview-specs{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px;font-size:12px;color:var(--muted)}.preview-specs .text-button{font-size:12px;padding:6px}.preview-disclaimer{font-size:10px!important;line-height:1.5;text-align:center;margin:7px 0 0;color:#8b8b8b}.plate-detail{border:1px solid var(--line);border-radius:7px;background:#f9f9f9;margin:7px 0}.plate-detail svg{display:block;width:100%}.preview-line-tabs{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:10px}.preview-line-tabs button{padding:5px 9px;border:1px solid var(--line);border-radius:20px;background:white;font-size:12px}.preview-line-tabs button[aria-pressed=true]{background:#272727;color:white;border-color:#272727}.draft-status{font-size:11px;color:#777777;margin:8px 0 15px;line-height:1.5}.expert-summary .summary-line{padding:12px 0}.expert-summary .summary-line p{font-size:12px}.cart-link{position:relative;display:flex;gap:6px;align-items:center;min-width:30px;min-height:38px}.cart-link svg{width:24px;height:24px}.cart-count{position:absolute;right:-8px;top:-3px;min-width:18px;height:18px;padding:0 3px;line-height:18px;border-radius:50%;font-size:10px;background:#838383;color:white;text-align:center}.cart-label{font-size:13px}.header nav{gap:23px}.account-security{margin-top:40px}.account-security .auth-form{max-width:460px}.checkout-artwork{display:grid;grid-template-columns:190px minmax(0,1fr);gap:20px;align-items:start}.checkout-artwork .finishing-preview{margin:0}.checkout-artwork .preview-tag{font-size:8px;top:8px;left:9px}.checkout-artwork .preview-controls{gap:7px}.checkout-artwork .preview-specs .text-button,.checkout-artwork .preview-specs>span{font-size:11px}.checkout-artwork .preview-filename{font-size:10px}.checkout-artwork .preview-disclaimer{display:none}.checkout-artwork>div>strong{display:block;margin:8px 0 12px}@media(max-width:1100px){.expert-layout{grid-template-columns:minmax(0,1fr) 320px;gap:18px}.paper-choices{grid-template-columns:1fr}.mounting-choices{overflow-x:auto;padding:2px 1px 7px}.visual-choices.mounting-choices{grid-template-columns:repeat(5,minmax(93px,1fr))}.header nav{gap:15px}.cart-label{display:none}.checkout-artwork{grid-template-columns:140px minmax(0,1fr);gap:14px}}@media(max-width:800px){.expert-layout{display:flex}.expert-summary{max-width:600px;align-self:center}.checkout-artwork{grid-template-columns:155px minmax(0,1fr)}.header{flex-wrap:wrap}.header nav{margin-left:auto}.paper-choices{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.dimensions{grid-template-columns:52px minmax(0,1fr) 30px minmax(0,1fr);gap:7px}.dimensions .ratio-toggle{width:30px;height:45px;padding:4px}.dimensions input{font-size:17px;padding:10px 6px}.dimensions label{font-size:12px;white-space:nowrap}.paper-choices{grid-template-columns:1fr}.paper-choice{min-height:76px}.wood-colors>div{gap:6px}.wood-choice{font-size:12px;padding:6px}.wood-choice b{right:8px}.choice-section{min-width:0}.header{gap:12px}.header nav{gap:13px}.header .brand img{width:170px}.header>button{margin-left:auto}.checkout-artwork{grid-template-columns:1fr}.checkout-artwork .finishing-preview{max-width:270px;margin:auto;width:100%}.checkout-artwork .preview-tag{font-size:10px}.preview-stage{border-radius:8px}}.line-preview{width:min(100%,540px);margin:18px auto 30px}.line-preview .finishing-preview{margin-bottom:0}.line-preview .preview-stage{background:radial-gradient(ellipse at center,#f7f7f7,#ececec)}.line-preview .preview-stage>svg{max-height:370px}.line-preview .preview-specs{gap:9px}.line-preview .preview-filename{margin:7px 0}.line-preview .preview-thumbnails{justify-content:center}.line-preview .plate-detail{max-width:340px;margin:9px auto}.line-preview .preview-disclaimer{max-width:450px;margin:7px auto}.expert-summary .draft-status{margin-bottom:18px}@media(max-width:560px){.line-preview{margin:12px auto 22px}.line-preview .preview-stage>svg{max-height:300px}.line-preview .preview-thumbnails{justify-content:flex-start}}.paper-emblem.paper-emblem-branded{width:84px;height:auto;flex:0 0 84px;padding:0;flex-direction:column;align-items:center;gap:4px}.paper-brand{display:flex;align-items:center;justify-content:center;width:84px;height:34px}.paper-brand img{display:block;max-width:100%;max-height:30px;object-fit:contain}.paper-brand-canson{background:#272727;border-radius:5px}.paper-brand-canson img{height:28px;width:auto}.paper-emblem-branded .paper-swatch{width:54px;height:40px}.line-preview{width:100%;position:sticky;top:12px;z-index:20;padding:10px;background:#fefefe;border:1px solid #d8d8d8;border-radius:13px;box-shadow:0 8px 28px #2c2c2c1c;max-height:calc(100svh - 110px);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}.line-preview .preview-stage>svg{height:min(56svh,520px);max-height:none}.line-fieldset :is(button,input,legend){scroll-margin-top:min(calc(56svh + 265px),785px)}@media(max-width:800px){.line-preview{top:8px;padding:7px;max-height:calc(100svh - 110px);border-radius:10px}.line-preview .preview-stage>svg{height:min(38svh,310px);max-height:none}.line-preview .preview-disclaimer,.line-preview .preview-thumbnails{display:none}.line-preview .preview-controls{margin-top:6px;gap:12px}.line-preview .preview-controls>button{width:34px;height:34px}.line-preview .preview-filename{margin:4px 0;font-size:11px}.line-preview .preview-specs{gap:4px}.line-preview .preview-specs>span{font-size:11px}.line-fieldset :is(button,input,legend){scroll-margin-top:calc(38svh + 225px)}}.print-resolution{padding:0 15px 12px;text-align:center;color:#4c4c4c}.resolution-values{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.resolution-values>span{display:flex;flex-direction:column;gap:3px}.resolution-values small{font-size:11px;color:#797979}.resolution-values strong{font-size:14px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.print-quality{display:flex;align-items:center;justify-content:center;gap:9px;margin-top:10px;font-size:12px;color:#686868}.quality-soft{color:#737373}.quality-meter{display:flex;gap:3px;flex-shrink:0}.quality-meter i{display:block;width:15px;height:5px;border-radius:4px;background:#d9d9d9}.quality-meter .filled{background:currentColor}.quality-help{font-size:10px!important;line-height:1.4;margin:6px auto 0!important;max-width:490px;color:#797979}.preview-compact .resolution-values{gap:8px}.preview-compact .resolution-values strong{font-size:11px}.preview-compact .resolution-values small{font-size:9px}.preview-compact .print-quality{flex-wrap:wrap;font-size:10px}.preview-compact .print-resolution{padding:0 7px 10px}@media(max-width:800px){.line-preview .print-resolution{padding:0 8px 10px}.line-preview .resolution-values{gap:8px 18px}.line-preview .resolution-values strong{font-size:12px}.line-preview .resolution-values small{font-size:10px}.line-preview .print-quality{font-size:11px;gap:6px}.line-preview .quality-meter i{width:11px}}.modern-select{display:block;position:relative;min-width:0;width:100%;font-size:16px;line-height:1.4}.select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left;min-height:50px;padding:12px 15px;border:1px solid #d6d6d6;border-radius:12px;background:linear-gradient(#ffffff,#fbfbfb);color:var(--ink);box-shadow:0 2px 3px #29292904;transition:border-color .15s,box-shadow .15s}.select-trigger:hover:not(:disabled){border-color:#a3a3a3}.select-open .select-trigger{border-color:#919191;box-shadow:0 0 0 3px #91919116}.select-trigger>svg{width:20px;height:20px;flex-shrink:0;transition:transform .15s}.select-open .select-trigger>svg{transform:rotate(180deg)}.select-value{display:block;min-width:0;overflow-wrap:anywhere;font-weight:600}.select-value small{font-size:13px;font-weight:400;line-height:1.5;margin-top:4px}.select-menu{position:fixed;z-index:1000;display:block;overflow:auto;overscroll-behavior:contain;padding:6px;background:#fefefe;border:1px solid #d7d7d7;border-radius:14px;box-shadow:0 16px 50px #30303026;scrollbar-width:thin;font:16px/1.4 Lato,Arial,sans-serif}.select-option{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:11px 12px;border-radius:9px;cursor:pointer;color:var(--ink);overflow-wrap:anywhere}.select-option.active{background:#ececec}.select-option[aria-selected=true]{color:#666666;background:#f2f2f2}.select-option strong{font-weight:600;font-size:15px}.select-option small{font-size:13px;line-height:1.4;margin-top:4px}.select-check{width:20px;flex-shrink:0}.address-picker{display:grid;gap:9px}.address-picker>small{font-size:13px}.delivery-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.delivery-card{display:flex;flex-direction:column;min-width:0;padding:0;border:1px solid #d9d9d9;background:#fefefe;border-radius:16px;overflow:hidden;text-align:left;color:var(--ink);transition:border-color .18s,box-shadow .18s}.delivery-card:hover:not(:disabled){border-color:#959595;box-shadow:0 5px 20px #3a3a3a10}.delivery-card.selected{border-color:#878787;box-shadow:0 0 0 2px #8e8e8e30}.delivery-visual{display:block;position:relative;width:100%;background:#eaeaea}.delivery-visual>img{width:100%;height:auto;aspect-ratio:11/6;object-fit:contain}.delivery-selected{position:absolute;right:12px;top:12px;display:grid;place-items:center;width:24px;height:24px;border:1px solid #b8b8b8;border-radius:8px;background:#fefefecc;font-size:15px}.selected .delivery-selected{color:white;background:#858585;border-color:#858585}.delivery-copy{display:flex;flex-direction:column;gap:7px;padding:18px}.delivery-copy>strong{font-size:17px;line-height:1.3}.delivery-copy>span{font-size:14px;font-weight:400;line-height:1.5;color:#737373}.delivery-copy>small{font-size:12px;color:#757575;font-weight:700;margin-top:2px}.delivery-card:disabled{opacity:.55;filter:saturate(.4)}.checkout-artwork>*,.checkout-layout>*,.field-grid>*{min-width:0}.checkout-summary{top:16px}.checkout-layout .panel{border-radius:18px}.checkout-layout .panel>h2{font-size:clamp(23px,2.3vw,30px)}.checkout-artwork{grid-template-columns:minmax(150px,220px) minmax(0,1fr)}.checkout-artwork .finishing-preview{width:100%}.checkout-artwork p{font-size:15px}.checkout-artwork .text-link{font-size:14px;line-height:1.6}.actions{flex-wrap:wrap}.status-form{align-items:center}.status-form .modern-select{min-width:160px}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),textarea{border-radius:11px;min-height:48px}.page-heading h1{font-size:clamp(32px,4.5vw,48px)}.hero h1{font-size:clamp(48px,5.3vw,76px)}.hero-copy{padding:clamp(30px,4.3vw,65px)}.hero-image{min-width:0}.hero p{max-width:440px}.editorial h2,.section-intro h2{font-size:clamp(31px,3.5vw,44px)}footer>div{flex-wrap:wrap}.header nav a{min-height:40px;display:inline-flex;align-items:center}.table-wrap{max-width:100%;scrollbar-width:thin}.line-preview{background:rgba(254,254,254,.62);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.line-preview .preview-stage{background:radial-gradient(ellipse at center,rgba(247,247,247,.2),rgba(236,236,236,.12))}@media(max-width:1100px){.checkout-layout{grid-template-columns:minmax(0,1fr) 310px;gap:20px}.delivery-copy{padding:14px}.delivery-copy>strong{font-size:16px}.checkout-layout .panel{padding:22px}}@media(max-width:960px){.checkout-layout{grid-template-columns:1fr;gap:0}.checkout-summary{position:static}.checkout-layout .panel{margin:18px 0}.checkout-artwork{grid-template-columns:200px minmax(0,1fr)}.checkout-layout .checkout-summary{max-width:none}.header,.header nav{gap:16px}.editorial>div{padding:30px}.field-grid{gap:16px}}@media(max-width:720px){.hero-copy{padding:34px 23px}.hero h1{font-size:clamp(46px,10vw,60px);letter-spacing:-2.5px}.hero-image{height:clamp(250px,70vw,380px)}.hero-image>img{height:100%}.finish-image{height:auto;aspect-ratio:4/3}.page{padding-inline:16px}.header nav{gap:12px}.checkout-layout .panel,.panel{padding:20px}.checkout-artwork{grid-template-columns:155px minmax(0,1fr);gap:16px}.select-trigger{font-size:16px}.actions>.button{flex:1 1}.metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.metrics strong{font-size:clamp(23px,5vw,30px)}.table-wrap table{min-width:660px}.admin-nav{flex-wrap:nowrap;overflow-x:auto}.admin-nav a{flex-shrink:0}.search{flex-wrap:wrap}.search input{flex:1 1;min-width:150px}.search .button{gap:8px}.mobile-total{padding-bottom:calc(12px + env(safe-area-inset-bottom))}}@media(max-width:520px){.delivery-choices{grid-template-columns:1fr;gap:12px}.delivery-card{flex-direction:row;align-items:stretch}.delivery-visual{width:115px;flex:0 0 115px;display:flex;align-items:center}.delivery-visual>img{aspect-ratio:1;object-fit:contain}.delivery-selected{width:20px;height:20px;right:7px;top:7px;font-size:13px;border-radius:6px}.delivery-copy{padding:14px 12px;gap:5px}.delivery-copy>strong{font-size:16px}.delivery-copy>span{font-size:13px}.delivery-copy>small{font-size:11px}.checkout-artwork{grid-template-columns:1fr}.checkout-artwork .finishing-preview{max-width:100%;margin:0}.checkout-artwork .preview-stage>svg{max-height:240px}.checkout-artwork .resolution-values{gap:20px}.checkout-artwork .resolution-values strong{font-size:13px}.checkout-artwork .print-quality{font-size:12px}.checkout-artwork .quality-help{font-size:11px!important}.details>div{gap:12px}.details dd{max-width:60%}.status-form{flex-wrap:wrap}.select-value small{font-size:12px}.header .brand img{width:clamp(145px,42vw,170px)}.auth-page{min-height:0;padding-bottom:60px}.benefits article{align-items:flex-start}.benefits h3{line-height:1.4}}@media(prefers-reduced-motion:reduce){.delivery-card,.select-trigger,.select-trigger>svg{transition:none}}.spacing-choices{border:0;padding:0;margin:24px 0;min-width:0}.spacing-choices legend{font-size:17px;font-weight:700;margin-bottom:5px}.spacing-choices>p{font-size:14px;color:var(--muted);margin-bottom:14px}.spacing-choices>div{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.spacing-choices button{display:flex;flex-direction:column;align-items:center;padding:7px 5px 10px;border:1px solid var(--line);border-radius:10px;background:#fefefe;color:var(--ink);min-width:0}.spacing-choices button.selected{border-color:#898989;box-shadow:0 0 0 2px #90909030;background:#f5f5f5}.spacing-choices svg{display:block;width:100%;max-height:90px}.spacing-choices strong{font-size:15px}.spacing-choices small{font-size:11px}.spacing-choices>small{margin-top:9px}.floating-preview{position:fixed;z-index:50;right:20px;bottom:20px;width:390px;max-width:calc(100vw - 24px);max-height:calc(100svh - 40px);overflow:auto;padding:10px;background:rgba(254,254,254,.72);border:1px solid #cacaca;border-radius:16px;box-shadow:0 12px 48px #28282835;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);scrollbar-width:thin}.floating-preview-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;padding-left:6px}.floating-preview-heading strong{font-size:14px}.floating-preview-heading strong span{font-weight:400;color:#6c6c6c}.floating-preview-heading button{display:grid;place-items:center;width:34px;height:34px;border:1px solid #d1d1d1;border-radius:9px;background:#ffffffa6;font-size:22px;color:#5f5f5f}.floating-preview .finishing-preview{margin:0}.floating-preview .preview-stage{background:radial-gradient(ellipse at center,#f7f7f733,#ececec1f)}.floating-preview .preview-stage>svg{height:250px;max-height:32svh}.floating-preview .print-resolution{padding:0 8px 10px}.floating-preview .resolution-values{gap:8px 20px}.floating-preview .resolution-values strong{font-size:13px}.floating-preview .print-quality{font-size:11px}.floating-preview .preview-filename{font-size:11px;margin:5px 0}.floating-preview .preview-disclaimer{display:none}.floating-preview .preview-specs{gap:4px}.floating-preview .plate-detail{max-width:300px;margin:8px auto}.floating-preview.minimized{width:210px}.floating-preview-mini{display:flex;align-items:center;gap:10px;padding:0;border:0;background:none;width:100%;font-size:12px;color:#656565;text-align:left}.floating-preview-mini img{width:65px;height:55px;object-fit:contain;border-radius:6px;background:#e8e8e8}.line-fieldset :is(button,input,legend){scroll-margin-top:24px}@media(max-width:720px){.floating-preview{right:10px;bottom:calc(86px + env(safe-area-inset-bottom));width:245px;max-height:calc(100svh - 120px);padding:8px;border-radius:12px}.floating-preview .preview-stage>svg{height:165px;max-height:25svh}.floating-preview .resolution-values{gap:7px 12px}.floating-preview .resolution-values strong{font-size:11px}.floating-preview .resolution-values small{font-size:9px}.floating-preview .print-quality{flex-wrap:wrap;gap:5px;font-size:10px}.floating-preview .quality-help{font-size:9px!important}.floating-preview .preview-specs .text-button,.floating-preview .preview-specs>span{font-size:10px}.floating-preview .quality-meter i{width:11px}.floating-preview-heading strong{font-size:12px}.floating-preview.minimized{width:175px}.spacing-choices>div{gap:5px}.spacing-choices button{padding:5px 2px 8px;border-radius:8px}.spacing-choices strong{font-size:12px}.spacing-choices small{font-size:9px}.spacing-choices>p{font-size:12px}}.floating-preview .preview-tag{position:static;display:block;padding:6px 10px 0;font-size:9px;letter-spacing:1px}.floating-preview .preview-stage>svg{height:245px}.floating-preview .preview-specs:empty{display:none}.floating-preview .preview-specs>span{font-size:11px}.floating-preview .preview-stage{background:rgba(241,241,241,.12)}@media(max-width:720px){.floating-preview .preview-stage>svg{height:165px}}.preview-photo-actions{display:flex;justify-content:center;align-items:center;gap:9px;flex-wrap:wrap;margin:9px 0 5px}.preview-photo-actions button{min-height:40px;padding:8px 11px;font-size:12px;border-radius:9px;line-height:1.4}.preview-photo-actions .change-photo{display:flex;align-items:center;gap:7px;border:1px solid #b5b5b5;color:#565656;background:#fdfdfdd9}.change-photo svg{width:16px;height:16px;flex-shrink:0}.preview-photo-actions .remove-photo{background:none;border:0;color:#6e6e6e;text-decoration:underline;text-underline-offset:3px}.preview-photo-actions button:disabled{opacity:.5}.preview-photo-actions input[hidden]{display:none}@media(max-width:720px){.preview-photo-actions{gap:3px;margin-top:7px}.preview-photo-actions button{font-size:11px;padding:8px;min-height:40px}.change-photo svg{width:14px;height:14px}}.inline-preview{position:relative;width:100%;margin:18px 0 28px;padding:12px;border:1px solid #d9d9d9;border-radius:15px;background:#fdfdfdcc;scroll-margin-top:16px}.inline-preview .finishing-preview{margin:0}.inline-preview .preview-stage{background:radial-gradient(ellipse at center,#f7f7f733,#ececec1f)}.inline-preview .preview-stage>svg{height:min(56svh,520px);max-height:none}.inline-preview .preview-tag{position:static;display:block;padding:6px 12px 0;font-size:10px}.inline-preview .preview-specs{margin-top:7px}.inline-preview .preview-disclaimer{display:none}.inline-preview .preview-thumbnails{justify-content:center}@media(max-width:720px){.inline-preview{padding:8px;margin:12px 0 22px}.inline-preview .preview-stage>svg{height:min(38svh,310px)}.inline-preview .resolution-values{gap:12px}.inline-preview .resolution-values strong{font-size:13px}.inline-preview .print-quality{font-size:12px}}@keyframes preview-arrive{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.floating-preview{animation:preview-arrive .24s cubic-bezier(.2,.7,.25,1) both;transform-origin:bottom right}@media(prefers-reduced-motion:reduce){.floating-preview{animation:none}}.upload-progress{position:fixed;z-index:100;left:20px;bottom:20px;width:420px;max-width:calc(100vw - 24px);padding:20px;border:1px solid #cccccc;border-radius:18px;background:rgba(253,253,253,.97);box-shadow:0 12px 50px #23232330;color:#2c2c2c;animation:preview-arrive .24s ease-out both;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.upload-heading{display:flex;gap:12px;align-items:center;justify-content:space-between}.upload-heading strong{font-size:18px}.upload-heading button{flex-shrink:0;width:36px;height:36px;border:1px solid #d4d4d4;border-radius:50%;background:transparent;font-size:24px;cursor:pointer}.upload-progress .upload-name{margin:8px 0 15px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-meter{height:8px;border-radius:8px;overflow:hidden;background:#e2e2e2}.upload-meter span{display:block;height:100%;background:#7c7c7c;border-radius:inherit;transition:width .18s linear}.upload-numbers{display:flex;justify-content:space-between;gap:12px;margin-top:9px;font-size:13px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.upload-progress .upload-message{font-size:14px;line-height:1.55;margin:12px 0 8px}.upload-progress>small{display:block;font-size:12px;color:#696969}.upload-success .upload-meter span{background:#6b6b6b}.upload-error{border-color:#8d8d8d}.upload-error .upload-meter span{background:#747474}.upload-processing .upload-meter span{background:linear-gradient(90deg,#7c7c7c 20%,#cacaca 50%,#7c7c7c 80%);background-size:200% 100%;animation:upload-processing 1.5s linear infinite}@keyframes upload-processing{to{background-position:-200% 0}}@media(max-width:720px){.upload-progress{left:12px;bottom:auto;top:calc(12px + env(safe-area-inset-top));width:calc(100vw - 24px);padding:16px}.upload-heading strong{font-size:16px}.upload-progress .upload-message{font-size:13px}}@media(prefers-reduced-motion:reduce){.upload-processing .upload-meter span,.upload-progress{animation:none}.upload-meter span{transition:none}}.tirage-navigation{margin-bottom:20px;min-width:0}.tirage-navigation-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:16px}.tirage-navigation-heading p{margin:6px 0 0;font-size:14px;color:#6d6d6d}.tirage-navigation-heading .button{white-space:nowrap;margin:0;font-size:15px;min-height:46px}.tirage-tabs{display:flex;gap:10px;overflow-x:auto;max-width:100%;padding:3px 2px 10px;scrollbar-width:thin;scrollbar-color:#ababab transparent;overscroll-behavior-x:contain}.tirage-tabs [role=tab]{display:flex;align-items:center;gap:11px;flex:0 0 210px;min-width:0;text-align:left;border:1px solid #d7d7d7;background:#fdfdfd;border-radius:12px;padding:10px;color:#6c6c6c;cursor:pointer}.tirage-tabs [role=tab][aria-selected=true]{border-color:#808080;background:#ededed;color:#2e2e2e;box-shadow:0 2px 8px #6a6a6a12}.tirage-tabs [role=tab]:focus-visible{outline:2px solid #717171;outline-offset:2px}.tirage-tabs [role=tab]:disabled{cursor:wait;opacity:.65}.tirage-tab-image{width:44px;height:48px;display:grid;place-items:center;flex-shrink:0;border-radius:6px;background:#e8e8e8;overflow:hidden}.tirage-tab-image img{width:100%;height:100%;object-fit:contain}.tirage-tab-image>span{font-size:24px;color:#898989}.tirage-tab-text{display:grid;gap:5px;min-width:0}.tirage-tab-text strong{font-size:15px}.tirage-tab-text>span{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.print-line[hidden]{display:none!important}@media(max-width:720px){.tirage-navigation-heading{align-items:flex-start;gap:12px;flex-wrap:wrap}.tirage-navigation-heading .button{font-size:14px;padding:11px 15px}.tirage-tabs [role=tab]{flex-basis:185px}.tirage-navigation-heading p{font-size:13px}.tirage-navigation{margin-bottom:12px}}.tirage-tab-item{display:flex;align-items:center;flex:0 0 250px;min-width:0;border:1px solid #d7d7d7;border-radius:12px;background:#fdfdfd;padding-right:4px}.tirage-tab-item:has([aria-selected=true]){border-color:#808080;background:#ededed;box-shadow:0 2px 8px #6a6a6a12}.tirage-tab-item [role=tab],.tirage-tab-item [role=tab][aria-selected=true]{flex:1 1;min-width:0;border:0;background:transparent;box-shadow:none;padding:10px 6px 10px 10px}.tirage-tab-text strong{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.tirage-tab-text strong small{font-size:10px;font-weight:400;color:#797979}.tirage-tab-delete{display:grid;place-items:center;flex:0 0 36px;min-height:44px;border:0;background:transparent;color:#7a7a7a;border-radius:8px;cursor:pointer}.tirage-tab-delete svg{width:18px;height:18px}.tirage-tab-delete:hover{background:#e4e4e4;color:#585858}.tirage-tab-delete:focus-visible{outline:2px solid #717171;outline-offset:0}.tirage-tab-delete:disabled{opacity:.45;cursor:wait}.empty-composition{font-size:15px;line-height:1.6;color:#6d6d6d}@media(max-width:720px){.tirage-tab-item{flex-basis:225px}.tirage-tab-item [role=tab]{flex-basis:0}.tirage-tab-image{width:36px}}.artwork-render{position:relative;width:100%;min-width:0}.artwork-render canvas{display:block;width:100%;height:360px;max-width:100%;background:radial-gradient(ellipse at 50% 62%,#e6e6e665,transparent 72%)}.artwork-loading{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:7px 12px;background:#fdfdfddf;color:#6a6a6a;border-radius:8px;font-size:12px;white-space:nowrap}.artwork-views{flex-wrap:wrap;padding:4px 8px 0}.artwork-views,.artwork-views button{display:flex;justify-content:center;gap:6px}.artwork-views button{align-items:center;min-height:36px;border:1px solid #d4d4d4;border-radius:8px;padding:6px 11px;background:#fdfdfdb8;color:#686868;font-size:12px;cursor:pointer}.artwork-views button[aria-pressed=true]{background:#e3e3e3;border-color:#989898;color:#4b4b4b}.artwork-views button:hover{border-color:#7b7b7b}.artwork-views button:focus-visible{outline:2px solid #7b7b7b;outline-offset:2px}.artwork-views svg{width:17px;height:17px}.preview-stage .preview-format{text-align:center;font-size:12px;letter-spacing:1px;color:#6f6f6f;margin:12px 4px 8px}.inline-preview .artwork-render canvas{height:min(56svh,520px)}.floating-preview .artwork-render canvas{height:235px}.floating-preview .artwork-views{gap:4px}.floating-preview .artwork-views button{font-size:11px;padding:5px 8px}.preview-compact .artwork-render canvas{height:230px}.preview-compact .artwork-views button{padding:5px 7px;font-size:11px}.preview-compact .artwork-views svg{width:14px}.finishing-preview .preview-specs{flex-wrap:wrap;justify-content:center}@media(max-width:720px){.inline-preview .artwork-render canvas{height:min(39svh,325px)}.floating-preview .artwork-render canvas{height:155px}.floating-preview .artwork-views button{padding:4px 6px;min-height:34px;font-size:10px;gap:3px}.floating-preview .artwork-views svg{width:13px;height:13px}.floating-preview .preview-format{font-size:10px;margin:8px 0}.artwork-views button{min-height:40px;padding:6px 10px}.preview-compact .artwork-render canvas{height:195px}}.finishing-preview .preview-specs{display:flex;gap:6px 12px;align-items:center}.finishing-preview .preview-specs>span{font-size:11px}.admin-preview-setting{display:flex;align-items:center;justify-content:space-between;gap:24px}.admin-preview-setting h3{margin:0 0 7px;font-size:19px}.admin-preview-setting p{margin:0;max-width:650px;font-size:15px}.admin-preview-setting button{display:flex;align-items:center;gap:10px;min-height:44px;border:0;background:none;cursor:pointer;color:#555555;font-size:15px;white-space:nowrap}.admin-switch-track{display:flex;align-items:center;width:44px;height:26px;border-radius:20px;padding:3px;background:#b3b3b3;transition:background .18s}.admin-switch-track>span{width:20px;height:20px;background:white;border-radius:50%;box-shadow:0 1px 4px #00000022;transition:transform .18s}.admin-preview-setting [aria-checked=true] .admin-switch-track{background:#757575}.admin-preview-setting [aria-checked=true] .admin-switch-track>span{transform:translateX(18px)}.admin-preview-setting button:disabled{opacity:.6;cursor:wait}.admin-preview-setting button:focus-visible{outline:2px solid #757575;outline-offset:4px;border-radius:5px}@media(max-width:720px){.admin-preview-setting{align-items:flex-start;flex-direction:column;gap:12px}}@media(prefers-reduced-motion:reduce){.admin-switch-track,.admin-switch-track>span{transition:none}}.cart-thumbnail{display:grid;place-items:center;flex:0 0 58px;width:58px;height:64px;background:#eeeeee;border-radius:6px;padding:3px;overflow:hidden}.cart-thumbnail img{display:block;width:100%;height:100%;object-fit:contain;border:0;box-shadow:none;transform:none}.cart-thumbnail-empty{font-size:10px;line-height:1.3;text-align:center;color:#828282}.summary-line-head{display:flex;align-items:center;gap:10px;min-width:0}.summary-line-head>div{flex:1 1;min-width:0}.summary-line-head strong{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 9px;font-size:14px;line-height:1.5}.cart-photo-name,.summary-line-head strong>span{white-space:nowrap}.cart-photo-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;font-size:11px;line-height:1.5;color:#757575;margin-top:4px}.checkout-photo-list{display:grid;gap:14px;margin:18px 0 22px;padding-bottom:18px;border-bottom:1px solid #e2e2e2}.checkout-photo-list .summary-line-head strong{font-size:15px}.header .brand img,.site-footer .footer-brand img{height:auto;aspect-ratio:710/161}.print-margins{border:1px solid var(--line);border-radius:12px;background:#fafafa;padding:22px;margin:18px 0 20px;min-width:0}.margin-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.margin-heading h3{margin:0 0 4px}.margin-heading p{margin:0;color:var(--muted)}.margin-link{display:flex;align-items:center;gap:8px;border:1px solid #bbb;border-radius:24px;background:white;color:#111;padding:10px 14px;flex-shrink:0}.margin-link[aria-pressed=true]{background:#171717;color:white;border-color:#171717}.margin-link svg{width:20px;height:20px;flex-shrink:0}.margin-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) minmax(0,1fr);grid-template-rows:auto 110px auto;gap:10px 18px;align-items:center;max-width:450px;margin:22px auto}.margin-input{display:grid;gap:6px;text-align:center;min-width:0}.margin-input>span{position:relative;display:block}.margin-input input{width:100%;min-width:0;text-align:center;background:#fff;padding:10px 30px 10px 6px;border-radius:7px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.margin-input small{position:absolute;right:9px;top:50%;transform:translateY(-50%);color:#666;pointer-events:none}.margin-top{grid-column:2;grid-row:1}.margin-right{grid-column:3;grid-row:2}.margin-bottom{grid-column:2;grid-row:3}.margin-left{grid-column:1;grid-row:2}.margin-diagram{grid-column:2;grid-row:2;display:grid;place-items:center;min-width:0;height:100%}.margin-diagram-sheet{background:white;padding:10px;box-shadow:0 3px 15px #0002;border:1px solid #eee;max-width:140px;width:100%;height:100%}.margin-diagram img{width:100%;height:100%;object-fit:contain;display:block;background:#f5f5f5}.margin-result{display:flex;justify-content:center;align-items:baseline;gap:6px 16px;flex-wrap:wrap;text-align:center;border-top:1px solid #ddd;padding-top:16px}.margin-result strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.margin-help{margin:12px 0 0;color:var(--muted);line-height:1.55;text-align:center}.margin-error{margin:14px 0 0}.expert-form .paper-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.paper-copy{min-width:0}.paper-copy strong{overflow-wrap:anywhere}.option-price,.paper-price{display:block;font-weight:600;color:#111;margin-top:6px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.option-pricing-help{display:block;color:var(--muted);line-height:1.55;margin-top:8px}.choice-copy .option-price{margin-top:auto;padding-top:6px}.choice-copy{display:flex;flex-direction:column}.wood-choice .option-price{margin-top:0}@media(max-width:1100px){.expert-form .paper-choice{flex-direction:column;align-items:flex-start;padding:12px 22px 12px 12px}.expert-form .paper-emblem{align-self:center}.paper-copy{width:100%}}@media(max-width:560px){.print-margins{padding:15px 10px}.margin-heading{flex-wrap:wrap;gap:12px}.margin-link{padding:9px 12px}.margin-grid{gap:8px;grid-template-rows:auto 85px auto;margin:18px auto}.margin-input input{padding:10px 23px 10px 4px}.margin-input small{right:5px}.margin-diagram-sheet{padding:7px}.margin-help{line-height:1.5}.expert-form .paper-choices{gap:8px}.expert-form .paper-choice{padding:10px 18px 10px 9px}.expert-form .paper-emblem{max-width:100%}.paper-price{white-space:normal}}.expert-form .visual-choices.two-column-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;overflow:visible;padding:0}.two-column-choices>.choice-none{grid-column:1/-1;display:flex;flex-direction:row;align-items:center;min-height:65px;padding:8px 30px 8px 12px;gap:10px;text-align:left}.two-column-choices>.choice-none .choice-visual{width:42px;flex:0 0 42px;height:42px;background:none}.two-column-choices>.choice-none .choice-copy{min-height:0;padding:0}.two-column-choices>.visual-choice:not(.choice-none) .choice-visual{height:85px}.two-column-choices .choice-copy{min-width:0}.two-column-choices .choice-copy strong{overflow-wrap:anywhere}@media(max-width:560px){.expert-form .visual-choices.two-column-choices{gap:8px}.two-column-choices>.visual-choice:not(.choice-none) .choice-visual{height:72px}}.margin-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.margin-reset{background:none;border:0;border-bottom:1px solid #888;color:#333;padding:7px 2px;white-space:nowrap}.margin-free-note{margin:12px 0 0;text-align:center;color:#333;line-height:1.5}.margin-heading{flex-wrap:wrap}@media(max-width:800px){.mobile-total.active-print-bar{display:flex;flex-direction:column;align-items:stretch;gap:7px;padding:11px 16px max(11px,env(safe-area-inset-bottom));max-height:32dvh;overflow-y:auto}.active-print-bar-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.active-print-bar-head>div{min-width:0}.active-print-bar-head>div>small{display:block;color:#444;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.active-print-bar-head b{display:block}.active-print-bar-head b small{font-weight:400}.active-print-bar-head>.button{flex-shrink:0}.active-print-details{border-top:1px solid #ddd;padding-top:7px;line-height:1.45}.active-print-details p{margin:0;color:#222;overflow-wrap:anywhere}.active-print-details>small{display:block;color:#666;margin-top:3px}.expert-page{padding-bottom:230px}.expert-page~footer{padding-bottom:220px}.expert-layout .floating-preview{bottom:calc(var(--active-print-bar-height,86px) + 12px);max-height:calc(100dvh - var(--active-print-bar-height,86px) - 36px)}}.mobile-total.active-print-bar{background:#000;color:#fff;border-top-color:#333}.mobile-total.active-print-bar b,.mobile-total.active-print-bar p,.mobile-total.active-print-bar small{color:#fff}.mobile-total.active-print-bar .active-print-details{border-top-color:#444}.mobile-total.active-print-bar .button{background:#000;color:#fff;border-color:#888}.mobile-total.active-print-bar .button:hover{background:#242424}.paper-choice-card{position:relative;min-width:0;display:flex}.expert-form .paper-choice-card>.paper-choice{width:100%;height:100%;padding-bottom:48px}.paper-info-trigger{position:absolute;bottom:5px;right:6px;display:grid;place-items:center;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:transparent;color:#111}.paper-info-trigger:hover{background:#e9e9e9}.paper-info-trigger svg{width:21px;height:21px}.paper-info-dialog{width:min(520px,calc(100vw - 28px));max-height:85dvh;overflow:auto;border:1px solid #ddd;border-radius:16px;padding:30px;color:#111;background:#fff;box-shadow:0 24px 90px #0004}.paper-info-dialog::backdrop{background:#0007;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.paper-info-dialog h3{padding-right:30px;margin:6px 0 18px}.paper-info-dialog p{line-height:1.7;margin:16px 0}.paper-info-close{position:absolute;top:12px;right:12px;width:40px;height:40px;border:0;background:#f2f2f2;color:#111;border-radius:50%;font-size:25px}.paper-info-tags{display:flex;gap:7px;flex-wrap:wrap}.paper-info-tags span{background:#f2f2f2;border-radius:20px;padding:5px 11px;font-size:14px}.paper-info-source{display:inline-block;text-decoration:underline;text-underline-offset:4px;font-size:14px;margin-top:6px}.paper-info-dialog .paper-info-note{font-size:14px;color:#555}@media(max-width:560px){.paper-info-dialog{padding:24px 20px}}.expert-form .print-family{margin:28px 0;padding:22px;background:#fff;border:1px solid #d7d7d7;border-radius:12px;box-shadow:0 2px 8px #00000004}.expert-form .print-family>.family-heading{margin:-22px -22px 22px;padding:20px 22px;background:#f2f2f2;border-bottom:1px solid #d7d7d7;border-radius:12px 12px 0 0;gap:13px}.expert-form .family-heading h4{color:#111;margin:0 0 4px}.expert-form .family-heading p{color:#444}.expert-form .family-marker{background:#fff;border:1px solid #ddd;color:#111}.expert-form .family-step{color:#777}.expert-form .print-family>.choice-section{margin-bottom:0}.expert-form .print-family>.choice-section>legend{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}@media(max-width:560px){.expert-form .print-family{padding:12px;margin:24px 0}.expert-form .print-family>.family-heading{margin:-12px -12px 16px;padding:16px 12px;align-items:flex-start}.expert-form .family-step{font-size:16px}.expert-form .family-marker{padding:7px}}.tirage-navigation-heading .tirage-add{background:#000;color:#fff;border-color:#000}.tirage-navigation-heading .tirage-add:hover{background:#222;border-color:#222}.draft-status[role=status],.field-adjustment,.field-error,.notice[role=alert],[role=alert]{color:#b42318}.margin-error,.notice[role=alert]{background:#fff1f0;border-color:#e7a49e}.field-adjustment,.field-error{margin:6px 0;font-size:14px;line-height:1.5}.field-adjustment{border-left:3px solid #b42318;padding:8px 10px;background:#fff5f4}.dimension-errors:empty{display:none}.dimension-errors{grid-column:1/-1}.field-error:empty{display:none}input:user-invalid,input[aria-invalid=true],select:user-invalid,select[aria-invalid=true],textarea:user-invalid,textarea[aria-invalid=true]{border-color:#b42318!important;background-color:#fff8f7!important;outline-color:#b42318}.print-margins .field-error{font-weight:500;text-align:left}.dimension-errors p{white-space:normal}.paper-emblem:has(.paper-photo){width:90px;flex-basis:90px;height:auto;padding:0;flex-direction:column;align-items:center}.paper-emblem .paper-swatch.paper-photo{width:90px;height:90px;max-width:100%;object-fit:contain;background:#fff;border-radius:5px;overflow:hidden}.paper-info-image{display:block;width:180px;max-height:220px;object-fit:contain;margin:12px auto 20px}.margin-toggle{display:flex;align-items:center;justify-content:space-between;gap:15px;cursor:pointer;list-style:none;min-height:48px}.margin-toggle::-webkit-details-marker{display:none}.margin-toggle::marker{content:""}.margin-toggle .margin-heading{flex:1 1}.margin-toggle .margin-heading h3{color:#111}.margin-toggle>svg{width:22px;height:22px;flex:0 0 22px;transition:transform .2s ease}.margin-disclosure[open]>.margin-toggle>svg{transform:rotate(180deg)}.margin-toggle:focus-visible{outline:2px solid #222;outline-offset:6px;border-radius:4px}.margin-body{border-top:1px solid #ddd;margin-top:16px;padding-top:18px}.margin-body>.margin-actions{justify-content:flex-end}@media(prefers-reduced-motion:reduce){.margin-toggle>svg{transition:none}}.margin-diagram{overflow:hidden}.margin-diagram-sheet{position:relative;flex-shrink:0}.margin-diagram-sheet img{position:absolute;inset:10px;width:calc(100% - 20px);height:calc(100% - 20px);object-fit:contain}@media(max-width:560px){.margin-diagram-sheet img{inset:7px;width:calc(100% - 14px);height:calc(100% - 14px)}}html body .checkout-file-errors button,html body .checkout-file-errors p,html body .draft-status[role=status],html body .field-adjustment,html body .field-error,html body .margin-error,html body [role=alert]{font-family:var(--type-notice-font,Inter,Arial,sans-serif)!important;font-size:max(11px,calc(var(--type-notice-size,14px) - 2px))!important;font-weight:var(--type-notice-weight,400)!important;line-height:1.45}.finishing-preview,.floating-preview,.inline-preview{background:#fafafa}.finishing-preview .artwork-render canvas,.finishing-preview .preview-stage{background:transparent}.finishing-preview .artwork-render canvas{border-radius:8px}.stock-unavailable{display:inline-block;color:#b42318!important;background:#fff3f1;border:1px solid #f0d2cd;border-radius:6px;padding:4px 8px;font-size:12px!important;line-height:1.5;font-weight:600}.paper-copy .stock-unavailable{margin:5px 0}.paper-out-of-stock .paper-choice:disabled{opacity:1;cursor:not-allowed;border-style:dashed}.paper-out-of-stock .paper-emblem{opacity:.6}.paper-out-of-stock .paper-price{color:#777}.stock-available{font-size:13px}.admin-stock-setting small{font-weight:400;font-size:13px}.service-product-copy>.stock-unavailable{margin-top:16px}.paper-image-admin{margin:0;min-width:0;border:1px solid #ddd;border-radius:10px;padding:15px;grid-column:1/-1}.paper-image-admin legend{font-size:16px;font-weight:600;padding:0 6px}.paper-image-admin-preview{display:grid;place-items:center;width:160px;height:160px;border:1px solid #eee;border-radius:10px;background:#fafafa;margin:5px 0 18px}.paper-image-admin-preview .paper-swatch{width:140px;height:140px;max-width:100%;object-fit:contain}.paper-image-admin>small{margin-top:12px;line-height:1.6;font-size:13px}.paper-image-admin>p{font-size:13px;margin-top:10px}.paper-image-admin .actions{align-items:center}.dropzone.upload-error{border-color:#b42318;background:#fff8f7}.upload-file-error{margin:10px 0 20px}.checkout-file-errors{color:#b42318;margin:16px 0}.checkout-file-errors p{margin:8px 0}.checkout-file-errors .text-button{color:inherit;font-size:inherit;padding:0}.print-family>summary.family-heading{cursor:pointer;list-style:none}.print-family>summary.family-heading::-webkit-details-marker{display:none}.print-family>summary.family-heading::marker{content:""}.family-chevron{width:20px;height:20px;flex:0 0 20px;align-self:center;transform:rotate(-90deg);transition:transform .2s ease}.print-family[open]>summary .family-chevron{transform:rotate(0)}.expert-form .print-family:not([open]){padding-bottom:0}.expert-form .print-family:not([open])>.family-heading{margin-bottom:0;border-bottom:0;border-radius:12px}.print-family>summary:focus-visible{outline:2px solid #222;outline-offset:3px}.family-heading>div{min-width:0}@media(prefers-reduced-motion:reduce){.family-chevron{transition:none}}.expert-form .paper-choices.paper-choices-matte{grid-template-columns:repeat(3,minmax(0,1fr))}.expert-form .paper-choices-matte .paper-choice{flex-direction:column;align-items:flex-start}.expert-form .paper-choices-matte .paper-emblem{align-self:center;max-width:100%;flex-basis:auto}.expert-form .paper-choices-matte .paper-copy{width:100%}@media(max-width:560px){.expert-form .paper-choices-matte{gap:6px}.expert-form .paper-choices-matte .paper-choice{padding-left:6px;padding-right:6px;padding-top:28px}.paper-choices-matte .paper-copy>*{overflow-wrap:anywhere}.paper-choices-matte .stock-unavailable{padding:3px}}.expert-form .paper-choices-matte .paper-brand{width:100%;max-width:84px;min-width:0}.expert-form .paper-choices-matte .paper-brand img{max-width:100%;height:auto}.expert-form .paper-choices-matte .paper-swatch{max-width:100%}:root{--ink:#171717;--muted:#656565;--line:#dedede;--accent:#222;--wash:#f5f5f5}button{color:inherit}.canvas-label,.choice-copy,.choice-copy strong,.choice-copy>small,.choice-copy>span,.paper-choice,.paper-copy,.paper-copy strong,.paper-copy>span,.spacing-choices small,.spacing-choices strong,.visual-choice,.wood-choice{color:#111;-webkit-text-fill-color:currentColor}body{background:#fafafa}h1,h2,h3,h4{font-weight:400;letter-spacing:-.035em}.hero h1 em{font-style:italic;color:#5b5b5b}.hero h1{letter-spacing:-.045em}.hero p{line-height:1.8}.hero{background:#f6f6f6}.hero-copy{min-width:0}.benefits img,.delivery-visual>img{filter:grayscale(1)}.button{border-radius:6px;background:#181818;color:white}.button:hover{background:#383838}.eyebrow,.text-button,.text-link{color:#414141}.text-link{border-color:#999}.notice{background:#f0f0f0;color:#414141;border-color:#555}.badge{background:#eee;color:#414141}.paper-choice.chosen,.spacing-choices button.selected,.visual-choice.chosen,.wood-choice.selected{border-color:#262626;background:#f3f3f3;box-shadow:0 0 0 1px #262626}.delivery-card.selected{border-color:#222;box-shadow:0 0 0 1px #222}.chosen .choice-tick,.selected .delivery-selected{background:#222;border-color:#222}.artwork-views button[aria-pressed=true],.tirage-tabs [role=tab][aria-selected=true]{background:#e9e9e9;border-color:#333;color:#161616}.admin-preview-setting [aria-checked=true] .admin-switch-track{background:#222}.select-option[aria-selected=true]{color:#111;background:#eee}.select-open .select-trigger{border-color:#333;box-shadow:0 0 0 2px #0001}.family-marker,.hero-image b{color:#555}.admin-shell{max-width:1540px;margin:auto;display:grid;grid-template-columns:240px minmax(0,1fr);gap:0;min-height:75vh}.admin-sidebar{padding:30px 18px;border-right:1px solid var(--line);background:#f5f5f5;align-self:stretch}.admin-sidebar nav{position:sticky;top:20px}.admin-home-link{display:flex;gap:12px;align-items:center;padding:0 12px 27px;font-weight:700}.admin-home-link span{font-weight:400;color:#656565}.admin-sidebar section{margin:0 0 25px}.admin-sidebar h2{font-family:Inter,Arial,sans-serif!important;font-size:10px!important;font-weight:600!important;letter-spacing:1.1px;text-transform:uppercase;color:#767676;margin:0 12px 9px}.admin-sidebar nav a{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:10px 12px;border-radius:6px;line-height:1.4;margin-bottom:3px}.admin-sidebar nav a span{opacity:0}.admin-sidebar nav a:hover{background:#e9e9e9}.admin-sidebar nav a[aria-current=page]{background:#202020;color:white}.admin-sidebar nav a[aria-current=page] span{opacity:1}.admin-store-link{display:block;border-top:1px solid var(--line);padding:20px 12px;color:#666}.admin-content{padding:30px 40px 70px;min-width:0}.admin-topline{display:flex;align-items:center;justify-content:space-between;gap:20px;color:#727272;font-size:12px;padding-bottom:25px;border-bottom:1px solid var(--line);margin-bottom:30px}.admin-mobile-nav{display:none}.admin-launch-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:28px}.admin-launch-grid>a{background:white;border:1px solid var(--line);padding:26px;border-radius:10px;display:flex;flex-direction:column;gap:17px}.admin-launch-grid>a:hover{border-color:#333}.admin-launch-grid>a>span{font-size:12px;color:#999}.admin-launch-grid p{font-size:15px!important;color:#666;line-height:1.7}.admin-launch-grid b{font-size:13px;font-weight:500;margin-top:auto}.admin-content .metrics article{height:100%}.admin-content .metrics span{font-size:14px}.admin-content .panel{margin-top:20px}.admin-content .section-bar{margin-top:0}.admin-content p{line-height:1.65}.admin-content .table-wrap td,.admin-content .table-wrap th{padding:15px 12px}.admin-content .field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-content .details>div{flex-wrap:wrap}.admin-content .details dd{max-width:100%}.appearance-toolbar{position:sticky;top:0;z-index:30;display:flex;gap:16px;justify-content:space-between;align-items:center;background:#fafafaf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:15px 0;border-block:1px solid var(--line)}.appearance-toolbar>span{font-size:13px;color:#666}.appearance-intro{margin:25px 0}.appearance-intro p{font-size:15px!important;color:#666;max-width:750px}.appearance-intro .text-button{padding-left:0}.appearance-tabs{display:flex;gap:6px;overflow-x:auto;padding-bottom:12px;margin-top:20px}.appearance-preview-mode button,.appearance-tabs button,.email-tabs button{white-space:nowrap;background:white;border:1px solid var(--line);border-radius:6px;padding:9px 13px;font-size:13px}.appearance-preview-mode button[aria-pressed=true],.appearance-tabs button[aria-selected=true],.email-tabs button[aria-selected=true]{background:#222;color:white;border-color:#222}.appearance-preview-mode{display:flex;align-items:center;gap:8px;margin:15px 0;font-size:13px}.appearance-preview-mode>span{margin-right:auto;color:#666}.type-row{background:white;padding:24px;border:1px solid var(--line);border-radius:10px;margin:16px 0}.type-row-title{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:18px}.type-row-title h3{font-family:Inter,Arial,sans-serif!important;font-size:16px!important;font-weight:500!important;letter-spacing:0}.type-row-title .text-button{font-size:12px!important}.type-controls{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:12px}.type-controls label{font-size:12px!important}.type-controls .select-trigger,.type-controls input{font-family:Inter,Arial,sans-serif!important;font-size:14px!important}.type-sample{padding:25px 0 5px;line-height:1.25;overflow-wrap:anywhere;min-width:0;letter-spacing:-.02em}.type-sample.mobile{max-width:360px}.type-controls .select-value small{display:none}@media(max-width:1100px){.admin-shell{grid-template-columns:210px minmax(0,1fr)}.admin-content{padding:25px}.type-controls{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-content .status-form{flex-wrap:wrap;min-width:190px}}@media(max-width:800px){.admin-shell{display:block}.admin-sidebar{display:none}.admin-mobile-nav{display:block;padding:16px;border-bottom:1px solid var(--line)}.admin-content{padding:20px 16px 55px}.admin-content .field-grid,.admin-launch-grid{grid-template-columns:1fr}.admin-launch-grid>a{padding:22px}.appearance-toolbar{flex-wrap:wrap;gap:9px}.appearance-toolbar .actions{margin-left:auto}.appearance-toolbar .button{padding:10px 13px}.type-row{padding:18px 14px}.type-row-title{align-items:flex-start}.admin-topline{margin-bottom:25px}.admin-content .metrics span{font-size:12px}.admin-content .details>div{display:block}.admin-content .details dd{text-align:left;margin-top:7px}.admin-content .search{width:100%}}.email-tabs{display:flex;gap:8px;margin:24px 0}.email-template-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px}.email-template-layout .panel{padding:20px}.email-template-layout form{display:grid;gap:18px}.email-variables{display:flex;flex-wrap:wrap;gap:7px}.email-variables small{width:100%}.email-variables button{padding:6px 9px;background:#f2f2f2;border:1px solid #ddd;border-radius:5px;font-size:12px}.email-preview{position:sticky;top:20px;align-self:start;min-width:0}.email-preview>p{padding:18px 0;font-size:15px!important;overflow-wrap:anywhere}.email-preview iframe{width:100%;height:650px;border:1px solid #ddd;border-radius:10px;background:white}.email-test-recipient{margin-top:14px}.email-setup-note{border-top:1px solid #ddd;margin-top:30px;padding-top:25px}.email-setup-note h3{margin-bottom:12px}.email-setup-note p{margin-bottom:12px;font-size:15px!important}.email-template-layout .actions{margin-top:12px}.email-template-layout textarea{line-height:1.65}.email-tabs button{min-height:42px}@media(max-width:1100px){.email-template-layout{grid-template-columns:1fr}.email-preview{position:static}.email-preview iframe{height:560px}}.admin-sidebar{position:sticky;top:0;align-self:start;height:100svh;overflow-y:auto;scrollbar-width:thin}.admin-sidebar nav{position:static}@media(max-width:720px){.header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 15px}.header .brand{grid-column:1;grid-row:1}.header>button{grid-column:2;grid-row:1;margin:0}.header nav{grid-column:1/-1;grid-row:2;margin:0;justify-content:flex-end;gap:22px}.header nav a{min-height:36px}.header .brand img{width:170px}}.checkout-artwork.checkout-print-item{grid-template-columns:88px minmax(0,1fr);gap:18px;align-items:start}.checkout-print-item>.cart-thumbnail{width:88px;height:100px}@media(max-width:720px){.checkout-artwork.checkout-print-item{grid-template-columns:64px minmax(0,1fr);gap:14px}.checkout-print-item>.cart-thumbnail{width:64px;height:76px}}.quality-good .quality-meter{color:#39845a}.quality-soft .quality-meter{color:#b27b32}.finish-image{border-radius:8px;isolation:isolate}.finish-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000 35%,#000b);z-index:0}.finish-title{position:absolute;z-index:1;inset:auto 24px 24px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:white}.finish-title h3{margin:0;letter-spacing:.04em;line-height:1.2;overflow-wrap:anywhere}.finish-title>span{font-size:27px;flex-shrink:0}.finish-grid .finish-number{z-index:1}.finish-grid>a>p{margin-top:17px}.finish-grid>a:focus-visible{outline-offset:8px;border-radius:8px}.service-page{max-width:1440px;margin:auto}.service-nav{display:flex;gap:clamp(14px,3vw,38px);align-items:center;padding:22px 4.2%;flex-wrap:wrap;border-bottom:1px solid var(--line);font-size:13px;letter-spacing:.06em}.service-nav>a{padding:8px 0;border-bottom:1px solid transparent}.service-nav>a[aria-current=page]{border-color:currentColor}.service-nav>a:first-child{margin-right:auto;color:var(--muted);letter-spacing:0}.service-hero{display:grid;grid-template-columns:46% 54%;min-height:490px;background:#f3f3f3}.service-hero-copy{padding:clamp(30px,4.2vw,60px);align-self:center}.service-hero h1{margin:20px 0 24px;line-height:1.08}.service-hero p{color:var(--muted);line-height:1.8;margin-bottom:28px}.service-hero>img{width:100%;height:100%;min-height:490px;object-fit:cover}.service-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px;padding:55px 4.2%;border-bottom:1px solid var(--line)}.service-benefits img{width:40px;height:40px;object-fit:contain;filter:grayscale(1);margin-bottom:18px}.service-benefits h3{letter-spacing:0;line-height:1.3;margin-bottom:12px}.service-benefits p{color:var(--muted);line-height:1.7}.mounting-benefits{grid-template-columns:repeat(3,minmax(0,1fr))}.service-section{padding:60px 4.2%;scroll-margin-top:20px}.service-section+.service-section{border-top:1px solid var(--line)}.service-section-heading{margin-bottom:30px;max-width:850px}.service-section h2{line-height:1.2}.service-prose{max-width:900px;margin-bottom:35px}.service-prose p{line-height:1.85;margin-bottom:18px;color:var(--muted)}.service-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px}.service-product{min-width:0;background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.service-product-image{aspect-ratio:4/3;background:#f2f1ef;display:flex;align-items:center;justify-content:center;overflow:hidden}.service-product-image>img{width:100%;height:100%;object-fit:contain}.service-product-image>.paper-swatch{width:65%;height:85%}.service-product-copy{padding:28px;display:flex;flex-direction:column;flex:1 1;gap:14px}.service-product h3{line-height:1.3;letter-spacing:-.02em}.service-product-copy>p{line-height:1.75;color:var(--muted)}.service-product .service-spec{color:#333}.service-price{margin-top:auto;padding-top:15px;display:flex;flex-wrap:wrap;align-items:baseline;gap:5px 10px;color:var(--ink)!important}.service-price>small:first-child{width:100%}.service-price strong{font-weight:600}.service-product .text-link{align-self:flex-start;display:inline-flex;gap:12px;align-items:center;margin-top:4px}.service-construction{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:35px;margin:30px 0 40px;background:#f3f3f3;padding:25px}.service-construction img{width:100%;max-height:340px;object-fit:contain}.service-construction ol{padding-left:28px}.service-construction li{padding:12px 5px;border-bottom:1px solid var(--line)}.service-image-pair{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin-bottom:35px}.service-image-pair>img{width:100%;border-radius:8px}.service-wide-image{width:100%;max-height:420px;object-fit:contain;margin-bottom:35px}.frame-products{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.frame-products .service-product-image{aspect-ratio:1}.frame-products .service-product-copy{padding:20px}.service-frame-detail{width:min(100%,600px);max-height:400px;object-fit:contain;margin:40px auto 0}.service-glass{display:grid;grid-template-columns:1fr 1.2fr;gap:45px;align-items:center}.service-glass>img{width:100%;max-height:380px;object-fit:contain;background:#f3f3f3;padding:35px}.service-glass .service-prose{margin:0}.service-glass .service-price{margin-bottom:20px}.service-cta{padding:60px 25px;margin:20px 4.2% 70px;text-align:center;background:#f0f0f0;border-radius:8px}.service-cta h2{margin:17px 0}.service-cta p{max-width:640px;margin:0 auto 25px;line-height:1.8;color:var(--muted)}.selection-notice{padding:24px;background:#f0f0f0;border:1px solid var(--line);border-radius:12px;margin-bottom:20px}.selection-notice p{margin:12px 0;line-height:1.7}@media(max-width:1100px){.frame-products,.service-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}.service-hero{grid-template-columns:1fr 1fr}.finish-title{inset:auto 16px 20px}.finish-title>span{font-size:20px}}@media(max-width:720px){.service-nav{gap:12px;padding:14px 20px;font-size:11px}.service-nav>a:first-child{width:100%;margin:0}.service-hero{grid-template-columns:1fr;min-height:0}.service-hero-copy{padding:35px 23px}.service-hero>img{min-height:0;height:280px}.service-benefits{padding:35px 23px;gap:26px 20px}.service-benefits h3{overflow-wrap:anywhere}.service-section{padding:40px 23px}.service-section-heading{margin-bottom:24px}.service-products{grid-template-columns:1fr;gap:24px}.service-product-copy{padding:23px}.service-construction{grid-template-columns:1fr;gap:15px;padding:15px}.service-image-pair{grid-template-columns:1fr;gap:16px}.service-glass{grid-template-columns:1fr;gap:25px}.service-glass>img{max-height:300px}.service-cta{margin:10px 23px 45px;padding:38px 22px}.finish-title{inset:auto 24px 24px}.finish-title>span{font-size:27px}}.site-footer{background:#000;color:#fff;border-top:0;text-align:left;padding:60px max(24px,calc((100vw - 1320px)/2)) 28px}.site-footer :is(p,a,small,h2,address){color:#fff}.site-footer>.footer-grid{display:grid;grid-template-columns:1.35fr .85fr .85fr 1.2fr;gap:45px;margin:0}.footer-brand img{width:220px;max-width:100%;filter:none}.site-footer .footer-brand>a{display:inline-block;position:relative;max-width:100%;padding:0;background:transparent}.site-footer .footer-brand>a:after{content:"";position:absolute;inset:0;pointer-events:none;background:#fff;mask:url(/assets/logo-asi-fineart.png) center/100% 100% no-repeat;-webkit-mask:url(/assets/logo-asi-fineart.png) center/100% 100% no-repeat;clip-path:inset(0 0 28% 0)}.site-footer .footer-brand img{display:block}.site-footer .footer-brand p{max-width:280px;margin:22px 0 0;line-height:1.8}.site-footer h2{letter-spacing:.12em;text-transform:uppercase;line-height:1.5;margin:0 0 22px}.footer-contact,.site-footer nav{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.footer-contact h2,.site-footer nav h2{margin-bottom:8px}.site-footer a{line-height:1.8;overflow-wrap:anywhere;text-decoration-thickness:1px;text-underline-offset:5px}.site-footer a:hover{text-decoration:underline}.site-footer address{font-style:normal;line-height:1.8;margin:0 0 6px}.site-footer>.footer-bottom{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:45px 0 0;padding-top:24px;border-top:1px solid #ffffff40}.footer-bottom small{line-height:1.8}.site-footer a:focus-visible{outline:2px solid #fff;outline-offset:5px}.information-page{max-width:1440px;margin:auto}.information-heading{padding:65px 4.2%;background:#f3f3f3}.information-heading h1{margin:20px 0 25px;line-height:1.12}.information-heading p{max-width:650px;line-height:1.85;color:var(--muted)}.information-heading.with-image{display:grid;grid-template-columns:1.2fr 1fr;gap:65px;align-items:center}.information-heading>img{width:100%;height:330px;object-fit:cover;border-radius:8px}.information-content{padding:55px 4.2% 70px}.contact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.contact-cards article{padding:30px;border:1px solid var(--line);border-radius:8px;background:white;min-width:0}.contact-cards h2{margin:18px 0 25px}.contact-cards a{overflow-wrap:anywhere}.contact-cards address{font-style:normal;line-height:1.8;margin-bottom:20px}.contact-map{margin-top:40px}.contact-map iframe{width:100%;height:420px;display:block;border:1px solid var(--line);border-radius:8px}.contact-map p{margin-top:15px;color:var(--muted)}.commitment-list{max-width:1040px}.commitment-list section{display:grid;grid-template-columns:60px 1fr;gap:25px;padding:30px 0;border-bottom:1px solid var(--line)}.commitment-list section:first-child{padding-top:0}.commitment-number{padding-top:7px;color:var(--muted);font-size:14px;letter-spacing:.08em}.commitment-list h2{margin-bottom:18px}.commitment-conditions,.commitment-list p,.information-notes p{line-height:1.85;color:var(--muted)}.commitment-conditions{max-width:1040px;margin:30px 0}.information-intro{margin:15px 0 30px;color:var(--muted)}.production-times{display:grid;grid-template-columns:1fr 1fr;gap:22px}.production-times article{padding:28px;background:#fff;border:1px solid var(--line);border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:25px}.production-times h3{line-height:1.3;margin-bottom:12px}.production-times p{color:var(--muted);line-height:1.8}.production-times .production-days{display:flex;flex-direction:column;align-items:center;white-space:nowrap;color:var(--ink)}.production-days strong{font-size:42px;font-weight:500;line-height:1.15}.production-days span{font-size:13px}.information-notes{max-width:960px;margin-top:45px}.information-notes section{padding:25px 0}.information-notes h2{margin-bottom:20px}.information-notes p{margin-bottom:16px}@media(max-width:1100px){.site-footer>.footer-grid{gap:40px}.contact-cards,.site-footer>.footer-grid{grid-template-columns:1fr 1fr}.contact-cards article:last-child{grid-column:1/-1}.information-heading.with-image{gap:35px}.production-times{grid-template-columns:1fr}}@media(max-width:720px){.site-footer{padding:40px 24px 26px}.site-footer>.footer-grid{grid-template-columns:1fr 1fr;gap:35px 22px}.footer-brand,.footer-contact{grid-column:1/-1}.footer-brand img{width:215px}.site-footer .footer-brand p{max-width:100%}.site-footer>.footer-bottom{flex-direction:column;gap:12px;margin-top:30px}.site-footer nav{gap:14px}.information-heading{padding:36px 23px}.information-heading.with-image{grid-template-columns:1fr;gap:28px}.information-heading>img{height:230px}.information-content{padding:35px 23px 45px}.contact-cards{grid-template-columns:1fr;gap:18px}.contact-cards article{padding:24px}.contact-cards article:last-child{grid-column:auto}.contact-map{margin-top:25px}.contact-map iframe{height:300px}.commitment-list section{grid-template-columns:30px 1fr;gap:13px;padding:25px 0}.production-times article{padding:23px;gap:16px}.production-times h3{overflow-wrap:anywhere}.production-days strong{font-size:34px}.production-days span{font-size:11px}.information-notes{margin-top:25px}}.site-header{position:relative;z-index:60;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:28px;padding-block:22px}.site-header .brand{grid-column:1;grid-row:1}.site-header .brand img{width:205px}.site-header .primary-nav{grid-column:2;grid-row:1;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 25px;margin:0;min-width:0}.site-header .primary-nav>a{display:inline-flex;align-items:center;min-height:44px;white-space:nowrap;border-bottom:1px solid transparent}.site-header .primary-nav>a:hover,.site-header .primary-nav>a[aria-current=page]{border-color:currentColor}.header-actions{grid-column:3;grid-row:1;display:flex;align-items:center;gap:12px}.header-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;min-width:44px;padding:10px;border:0;background:transparent;color:var(--ink);border-radius:50%;cursor:pointer;list-style:none}.header-icon>svg{width:24px;height:24px;flex-shrink:0}.header-icon:hover{background:#f0f0f0}.site-header .menu-toggle{display:none;margin:0}.account-navigation{position:relative}.account-navigation>summary::-webkit-details-marker{display:none}.account-navigation>summary::marker{content:""}.account-navigation[open]>summary{background:#eee}.account-dropdown{position:absolute;right:0;top:calc(100% + 12px);min-width:220px;padding:10px;background:white;border:1px solid var(--line);border-radius:10px;box-shadow:0 15px 45px #0002;display:flex;flex-direction:column;gap:3px}.account-dropdown a,.account-dropdown>.text-button{display:block;text-align:left;padding:12px 15px;min-height:44px;border-radius:6px;color:var(--ink);text-decoration:none;white-space:nowrap}.account-dropdown a:hover,.account-dropdown>.text-button:hover{background:#f2f2f2}.header-actions .cart-link{min-width:44px;min-height:44px;justify-content:center}@media(max-width:1100px){.site-header{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;padding:18px 24px}.site-header .menu-toggle{display:inline-flex;grid-column:2;grid-row:1}.site-header .header-actions{grid-column:3;gap:6px}.site-header .primary-nav{position:absolute;top:100%;left:0;right:0;display:none;grid-column:auto;grid-row:auto;margin:0;padding:16px 24px 22px;background:white;border-bottom:1px solid var(--line);box-shadow:0 14px 22px #0001;flex-direction:column;align-items:stretch;gap:4px}.site-header .primary-nav.is-open{display:flex}.site-header .primary-nav>a{display:flex;min-height:46px;padding:8px 12px;white-space:normal;border:0;border-radius:6px}.site-header .primary-nav>a:hover,.site-header .primary-nav>a[aria-current=page]{background:#f0f0f0}.site-header .cart-label{display:none}}@media(max-width:720px){.site-header{padding:16px;gap:4px}.site-header .brand img{width:clamp(130px,42vw,170px)}.site-header .header-actions{gap:0}.site-header .primary-nav{padding:12px 16px 18px}.site-header .account-dropdown{right:-44px;max-width:calc(100vw - 32px)}}.site-header .primary-nav>a:first-child{display:inline-flex}@media(max-width:1100px){.home .hero{display:flex;flex-direction:column;min-height:0}.home .hero-copy{width:100%}.home .hero-image{width:100%;height:auto;min-height:0;flex:none;align-self:stretch}.home .hero-image>img{display:block;width:100%;height:auto;max-height:none;object-fit:contain}}.production-estimate{margin:24px 0;padding:22px 24px;background:#f5f5f4;border:1px solid #e4e4e2;border-radius:12px;color:#171717}.production-estimate dl{display:grid;gap:18px;margin:0}.production-estimate dl>div{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:8px 18px}.production-estimate dt{color:#454545}.production-estimate dd{margin:0;font-weight:600}.production-estimate dd span{display:block;font-weight:400;color:#454545}.production-estimate p{margin:18px 0 8px}.production-estimate a{color:inherit;text-decoration:underline;text-underline-offset:3px}.production-estimate small{display:block;color:#555;line-height:1.55}@media(max-width:600px){.production-estimate{padding:18px}.production-estimate dl>div{grid-template-columns:minmax(0,1fr);gap:4px}}.payment-settings-fields{padding:0;margin:0;border:0;min-width:0}.payment-choices{display:grid;gap:12px}.payment-card{display:flex;align-items:center;gap:16px;text-align:left;padding:20px;background:#fff;color:#171717;border:1px solid #d6d6d6;border-radius:12px;cursor:pointer;width:100%;min-width:0}.payment-card.selected{border:2px solid #222;padding:19px;background:#f6f6f5}.payment-card:disabled{cursor:default;color:#777;background:#fafafa}.payment-card>svg{width:30px;height:30px;flex:none}.payment-card>span:nth-child(2){display:grid;gap:6px;flex:1 1;min-width:0}.payment-card small{color:#555}.payment-tick{flex:none;width:22px;height:22px;border-radius:50%;border:1px solid #bbb;display:grid;place-items:center}.payment-card.selected .payment-tick{color:#fff;background:#222;border-color:#222}.payment-instructions{margin-top:20px;padding:20px;background:#f5f5f4;border-radius:12px}.payment-bank{display:grid;gap:12px;margin:0}.payment-bank>div{display:grid;grid-template-columns:110px minmax(0,1fr);gap:8px}.payment-bank dt{color:#555}.payment-bank dd{margin:0;overflow-wrap:anywhere;font-weight:500}.payment-receipt-form{border-top:1px solid #ddd;margin-top:24px;padding-top:20px}.payment-receipt-form summary{cursor:pointer;padding:12px 0}@media(max-width:600px){.payment-card{padding:16px;gap:12px}.payment-card.selected{padding:15px}.payment-bank>div{grid-template-columns:minmax(0,1fr);gap:3px}.payment-instructions{padding:16px}}.file-library-search{display:grid;gap:15px;margin:28px 0 12px}.file-library-search>label{max-width:620px}.file-library-filters,.file-library-pagination{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.file-library-table img{object-fit:contain;background:#f5f5f5;max-width:none;border-radius:4px}.file-library-table th{font-weight:500}.file-library-name{display:block;overflow-wrap:anywhere;max-width:280px;min-width:120px}.file-library-order{display:block;text-decoration:underline;margin:6px 0}.file-library-pagination{margin:22px 0}.file-library-pagination>span{margin-right:auto}.file-library-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin:20px 0}.file-library-actions label{display:flex;align-items:center;gap:10px;margin:0}.file-library-actions input,.file-library-table input[type=checkbox]{width:20px;height:20px;min-height:20px;accent-color:#181818;flex:none}.file-library-actions>span{margin-right:auto;font-size:14px;color:#666}.file-library-result{padding:16px;background:#f4f4f3;border-radius:10px}.file-delete-dialog{width:min(560px,calc(100% - 32px));max-height:85dvh;overflow:auto;padding:26px;border:1px solid #ddd;border-radius:18px;color:#191919;background:#fff}.file-delete-dialog::backdrop{background:rgb(0 0 0/.4)}.file-delete-dialog h2{margin-top:0}.file-delete-dialog ul{max-height:220px;overflow:auto;padding-left:20px;overflow-wrap:anywhere}.file-delete-dialog li{margin:8px 0}.file-delete-dialog .file-library-actions{justify-content:flex-end;margin-bottom:0}@media(max-width:600px){.file-library-actions>.button{width:100%}.file-delete-dialog{padding:20px}.file-delete-dialog .button{width:100%}}.seo-status{border:1px solid #ddd;border-radius:12px;background:#f5f5f5;padding:20px}.seo-admin .panel>p,.seo-status p{font-size:15px;color:#666;margin:8px 0 18px}.seo-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.seo-tabs button{border:1px solid #ddd;background:white;color:#222;border-radius:9px;padding:12px 16px;font-size:14px}.seo-tabs button[aria-pressed=true]{background:#111;color:#fff;border-color:#111}.seo-field{margin:18px 0;min-width:0}.seo-field>small{font-size:12px;font-weight:400;line-height:1.5}.seo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px}.seo-field textarea{resize:vertical}.seo-check{display:flex;align-items:flex-start;gap:12px;margin:20px 0}.seo-check input{margin-top:5px}.seo-check small{font-size:13px;font-weight:400}.seo-page-meta{display:flex;gap:20px;justify-content:space-between;margin-top:20px;font-size:12px;flex-wrap:wrap;overflow-wrap:anywhere}.seo-google-preview{max-width:680px;border:1px solid #ddd;background:white;border-radius:12px;padding:20px;margin:24px 0 12px;font-family:Arial,sans-serif}.seo-google-preview>strong{display:block;color:#1a0dab;font-size:21px;font-weight:400;margin:8px 0;line-height:1.35;overflow-wrap:anywhere}.seo-google-preview small{font-size:12px;overflow-wrap:anywhere}.seo-google-preview p{font-size:14px;color:#444;line-height:1.5}.seo-google-preview>span{font-size:14px}.seo-advice{color:#8a5800}.seo-faq-editor{border-top:1px solid #ddd;padding:10px 0 20px}.seo-social-preview{max-width:480px;border:1px solid #ddd;border-radius:12px;overflow:hidden}.seo-social-preview img{width:100%;aspect-ratio:1200/630;object-fit:cover}.seo-social-preview>div{padding:18px;background:#fafafa}.seo-social-preview p{font-size:14px}.seo-hours{display:grid;grid-template-columns:100px 100px 1fr 1fr;gap:16px;align-items:center;margin:12px 0}.seo-hours label{font-size:13px}.seo-hours label:has([type=checkbox]){display:flex;align-items:center;gap:7px}.seo-save{position:sticky;bottom:10px;z-index:15;background:#fff;border:1px solid #ccc;box-shadow:0 4px 20px #0001;border-radius:12px;padding:16px;display:flex;gap:16px;align-items:center;flex-wrap:wrap}.seo-save>p{flex-basis:100%;font-size:14px}.seo-save>span{font-size:13px;margin-right:auto;color:#666}.seo-checklist{padding-left:22px;line-height:1.8;font-size:15px}.seo-admin .panel{min-width:0}.seo-admin .details{overflow-wrap:anywhere}.seo-editorial{max-width:1050px;padding:45px 30px;margin:25px auto 60px}.seo-editorial>h2,.seo-faq>h2{font-size:clamp(25px,3vw,38px);margin-bottom:24px}.seo-editorial>p{font-size:17px;color:#555;line-height:1.8;margin:16px 0;white-space:pre-line}.seo-faq{margin-top:40px}.seo-faq details{border-bottom:1px solid #ddd;padding:18px 0}.seo-faq summary{cursor:pointer;font-weight:600}.seo-faq details p{margin-top:15px;font-size:16px;color:#555;line-height:1.8;white-space:pre-line}.seo-editorial nav{display:flex;gap:16px 25px;flex-wrap:wrap;margin-top:30px;font-size:14px;text-decoration:underline;text-underline-offset:4px}.hero h1.seo-home-title{white-space:pre-line;font-size:clamp(42px,5vw,70px);letter-spacing:-.04em}.information-heading h1,.service-hero h1{white-space:pre-line}.contact-hours{margin-top:35px}.contact-hours dl{max-width:600px}.contact-profiles{display:flex;gap:18px;flex-wrap:wrap;margin:20px 0}@media(max-width:700px){.seo-grid{grid-template-columns:1fr}.seo-hours{grid-template-columns:1fr 1fr;gap:10px;border-bottom:1px solid #ddd;padding:12px 0}.seo-admin .panel{padding:18px}.seo-tabs{display:grid;grid-template-columns:1fr 1fr}.seo-tabs button{font-size:12px;padding:10px}.seo-editorial{padding:25px 22px}.seo-save .button{width:100%}.seo-google-preview>strong{font-size:18px}.seo-page-meta span{width:100%}}