:root{--p-ink:#292f32;--p-paper:#faf9f6;--p-soft:#f0f1ec;--p-line:#d5d9d3;--p-muted:#59645e;--p-green:#3f962f;--p-action:#2e7625;--p-white:#fff;color-scheme:light}html[data-theme=dark]{--p-ink:#f2f3ed;--p-paper:#1e2425;--p-soft:#293131;--p-line:#505b56;--p-muted:#bbc4bc;--p-action:#a3d598;--p-white:#232b2a;color-scheme:dark}html{scroll-padding-top:110px}body{background:var(--p-paper);color:var(--p-ink);max-width:none;font-family:Arial,Helvetica,sans-serif;line-height:1.6}body,main{overflow-x:clip}button,input,select,textarea{font:inherit}a{text-underline-offset:5px}p{color:var(--p-muted)}h1,h2,h3{font-weight:500;line-height:1.08;letter-spacing:-.045em;color:inherit}h1{font-size:clamp(40px,5vw,76px)}h2{font-size:clamp(30px,3.35vw,48px)}h3{font-size:25px}em{font-family:inherit;font-style:normal}figure{margin:0}img{max-width:100%}.section{padding:82px max(5vw,24px);scroll-margin-top:100px}.eyebrow{font-size:11px;letter-spacing:.14em;line-height:1.5;color:var(--p-muted);margin:0 0 22px;font-weight:600}.section-heading{margin-bottom:32px;gap:32px}.section-heading h2{max-width:710px}.section-heading>p{max-width:380px}.p-icon{display:inline-block!important;flex:0 0 22px;width:22px!important;height:22px!important;vertical-align:middle;stroke:currentColor!important;stroke-width:1.6!important;fill:none!important;margin:0!important;transition:transform .22s ease}.button,.header-cta{background:var(--p-action);color:var(--p-paper);border-radius:3px;padding:16px 22px;gap:24px;line-height:1.3;min-height:50px;font-size:14px;font-weight:600;text-decoration:none;border:1px solid transparent;box-shadow:none}.button:hover,.header-cta:hover{background:var(--p-ink);color:var(--p-paper)}.text-link{display:inline-flex;align-items:center;gap:12px;font-size:14px;color:inherit;min-height:44px;text-decoration:underline;background:none;border:0;padding:8px 0}.button:hover .p-icon,.text-link:hover .p-icon{transform:translate(3px)}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--p-green);outline-offset:4px}button{cursor:pointer}.p-note{font-size:12px;line-height:1.6;max-width:900px;margin-top:24px}.p-lead{font-size:19px;line-height:1.65}.p-actions{display:flex;flex-wrap:wrap;gap:16px 24px;align-items:center;margin-top:32px}header{height:96px;padding:12px 4%;background:var(--p-paper);border-bottom:1px solid var(--p-line);position:sticky;top:0;z-index:40;gap:22px;box-shadow:none;isolation:isolate}header .brand{flex:0 0 190px;max-width:190px;margin-right:auto}header #navigation{display:flex;position:static;flex-direction:row;align-items:center;gap:22px;background:none;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0;width:auto}header nav a{font-size:12px;white-space:nowrap}header .menu{display:none}header .preferences{display:flex;gap:8px;margin:0}header .preferences select{max-width:87px;min-height:44px;font-size:12px;color:var(--p-ink);background-color:transparent}header #theme{width:65px}header .locale-submit{display:none}header .header-cta{display:inline-flex;font-size:12px;gap:12px;padding:13px 15px}.reading-progress{height:2px;top:96px}.skip{z-index:1000}.p-hero{display:grid;grid-template-columns:44% 56%;min-height:650px;border-bottom:1px solid var(--p-line)}.p-hero-copy{padding:70px 9% 55px 11.4%;align-self:center}.p-hero h1{font-size:clamp(40px,4.6vw,72px);margin:0 0 26px;max-width:650px}.p-hero-copy>p:not(.eyebrow){font-size:16px;line-height:1.65;max-width:470px}.p-hero .p-hero-note{font-size:11px!important;margin-top:38px;max-width:310px;color:var(--p-muted)}.p-hero-image{position:relative;min-height:650px;overflow:hidden;background:#ebe8df}.p-hero-image img{height:100%;width:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;object-position:48% 50%}.p-hero-image figcaption{position:absolute;bottom:15px;right:20px;background:#fff;color:#404942;padding:4px 8px;font-size:10px}.p-frame-corner{position:absolute;right:24px;top:24px;width:54px;height:54px;border-top:3px solid var(--p-green);border-right:3px solid var(--p-green);animation:p-frame-enter .8s ease-out both}@keyframes p-frame-enter{0%{opacity:0;transform:translate(-8px,8px)}to{opacity:1;transform:none}}.p-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:36px 26px}.p-category{display:block;text-decoration:none;min-width:0}.p-category figure{aspect-ratio:4/3;position:relative;overflow:hidden;background:var(--p-soft)}.p-category img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.6,.2,1)}.p-category:hover img{transform:scale(1.035)}.p-category figure>span{position:absolute;right:14px;bottom:14px;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--p-paper);color:var(--p-ink)}.p-category h3{margin:20px 0 9px;font-size:26px}.p-category p{font-size:14px;line-height:1.6;margin:0;max-width:410px}.p-categories .p-category:first-child{grid-column:span 2}.p-categories .p-category:first-child figure{aspect-ratio:2.18}.p-profile-feature{background:var(--p-soft);display:grid;grid-template-columns:.8fr 1.2fr;gap:7%;align-items:center}.p-profile-feature>div>p:not(.eyebrow){font-size:16px;margin:25px 0}.p-profile-feature>div>.button{margin-right:20px}.p-feature-profiles{display:grid;grid-template-columns:1fr 1fr;gap:22px}.p-profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:36px}.p-profile-card{background:var(--p-paper);border:1px solid var(--p-line);min-width:0;display:flex;flex-direction:column}.p-profile-media{height:300px;display:flex;align-items:center;justify-content:center;position:relative;background:#fff;overflow:hidden;padding:20px}.p-profile-media img{width:100%;height:100%;object-fit:contain;transition:transform .4s}.p-profile-media:hover img{transform:scale(1.04)}.p-profile-media>span{position:absolute;bottom:9px;left:14px;font-size:10px;background:#fff;color:#525d55;padding:2px 5px}.p-profile-card>div{padding:23px;display:flex;flex-direction:column;flex:1}.p-profile-card h3{font-size:25px;margin:0 0 12px}.p-profile-card h3 a{text-decoration:none}.p-profile-card .eyebrow{margin-bottom:12px}.p-profile-card p{font-size:13px;line-height:1.6}.p-profile-card dl{font-size:12px;margin-top:auto;padding-top:12px}.p-profile-card dl>div{display:flex;justify-content:space-between;border-top:1px solid var(--p-line);padding:8px 0;gap:15px}.p-profile-card dd{margin:0;font-weight:600;text-align:right}.p-profile-card .text-link{font-size:12px}.p-feature-profiles .p-profile-media{height:280px}.p-feature-profiles .p-profile-card>div{padding:18px}.p-feature-profiles .p-profile-card h3{font-size:22px}.p-works-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:28px;align-items:start}.p-works-grid>a{text-decoration:none}.p-works-grid img{width:100%;height:450px;object-fit:cover}.p-works-grid>a:last-child{padding-top:75px}.p-works-grid h3{margin-top:18px}.brand-method{background:var(--p-soft)}.brand-method li{border-color:var(--p-line)}.brand-method h3{font-size:24px}.p-location{display:grid;grid-template-columns:1fr 1fr;gap:10%;border-top:1px solid var(--p-line)}.p-location h2{max-width:550px}.p-region-links{display:grid;grid-template-columns:1fr 1fr;gap:12px}.p-region-links a{display:flex;gap:12px;align-items:center;min-height:92px;padding:20px;background:var(--p-soft);text-decoration:none}.p-region-links a>span{flex:1}.p-region-links a>.p-icon:first-child{color:var(--p-action)}.p-end-cta{background:var(--p-soft);display:flex;justify-content:center;gap:70px;align-items:center}.p-end-cta>img{width:160px;height:160px;object-fit:contain;mix-blend-mode:multiply}.p-end-cta h2{max-width:670px}.p-end-cta p{max-width:590px}.p-end-cta .button{margin-top:14px}.p-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:24px max(5vw,24px) 0;font-size:11px;color:var(--p-muted)}.p-breadcrumb .p-icon{width:13px!important;height:13px!important;flex-basis:13px;transform:rotate(-90deg)}.p-product-hero{display:grid;grid-template-columns:1fr 1fr;gap:6%;align-items:center;padding-top:45px}.p-product-hero h1{font-size:clamp(38px,4.5vw,64px);margin-bottom:25px}.p-product-hero .button{margin:20px 20px 0 0}.p-product-hero figure{width:100%;min-width:0}.p-product-hero figure>img{width:100%;height:530px;object-fit:cover}.p-product-hero figcaption,.p-system-context figcaption{font-size:11px;margin-top:10px;color:var(--p-muted)}.p-technical{background:#fff;padding:24px}.p-technical img{width:100%;height:490px;object-fit:contain}.p-zoom{position:relative;display:block;border:0;padding:0;width:100%;background:none}.p-zoom>.p-icon{position:absolute;right:6px;bottom:6px;color:#292f32}.p-editorial{display:grid;grid-template-columns:.8fr 1.2fr;gap:12%;border-top:1px solid var(--p-line)}.p-editorial h2{max-width:500px}.p-editorial p{font-size:16px;line-height:1.8;margin:0 0 22px}.p-editorial ul{padding-left:20px;color:var(--p-muted);line-height:1.8}.p-tone{background:var(--p-soft)}.p-material-links{display:flex;flex-wrap:wrap;gap:35px;padding-top:0}.p-specs{margin:0 0 25px}.p-specs>div{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:16px 0;border-bottom:1px solid var(--p-line);font-size:14px}.p-specs dt{color:var(--p-muted)}.p-specs dd{margin:0;font-weight:600}.p-swatches{display:flex;flex-wrap:wrap;gap:26px;margin:28px 0}.p-swatches span{display:flex;gap:10px;align-items:center;font-size:12px}.p-swatches i{display:block;width:32px;height:32px;border:1px solid #adb5ab;border-radius:50%}.p-system-context{display:grid;grid-template-columns:1.1fr 1fr;gap:7%;align-items:center}.p-system-context img{width:100%;height:480px;object-fit:cover}.p-system-context h2{margin-bottom:26px}.p-faq{padding:18px 0;border-color:var(--p-line)}.p-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-right:0;font-size:17px;line-height:1.45}.p-faq summary:after{display:none}.p-faq[open] summary>.p-icon{transform:rotate(45deg)}.p-faq p{font-size:15px;margin-top:20px}.p-page-heading{padding-top:48px}.p-page-heading>h1{max-width:900px;margin-bottom:24px}.p-page-heading>p{max-width:670px}.p-filters{display:flex;gap:10px;flex-wrap:wrap;margin:35px 0}.p-filters button{border:1px solid var(--p-line);background:transparent;padding:10px 18px;min-height:44px;color:var(--p-ink);border-radius:30px}.p-filters button[aria-pressed=true]{background:var(--p-ink);color:var(--p-paper)}.p-compare-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:38px}.p-compare{border:1px solid var(--p-line);padding:28px}.p-compare label{display:block;font-size:13px}.p-compare select{display:block;width:100%;padding:14px;margin:10px 0 24px;background:var(--p-paper);color:var(--p-ink);border:1px solid var(--p-line)}.p-compare .p-technical img{height:340px}.p-compare h2{font-size:28px;margin-top:26px}.p-compare .button{margin-right:20px}.p-lightbox{width:min(1100px,94vw);max-width:1100px;max-height:92dvh;padding:40px;background:var(--p-paper);color:var(--p-ink)}.p-lightbox img{display:block;width:100%;height:76dvh;object-fit:contain;background:#fff}.p-lightbox button{position:absolute;top:5px;right:5px;width:44px;height:44px;border:0;background:var(--p-paper);color:var(--p-ink)}.p-lightbox::backdrop{background:#151d1dcc}.p-reveal{transition:opacity .6s ease,transform .6s cubic-bezier(.2,.6,.2,1)}.p-reveal[data-reveal=pending]{opacity:0;transform:translateY(16px)}.p-reveal[data-reveal=visible]{opacity:1;transform:none}.quote-section{background:var(--p-soft);color:var(--p-ink)}.quote-section h2{font-size:36px}.quote-section p,.quote-section label,.quote-section small{color:var(--p-muted)}.quote-section input,.quote-section select,.quote-section textarea{background:var(--p-paper);color:var(--p-ink);border:1px solid var(--p-line);padding:12px}.quote-section [type=radio],.quote-section [type=checkbox]{accent-color:var(--p-action)}.quote-section .quote-item{background:var(--p-paper);border-color:var(--p-line)}.quote-section [data-profile-info] img{max-height:100px;width:85px;object-fit:contain;float:right;background:#fff}.quote-section [data-prev],.quote-section [data-next],.quote-section [data-quote-submit]{min-height:48px}.quote-section .form-note{font-size:12px}.p-quote-heading{padding-bottom:40px}.quote-section .p-icon{color:inherit}.p-quote-product{width:100%;height:210px;object-fit:cover;margin-bottom:20px}.p-quote-choice-photo{width:100%;height:85px;object-fit:cover;border-radius:2px;margin-bottom:8px}.quote-kind{overflow:hidden}.p-mobile-quote{display:none}.p-faq summary::marker,summary::-webkit-details-marker{display:none}summary:after{content:""!important;width:15px;height:15px;top:6px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='1.6' fill='none'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 5v14M5 12h14' stroke='black' stroke-width='1.6' fill='none'/%3E%3C/svg%3E") center/contain no-repeat}details[open]>summary:after{transform:rotate(45deg)}footer{background:var(--p-paper);border-top:1px solid var(--p-line);gap:26px;flex-wrap:wrap}footer a,footer p{font-size:12px;color:var(--p-muted)}footer .original-logo{max-width:200px}.assistant-launch{background:var(--p-ink);color:var(--p-paper);box-shadow:0 3px 12px #0001}.p-profile-grid>[hidden]{display:none!important}@media(min-width:1550px){.section{padding-left:max(5vw,calc((100vw - 1450px)/2));padding-right:max(5vw,calc((100vw - 1450px)/2))}.p-hero-copy{padding-left:max(5vw,calc((100vw - 1450px)/2))}}@media(max-width:1200px){header{gap:14px}header #navigation{gap:14px}header .preferences #theme{display:none}header .brand{flex-basis:170px;max-width:170px}header .brand .original-logo{width:170px}.p-hero,.p-hero-image{min-height:590px}.p-hero-copy{padding:50px 8% 45px 11.4%}.p-hero .p-actions{gap:10px}.p-region-links{grid-template-columns:1fr}.p-feature-profiles .p-profile-media{height:240px}.p-profile-feature{gap:4%}.p-profile-media{height:260px}}@media(max-width:1000px){header{height:82px;gap:16px}header .menu{display:inline-flex;align-items:center;gap:10px;border:0;background:none;color:var(--p-ink);font-size:13px;min-height:44px;margin-left:auto}header #navigation{display:none;position:absolute;top:81px;left:0;right:0;width:100%;background:var(--p-paper);padding:24px;box-shadow:0 15px 24px #0001;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--p-line)}header #navigation.open{display:flex}header #navigation a{padding:13px 5px;font-size:18px;white-space:normal}header .header-cta{display:none}.reading-progress{top:82px}.p-profile-feature{grid-template-columns:1fr;gap:40px}.p-hero h1{font-size:43px}.p-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.p-product-hero{gap:4%}.p-product-hero figure>img{height:430px}.p-technical img{height:400px}.p-editorial{gap:7%}.p-end-cta{gap:35px}.p-end-cta>img{width:100px;height:100px}}@media(max-width:700px){html{scroll-padding-top:82px}.section{padding:55px 22px}h1{font-size:40px}h2{font-size:32px}.section-heading{align-items:start;flex-direction:column;gap:18px}.section-heading>p{font-size:14px}.eyebrow{font-size:10px;margin-bottom:18px}header{padding:10px 20px;height:78px;gap:10px}header .brand{flex-basis:148px;max-width:148px}header .brand .original-logo{width:148px}header .menu{font-size:0;gap:0;width:40px}header .menu .p-icon{width:23px!important}header .preferences select{font-size:11px;width:74px;max-width:74px;padding:7px 3px}header #navigation{top:77px}.reading-progress{top:78px}.p-hero{display:flex;flex-direction:column;min-height:0}.p-hero-copy{padding:43px 22px 35px}.p-hero h1{font-size:44px;max-width:510px;line-height:1.04;margin-bottom:22px}.p-hero-copy>p:not(.eyebrow){font-size:15px}.p-hero .p-hero-note{margin-top:22px}.p-hero-image{min-height:320px}.p-hero-image img{object-position:50% 50%}.p-hero .p-actions{gap:18px;align-items:center}.button{font-size:13px;padding:15px 18px}.text-link{font-size:13px}.p-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 15px}.p-categories .p-category:first-child{grid-column:1/-1}.p-categories .p-category:first-child figure{aspect-ratio:1.65}.p-category h3{font-size:22px;margin-top:15px}.p-category p{font-size:12px}.p-category figure{aspect-ratio:1}.p-category figure>span{width:32px;height:32px;right:9px;bottom:9px}.p-category figure>span .p-icon{width:17px!important;height:17px!important}.p-feature-profiles{gap:12px}.p-feature-profiles .p-profile-media{height:210px;padding:15px}.p-feature-profiles .p-profile-card>div{padding:14px}.p-feature-profiles .p-profile-card h3{font-size:21px}.p-feature-profiles .p-profile-card p{font-size:12px}.p-feature-profiles .p-profile-card dl{font-size:10px}.p-feature-profiles .p-profile-card .eyebrow{font-size:9px}.p-works-grid{grid-template-columns:1fr;gap:25px}.p-works-grid img{height:340px}.p-works-grid>a:last-child{padding:0;display:none}.p-location{grid-template-columns:1fr;gap:28px}.p-region-links{grid-template-columns:1fr 1fr}.p-region-links a{min-height:75px;padding:14px;gap:8px;font-size:14px}.p-region-links a>.p-icon:first-child{display:none!important}.p-end-cta{gap:20px;align-items:flex-start}.p-end-cta>img{width:55px;height:55px;flex:0 0 55px;margin-top:6px}.p-end-cta h2{font-size:29px}.p-end-cta p{font-size:13px}.p-breadcrumb{padding:20px 22px 0;font-size:10px}.p-product-hero{grid-template-columns:1fr;gap:30px;padding-top:28px}.p-product-hero h1{font-size:40px}.p-lead{font-size:16px}.p-product-hero figure>img{height:350px}.p-technical{padding:18px}.p-technical img{height:360px}.p-editorial{grid-template-columns:1fr;gap:26px}.p-editorial p{font-size:15px}.p-material-links{padding-top:0;gap:12px}.p-profile-grid{grid-template-columns:1fr;gap:24px}.p-profile-grid .p-profile-card{display:grid;grid-template-columns:42% 58%;align-items:stretch}.p-profile-grid .p-profile-media{height:100%;min-height:250px;padding:16px}.p-profile-card>div{padding:18px}.p-profile-card h3{font-size:23px}.p-profile-media>span{font-size:9px;left:6px}.p-profile-card dl{font-size:11px}.p-system-context{grid-template-columns:1fr;gap:28px}.p-system-context img{height:370px}.p-compare-grid{gap:14px}.p-compare{padding:12px;min-width:0}.p-compare select{font-size:12px;padding:12px 6px}.p-compare .p-technical{padding:6px}.p-compare .p-technical img{height:215px}.p-compare h2{font-size:22px}.p-compare .p-specs>div{grid-template-columns:1fr;gap:5px;font-size:11px}.p-compare p{font-size:12px}.p-compare .button{font-size:11px;gap:7px;padding:12px 9px;margin:0;width:100%}.p-compare .button .p-icon{width:15px!important;flex-basis:15px}.p-compare .text-link{font-size:11px}.p-lightbox{padding:34px 10px 10px;width:96vw}.p-lightbox img{height:72dvh}.p-quote-heading{padding-bottom:28px}.quote-section h2{font-size:30px}.quote-section{padding:36px 20px!important}.quote-section .request-side{position:static}.quote-section .quote-profile-info{font-size:12px}.p-quote-product{height:180px}.p-quote-choice-photo{height:65px}.p-mobile-quote{display:flex;position:fixed;bottom:0;left:0;right:0;background:var(--p-paper);border-top:1px solid var(--p-line);padding:9px 18px max(9px,env(safe-area-inset-bottom));z-index:35}.p-mobile-quote .button{width:100%;justify-content:center;gap:20px;min-height:45px}body:has(.p-mobile-quote){padding-bottom:80px}body:has(.p-mobile-quote) .assistant-launch{bottom:86px}.assistant-launch{font-size:11px;padding:12px;min-height:44px}footer{padding:35px 22px}.p-quote-heading+.quote-section{border-top:1px solid var(--p-line)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.p-reveal[data-reveal=pending]{opacity:1;transform:none}}html[data-motion=reduce] *,html[data-motion=reduce] *:before,html[data-motion=reduce] *:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}html[data-motion=reduce] .p-reveal{opacity:1;transform:none}.p-footer-catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;border-top:1px solid var(--line)}.p-footer-catalog h2{font-size:16px;letter-spacing:0;margin:0 0 20px}.p-footer-catalog a{display:block;margin:9px 0;font-size:14px}.p-footer-catalog a:hover{color:var(--p-action)}.p-quote-kind-image{width:100%;height:115px;object-fit:cover;display:block;margin-bottom:12px;border-radius:3px}.quote-product:has(.p-quote-kind-image){display:flex;align-items:stretch;flex-direction:column;padding:14px;position:relative}.quote-product:has(.p-quote-kind-image)>input{position:absolute;top:22px;left:22px}.quote-product:has(.p-quote-kind-image)>span:last-child{position:absolute;bottom:12px;right:12px}.measure-diagram .p-icon{width:32px;height:32px}@media(max-width:700px){.p-footer-catalog{grid-template-columns:1fr 1fr;gap:32px}.p-footer-catalog div:last-child{grid-column:1/-1}.p-quote-kind-image{height:95px}}.p-outdoor-photo{margin:0}.p-outdoor-photo img{width:100%;height:230px;object-fit:cover}.p-outdoor-photo figcaption{padding:8px 18px;font-size:11px;color:var(--p-muted)}.outdoor-card{background:var(--p-paper);border:1px solid var(--p-line);border-radius:0}.outdoor-card-body{padding:22px}.outdoor-grid{gap:24px}.eco-section{background:var(--p-paper)}@media(min-width:1001px){header #navigation{display:flex;flex-wrap:nowrap;gap:20px;border:0;background:transparent;padding:0}header #navigation a{white-space:nowrap;font-size:13px}header .preferences{gap:12px}.header-cta{flex-shrink:0}}@media(min-width:1001px)and (max-width:1180px){header .preferences #theme{max-width:70px}header #navigation{gap:13px}header .brand{width:165px}.header-cta{padding:14px 16px}}nav.p-breadcrumb,nav.p-footer-catalog{position:static;inset:auto;width:auto;max-height:none;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent}nav.p-footer-catalog{grid-template-columns:repeat(3,minmax(0,1fr));border-color:var(--p-line)}nav.p-footer-catalog>div{min-width:0}nav.p-footer-catalog a{white-space:normal;overflow-wrap:break-word}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:1000px){header{display:flex;flex-wrap:nowrap;align-items:center}header .preferences{order:2;flex:0 0 auto;width:auto;margin:0 0 0 auto}header .menu{order:3;flex:0 0 40px;margin:0}header .brand{margin-right:0}nav.p-breadcrumb{display:flex}nav.p-footer-catalog{display:grid}}@media(max-width:700px){header{gap:8px}header .brand{flex-basis:140px;max-width:140px}header .brand .original-logo{width:140px}nav.p-footer-catalog{grid-template-columns:minmax(0,1fr);gap:28px}nav.p-footer-catalog>div:last-child{grid-column:auto}.p-quote-kind-image{height:95px}}nav.p-breadcrumb{flex-direction:row;justify-content:flex-start;align-items:center;border:0;gap:8px;min-height:0}@media(max-width:700px){.p-quote-heading+.quote-section .request-side{display:none}.quote-section input,.quote-section select,.quote-section textarea{font-size:16px}.p-hero-copy{padding-top:34px}.p-hero h1{font-size:40px}.p-hero .p-actions{margin-top:24px}}@view-transition{navigation:none}@media(max-width:700px){.quote-section .quote-shell{min-width:0}}.original-logo,header .brand .original-logo,.brand-footer .original-logo{height:auto!important;aspect-ratio:2/1;overflow:visible!important;max-width:100%;flex-shrink:0}.original-logo img,.brand-footer .original-logo img{position:static!important;inset:auto!important;display:block;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;object-position:center!important;transform:none!important;clip-path:none!important}.original-logo .logo-dark,.brand-footer .original-logo .logo-dark,html[data-theme=dark] .original-logo .logo-light{display:none}html[data-theme=dark] .original-logo .logo-dark{display:block}header{height:110px;padding-top:4px;padding-bottom:4px}header .brand{flex:0 0 190px;max-width:190px;width:190px}header .brand .original-logo{width:190px}header .brand-reveal-leaf{display:block;right:-16px}.reading-progress{top:110px}html{scroll-padding-top:120px}.cinema-hero .hero-copy{max-width:1080px}.cinema-hero .hero-copy h1{max-width:none}.cinema-hero .hero-copy h1 em,.pvc-banner em{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:400}.p-returned-leaf{animation:p-leaf-breeze 4s ease-in-out infinite;transform-origin:25% 85%}@keyframes p-leaf-breeze{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(5deg) translateY(-5px)}}.quote-mini-view{min-height:120px}.quote-mini-view[data-product=awnings] .mini-window,.quote-mini-view[data-product=pergolas] .mini-window{display:none}.quote-blueprint .blueprint-leaf,.quote-blueprint .blueprint-fixed{transition:transform .7s,background .6s,border-color .4s}.quote-mini-view .mini-window,.quote-mini-view .mini-shade,.quote-mini-view .mini-roof{transition:transform .7s,background .6s,width .5s}.quote-blueprint[data-product=shutters] .blueprint-leaf{animation:p-shutter-preview 4s ease-in-out infinite;transform-origin:top}.quote-blueprint:is([data-product=awnings],[data-product=pergolas]) .blueprint-leaf{animation:p-shade-preview 5s ease-in-out infinite;transform-origin:top right}@keyframes p-shutter-preview{0%,to{clip-path:inset(0 0 0 0)}50%{clip-path:inset(0 0 58% 0)}}@keyframes p-shade-preview{0%,to{transform:skew(-14deg) scaleY(1)}50%{transform:skew(-14deg) scaleY(.45)}}@media(max-width:1000px){header #navigation{top:109px}}@media(max-width:700px){header{height:94px;padding:4px 16px;gap:8px}header .brand{flex-basis:160px;max-width:160px;width:160px}header .brand .original-logo{width:160px}header #navigation{top:93px}.reading-progress{top:94px}html{scroll-padding-top:104px}header .brand-reveal-leaf{width:25px;height:25px;right:-6px}.p-quote-heading+.quote-section .quote-aside{display:block;position:static}.quote-aside>.eyebrow,.quote-aside>h2,.quote-aside>p:first-of-type,.quote-aside>.project-box{display:none}.quote-aside .quote-blueprint{display:grid;max-width:310px;aspect-ratio:1.45;margin:0 auto 14px}.quote-aside .quote-measure-note{display:block;margin-bottom:20px}.quote-section{gap:20px!important}.quote-mini-view{min-height:110px}}@media(prefers-reduced-motion:reduce){.p-returned-leaf,.quote-blueprint .blueprint-leaf{animation:none!important}.quote-blueprint *,.quote-mini-view *{transition:none!important}}html[data-motion=reduce] .p-returned-leaf,html[data-motion=reduce] .quote-blueprint .blueprint-leaf{animation:none!important}html[data-motion=reduce] .quote-blueprint *,html[data-motion=reduce] .quote-mini-view *{transition:none!important}.campaign-bar{gap:10px 24px;padding:7px 4%;font-size:13px;line-height:1.5;flex-wrap:wrap;text-align:center;background:#292f32;color:#fff}.campaign-bar>span{max-width:none}.campaign-bar>a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:32px;color:#d1efbc;border-bottom:1px solid #8faf79;font-weight:600}.campaign-bar>a .p-icon{flex:none;transition:transform .2s ease}.campaign-bar>a:hover .p-icon{transform:translate(3px)}.campaign-bar>a:focus-visible{outline:2px solid #d1efbc;outline-offset:4px}@media(max-width:760px){.campaign-bar{justify-content:center;gap:0 12px;padding:7px 16px;font-size:12px}.campaign-bar>span{max-width:100%}}@media(prefers-reduced-motion:reduce){.campaign-bar>a .p-icon{transition:none}.campaign-bar>a:hover .p-icon{transform:none}}:is(.button,.header-cta,button,select,textarea,dialog,.assistant-message,.assistant-launch,.film-duration,.material-content li,.material-links a,.related-grid a,.quote-swatches i,.p-profile-card,.quote-item,.quote-review){border-radius:0!important}input:not([type=radio]):not([type=checkbox]):not([type=range]){border-radius:0!important}.assistant-launch{border:1px solid #8daf78;box-shadow:0 5px 20px #101a181a}.assistant-launch:hover{background:#35403b}.p-eco-story{background:var(--p-soft);color:var(--p-ink);overflow:clip}.p-eco-story .section-heading{align-items:start;gap:6%}.p-eco-story .brand-heading{align-items:start;gap:18px}.p-eco-story .brand-heading h2{max-width:680px}.p-eco-story .brand-heading .brand-leaf{width:50px;height:56px;flex:none;margin-top:3px;object-fit:contain}.p-eco-experience{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:6%;align-items:start;margin-top:36px}.p-eco-visuals{position:sticky;top:140px;min-width:0}.p-eco-scene{position:relative;aspect-ratio:1.12;overflow:hidden;background:#293131;isolation:isolate}.p-eco-scene[hidden]{display:none!important}.p-eco-scene>img,.p-eco-scene>video{width:100%;height:100%;object-fit:cover;display:block}.p-eco-scene figcaption{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:56px 28px 26px;background:linear-gradient(transparent,#14201ee8);color:#fff;pointer-events:none}.p-eco-scene figcaption>span:last-child{font-size:clamp(23px,2.2vw,34px);display:block;line-height:1.15;max-width:85%}.p-eco-scene figcaption .eyebrow{color:#d0eab8;display:block;margin-bottom:10px}.p-eco-scene .film-toggle{z-index:4;bottom:22px;right:18px}.p-eco-visual-note{font-size:12px;line-height:1.6;margin-top:14px;max-width:550px;color:var(--p-muted)}.p-eco-choices{min-width:0}.p-eco-choice{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;padding:26px 0;border-top:1px solid var(--p-line);position:relative}.p-eco-choice:before{content:"";position:absolute;top:-1px;left:0;right:0;height:2px;background:var(--p-action);transform:scaleX(0);transform-origin:left;transition:transform .45s ease}.p-eco-choice[data-active=true]:before{transform:scaleX(1)}.p-eco-number{font-size:12px;letter-spacing:.07em;padding-top:12px;color:var(--p-muted)}.p-eco-choice h3{font-size:clamp(23px,2.1vw,31px);line-height:1.13;letter-spacing:-.035em;margin:0}.p-eco-choice button{font:inherit;letter-spacing:inherit;display:flex;align-items:center;justify-content:space-between;gap:15px;width:100%;min-height:44px;border:0;background:none;color:var(--p-ink);text-align:left;padding:4px 0;cursor:pointer}.p-eco-choice button .p-icon{flex:none;transition:transform .35s ease}.p-eco-choice button[aria-pressed=true]{color:var(--p-action)}.p-eco-choice button[aria-pressed=true] .p-icon{transform:rotate(-45deg)}.p-eco-choice p{font-size:15px;line-height:1.65;margin:12px 0 0;color:var(--p-muted)}.p-energy-docs{position:relative;margin-top:65px;padding:clamp(24px,4vw,58px);background:#292f32;color:#f5f6f1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:38px 7%;isolation:isolate}.p-energy-docs:before{content:"";position:absolute;width:70px;height:70px;right:0;top:0;border-top:4px solid #3f962f;border-right:4px solid #3f962f;pointer-events:none}.p-energy-docs .eyebrow{color:#c2e2ac}.p-energy-docs h2{font-size:clamp(30px,3.1vw,48px);line-height:1.1;color:#fff}.p-energy-docs p{color:#d3dcd4;font-size:15px;line-height:1.65;margin:18px 0 0}.p-energy-timeline{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;padding-top:22px}.p-energy-timeline>div{border-top:1px solid #7f9b75;padding-top:20px}.p-energy-timeline span{font-size:clamp(38px,4.8vw,72px);line-height:1;letter-spacing:-.07em;color:#d0eab8}.p-energy-timeline p{font-size:13px;line-height:1.5}.p-energy-doc-grid{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:32px 7%;padding-top:25px;border-top:1px solid #6a796b}.p-energy-doc-grid article>.p-icon{color:#c2e2ac;margin-bottom:18px}.p-energy-doc-grid h3{font-size:24px;line-height:1.2;color:#fff;letter-spacing:-.02em}.p-energy-details{grid-column:1/-1;border-top:1px solid #6a796b;border-bottom:1px solid #6a796b;padding:8px 0}.p-energy-details summary{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:48px;cursor:pointer;list-style:none;font-size:17px;line-height:1.4;color:#f7f8f3}.p-energy-details summary::-webkit-details-marker{display:none}.p-energy-details summary .p-icon{flex:none;transition:transform .25s}.p-energy-details[open] summary .p-icon{transform:rotate(180deg)}.p-energy-details>p{padding-bottom:18px;max-width:940px}.p-energy-docs>.news-source{grid-column:1/-1;font-size:12px;line-height:1.8;margin:0}.p-energy-docs a{color:#d0eab8;text-underline-offset:4px;text-decoration:underline}.p-eco-story>.news-source{margin-top:20px;font-size:12px}.p-sunlight{position:absolute;top:-30%;right:-30%;bottom:-30%;left:-30%;background:linear-gradient(118deg,transparent 30%,#ffedab30 44%,transparent 62%);pointer-events:none;transform:translate(-15%)}.p-motion-frame{position:relative;isolation:isolate}.p-motion-frame:before,.p-motion-frame:after{content:"";position:absolute;z-index:3;width:23%;height:26%;border-color:#71b856;border-style:solid;pointer-events:none;opacity:0;transition:transform .9s cubic-bezier(.2,.75,.15,1),opacity .7s}.p-motion-frame:before{top:14px;left:14px;border-width:2px 0 0 2px;transform:translate(-12px,-12px);transform-origin:top left}.p-motion-frame:after{bottom:14px;right:14px;border-width:0 2px 2px 0;transform:translate(12px,12px);transform-origin:bottom right}.p-motion-frame[data-frame-visible=true]:before,.p-motion-frame[data-frame-visible=true]:after{opacity:1;transform:translate(0)}.p-category figure:hover:before,.p-category figure:hover:after{transform:scale(.88)}.p-motion-enter{animation:p-brand-enter .8s cubic-bezier(.22,.8,.2,1) both;animation-delay:var(--p-motion-delay,0ms)}@keyframes p-brand-enter{0%{opacity:.18;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.p-eco-scene:not([hidden])>img,.p-eco-scene:not([hidden])>video{animation:p-pane-open .7s cubic-bezier(.2,.75,.15,1) both}@keyframes p-pane-open{0%{opacity:.35;transform:scale(1.045) translate(12px)}to{opacity:1;transform:scale(1) translate(0)}}.p-eco-summer[data-frame-visible=true] .p-sunlight{animation:p-light-pass 7s ease-in-out infinite alternate}@keyframes p-light-pass{to{transform:translate(15%);opacity:.3}}.brand-divider.is-visible:before,.brand-divider.is-visible:after{transform-origin:center;animation:p-leaf-line 1.1s ease both}@keyframes p-leaf-line{0%{transform:scaleX(.08);opacity:.2}to{transform:scaleX(1);opacity:1}}.p-leaf-in-view{animation:p-leaf-breathe 6s ease-in-out infinite;transform-origin:35% 80%}@keyframes p-leaf-breathe{0%,to{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(4deg) translateY(-4px)}}.p-profile-media img{transition:transform .75s cubic-bezier(.2,.75,.15,1)}.p-profile-media:hover img{transform:scale(1.035)}dialog[open]{animation:p-dialog-entry .25s ease both}@keyframes p-dialog-entry{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1000px){header #navigation.open{animation:p-dialog-entry .25s ease both}.p-eco-experience{gap:32px}.p-eco-scene{aspect-ratio:.85}.p-energy-docs{gap:28px}}@media(max-width:700px){.p-eco-story .section-heading{display:block}.p-eco-story .section-heading>p{margin-top:22px}.p-eco-story .brand-heading .brand-leaf{width:35px;height:42px}.p-eco-experience{grid-template-columns:1fr;gap:16px;margin-top:28px}.p-eco-visuals{position:static}.p-eco-scene{aspect-ratio:1.2}.p-eco-scene figcaption{padding:40px 20px 24px}.p-eco-choice{padding:20px 0}.p-eco-choice h3{font-size:25px}.p-energy-docs{grid-template-columns:1fr;margin-top:38px;padding:28px 22px}.p-energy-timeline{padding-top:0}.p-energy-doc-grid{grid-template-columns:1fr;gap:28px}.p-energy-docs h2{font-size:32px}.p-energy-timeline span{font-size:52px}.p-energy-docs p{font-size:14px}.p-energy-docs>.news-source{font-size:11px}.assistant-launch{right:14px;bottom:16px}}@media(prefers-reduced-motion:reduce){.p-motion-enter,.p-leaf-in-view,.p-eco-scene:not([hidden])>img,.p-eco-scene:not([hidden])>video,.p-sunlight,.brand-divider.is-visible:before,.brand-divider.is-visible:after,dialog[open]{animation:none!important}.p-motion-frame:before,.p-motion-frame:after,.p-eco-choice:before,.p-eco-choice button .p-icon,.p-energy-details summary .p-icon,.p-profile-media img{transition:none!important}.p-motion-frame:before,.p-motion-frame:after{opacity:1;transform:none}.p-profile-media:hover img{transform:none}}html[data-motion=reduce] :is(.p-motion-enter,.p-leaf-in-view,.p-eco-scene>img,.p-eco-scene>video,.p-sunlight,.brand-divider:before,.brand-divider:after,dialog[open]){animation:none!important}html[data-motion=reduce] :is(.p-motion-frame:before,.p-motion-frame:after,.p-eco-choice:before,.p-eco-choice button .p-icon,.p-profile-media img){transition:none!important}.p-brand-signature{margin:35px 5% 60px;padding:20px 4%;border-top:1px solid var(--p-line);border-bottom:1px solid var(--p-line);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr);gap:5%;align-items:center;background:var(--p-paper)}.p-signature-canvas{position:relative;aspect-ratio:2/1;width:100%;max-width:500px;min-width:0}.p-signature-canvas img,.p-signature-canvas object{width:100%;height:100%;display:block;object-fit:contain;position:absolute;top:0;right:0;bottom:0;left:0;border:0}.p-signature-canvas [hidden]{display:none!important}.p-signature-canvas[data-ready=true] .p-signature-fallback{visibility:hidden}.p-signature-copy>p{font-size:clamp(25px,3vw,45px);letter-spacing:-.045em;line-height:1.2;color:var(--p-ink);max-width:440px;margin:0 0 16px}.p-signature-copy button{cursor:pointer;font-size:12px;color:var(--p-muted)}.p-signature-copy button[hidden]{display:none!important}.p-journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;align-items:start}.p-journal-card{border:1px solid var(--p-line);background:var(--p-paper);min-width:0}.p-journal-image{height:260px;position:relative;overflow:hidden;background:var(--p-soft)}.p-journal-image>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s cubic-bezier(.2,.75,.15,1)}.p-journal-card:hover .p-journal-image>img{transform:scale(1.045)}.p-journal-2030>img{filter:brightness(.68)}.p-journal-2030>span{position:absolute;bottom:22px;left:26px;z-index:2;font-size:clamp(65px,6vw,100px);line-height:1;letter-spacing:-.07em;color:#fff}.p-journal-profile{background:#e5e8e1}.p-journal-profile>img{object-fit:contain;padding:20px 14px;object-position:65% 50%}.p-journal-profile>span{position:absolute;left:22px;bottom:22px;font-size:27px;letter-spacing:-.035em;color:#292f32;font-weight:600}.p-journal-eco-leaf{position:absolute;top:22px;right:22px;width:64px;height:64px;display:grid;place-items:center;background:#faf9f6eb;padding:10px}.p-journal-eco-leaf img{width:100%;height:100%;object-fit:contain}.p-journal-copy{padding:26px}.p-journal-copy .p-journal-date{font-size:11px;letter-spacing:.01em;color:var(--p-muted);margin:0 0 18px;line-height:1.6}.p-journal-copy h3{font-size:27px;line-height:1.14;letter-spacing:-.035em;margin:0 0 16px}.p-journal-copy>p:not(.p-journal-date){font-size:14px;line-height:1.65;margin:0 0 22px;color:var(--p-muted)}.p-journal-copy details{border-top:1px solid var(--p-line)}.p-journal-copy summary{list-style:none;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;cursor:pointer;font-size:14px;color:var(--p-ink)}.p-journal-copy summary::-webkit-details-marker{display:none}.p-journal-copy summary:after,.p-energy-details summary:after{content:none!important}.p-journal-copy summary .p-icon{flex:none;transition:transform .25s ease}.p-journal-copy details[open] summary .p-icon{transform:rotate(180deg)}.p-journal-body>p{font-size:14px;line-height:1.7;margin:14px 0 0;color:var(--p-muted)}.p-journal-body>.news-source{font-size:11px}.p-journal-body a{color:var(--p-action);text-decoration:underline;text-underline-offset:4px}.p-journal-body{padding-bottom:8px}.p-journal-body .text-link{margin-top:15px}@media(max-width:1050px){.p-journal-grid{gap:18px}.p-journal-copy{padding:20px}.p-journal-copy h3{font-size:24px}.p-journal-image{height:230px}}@media(max-width:760px){.p-journal-grid{grid-template-columns:1fr}.p-journal-image{height:auto;aspect-ratio:1.5}.p-journal-copy{padding:24px}.p-journal-copy h3{font-size:28px}.p-brand-signature{grid-template-columns:1fr;padding:12px 20px 28px;gap:0;text-align:center;margin:20px 5% 40px}.p-signature-canvas{max-width:380px;margin:auto}.p-signature-copy>p{font-size:27px;margin:0 auto 8px}.p-signature-copy button{margin:auto}.p-journal-2030>span{font-size:82px}}@media(prefers-reduced-motion:reduce){.p-journal-image>img,.p-journal-copy summary .p-icon{transition:none}.p-journal-card:hover .p-journal-image>img{transform:none}}html[data-motion=reduce] :is(.p-journal-image>img,.p-journal-copy summary .p-icon){transition:none}
/*# sourceMappingURL=/cdn/shop/t/3/assets/purobert-modern.css.map */
