:root{color-scheme:light;--primary:#c62828;--primary-dark:#a01e1e;--secondary:#0d47a1;--bg:#f8f9fa;--paper:#fff;--text:#212529;--text-2:#495057;--divider:#e9ecef;--radius:6px;--shadow-1:0 1px 3px #0000000f;--shadow-2:0 8px 24px #0000001a;--navy-deep:#0a2f6b;--navy-ink:#082450;--on-navy:#fff;--on-navy-muted:#b9cdf1;--divider-navy:#ffffff29;--maxw:1180px;--bleed:calc((100vw - min(var(--maxw), 100vw - 40px)) / -2);--pad-bleed:calc((100vw - min(var(--maxw), 100vw - 40px)) / 2);font-family:Poppins,Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--text);background:var(--bg);margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p,dl,dd{margin-top:0}h1{color:var(--text);letter-spacing:-.02em;margin-bottom:16px;font-size:2.6rem;font-weight:700;line-height:1.12}h2{color:var(--text);letter-spacing:-.01em;margin-bottom:14px;font-size:1.9rem;font-weight:600;line-height:1.18}h3{color:var(--text);margin-bottom:8px;font-size:1.05rem;font-weight:600}.lead{color:var(--text-2);font-size:1.05rem;font-weight:400;line-height:1.65}.eyebrow{color:var(--primary);letter-spacing:1px;text-transform:uppercase;margin:0 0 12px;font-size:.78rem;font-weight:600}.button{border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;min-height:44px;padding:0 20px;font-size:.9rem;font-weight:600;transition:background-color .2s,border-color .2s,box-shadow .2s,color .2s;display:inline-flex}.button.primary{border:1px solid var(--primary);background:var(--primary);color:#fff}.button.primary:hover{border-color:var(--primary-dark);background:var(--primary-dark);box-shadow:var(--shadow-1)}.button.secondary{background:var(--paper);color:var(--secondary);border:1px solid #b9c4d6}.button.secondary:hover{border-color:var(--secondary);background:#0d47a10a}.button.inverse{color:var(--secondary);background:#fff;border:1px solid #fff}.button.inverse:hover{background:#e8eef8}.button.ghost{color:#fff;background:0 0;border:1px solid #ffffff8c}.button.ghost:hover{border-color:#fff}button.button{font-family:inherit}.button:focus-visible,.header-search input:focus-visible,.header-search button:focus-visible,.site-header nav a:focus-visible,.footer-inner a:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.site-header{z-index:100;min-height:72px;padding:10px max(20px, var(--pad-bleed));border-bottom:1px solid var(--divider);background:var(--paper);box-shadow:var(--shadow-1);grid-template-columns:auto minmax(280px,440px) 1fr auto;align-items:center;gap:18px;display:grid;position:sticky;top:0}.brand{align-items:center;display:flex}.brand img{object-fit:contain;width:186px;height:50px}.header-search{border:1px solid var(--divider);border-radius:var(--radius);background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;padding:5px;display:grid;box-shadow:0 1px 2px #0000000a}.header-search:focus-within{border-color:var(--primary)}.header-search input{min-width:0;height:38px;color:var(--text);font:inherit;background:0 0;border:0;outline:none;padding:0 10px;font-size:.9rem}.header-search input::placeholder{color:#8d99aa}.header-search button{border:1px solid var(--primary);border-radius:var(--radius);background:var(--primary);color:#fff;height:38px;font:inherit;cursor:pointer;padding:0 14px;font-size:.84rem;font-weight:700}.header-search button:hover{border-color:var(--primary-dark);background:var(--primary-dark)}.site-header nav{justify-content:center;gap:4px;display:flex}.site-header nav a{border-radius:var(--radius);min-height:42px;color:var(--text-2);align-items:center;padding:0 14px;font-size:.9rem;font-weight:500;transition:background-color .2s,color .2s;display:inline-flex}.site-header nav a:hover{background:var(--bg);color:var(--primary)}.menu-toggle{border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);cursor:pointer;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.menu-toggle span{background:var(--text);border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.menu-open .menu-toggle span:first-child{transform:translateY(7px)rotate(45deg)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}main{width:min(var(--maxw), calc(100% - 40px));margin:0 auto}.full-bleed{margin-inline:var(--bleed);padding-inline:var(--pad-bleed)}.section{padding:72px 0}.section-heading{max-width:760px;margin-bottom:32px}.home-hero{margin-inline:var(--bleed);padding:88px var(--pad-bleed) 76px;background:linear-gradient(160deg, var(--navy-deep), var(--navy-ink));color:var(--on-navy);text-align:center}.home-hero .eyebrow{color:var(--on-navy-muted)}.home-hero h1{color:#fff;max-width:840px;margin-inline:auto}.home-hero .lead{max-width:640px;color:var(--on-navy-muted);margin-inline:auto}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px;display:flex}.card-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card-grid article{border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1);padding:26px;transition:box-shadow .2s,transform .2s}.card-grid article:hover{box-shadow:var(--shadow-2);transform:translateY(-2px)}.card-grid p{color:var(--text-2);margin-bottom:0;font-size:.92rem;line-height:1.55}.feature-num{border-radius:var(--radius);background:var(--secondary);color:#fff;justify-content:center;align-items:center;min-width:44px;height:28px;margin-bottom:18px;font-size:.82rem;font-weight:600;display:inline-flex}.maps-panel{border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1);grid-template-columns:360px 1fr;display:grid;overflow:hidden}.maps-copy{border-right:1px solid var(--divider);padding:28px}.maps-copy p{color:var(--text-2);line-height:1.55}.branch-list{gap:0;margin:18px 0 22px;padding:0;list-style:none;display:grid}.branch-list li{border-top:1px solid var(--divider);gap:2px;padding:12px 0;display:grid}.branch-list strong{color:var(--text);font-size:.95rem;font-weight:600}.branch-list span{color:var(--secondary);font-size:.84rem;font-weight:500}.osm-map-shell{background:var(--bg);min-width:0;min-height:380px}.branch-map{isolation:isolate;width:100%;height:100%;min-height:380px;display:block}.branch-map .leaflet-control-zoom a{color:var(--text);font-weight:600}.branch-map .leaflet-popup-content-wrapper,.branch-map .leaflet-popup-tip{border-radius:var(--radius);color:var(--text)}.branch-map .leaflet-popup-content{margin:12px 14px;font-family:inherit;line-height:1.45}.branch-map .leaflet-popup-content strong{color:var(--secondary)}.branch-marker{position:relative}.branch-marker span{background:var(--primary);box-shadow:var(--shadow-2);border:4px solid #fff;border-radius:50% 50% 50% 0;display:block;position:absolute;inset:0;transform:rotate(-45deg)}.branch-marker span:after{content:"";background:var(--secondary);border-radius:50%;position:absolute;inset:6px}.map-fallback{min-height:380px;color:var(--secondary);text-align:center;justify-content:center;align-items:center;padding:24px;font-weight:600;display:flex}.b2b-band{margin-inline:var(--bleed);padding:72px var(--pad-bleed);background:var(--secondary);color:#fff}.b2b-band .eyebrow{color:#aecdf5}.b2b-band h2,.b2b-band h3{color:#fff}.b2b-band .lead{color:#d3e2f7}.b2b-band .card-grid article{box-shadow:none;background:#ffffff0f;border-color:#ffffff2e}.b2b-band .card-grid article:hover{box-shadow:none;transform:none}.b2b-band .card-grid p{color:#d3e2f7}.b2b-band .feature-num{background:#ffffff24}.b2b-band .section-actions{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}.cta-section{border:1px solid var(--divider);border-left:4px solid var(--primary);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1);grid-template-columns:1fr auto;align-items:center;gap:32px;margin:56px 0;padding:34px;display:grid}.cta-section h2{margin-bottom:8px;font-size:1.45rem}.cta-section p{color:var(--text-2);margin-bottom:0;line-height:1.55}.cta-actions{flex-wrap:wrap;gap:10px;display:flex}.portal-page{text-align:center;max-width:820px;margin:0 auto;padding:96px 0}.portal-page .lead{max-width:680px;margin-inline:auto}.portal-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px;display:flex}.portal-benefits{text-align:left;grid-template-columns:repeat(3,1fr);gap:14px;margin:40px 0 0;padding:0;list-style:none;display:grid}.portal-benefits li{border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1);gap:6px;padding:18px;display:grid}.portal-benefits strong{color:var(--text);font-size:.95rem;font-weight:600}.portal-benefits span{color:var(--text-2);font-size:.88rem;line-height:1.5}.site-footer{border-top:1px solid var(--divider);background:var(--paper)}.footer-inner{width:min(var(--maxw), calc(100% - 40px));grid-template-columns:1.3fr 1fr 1fr;gap:36px;margin:0 auto;padding:48px 0 36px;display:grid}.footer-inner .footer-col-label{color:var(--text);letter-spacing:1px;text-transform:uppercase;margin:0 0 14px;font-size:.82rem;font-weight:600}.footer-inner a{color:var(--text-2);padding:5px 0;font-size:.9rem;transition:color .2s;display:block}.footer-inner a:hover{color:var(--primary)}.footer-brand img{object-fit:contain;width:180px;height:48px}.footer-brand p{color:var(--text-2);margin-top:12px;font-size:.9rem;line-height:1.55}.footer-contact p{color:var(--text-2);margin:10px 0 0;font-size:.85rem}.footer-bottom{width:min(var(--maxw), calc(100% - 40px));border-top:1px solid var(--divider);color:var(--text-2);margin:0 auto;padding:16px 0 28px;font-size:.82rem}.catalog-head{text-align:center;max-width:760px;margin-inline:auto;padding:40px 0 4px}.catalog-head .eyebrow{margin-bottom:8px}.catalog-head h1{margin-bottom:0;font-size:2rem}.catalog-status{min-height:24px;color:var(--text-2);text-align:center;margin:14px 0 16px;font-weight:500}.public-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}.public-product-card{border:1px solid var(--divider);background:var(--paper);height:414px;box-shadow:var(--shadow-1);border-radius:10px;grid-template-rows:190px 1fr;grid-template-columns:minmax(0,1fr);transition:box-shadow .2s,border-color .2s,transform .2s;display:grid;overflow:hidden}.public-product-card:hover{border-color:var(--primary);box-shadow:var(--shadow-2);transform:translateY(-2px)}.public-product-image{border-bottom:1px solid var(--divider);background:#fff;justify-content:center;align-items:center;width:100%;min-width:0;height:190px;display:flex;overflow:hidden}.public-product-image img{object-fit:contain;max-width:100%;max-height:100%;padding:14px}.public-product-body{flex-direction:column;min-height:0;padding:12px;display:flex}.public-product-body h3{min-height:58px;color:var(--text);text-transform:uppercase;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:8px;font-size:.9rem;line-height:1.28;display:-webkit-box;overflow:hidden}.public-product-body h3 a:hover{color:var(--primary)}.public-product-body p{color:var(--text-2);font-size:.82rem;line-height:1.35}.product-card-meta{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:46px;margin-bottom:10px;display:-webkit-box;overflow:hidden}.product-commercial-panel strong.available{color:#2e7d32;background:#2e7d3214;border-color:#2e7d323d}.product-commercial-panel strong.unavailable{color:var(--text-2);background:#49505714;border-color:#4950572e}.product-equivalent-list{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.product-equivalent-list span,.product-equivalent-list strong{border-radius:6px;align-items:center;min-height:28px;padding:0 8px;font-size:.78rem;display:inline-flex}.product-equivalent-list span{color:var(--text-2);background:var(--bg)}.product-equivalent-list strong{border:1px solid var(--divider);color:var(--secondary);background:var(--paper);font-weight:700}.product-card-footer{border-top:1px solid var(--divider);margin-top:auto;padding-top:10px}.product-card-footer span{color:var(--text-2);margin-bottom:3px;font-size:.76rem;display:block}.product-card-footer strong{color:var(--secondary);text-align:left;font-size:1rem;line-height:1.1;display:block}.pagination-actions{color:var(--text-2);justify-content:center;align-items:center;gap:12px;margin-top:26px;font-weight:500;display:flex}.pagination-actions button:disabled{opacity:.45;cursor:not-allowed}.breadcrumb{min-width:0;color:var(--text-2);white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;padding:18px 0 0;font-size:.8rem;display:flex;overflow:hidden}.breadcrumb a{color:var(--secondary);font-weight:600}.breadcrumb span:last-child{text-overflow:ellipsis;min-width:0;overflow:hidden}.product-detail{grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);align-items:start;gap:24px;min-width:0;padding:24px 0 8px;display:grid}.product-detail-image{border:1px solid var(--divider);border-radius:var(--radius);min-width:0;min-height:340px;box-shadow:var(--shadow-1);background:#fff;justify-content:center;align-items:center;display:flex}.product-detail-image img{object-fit:contain;width:100%;max-height:330px;padding:22px}.product-detail-copy{align-content:start;min-width:0;display:grid}.product-detail-copy h1{overflow-wrap:anywhere;max-width:820px;margin-bottom:10px;font-size:1.55rem;line-height:1.18}.product-key-codes{flex-wrap:wrap;gap:8px;margin:0 0 14px;display:flex}.product-key-codes span,.product-key-codes strong{border-radius:var(--radius);align-items:center;min-height:32px;padding:0 10px;font-size:.82rem;display:inline-flex}.product-key-codes span{background:var(--secondary);color:#fff;font-weight:700}.product-key-codes strong{border:1px solid var(--divider);color:var(--text);background:#fff;font-weight:700}.product-commercial-panel{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 0;display:grid}.product-commercial-panel div{border:1px solid var(--divider);border-radius:var(--radius);min-width:0;box-shadow:var(--shadow-1);background:#fff;padding:14px}.product-commercial-panel span{color:var(--text-2);letter-spacing:.5px;text-transform:uppercase;margin-bottom:6px;font-size:.74rem;font-weight:600;display:block}.product-commercial-panel strong{border-radius:var(--radius);min-height:28px;color:var(--primary);overflow-wrap:anywhere;align-items:center;padding:0 8px;font-size:1rem;font-weight:700;display:inline-flex}.product-commercial-panel .price-value{color:var(--primary);letter-spacing:0;padding:0;font-size:1.65rem;line-height:1.05}.product-seo-description{border:1px solid var(--divider);border-radius:var(--radius);box-shadow:var(--shadow-1);background:#fff;margin-top:10px;padding:12px}.product-seo-description span{color:var(--text-2);letter-spacing:.5px;text-transform:uppercase;margin-bottom:7px;font-size:.74rem;font-weight:600;display:block}.product-seo-description p{color:var(--text-2);overflow-wrap:anywhere;margin:0;font-size:.9rem;line-height:1.48}.product-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;display:grid}.product-facts div{border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);min-width:0;box-shadow:var(--shadow-1);padding:12px}.product-facts dt{color:var(--text-2);letter-spacing:.5px;text-transform:uppercase;font-size:.72rem;font-weight:600}.product-facts dd{color:var(--text);overflow-wrap:anywhere;margin:6px 0 0;font-weight:600}.product-application{max-width:700px;color:var(--text-2);font-size:1rem;line-height:1.6}.product-equivalents{max-width:700px;margin-top:10px}.product-equivalents h2{margin:0 0 10px;font-size:1rem}.product-equivalents ul{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.product-equivalents li{border:1px solid var(--divider);background:var(--paper);color:var(--text);overflow-wrap:anywhere;border-radius:6px;padding:5px 9px;font-size:.88rem;font-weight:600}.product-specifications{margin-top:10px}.detail-actions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}.related-products{margin:64px 0 0}.related-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.related-product-card{border:1px solid var(--divider);border-radius:var(--radius);min-height:120px;box-shadow:var(--shadow-1);background:#fff;gap:8px;padding:18px;transition:border-color .2s,box-shadow .2s;display:grid}.related-product-card:hover{border-color:var(--primary);box-shadow:var(--shadow-2)}.related-product-card span{color:var(--secondary);overflow-wrap:anywhere;font-size:.78rem;font-weight:700}.related-product-card strong{color:var(--text);font-size:.92rem;line-height:1.35}@media (width<=980px){.site-header{grid-template-columns:auto minmax(0,1fr) auto}.site-header nav{border-bottom:1px solid var(--divider);background:var(--paper);box-shadow:var(--shadow-2);opacity:0;visibility:hidden;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 16px;transition:opacity .18s,transform .18s,visibility .18s;display:flex;position:absolute;top:100%;left:0;right:0;transform:translateY(-6px)}.menu-open nav{opacity:1;visibility:visible;transform:translateY(0)}.menu-toggle{display:flex}h1{font-size:2.1rem}h2{font-size:1.6rem}.card-grid{grid-template-columns:repeat(2,1fr)}.public-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.maps-panel,.product-detail,.cta-section{grid-template-columns:1fr}.product-detail{gap:18px}.product-detail-image{min-height:300px}.product-detail-image img{max-height:280px}.product-detail-copy h1{font-size:1.4rem}.maps-copy{border-right:0;border-bottom:1px solid var(--divider)}.footer-inner{grid-template-columns:1fr 1fr}}@media (width<=640px){.site-header{grid-template-columns:1fr auto;gap:10px;min-height:64px;padding-inline:12px}.brand img{width:150px;height:42px}.header-search{grid-area:2/1/auto/-1;width:100%}.header-search input{height:36px;font-size:.84rem}.header-search button{height:36px;padding-inline:10px;font-size:.78rem}main{width:min(100% - 24px, var(--maxw))}.home-hero{padding:60px var(--pad-bleed) 52px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}h1{font-size:1.8rem}h2{font-size:1.4rem}.section{padding:52px 0}.card-grid,.related-product-grid,.product-commercial-panel,.product-facts,.portal-benefits{grid-template-columns:1fr}.public-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.footer-inner{grid-template-columns:1fr;gap:28px}.cta-actions,.b2b-band .section-actions,.portal-actions,.detail-actions{flex-direction:column;align-items:stretch}.cta-actions .button,.b2b-band .section-actions .button,.portal-actions .button,.detail-actions .button{width:100%}.public-product-card{grid-template-rows:150px 1fr;height:374px}.public-product-image{height:150px}.public-product-body{padding:10px}.public-product-body h3{min-height:52px;font-size:.82rem}.product-card-meta{font-size:.76rem}.osm-map-shell,.branch-map,.map-fallback{min-height:300px}.product-detail-image{min-height:220px}.product-detail-image img{max-height:220px;padding:16px}.breadcrumb{padding-top:10px;font-size:.76rem}.product-detail{padding-top:18px}.product-detail-copy h1{font-size:1.22rem}.product-commercial-panel div,.product-seo-description p,.product-facts div{padding:12px}.product-seo-description p{font-size:.86rem}.product-equivalents ul{gap:6px}.cta-section{margin:42px 0;padding:22px}.product-commercial-panel .price-value{font-size:1.65rem}}
