
:root{--red:#d71920;--red-dark:#a90d14;--green:#16803a;--ink:#202124;--muted:#65707a;--line:#e7e7e7;--soft:#f7f7f7;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}
.lp-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 4px 18px rgba(0,0,0,.05)}
.lp-topbar{max-width:1600px;margin:auto;padding:14px 22px;display:grid;grid-template-columns:260px minmax(260px,1fr) auto auto;gap:20px;align-items:center}
.lp-brand{display:flex;align-items:center;gap:10px;color:var(--red)}.lp-brand img{max-height:62px;width:auto}
.lp-logo-icon{width:44px;height:44px;border:3px solid var(--red);border-radius:50%;display:grid;place-items:center;font-weight:900}
.lp-logo-type{display:flex;flex-direction:column;line-height:.88;font-size:25px}.lp-logo-type small{font-size:9px;letter-spacing:2px;margin-top:7px}
.lp-search form{display:flex}.lp-search input[type=search]{width:100%;min-height:46px;border:1px solid #cfcfcf;border-radius:8px 0 0 8px;padding:0 16px;font-size:15px}.lp-search button{border:0;background:var(--red);color:#fff;padding:0 22px;border-radius:0 8px 8px 0;font-weight:700}
.lp-actions{display:flex;gap:18px;font-weight:700}.lp-actions a:hover{color:var(--red)}.lp-menu-button{display:none;border:0;background:var(--red);color:white;border-radius:8px;padding:10px 13px;font-size:22px}
.lp-mobile-menu{display:none}
.lp-site{max-width:1600px;margin:0 auto;padding:22px}
.lp-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px}
.lp-sidebar{align-self:start;position:sticky;top:96px}
.lp-category-nav{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.lp-category-nav h2{margin:0;background:var(--red);color:#fff;padding:16px 18px;font-size:20px}.lp-category-nav ul{list-style:none;margin:0;padding:0}.lp-category-nav>ul>li{border-bottom:1px solid var(--line)}.lp-category-nav>ul>li:last-child{border-bottom:0}.lp-category-nav a{display:flex;justify-content:space-between;gap:10px;padding:12px 16px}.lp-category-nav a:hover{background:#fff2f2;color:var(--red)}.lp-category-nav li ul{background:#fafafa;border-top:1px solid var(--line)}.lp-category-nav li ul a{font-size:13px;padding-left:28px}
.lp-hero{min-height:390px;border-radius:16px;overflow:hidden;background:linear-gradient(115deg,var(--red-dark),var(--red));color:#fff;padding:58px;display:grid;grid-template-columns:minmax(0,1fr) 36%;align-items:center;position:relative}.lp-hero h1{font-size:clamp(36px,5vw,72px);line-height:.98;margin:8px 0 18px;max-width:850px}.lp-hero p{max-width:740px;font-size:18px}.lp-kicker{text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:800}.lp-button{display:inline-block;margin-top:14px;background:#fff;color:var(--red);padding:13px 20px;border-radius:8px;font-weight:800}.lp-hero-shape{display:grid;place-items:center;aspect-ratio:1;border-radius:50%;border:34px solid rgba(255,255,255,.17);font-size:72px;font-weight:900;color:rgba(255,255,255,.85)}
.lp-trust{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;margin:18px 0 28px;overflow:hidden}.lp-trust div{padding:18px;border-right:1px solid var(--line)}.lp-trust div:last-child{border-right:0}.lp-trust b{display:block;color:var(--green)}.lp-trust span{font-size:13px;color:var(--muted)}
.lp-section{margin:34px 0}.lp-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.lp-section-head h2,.lp-page-head h1{font-size:32px;margin:3px 0}.lp-category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.lp-cat-card{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff;transition:.2s}.lp-cat-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.08)}.lp-cat-image{aspect-ratio:4/3;background:var(--soft);overflow:hidden}.lp-cat-image img{width:100%;height:100%;object-fit:cover}.lp-cat-label{padding:13px 14px}.lp-cat-label strong{display:block}.lp-cat-label span{font-size:12px;color:var(--red)}
.lp-content-card{min-width:0}.lp-page-head{padding:12px 0 18px;border-bottom:1px solid var(--line);margin-bottom:20px}.lp-page-image{border-radius:14px;overflow:hidden;margin-bottom:20px}.lp-prose{max-width:1000px}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.woocommerce ul.products li.product{width:auto!important;margin:0!important;border:1px solid var(--line);border-radius:12px;padding:12px!important;background:#fff}.woocommerce ul.products li.product img{aspect-ratio:1;object-fit:contain;background:#fff}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:15px!important;color:var(--ink)}.woocommerce ul.products li.product .price{color:var(--red)!important;font-weight:800}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:var(--red)!important;color:#fff!important;border-radius:7px!important}.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--red-dark)!important}
.lp-footer{margin-top:46px;border-top:4px solid var(--red);background:#f8f8f8;padding:32px max(22px,calc((100vw - 1560px)/2));display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.lp-footer-legal{display:flex;flex-direction:column;gap:8px}
@media(max-width:1050px){.lp-topbar{grid-template-columns:220px 1fr auto}.lp-actions{display:none}.lp-layout{grid-template-columns:220px minmax(0,1fr)}.lp-category-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.lp-hero{padding:38px}}
@media(max-width:800px){.lp-topbar{grid-template-columns:1fr auto}.lp-search{grid-column:1/-1;grid-row:2}.lp-menu-button{display:block}.lp-sidebar{display:none}.lp-mobile-menu.open{display:block;padding:10px 18px 18px}.lp-layout{display:block}.lp-site{padding:14px}.lp-hero{grid-template-columns:1fr;min-height:auto;padding:34px 25px}.lp-hero-shape{display:none}.lp-trust{grid-template-columns:1fr}.lp-trust div{border-right:0;border-bottom:1px solid var(--line)}.lp-trust div:last-child{border-bottom:0}.lp-category-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-footer{grid-template-columns:1fr}}
@media(max-width:480px){.lp-category-grid,.woocommerce ul.products{grid-template-columns:1fr}.lp-hero h1{font-size:38px}.lp-topbar{padding:10px 14px}.lp-logo-type{font-size:21px}}

/* v5 feed-driven imagery and product pages */
.lp-hero-feed{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:30px;align-items:center;overflow:hidden}
.lp-hero-feed-images{display:grid;grid-template-columns:1fr 1fr;gap:10px;min-height:380px}
.lp-hero-feed-images>div{background:#fff;border:1px solid #eee;border-radius:16px;overflow:hidden;min-height:180px}
.lp-hero-feed-images img{width:100%;height:100%;object-fit:contain;background:#fff;display:block}
.lp-cat-image img,.products .product img.lp-feed-product-image{width:100%;height:100%;object-fit:contain;background:#fff}
.lp-feed-gallery{width:48%;float:left;padding-right:36px;box-sizing:border-box}
.lp-feed-gallery-main{background:#fff;border:1px solid #ececec;border-radius:18px;padding:18px;min-height:420px;display:flex;align-items:center;justify-content:center}
.lp-feed-gallery-main img{width:100%;max-height:520px;object-fit:contain}
.lp-feed-gallery-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:10px}
.lp-feed-gallery-thumbs button{background:#fff;border:1px solid #ddd;border-radius:10px;padding:5px;cursor:pointer}
.lp-feed-gallery-thumbs button:hover,.lp-feed-gallery-thumbs button:focus{border-color:#d71920;outline:none}
.lp-feed-gallery-thumbs img{width:100%;aspect-ratio:1/1;object-fit:contain}
.lp-legal-note{margin-top:28px;padding:20px;border:1px solid #ddd;border-radius:12px;background:#fafafa}
@media(max-width:900px){.lp-hero-feed{grid-template-columns:1fr}.lp-hero-feed-images{min-height:280px}.lp-feed-gallery{width:100%;float:none;padding-right:0;margin-bottom:24px}}
@media(max-width:560px){.lp-hero-feed-images{grid-template-columns:1fr 1fr;min-height:220px}.lp-hero-feed-images>div{min-height:120px}.lp-feed-gallery-main{min-height:280px}}


/* Hybrid Lamping Parts + retailer buying options */
.lpfm-retailer-options{margin:22px 0 0;padding:18px;border:1px solid #e4e4e4;border-radius:12px;background:#fff}
.lpfm-retailer-options h3{margin:0 0 12px;font-size:1.05rem}
.lpfm-retailer-offer{display:flex;gap:16px;align-items:center;justify-content:space-between;padding:12px 0;border-top:1px solid #eee}
.lpfm-retailer-offer:first-of-type{border-top:0}
.lpfm-retailer-offer>div{display:grid;gap:3px}.lpfm-retailer-price{font-weight:800}.lpfm-retailer-offer small{color:#666}
.lp-logo-icon{display:inline-grid;place-items:center;width:46px;height:46px;border:3px solid #c91520;border-radius:50%;color:#c91520;font-weight:900;font-size:14px;letter-spacing:-.04em;background:#fff}
@media(max-width:640px){.lpfm-retailer-offer{align-items:stretch;flex-direction:column}.lpfm-retailer-offer .button{width:100%;text-align:center}}
