:root{color-scheme:light;--primary: #c62828;--primary-dark: #a01e1e;--secondary: #0d47a1;--bg: #f8f9fa;--paper: #ffffff;--text: #212529;--text-2: #495057;--divider: #e9ecef;--radius: 6px;--shadow-1: 0 1px 3px rgba(0, 0, 0, .06);--shadow-2: 0 8px 24px rgba(0, 0, 0, .1);--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{margin:0;color:var(--text);background:var(--bg)}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p,dl,dd{margin-top:0}h1{color:var(--text);font-size:2.6rem;font-weight:700;line-height:1.12;margin-bottom:16px}h2{color:var(--text);font-size:1.9rem;font-weight:600;line-height:1.18;margin-bottom:14px}h3{color:var(--text);font-size:1.05rem;font-weight:600;margin-bottom:8px}.lead{color:var(--text-2);font-size:1.05rem;line-height:1.65;font-weight:400}.eyebrow{margin:0 0 12px;color:var(--primary);font-size:.78rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 20px;border-radius:var(--radius);font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.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{border:1px solid #b9c4d6;background:var(--paper);color:var(--secondary)}.button.secondary:hover{border-color:var(--secondary);background:#0d47a10a}.button.inverse{border:1px solid #fff;background:#fff;color:var(--secondary)}.button.inverse:hover{background:#e8eef8}.button.ghost{border:1px solid rgba(255,255,255,.55);background:transparent;color:#fff}.button.ghost:hover{border-color:#fff}button.button{font-family:inherit}.button:focus-visible,.header-search input:focus-visible,.header-search button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.site-header nav a:focus-visible,.footer-inner a:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.site-header{position:sticky;top:0;z-index:100;display:grid;grid-template-columns:auto minmax(280px,440px) 1fr auto;align-items:center;gap:18px;min-height:72px;padding:10px max(20px,var(--pad-bleed));border-bottom:1px solid var(--divider);background:var(--paper);box-shadow:var(--shadow-1)}.brand{display:flex;align-items:center}.brand img{width:186px;height:50px;object-fit:contain}.header-search{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;padding:5px;border:1px solid var(--divider);border-radius:var(--radius);background:#fff;box-shadow:0 1px 2px #0000000a}.header-search:focus-within{border-color:var(--primary)}.header-search input{min-width:0;height:38px;padding:0 10px;border:0;background:transparent;color:var(--text);font:inherit;font-size:.9rem;outline:none}.header-search input::placeholder{color:#8d99aa}.header-search button{height:38px;padding:0 14px;border:1px solid var(--primary);border-radius:var(--radius);background:var(--primary);color:#fff;font:inherit;font-size:.84rem;font-weight:700;cursor:pointer}.header-search button:hover{border-color:var(--primary-dark);background:var(--primary-dark)}.site-header nav{display:flex;justify-content:center;gap:4px}.site-header nav a{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border-radius:var(--radius);color:var(--text-2);font-size:.9rem;font-weight:500;transition:background-color .2s ease,color .2s ease}.site-header nav a:hover{background:var(--bg);color:var(--primary)}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);cursor:pointer}.menu-toggle span{display:block;height:2px;width:100%;border-radius:2px;background:var(--text);transition:transform .2s ease,opacity .2s ease}.menu-open .menu-toggle span:nth-child(1){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{padding:76px 0 48px;text-align:center}.home-hero h1{max-width:820px;margin-inline:auto}.home-hero .lead{max-width:640px;margin-inline:auto}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-inline:var(--bleed);padding:30px var(--pad-bleed);border-block:1px solid var(--divider);background:var(--paper)}.trust-strip>div{display:grid;gap:4px;padding-left:14px;border-left:3px solid var(--primary)}.trust-strip strong{color:var(--text);font-size:.98rem;font-weight:600}.trust-strip span{color:var(--text-2);font-size:.88rem;line-height:1.5}.quick-access{padding:72px 0 0}.quick-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-link-grid a{display:grid;gap:8px;min-height:146px;padding:22px;border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.quick-link-grid a:hover{border-color:var(--primary);box-shadow:var(--shadow-2);transform:translateY(-2px)}.quick-link-grid strong{color:var(--secondary);font-size:1rem}.quick-link-grid span{color:var(--text-2);font-size:.9rem;line-height:1.45}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card-grid article{padding:26px;border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1);transition:box-shadow .2s ease,transform .2s ease}.card-grid article:hover{transform:translateY(-2px);box-shadow:var(--shadow-2)}.card-grid p{margin-bottom:0;color:var(--text-2);font-size:.92rem;line-height:1.55}.feature-num{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:28px;margin-bottom:18px;border-radius:var(--radius);background:var(--secondary);color:#fff;font-size:.82rem;font-weight:600}.maps-panel{display:grid;grid-template-columns:360px 1fr;overflow:hidden;border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1)}.maps-copy{padding:28px;border-right:1px solid var(--divider)}.maps-copy p{color:var(--text-2);line-height:1.55}.branch-list{display:grid;gap:0;padding:0;margin:18px 0 22px;list-style:none}.branch-list li{display:grid;gap:2px;padding:12px 0;border-top:1px solid var(--divider)}.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{min-width:0;min-height:380px;background:var(--bg)}.branch-map{display:block;width:100%;min-height:380px;height:100%;isolation:isolate}.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;line-height:1.45;font-family:inherit}.branch-map .leaflet-popup-content strong{color:var(--secondary)}.branch-marker{position:relative}.branch-marker span{position:absolute;inset:0;display:block;background:var(--primary);border:4px solid #fff;border-radius:50% 50% 50% 0;box-shadow:var(--shadow-2);transform:rotate(-45deg)}.branch-marker span:after{content:"";position:absolute;inset:6px;border-radius:50%;background:var(--secondary)}.map-fallback{display:flex;min-height:380px;align-items:center;justify-content:center;padding:24px;color:var(--secondary);font-weight:600;text-align:center}.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{border-color:#ffffff2e;background:#ffffff0f;box-shadow:none}.b2b-band .card-grid article:hover{transform:none;box-shadow:none}.b2b-band .card-grid p{color:#d3e2f7}.b2b-band .feature-num{background:#ffffff24}.b2b-band .section-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.cta-section{display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center;margin:56px 0;padding:34px;border:1px solid var(--divider);border-left:4px solid var(--primary);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1)}.cta-section h2{margin-bottom:8px;font-size:1.45rem}.cta-section p{margin-bottom:0;color:var(--text-2);line-height:1.55}.cta-actions{display:flex;flex-wrap:wrap;gap:10px}.portal-page{max-width:820px;margin:0 auto;padding:96px 0;text-align:center}.portal-page .lead{max-width:680px;margin-inline:auto}.portal-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:30px}.site-footer{border-top:1px solid var(--divider);background:var(--paper)}.footer-inner{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:36px;width:min(var(--maxw),calc(100% - 40px));margin:0 auto;padding:48px 0 36px}.footer-inner .footer-col-label{margin:0 0 14px;color:var(--text);font-size:.82rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.footer-inner a{display:block;padding:5px 0;color:var(--text-2);font-size:.9rem;transition:color .2s ease}.footer-inner a:hover{color:var(--primary)}.footer-brand img{width:180px;height:48px;object-fit:contain}.footer-brand p{margin-top:12px;color:var(--text-2);font-size:.9rem;line-height:1.55}.footer-contact p{margin:10px 0 0;color:var(--text-2);font-size:.85rem}.footer-bottom{width:min(var(--maxw),calc(100% - 40px));margin:0 auto;padding:16px 0 28px;border-top:1px solid var(--divider);color:var(--text-2);font-size:.82rem}.catalog-head{max-width:760px;margin-inline:auto;padding:34px 0 4px;text-align:center}.catalog-head h1{margin-bottom:0;font-size:2rem}.catalog-status{min-height:24px;margin:14px 0 16px;color:var(--text-2);font-weight:500;text-align:center}.public-product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.public-product-card{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:190px 1fr;height:414px;overflow:hidden;border:1px solid var(--divider);border-radius:10px;background:var(--paper);box-shadow:var(--shadow-1);transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.public-product-card:hover{transform:translateY(-2px);border-color:var(--primary);box-shadow:var(--shadow-2)}.public-product-image{display:flex;align-items:center;justify-content:center;width:100%;height:190px;min-width:0;overflow:hidden;background:#fff;border-bottom:1px solid var(--divider)}.public-product-image img{max-width:100%;max-height:100%;object-fit:contain;padding:14px}.public-product-body{display:flex;flex-direction:column;min-height:0;padding:12px}.public-product-body h3{display:-webkit-box;min-height:58px;margin-bottom:8px;overflow:hidden;color:var(--text);font-size:.9rem;line-height:1.28;text-transform:uppercase;-webkit-box-orient:vertical;-webkit-line-clamp:3}.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{display:-webkit-box;min-height:46px;margin-bottom:10px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-commercial-panel strong.available{border-color:#2e7d323d;background:#2e7d3214;color:#2e7d32}.product-commercial-panel strong.unavailable{border-color:#4950572e;background:#49505714;color:var(--text-2)}.product-equivalent-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.product-equivalent-list span,.product-equivalent-list strong{display:inline-flex;align-items:center;min-height:28px;padding:0 8px;border-radius:6px;font-size:.78rem}.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{margin-top:auto;padding-top:10px;border-top:1px solid var(--divider)}.product-card-footer span{display:block;margin-bottom:3px;color:var(--text-2);font-size:.76rem}.product-card-footer strong{display:block;color:var(--secondary);font-size:1rem;line-height:1.1;text-align:left}.pagination-actions{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:26px;color:var(--text-2);font-weight:500}.pagination-actions button:disabled{opacity:.45;cursor:not-allowed}.breadcrumb{display:flex;flex-wrap:nowrap;gap:8px;align-items:center;min-width:0;padding:18px 0 0;color:var(--text-2);font-size:.8rem;white-space:nowrap;overflow:hidden}.breadcrumb a{color:var(--secondary);font-weight:600}.breadcrumb span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.product-detail{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:24px;align-items:start;padding:24px 0 8px;min-width:0}.product-detail-image{display:flex;align-items:center;justify-content:center;min-width:0;min-height:340px;border:1px solid var(--divider);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-1)}.product-detail-image img{width:100%;max-height:330px;object-fit:contain;padding:22px}.product-detail-copy{display:grid;align-content:start;min-width:0}.product-detail-copy h1{max-width:820px;margin-bottom:10px;font-size:1.55rem;line-height:1.18;overflow-wrap:anywhere}.product-key-codes{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.product-key-codes span,.product-key-codes strong{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border-radius:var(--radius);font-size:.82rem}.product-key-codes span{background:var(--secondary);color:#fff;font-weight:700}.product-key-codes strong{border:1px solid var(--divider);background:#fff;color:var(--text);font-weight:700}.product-commercial-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:12px 0 0}.product-commercial-panel div{min-width:0;padding:14px;border:1px solid var(--divider);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-1)}.product-commercial-panel span{display:block;margin-bottom:6px;color:var(--text-2);font-size:.74rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.product-commercial-panel strong{display:inline-flex;align-items:center;min-height:28px;padding:0 8px;border-radius:var(--radius);color:var(--primary);font-size:1rem;font-weight:700;overflow-wrap:anywhere}.product-commercial-panel .price-value{padding:0;color:var(--primary);font-size:1.65rem;line-height:1.05;letter-spacing:0}.product-seo-description{margin-top:10px;padding:12px;border:1px solid var(--divider);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-1)}.product-seo-description span{display:block;margin-bottom:7px;color:var(--text-2);font-size:.74rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.product-seo-description p{margin:0;color:var(--text-2);font-size:.9rem;line-height:1.48;overflow-wrap:anywhere}.product-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0}.product-facts div{min-width:0;padding:12px;border:1px solid var(--divider);border-radius:var(--radius);background:var(--paper);box-shadow:var(--shadow-1)}.product-facts dt{color:var(--text-2);font-size:.72rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.product-facts dd{margin:6px 0 0;color:var(--text);font-weight:600;overflow-wrap:anywhere}.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{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.product-equivalents li{padding:5px 9px;border:1px solid var(--divider);border-radius:6px;background:var(--paper);color:var(--text);font-size:.88rem;font-weight:600;overflow-wrap:anywhere}.product-specifications{margin-top:10px}.detail-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.related-products{margin:64px 0 0}.related-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.related-product-card{display:grid;gap:8px;min-height:120px;padding:18px;border:1px solid var(--divider);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow-1);transition:border-color .2s ease,box-shadow .2s ease}.related-product-card:hover{border-color:var(--primary);box-shadow:var(--shadow-2)}.related-product-card span{color:var(--secondary);font-size:.78rem;font-weight:700;overflow-wrap:anywhere}.related-product-card strong{color:var(--text);font-size:.92rem;line-height:1.35}@media(max-width:980px){.site-header{grid-template-columns:auto minmax(0,1fr) auto}.site-header nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 16px;border-bottom:1px solid var(--divider);background:var(--paper);box-shadow:var(--shadow-2)}.menu-open nav{display:flex}.menu-toggle{display:flex}h1{font-size:2.1rem}h2{font-size:1.6rem}.trust-strip,.quick-link-grid,.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(max-width:640px){.site-header{grid-template-columns:1fr auto;min-height:64px;gap:10px;padding-inline:12px}.brand img{width:150px;height:42px}.header-search{grid-column:1 / -1;grid-row:2;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:52px 0 40px}h1{font-size:1.8rem}h2{font-size:1.4rem}.section{padding:52px 0}.trust-strip,.quick-link-grid,.card-grid,.related-product-grid,.product-commercial-panel,.product-facts{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}}
