
:root{--led-red:#c9141d;--led-yellow:#f6c700;--led-ink:#24211f;--led-muted:#716b65;--led-line:#ece6dd;--led-soft:#faf9f7}
.led-page{background:#fff;color:var(--led-ink)}
.led-shell{width:min(calc(100% - 32px),1240px);margin:auto}
.led-hero{padding:66px 0 44px;background:#fff;border-bottom:1px solid var(--led-line)}
.led-kicker{margin:0 0 10px;color:var(--led-red);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.led-hero h1{margin:0;font-size:clamp(42px,6vw,72px);line-height:.98;letter-spacing:-.05em;font-weight:650}
.led-hero p{max-width:760px;margin:18px 0 0;color:var(--led-muted);font-size:16px;line-height:1.7}
.led-tabs{position:sticky;top:76px;z-index:60;background:rgba(255,255,255,.97);border-bottom:1px solid var(--led-line);backdrop-filter:blur(10px)}
.led-tabs-inner{display:flex;gap:7px;overflow:auto;padding:10px 0;scrollbar-width:none}.led-tabs-inner::-webkit-scrollbar{display:none}
.led-tab{white-space:nowrap;padding:10px 14px;border:1px solid var(--led-line);border-radius:999px;background:#fff;font-size:13px;font-weight:700;text-decoration:none;color:inherit}
.led-section{padding:58px 0;background:#fff}
.led-section-head{margin-bottom:24px}.led-section-head h2{margin:0;font-size:clamp(30px,4vw,46px);letter-spacing:-.035em}
.led-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.led-card{display:flex;flex-direction:column;min-width:0;border:1px solid var(--led-line);border-radius:20px;background:#fff;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease}
.led-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(0,0,0,.055)}
.led-photo{aspect-ratio:1/1;display:grid;place-items:center;padding:24px;background:#fff;border-bottom:1px solid #f2eee8}
.led-photo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 10px rgba(0,0,0,.09))}
.led-card-body{padding:18px;display:flex;flex-direction:column;flex:1}
.led-type{font-size:11px;color:var(--led-red);font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.led-card h3{margin:8px 0 4px;font-size:21px;letter-spacing:-.025em}.led-card-sub{margin:0;color:var(--led-muted);font-size:13px}
.led-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:16px}
.led-spec{padding:9px 7px;border:1px solid var(--led-line);border-radius:11px;background:#fff;text-align:center}
.led-spec strong{display:block;font-size:13px;color:var(--led-red)}.led-spec span{font-size:9px;color:var(--led-muted)}
.led-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto;padding-top:16px}
.led-btn{min-height:42px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid var(--led-line);background:#fff;color:var(--led-ink);font-size:12px;font-weight:750;text-decoration:none;cursor:pointer}
.led-btn.red{background:var(--led-red);border-color:var(--led-red);color:#fff}.led-btn.yellow{background:var(--led-yellow);border-color:var(--led-yellow);color:#2b2500}
.led-note{margin:28px 0;padding:14px 16px;border:1px solid var(--led-line);border-radius:14px;color:var(--led-muted);font-size:12px;line-height:1.6;background:#fff}
.led-product{padding:42px 0 64px;background:#fff}.led-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.led-product-photo{min-height:520px;display:grid;place-items:center;padding:38px;border:1px solid var(--led-line);border-radius:24px;background:#fff}
.led-product-photo img{max-width:82%;max-height:450px;object-fit:contain;filter:drop-shadow(0 14px 16px rgba(0,0,0,.10))}
.led-back{display:inline-flex;margin-bottom:22px;color:var(--led-ink);font-size:13px;font-weight:700;text-decoration:none}
.led-product h1{margin:8px 0;font-size:clamp(42px,5.5vw,68px);letter-spacing:-.05em;line-height:1}.led-product-type{margin:0;color:var(--led-muted)}
.led-key-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:24px 0}.led-key{padding:14px;border:1px solid var(--led-line);border-radius:14px;background:#fff}
.led-key strong{display:block;color:var(--led-red);font-size:22px}.led-key span{font-size:10px;color:var(--led-muted)}
.led-badges{display:flex;flex-wrap:wrap;gap:7px}.led-badge{padding:8px 10px;border-radius:999px;background:#fff8d9;font-size:11px;font-weight:700}
.led-product-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.led-product-actions .led-btn{min-height:48px;padding:0 19px}
.led-variants{margin-top:36px;border-top:1px solid var(--led-line);padding-top:28px}.led-variants h2{margin:0 0 14px;font-size:24px}
.led-table-wrap{overflow:auto;border:1px solid var(--led-line);border-radius:16px}.led-table{width:100%;border-collapse:collapse;min-width:560px}
.led-table th,.led-table td{padding:12px 14px;border-bottom:1px solid var(--led-line);font-size:12px;text-align:left}.led-table th{background:var(--led-soft);font-weight:800}.led-table tr:last-child td{border-bottom:0}
.led-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:flex-end;justify-content:center;padding:16px}.led-modal.is-open{display:flex}
.led-modal-bg{position:absolute;inset:0;background:rgba(0,0,0,.50)}.led-sheet{position:relative;width:min(520px,100%);padding:22px;border-radius:22px;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.20)}
.led-sheet h2{margin:0 0 6px;font-size:26px}.led-sheet p{margin:0 0 16px;color:var(--led-muted);font-size:13px}
.led-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:1px solid var(--led-line);border-radius:50%;background:#fff;font-size:22px;cursor:pointer}
.led-form{display:grid;gap:10px}.led-field{display:grid;gap:5px}.led-field label{font-size:11px;font-weight:800}.led-field input{height:46px;border:1px solid var(--led-line);border-radius:12px;padding:0 12px;font:inherit}
.led-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}.led-email{margin-top:10px;text-align:center;font-size:12px!important;overflow-wrap:anywhere}
body.led-lock{overflow:hidden}
@media(max-width:1000px){.led-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.led-product-grid{grid-template-columns:1fr}.led-product-photo{min-height:420px}.led-tabs{top:68px}}
@media(max-width:720px){.led-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.led-section{padding:44px 0}.led-card-body{padding:13px}.led-photo{padding:16px}.led-card h3{font-size:17px}.led-specs{grid-template-columns:1fr}.led-spec{display:flex;justify-content:space-between;text-align:left}.led-card-actions{grid-template-columns:1fr}.led-product{padding-top:24px}.led-product-grid{gap:26px}.led-product-photo{min-height:330px;padding:22px}.led-key-grid{grid-template-columns:1fr}.led-product-actions{display:grid;grid-template-columns:1fr}.led-product-actions .led-btn{width:100%}}
@media(max-width:420px){.led-shell{width:min(calc(100% - 20px),1240px)}.led-hero{padding:42px 0 32px}.led-grid{gap:10px}.led-photo{padding:12px}.led-card-body{padding:11px}.led-modal{padding:0}.led-sheet{border-radius:20px 20px 0 0}.led-form-actions{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){.led-card{transition:none}}


/* Large white LED hero */
.led-showcase-hero{
    position:relative;
    min-height:620px;
    display:grid;
    align-items:center;
    overflow:hidden;
    background:#fff;
    border-bottom:1px solid var(--led-line);
}
.led-showcase-hero::before{
    content:"";
    position:absolute;
    width:560px;
    height:560px;
    right:-120px;
    top:-180px;
    border-radius:50%;
    background:rgba(246,199,0,.10);
    pointer-events:none;
}
.led-showcase-hero::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    left:-180px;
    bottom:-250px;
    border-radius:50%;
    border:72px solid rgba(201,20,29,.045);
    pointer-events:none;
}
.led-showcase-grid{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);
    gap:44px;
    align-items:center;
    padding:64px 0 58px;
}
.led-showcase-copy{
    position:relative;
    z-index:3;
}
.led-showcase-copy h1{
    margin:0;
    max-width:660px;
    font-size:clamp(50px,6.2vw,82px);
    line-height:.94;
    letter-spacing:-.055em;
    font-weight:650;
}
.led-showcase-copy>p:not(.led-kicker){
    max-width:650px;
    margin:22px 0 0;
    color:var(--led-muted);
    font-size:17px;
    line-height:1.72;
}
.led-showcase-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:28px;
}
.led-showcase-actions .led-btn{
    min-height:50px;
    padding:0 21px;
    font-size:13px;
}
.led-showcase-points{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:22px;
}
.led-showcase-points span{
    min-height:34px;
    padding:0 12px;
    display:inline-flex;
    align-items:center;
    border:1px solid var(--led-line);
    border-radius:999px;
    background:#fff;
    color:#5f5954;
    font-size:11px;
    font-weight:700;
}
.led-showcase-products{
    position:relative;
    min-height:500px;
}
.led-showcase-products::before{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:420px;
    height:420px;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:
        radial-gradient(circle at 50% 50%,rgba(246,199,0,.18),rgba(246,199,0,.06) 55%,transparent 70%);
}
.led-orbit{
    position:absolute;
    display:grid;
    place-items:center;
    background:#fff;
    border:1px solid var(--led-line);
    box-shadow:0 22px 52px rgba(0,0,0,.07);
}
.led-orbit img{
    width:100%;
    height:100%;
    object-fit:contain;
    filter:drop-shadow(0 12px 18px rgba(0,0,0,.10));
}
.led-orbit-a{
    width:300px;
    height:300px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
    padding:34px;
    z-index:4;
}
.led-orbit-b{
    width:180px;
    height:180px;
    right:0;
    top:28px;
    border-radius:34px;
    padding:24px;
    transform:rotate(5deg);
    z-index:3;
}
.led-orbit-c{
    width:280px;
    height:130px;
    right:12px;
    bottom:36px;
    border-radius:26px;
    padding:20px;
    transform:rotate(-4deg);
    z-index:3;
}
.led-orbit-d{
    width:155px;
    height:205px;
    left:0;
    bottom:40px;
    border-radius:28px;
    padding:22px;
    transform:rotate(-5deg);
    z-index:2;
}
.led-hero-badge{
    position:absolute;
    left:30px;
    top:42px;
    z-index:5;
    min-width:120px;
    padding:13px 15px;
    border-radius:18px;
    background:var(--led-red);
    color:#fff;
    box-shadow:0 16px 34px rgba(201,20,29,.18);
}
.led-hero-badge strong{
    display:block;
    font-size:26px;
    line-height:1;
}
.led-hero-badge span{
    display:block;
    margin-top:4px;
    font-size:10px;
    color:rgba(255,255,255,.8);
}
@media(max-width:1080px){
    .led-showcase-grid{
        grid-template-columns:1fr 1fr;
    }
    .led-showcase-products{
        min-height:440px;
    }
    .led-orbit-a{
        width:255px;height:255px;
    }
    .led-orbit-b{
        width:150px;height:150px;
    }
    .led-orbit-c{
        width:240px;height:115px;
    }
    .led-orbit-d{
        width:135px;height:175px;
    }
}
@media(max-width:820px){
    .led-showcase-hero{min-height:auto}
    .led-showcase-grid{
        grid-template-columns:1fr;
        gap:18px;
        padding-top:46px;
    }
    .led-showcase-copy h1{
        max-width:680px;
    }
    .led-showcase-products{
        min-height:410px;
        max-width:620px;
        width:100%;
        margin:auto;
    }
}
@media(max-width:520px){
    .led-showcase-grid{
        padding:38px 0 30px;
    }
    .led-showcase-copy h1{
        font-size:clamp(42px,13vw,58px);
    }
    .led-showcase-copy>p:not(.led-kicker){
        font-size:15px;
        margin-top:16px;
    }
    .led-showcase-actions{
        display:grid;
        grid-template-columns:1fr;
    }
    .led-showcase-actions .led-btn{
        width:100%;
    }
    .led-showcase-products{
        min-height:330px;
    }
    .led-showcase-products::before{
        width:300px;height:300px;
    }
    .led-orbit-a{
        width:205px;height:205px;padding:24px;
    }
    .led-orbit-b{
        width:110px;height:110px;padding:15px;
        right:2px;top:18px;
        border-radius:24px;
    }
    .led-orbit-c{
        width:180px;height:92px;padding:14px;
        right:0;bottom:20px;
        border-radius:20px;
    }
    .led-orbit-d{
        width:100px;height:140px;padding:13px;
        left:0;bottom:18px;
        border-radius:20px;
    }
    .led-hero-badge{
        left:6px;top:22px;
        min-width:95px;
        padding:10px 12px;
    }
    .led-hero-badge strong{font-size:21px}
}


/* 2026 product-image refinement — true white, larger products */
.led-page,
.led-showcase-hero,
.led-section,
.led-card,
.led-photo,
.led-product,
.led-product-photo{
    background:#fff !important;
}
.led-card{
    border-color:#e9e3da;
}
.led-photo{
    padding:10px !important;
    min-height:270px;
}
.led-photo img{
    width:96% !important;
    height:96% !important;
    object-fit:contain !important;
    mix-blend-mode:multiply;
}
.led-product-photo{
    padding:20px !important;
}
.led-product-photo img{
    max-width:94% !important;
    max-height:500px !important;
    mix-blend-mode:multiply;
}
.led-showcase-products .led-orbit{
    background:#fff !important;
}
.led-showcase-products .led-orbit img{
    mix-blend-mode:multiply;
}
@media(max-width:720px){
    .led-photo{
        min-height:210px;
        padding:6px !important;
    }
}
@media(max-width:420px){
    .led-photo{
        min-height:180px;
    }
}


/* 2026 LED Lighting mapped page — transparent product photography */
.led-photo,
.led-product-photo,
.led-orbit{
    background:#fff !important;
}
.led-photo img,
.led-product-photo img,
.led-orbit img{
    mix-blend-mode:normal !important;
    background:transparent !important;
}
.led-photo img{
    width:98% !important;
    height:98% !important;
}
.led-product-photo img{
    max-width:96% !important;
    max-height:520px !important;
}


/* ============================================================
   2026 Premium LED Lighting Hero
   Full-width lifestyle banner matching Sterling Fans page style
   ============================================================ */
.led-premium-hero{
    position:relative;
    min-height:640px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#181818;
    border-bottom:1px solid var(--led-line);
}
.led-premium-hero-photo{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.led-premium-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            90deg,
            rgba(10,10,10,.80) 0%,
            rgba(10,10,10,.68) 34%,
            rgba(10,10,10,.34) 64%,
            rgba(10,10,10,.08) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0,.04) 0%,
            rgba(0,0,0,.18) 100%
        );
}
.led-premium-hero-content{
    position:relative;
    z-index:2;
    padding-top:74px;
    padding-bottom:74px;
}
.led-premium-kicker{
    margin:0 0 18px;
    color:#fff;
    font-size:12px;
    font-weight:850;
    letter-spacing:.16em;
    text-transform:uppercase;
}
.led-premium-kicker::after{
    content:"";
    display:block;
    width:78px;
    height:3px;
    margin-top:10px;
    border-radius:999px;
    background:var(--led-red);
}
.led-premium-hero h1{
    max-width:790px;
    margin:0;
    color:#fff;
    font-size:clamp(54px,6vw,84px);
    line-height:.93;
    letter-spacing:-.055em;
    font-weight:700;
}
.led-premium-hero h1 span{
    color:var(--led-yellow);
}
.led-premium-copy{
    max-width:620px;
    margin:24px 0 0;
    color:rgba(255,255,255,.92);
    font-size:18px;
    line-height:1.6;
}
.led-premium-benefits{
    display:grid;
    grid-template-columns:repeat(4,max-content);
    gap:0;
    margin-top:28px;
}
.led-premium-benefits>div{
    min-width:132px;
    padding:0 22px;
    border-left:1px solid rgba(255,255,255,.28);
}
.led-premium-benefits>div:first-child{
    padding-left:0;
    border-left:0;
}
.led-premium-benefits strong{
    display:block;
    color:#fff;
    font-size:15px;
    line-height:1.2;
}
.led-premium-benefits span{
    display:block;
    margin-top:3px;
    color:rgba(255,255,255,.74);
    font-size:11px;
    line-height:1.35;
}
.led-premium-cta{
    min-height:50px;
    margin-top:30px;
    padding:0 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    border-radius:999px;
    background:var(--led-red);
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    box-shadow:0 12px 28px rgba(201,20,29,.22);
    transition:transform .16s ease,background .16s ease;
}
.led-premium-cta:hover{
    background:#a81018;
    transform:translateY(-2px);
}

/* Keep category navigation flush under hero */
.led-premium-hero + .led-tabs{
    border-top:0;
}

@media(max-width:960px){
    .led-premium-hero{
        min-height:580px;
    }
    .led-premium-overlay{
        background:
            linear-gradient(
                90deg,
                rgba(10,10,10,.82) 0%,
                rgba(10,10,10,.70) 48%,
                rgba(10,10,10,.26) 100%
            );
    }
    .led-premium-benefits{
        grid-template-columns:repeat(2,max-content);
        row-gap:18px;
    }
    .led-premium-benefits>div:nth-child(3){
        padding-left:0;
        border-left:0;
    }
}

@media(max-width:640px){
    .led-premium-hero{
        min-height:650px;
        align-items:flex-end;
    }
    .led-premium-hero-photo{
        object-position:62% center;
    }
    .led-premium-overlay{
        background:
            linear-gradient(
                180deg,
                rgba(10,10,10,.15) 0%,
                rgba(10,10,10,.38) 30%,
                rgba(10,10,10,.84) 68%,
                rgba(10,10,10,.95) 100%
            );
    }
    .led-premium-hero-content{
        padding-top:150px;
        padding-bottom:48px;
    }
    .led-premium-hero h1{
        font-size:clamp(44px,13vw,60px);
    }
    .led-premium-copy{
        margin-top:18px;
        font-size:15px;
    }
    .led-premium-benefits{
        grid-template-columns:repeat(2,1fr);
        width:100%;
        gap:14px 0;
        margin-top:24px;
    }
    .led-premium-benefits>div{
        min-width:0;
        padding:0 12px;
    }
    .led-premium-benefits>div:nth-child(odd){
        padding-left:0;
        border-left:0;
    }
    .led-premium-cta{
        width:100%;
        margin-top:24px;
    }
}

@media(prefers-reduced-motion:reduce){
    .led-premium-cta{transition:none}
}


/* ============================================================
   FINAL LED HERO CLEANUP — remove any duplicate/background text
   ============================================================ */

.led-premium-hero,
.led-premium-hero *,
.led-premium-hero *::before,
.led-premium-hero *::after{
    text-shadow:none !important;
}

.led-premium-kicker::before,
.led-premium-kicker::after,
.led-premium-hero h1::before,
.led-premium-hero h1::after,
.led-premium-copy::before,
.led-premium-copy::after,
.led-premium-benefits::before,
.led-premium-benefits::after,
.led-premium-cta::before,
.led-premium-cta::after{
    content:none !important;
    display:none !important;
}

.led-premium-hero{
    position:relative !important;
    overflow:hidden !important;
    isolation:isolate !important;
}

.led-premium-hero-photo{
    z-index:0 !important;
}

.led-premium-overlay{
    z-index:1 !important;
    background:
        linear-gradient(
            90deg,
            rgba(10,10,10,.82) 0%,
            rgba(10,10,10,.66) 38%,
            rgba(10,10,10,.30) 68%,
            rgba(10,10,10,.08) 100%
        ) !important;
}

.led-premium-hero-content{
    position:relative !important;
    z-index:2 !important;
}

.led-premium-kicker{
    position:relative !important;
    color:#fff !important;
    opacity:1 !important;
}

.led-premium-kicker::after{
    content:"" !important;
    display:block !important;
    width:78px !important;
    height:3px !important;
    margin-top:10px !important;
    border-radius:999px !important;
    background:var(--led-red) !important;
}

.led-premium-hero h1{
    position:relative !important;
    color:#fff !important;
    opacity:1 !important;
    filter:none !important;
}

.led-premium-hero h1 span{
    color:var(--led-yellow) !important;
    opacity:1 !important;
}

.led-premium-copy{
    position:relative !important;
    color:rgba(255,255,255,.92) !important;
    opacity:1 !important;
}

.led-premium-benefits{
    position:relative !important;
    z-index:2 !important;
}

.led-premium-benefits strong{
    color:#fff !important;
}

.led-premium-benefits span{
    color:rgba(255,255,255,.76) !important;
}

.led-premium-cta{
    position:relative !important;
    z-index:2 !important;
}

@media(max-width:640px){
    .led-premium-overlay{
        background:
            linear-gradient(
                180deg,
                rgba(10,10,10,.12) 0%,
                rgba(10,10,10,.34) 32%,
                rgba(10,10,10,.84) 70%,
                rgba(10,10,10,.95) 100%
            ) !important;
    }
}
