:root{--white:#fff;--black:#000;--ink:#000;--ink2:#000000c7;--gray:#00000080;--muted:#00000080;--rule:#00000014;--off:#fff;--accent:#4b286d;--accent-hover:#3a1f54;--accent-subtle:#4b286d14;--accent-border:#4b286d2e;--accent-glow:#4b286d1f;--p900:#000;--p700:#000;--p600:var(--accent);--p400:var(--accent);--p100:#0000000f;--p050:var(--white);--notif-h:0px;--glass-bg:#ffffffeb;--glass-bg-heavy:#fffffff5;--glass-border:#fff6;--glass-border-dark:#00000014;--glass-blur:24px;--glass-shadow:0 8px 32px #00000014;--glass-shadow-hover:0 16px 48px #00000014, 0 0 20px #4b286d26;--purple-glow:0 0 0 1.5px #4b286d66, 0 0 20px #4b286d1f;--glass-dark-bg:#00000080;--glass-dark-border:#ffffff1f;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-pill:100px;--ease-out:cubic-bezier(.16, 1, .3, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--font-d:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Inter", sans-serif;--font-b:"SF Pro Text", -apple-system, BlinkMacSystemFont, "Inter", sans-serif}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border-dark);border-radius:var(--radius-md);box-shadow:var(--glass-shadow);will-change:transform}.glass:hover{border-color:var(--accent-border);box-shadow:var(--glass-shadow-hover)}.glass-dark{-webkit-backdrop-filter:blur(20px)saturate(180%);border:1px solid var(--glass-dark-border);border-radius:var(--radius-lg);background:#0009}@keyframes pgOut{to{opacity:0;transform:translateY(8px)}}@keyframes growBar{0%{width:0}to{width:25%}}@keyframes growBarSlow{0%{width:0}to{width:85%}}@keyframes floatUpDown{0%,to{transform:translate(0,0)}50%{transform:translateY(-6px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 #4b286d00}50%{box-shadow:0 0 24px 4px #4b286d26}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes countPulse{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}.whyus-stat-card{opacity:0;transition:opacity .4s var(--ease-out), transform .4s var(--ease-out);will-change:opacity, transform;transform:translateY(16px)}.whyus-stat-card.in-view{opacity:1;transform:translate(0,0)}.whyus-stat-card.floating{animation:3s ease-in-out infinite floatUpDown}.whyus-stat-card:nth-child(2).floating{animation-delay:.4s}.whyus-stat-card:nth-child(3).floating{animation-delay:.8s}.whyus-stat-card:nth-child(4).floating{animation-delay:1.2s}.whyus-stat-card:hover{transform:translateY(-4px)!important}.whyus-timeline-dot{animation:2.5s ease-in-out infinite pulseGlow}.tl-wrap{max-width:800px;margin:0 auto;padding-left:56px;position:relative}.tl-line{background:#00000014;border-radius:.5px;width:1px;position:absolute;top:14px;bottom:14px;left:25px}.tl-line-fill{display:none}.tl-step{opacity:0;transition:opacity .6s var(--ease-out), transform .6s var(--ease-out);padding:0 0 56px;position:relative;transform:translateY(16px)}.tl-step.vis{opacity:1;transform:translateY(0)}.tl-step:last-child{padding-bottom:0}.tl-dot{width:26px;height:26px;transition:all .5s var(--ease-out);background:#4b286d1a;border:2px solid #4b286d33;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:-44px}.tl-dot span{color:#4b286d66;transition:color .5s var(--ease-out);font-size:.72rem;font-weight:700}.tl-step.vis .tl-dot{background:var(--accent);border-color:var(--accent);box-shadow:0 0 0 6px #4b286d1a,0 0 20px #4b286d26}.tl-step.vis .tl-dot span{color:#fff}.tl-step h3{font-family:var(--font-d);color:var(--ink);letter-spacing:-.01em;margin-bottom:10px;font-size:1.15rem;font-weight:600}.tl-step p{color:#0009;max-width:600px;font-size:.9rem;font-weight:300;line-height:1.75}.whyus-compare-row{opacity:0;transition:opacity .35s var(--ease-out), transform .35s var(--ease-out);transition-delay:var(--delay,0s);will-change:opacity, transform;transform:translateY(8px)}.whyus-compare-row.in-view{opacity:1;transform:translate(0,0)}.whyus-hero-word{opacity:0;will-change:opacity, transform;display:inline-block;transform:translateY(14px)}.whyus-hero-word.animate{animation:whyusWordIn .45s var(--ease-out) forwards;animation-delay:var(--d,0s)}@keyframes whyusWordIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translate(0,0)}}.whyus-bar-fill{transition:width 1.2s var(--ease-out);will-change:width;width:0!important}.whyus-bar-fill.in-view{width:var(--target-width)!important}.whyus-trust-stat{opacity:0;transition:opacity .45s var(--ease-out), transform .45s var(--ease-out);will-change:opacity, transform;transform:translateY(12px)}.whyus-trust-stat.vis{opacity:1;transform:translate(0,0)}.whyus-trust-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}@keyframes pgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{font-family:var(--font-b);color:var(--ink);background:#fff;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}main{position:relative}main>section+section,main>div+section,main>section+div{margin-top:clamp(40px,5vw,72px)}video{background:0 0!important}.hm-panel-blend,.rv-hero-vid,.rv-hero-vid-garage,.hm-panel{background:#fff!important}.doors-hero-video{height:60vh;background:0 0!important}.door-mat-card,.whyus-stat-card,.cl-container{transition:transform .2s var(--ease-out);will-change:transform;position:relative}.door-mat-card:after,.whyus-stat-card:after,.cl-container:after,.hm-stat:after,.proc-step:after,.prod-card:after,.hm-test-card:after{content:"";border-radius:inherit;opacity:0;pointer-events:none;will-change:opacity;z-index:0;border:1.5px solid #4b286d59;transition:opacity .15s ease-out;position:absolute;inset:0;box-shadow:0 0 24px #4b286d1f,0 16px 48px #00000014}.door-mat-card:hover:after,.whyus-stat-card:hover:after,.cl-container:hover:after,.hm-stat:hover:after,.proc-step:hover:after,.prod-card:hover:after,.hm-test-card:hover:after{opacity:1}.sr{opacity:0;will-change:transform, opacity;contain:layout style;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1);transform:translateY(12px)}.sr.vis{opacity:1;transform:translate(0,0)}.sr.d1{transition-delay:80ms}.sr.d2{transition-delay:.16s}.sr.d3{transition-delay:.24s}.sr.d4{transition-delay:.32s}.sr-text{opacity:0;will-change:transform, opacity;transition:opacity .55s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);transform:translateY(14px)}.sr-text.vis{opacity:1;transform:translate(0,0)}#nav{top:var(--notif-h,0px);z-index:900;pointer-events:none;padding:12px 24px 0;transition:top .3s;position:fixed;left:0;right:0}.nav-inner{-webkit-backdrop-filter:saturate(180%)blur(20px);will-change:transform;border-radius:var(--radius-pill);pointer-events:all;max-width:1200px;height:44px;transition:all .35s var(--ease-out);background:#fffffff7;border:1px solid #0000000f;align-items:center;margin:0 auto;padding:0 8px 0 24px;display:flex;box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}.nav-scrolled .nav-inner{background:#fffffffa;border-color:#00000014;box-shadow:0 1px 3px #00000014,0 8px 24px #0000000f}.nav-logo{cursor:pointer;flex-shrink:0;align-items:center;display:flex}.nav-logo img{object-fit:contain;height:30px;display:block}.nav-center{flex:1;justify-content:center;align-items:center;gap:0;list-style:none;display:flex}.nav-center li a,.nav-center li span{color:#00000073;letter-spacing:.01em;cursor:pointer;white-space:nowrap;height:48px;padding:0 14px;font-size:.75rem;font-weight:400;line-height:48px;transition:color .15s;display:block}.nav-center li a:hover,.nav-center li span:hover{color:var(--ink)}.nav-center li.act a,.nav-center li.act span{color:var(--accent);font-weight:600}.nav-right{flex-shrink:0;align-items:center;gap:20px;display:flex}.nav-phone{color:#00000073;font-size:.78rem;font-weight:500}.nav-cta{color:var(--ink);border:1.5px solid var(--rule);border-radius:var(--radius-pill);cursor:pointer;background:0 0;padding:6px 16px;font-size:.75rem;font-weight:500;transition:all .25s}.nav-cta:hover{background:var(--accent);color:var(--white);border-color:var(--accent);transform:translateY(-1px)}.nav-cta:active{transform:scale(.96)}.nav-dd-wrap{position:relative}.nav-dd{background:var(--glass-bg-heavy);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border-dark);border-radius:var(--radius-md);min-width:180px;box-shadow:var(--glass-shadow);opacity:0;pointer-events:none;padding:6px 0;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(4px)}.nav-dd-wrap:hover .nav-dd{opacity:1;pointer-events:all;transform:translate(-50%)translateY(0)}.nav-dd a{color:#00000080;cursor:pointer;padding:9px 18px;font-size:.8rem;transition:color .15s;display:block}.nav-dd a:hover{color:var(--ink)}.hero{background:var(--white);text-align:center;padding-top:44px;overflow:hidden}.hero-announce{color:var(--ink);border-bottom:1px solid var(--rule);letter-spacing:.02em;padding:8px 18px;font-size:.8rem;display:inline-block}.hero-kicker{font-family:var(--font-d);color:#00000073;letter-spacing:.02em;margin-top:56px;margin-bottom:8px;font-size:clamp(1rem,2.5vw,1.4rem);font-weight:500}.hero-title{font-family:var(--font-d);letter-spacing:-.04em;color:var(--ink);margin-bottom:4px;font-size:clamp(4rem,10vw,9.5rem);font-weight:800;line-height:.95}.hero-tagline{font-family:var(--font-d);letter-spacing:-.04em;color:var(--ink);margin-bottom:24px;font-size:clamp(4rem,10vw,9.5rem);font-weight:800;line-height:.95}.hero-sub{color:#00000080;letter-spacing:.01em;margin-bottom:28px;font-size:1.05rem;font-weight:300}.hero-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-bottom:48px;display:flex}.hl-primary{color:var(--ink);cursor:pointer;align-items:center;gap:4px;font-size:.93rem;font-weight:500;display:flex}.hl-primary:after{content:"›";font-size:1.1rem}.hl-primary:hover{color:var(--accent)}.hl-sep{color:var(--rule);font-size:1.2rem}.hl-secondary{color:#00000073;cursor:pointer;font-size:.93rem;font-weight:400}.hl-secondary:hover{color:var(--ink)}.hero-photo{object-fit:cover;width:100%;max-height:70vh;display:block}.hero-caption{color:#0006;letter-spacing:.02em;padding:14px 0 32px;font-size:.78rem}.highlights{background:var(--white);border-top:1px solid var(--rule)}.hl-tabs{border-bottom:1px solid var(--rule);scrollbar-width:none;justify-content:center;gap:0;list-style:none;display:flex;overflow-x:auto}.hl-tabs::-webkit-scrollbar{display:none}.hl-tabs li{color:var(--gray);white-space:nowrap;cursor:pointer;border-bottom:2px solid #0000;margin-bottom:-1px;padding:16px 22px;font-size:.8rem;font-weight:400;transition:all .2s}.hl-tabs li.cur{color:var(--ink);border-bottom-color:var(--ink);font-weight:500}.hl-tabs li:hover{color:var(--ink2)}.hl-card{grid-template-columns:1fr 1fr;max-width:1200px;min-height:420px;margin:0 auto;display:grid;overflow:hidden}.hl-card-body{flex-direction:column;justify-content:center;padding:56px 64px;display:flex}.hl-card-body h3{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:700;line-height:1.1}.hl-card-body p{color:#00000080;max-width:380px;margin-bottom:28px;font-size:.97rem;font-weight:300;line-height:1.7}.hl-card-img{background:#ddd;overflow:hidden}.hl-card-img img{object-fit:cover;width:100%;height:100%}.ch-white{background:var(--white);overflow:hidden}.ch-white-inner{grid-template-columns:1fr 1fr;max-width:1400px;min-height:600px;margin:0 auto;display:grid}.ch-white-inner.flip{direction:rtl}.ch-white-inner.flip>*{direction:ltr}.ch-text{flex-direction:column;justify-content:center;padding:clamp(48px,7vw,112px) clamp(32px,5vw,80px);display:flex}.ch-label{letter-spacing:.16em;text-transform:uppercase;color:#00000059;margin-bottom:16px;font-size:.72rem;font-weight:600}.ch-h{font-family:var(--font-d);letter-spacing:-.02em;color:var(--ink);-webkit-hyphens:none;hyphens:none;margin-bottom:20px;font-size:clamp(1.9rem,4.5vw,4.2rem);font-weight:800;line-height:1}.ch-h em{color:var(--ink);font-style:italic;font-weight:700}.ch-p{color:#0000008c;max-width:420px;margin-bottom:32px;font-size:.97rem;font-weight:300;line-height:1.75}.ch-ul{flex-direction:column;gap:8px;margin-bottom:36px;list-style:none;display:flex}.ch-ul li{color:var(--ink2);align-items:center;gap:10px;font-size:.87rem;display:flex}.ch-ul li:before{content:"";background:var(--ink);border-radius:50%;flex-shrink:0;width:5px;height:5px}.ch-lnk{color:var(--ink);cursor:pointer;align-items:center;gap:8px;font-size:1.2rem;font-weight:500;transition:color .2s;display:inline-flex}.ch-lnk:after{content:"›";font-size:1.5rem;transition:transform .2s}.ch-lnk:hover{color:var(--accent)}.ch-lnk:hover:after{transform:translate(3px)}.ch-photo{background:#00000008;overflow:hidden}.ch-photo img{object-fit:cover;width:100%;height:100%;transition:transform 7s;display:block}.ch-white:hover .ch-photo img{transform:scale(1.03)}.ch-black{background:var(--white);color:var(--ink);text-align:center;overflow:hidden}.ch-black-top{padding:clamp(64px,8vw,120px) 24px 56px}.ch-black .ch-label{color:#00000059}.ch-black .ch-h,.ch-black .ch-h em{color:var(--ink)}.ch-black .ch-p{color:#00000080;max-width:560px;margin:0 auto 36px}.ch-black-cta{color:var(--ink);cursor:pointer;align-items:center;gap:6px;font-size:.93rem;font-weight:600;transition:color .2s;display:inline-flex}.ch-black-cta:after{content:"›";font-size:1.1rem}.ch-black-cta:hover{color:var(--accent)}.ch-black-photo{object-fit:cover;width:100%;max-height:65vh;display:block}.ch-black-sub{text-align:center;padding:28px 24px 64px}.ch-black-sub p{color:var(--gray);max-width:480px;margin:0 auto;font-size:.88rem;font-weight:300;line-height:1.6}.ch-stats{background:var(--white);text-align:center;padding:clamp(64px,8vw,120px) 24px}.ch-stats .ch-label{color:#00000059;margin-bottom:12px}.ch-stats .ch-h{color:var(--ink);margin-bottom:16px}.ch-stats .ch-h em{color:var(--ink)}.ch-stats .ch-p{color:#00000080;max-width:560px;margin:0 auto 64px}.stats-row{border:1px solid var(--rule);background:var(--white);border-radius:12px;flex-wrap:wrap;justify-content:center;align-items:stretch;max-width:960px;margin:0 auto;display:flex;overflow:hidden}.stat{border-right:1px solid var(--rule);flex:220px;padding:48px 32px}.stat:last-child{border-right:none}.stat-n{font-family:var(--font-d);color:var(--ink);letter-spacing:-.03em;margin-bottom:10px;font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1}.stat-n sup{vertical-align:super;color:var(--accent);font-size:45%}.stat-l{color:#00000073;max-width:180px;margin:0 auto;font-size:.8rem;line-height:1.6}.ch-gallery{background:var(--white);padding:clamp(64px,8vw,120px) 24px}.ch-gallery-head{text-align:center;margin-bottom:56px}.gal-grid{grid-template-rows:300px 300px;grid-template-columns:repeat(12,1fr);gap:8px;max-width:1400px;margin:0 auto;display:grid}.gt{cursor:pointer;background:#00000008;overflow:hidden}.gt img{object-fit:cover;width:100%;height:100%;transition:transform .35s var(--ease-out);will-change:transform}.gt:hover img{transform:scale(1.06)}.ga{grid-area:1/1/auto/5}.gb{grid-area:1/5/auto/9}.gc{grid-area:1/9/auto/13}.gd{grid-area:2/1/auto/7}.ge{grid-area:2/7/auto/10}.gf{grid-area:2/10/auto/13}.gal-full{grid-template-columns:repeat(3,1fr);gap:8px;max-width:1400px;margin:0 auto;display:grid}.gal-full .gt{height:320px}.ch-estimate{background:var(--white);text-align:center;padding:clamp(48px,6vw,80px) 24px}.ch-estimate .ch-label{color:#00000059;margin-bottom:14px}.ch-estimate .ch-h{color:var(--ink);margin-bottom:16px}.ch-estimate .ch-h em{color:var(--ink)}.ch-estimate .ch-p{color:#00000080;max-width:540px;margin:0 auto 44px;line-height:1.7}.est-form{flex-wrap:wrap;justify-content:center;gap:12px;max-width:680px;margin:0 auto 18px;display:flex}.est-form input,.est-form select{border:1px solid var(--glass-border-dark);border-radius:var(--radius-sm);font-family:var(--font-b);color:var(--ink);background:#ffffffeb;outline:none;flex:160px;padding:12px 16px;font-size:.88rem;transition:border .2s}.est-form input:focus,.est-form select:focus{border-color:var(--accent)}.est-form input::placeholder{color:#00000059}.est-form select{color:#0006}.est-form select option{color:var(--ink);background:var(--white)}.est-btn{background:var(--ink);color:var(--white);border-radius:var(--radius-pill);font-family:var(--font-b);letter-spacing:.02em;cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;margin-top:4px;padding:16px 48px;font-size:1.05rem;font-weight:600;transition:all .25s}.est-btn:hover{background:var(--accent);box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-1px)}.est-note{color:#00000059;letter-spacing:.04em;margin-top:4px;font-size:.74rem}.ph{height:52vh;min-height:340px;padding-top:110px;position:relative;overflow:hidden}.ph-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.ph-grad{background:linear-gradient(#0000 0%,#0000002e 45%,#000000b8 100%);position:absolute;inset:0}.ph-content{z-index:2;flex-direction:column;justify-content:flex-end;height:100%;padding:0 clamp(28px,5vw,60px) clamp(40px,5vw,56px);display:flex;position:relative}.ph-label{letter-spacing:.18em;text-transform:uppercase;color:#ffffff73;margin-bottom:12px;font-size:.72rem;font-weight:600}.ph-h{font-family:var(--font-d);letter-spacing:-.025em;color:#fff;-webkit-hyphens:none;hyphens:none;margin-bottom:14px;font-size:clamp(2rem,7vw,5.5rem);font-weight:800;line-height:.95}.ph-sub{color:#fff9;max-width:520px;font-size:.95rem;font-weight:300;line-height:1.7}.prod-section{background:var(--white);padding:clamp(64px,7vw,100px) 24px}.prod-head{text-align:center;margin-bottom:56px}.prod-grid{background:0 0;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto;display:grid}.prod-card{border:1px solid var(--glass-border-dark);border-radius:var(--radius-md);cursor:pointer;transition:transform .2s var(--ease-out);box-shadow:var(--glass-shadow);will-change:transform;contain:content;background:#fff;padding:0 0 28px;position:relative;overflow:hidden}.prod-card:hover{transform:translateY(-4px)}.prod-card-img{background:#00000008;height:240px;overflow:hidden}.prod-card-img img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease-out)}.prod-card:hover .prod-card-img img{transform:scale(1.04)}.prod-card-body{padding:20px 24px 0}.prod-card-body h3{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;margin-bottom:8px;font-size:1.15rem;font-weight:700}.prod-card-body p{color:#00000080;font-size:.83rem;font-weight:300;line-height:1.6}.ch-process{background:var(--white);padding:clamp(64px,7vw,100px) 24px}.proc-head{text-align:center;margin-bottom:56px}.ch-process .ch-label{color:#00000059}.ch-process .ch-h,.ch-process .ch-h em{color:var(--ink)}.proc-row{background:0 0;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto;display:grid}.proc-step{border:1px solid var(--glass-border-dark);border-radius:var(--radius-md);text-align:center;box-shadow:var(--glass-shadow);transition:transform .2s var(--ease-out);will-change:transform;contain:content;background:#fff;padding:36px 28px;position:relative}.proc-step:hover{transform:translateY(-4px)}.proc-n{font-family:var(--font-d);color:#00000014;letter-spacing:-.03em;margin-bottom:16px;font-size:2.6rem;font-weight:800;line-height:1}.proc-step h3{font-family:var(--font-d);color:var(--ink);letter-spacing:-.01em;margin-bottom:10px;font-size:1.05rem;font-weight:700}.proc-step p{color:#00000080;font-size:.83rem;font-weight:300;line-height:1.65}.perks-grid{background:0 0;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:40px auto 0;display:grid}.perk{background:var(--white);border-radius:var(--radius-md);transition:transform .2s var(--ease-out);will-change:transform;contain:content;border:1px solid #0000000f;padding:36px 28px;position:relative;box-shadow:0 2px 12px #0000000a}.perk:after{content:"";border-radius:inherit;opacity:0;transition:opacity .2s var(--ease-out);pointer-events:none;will-change:opacity;border:1px solid #4b286d40;position:absolute;inset:0;box-shadow:0 8px 32px #00000014}.perk:hover{transform:translateY(-4px)}.perk:hover:after{opacity:1}.perk-ico{border-radius:var(--radius-sm);background:#4b286d0f;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.perk-ico svg{width:22px;height:22px;stroke:var(--ink);fill:none;stroke-width:1.8px}.perk h3{font-family:var(--font-d);color:var(--ink);letter-spacing:-.01em;margin-bottom:10px;font-size:1.05rem;font-weight:700}.perk p{color:#00000080;font-size:.84rem;font-weight:300;line-height:1.7}.win-advantage .perk-ico svg{stroke:var(--accent)}.home-advantage .perk{will-change:transform;animation:4s ease-in-out infinite perkFloat}.home-advantage .perk:first-child{animation-duration:4s;animation-delay:0s}.home-advantage .perk:nth-child(2){animation-duration:4.5s;animation-delay:-.7s}.home-advantage .perk:nth-child(3){animation-duration:4.2s;animation-delay:-1.3s}.home-advantage .perk:nth-child(4){animation-duration:4.8s;animation-delay:-2s}.home-advantage .perk:nth-child(5){animation-duration:4.4s;animation-delay:-1s}.home-advantage .perk:nth-child(6){animation-duration:4.6s;animation-delay:-1.7s}@keyframes perkFloat{0%,to{transform:translate(0,0)}50%{transform:translateY(-6px)}}.home-advantage .perk:hover{animation-play-state:paused;transform:translateY(-4px)}section[style*=border-top]{position:relative;border-top:none!important}section[style*=border-top]:before{content:"";background:#0000001a;width:min(400px,50%);height:1px;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}div.hm-stats-strip[style*=border]{position:relative;border-top:none!important;border-bottom:none!important}div.hm-stats-strip[style*=border]:before{content:"";background:#0000001a;width:min(400px,50%);height:1px;display:block;position:absolute;top:0;left:50%;transform:translate(-50%)}div.hm-stats-strip[style*=border]:after{content:"";background:#0000001a;width:min(400px,50%);height:1px;display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.homepage .home-advantage{position:relative}.homepage .home-advantage:before{content:"";background:#0000001f;width:120px;height:1px;margin:0 auto 48px;display:block}.homepage .hm-prodline-grid{position:relative}.homepage .hm-prodline-windows:after,.homepage .hm-prodline-doors:after{content:"";background:#0000001a;grid-column:1/-1;justify-self:center;width:min(500px,60%);height:1px;margin:40px auto 0;display:block}.w3d-wrap{flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;display:flex}.w3d-viewer{background:var(--white);width:100%;height:400px;position:relative;overflow:hidden}.w3d-hint{color:#0000004d;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);white-space:nowrap;background:#ffffffb3;border:1px solid #0000000f;padding:6px 16px;font-size:.72rem;font-weight:400;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.w3d-options{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:20px;width:100%;margin-top:32px;display:grid}.w3d-opt{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:10px;padding:0;transition:all .2s;display:flex}.w3d-opt img{object-fit:contain;border-radius:var(--radius-md);background:var(--white);border:2px solid #0000;width:80px;height:80px;padding:8px;transition:all .2s}.w3d-opt:hover img{border-color:#4b286d40;box-shadow:0 4px 16px #4b286d1a}.w3d-opt.active img{border-color:var(--accent);box-shadow:0 4px 16px #4b286d26}.w3d-opt span{font-family:var(--font-d);color:#00000080;font-size:.78rem;font-weight:600;transition:color .2s}.w3d-opt:hover span{color:var(--ink)}.w3d-opt.active span{color:var(--accent)}.led-phone{letter-spacing:.03em;font-weight:700;font-family:var(--font-d);text-shadow:0 0 6px #ffffffe6,0 0 14px #fffc,0 0 24px #fff9,0 0 36px #fff6;animation:3.5s ease-in-out infinite ledPulse;display:inline-block;color:#fff!important;font-size:1.5rem!important}@keyframes ledPulse{0%,to{color:#fff;text-shadow:0 0 4px #fff,0 0 12px #fffffff2,0 0 22px #fffc,0 0 34px #ffffff8c}50%{color:#ffffff8c;text-shadow:0 0 2px #fff6,0 0 6px #ffffff40,0 0 12px #ffffff26}}.ft-brand .logo{line-height:0}.footer-logo-img{width:160px;max-width:100%;height:auto;display:block}.quote-modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(20px)saturate(160%);opacity:0;pointer-events:none;transition:opacity .35s var(--ease-out);background:#0f0f144d;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.quote-modal-overlay.active{opacity:1;pointer-events:all}.quote-modal{-webkit-backdrop-filter:blur(40px)saturate(200%);will-change:transform;border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:90vh;transition:transform .35s var(--ease-out);background:#ffffffeb;border:1px solid #fffc;padding:44px 44px 36px;position:relative;overflow-y:auto;transform:translateY(20px)scale(.98);box-shadow:0 20px 60px #00000026,inset 0 0 0 1px #fff6}.quote-modal-overlay.active .quote-modal{transform:translateY(0)scale(1)}.quote-modal-close{width:36px;height:36px;color:var(--ink);cursor:pointer;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:16px;right:16px}.quote-modal-close:hover{background:#0000001f;transform:rotate(90deg)}.quote-modal-label{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-size:.72rem;font-weight:600}.quote-modal-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;margin-bottom:12px;font-size:clamp(1.7rem,3.5vw,2.4rem);font-weight:800;line-height:1.1}.quote-modal-sub{color:#0000008c;margin-bottom:28px;font-size:.92rem;font-weight:300;line-height:1.6}.quote-form{flex-direction:column;gap:12px;display:flex}.quote-form-row{display:flex}.quote-form input,.quote-form select,.quote-form textarea{width:100%;color:var(--ink);border-radius:var(--radius-md);background:#fff9;border:1px solid #00000014;outline:none;padding:14px 18px;font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s,box-shadow .2s}.quote-form input::placeholder,.quote-form textarea::placeholder{color:#0006}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--accent);background:#ffffffd9;box-shadow:0 0 0 3px #4b286d1f}.quote-form select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%234B286D' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 18px center;background-repeat:no-repeat;padding-right:42px}.quote-form textarea{resize:vertical;min-height:80px;font-family:inherit}.quote-form-submit{font-size:.95rem;font-weight:600;font-family:var(--font-d);color:var(--white);background:var(--accent);border-radius:var(--radius-md);cursor:pointer;letter-spacing:-.01em;border:none;margin-top:8px;padding:16px 24px;transition:background .2s,transform .2s,box-shadow .2s}.quote-form-submit:hover{background:#5d3482;transform:translateY(-1px);box-shadow:0 8px 24px #4b286d4d}body.quote-modal-open{overflow:hidden}@media (max-width:540px){.quote-modal{padding:32px 24px 24px}.quote-modal-close{top:12px;right:12px}}.glass-layout{grid-template-rows:auto auto;grid-template-columns:1fr auto 1fr;align-items:center;gap:48px 64px;max-width:1200px;margin:0 auto;display:grid}.glass-corner{max-width:320px}.glass-tl{text-align:right;grid-area:1/1;justify-self:end}.glass-tr{text-align:left;grid-area:1/3;justify-self:start}.glass-bl{text-align:right;grid-area:2/1;justify-self:end}.glass-br{text-align:left;grid-area:2/3;justify-self:start}.glass-center{grid-area:1/2/3;justify-content:center;align-items:center;display:flex}.glass-center img{width:100%;max-width:340px;height:auto}.glass-corner-num{font-family:var(--font-d);color:var(--accent);letter-spacing:.12em;margin-bottom:8px;font-size:.72rem;font-weight:700}.glass-corner-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;margin-bottom:10px;font-size:1.4rem;font-weight:800}.glass-corner-desc{color:#0000008c;font-size:.85rem;font-weight:300;line-height:1.7}@media (max-width:900px){.glass-layout{grid-template-rows:auto auto auto auto auto;grid-template-columns:1fr;gap:32px}.glass-corner{max-width:none;text-align:left!important;justify-self:stretch!important}.glass-tl{grid-area:1/1}.glass-tr{grid-area:2/1}.glass-center{grid-area:3/1}.glass-bl{grid-area:4/1}.glass-br{grid-area:5/1}.glass-center img{width:auto;max-width:90%;height:auto;min-height:200px}}.series-grid{grid-template-columns:repeat(2,1fr);gap:48px;max-width:1100px;margin:0 auto;display:grid}.series-card.series-card-wide{text-align:center;flex-direction:column;grid-column:1/-1;align-items:center;gap:24px;margin-top:24px;padding:48px 24px 24px}.series-card.series-card-wide .series-img{aspect-ratio:auto;background:0 0;flex:none;width:526px;max-width:100%;height:526px;margin-bottom:0}.series-card.series-card-wide .series-img img{object-fit:contain;mix-blend-mode:normal;filter:drop-shadow(0 30px 60px #00000038)drop-shadow(0 8px 16px #0000001a);background:0 0;width:100%;height:100%;max-height:526px}.series-card.series-card-wide .series-body{text-align:center;max-width:600px;padding:0}.series-card{text-align:center;transition:transform .25s var(--ease-out);will-change:transform;background:0 0;border:none;flex-direction:column;align-items:center;padding:0;display:flex}.series-card:hover{transform:translateY(-8px)}.series-img{aspect-ratio:1;background:0 0;justify-content:center;align-items:center;width:100%;margin-bottom:24px;display:flex}.series-img img{object-fit:contain;mix-blend-mode:multiply;background:0 0;width:100%;height:100%}.series-body{max-width:420px;padding:0 16px}.series-tag{font-family:var(--font-d);color:var(--accent);text-transform:uppercase;letter-spacing:.12em;border-radius:var(--radius-pill);background:#4b286d14;margin-bottom:14px;padding:6px 14px;font-size:.68rem;font-weight:700;display:inline-block}.series-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;margin-bottom:14px;font-size:1.8rem;font-weight:800}.series-desc{color:#0000008c;font-size:.92rem;font-weight:300;line-height:1.75}@media (max-width:768px){.series-grid{grid-template-columns:1fr;gap:48px}.series-title{font-size:1.5rem}}.color-ring-wrap{justify-content:center;align-items:center;display:flex}.color-ring{width:clamp(320px,50vw,520px);height:clamp(320px,50vw,520px);position:relative}.color-ring-dots{z-index:2;pointer-events:none;position:absolute;inset:0}.color-ring-dot{cursor:pointer;pointer-events:auto;border:2px solid #fffc;border-radius:50%;width:clamp(18px,2.5vw,28px);height:clamp(18px,2.5vw,28px);transition:transform .25s,box-shadow .25s;position:absolute;box-shadow:0 1px 4px #00000026}.color-ring-dot:hover{transform:translate(-50%,-50%)scale(1.3);box-shadow:0 2px 12px #00000040}.color-ring-dot.active{box-shadow:0 0 0 3px var(--accent), 0 2px 12px #4b286d4d;transform:translate(-50%,-50%)scale(1.4)}.color-ring-window{justify-content:center;align-items:center;width:75%;height:85%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.color-ring-window model-viewer{width:100%;height:100%}model-viewer::part(default-progress-bar){display:none}model-viewer{--progress-bar-height:0px;--progress-bar-color:transparent}.w3d-size-panel{background:var(--white);border:1px solid var(--rule);border-radius:var(--radius-md);width:220px;padding:20px 24px;position:absolute;bottom:0;right:0;box-shadow:0 4px 20px #0000000f}.w3d-size-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.01em;margin-bottom:14px;font-size:.82rem;font-weight:700}.w3d-size-row{align-items:center;gap:10px;margin-bottom:12px;display:flex}.w3d-size-label{font-family:var(--font-d);color:#00000073;flex-shrink:0;width:42px;font-size:.72rem;font-weight:600}.w3d-size-input-wrap{flex:1;align-items:center;gap:8px;display:flex}.w3d-size-slider{appearance:none;background:var(--rule);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.w3d-size-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border:2px solid var(--white);border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0003}.w3d-size-slider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:2px solid var(--white);border-radius:50%;width:16px;height:16px;box-shadow:0 1px 4px #0003}.w3d-size-val{font-family:var(--font-d);color:var(--accent);text-align:right;min-width:30px;font-size:.78rem;font-weight:700}.w3d-size-display{text-align:center;font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;border-top:1px solid var(--rule);margin-top:4px;padding-top:8px;font-size:1.1rem;font-weight:800}@media (max-width:768px){.w3d-size-panel{width:100%;margin-top:24px;position:relative}}.w3d-colors{width:100%;margin-top:32px}.w3d-colors-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.01em;margin-bottom:14px;font-size:.85rem;font-weight:700}.w3d-color-grid{flex-wrap:wrap;gap:10px;display:flex}.w3d-color{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:6px;padding:0;transition:transform .2s;display:flex}.w3d-color:hover{transform:scale(1.1)}.w3d-color span{border:2px solid var(--rule);border-radius:50%;width:36px;height:36px;transition:border-color .2s,box-shadow .2s;display:block}.w3d-color.active span{border-color:var(--accent);box-shadow:0 0 0 3px #4b286d33}.w3d-color:after{content:attr(title);font-family:var(--font-d);color:#0006;opacity:0;font-size:.65rem;font-weight:500;transition:opacity .2s}.w3d-color:hover:after,.w3d-color.active:after{opacity:1}@media (max-width:768px){.w3d-viewer{height:300px}.w3d-options{grid-template-columns:repeat(3,1fr);gap:12px}.w3d-opt img{width:60px;height:60px}.w3d-color span{width:28px;height:28px}.w3d-color-grid{gap:8px}}.contact-body{grid-template-columns:1fr 1fr;gap:0;max-width:1100px;margin:0 auto;padding:clamp(48px,6vw,72px) clamp(32px,5vw,60px);display:grid}.cform{border-right:1px solid var(--rule);padding-right:clamp(24px,4vw,56px)}.cform h2{font-family:var(--font-d);letter-spacing:-.03em;color:var(--ink);margin-bottom:10px;font-size:2.2rem;font-weight:800}.cform h2 em{color:var(--ink);font-style:italic}.cform>.sub{color:#00000080;margin-bottom:32px;font-size:.9rem;font-weight:300;line-height:1.7}.frow{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:0;display:grid}.ff{flex-direction:column;gap:7px;margin-bottom:16px;display:flex}.ff label{letter-spacing:.1em;text-transform:uppercase;color:var(--ink);font-size:.72rem;font-weight:600}.ff input,.ff select,.ff textarea{border:1px solid var(--glass-border-dark);border-radius:var(--radius-sm);font-family:var(--font-b);color:var(--ink);background:#ffffffeb;outline:none;padding:11px 14px;font-size:16px;transition:border .2s}.ff input:focus,.ff select:focus,.ff textarea:focus{border-color:var(--accent)}.ff textarea{resize:vertical;min-height:110px;line-height:1.55}.fsub{background:var(--ink);color:#fff;border-radius:var(--radius-pill);font-family:var(--font-b);letter-spacing:.04em;cursor:pointer;border:none;width:100%;margin-top:4px;padding:14px;font-size:.88rem;font-weight:600;transition:all .25s}.fsub:hover{background:var(--accent)}.cinfo{padding-left:clamp(24px,4vw,56px)}.cinfo h2{font-family:var(--font-d);letter-spacing:-.03em;color:var(--ink);margin-bottom:12px;font-size:2rem;font-weight:800}.cinfo h2 em{color:var(--ink);font-style:italic}.cinfo>.sub{color:#00000080;margin-bottom:32px;font-size:.9rem;font-weight:300;line-height:1.7}.cdet{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.cdet-ico{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border-dark);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cdet-ico svg{width:18px;height:18px;stroke:var(--ink);fill:none;stroke-width:1.8px}.cdet-text strong{letter-spacing:.08em;text-transform:uppercase;color:var(--ink);margin-bottom:4px;font-size:.72rem;font-weight:600;display:block}.cdet-text a,.cdet-text span{color:#00000080;font-size:.88rem;font-weight:300;line-height:1.55;display:block}.cdet-text a:hover{color:var(--accent)}.chours{border-radius:var(--radius-md);border:1px solid var(--glass-border-dark);background:#ffffffeb;margin-top:32px;padding:24px 28px}.chours h4{letter-spacing:.16em;text-transform:uppercase;color:var(--ink);margin-bottom:16px;font-size:.7rem;font-weight:600}.hr{border-bottom:1px solid var(--rule);justify-content:space-between;padding:9px 0;font-size:.84rem;display:flex}.hr:last-child{border-bottom:none;padding-bottom:0}.hr span:first-child{color:var(--ink);font-weight:400}.hr span:last-child{color:#00000073;font-weight:300}footer{background:var(--ink);margin-top:clamp(64px,8vw,112px);padding:clamp(36px,5vw,52px) 24px 24px}.ft-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;max-width:1200px;margin:0 auto 36px;display:grid}.ft-brand p{color:#ffffff80;max-width:240px;margin-top:10px;font-size:.8rem;font-weight:300;line-height:1.65}.ft-brand .logo{font-family:var(--font-d);color:var(--white);font-size:1.2rem;font-weight:700}.ft-brand .phone{color:var(--accent);margin-top:12px;font-size:.83rem;font-weight:500;display:inline-block}.ft-col h5{letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;margin-bottom:12px;font-size:.68rem;font-weight:600}.ft-col ul{flex-direction:column;gap:9px;list-style:none;display:flex}.ft-col ul li a{color:#ffffff8c;cursor:pointer;font-size:.82rem;font-weight:300;transition:color .15s}.ft-col ul li a:hover{color:var(--white)}.ft-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;max-width:1200px;margin:0 auto;padding-top:20px;display:flex}.ft-bottom p{color:#ffffff59;font-size:.72rem}.showcase{background:var(--white);color:var(--ink);padding:clamp(72px,8vw,120px) 0}.showcase-head{text-align:center;margin-bottom:56px;padding:0 24px}.sc-product-tabs{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:48px;padding:0 24px;display:flex}.sc-ptab{font-family:var(--font-d);letter-spacing:.04em;border-radius:var(--radius-pill);border:1.5px solid var(--rule);color:#0006;cursor:pointer;background:0 0;padding:9px 22px;font-size:.82rem;font-weight:600;transition:all .25s}.sc-ptab.on{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);color:var(--ink);border-color:var(--glass-border-dark);box-shadow:var(--glass-shadow)}.sc-ptab:hover:not(.on){color:var(--ink);border-color:#0003}.sc-panel{display:none}.sc-panel.on{display:block}.sc-variants{border-bottom:1px solid var(--rule);scrollbar-width:none;justify-content:center;gap:0;margin-bottom:0;list-style:none;display:flex;overflow-x:auto}.sc-variants::-webkit-scrollbar{display:none}.sc-variants li{color:#0006;white-space:nowrap;cursor:pointer;border-bottom:2px solid #0000;margin-bottom:-1px;padding:14px 20px;font-size:.8rem;transition:all .18s}.sc-variants li.on{color:var(--ink);border-bottom-color:var(--ink);font-weight:500}.sc-variants li:hover:not(.on){color:var(--ink)}.sc-stage{border-radius:var(--radius-lg);height:clamp(420px,60vw,720px);box-shadow:inset 0 0 0 1px var(--rule), var(--glass-shadow);background:radial-gradient(#fafafa 0%,#f0f0f0 100%);justify-content:center;align-items:center;margin:0 24px;display:flex;position:relative;overflow:hidden}.sc-render{justify-content:center;align-items:center;transition:opacity .35s,transform .35s;display:flex;position:absolute;inset:0}.sc-render.out{opacity:0;transform:translate(40px)}.sc-render.in-left{opacity:0;transform:translate(-40px)}.sc-render img{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;max-width:90%;max-height:90%}.sc-3d{background:var(--off);justify-content:center;align-items:center;display:none;position:absolute;inset:0}.sc-3d.on{display:flex}.sc-3d model-viewer{width:100%;height:100%}.sc-3d-placeholder{color:var(--gray);text-align:center;flex-direction:column;align-items:center;gap:16px;padding:24px;display:flex}.sc-3d-placeholder svg{opacity:.3}.sc-3d-placeholder p{max-width:260px;font-size:.85rem;font-weight:300;line-height:1.6}.sc-3d-placeholder code{color:var(--ink);background:#0000000a;border-radius:4px;padding:3px 8px;font-family:monospace;font-size:.72rem}.sc-view-toggle{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border-dark);border-radius:var(--radius-pill);z-index:10;box-shadow:var(--glass-shadow);gap:2px;padding:3px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.sc-vtbtn{letter-spacing:.04em;border-radius:var(--radius-pill);cursor:pointer;color:#0006;padding:6px 16px;font-size:.72rem;font-weight:500;transition:all .18s}.sc-vtbtn.on{background:var(--white);color:var(--ink);box-shadow:0 1px 4px #0000001a}.sc-arrow{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border-dark);cursor:pointer;z-index:10;width:44px;height:44px;box-shadow:var(--glass-shadow);border-radius:50%;justify-content:center;align-items:center;transition:all .18s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.sc-arrow:hover{box-shadow:var(--glass-shadow-hover);transform:translateY(-50%)scale(1.06)}.sc-arrow svg{width:16px;height:16px;stroke:var(--ink);fill:none;stroke-width:2.2px}.sc-prev{left:20px}.sc-next{right:20px}.sc-thumbs{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:20px 24px 0;display:flex}.sc-thumb{border-radius:var(--radius-sm);cursor:pointer;background:#00000008;border:2px solid #0000;flex-shrink:0;width:72px;height:72px;transition:all .18s;overflow:hidden}.sc-thumb img{object-fit:cover;width:100%;height:100%}.sc-thumb.on{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.sc-thumb:hover:not(.on){border-color:var(--rule)}.sc-thumb-ph{width:100%;height:100%;color:var(--gray);letter-spacing:.04em;text-align:center;justify-content:center;align-items:center;padding:4px;font-size:.6rem;font-weight:500;display:flex}.sc-counter{text-align:center;color:#0006;letter-spacing:.06em;margin-top:14px;font-size:.72rem}.sc-thumb-3d{position:relative}.sc-thumb-3d:after{content:"3D";background:var(--p600);color:#fff;letter-spacing:.04em;border-radius:3px;padding:1px 5px;font-size:.55rem;font-weight:700;position:absolute;bottom:2px;right:2px}@media (max-width:600px){.sc-stage{height:68vw;min-height:260px}.sc-arrow{width:36px;height:36px}.sc-arrow svg{width:13px;height:13px}.sc-prev{left:10px}.sc-next{right:10px}.sc-thumb{width:52px;height:52px}}.hm-hero{text-align:center;background:var(--white);flex-direction:column;align-items:center;padding-top:80px;display:flex;position:relative;overflow:hidden}.hm-hero-bg{object-fit:contain;object-position:center bottom;background:var(--white);flex:1;width:75%;margin:0 auto;transition:transform 1.4s cubic-bezier(.16,1,.3,1);transform:scale(1.08)}.hm-hero:after{display:none}.hm-hero-bg.loaded{transform:scale(1)}.hm-hero-overlay{display:none}.hm-hero-text{z-index:2;color:var(--ink);box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;margin-bottom:-80px;padding:20px 24px 0;position:relative}.hm-kicker{letter-spacing:.28em;text-transform:uppercase;color:#0006;opacity:0;margin-bottom:20px;font-size:.75rem;font-weight:500;animation:.8s .2s forwards hmFade}.hm-title{font-family:var(--font-d);letter-spacing:-.02em;color:var(--accent);width:100%;margin-bottom:36px;font-size:clamp(2rem,8.5vw,9rem);font-weight:800;line-height:.95;display:block}.hm-word{opacity:0;animation:.9s cubic-bezier(.16,1,.3,1) forwards hmWord;display:inline-block;transform:translateY(32px)}#hw0{animation-delay:.35s}#hw1{opacity:0;font-weight:300;animation:.6s .5s forwards hmFade;transform:none}#hw2{animation-delay:.6s}.hm-word-purple{color:var(--accent);font-style:italic;font-weight:300}.hm-hero-badge{-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-pill);letter-spacing:.2em;text-transform:uppercase;color:#00000073;opacity:0;background:#0000000a;border:1px solid #00000014;margin-bottom:28px;padding:6px 22px;font-size:.7rem;animation:.8s .15s forwards hmFade;display:inline-block}.hm-hero-links{opacity:0;flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:16px;padding:24px 24px 32px;animation:.8s 1.1s forwards hmFade;display:flex}.hm-cta-primary{color:var(--white);cursor:pointer;letter-spacing:.02em;transition:all .25s var(--ease-out);background:var(--ink);border:1px solid var(--ink);border-radius:var(--radius-pill);align-items:center;min-height:60px;padding:22px 56px;font-size:1.2rem;font-weight:500;display:inline-flex}.hm-cta-primary:hover{background:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.hm-cta-primary:active{transform:scale(.97)}.hm-cta-ghost{color:#00000080;cursor:pointer;letter-spacing:.02em;transition:all .25s var(--ease-out);border-radius:var(--radius-pill);background:0 0;border:1px solid #0000001f;align-items:center;min-height:60px;padding:22px 56px;font-size:1.2rem;font-weight:400;display:inline-flex}.hm-cta-ghost:hover{color:var(--ink);border-color:#0000004d;transform:translateY(-1px)}.hm-cta-ghost:active{transform:scale(.97)}.hm-scroll-hint{opacity:0;flex-direction:column;align-items:center;animation:.6s 1.4s forwards hmFade;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.hm-scroll-hint span{background:linear-gradient(#0000004d,#0000);width:1px;height:48px;animation:1.8s 1.6s infinite hmScrollLine;display:block}@keyframes hmScrollLine{0%{transform-origin:top;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}51%{transform-origin:bottom;transform:scaleY(1)}to{transform-origin:bottom;transform:scaleY(0)}}.hm-ticker{background:var(--white);border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);padding:16px 0;overflow:hidden}.hm-stats-strip{background:var(--white);justify-content:center;align-items:center;gap:clamp(24px,4vw,48px);max-width:900px;margin:0 auto;padding:clamp(28px,3.5vw,48px) 24px;display:flex}.hm-strip-item{text-align:center;flex:1}.hm-strip-n{font-family:var(--font-d);color:var(--ink);letter-spacing:-.04em;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;line-height:1}.hm-strip-n sup{vertical-align:super;color:var(--accent);font-size:40%}.hm-strip-l{letter-spacing:.14em;text-transform:uppercase;color:#0006;margin-top:6px;font-size:.65rem;font-weight:500}.hm-strip-div{background:var(--rule);width:1px;height:48px}@media (max-width:600px){.hm-stats-strip{flex-wrap:wrap;gap:24px 40px}.hm-strip-div{display:none}.hm-strip-item{flex:0 0 calc(50% - 20px)}.hm-strip-n{font-size:clamp(2rem,8vw,2.8rem)}}.hm-ticker-track{white-space:nowrap;align-items:center;gap:40px;width:max-content;animation:22s linear infinite hmTicker;display:flex}.hm-ticker-track span{letter-spacing:.16em;text-transform:uppercase;color:#0000004d;font-size:.72rem;font-weight:600}.hm-dot{color:var(--ink)!important;font-size:.9rem!important}@keyframes hmTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}.hm-panel{cursor:pointer;height:85vh;min-height:480px;position:relative;overflow:hidden}.hm-panel-bg{background-position:50%;background-size:cover;transition:transform 1.2s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(1.02)}video.hm-panel-bg{object-fit:contain;background:#fff;width:100%;height:100%;padding:14vh 16vw}.hm-panel-blend:before,.hm-panel-blend:after{content:"";z-index:1;pointer-events:none;position:absolute;left:0;right:0}.hm-panel-blend:before{background:linear-gradient(#fff 0%,#0000 100%);height:40px;top:0}.hm-panel-blend:after{background:linear-gradient(#0000 0%,#fff 100%);height:40px;bottom:0}.hm-panel-edge-l,.hm-panel-edge-r{z-index:1;pointer-events:none;width:60px;position:absolute;top:0;bottom:0}.hm-panel-edge-l{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.hm-panel-edge-r{background:linear-gradient(270deg,#fff 0%,#0000 100%);right:0}.hm-panel-content-dark{color:var(--ink)}.hm-panel-content-dark .hm-panel-label{color:#0006}.hm-panel-content-dark .hm-panel-h,.hm-panel-content-dark .hm-panel-h em{color:var(--accent)}.hm-panel-content-dark .hm-panel-link{color:var(--ink);-webkit-backdrop-filter:none;background:0 0;border-color:#0000001f}.hm-panel:hover .hm-panel-bg{transform:scale(1)}.hm-panel-grad,.hm-panel-grad-right,.hm-panel-grad-center{display:none}.hm-panel-content{color:#fff;z-index:2;max-width:600px;position:absolute;top:28px;left:64px;right:64px}.hm-panel-content-right{text-align:right;left:auto;right:64px}.hm-panel-content-left{text-align:left;left:64px;right:auto}.hm-panel-content-center{text-align:center;max-width:560px;left:50%;right:auto;transform:translate(-50%)}.hm-panel-label{letter-spacing:.22em;text-transform:uppercase;color:#ffffff73;opacity:0;margin-bottom:12px;font-size:.68rem;font-weight:600;transition:opacity .7s,transform .7s;transform:translateY(16px)}.hm-panel.vis .hm-panel-label{opacity:1;transform:none}.hm-panel-h{font-family:var(--font-d);letter-spacing:-.02em;-webkit-hyphens:none;hyphens:none;opacity:0;margin-bottom:28px;font-size:clamp(1.9rem,5.5vw,5.5rem);font-weight:800;line-height:.97;transition:opacity .8s .1s,transform .8s cubic-bezier(.16,1,.3,1) .1s;transform:translateY(24px)}.hm-panel.vis .hm-panel-h{opacity:1;transform:none}.hm-panel-h em{color:#fff;font-style:italic}.hm-panel-link-wrap{text-align:center;z-index:2;position:absolute;bottom:48px;left:0;right:0}.hm-panel-link{color:var(--ink);letter-spacing:.04em;border-radius:var(--radius-pill);cursor:pointer;opacity:0;background:0 0;border:1px solid #0000001f;padding:18px 44px;font-size:1.1rem;font-weight:500;transition:opacity .7s .25s,transform .7s .25s,background .25s,border-color .25s;display:inline-block;transform:translateY(12px)}.hm-panel.vis .hm-panel-link,.hm-panel.vis .hm-panel-link-wrap .hm-panel-link{opacity:1;transform:none}.hm-panel-link:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}.hm-panel-link:active{transform:scale(.96)}.builders-page .hm-panel{cursor:default;height:100vh;min-height:560px;display:block;position:relative;overflow:hidden}.builders-page .hm-panel-bg{background-position:50%;background-size:cover;display:block;position:absolute;inset:0;transform:scale(1.02)}.builders-page video.hm-panel-bg{object-fit:contain;background:#fff;width:100%;height:100%;padding:10vh 10vw}.builders-page .hm-panel-blend{position:relative}.builders-page .hm-panel-blend:before,.builders-page .hm-panel-blend:after{content:"";z-index:1;pointer-events:none;display:block;position:absolute;left:0;right:0}.builders-page .hm-panel-blend:before{background:linear-gradient(#fff 0%,#0000 100%);height:40px;top:0}.builders-page .hm-panel-blend:after{background:linear-gradient(#0000 0%,#fff 100%);height:40px;bottom:0}.builders-page .hm-panel-edge-l,.builders-page .hm-panel-edge-r{z-index:1;pointer-events:none;width:60px;display:block;position:absolute;top:0;bottom:0}.builders-page .hm-panel-edge-l{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.builders-page .hm-panel-edge-r{background:linear-gradient(270deg,#fff 0%,#0000 100%);right:0}.builders-page .hm-panel-content{color:#fff;z-index:2;max-width:600px;display:block;position:absolute;top:28px;left:64px;right:64px}.builders-page .hm-panel-content-right{text-align:right;left:auto;right:64px}.builders-page .hm-panel-content-left{text-align:left;left:64px;right:auto}.builders-page .hm-panel-h{font-family:var(--font-d);letter-spacing:-.03em;color:var(--accent);opacity:1;margin-bottom:0;font-size:clamp(1.9rem,4.5vw,4.2rem);font-weight:800;line-height:1.05;transform:none}.builders-page .hm-panel-h em{color:var(--accent);font-style:italic}.builders-page .hm-panel-label{letter-spacing:.12em;text-transform:uppercase;color:#0006;opacity:1;margin-bottom:12px;font-size:.75rem;font-weight:600;transform:none}.builders-page .hm-panel-link-wrap{text-align:center;z-index:2;display:block;position:absolute;bottom:48px;left:0;right:0}.builders-page .hm-panel-link{color:var(--ink);letter-spacing:.04em;border-radius:var(--radius-pill);cursor:pointer;opacity:1;background:0 0;border:1px solid #0000001f;padding:18px 44px;font-size:1.1rem;font-weight:500;display:inline-block;transform:none}.builders-page .hm-panel-link:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}.builders-page .hm-panel.builders-street-video{height:auto;min-height:auto;display:block;position:relative}.builders-page .hm-panel.builders-street-video video{object-fit:contain;background:#fff;width:100%;padding:0;display:block;position:relative}.builders-page .perk.sr{will-change:auto;contain:none;transition-duration:.25s}.builders-page .perk.sr.d1{transition-delay:0s}.builders-page .perk.sr.d2{transition-delay:40ms}.builders-page .perk.sr.d3{transition-delay:80ms}.showcase-head p.ch-label{color:#00000059;margin-bottom:6px}.showcase-head h2{color:var(--ink);margin-bottom:0}.showcase-head h2 em{color:var(--ink)}.showcase-head>p:last-child{display:none}.hm-stats{background:var(--white);flex-wrap:wrap;justify-content:center;align-items:stretch;gap:20px;padding:clamp(48px,5vw,72px) 24px;display:flex}.hm-stat{text-align:center;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border-dark);border-radius:var(--radius-md);box-shadow:var(--glass-shadow);transition:transform .4s var(--ease-out), box-shadow .4s;flex:200px;padding:40px 28px;position:relative}.hm-stat:hover{box-shadow:var(--glass-shadow-hover), var(--purple-glow);border-color:#4b286d59;transform:translateY(-4px)}.hm-stat-div{display:none}.hm-stat-n{font-family:var(--font-d);color:var(--ink);letter-spacing:-.04em;margin-bottom:10px;font-size:clamp(3.2rem,6vw,5rem);font-weight:800;line-height:1}.hm-stat-n sup{vertical-align:super;color:var(--accent);font-size:40%}.hm-stat-l{letter-spacing:.14em;text-transform:uppercase;color:#00000073;font-size:.7rem;font-weight:500}.hm-count{display:inline-block}.hm-testimonials{background:var(--white);padding:clamp(40px,5vw,72px) 0;position:relative;overflow:hidden}.hm-test-head{text-align:center;z-index:2;margin-bottom:48px;padding:0 24px;position:relative}.hm-test-viewport{height:700px;position:relative;overflow:hidden}.hm-test-viewport:before,.hm-test-viewport:after{content:"";z-index:3;pointer-events:none;position:absolute}.hm-test-viewport:before{background:linear-gradient(#fff 0%,#0000 100%);height:140px;top:0;left:0;right:0}.hm-test-viewport:after{background:linear-gradient(#0000 0%,#fff 100%);height:140px;bottom:0;left:0;right:0}.hm-test-fade-l,.hm-test-fade-r{z-index:3;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.hm-test-fade-l{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.hm-test-fade-r{background:linear-gradient(270deg,#fff 0%,#0000 100%);right:0}.hm-test-drift{will-change:transform;grid-template-columns:repeat(7,280px);gap:28px;margin-left:-1078px;transition:transform .15s ease-out;display:grid;position:absolute;top:-120px;left:50%}.hm-test-col{flex-direction:column;flex-shrink:0;gap:28px;display:flex}.hm-test-card{border-radius:var(--radius-lg);width:280px;transition:transform .2s var(--ease-out);will-change:transform;contain:content;flex-direction:column;justify-content:space-between;padding:28px 24px;display:flex;position:relative}.hm-test-card-sm{height:240px}.hm-test-card-md{height:300px}.hm-test-card-lg{height:360px}.hm-test-card-xl{height:420px}.hm-test-col:nth-child(7n+1){padding-top:40px}.hm-test-col:nth-child(7n+2){padding-top:0}.hm-test-col:nth-child(7n+3){padding-top:70px}.hm-test-col:nth-child(7n+4){padding-top:20px}.hm-test-col:nth-child(7n+5){padding-top:90px}.hm-test-col:nth-child(7n+6){padding-top:10px}.hm-test-col:nth-child(7n+7){padding-top:55px}.hm-test-card:hover{box-shadow:0 12px 40px #00000014, var(--purple-glow);border-color:#4b286d59;transform:scale(1.03)}.hm-test-card-white{background:var(--white);border:1px solid #00000014;box-shadow:0 4px 20px #0000000f}.hm-test-card-purple{background:var(--accent);color:#fff}.hm-test-card-purple .hm-test-quote{color:#fff}.hm-test-card-purple .hm-test-name{color:#fffc}.hm-test-card-purple .hm-test-stars{color:#ffffffb3}.hm-test-card-black{background:var(--ink);color:#fff}.hm-test-card-black .hm-test-quote{color:#fff}.hm-test-card-black .hm-test-name{color:#ffffffb3}.hm-test-card-black .hm-test-stars{color:var(--accent)}.hm-test-card-light{background:#4b286d0f;border:1px solid #4b286d1a}.hm-test-card-img{border:none;padding:0;overflow:hidden;box-shadow:0 4px 20px #0000001a}.hm-test-card-img img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100%;display:block}.hm-test-quote-mark{opacity:.3;margin-bottom:12px;font-family:Georgia,serif;font-size:2rem;line-height:1}.hm-test-card-purple .hm-test-quote-mark,.hm-test-card-black .hm-test-quote-mark{opacity:.4;color:#fff}.hm-test-stars{color:var(--accent);letter-spacing:2px;margin-bottom:14px;font-size:.85rem}.hm-test-quote{color:var(--ink);margin-bottom:20px;font-size:.9rem;font-weight:400;line-height:1.65}.hm-test-author{align-items:center;gap:12px;display:flex}.hm-test-avatar{width:36px;height:36px;color:var(--accent);background:#4b286d1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.hm-test-card-purple .hm-test-avatar{color:#fff;background:#fff3}.hm-test-card-black .hm-test-avatar{color:#fff;background:#ffffff26}.hm-test-name{color:var(--ink);letter-spacing:.02em;font-size:.8rem;font-weight:600;line-height:1.3}.hm-test-role{color:#00000080;font-size:.7rem;font-weight:400}.hm-test-card-purple .hm-test-role{color:#fff9}.hm-test-card-black .hm-test-role{color:#ffffff80}@keyframes testScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hm-test-auto{width:100vw;margin-left:calc(50% - 50vw)}.hm-test-auto:before,.hm-test-auto:after,.hm-test-auto .hm-test-fade-l,.hm-test-auto .hm-test-fade-r{display:none}.hm-test-auto .hm-test-drift{gap:28px;width:max-content;transition:none;animation:80s linear infinite testScroll;display:flex;position:relative;top:auto;left:auto}.hm-test-auto .hm-test-drift:hover{animation-play-state:paused}@media (max-width:768px){.hm-test-auto .hm-test-drift,.hm-test-auto .hm-test-col{gap:10px!important}.hm-test-auto .hm-test-card{width:130px!important;padding:10px 8px!important}.hm-testimonials{padding:clamp(24px,4vw,40px) 0!important}.hm-test-head{margin-bottom:16px!important}.hm-test-head .ch-h{font-size:1.4rem!important}.hm-test-viewport{height:280px}.hm-test-viewport:before,.hm-test-viewport:after{height:50px}.hm-test-fade-l,.hm-test-fade-r{width:30px}.hm-test-drift{grid-template-columns:repeat(7,130px)!important;gap:10px!important;margin-left:-505px!important;top:-50px!important}.hm-test-col{min-width:130px;gap:10px!important}.hm-test-col:nth-child(7n+1){padding-top:15px!important}.hm-test-col:nth-child(7n+2){padding-top:0!important}.hm-test-col:nth-child(7n+3){padding-top:25px!important}.hm-test-col:nth-child(7n+4){padding-top:8px!important}.hm-test-col:nth-child(7n+5){padding-top:32px!important}.hm-test-col:nth-child(7n+6){padding-top:4px!important}.hm-test-col:nth-child(7n+7){padding-top:20px!important}.hm-test-card{border-radius:10px!important;width:130px!important;padding:10px 8px!important}.hm-test-card-sm{height:110px}.hm-test-card-md{height:140px}.hm-test-card-lg{height:170px}.hm-test-card-xl{height:200px}.hm-test-card-img,.hm-test-card-img img{border-radius:10px!important}.hm-test-quote{margin-bottom:6px!important;font-size:.6rem!important;line-height:1.35!important}.hm-test-quote-mark{margin-bottom:4px!important;font-size:1rem!important}.hm-test-stars{letter-spacing:1px!important;margin-bottom:4px!important;font-size:.55rem!important}.hm-test-avatar{width:18px!important;height:18px!important;font-size:.5rem!important}.hm-test-name{font-size:.55rem!important}.hm-test-role{font-size:.48rem!important}.hm-test-author{gap:5px!important}}.pg-gallery{background:var(--white);padding:clamp(48px,6vw,72px) 0;overflow:hidden}.pg-gallery-head{text-align:center;margin-bottom:36px;padding:0 24px}.win-features-scroll{padding-left:max(24px,50vw - 600px);overflow:visible}.win-features-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:20px;padding:8px 48px 40px 0;display:flex;overflow-x:auto}.win-features-track::-webkit-scrollbar{display:none}.win-feat-card{scroll-snap-align:start;box-shadow:none;background:0 0;border:none;border-radius:22px;flex-direction:column;flex:0 0 340px;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}.win-feat-card:before{content:none}.win-feat-card:hover{box-shadow:none;transform:translateY(-10px)}.win-feat-img{flex-shrink:0;justify-content:center;align-items:center;width:100%;height:300px;display:flex;overflow:hidden}.win-feat-img svg{opacity:.6;width:80px;height:80px}.win-feat-body{flex-direction:column;flex:1;gap:0;padding:26px 28px 32px;display:flex}.win-feat-label{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;font-size:.58rem;font-weight:700;display:block}.win-feat-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;margin-bottom:12px;font-size:1.2rem;font-weight:700;line-height:1.25}.win-feat-desc{color:#0000007a;font-size:.84rem;font-weight:300;line-height:1.72}.win-feat-arrow{background:var(--white);cursor:pointer;color:#0006;border:1px solid #0000001a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s;display:flex}.win-feat-arrow:hover{border-color:var(--accent);color:var(--accent);background:#4b286d0a}.endure-scroll{overscroll-behavior-x:none;touch-action:pan-y;position:relative;overflow:hidden}.endure-track{will-change:transform;gap:20px;padding:8px max(24px,50vw - 600px);transition:transform .45s cubic-bezier(.25,.46,.45,.94);display:flex;overflow:visible}.endure-card{background:var(--white);border-radius:var(--radius-lg);cursor:pointer;border:2px solid #0000;flex-direction:column;flex:0 0 340px;display:flex;position:relative;overflow:hidden}.endure-card:hover{outline-offset:-2px;outline:2px solid #4b286d73}.endure-card-text{flex-shrink:0;padding:28px 28px 20px}.endure-card-label{letter-spacing:.1em;text-transform:uppercase;color:#0006;margin-bottom:10px;font-size:.72rem;font-weight:500}.endure-card-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;margin-bottom:8px;font-size:1.3rem;font-weight:700;line-height:1.25}.endure-card-sub{color:#00000080;font-size:.85rem;font-weight:300;line-height:1.6}.endure-card-img{background:0 0;flex-shrink:0;justify-content:center;align-items:center;height:360px;padding:16px 12px 0;display:flex;position:relative}.endure-card-img img{object-fit:contain;object-position:center center;mix-blend-mode:multiply;width:auto;max-width:none;height:100%;-webkit-mask-image:linear-gradient(#000 60%,#0000 100%);mask-image:linear-gradient(#000 60%,#0000 100%)}.endure-card-img .endure-placeholder{opacity:.15;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.endure-plus{background:var(--ink);width:36px;height:36px;color:var(--white);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;font-weight:300;line-height:1;transition:background .15s;display:flex;position:absolute;bottom:20px;right:20px}.endure-card:hover .endure-plus{background:var(--accent)}.ws-pills{flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:48px;padding:0 24px;display:flex}.ws-pill{border:1px solid var(--rule);background:var(--white);color:#0000008c;cursor:pointer;transition:all .3s var(--ease-out);letter-spacing:.01em;border-radius:980px;padding:10px 20px;font-size:.82rem;font-weight:500}.ws-pill:hover{border-color:var(--accent);color:var(--accent)}.ws-pill.active{background:var(--accent);color:var(--white);border-color:var(--accent)}.ws-showcase{grid-template-columns:1.1fr 1fr;align-items:center;gap:40px;max-width:1100px;margin:0 auto;padding:0 max(24px,50vw - 550px);display:grid}.ws-hero-img{border-radius:var(--radius-lg);background:#00000005;justify-content:center;align-items:center;min-height:420px;padding:40px;display:flex;position:relative;overflow:hidden}.ws-hero-img img{object-fit:contain;max-width:100%;max-height:380px;transition:opacity .4s var(--ease-out), transform .4s var(--ease-out)}.ws-hero-img img.ws-fade{opacity:0;transform:scale(.95)}.ws-info{padding:16px 0}.ws-info-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.03em;margin-bottom:12px;font-size:2.2rem;font-weight:700;transition:opacity .3s}.ws-info-desc{color:#0009;max-width:420px;margin-bottom:28px;font-size:.95rem;font-weight:300;line-height:1.75;transition:opacity .3s}.ws-specs{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.ws-spec{text-align:center;border-radius:var(--radius-sm);background:#00000008;padding:16px 8px}.ws-spec-val{font-family:var(--font-d);color:var(--ink);letter-spacing:-.02em;font-size:1.15rem;font-weight:700;display:block}.ws-spec-label{color:#0006;text-transform:uppercase;letter-spacing:.1em;margin-top:4px;font-size:.68rem;font-weight:500;display:block}.ws-features{flex-wrap:wrap;gap:8px;margin-bottom:28px;display:flex}.ws-feat-tag{color:var(--accent);letter-spacing:.02em;background:#4b286d14;border-radius:980px;padding:6px 14px;font-size:.75rem;font-weight:500}.ws-cta{color:var(--accent);cursor:pointer;letter-spacing:.01em;font-size:.88rem;font-weight:600;transition:opacity .2s;display:inline-block}.ws-cta:hover{opacity:.7}.ws-thumbs{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:48px;padding:0 24px;display:flex}.ws-thumb{cursor:pointer;text-align:center;width:100px;transition:all .3s var(--ease-out);opacity:.5}.ws-thumb:hover{opacity:.8}.ws-thumb.active{opacity:1}.ws-thumb img{object-fit:contain;border-radius:var(--radius-sm);background:#00000005;border:2px solid #0000;width:100px;height:80px;padding:8px;transition:border-color .3s}.ws-thumb.active img{border-color:var(--accent)}.ws-thumb span{color:#00000080;letter-spacing:.02em;margin-top:6px;font-size:.68rem;font-weight:500;display:block}.ws-thumb.active span{color:var(--accent);font-weight:600}@media (max-width:768px){.ws-showcase{grid-template-columns:1fr;gap:24px}.ws-hero-img{min-height:280px;padding:24px}.ws-hero-img img{max-height:260px}.ws-info-title{font-size:1.6rem}.ws-specs{grid-template-columns:repeat(2,1fr)}.ws-thumb{width:72px}.ws-thumb img{width:72px;height:56px}}.endure-arrows{justify-content:flex-end;gap:12px;max-width:1200px;margin:24px auto 0;padding:0 48px;display:flex}.season-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (max-width:900px){.season-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:540px){.season-grid{grid-template-columns:1fr!important}}@media (max-width:800px){.door-pillars,#pg-doors [style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}#pg-doors [style*=order\:-1]{order:0!important}.door-twin-grid,.door-glass-grid{grid-template-columns:1fr!important}}@media (max-width:900px){.door-pillars{grid-template-columns:1fr!important}}.door-mat-card{border-radius:var(--radius-lg);transition:transform .2s var(--ease-out);box-shadow:none;will-change:transform;contain:content;border:none;flex-direction:column;padding:28px;display:flex;position:relative}.door-mat-card:hover>[style*="border:1px solid var(--rule)"]{border-color:var(--rule)!important;box-shadow:none!important}@media (max-width:600px){.door-stats-grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:700px){.garage-feat{grid-template-columns:1fr!important}.garage-feat .garage-vid{max-height:none;aspect-ratio:16/9!important;height:auto!important}.garage-feat .garage-vid video{background:var(--white);object-fit:contain!important}}.season-card{border-radius:var(--radius-lg);border:1px solid var(--rule);transition:transform .2s var(--ease-out);will-change:transform;contain:content;flex-direction:column;padding:32px 28px;display:flex;position:relative;overflow:hidden}.season-card:before{content:"";transform-origin:0;height:3px;transition:transform .35s var(--ease-out);z-index:2;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.season-card:hover:before{transform:scaleX(1)}.season-card:after{content:"";pointer-events:none;opacity:0;transition:opacity .3s var(--ease-out);border-radius:inherit;z-index:0;position:absolute;inset:0}.season-card:hover:after{opacity:1}.season-card>*{z-index:1;position:relative}.season-winter:hover{border-color:#93c5fd4d;transform:translateY(-6px);box-shadow:0 12px 40px #93c5fd26}.season-winter:before{background:linear-gradient(90deg,#93c5fd,#bfdbfe)}.season-winter:after{background:linear-gradient(#93c5fd14 0%,#0000 50%)}.season-spring:hover{border-color:#86efac4d;transform:translateY(-6px);box-shadow:0 12px 40px #86efac26}.season-spring:before{background:linear-gradient(90deg,#86efac,#bbf7d0)}.season-spring:after{background:linear-gradient(#86efac14 0%,#0000 50%)}.season-summer:hover{border-color:#fdba744d;transform:translateY(-6px);box-shadow:0 12px 40px #fdba7426}.season-summer:before{background:linear-gradient(90deg,#fdba74,#fed7aa)}.season-summer:after{background:linear-gradient(#fdba7414 0%,#0000 50%)}.season-fall:hover{border-color:#fb923c4d;transform:translateY(-6px);box-shadow:0 12px 40px #fb923c26}.season-fall:before{background:linear-gradient(90deg,#fb923c,#fdba74)}.season-fall:after{background:linear-gradient(#fb923c14 0%,#0000 50%)}@keyframes snowDrift{0%{opacity:0;top:-5%}5%{opacity:1}95%{opacity:1}to{opacity:0;top:100%}}@keyframes petalRise{0%{opacity:0;transform:translateY(110%)translate(0)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-10%)translate(-15px)rotate(180deg)}}@keyframes sunPulse{0%{opacity:0;transform:scale(.6)}50%{opacity:.5}to{opacity:0;transform:scale(1.4)}}@keyframes leafFall{0%{opacity:0;top:-5%;transform:translate(-10px)rotate(0)}5%{opacity:.8}95%{opacity:.6}to{opacity:0;top:100%;transform:translate(40px)rotate(180deg)}}.season-card .season-particles{pointer-events:none;border-radius:inherit;z-index:0;opacity:1;position:absolute;inset:0;overflow:hidden}.season-particles span{border-radius:50%;display:block;position:absolute;top:0}.season-winter .season-particles span{background:#c8dcffb3;border-radius:50%;animation:linear infinite snowDrift;box-shadow:0 0 4px #c8dcff80}.season-winter .season-particles span:first-child{width:8px;height:8px;animation-duration:4s;animation-delay:0s;left:3%}.season-winter .season-particles span:nth-child(2){width:5px;height:5px;animation-duration:3.2s;animation-delay:.6s;left:12%}.season-winter .season-particles span:nth-child(3){width:10px;height:10px;animation-duration:4.5s;animation-delay:1.2s;left:22%}.season-winter .season-particles span:nth-child(4){width:6px;height:6px;animation-duration:3.6s;animation-delay:.3s;left:32%}.season-winter .season-particles span:nth-child(5){width:8px;height:8px;animation-duration:3.8s;animation-delay:1.8s;left:42%}.season-winter .season-particles span:nth-child(6){width:5px;height:5px;animation-duration:4.2s;animation-delay:.9s;left:52%}.season-winter .season-particles span:nth-child(7){width:7px;height:7px;animation-duration:3.4s;animation-delay:2.1s;left:62%}.season-winter .season-particles span:nth-child(8){width:9px;height:9px;animation-duration:4.8s;animation-delay:.4s;left:72%}.season-winter .season-particles span:nth-child(9){width:6px;height:6px;animation-duration:3.5s;animation-delay:1.5s;left:82%}.season-winter .season-particles span:nth-child(10){width:8px;height:8px;animation-duration:4s;animation-delay:2.4s;left:92%}.season-winter .season-particles span:nth-child(11){width:4px;height:4px;animation-duration:3s;animation-delay:2.8s;left:7%}.season-winter .season-particles span:nth-child(12){width:7px;height:7px;animation-duration:3.7s;animation-delay:3.2s;left:47%}.season-spring .season-particles span{background:#64a0e659;border-radius:2px;width:2px;animation:linear infinite snowDrift}.season-spring .season-particles span:first-child{height:18px;animation-duration:1.2s;animation-delay:0s;left:4%}.season-spring .season-particles span:nth-child(2){height:22px;animation-duration:1s;animation-delay:.1s;left:12%}.season-spring .season-particles span:nth-child(3){height:16px;animation-duration:1.3s;animation-delay:.25s;left:20%}.season-spring .season-particles span:nth-child(4){height:20px;animation-duration:1.1s;animation-delay:50ms;left:28%}.season-spring .season-particles span:nth-child(5){height:18px;animation-duration:.95s;animation-delay:.35s;left:36%}.season-spring .season-particles span:nth-child(6){height:22px;animation-duration:1.15s;animation-delay:.15s;left:44%}.season-spring .season-particles span:nth-child(7){height:16px;animation-duration:1.05s;animation-delay:.4s;left:52%}.season-spring .season-particles span:nth-child(8){height:20px;animation-duration:1.2s;animation-delay:.2s;left:60%}.season-spring .season-particles span:nth-child(9){height:18px;animation-duration:.9s;animation-delay:.3s;left:68%}.season-spring .season-particles span:nth-child(10){height:22px;animation-duration:1.1s;animation-delay:80ms;left:76%}.season-spring .season-particles span:nth-child(11){height:16px;animation-duration:1s;animation-delay:.45s;left:84%}.season-spring .season-particles span:nth-child(12){height:20px;animation-duration:1.15s;animation-delay:.18s;left:92%}@keyframes sunFloat{0%{opacity:0;transform:translateY(10px)scale(.8)}30%{opacity:.5}50%{opacity:.6;transform:translateY(-10px)scale(1.1)}70%{opacity:.5}to{opacity:0;transform:translateY(10px)scale(.8)}}.season-summer .season-particles span{background:radial-gradient(circle,#fdba3c66 0%,#fdba3c00 70%);border-radius:50%;animation:ease-in-out infinite sunFloat}.season-summer .season-particles span:first-child{width:60px;height:60px;animation-duration:3s;animation-delay:0s;top:5%;left:5%}.season-summer .season-particles span:nth-child(2){width:40px;height:40px;animation-duration:3.5s;animation-delay:.5s;top:15%;left:30%}.season-summer .season-particles span:nth-child(3){width:50px;height:50px;animation-duration:2.8s;animation-delay:1s;top:10%;left:60%}.season-summer .season-particles span:nth-child(4){width:45px;height:45px;animation-duration:3.2s;animation-delay:1.5s;top:10%;left:85%}.season-summer .season-particles span:nth-child(5){width:55px;height:55px;animation-duration:3.4s;animation-delay:.3s;top:35%;left:15%}.season-summer .season-particles span:nth-child(6){width:35px;height:35px;animation-duration:2.6s;animation-delay:.8s;top:40%;left:50%}.season-summer .season-particles span:nth-child(7){width:50px;height:50px;animation-duration:3.6s;animation-delay:1.3s;top:35%;left:75%}.season-summer .season-particles span:nth-child(8){width:40px;height:40px;animation-duration:3s;animation-delay:1.8s;top:55%;left:10%}.season-summer .season-particles span:nth-child(9){width:55px;height:55px;animation-duration:3.3s;animation-delay:.6s;top:60%;left:40%}.season-summer .season-particles span:nth-child(10){width:45px;height:45px;animation-duration:2.9s;animation-delay:2s;top:55%;left:70%}.season-summer .season-particles span:nth-child(11){width:50px;height:50px;animation-duration:3.5s;animation-delay:1.1s;top:75%;left:25%}.season-summer .season-particles span:nth-child(12){width:35px;height:35px;animation-duration:3.1s;animation-delay:2.3s;top:80%;left:60%}@keyframes leafSway{0%{opacity:0;top:-5%;transform:translate(0)rotate(0)scale(1)}5%{opacity:.7}25%{transform:translate(15px)rotate(45deg)scale(.9)}50%{transform:translate(-10px)rotate(90deg)scale(1.05)}75%{transform:translate(20px)rotate(135deg)scale(.95)}95%{opacity:.5}to{opacity:0;top:100%;transform:translate(5px)rotate(200deg)scale(.9)}}.season-fall .season-particles span{border-radius:0;animation:linear infinite leafSway;background:0 0!important}.season-fall .season-particles span:before{content:"🍂";font-size:inherit;line-height:1;display:block}.season-fall .season-particles span:nth-child(odd):before{content:"🍁"}.season-fall .season-particles span:nth-child(3n):before{content:"🍃"}.season-fall .season-particles span:first-child{font-size:14px;animation-duration:4.5s;animation-delay:0s;left:3%}.season-fall .season-particles span:nth-child(2){font-size:11px;animation-duration:5s;animation-delay:.6s;left:12%}.season-fall .season-particles span:nth-child(3){font-size:13px;animation-duration:4s;animation-delay:1.2s;left:22%}.season-fall .season-particles span:nth-child(4){font-size:10px;animation-duration:5.2s;animation-delay:.3s;left:32%}.season-fall .season-particles span:nth-child(5){font-size:15px;animation-duration:4.3s;animation-delay:1.6s;left:42%}.season-fall .season-particles span:nth-child(6){font-size:11px;animation-duration:4.8s;animation-delay:2s;left:52%}.season-fall .season-particles span:nth-child(7){font-size:13px;animation-duration:4.1s;animation-delay:.8s;left:62%}.season-fall .season-particles span:nth-child(8){font-size:12px;animation-duration:5.5s;animation-delay:2.4s;left:72%}.season-fall .season-particles span:nth-child(9){font-size:14px;animation-duration:3.8s;animation-delay:.4s;left:82%}.season-fall .season-particles span:nth-child(10){font-size:10px;animation-duration:4.6s;animation-delay:2.8s;left:92%}.season-fall .season-particles span:nth-child(11){font-size:12px;animation-duration:5.1s;animation-delay:3.2s;left:17%}.season-fall .season-particles span:nth-child(12){font-size:11px;animation-duration:4.4s;animation-delay:1.4s;left:57%}.gal-hero{text-align:center;padding:110px 24px clamp(32px,4vw,48px)}.gal-hero-badge{letter-spacing:.2em;text-transform:uppercase;color:var(--accent);background:#4b286d0a;border:1px solid #4b286d33;border-radius:100px;margin-bottom:22px;padding:8px 22px;font-size:.62rem;font-weight:700;display:inline-block}.gal-hero h1{font-family:var(--font-d);color:var(--ink);letter-spacing:-.04em;margin-bottom:22px;font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:.92}.gal-hero p{color:#00000073;max-width:460px;margin:0 auto;font-size:1.02rem;font-weight:300;line-height:1.75}.gal-filters{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:clamp(28px,3vw,40px);padding:0 24px;display:flex}.gal-filter{letter-spacing:.02em;cursor:pointer;color:#00000080;background:#fff;border:1px solid #0000001a;border-radius:100px;padding:9px 24px;font-size:.78rem;font-weight:500;transition:all .25s}.gal-filter:hover{color:var(--ink);border-color:#00000040}.gal-filter.active{background:var(--ink);color:#fff;border-color:var(--ink)}.gal-grid{grid-template-rows:auto;grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;gap:12px;max-width:1400px;margin:0 auto;padding:0 24px;display:grid}.gal-item{cursor:pointer;background:#f5f5f7;border-radius:16px;position:relative;overflow:hidden}.gal-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s var(--ease-out);will-change:transform;display:block}.gal-item:hover img{transform:scale(1.04)}.gal-item:after{content:attr(data-label);color:#fff;letter-spacing:.08em;text-transform:uppercase;opacity:0;background:linear-gradient(#0000 0%,#0000008c 100%);padding:28px 24px 22px;font-size:.72rem;font-weight:600;transition:opacity .35s;position:absolute;bottom:0;left:0;right:0}.gal-item:hover:after{opacity:1}.gal-wide{aspect-ratio:16/9;grid-column:span 2}.gal-tall{aspect-ratio:3/4;grid-row:span 2}.gal-sq{aspect-ratio:1}.gal-std{aspect-ratio:4/3}.gal-cta{text-align:center;padding:clamp(48px,6vw,80px) 24px}.gal-cta h2{font-family:var(--font-d);color:var(--ink);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.08}.gal-cta p{color:#00000073;margin-bottom:36px;font-size:.95rem;font-weight:300;line-height:1.7}@media (max-width:900px){.gal-grid{grid-template-columns:repeat(2,1fr)}.gal-tall{aspect-ratio:4/3;grid-row:span 1}}@media (max-width:600px){.gal-grid{grid-template-columns:1fr;gap:10px}.gal-wide{grid-column:span 1}.gal-tall{aspect-ratio:4/3;grid-row:span 1}}@keyframes galScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.gal-mosaic{height:720px;position:relative;overflow:hidden}.gal-mosaic:before,.gal-mosaic:after{content:"";z-index:3;pointer-events:none;position:absolute}.gal-mosaic:before{background:linear-gradient(#fff 0%,#0000 100%);height:120px;top:0;left:0;right:0}.gal-mosaic:after{background:linear-gradient(#0000 0%,#fff 100%);height:120px;bottom:0;left:0;right:0}.gal-mosaic .gal-fade-l,.gal-mosaic .gal-fade-r{z-index:3;pointer-events:none;width:100px;position:absolute;top:0;bottom:0}.gal-mosaic .gal-fade-l{background:linear-gradient(90deg,#fff 0%,#0000 100%);left:0}.gal-mosaic .gal-fade-r{background:linear-gradient(270deg,#fff 0%,#0000 100%);right:0}.gal-mosaic-drift{gap:24px;width:max-content;animation:60s linear infinite galScroll;display:flex}.gal-mosaic-col{flex-direction:column;flex-shrink:0;gap:24px;width:270px;display:flex}.gal-mosaic-col:nth-child(14n+1){padding-top:40px}.gal-mosaic-col:nth-child(14n+2){padding-top:0}.gal-mosaic-col:nth-child(14n+3){padding-top:70px}.gal-mosaic-col:nth-child(14n+4){padding-top:20px}.gal-mosaic-col:nth-child(14n+5){padding-top:90px}.gal-mosaic-col:nth-child(14n+6){padding-top:10px}.gal-mosaic-col:nth-child(14n+7){padding-top:55px}.gal-mosaic-col:nth-child(14n+8){padding-top:40px}.gal-mosaic-col:nth-child(14n+9){padding-top:0}.gal-mosaic-col:nth-child(14n+10){padding-top:70px}.gal-mosaic-col:nth-child(14n+11){padding-top:20px}.gal-mosaic-col:nth-child(14n+12){padding-top:90px}.gal-mosaic-col:nth-child(14n+13){padding-top:10px}.gal-mosaic-col:nth-child(14n+14){padding-top:55px}.gal-m-card{border-radius:var(--radius-lg);flex-shrink:0;width:270px;overflow:hidden;box-shadow:0 4px 20px #00000014}.gal-m-card img{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:100%;display:block}.gal-m-sm{height:220px}.gal-m-md{height:280px}.gal-m-lg{height:340px}.gal-m-xl{height:400px}@media (max-width:768px){.gal-mosaic{height:480px}.gal-mosaic-col{gap:18px;width:220px}.gal-m-card{width:220px}.gal-m-sm{height:180px}.gal-m-md{height:230px}.gal-m-lg{height:280px}.gal-m-xl{height:320px}}@keyframes ledSpin{to{transform:rotate(360deg)}}.led-border{pointer-events:none;filter:blur(.5px);background:conic-gradient(#e8e0f8 0% 72%,#a855f733 77%,#a855f7cc 82%,#a855f7 85%,#fff 87%,#a855f7 89%,#a855f7cc 92%,#a855f733 96%,#e8e0f8 100%);width:1000px;height:1000px;margin:-500px 0 0 -500px;animation:3.5s linear infinite ledSpin;position:absolute;top:50%;left:50%}.season-icon{margin-bottom:16px;font-size:2.4rem}.season-title{font-family:var(--font-d);color:var(--white);letter-spacing:-.02em;margin-bottom:4px;font-size:1.5rem;font-weight:700}.season-temp{color:var(--accent);letter-spacing:.02em;margin-bottom:20px;font-size:.85rem;font-weight:600}.season-list{flex:1;margin:0 0 24px;padding:0;list-style:none}.season-list li{color:#fff9;border-bottom:1px solid #ffffff14;padding:8px 0 8px 16px;font-size:.84rem;font-weight:300;line-height:1.6;position:relative}.season-list li:before{content:"";background:var(--accent);opacity:.5;border-radius:50%;width:6px;height:6px;position:absolute;top:14px;left:0}.season-list li:last-child{border-bottom:none}.season-stat{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:20px}.season-stat-n{font-family:var(--font-d);color:var(--white);letter-spacing:-.02em;font-size:1.6rem;font-weight:700;display:block}.season-stat-l{color:#fff6;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:500}.seasons-light .season-title{color:var(--ink)}.seasons-light .season-list li{color:#0009;border-bottom-color:#00000014}.seasons-light .season-stat{border-top-color:#00000014}.seasons-light .season-stat-n{color:var(--ink)}.seasons-light .season-stat-l{color:#00000073}.seasons-light .season-card{box-shadow:0 4px 20px #0000000a}.cl-container{background:var(--off);border-radius:var(--radius-lg);border:1px solid var(--rule);align-items:stretch;gap:0;min-height:600px;margin:0 max(24px,50vw - 600px);display:flex;overflow:hidden}.cl-pills{flex-direction:column;flex:0 0 280px;justify-content:center;gap:8px;padding:48px 32px;display:flex}.cl-pill{font-family:var(--font-t);color:#00000080;border:1.5px solid var(--rule);border-radius:var(--radius-pill);cursor:pointer;transition:all .3s var(--ease-out);text-align:left;white-space:nowrap;background:0 0;align-items:center;gap:10px;padding:12px 20px;font-size:.88rem;font-weight:500;display:flex}.cl-pill:hover:not(.on){color:var(--ink);border-color:#0003}.cl-pill.on{background:var(--white);color:var(--ink);border-color:var(--glass-border-dark);box-shadow:var(--glass-shadow)}.cl-pill-icon{color:#0000004d;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:1rem;display:flex}.cl-pill.on .cl-pill-icon{color:var(--accent)}.cl-viewer{background:radial-gradient(#fafafa 0%,#f0f0f0 100%);flex:1;justify-content:center;align-items:center;display:flex;position:relative}.cl-viewer model-viewer{width:100%;height:100%;min-height:500px;transition:opacity .25s var(--ease-out)}.cl-hint{color:#0000004d;letter-spacing:.04em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);background:#ffffffb3;border:1px solid #0000000f;padding:6px 16px;font-size:.72rem;font-weight:400;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (max-width:768px){.cl-container{flex-direction:column;min-height:auto}.cl-pills{flex-flow:wrap;flex:none;gap:6px;padding:24px}.cl-pill{padding:8px 16px;font-size:.8rem}.cl-viewer,.cl-viewer model-viewer{min-height:400px}}.endure-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);opacity:0;pointer-events:none;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.endure-modal-overlay.active{opacity:1;pointer-events:all}.endure-modal{background:var(--white);border-radius:var(--radius-lg);width:90%;max-width:680px;max-height:85vh;transition:transform .3s var(--ease-out);padding:48px;position:relative;overflow-y:auto;transform:translateY(20px)}.endure-modal-overlay.active .endure-modal{transform:translateY(0)}.endure-modal-close{background:var(--ink);width:36px;height:36px;color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.endure-modal-close:hover{background:var(--accent)}.endure-modal-label{letter-spacing:.1em;text-transform:uppercase;color:#0006;margin-bottom:16px;font-size:.72rem;font-weight:500}.endure-modal-title{font-family:var(--font-d);color:var(--ink);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.15}.endure-modal-body p{color:#0009;margin-bottom:16px;font-size:1rem;font-weight:300;line-height:1.8}.endure-modal-body a{color:var(--accent);font-weight:500;text-decoration:none}.endure-modal-body a:hover{text-decoration:underline}.hm-bottom-cta{background:var(--white);flex-wrap:wrap;justify-content:center;gap:16px;padding:clamp(48px,6vw,72px) 24px;display:flex}.hm-cta-band{background:var(--white);text-align:center;padding:clamp(56px,7vw,100px) 24px}.hm-cta-h{font-family:var(--font-d);letter-spacing:-.02em;color:var(--ink);margin-bottom:48px;font-size:clamp(1.9rem,6vw,5.5rem);font-weight:800;line-height:.95}.hm-cta-h em{color:var(--ink);font-style:italic}.hm-cta-sub{display:none}.hm-cta-form{flex-wrap:wrap;justify-content:center;gap:8px;max-width:620px;margin:0 auto;display:flex}.hm-cta-form input,.hm-cta-form select{background:var(--glass-bg);-webkit-backdrop-filter:blur(8px);border:1px solid var(--glass-border-dark);border-radius:var(--radius-sm);color:var(--ink);font-family:var(--font-b);outline:none;flex:140px;padding:13px 16px;font-size:.88rem;transition:border .2s}.hm-cta-form input::placeholder{color:#00000059}.hm-cta-form input:focus,.hm-cta-form select:focus{border-color:var(--accent);background:var(--white)}.hm-cta-form select{color:#0006}.hm-cta-form select option{color:var(--ink);background:#fff}.hm-cta-form button{background:var(--ink);color:#fff;border-radius:var(--radius-pill);font-family:var(--font-b);cursor:pointer;white-space:nowrap;letter-spacing:.02em;border:none;flex:none;margin-top:12px;padding:13px 28px;font-size:.85rem;font-weight:700;transition:all .25s}.hm-cta-form button:hover{background:var(--accent);box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-1px)}@keyframes hmFade{0%{opacity:0}to{opacity:1}}@keyframes hmWord{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:none}}@media (max-width:768px){.hm-panel{height:80vh;min-height:400px}.hm-panel-h{letter-spacing:-.015em;font-size:clamp(1.8rem,7vw,4rem)}.hm-panel-content{inset:auto 28px 48px}.hm-panel-content-right{left:auto;right:28px}.hm-panel-content-center{bottom:48px;left:50%}.hm-gal-g{grid-template-rows:auto;grid-template-columns:1fr 1fr}.hm-gal-g>*{height:46vw;grid-area:auto!important}.hm-stats{gap:16px;max-width:100%}.hm-stat{flex:45%;padding:36px 20px}}html,body{max-width:100%;overflow-x:hidden}h1,h2,h3,.hm-title,.hm-panel-h,.hm-cta-h,.ch-h,.ph-h,.section-title,.cform h2,.cinfo h2{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none;white-space:normal;max-width:100%}.hide-mobile{display:inline}@media (max-width:640px){.hide-mobile{display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.sr,.sr-text{opacity:1;transform:none}.hm-hero-bg,.hm-panel-bg{transform:none}}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.nav-cta:focus-visible,.hm-cta-primary:focus-visible,.hm-cta-ghost:focus-visible,.hm-panel-link:focus-visible,.drawer-cta:focus-visible,.est-btn:focus-visible,.ch-lnk:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.hm-stats-strip .hm-strip-item:first-child{transition-delay:0s}.hm-stats-strip .hm-strip-item:nth-child(2){transition-delay:80ms}.hm-stats-strip .hm-strip-item:nth-child(3){transition-delay:.16s}.hm-stats-strip .hm-strip-item:nth-child(4){transition-delay:.24s}.hm-stats-strip .hm-strip-div:first-of-type{transition-delay:40ms}.hm-stats-strip .hm-strip-div:nth-of-type(2){transition-delay:.12s}.hm-stats-strip .hm-strip-div:nth-of-type(3){transition-delay:.2s}.center{text-align:center}.mt8{margin-top:8px}.mt16{margin-top:16px}.mt24{margin-top:24px}.mt40{margin-top:40px}.mt56{margin-top:56px}.nav-hamburger{cursor:pointer;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:36px;height:36px;padding:4px;display:none}.nav-hamburger span{background:var(--ink);transform-origin:50%;border-radius:2px;height:1.5px;transition:transform .3s,opacity .3s,width .3s;display:block}.nav-hamburger.open span:first-child{transform:translateY(6.5px)rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0;width:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}#nav-drawer{z-index:899;background:var(--glass-bg-heavy);-webkit-backdrop-filter:blur(var(--glass-blur));transition:transform .35s var(--ease-out);flex-direction:column;gap:0;padding:24px 28px 48px;display:flex;position:fixed;inset:72px 0 0;overflow-y:auto;transform:translate(100%)}#nav-drawer.open{transform:translate(0)}.drawer-item{color:var(--ink);border-bottom:1px solid var(--rule);cursor:pointer;padding:16px 0;font-size:1.15rem;font-weight:500;transition:color .15s;display:block}.drawer-item:hover{color:var(--ink)}.drawer-sub{flex-direction:column;gap:0;padding:0 0 8px 16px;display:flex}.drawer-sub a{color:#00000080;cursor:pointer;border-bottom:1px solid #0000000a;padding:12px 0;font-size:1rem;font-weight:400;transition:color .15s;display:block}.drawer-sub a:hover{color:var(--ink)}.drawer-cta{background:var(--ink);color:#fff;border-radius:var(--radius-md);text-align:center;cursor:pointer;margin-top:28px;padding:16px;font-size:1rem;font-weight:600;transition:background .25s}.drawer-cta:hover{background:var(--accent)}.drawer-phone{text-align:center;color:var(--accent);margin-top:16px;font-size:.95rem;font-weight:500}body.nav-open{overflow:hidden}@media (max-width:1024px){#nav{padding:12px 16px 0}.nav-inner{padding:0 6px 0 18px}.nav-center li a,.nav-center li span{padding:0 10px;font-size:.72rem}.nav-phone{display:none}.ch-text{padding:48px 36px}.ft-grid{grid-template-columns:1fr 1fr;gap:32px}.ft-brand{grid-column:1/-1}.contact-body{padding:64px 36px}.ph-content{padding:0 40px 48px}.prod-grid,.perks-grid{grid-template-columns:1fr 1fr}}@media (max-width:900px){.nav-center,.nav-phone,.nav-cta{display:none}.nav-hamburger{display:flex}.nav-right{margin-left:auto}#nav{padding:8px 12px 0}.nav-inner{border-radius:var(--radius-lg);justify-content:space-between;height:44px;padding:0 12px 0 18px}.hm-title{letter-spacing:-.015em;font-size:clamp(1.9rem,9vw,5rem)}.hm-word{line-height:1.05;display:block}.hm-hero-text{width:100%;padding:0 20px}.hm-panel{height:65vh;min-height:380px}.hm-panel-h{letter-spacing:-.015em;font-size:clamp(1.8rem,7vw,4rem)}video.hm-panel-bg{padding:10vh 6vw 12vh}.hm-panel-content{max-width:calc(100% - 56px);left:28px;right:28px}.hm-panel-content-right{text-align:right;max-width:calc(100% - 56px);left:auto;right:28px}.hm-panel-content-center{text-align:center;max-width:calc(100% - 56px);left:28px;right:28px;transform:none}.hm-cta-h{letter-spacing:-.015em;font-size:clamp(1.8rem,7vw,3.5rem)}.ph{height:46vh;min-height:300px}.ph-content{padding:0 24px 36px}.ph-h{letter-spacing:-.015em;font-size:clamp(1.7rem,6.5vw,3.2rem)}.ph-sub{font-size:.88rem}.ch-h{letter-spacing:-.015em;font-size:clamp(1.7rem,5.5vw,3rem)}.ch-text{padding:40px 24px}.ch-white-inner{grid-template-columns:1fr}.ch-white-inner.flip{direction:ltr}.ch-photo{height:56vw;min-height:240px}.section-title{font-size:clamp(1.8rem,5.5vw,2.8rem)}.prod-grid{grid-template-columns:1fr 1fr}.prod-card-img{height:180px}.proc-row,.perks-grid{grid-template-columns:1fr 1fr}.stats-row{flex-direction:column}.stat{border-bottom:1px solid #ffffff1a;border-right:none;padding:36px 24px}.stat:last-child{border-bottom:none}.gal-grid{grid-template-rows:auto;grid-template-columns:1fr 1fr}.gal-grid>*{height:42vw;grid-area:auto!important}.gal-full{grid-template-columns:1fr 1fr}.gal-full .gt{height:42vw}.sc-stage{height:64vw;min-height:260px}.sc-product-tabs{gap:6px}.sc-ptab{padding:8px 16px;font-size:.75rem}.est-form,.hm-cta-form{flex-direction:column;align-items:stretch;padding:0 20px}.est-form input,.est-form select,.est-btn,.hm-cta-form input,.hm-cta-form select,.hm-cta-form button{flex:none;width:100%;min-width:0}.contact-body{grid-template-columns:1fr;gap:48px;padding:44px 24px}.cform{border-right:none;padding-right:0}.cinfo{border-top:1px solid var(--rule);padding-top:40px;padding-left:0}.frow{grid-template-columns:1fr}.cform h2,.cinfo h2{font-size:clamp(1.6rem,6vw,2.2rem)}.ft-grid{grid-template-columns:1fr 1fr;gap:28px}.ft-brand{grid-column:1/-1}.hm-gal-g{grid-template-rows:auto;grid-template-columns:1fr 1fr}.hm-gal-g>*{height:42vw;grid-area:auto!important}.hm-stats{flex-wrap:wrap;gap:16px;max-width:100%;padding:clamp(48px,6vw,80px) 16px}.hm-stat{flex:0 0 calc(50% - 8px);padding:32px 16px}.hm-stat-n{font-size:clamp(2.4rem,8vw,4rem)}}@media (max-width:600px){.nav-logo{font-size:1rem}.hm-title{letter-spacing:-.01em;font-size:clamp(1.7rem,10vw,3.2rem)}.hm-panel{height:85vh;min-height:360px}.hm-panel-h{letter-spacing:-.01em;font-size:clamp(1.6rem,8.5vw,2.8rem)}video.hm-panel-bg{padding:9vh 4vw 11vh}.hm-panel-content,.hm-panel-content-right,.hm-panel-content-center{max-width:calc(100% - 36px);left:18px;right:18px}.hm-panel-content-right{text-align:right}.hm-panel-content-center{text-align:center}.hm-cta-h{letter-spacing:-.01em;font-size:clamp(1.6rem,8.5vw,2.8rem)}.hm-cta-form{padding:0 16px}.ph{height:40vh;min-height:250px}.ph-h{letter-spacing:-.01em;font-size:clamp(1.5rem,7.5vw,2.4rem)}.ph-content{padding:0 18px 28px}.ch-h{letter-spacing:-.01em;font-size:clamp(1.5rem,7vw,2.2rem)}.ch-text{padding:36px 18px}.ch-p{font-size:.9rem}.section-title{font-size:clamp(1.6rem,7vw,2.2rem)}.showcase-head{padding:0 18px}.hm-stat{flex:0 0 100%;padding:28px 18px}.hm-stat-n{font-size:clamp(2.8rem,12vw,4rem)}.stat-n{font-size:clamp(2.4rem,10vw,3.5rem)}.prod-grid{grid-template-columns:1fr;max-width:440px;margin-left:auto;margin-right:auto}.prod-card-img{height:52vw}.proc-row{grid-template-columns:1fr;gap:16px;max-width:400px;margin-left:auto;margin-right:auto}.perks-grid{grid-template-columns:1fr}.gal-full{grid-template-columns:1fr 1fr}.gal-full .gt,.hm-gal-g>*{height:44vw}.sc-arrow{width:34px;height:34px}.sc-arrow svg{width:12px;height:12px}.sc-prev{left:8px}.sc-next{right:8px}.sc-thumb{width:52px;height:52px}.sc-stage{border-radius:var(--radius-md);height:68vw;margin:0 12px}.est-form,.hm-cta-form{padding:0 16px}.contact-body{gap:36px;padding:32px 18px}.cform{border-right:none}.cinfo{padding-left:0}.frow,.ft-grid{grid-template-columns:1fr}.ft-col{padding-top:4px}.prod-section,.ch-process{padding:52px 16px}.hm-stats{padding:clamp(32px,4vw,48px) 16px}}@media (max-width:400px){.hm-title{font-size:clamp(1.5rem,10vw,2.4rem)}.hm-panel-h{font-size:clamp(1.4rem,9vw,2rem)}.ph-h{font-size:clamp(1.4rem,8.5vw,2rem)}.ch-h{font-size:clamp(1.4rem,8vw,1.9rem)}.hm-cta-h{font-size:clamp(1.5rem,9vw,2.2rem)}.gal-full{grid-template-columns:1fr}.gal-full .gt{height:64vw}}@media (hover:none){.hm-panel:hover .hm-panel-bg{transform:scale(1.06)}.hm-gt:hover img,.ch-white:hover .ch-photo img{transform:none}}@media (max-width:900px){[style*="repeat(3,1fr)"],[style*="repeat(3, 1fr)"],[style*="repeat(4,1fr)"],[style*="repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}section[style*="padding:clamp(80px"],section[style*="padding:clamp(72px"],section[style*="padding:clamp(64px"]{padding-top:clamp(48px,7vw,80px)!important;padding-bottom:clamp(48px,7vw,80px)!important}.whyus-trust-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}}@media (max-width:640px){.hm-cta-primary,.hm-cta-ghost{justify-content:center;line-height:1.2;min-width:240px!important;min-height:48px!important;padding:16px 32px!important;font-size:1rem!important}.hm-hero-links{justify-content:center;align-items:center;flex-wrap:wrap!important;gap:12px!important;padding:24px 18px 36px!important}.fsub{min-height:48px;font-size:.95rem}.nav-cta,.drawer-cta{min-height:44px}[style*="repeat(2,1fr)"],[style*="repeat(2, 1fr)"],[style*="repeat(3,1fr)"],[style*="repeat(3, 1fr)"],[style*="repeat(4,1fr)"],[style*="repeat(4, 1fr)"],[style*="grid-template-columns:1fr 1fr"],[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important;gap:20px!important}[style*="padding:clamp(80px"],[style*="padding:clamp(72px"],[style*="padding:clamp(64px"],[style*="padding:clamp(48px"],[style*="padding:clamp(120px"],[style*="padding:clamp(140px"]{padding:32px 14px!important}[style*="padding:0 24px"],[style*="padding: 0 24px"]{padding-left:14px!important;padding-right:14px!important}.op-section{margin:0!important}.benefits-card>div{padding:24px 18px!important}img{max-width:100%;height:auto;display:block}.series-img,.series-img img{object-fit:cover;width:100%;height:auto;min-height:180px}[style*=height\:360px],[style*=height\:320px],[style*=height\:280px],[style*="height: 360px"],[style*="height: 320px"]{height:auto!important;min-height:200px!important}.endure-card-img{height:200px!important}.door-mat-card img{margin:0 auto;width:auto!important;height:auto!important;max-height:200px!important}.garage-feat{display:block!important}.garage-feat .garage-vid{margin-top:18px;aspect-ratio:16/9!important;width:100%!important;height:auto!important;max-height:none!important;overflow:hidden!important}.garage-feat .garage-vid video{background:var(--white);object-fit:contain!important;width:100%!important;height:100%!important;max-height:none!important}.sc-stage{min-height:220px;height:60vw!important}.hm-panel{aspect-ratio:5/4;height:auto!important;min-height:280px!important}.hm-panel video.hm-panel-bg{max-height:60vh;padding:8vh 3vw 10vh!important}.ph{aspect-ratio:16/10;height:auto!important;min-height:260px!important;padding-top:80px!important}.gt img,.hm-gt img{object-fit:cover;width:100%;height:auto;min-height:140px}.perk-ico,.cdet-ico{width:40px!important;height:40px!important}.perk-ico svg,.cdet-ico svg{width:20px!important;height:20px!important}h1,h2,h3,h4,p,li,span{overflow-wrap:break-word;word-wrap:break-word}[style*=white-space\:nowrap]{white-space:normal!important}.hm-title{font-size:clamp(2rem,9vw,3rem)!important}.hm-panel-h{font-size:clamp(1.7rem,8vw,2.6rem)!important}.ph-h{font-size:clamp(1.6rem,8vw,2.4rem)!important}.ch-h{line-height:1.1;font-size:clamp(1.5rem,7vw,2.2rem)!important}.cform h2,.cinfo h2{font-size:1.5rem!important}[style*="padding:48px 32px"],[style*="padding:40px 32px"],[style*="padding:32px 28px"],[style*="padding: 48px 32px"],.perk{padding:18px 16px!important}.perk h3{margin-bottom:6px!important;font-size:.98rem!important}.perk p{font-size:.8rem!important;line-height:1.55!important}.endure-card{flex:0 0 260px!important}.endure-card-text{padding:18px 18px 14px!important}.endure-card-title{font-size:1.1rem!important}.endure-card-sub{font-size:.78rem!important}.door-mat-card{padding:18px!important}.door-mat-card h3{font-size:1.2rem!important}.door-mat-card p{margin-bottom:14px!important;font-size:.8rem!important;line-height:1.55!important}.series-card{padding:0!important}.series-body{padding:18px 18px 22px!important}.series-title{font-size:1.2rem!important}.series-desc{font-size:.82rem!important;line-height:1.55!important}.tl-wrap{padding-left:54px!important}.tl-line,.tl-line-fill{left:23px!important}.tl-dot{width:30px!important;height:30px!important;left:-42px!important}.tl-dot span{font-size:.78rem!important}.tl-step{padding-bottom:40px!important}.tl-step h3{font-size:1.05rem}.tl-step p{font-size:.85rem}.season-card{padding:16px!important}.season-icon{margin-bottom:4px!important;font-size:1.4rem!important}.season-title{margin-bottom:2px!important;font-size:1rem!important}.season-temp{margin-bottom:8px!important;font-size:.74rem!important}.season-list{margin:0 0 8px!important}.season-list li{padding:5px 0 5px 14px!important;font-size:.74rem!important;line-height:1.45!important}.season-list li:before{width:5px!important;height:5px!important;top:11px!important}.season-stat{border-top:1px solid #ffffff1a;padding-top:8px!important}.season-stat-n{font-size:1.1rem!important}.season-stat-l{font-size:.64rem!important}.season-grid{gap:10px!important}.hm-stats-strip{justify-content:space-between;flex-wrap:wrap!important;gap:18px!important;padding:24px 16px!important}.hm-strip-item{text-align:center;flex:0 0 calc(50% - 9px)!important;padding:10px 4px!important}.hm-strip-div{display:none!important}.hm-strip-n{font-size:1.5rem!important}.hm-strip-l{font-size:.72rem}.color-ring{width:min(86vw,360px)!important;height:min(86vw,360px)!important}.color-ring-dot{width:18px!important;height:18px!important}.endure-modal,.quote-modal{border-radius:var(--radius-md);overflow-y:auto;width:calc(100vw - 24px)!important;max-width:none!important;max-height:88vh!important;padding:24px 20px!important}.quote-modal-overlay,.endure-modal-overlay{padding:12px}.ft-bottom{text-align:left;flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.ff label{font-size:.7rem}.ff input,.ff select,.ff textarea{font-size:16px}.cform{border-right:none!important}.cinfo{border-top:1px solid var(--rule);padding-top:32px;padding-left:0!important}section[style*="padding:clamp(120px,14vw"]{padding:64px 18px!important}.gal-mosaic{height:400px!important}.gal-mosaic-col{gap:14px!important;width:180px!important}.gal-m-card{width:180px!important}.gal-m-sm{height:150px!important}.gal-m-md{height:190px!important}.gal-m-lg{height:230px!important}.gal-m-xl{height:260px!important}.gal-mosaic-drift{gap:14px!important}.gal-filters{gap:8px!important}.gal-filter{padding:8px 18px!important;font-size:.74rem!important}.perk h3{font-size:1.05rem}.perk p{font-size:.85rem}.whyus-compare-row{padding:14px 12px!important;font-size:.78rem!important}.whyus-trust-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.whyus-trust-stat span{font-size:clamp(2rem,8vw,2.8rem)!important}.whyus-hero-title{font-size:clamp(2rem,8vw,3.2rem)!important}.whyus-stat-card{padding:20px 16px!important}.whyus-stat-card span{font-size:1.8rem!important}}@media (max-width:380px){.hm-title{font-size:clamp(1.7rem,9vw,2.4rem)!important}.hm-panel-h{font-size:clamp(1.5rem,8vw,2.1rem)!important}.ph-h{font-size:clamp(1.4rem,8vw,2rem)!important}.ch-h{font-size:clamp(1.35rem,7.5vw,1.9rem)!important}.hm-cta-primary,.hm-cta-ghost{padding:14px 24px!important;font-size:.92rem!important}.hm-strip-n{font-size:1.3rem!important}.perk h3{font-size:1rem}}@media (max-width:1024px){.home-advantage .perks-grid{grid-template-columns:repeat(2,1fr)}.cl-container{flex-direction:column;min-height:auto}.cl-pills{flex-flow:wrap;flex:none;gap:6px;padding:20px}}@media (max-width:900px){.rv-hero-vid video{background:0 0!important;width:100%!important;height:30vh!important;max-height:30vh!important}.doors-hero-video{background:0 0!important;height:20vh!important;max-height:20vh!important;transform:none!important}.rv-hero-vid-garage video{width:100%!important;height:45vh!important}.rv-hero-vid video,.rv-hero-vid-garage video{transform:none!important}.rv-blend-side{width:30px!important}.rv-blend-tb{height:24px!important}.hm-panel{height:85vh!important;min-height:360px!important}.hm-panel-h{letter-spacing:-.01em;font-size:clamp(1.6rem,8.5vw,2.8rem)!important}.hm-panel-content,.hm-panel-content-right,.hm-panel-content-center{inset:auto 24px 100px!important}.hm-panel-content-right{text-align:right}.hm-panel-content-center{text-align:center}.hm-prodline-grid{max-width:520px;grid-template-columns:1fr!important;margin-left:auto!important;margin-right:auto!important}.rv-card-img{min-height:200px;height:auto!important}.door-glass-grid{grid-template-columns:1fr!important}.door-glass-grid .rv-glass-vid{aspect-ratio:auto!important;border-radius:var(--radius-md)!important;background:#fff!important;max-width:100%!important;height:auto!important;margin:0 auto!important;overflow:hidden!important}.door-glass-grid .rv-glass-vid video{object-fit:contain!important;object-position:center center!important;filter:brightness(1.12)!important;background:#fff!important;width:100%!important;height:auto!important}.door-twin-grid{grid-template-columns:1fr!important}.door-stats-grid,.garage-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:24px!important}.garage-benefits-inner{grid-template-columns:1fr!important;gap:32px!important}.garage-mini-stats{grid-template-columns:1fr!important;gap:0!important}.whyus-factory-grid,.whyus-turnaround-grid{grid-template-columns:1fr!important;gap:32px!important}.whyus-turnaround-grid .rv-order-2,.whyus-turnaround-grid .rv-order-1{order:0!important}.whyus-showroom-grid{grid-template-columns:1fr!important;gap:28px!important}.season-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.glass-layout{gap:20px!important}.hm-test-viewport{height:clamp(400px,60vw,600px)}.gal-mosaic{height:560px}.builders-street-video video{object-fit:contain!important;max-height:60vh!important}.endure-card{flex:0 0 280px!important}.rv-dark-cta{margin-left:16px!important;margin-right:16px!important}}@media (max-width:640px){.rv-hero-vid video,.rv-hero-vid-garage video{background:0 0!important;width:100%!important;height:auto!important;max-height:30vh!important;transform:none!important}.doors-hero-video{height:18vh!important;max-height:18vh!important}.rv-blend-side{width:20px!important}.rv-blend-tb{height:16px!important}.hm-panel{height:70vh!important;min-height:300px!important}.hm-panel-h{font-size:clamp(1.4rem,9vw,2rem)!important}.hm-prodline-grid{grid-template-columns:1fr!important;gap:20px!important;max-width:100%!important;padding:0 14px!important}.rv-card-img{min-height:180px;height:auto!important}.rv-card-body{padding:20px 16px 24px!important}.hm-stats-strip{justify-content:space-between;flex-wrap:wrap!important;gap:18px!important;padding:24px 16px!important}.hm-strip-item{text-align:center;flex:0 0 calc(50% - 9px)!important;padding:10px 4px!important}.hm-strip-div{display:none!important}.hm-strip-n{font-size:1.5rem!important}.hm-strip-l{font-size:.72rem}.hm-stats{flex-direction:column!important;gap:0!important;padding:32px 16px!important}.hm-stat{border-bottom:1px solid #0000000f;flex:none!important;width:100%!important;padding:24px 16px!important}.hm-stat:last-child{border-bottom:none}.hm-stat-div{display:none!important}.hm-stat-n{font-size:clamp(2.2rem,10vw,3.5rem)!important}.home-advantage .perks-grid{grid-template-columns:1fr!important}.door-pillars{grid-template-columns:1fr!important;gap:20px!important;max-width:100%!important}.door-mat-card{padding:18px!important}.door-mat-card .rv-card-img{min-height:200px;height:auto!important}.door-mat-card img{display:block;width:auto!important;height:auto!important;max-height:220px!important;margin:0 auto!important}.door-glass-grid{grid-template-columns:1fr!important;gap:24px!important}.door-glass-grid>div:first-child{text-align:center!important}.door-glass-grid>div:first-child>div{max-width:100%!important;margin:0 auto!important}.door-glass-grid>div:first-child p{max-width:100%!important}.door-twin-grid{grid-template-columns:1fr!important;gap:20px!important}.door-stats-grid,.garage-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.rv-stat-n{font-size:clamp(1.6rem,6vw,2.2rem)!important}.garage-feat{grid-template-columns:1fr!important;gap:24px!important}.garage-feat .garage-vid{aspect-ratio:16/10!important;width:100%!important;height:auto!important;max-height:none!important}.garage-feat .garage-vid video{object-fit:contain!important;width:100%!important;height:100%!important}.op-section{margin:0!important;padding:20px 16px!important}.garage-benefits-inner{grid-template-columns:1fr!important;gap:24px!important}.benefits-card{margin:0!important}.benefits-card>div{padding:24px 16px!important}.garage-mini-stats{grid-template-columns:1fr!important;gap:0!important}.led-border{width:700px!important;height:700px!important;margin:-350px 0 0 -350px!important}.whyus-hero-title{font-size:clamp(1.8rem,7vw,2.8rem)!important}.whyus-factory-grid,.whyus-turnaround-grid,.whyus-showroom-grid{grid-template-columns:1fr!important;gap:28px!important}.whyus-turnaround-grid>*{order:0!important}.whyus-stat-card{padding:18px 14px!important}.whyus-stat-card .rv-stat-val{font-size:1.8rem!important}.whyus-compare-row{padding:14px 10px!important;font-size:.75rem!important;line-height:1.3!important}.whyus-showroom-grid img{border-radius:var(--radius-md)!important;height:clamp(240px,50vw,320px)!important}.whyus-trust-grid{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.whyus-trust-stat span{font-size:clamp(1.8rem,7vw,2.6rem)!important}.season-grid{grid-template-columns:1fr!important;gap:14px!important;padding:0 14px!important}.season-card{padding:18px 16px!important}.glass-layout{grid-template-columns:1fr!important;gap:24px!important}.glass-center{order:-1;margin-bottom:12px}.glass-center img{margin:0 auto;display:block;max-width:280px!important;max-height:280px!important}.glass-corner{text-align:left!important;max-width:none!important;padding:0 20px!important}.glass-corner-title{font-size:1.2rem!important}.glass-corner-desc{font-size:.85rem!important;line-height:1.65!important}.series-grid{gap:40px!important;padding:0 16px!important}.series-img{aspect-ratio:auto!important;background:0 0!important;max-height:60vw!important;overflow:visible!important}.series-img img{object-fit:contain!important;mix-blend-mode:multiply!important;background:0 0!important;max-height:60vw!important}.series-body{max-width:100%!important;padding:0 16px!important}.series-desc{padding:0 4px!important;font-size:.88rem!important;line-height:1.65!important}.series-title{font-size:1.35rem!important}.series-tag{padding:5px 12px!important;font-size:.62rem!important}.series-card.series-card-wide{gap:16px!important;margin-top:16px!important;padding:24px 16px!important}.series-card.series-card-wide .series-img{background:0 0!important;width:100%!important;height:auto!important;max-height:60vw!important}.series-card.series-card-wide .series-img img{mix-blend-mode:multiply!important;background:0 0!important;width:auto!important;max-height:60vw!important}.series-card.series-card-wide .series-body{max-width:100%!important;padding:0 8px!important}section[style*="overflow: hidden"]{overflow:hidden!important}.ch-h{word-break:break-word!important;overflow-wrap:break-word!important}.color-ring{width:min(88vw,340px)!important;height:min(88vw,340px)!important}.color-ring-dot{width:16px!important;height:16px!important}.showcase{padding:clamp(36px,5vw,56px) 0!important}.hm-panel.hm-panel-blend{height:auto!important;min-height:auto!important}.hm-panel.hm-panel-blend video{object-fit:contain!important;width:100%!important;height:auto!important;max-height:55vh!important}.builders-street-video{height:auto!important;min-height:auto!important}.builders-street-video video{height:auto!important;max-height:50vh!important}.ch-estimate{padding:36px 16px!important}.est-form{flex-direction:column!important;padding:0!important}.est-form input,.est-form select{width:100%!important;min-width:0!important}.est-btn{width:100%!important}.gal-hero{padding:100px 16px clamp(24px,3vw,36px)!important}.gal-hero h1{font-size:clamp(2.2rem,8vw,3.5rem)!important}.gal-mosaic{height:350px!important}.gal-mosaic-col{gap:12px!important;width:160px!important}.gal-m-card{width:160px!important}.gal-m-sm{height:130px!important}.gal-m-md{height:170px!important}.gal-m-lg{height:210px!important}.gal-m-xl{height:240px!important}.gal-mosaic-drift{gap:12px!important}.cl-container{flex-direction:column!important;min-height:auto!important;margin:0 14px!important}.cl-pills{flex-flow:wrap!important;gap:6px!important;padding:16px!important}.cl-pill{padding:8px 14px!important;font-size:.76rem!important}.cl-viewer,.cl-viewer model-viewer{min-height:320px!important}.endure-card{flex:0 0 240px!important}.endure-card-img{height:180px!important}.endure-scroll{padding:0 14px}.endure-arrows{padding:12px 14px 0!important}.hm-ticker{padding:10px 0!important}.hm-ticker-track span{font-size:.78rem!important}.rv-dark-cta{border-radius:var(--radius-md)!important;margin-left:8px!important;margin-right:8px!important;padding:36px 18px!important}.hm-test-viewport{height:280px}.hm-test-col{gap:10px!important}.hm-test-card{width:130px!important;min-width:130px!important}.hm-test-card-sm{height:110px!important;min-height:110px!important}.hm-test-card-md{height:140px!important;min-height:140px!important}.hm-test-card-lg{height:170px!important;min-height:170px!important}.hm-test-card-xl{height:200px!important;min-height:200px!important}.hm-test-quote{font-size:.6rem!important}.hm-test-name{font-size:.55rem!important}.hm-test-role{font-size:.48rem!important}.pg-gallery{padding:clamp(32px,4vw,48px) 0!important}.pg-gallery-head{margin-bottom:24px!important;padding:0 16px!important}.endure-modal{padding:28px 20px!important}#nav-drawer{top:62px!important}.rv-section{padding:32px 14px!important}}@media (max-width:380px){.whyus-hero-title{font-size:clamp(1.5rem,8vw,2.2rem)!important}.section-title{font-size:clamp(1.4rem,7vw,1.8rem)!important}.season-card{padding:14px 12px!important}.season-icon{font-size:1.2rem!important}.season-title{font-size:.92rem!important}.season-list li{padding:4px 0 4px 12px!important;font-size:.7rem!important}.season-stat-n{font-size:1rem!important}.door-mat-card img{max-height:180px!important}.series-card .series-img{min-height:150px!important}.whyus-compare-row{padding:10px 8px!important;font-size:.7rem!important}.gal-mosaic{height:280px!important}.gal-mosaic-col{gap:10px!important;width:140px!important}.gal-m-card{width:140px!important}.gal-m-sm{height:110px!important}.gal-m-md{height:140px!important}.gal-m-lg{height:170px!important}.gal-m-xl{height:200px!important}.endure-card{flex:0 0 220px!important}.endure-card-img{height:150px!important}.hm-test-card{width:130px!important;min-width:130px!important}.hm-test-quote{font-size:.6rem!important}.hm-strip-n{font-size:1.2rem!important}.hm-strip-l{font-size:.6rem!important}.rv-dark-cta h2{font-size:clamp(1.5rem,7vw,2.2rem)!important}}@media (max-width:1024px){.homepage .perks-grid{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}.homepage .home-advantage .perk{will-change:auto!important;animation:none!important}.homepage .home-advantage .perk:hover{transform:none!important}}@media (max-width:900px){.homepage .hm-hero-text{width:100%!important;padding:0 16px!important}.homepage .hm-title{font-size:clamp(1.8rem,7vw,4rem)!important}.homepage .hm-word{line-height:.95!important;display:inline-block!important}.homepage .hm-hero-badge{font-size:.65rem!important}.homepage .hm-ticker{padding:10px 0!important}.homepage .hm-stats-strip{flex-wrap:nowrap!important;gap:clamp(8px,1.5vw,20px)!important;padding:clamp(14px,2vw,24px) 16px!important}.homepage .hm-strip-div{background:var(--rule)!important;width:1px!important;height:28px!important;display:block!important}.homepage .hm-strip-item{flex:1!important;padding:4px 2px!important}.homepage .hm-strip-n{white-space:nowrap!important;font-size:clamp(1.5rem,3.5vw,2.6rem)!important}.homepage .hm-strip-l{font-size:clamp(.48rem,.7vw,.62rem)!important}.homepage .hm-panel{height:85vh!important;min-height:480px!important;position:relative!important}.homepage .hm-panel-h{margin-bottom:16px!important;font-size:clamp(1.5rem,4vw,2.8rem)!important}.homepage .hm-panel-label{margin-bottom:8px!important;font-size:.65rem!important}.homepage .home-advantage{padding:clamp(28px,4vw,48px) 16px!important}.homepage .perks-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;margin-top:24px!important}.homepage .perk{padding:20px 18px!important}.homepage .hm-prodline-grid{max-width:100%!important;margin-left:auto!important;margin-right:auto!important}.homepage .hm-prodline-windows,.homepage .hm-prodline-doors,.homepage .hm-prodline-garage{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.homepage .hm-prodline-grid .rv-card-img{height:auto!important;min-height:140px!important;padding:16px!important}.homepage .hm-prodline-grid .rv-card-body{padding:14px 16px 18px!important}.homepage .hm-card-tag{padding:4px 10px!important;font-size:.6rem!important}.homepage .hm-card-desc{font-size:.85rem!important;line-height:1.55!important}.homepage .hm-spec-val{font-size:.95rem!important}.homepage .hm-spec-label{font-size:.55rem!important}.homepage .hm-card-title{font-size:1.1rem!important}.homepage .hm-card-badge{font-size:.58rem!important}.homepage section[style*="padding:clamp(48px"]{padding:clamp(24px,3vw,40px) 0!important}.homepage section[style*="padding:clamp(48px"]>div:first-child{margin-bottom:clamp(16px,2.5vw,28px)!important}.homepage .hm-stats{flex-flow:wrap!important;gap:12px!important;padding:clamp(20px,3vw,36px) 16px!important;display:flex!important}.homepage .hm-stat{border-bottom:none!important;flex:0 0 calc(50% - 6px)!important;width:auto!important;padding:20px 12px!important}.homepage .hm-stat-div{display:none!important}.homepage .hm-stat-n{font-size:clamp(2rem,4.5vw,3.2rem)!important}.homepage .hm-testimonials{padding:clamp(24px,3vw,40px) 0!important}.homepage .hm-test-head{margin-bottom:24px!important}.homepage .hm-test-viewport{height:clamp(320px,45vw,480px)!important}.homepage .hm-cta-band{padding:clamp(24px,3.5vw,40px) 16px!important}.homepage .hm-cta-h{margin-bottom:16px!important;font-size:clamp(1.6rem,5vw,3rem)!important}.homepage .hm-cta-form{flex-direction:column!important;align-items:stretch!important;padding:0 16px!important}.homepage .hm-cta-form input,.homepage .hm-cta-form select,.homepage .hm-cta-form button{flex:none!important;width:100%!important;min-width:0!important}}@media (max-width:640px){.homepage .hm-hero{padding-top:90px!important}.homepage .hm-hero-text{margin-bottom:-20px!important;padding:12px 20px 0!important}.homepage .hm-title{font-size:clamp(2rem,9vw,3rem)!important;line-height:.95!important}.homepage .hm-hero-badge{margin-bottom:16px!important;padding:5px 16px!important;font-size:.6rem!important}.homepage .hm-hero-bg{width:100%!important;margin-top:12px!important}.homepage .hm-hero-links{flex-wrap:wrap!important;justify-content:center!important;gap:12px!important;padding:32px 20px 28px!important}.homepage .hm-cta-primary,.homepage .hm-cta-ghost{min-width:160px!important;min-height:44px!important;padding:14px 28px!important;font-size:.88rem!important}.homepage .hm-ticker{margin-bottom:0!important;padding:8px 0!important}.homepage .hm-ticker-track span{font-size:.65rem!important}.homepage .hm-stats-strip{flex-wrap:wrap!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important;padding:24px 20px!important}.homepage .hm-strip-item{text-align:center!important;flex:0 0 calc(50% - 6px)!important;padding:12px 8px!important}.homepage .hm-strip-div{display:none!important}.homepage .hm-strip-n{font-size:clamp(1.5rem,5.5vw,2.2rem)!important}.homepage .hm-strip-l{margin-top:4px!important;font-size:.58rem!important}.homepage .hm-panel{background:#fff!important;flex-direction:column!important;height:auto!important;min-height:auto!important;max-height:none!important;margin-bottom:10px!important;padding:0!important;display:flex!important;position:relative!important;overflow:visible!important}.homepage .hm-panel-bg{object-fit:contain!important;width:100%!important;height:auto!important;min-height:280px!important;padding:0!important;position:relative!important;inset:auto!important}.homepage video.hm-panel-bg{min-height:280px!important;padding:2vh 2vw!important}.homepage .hm-panel-content,.homepage .hm-panel-content-right,.homepage .hm-panel-content-center{z-index:2!important;max-width:100%!important;padding:14px 20px 0!important;position:relative!important;inset:auto!important}.homepage .hm-panel-content-right{text-align:right!important}.homepage .hm-panel-content-left{text-align:left!important}.homepage .hm-panel-content-center{text-align:center!important}.homepage .hm-panel-label{margin-bottom:2px!important;font-size:.6rem!important}.homepage .hm-panel-h{white-space:normal!important;letter-spacing:-.03em!important;margin-bottom:0!important;font-size:clamp(1.8rem,7vw,2.6rem)!important;line-height:.95!important}.homepage .hm-panel-link-wrap{z-index:2!important;text-align:center!important;padding:24px 20px 40px!important;position:relative!important}.homepage .hm-panel-link{padding:14px 36px!important;font-size:.85rem!important}.homepage .hm-panel-edge-l,.homepage .hm-panel-edge-r{width:30px!important}.homepage .hm-panel-blend:before,.homepage .hm-panel-blend:after{height:20px!important}.homepage .hm-stats-strip+.hm-panel{margin-top:0!important}.homepage .home-advantage:before,.homepage.home-advantage:before{content:""!important;background:#0000001f!important;width:80px!important;height:1px!important;margin:0 auto 32px!important;display:block!important}.homepage .home-advantage,.homepage.home-advantage{margin-top:16px!important;padding:clamp(36px,6vw,56px) 0!important;overflow:hidden!important}.homepage .home-advantage .ch-h,.homepage.home-advantage .ch-h{margin-bottom:8px!important;padding:0 20px!important;font-size:clamp(1.6rem,6vw,2.2rem)!important}.homepage .home-advantage .ch-label,.homepage.home-advantage .ch-label{margin-bottom:10px!important;padding:0 20px!important;font-size:.65rem!important}.homepage .home-advantage .center p[style*=\.97rem]{margin-top:8px!important;margin-bottom:0!important;padding:0 20px!important;font-size:.9rem!important;line-height:1.65!important}.homepage .home-advantage .center{padding:0 20px!important}.homepage .perks-grid{box-sizing:border-box!important;grid-template-columns:1fr!important;gap:16px!important;max-width:100%!important;margin-top:28px!important;padding:0 20px!important}.homepage .perk{border-radius:var(--radius-md)!important;border:1px solid #0000000f!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;padding:24px 22px!important;animation:none!important;display:flex!important;box-shadow:0 2px 12px #0000000a!important}.homepage .perk:after{display:none!important}.homepage .perk-ico{border-radius:var(--radius-sm)!important;background:#4b286d0f!important;width:48px!important;min-width:48px!important;height:48px!important;margin-bottom:16px!important}.homepage .perk-ico svg{width:22px!important;height:22px!important;stroke:var(--accent)!important}.homepage .perk h3{margin-bottom:10px!important;font-size:1.05rem!important;font-weight:700!important;line-height:1.3!important}.homepage .perk p{color:#00000080!important;margin:0!important;font-size:.88rem!important;font-weight:300!important;line-height:1.7!important}.homepage section[style*="padding:clamp(48px"]{padding:clamp(36px,6vw,56px) 0!important}.homepage section[style*="padding:clamp(48px"]>div:first-child{margin-bottom:clamp(24px,4vw,36px)!important;padding:0 20px!important}.homepage section[style*="padding:clamp(48px"] .ch-h{font-size:clamp(1.6rem,6vw,2.4rem)!important}.homepage section[style*="padding:clamp(48px"] p[style*="1.05rem"]{margin-top:10px!important;font-size:.9rem!important;line-height:1.6!important}.homepage section[style*="padding:clamp(48px"] p[style*=uppercase]{margin-top:clamp(32px,6vw,48px)!important;margin-bottom:20px!important}.homepage .hm-prodline-grid{max-width:100%!important;margin-bottom:clamp(36px,6vw,56px)!important;padding:0 20px!important}.homepage .hm-prodline-grid:after{content:""!important;background:#0000001f!important;width:80px!important;height:1px!important;margin:32px auto 0!important;display:block!important}.homepage .hm-prodline-windows,.homepage .hm-prodline-doors,.homepage .hm-prodline-garage{grid-template-columns:1fr!important;gap:28px!important}.homepage .hm-prodline-garage:after{display:none!important}.homepage .hm-prodline-windows .hm-prod-card{border-radius:var(--radius-lg)!important;overflow:hidden!important}.homepage .hm-prodline-windows .rv-card-img{height:auto!important;min-height:200px!important;padding:32px 20px 20px!important}.homepage .hm-prodline-windows .rv-card-img img{max-width:100%!important;max-height:200px!important;margin-top:8px!important}.homepage .hm-prodline-windows .hm-card-tag{padding:5px 12px!important;font-size:.65rem!important}.homepage .hm-prodline-windows .rv-card-body{padding:20px 22px 24px!important}.homepage .hm-prodline-windows .hm-card-desc{font-size:.9rem!important;line-height:1.65!important}.homepage .hm-prodline-windows .hm-card-specs{gap:20px!important;margin-top:16px!important}.homepage .hm-prodline-windows .hm-spec-val{font-size:1rem!important}.homepage .hm-prodline-windows .hm-spec-label{font-size:.6rem!important}.homepage .hm-prodline-doors .door-mat-card{border:1px solid var(--rule)!important;border-radius:var(--radius-lg)!important;background:var(--white)!important;padding:20px!important;overflow:visible!important}.homepage .hm-prodline-doors .rv-card-img{border-radius:var(--radius-md)!important;height:auto!important;min-height:220px!important;margin-bottom:16px!important;overflow:hidden!important}.homepage .hm-prodline-doors .rv-card-img img{width:auto!important;max-width:100%!important;height:auto!important;max-height:220px!important;margin:0 auto!important;display:block!important}.homepage .hm-prodline-doors .hm-card-badge-row{margin-bottom:8px!important}.homepage .hm-prodline-doors .hm-card-badge{padding:4px 10px!important;font-size:.62rem!important}.homepage .hm-prodline-doors .hm-card-title{margin-bottom:8px!important;font-size:1.2rem!important}.homepage .hm-prodline-doors .hm-card-desc{margin-bottom:16px!important;font-size:.88rem!important;line-height:1.65!important}.homepage .hm-prodline-doors .hm-card-specs{gap:16px!important;margin-top:auto!important}.homepage .hm-prodline-doors .hm-spec-val{font-size:1.05rem!important}.homepage .hm-prodline-doors .hm-spec-label{font-size:.6rem!important}.homepage .hm-prodline-garage .hm-prod-card{border-radius:var(--radius-lg)!important;overflow:hidden!important}.homepage .hm-prodline-garage .rv-card-img{height:auto!important;min-height:170px!important;padding:24px 24px 0!important}.homepage .hm-prodline-garage .rv-card-img img{max-width:90%!important;max-height:170px!important;margin-top:6px!important}.homepage .hm-prodline-garage .hm-card-tag{padding:4px 10px!important;font-size:.6rem!important;top:12px!important;left:12px!important}.homepage .hm-prodline-garage .rv-card-body{padding:18px 22px 22px!important}.homepage .hm-prodline-garage .hm-card-desc{font-size:.9rem!important;line-height:1.65!important}.homepage .hm-prodline-garage .hm-card-specs{gap:18px!important;margin-top:14px!important}.homepage .hm-prodline-garage .hm-spec-val{font-size:.95rem!important}.homepage .hm-prodline-garage .hm-spec-label{font-size:.6rem!important}.homepage .hm-stats{flex-flow:wrap!important;gap:12px!important;padding:clamp(24px,4vw,36px) 20px!important;display:flex!important}.homepage .hm-stat{border-bottom:none!important;flex:0 0 calc(50% - 6px)!important;width:auto!important;padding:20px 14px!important}.homepage .hm-stat-div{display:none!important}.homepage .hm-stat-n{font-size:clamp(1.8rem,6vw,2.6rem)!important}.homepage .hm-stat-l{font-size:.6rem!important}.homepage .hm-testimonials{padding:clamp(24px,4vw,36px) 0!important}.homepage .hm-test-head{margin-bottom:16px!important;padding:0 20px!important}.homepage .hm-test-viewport{height:280px!important}.homepage .hm-test-drift,.homepage .hm-test-col{gap:10px!important}.homepage .hm-test-card{width:130px!important;min-width:130px!important;padding:10px 8px!important}.homepage .hm-test-card-sm{height:110px!important;min-height:auto!important}.homepage .hm-test-card-md{height:140px!important;min-height:auto!important}.homepage .hm-test-card-lg{height:170px!important;min-height:auto!important}.homepage .hm-test-card-xl{height:200px!important;min-height:auto!important}.homepage .hm-test-quote{font-size:.6rem!important;line-height:1.35!important}.homepage .hm-test-quote-mark{margin-bottom:3px!important;font-size:1rem!important}.homepage .hm-test-stars{margin-bottom:4px!important;font-size:.55rem!important}.homepage .hm-test-name{font-size:.55rem!important}.homepage .hm-test-role{font-size:.48rem!important}.homepage .hm-test-avatar{width:18px!important;height:18px!important;font-size:.5rem!important}.homepage .hm-test-head .ch-h{font-size:clamp(1.4rem,5vw,2.2rem)!important}.homepage .hm-test-head .ch-label{font-size:.65rem!important}.homepage .hm-cta-band{padding:clamp(36px,5vw,48px) 20px!important}.homepage .hm-cta-h{margin-bottom:18px!important;font-size:clamp(1.5rem,6vw,2.4rem)!important}.homepage .hm-cta-form{flex-direction:column!important;gap:10px!important;max-width:100%!important;padding:0!important}.homepage .hm-cta-form input,.homepage .hm-cta-form select{flex:none!important;width:100%!important}.homepage .hm-cta-form button{width:100%!important;margin-top:6px!important}}@media (max-width:380px){.homepage .hm-title{font-size:clamp(1.6rem,8vw,2.2rem)!important}.homepage .hm-cta-primary,.homepage .hm-cta-ghost{min-width:140px!important;padding:12px 22px!important;font-size:.82rem!important}.homepage .hm-panel-bg{min-height:240px!important;padding:6vw 10vw!important}.homepage .hm-panel-h{font-size:clamp(1.5rem,6.5vw,2rem)!important}.homepage .hm-panel-link{padding:10px 24px!important;font-size:.78rem!important}.homepage .hm-panel-label{margin-bottom:4px!important;font-size:.55rem!important}.homepage .hm-panel-content,.homepage .hm-panel-content-right,.homepage .hm-panel-content-center{padding:16px 16px 0!important}.homepage .hm-stats-strip{padding:18px 14px!important}.homepage .hm-strip-n{font-size:clamp(1.2rem,4.5vw,1.8rem)!important}.homepage .hm-strip-l{font-size:.5rem!important}.homepage .hm-stat{padding:16px 10px!important}.homepage .hm-stat-n{font-size:clamp(1.5rem,5.5vw,2rem)!important}.homepage .hm-stat-l{font-size:.52rem!important}.homepage .home-advantage{padding:28px 14px!important}.homepage .perks-grid{gap:14px!important;margin-top:22px!important}.homepage .perk{padding:20px 18px!important}.homepage .perk h3{margin-bottom:8px!important;font-size:.97rem!important}.homepage .perk p{font-size:.82rem!important;line-height:1.65!important}.homepage .perk-ico{width:42px!important;min-width:42px!important;height:42px!important;margin-bottom:14px!important}.homepage .perk-ico svg{width:20px!important;height:20px!important}.homepage .hm-prodline-grid{margin-bottom:clamp(28px,5vw,40px)!important;padding:0 14px!important}.homepage .hm-prodline-windows,.homepage .hm-prodline-doors,.homepage .hm-prodline-garage{gap:22px!important}.homepage .hm-prodline-grid .rv-card-img{min-height:160px!important;padding:18px!important}.homepage .hm-prodline-grid .rv-card-img img{max-height:160px!important}.homepage .hm-prodline-grid .rv-card-body{padding:16px 18px 20px!important}.homepage .hm-card-desc{font-size:.82rem!important}.homepage .hm-card-title{font-size:1.05rem!important}.homepage .hm-spec-val{font-size:.9rem!important}.homepage .hm-spec-label{font-size:.52rem!important}.homepage section[style*="padding:clamp(48px"]{padding:clamp(24px,4vw,36px) 0!important}.homepage section[style*="padding:clamp(48px"]>div:first-child{margin-bottom:16px!important}.homepage section[style*="padding:clamp(48px"] .ch-h{font-size:clamp(1.3rem,5vw,1.9rem)!important}.homepage .hm-test-card{width:130px!important;min-width:130px!important;padding:10px 8px!important}.homepage .hm-test-quote{font-size:.6rem!important}.homepage .hm-cta-h{font-size:clamp(1.2rem,5vw,1.8rem)!important}.homepage .hm-cta-band{padding:28px 14px!important}}.admin-layout{min-height:100vh;font-family:var(--font-b);background:#f8f7fc;display:flex}.admin-overlay{z-index:999;background:#0006;position:fixed;inset:0}.admin-sidebar{z-index:1000;background:#fff;border-right:1px solid #0000000f;flex-direction:column;width:260px;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.admin-brand{border-bottom:1px solid #0000000f;align-items:center;gap:12px;padding:28px 24px 20px;display:flex}.admin-logo{width:auto;height:22px}.admin-badge{background:var(--accent);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.6rem;font-weight:700}.admin-nav{flex:1;padding:12px 0}.admin-nav-item{color:#00000080;border-left:3px solid #0000;align-items:center;gap:12px;margin:2px 0;padding:11px 24px;font-size:.88rem;font-weight:450;text-decoration:none;transition:all .15s;display:flex}.admin-nav-item:hover{color:var(--ink);background:#4b286d08}.admin-nav-item.active{color:var(--accent);border-left-color:var(--accent);background:#4b286d0f;font-weight:600}.admin-badge-count{color:#fff;text-align:center;background:#ef4444;border-radius:10px;min-width:18px;margin-left:auto;padding:2px 7px;font-size:.65rem;font-weight:700}.admin-sidebar-footer{padding:16px 24px 24px}.admin-divider{background:#0000000f;height:1px;margin-bottom:16px}.admin-logout-btn{color:#00000073;cursor:pointer;background:0 0;border:1px solid #00000014;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px;font-size:.82rem;font-weight:450;transition:all .15s;display:flex}.admin-logout-btn:hover{color:#ef4444;background:#ef44440d;border-color:#ef444433}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-topbar{z-index:100;background:#fff;border-bottom:1px solid #0000000f;align-items:center;gap:16px;padding:16px 32px;display:flex;position:sticky;top:0}.admin-menu-toggle{color:var(--ink);cursor:pointer;background:0 0;border:none;padding:4px;display:none}.admin-page-title{color:var(--ink);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:700}.admin-view-site{color:var(--accent);border:1px solid #4b286d33;border-radius:6px;margin-left:auto;padding:6px 14px;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .15s}.admin-view-site:hover{background:#4b286d0f}.admin-content{flex:1;padding:28px 32px}.admin-card{background:#fff;border:1px solid #0000000f;border-radius:12px;overflow:hidden}.admin-card-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:18px 24px;display:flex}.admin-card-header h3{color:var(--ink);margin:0;font-size:.92rem;font-weight:650}.admin-card-body{padding:20px 24px}.admin-stat-card{background:#fff;border:1px solid #0000000f;border-radius:12px;padding:24px 20px;position:relative;overflow:hidden}.admin-stat-card:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.admin-stat-label{color:#0006;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.75rem;font-weight:500}.admin-stat-value{font-size:2rem;font-weight:700;font-family:var(--font-d);letter-spacing:-.02em}.admin-table{border-collapse:collapse;width:100%}.admin-table th{color:#00000059;text-align:left;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #0000000f;padding:12px 20px;font-size:.72rem;font-weight:600}.admin-table td{border-bottom:1px solid #0000000a;padding:14px 20px;font-size:.88rem}.admin-product-badge{color:var(--accent);background:#4b286d14;border-radius:6px;padding:4px 12px;font-size:.78rem;font-weight:500;display:inline-block}.admin-btn{cursor:pointer;border:none;border-radius:8px;padding:8px 18px;font-size:.82rem;font-weight:550;transition:all .15s}.admin-btn-primary{color:#fff;background:linear-gradient(135deg,#6c3ce0,#8b5cf6);box-shadow:0 2px 8px #6c3ce040}.admin-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6c3ce059}.admin-btn-ghost{color:#0009;background:0 0;border:1px solid #0000001a}.admin-btn-ghost:hover{background:#00000008;border-color:#00000026}.admin-btn-danger{color:#ef4444;background:#ef44440f;border:1px solid #ef444426}.admin-btn-danger:hover{background:#ef44441f}.admin-input{width:100%;color:var(--ink);box-sizing:border-box;background:#fff;border:1px solid #0000001a;border-radius:8px;padding:11px 16px;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.admin-input:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #4b286d14}.admin-input::placeholder{color:#0000004d}.admin-label{color:#00000080;margin-bottom:6px;font-size:.78rem;font-weight:500;display:block}.admin-toggle{cursor:pointer;border:none;border-radius:13px;width:48px;height:26px;transition:background .2s;position:relative}.admin-toggle.on{background:var(--accent)}.admin-toggle.off{background:#0000001f}.admin-toggle-knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:left .2s;position:absolute;top:3px;box-shadow:0 1px 3px #0000001a}.admin-lead-row{border-bottom:1px solid #0000000a;transition:background .1s}.admin-lead-row:hover{background:#4b286d05}.admin-lead-header{cursor:pointer;flex-wrap:wrap;align-items:center;gap:16px;padding:14px 24px;display:flex}.admin-unread-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.admin-lead-detail{flex-direction:column;gap:12px;padding:0 24px 20px 48px;display:flex}@media (max-width:768px){.admin-sidebar{box-shadow:none;transition:left .25s;position:fixed;top:0;bottom:0;left:-260px}.admin-sidebar.open{left:0;box-shadow:8px 0 32px #0000001a}.admin-menu-toggle{display:block!important}.admin-content{padding:20px 16px}.admin-topbar{padding:14px 16px}.admin-upload-grid{grid-template-columns:1fr!important}}.admin-dropzone{text-align:center;background:#4b286d03;border:2px dashed #0000001a;border-radius:12px;margin-bottom:20px;padding:32px;transition:all .2s}.admin-dropzone.active{border-color:var(--accent);background:#4b286d0a}.admin-dropzone-text{color:#0006;margin:12px 0 4px;font-size:.92rem;font-weight:500}.admin-dropzone-sub{color:#00000040;font-size:.78rem}.admin-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.admin-gallery-item{background:#fff;border:1px solid #0000000f;border-radius:12px;position:relative;overflow:hidden}.admin-gallery-img{object-fit:cover;width:100%;height:180px;display:block}.admin-gallery-info{justify-content:space-between;align-items:center;gap:8px;padding:12px 14px 8px;display:flex}.admin-gallery-title{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:.82rem;font-weight:500;overflow:hidden}.admin-gallery-actions{gap:6px;padding:0 14px 12px;display:flex}.admin-gallery-replace{border-top:1px solid #0000000a;padding:8px 14px 12px}
