.lighting-intro{padding:88px 0;background:var(--white)}.lighting-intro-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.lighting-intro-content h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-bottom:16px}.lighting-intro-content>p{font-size:.95rem;color:var(--gray-600);line-height:1.75;margin-bottom:28px;font-weight:400;text-transform:none;letter-spacing:0}.lighting-intro-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:var(--gray-200);display:flex;align-items:center;justify-content:center;color:#00000026;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.lighting-intro-img img{width:100%;height:100%;object-fit:cover}.why-wire{padding:88px 0;background:var(--gray-100)}.why-wire-header{text-align:center;margin-bottom:56px}.why-wire-header h2{font-size:clamp(1.9rem,3vw,2.8rem);margin-bottom:12px}.why-wire-header p{font-size:.95rem;color:var(--gray-600);max-width:620px;margin:0 auto;line-height:1.75;font-weight:400;text-transform:none;letter-spacing:0}.why-wire-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.why-wire-card{background:var(--white);border-radius:var(--radius-lg);padding:36px 28px;border:1px solid rgba(0,0,0,.04);box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.16,1,.3,1)}.why-wire-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.why-wire-card svg{width:28px;height:28px;color:var(--green-700);margin-bottom:18px}.why-wire-card h4{font-size:.9rem;color:var(--dark);margin-bottom:10px;letter-spacing:.04em}.why-wire-card p{font-size:.85rem;color:var(--gray-600);line-height:1.65;font-weight:400;text-transform:none;letter-spacing:0}.lighting-products{padding:88px 0;background:var(--white)}.lighting-cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.lighting-cat{background:var(--gray-100);border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(0,0,0,.04);transition:all .35s cubic-bezier(.16,1,.3,1)}.lighting-cat:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.lighting-cat-img{aspect-ratio:1;background:var(--gray-200);display:flex;align-items:center;justify-content:center;color:#00000026;font-size:.65rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.lighting-cat-img img{width:100%;height:100%;object-fit:cover}.lighting-cat-content{padding:32px 28px;display:flex;flex-direction:column;justify-content:center}.lighting-cat-content h3{font-size:1.1rem;color:var(--dark);margin-bottom:10px;letter-spacing:.02em}.lighting-cat-content p{font-size:.85rem;color:var(--gray-600);line-height:1.65;font-weight:400;text-transform:none;letter-spacing:0;margin-bottom:20px}.lighting-cat-content .btn{align-self:flex-start}.lighting-cat.full-width{grid-template-columns:1fr 2fr}.sample-products{padding:88px 0;background:var(--gray-100)}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-placeholder{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(0,0,0,.04);box-shadow:var(--shadow-sm);transition:all .35s cubic-bezier(.16,1,.3,1)}.product-placeholder:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.product-placeholder-img{aspect-ratio:1;background:var(--gray-100);display:flex;align-items:center;justify-content:center;color:#0000001f;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.product-placeholder-body{padding:20px 24px}.product-placeholder-body h4{font-size:.95rem;color:var(--dark);margin-bottom:4px;text-transform:none;letter-spacing:0}.product-placeholder-body p{font-size:.82rem;color:var(--gray-600);font-weight:400;text-transform:none;letter-spacing:0;margin-bottom:14px}.lighting-transformers{padding:88px 0;background:var(--dark)}.transformers-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.transformers-content h2{font-size:clamp(1.9rem,3vw,2.8rem);color:var(--white);margin-bottom:16px}.transformers-content>p{font-size:.95rem;color:#ffffffa6;line-height:1.75;margin-bottom:28px;font-weight:400;text-transform:none;letter-spacing:0}.transformers-list{display:flex;flex-direction:column;gap:14px;margin-bottom:32px}.transformers-item{display:flex;gap:12px;align-items:flex-start}.transformers-item svg{width:20px;height:20px;color:var(--green-700);flex-shrink:0;margin-top:2px}.transformers-item p{font-size:.9rem;color:#ffffffb3;line-height:1.6;font-weight:400;text-transform:none;letter-spacing:0}.transformers-item p strong{color:var(--white);font-weight:700}.transformers-img{border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffff26;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.transformers-img img{width:100%;height:100%;object-fit:cover}.contractor-callout{padding:56px 0;background:var(--green-700)}.contractor-callout-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.contractor-callout-text h3{font-size:1.4rem;color:var(--white);margin-bottom:6px;text-transform:none;letter-spacing:-.01em}.contractor-callout-text p{font-size:.95rem;color:#ffffffbf;font-weight:400;text-transform:none;letter-spacing:0}@media (max-width: 1024px){.lighting-cat-grid{grid-template-columns:1fr}.lighting-cat.full-width{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.lighting-intro-inner{grid-template-columns:1fr;gap:32px}.why-wire-grid,.lighting-cat,.lighting-cat.full-width{grid-template-columns:1fr}.transformers-inner{grid-template-columns:1fr;gap:32px}.contractor-callout-inner{flex-direction:column;text-align:center}.lighting-intro,.why-wire,.lighting-products,.lighting-transformers{padding:56px 0}.products-grid{grid-template-columns:1fr 1fr}.sample-products{padding:56px 0}}
