@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
:root{--brand-orange:#F5612F;--orange-cta:#CC4418;--orange-tint:#FEF0EA;--ink:#1F1D1D;--charcoal:#2B2929;--muted:#676464;--line:#E7E2DC;--canvas:#FAF9F7;--tile:#F3F0EB;--white:#FFFFFF}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--charcoal);font:14px/1.6 Poppins,sans-serif}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button,a{transition:background .2s,box-shadow .2s,transform .2s}button{color:var(--charcoal)}:focus-visible{outline:2px solid var(--brand-orange);outline-offset:2px}button,.button,select,input{min-height:44px}button,.button{border-radius:8px;border:1px solid var(--line);background:var(--white);padding:10px 16px;font-weight:600;letter-spacing:.02em}.primary{background:var(--orange-cta);color:white;border-color:var(--orange-cta)}.primary:hover{background:#B33A12;color:white}.secondary{border-color:var(--charcoal)}.text-button{border:0;background:none;padding:8px 0;text-decoration:underline;font-weight:400}.wrap{max-width:1328px;margin:auto;padding:0 24px}.skip{position:fixed;top:-100px;z-index:100;background:white;padding:16px}.skip:focus{top:0}header{position:sticky;top:0;z-index:30;background:white;border-bottom:1px solid var(--line)}.header-row{display:flex;align-items:center;gap:22px;min-height:100px}.logo{width:157px;height:52px;object-fit:contain}.main-nav{display:flex;gap:20px;align-items:center;flex:1;justify-content:center}.main-nav a{font-size:12px;font-weight:500;max-width:104px;line-height:1.5;padding:16px 0}.main-nav .active{color:var(--orange-cta);border-bottom:2px solid var(--brand-orange)}.header-actions{display:flex;align-items:center;gap:12px}.phone{font-size:13px;font-weight:600;white-space:nowrap}.icon-button{padding:10px;border:0;position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:44px;background:none}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle}.badge{position:absolute;right:0;top:0;border-radius:20px;background:var(--orange-cta);color:white;min-width:18px;font-size:10px;line-height:18px}.mobile-only{display:none}.trust{background:var(--tile);border-bottom:1px solid var(--line)}.trust .wrap{display:flex;justify-content:space-between;gap:28px;padding-top:11px;padding-bottom:11px;white-space:nowrap;font-size:11px}.trust span{display:flex;align-items:center;gap:8px}.trust .icon{width:17px;height:17px;color:var(--orange-cta)}.breadcrumb{font-size:12px;color:var(--muted);padding:25px 0;display:flex;gap:10px;flex-wrap:wrap}h1,h2,h3,p{margin:0}h1{font-size:40px;line-height:1.2;font-weight:600;letter-spacing:-.02em;color:var(--ink)}h2{font-size:28px;line-height:36px;font-weight:600;letter-spacing:-.02em}h3{font-size:18px;line-height:26px;font-weight:600}.intro{display:flex;align-items:center;justify-content:space-between;gap:40px;margin:8px 0 32px}.intro p{margin-top:16px;max-width:760px;color:var(--muted);font-size:14px}.urgent{background:var(--orange-tint);padding:20px 24px;border-radius:12px;flex:0 0 292px}.urgent strong{display:block;font-size:16px;margin-bottom:4px}.urgent p{font-size:12px;margin:0;color:var(--charcoal)}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.types{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin:14px 0 36px}.type-tile{text-align:left;display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;padding:14px 10px;border-radius:10px;font-size:12px;letter-spacing:0}.type-tile img{width:48px;height:60px;object-fit:contain;mix-blend-mode:multiply}.type-tile small{display:block;font-size:11px;color:var(--muted);font-weight:400}.type-tile.selected{border-color:var(--orange-cta);background:var(--orange-tint)}.shop-layout{display:grid;grid-template-columns:264px minmax(0,1fr);gap:32px}.filter-head{display:flex;align-items:center;justify-content:space-between}.filter-head h2{font-size:18px}.filters fieldset{padding:20px 0;margin:0;border:0;border-top:1px solid var(--line)}.filters legend{width:100%;font-weight:600;margin-bottom:12px}.filters label{display:flex;gap:8px;align-items:center;font-size:12px;min-height:44px;cursor:pointer}.filters input{min-height:18px;width:16px;height:16px;accent-color:var(--orange-cta)}.filters label span{margin-left:auto;color:var(--muted)}.filters select{width:100%;padding:8px;background:white;border:1px solid var(--line);border-radius:8px;font-size:12px}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 20px;min-height:44px}.toolbar select{border:1px solid var(--line);border-radius:8px;padding:8px 12px;background:white;font-size:12px}.toolbar label{font-size:12px;color:var(--muted)}.chips-active{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}.chips-active:empty{display:none}.chips-active button{background:var(--orange-tint);font-size:11px;min-height:32px;padding:4px 10px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.product-card{display:flex;flex-direction:column;background:white;border:1px solid var(--line);border-radius:12px;padding:12px;min-width:0;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 1px 2px rgba(43,41,41,.06),0 8px 24px rgba(43,41,41,.08)}.image-tile{background:var(--tile);aspect-ratio:1;border-radius:10px;padding:16px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.image-tile img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.brand{color:var(--muted);font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.product-card h3{font-size:13px;line-height:20px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:40px}.spec-chips{display:flex;flex-wrap:wrap;gap:5px;margin:12px 0}.spec-chips span{font-size:10px;padding:3px 7px;background:var(--canvas);border:1px solid var(--line);border-radius:999px}.card-bottom{margin-top:auto;padding-top:6px}.price{font-size:22px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--ink)}.stock{font-size:11px;margin:3px 0 14px;display:flex;align-items:center;gap:6px}.stock:before{content:'';width:5px;height:5px;background:var(--charcoal);border-radius:50%}.product-card .primary{width:100%;font-size:12px;padding:10px 4px}.installed{display:block;text-align:center;font-size:10px;padding-top:10px;min-height:34px;text-decoration:underline}.load-area{text-align:center;padding:40px 0 64px}.load-area p{font-size:12px;color:var(--muted);margin-bottom:12px}.progress{height:3px;background:var(--line);max-width:220px;margin:0 auto 20px}.progress span{display:block;height:100%;background:var(--brand-orange)}.help{background:var(--tile);padding:48px 0;margin-top:32px}.help .wrap{display:flex;justify-content:space-between;gap:48px;align-items:center}.help p{max-width:630px;margin-top:12px;color:var(--muted)}.help-actions{min-width:350px;display:flex;gap:12px;flex-wrap:wrap}.help-actions>a:last-child{width:100%;font-size:12px;text-align:center;text-decoration:underline}footer{background:var(--charcoal);color:white;padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:48px}footer .logo{background:white;padding:8px;width:175px;height:auto;border-radius:4px}footer h3{font-size:14px;margin-bottom:14px}footer a{display:block;font-size:12px;padding:4px 0;color:var(--white)}.copyright{border-top:1px solid oklch(.45 .01 40);padding-top:24px;margin-top:36px;font-size:11px;color:var(--line)}.pdp-top{display:grid;grid-template-columns:1fr 1fr;gap:64px;margin:8px 0 40px}.gallery{background:var(--tile);border-radius:12px;display:flex;align-items:center;justify-content:center;min-height:540px;padding:48px}.gallery img{width:100%;max-width:390px;height:auto;mix-blend-mode:multiply}.buybox h1{font-size:32px;line-height:1.3}.buybox .brand{margin-bottom:12px}.buybox .spec-chips span{font-size:12px}.buybox .price{font-size:32px;margin-top:20px}.buybox .stock{font-size:13px}.purchase{display:flex;gap:12px;margin:20px 0 12px}.quantity{display:flex;border:1px solid var(--line);border-radius:8px;background:white;align-items:center}.quantity button{border:0;background:none;padding:8px 12px}.quantity input{width:40px;border:0;text-align:center;-moz-appearance:textfield}.quantity input::-webkit-inner-spin-button{display:none}.purchase>.primary{flex:1}.buybox>.secondary{width:100%}.call-tech{margin:16px 0;font-size:13px}.mini-trust{list-style:none;padding:16px 0 0;border-top:1px solid var(--line);font-size:12px;line-height:2.1}.mini-trust li:before{content:'✓';margin-right:10px;color:var(--orange-cta)}.facts{display:grid;grid-template-columns:repeat(4,1fr);background:white;border:1px solid var(--line);border-radius:12px;padding:24px;margin-bottom:40px}.facts>div{padding:0 24px;border-right:1px solid var(--line)}.facts>div:last-child{border:0}.facts span{display:block;font-size:12px;color:var(--muted);margin-bottom:6px}.facts strong{font-size:16px;font-weight:500}.subnav{display:flex;gap:32px;position:sticky;top:100px;background:var(--canvas);border-bottom:1px solid var(--line);z-index:10}.subnav a{padding:18px 0;font-weight:500}.detail-section{padding:40px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:260px minmax(0,1fr);gap:40px;scroll-margin-top:180px}.detail-section p{max-width:75ch;margin-bottom:16px}table{width:100%;border-collapse:collapse;margin-bottom:16px}td,th{text-align:left;padding:12px 16px;font-size:14px;font-weight:400}tr:nth-child(odd){background:var(--tile)}td{font-weight:500}.related{padding:48px 0}.related h2{margin-bottom:24px}.related .products{grid-template-columns:repeat(4,minmax(0,1fr))}.quote-form{background:var(--tile);padding:20px;margin-top:16px;border-radius:8px}.quote-form label{display:block;font-size:12px;margin-bottom:12px}.quote-form input,.quote-form textarea{display:block;width:100%;background:white;border:1px solid var(--line);border-radius:8px;padding:10px;margin-top:4px}.quote-form textarea{min-height:90px;resize:vertical}.form-status{font-size:12px;margin-top:12px}.empty{text-align:center;padding:64px 24px;background:white;border:1px solid var(--line);border-radius:12px;grid-column:1/-1}.empty p{margin:12px auto 20px}.search-panel{padding:16px 24px;background:var(--tile)}.search-panel input{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px}.cart-panel{position:fixed;right:24px;top:90px;width:min(380px,calc(100% - 48px));background:white;border:1px solid var(--line);border-radius:12px;padding:24px;z-index:50;box-shadow:0 8px 24px rgba(43,41,41,.15);max-height:70vh;overflow:auto}.cart-panel p{font-size:12px;padding:12px 0;border-bottom:1px solid var(--line)}[hidden]{display:none!important}.mobile-buy{display:none}
@media(max-width:1279px){.products{grid-template-columns:repeat(3,minmax(0,1fr))}.main-nav{gap:12px}.main-nav a{font-size:10px}.header-row{gap:12px}.phone{display:none}.type-tile{grid-template-columns:36px 1fr;gap:8px}.type-tile img{width:36px}.shop-layout{grid-template-columns:220px minmax(0,1fr);gap:24px}}
@media(max-width:1023px){.main-nav{display:none}.mobile-only{display:inline-flex}.header-row{min-height:80px}.header-actions{margin-left:auto}.logo{height:46px;width:139px}.trust .wrap{overflow-x:auto;justify-content:flex-start}.products{grid-template-columns:repeat(2,minmax(0,1fr))}.types{grid-template-columns:repeat(3,minmax(0,1fr))}.intro{gap:24px}.urgent{flex-basis:240px}.shop-layout{grid-template-columns:minmax(0,1fr)}.filters{display:none}.filters.open{display:block;position:fixed;inset:0 auto 0 0;width:min(340px,90vw);background:var(--canvas);z-index:70;padding:24px;overflow:auto;box-shadow:0 0 0 100vmax rgba(0,0,0,.35)}.pdp-top{gap:32px}.gallery{min-height:450px;padding:32px}.subnav{top:80px}.detail-section{grid-template-columns:180px 1fr}.help .wrap{align-items:flex-start;flex-direction:column;gap:24px}.footer-grid{gap:24px}.related .products{grid-template-columns:repeat(2,minmax(0,1fr))}.main-nav.open{display:flex;position:absolute;top:80px;left:0;right:0;background:white;flex-direction:column;align-items:stretch;padding:16px 24px;gap:0;box-shadow:0 8px 24px rgba(0,0,0,.1)}.main-nav.open a{max-width:none;font-size:14px;padding:12px}}
@media(max-width:600px){.wrap{padding:0 16px}.header-row{gap:4px;min-height:72px}.logo{width:127px;height:43px}.header-actions{gap:0}.header-search{display:none}.trust .wrap{padding:10px 16px}.breadcrumb{padding:20px 0;font-size:10px}.intro{display:block;margin:0 0 24px}h1{font-size:32px}.intro p{font-size:13px;margin-top:12px}.urgent{margin-top:20px;padding:14px 16px}.urgent strong{font-size:14px}.types{gap:8px;margin-bottom:24px}.type-tile{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:12px 4px;font-size:11px}.type-tile img{height:46px;width:40px}.type-tile small{font-size:10px}.toolbar{flex-wrap:wrap;font-size:12px}.toolbar label{margin-left:auto;font-size:0}.toolbar select{font-size:11px;padding:8px;max-width:155px}.toolbar .mobile-only{font-size:12px}.products{gap:10px}.product-card{padding:9px}.image-tile{padding:12px;margin-bottom:12px}.product-card h3{font-size:12px;line-height:19px;height:38px}.spec-chips{gap:4px;margin:10px 0}.spec-chips span{font-size:9px;padding:2px 5px}.price{font-size:20px}.installed{font-size:9px}.help{padding:32px 0}.help h2{font-size:24px;line-height:1.3}.help-actions{min-width:0;width:100%;display:grid;grid-template-columns:1fr}.help-actions .button{text-align:center}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:1/-1}.copyright{line-height:2}.pdp-top{grid-template-columns:1fr;gap:24px}.gallery{min-height:0;padding:32px}.gallery img{max-width:260px}.buybox h1{font-size:28px}.facts{grid-template-columns:1fr 1fr;gap:24px;padding:20px}.facts>div{padding:0;border:0}.facts strong{font-size:14px}.subnav{top:72px;gap:24px;overflow-x:auto;white-space:nowrap;font-size:12px}.detail-section{display:block;padding:28px 0}.detail-section h2{font-size:24px;margin-bottom:20px}td,th{padding:12px 8px;font-size:12px}.mobile-buy{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:25;padding:12px 16px;background:white;border-top:1px solid var(--line);align-items:center;justify-content:space-between;gap:20px}.mobile-buy button{flex:1}.product-page{padding-bottom:78px}.main-nav.open{top:72px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

[aria-invalid="true"]{border:2px solid var(--orange-cta)!important}.filters.open{overscroll-behavior:contain}.installed{min-height:44px}.main-nav a{min-height:44px}input:focus,textarea:focus{background:var(--white)}

.product-card .image-tile{position:relative;width:100%;height:auto;aspect-ratio:1;flex:none;min-height:0}.product-card .image-tile img{position:absolute;inset:16px;width:calc(100% - 32px);height:calc(100% - 32px);object-fit:contain}.filters fieldset{min-width:0}.filters label[for="capacity"]{display:block;line-height:1.6;margin-bottom:8px}.filters legend{padding-top:16px}.filters label input{flex-shrink:0}

/* Review refinements: keep the existing brand palette and layout. */
:root{--z-details:10;--z-header:30;--z-cart:40;--z-overlay:60;--z-drawer:70;--header-height:100px}
#chrome{position:relative;z-index:var(--z-header)}
header{z-index:var(--z-header)}
.cart-panel{z-index:var(--z-cart)}
.main-nav{gap:14px}.main-nav a{white-space:nowrap;max-width:none;font-size:11px}.header-row{gap:16px}
.primary,.secondary,.product-card .primary{font-size:15px;font-weight:600;line-height:1.5;min-height:44px}
.product-card h3{font-size:15px;font-weight:600;line-height:22px;height:44px;-webkit-line-clamp:2}
.product-card .price{font-size:20px;font-weight:600;font-variant-numeric:tabular-nums}
.product-card .installed{font-size:13px;line-height:1.5;min-height:44px}
.trust .wrap{font-size:13px;overflow-x:auto}.trust span{flex-shrink:0}
.urgent p{font-size:13px}.urgent-call{display:flex;align-items:center;justify-content:center;margin:12px 0 8px;padding:10px 8px}.urgent p span{display:block}
.products,.product-card{opacity:1;visibility:visible;content-visibility:visible}
.image-loading{background:linear-gradient(100deg,var(--tile) 20%,var(--canvas) 45%,var(--tile) 70%);background-size:220% 100%;animation:skeleton-shimmer 1.6s linear infinite}
.image-loaded{animation:image-fade .2s ease-out both}
@keyframes skeleton-shimmer{from{background-position:100% 0}to{background-position:-100% 0}}
@keyframes image-fade{from{opacity:.4}to{opacity:1}}
.product-details{position:relative;display:flow-root;isolation:isolate}
.product-details .subnav{background:var(--canvas);border-bottom:1px solid var(--line);top:var(--header-height);z-index:var(--z-details)}
.subnav a[aria-current]{color:var(--orange-cta);box-shadow:inset 0 -2px var(--brand-orange)}
.detail-section{scroll-margin-top:calc(var(--header-height) + 80px)}
.filters fieldset{padding:0 0 16px;margin-top:12px}.filters legend{padding:12px 0 0;margin-bottom:4px}
.drawer-footer{display:none}.filter-overlay{position:fixed;inset:0;background:oklch(.2 .005 40 / .45);z-index:var(--z-overlay)}
.field-error{display:block;color:var(--orange-cta);font-size:12px;line-height:1.5;margin-top:6px}
@media(min-width:1024px) and (max-width:1179px){
 .main-nav{display:none}.header-row{min-height:80px}.header-row .mobile-only{display:inline-flex}.header-actions{margin-left:auto}
 .main-nav.open{display:flex;position:absolute;top:80px;left:0;right:0;background:var(--white);flex-direction:column;align-items:stretch;padding:16px 24px;gap:0;box-shadow:0 8px 24px rgba(43,41,41,.08)}.main-nav.open a{font-size:14px;padding:12px}
}
@media(max-width:1023px){
 .filters.open{z-index:var(--z-drawer);box-shadow:none;display:block;padding:20px 20px 0;height:100dvh;overflow-y:auto}
 .filters.open .drawer-footer{position:sticky;bottom:0;display:grid;gap:4px;background:var(--canvas);border-top:1px solid var(--line);padding:16px 0 max(12px,env(safe-area-inset-bottom));z-index:1;margin-top:8px}
 .filters.open .filter-head>[data-clear]{display:none}
}
@media(max-width:600px){.header-row{gap:4px}.product-card .primary{letter-spacing:0}.product-card .installed{overflow-wrap:normal}.urgent-call{width:fit-content;padding:10px 16px}.subnav{gap:20px}}
@media(prefers-reduced-motion:reduce){.image-loading,.image-loaded{animation:none}.image-loading{background:var(--tile)}}
#chrome{display:contents}
/* Variable product content uses the existing detail layout and tokens. */
#installed-price{scroll-margin-top:calc(var(--header-height) + 16px)}
#installed-price>.secondary{width:100%}
.product-features{list-style:none;padding:0;margin:24px 0 0}
.product-features li{margin-bottom:20px}.product-features h3,.spec-group h3{margin-bottom:12px}
.spec-group+.spec-group{margin-top:24px}
.warranty-note{font-size:12px;color:var(--muted)}
.facts{grid-template-columns:repeat(var(--fact-count,4),minmax(0,1fr))}
.facts>div,.detail-section>div{min-width:0}.facts strong,.detail-section td,.detail-section th{overflow-wrap:anywhere}
.product-not-found{margin:16px 0 64px}.product-not-found .button{display:inline-flex;align-items:center}
@media(max-width:600px){.facts{grid-template-columns:repeat(2,minmax(0,1fr))}}
