:root { --navy: #17243a; --blue: #1a4f80; --gold: #f6b51f; --ink: #253144; --muted: #667085; }
html { scroll-behavior: smooth; }
body { color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
.topbar { background: var(--navy); color: #dbe7f5; }
.topbar a { color: #fff; text-decoration: none; }
.navbar { min-height: 82px; }
.navbar-brand img { display: block; max-height: 52px; max-width: 150px; object-fit: contain; }
.nav-link { color: var(--ink); font-size: .84rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.nav-link.active, .nav-link:hover { color: var(--blue); }
.btn-warning { background: var(--gold); border-color: var(--gold); color: #1a2535; }
.btn-warning:hover { background: #e4a30d; border-color: #e4a30d; }
.hero-slide { min-height: 540px; display: flex; align-items: center; position: relative; background-position: center; background-size: cover; }
.hero-slide::before { background: linear-gradient(90deg, rgba(13,29,48,.84), rgba(13,29,48,.36)); content: ""; inset: 0; position: absolute; }
.banner-one { background-image: url('../images/gallery-panel.png'); background-position: center 42%; }
.banner-two { background-image: url('../images/gallery-lighting.png'); background-position: center 45%; }
.hero-content { color: #fff; position: relative; z-index: 1; }
.hero-content h1, .hero-content h2 { font-size: clamp(2.5rem, 5vw, 4.6rem); font-weight: 800; line-height: 1.03; text-transform: uppercase; }
.hero-content p:not(.eyebrow) { font-size: 1.1rem; max-width: 530px; }
.eyebrow, .section-kicker { color: var(--gold); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.py-lg-7 { padding-bottom: 5rem; padding-top: 5rem; }
.section-title { color: var(--navy); font-size: clamp(1.9rem, 3vw, 2.75rem); font-weight: 800; line-height: 1.15; text-transform: uppercase; }
.section-intro { color: var(--muted); max-width: 650px; }
.about-image { align-items: center; background: linear-gradient(145deg, #183d63, #091727); box-shadow: -17px 17px 0 var(--gold); color: #fff; display: flex; flex-direction: column; font-size: 1.65rem; font-weight: 800; justify-content: center; line-height: 1.2; min-height: 430px; text-align: center; text-transform: uppercase; }
.about-image i { color: var(--gold); font-size: 5rem; margin-bottom: 1.2rem; }
.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { font-weight: 600; margin-bottom: .8rem; }
.check-list li::before { color: var(--gold); content: "✓"; font-weight: 900; margin-right: .55rem; }
.services-section { background: #f4f6f8; }
.service-card { background: white; box-shadow: 0 8px 28px rgba(22,38,61,.1); height: 100%; text-align: left; transition: transform .2s; }
.service-card:hover { transform: translateY(-5px); }
.service-visual { align-items: center; color: white; display: flex; font-size: 3.75rem; height: 205px; justify-content: center; overflow: hidden; position: relative; }
.service-visual::after { border: 24px solid rgba(255,255,255,.08); border-radius: 50%; content: ""; height: 154px; position: absolute; width: 154px; }
.service-visual i { z-index: 1; }
.residential { background: linear-gradient(135deg, #315f8b, #102a47); }
.commercial { background: linear-gradient(135deg, #173b62, #081726); }
.maintenance { background: linear-gradient(135deg, #7e5b14, #2b2618); }
.service-body { padding: 1.35rem 1.5rem 1.55rem; }
.service-body > i { color: var(--gold); font-size: 1.4rem; }
.service-body h3, .reason h3, .footer h3 { font-size: 1.1rem; font-weight: 800; margin-top: .75rem; text-transform: uppercase; }
.service-body p { color: var(--muted); min-height: 48px; }
.service-body a { color: var(--blue); font-size: .85rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.why-us { background: linear-gradient(120deg, #0e2036, #1e527f); color: #d9e4ee; }
.why-us .section-kicker { color: var(--gold); }
.reason { background: rgba(255,255,255,.07); border-left: 3px solid var(--gold); height: 100%; padding: 1.35rem; }
.reason > i { color: var(--gold); font-size: 1.55rem; }
.reason h3 { color: #fff; }
.reason p { margin-bottom: 0; }
.project-placeholder { align-items: center; background: var(--navy); color: white; display: flex; flex-direction: column; font-size: 1.15rem; font-weight: 700; gap: .7rem; justify-content: center; min-height: 190px; }
.project-placeholder i { color: var(--gold); font-size: 2rem; }
.contact-strip { background: var(--blue); color: #fff; }
.contact-strip .section-kicker { color: #f9ca58; }
.contact-strip h2 { font-size: clamp(1.6rem, 3vw, 2.25rem); font-weight: 800; margin: 0; text-transform: uppercase; }
.footer { background: #111d2e; color: #bfc9d4; }
.footer-logo { background: white; max-height: 55px; max-width: 155px; object-fit: contain; padding: .35rem; }
.footer h3 { color: #fff; margin-top: 0; }
.footer p { line-height: 1.65; }
.footer i { color: var(--gold); margin-right: .3rem; }
.footer a { color: #dce6f1; text-decoration: none; }
.footer a:hover { color: var(--gold); }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: .6rem; }
.copyright { background: #0c1521; color: #8d9bab; font-size: .82rem; }
.back-to-top { align-items: center; background: var(--gold); bottom: 20px; color: var(--navy); display: flex; height: 42px; justify-content: center; position: fixed; right: 20px; text-decoration: none; width: 42px; }
.page-hero { background: linear-gradient(120deg, rgba(12,31,53,.94), rgba(29,89,140,.74)), url('../images/gallery-panel.png') center 45%/cover; color: #fff; padding: 7rem 0; }
.gallery-hero { background-image: linear-gradient(120deg, rgba(12,31,53,.93), rgba(29,89,140,.68)), url('../images/gallery-lighting.png'); }
.page-hero h1 { font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 800; line-height: 1; margin-bottom: 1rem; text-transform: uppercase; }
.page-hero p:last-child { font-size: 1.1rem; margin-bottom: 0; }
.content-photo { box-shadow: 17px 17px 0 var(--gold); height: 390px; object-fit: cover; width: 100%; }
.detail-card { background: #fff; border-top: 4px solid var(--gold); box-shadow: 0 8px 28px rgba(22,38,61,.1); height: 100%; padding: 2rem; }
.detail-card-icon { align-items: center; background: var(--navy); border-radius: 50%; color: var(--gold); display: flex; font-size: 1.5rem; height: 58px; justify-content: center; width: 58px; }
.detail-card h2 { color: var(--navy); font-size: 1.25rem; font-weight: 800; margin: 1.25rem 0 .75rem; text-transform: uppercase; }
.detail-card p, .detail-card li { color: var(--muted); }
.detail-card ul { line-height: 1.9; margin: 1rem 0 0; padding-left: 1.1rem; }
.gallery-grid figure { background: var(--navy); margin: 0; overflow: hidden; position: relative; }
.gallery-grid img { display: block; height: 260px; object-fit: cover; transition: transform .35s ease; width: 100%; }
.gallery-grid figure:hover img { transform: scale(1.06); }
.gallery-grid figcaption { background: rgba(10,27,46,.9); bottom: 0; color: #fff; font-size: .88rem; font-weight: 700; left: 0; padding: .85rem 1rem; position: absolute; text-transform: uppercase; width: 100%; }
.panel-crop-one { object-position: 75% 30%; } .panel-crop-two { object-position: 28% 66%; } .lighting-crop-one { object-position: 70% 30%; } .lighting-crop-two { object-position: 28% 66%; }
@media (max-width: 991.98px) { .navbar { min-height: 68px; } .navbar-nav { align-items: start !important; padding: .75rem 0; } .nav-link { padding: .65rem 0; } .hero-slide { min-height: 460px; } }
@media (max-width: 575.98px) { .hero-slide { min-height: 400px; } .hero-content { padding-bottom: 2rem; padding-top: 2rem; } .service-body p { min-height: 0; } }
