:root{--navy:#061630;--navy2:#0b254d;--blue:#0969e8;--cyan:#49a5ff;--ink:#122033;--muted:#5f6f82;--line:#dce5ef;--soft:#f3f7fb;--white:#fff;--radius:18px;--shadow:0 18px 45px rgba(6,22,48,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);line-height:1.65;background:var(--white)}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:var(--navy);color:#d9e7f8;font-size:.84rem}.topbar .wrap{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--navy);letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(145deg,var(--navy),var(--blue));color:#fff;font-size:1.05rem}.brand small{display:block;font-size:.68rem;font-weight:700;color:var(--blue);letter-spacing:.12em}.nav-links{display:flex;align-items:center;gap:22px;font-size:.92rem;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px;background:var(--blue);color:#fff;font-weight:800;border:1px solid var(--blue);transition:.2s}.button:hover{transform:translateY(-1px);background:#075dcf}.button.ghost{background:transparent;color:var(--navy);border-color:#b8c8da}.hero{background:linear-gradient(115deg,rgba(6,22,48,.97),rgba(8,40,83,.88)),url('/assets/images/commercial-rooftop-solar-array-01.jpg') center/cover;color:#fff;padding:88px 0 80px}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:900;color:var(--cyan)}h1,h2,h3{line-height:1.12;letter-spacing:-.03em;color:var(--navy)}.hero h1{font-size:clamp(2.5rem,5vw,4.8rem);color:#fff;margin:.2em 0}.hero p{font-size:1.15rem;color:#dce9f8;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero .ghost{color:#fff;border-color:#9ab3ce}.proof{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.proof div{padding:18px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:14px}.proof strong{display:block;font-size:1.25rem}.trust-strip{border-bottom:1px solid var(--line);background:#fff}.trust{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 36px;padding:20px 0;font-weight:800;color:#31465e}.section{padding:82px 0}.section.soft{background:var(--soft)}.section-head{max-width:760px;margin-bottom:34px}.section-head h2{font-size:clamp(2rem,4vw,3.2rem);margin:.25em 0}.section-head p{color:var(--muted);font-size:1.06rem}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 28px rgba(6,22,48,.06)}.card h3{font-size:1.3rem;margin:.35em 0}.card p{color:var(--muted)}.card a{color:var(--blue);font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}.photo{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#dfe8f2}.photo img{aspect-ratio:4/3;object-fit:cover}.feature-list{list-style:none;padding:0;margin:24px 0}.feature-list li{padding:10px 0 10px 30px;position:relative;border-bottom:1px solid var(--line)}.feature-list li:before{content:'✓';position:absolute;left:0;color:var(--blue);font-weight:900}.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:240px 240px;gap:14px}.gallery figure{margin:0;overflow:hidden;border-radius:14px;background:#dfe8f2}.gallery figure:first-child{grid-row:1/3}.gallery img{height:100%;object-fit:cover}.quote-band{background:linear-gradient(120deg,var(--navy),var(--navy2));color:#fff;padding:64px 0}.quote-band h2{color:#fff;font-size:clamp(2rem,4vw,3rem);margin:0 0 10px}.quote-band .split{align-items:start}.contact-list a{color:#fff;font-weight:800}.form{background:#fff;color:var(--ink);padding:28px;border-radius:var(--radius)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form label{display:block;font-size:.8rem;font-weight:800;margin-bottom:5px}.form input,.form select,.form textarea{width:100%;padding:12px;border:1px solid #bac8d7;border-radius:9px;font:inherit}.form textarea{min-height:120px;resize:vertical}.form .wide{grid-column:1/-1}.page-hero{background:linear-gradient(115deg,var(--navy),var(--navy2));color:#fff;padding:72px 0}.page-hero h1{color:#fff;font-size:clamp(2.4rem,5vw,4.2rem);margin:.2em 0}.page-hero p{max-width:780px;color:#dce9f8;font-size:1.12rem}.breadcrumbs{font-size:.82rem;color:#b9cee5}.content{max-width:790px}.content h2{font-size:2rem;margin-top:1.5em}.faq details{border-top:1px solid var(--line);padding:18px 0}.faq summary{cursor:pointer;font-weight:850;color:var(--navy)}footer{background:#031022;color:#c9d7e8;padding:54px 0 26px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:38px}.footer-grid h3{color:#fff;margin-top:0}.footer-grid a{display:block;margin:7px 0}.legal{border-top:1px solid #23344a;margin-top:38px;padding-top:22px;font-size:.8rem;color:#92a6bd}.mobile-toggle{display:none}.hide{display:none!important}
@media(max-width:900px){.nav-links{display:none}.mobile-toggle{display:block;border:0;background:var(--soft);padding:10px 13px;border-radius:9px;font-size:1.1rem}.nav-links.open{display:flex;position:absolute;top:78px;left:0;right:0;background:#fff;padding:20px 16px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.hero-grid,.split{grid-template-columns:1fr}.hero{padding:64px 0}.proof{margin-top:10px}.cards{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr;grid-template-rows:260px 190px}.gallery figure:first-child{grid-column:1/3;grid-row:auto}.footer-grid{grid-template-columns:1fr 1fr}.topbar .wrap span:last-child{display:none}}
@media(max-width:620px){.cards,.form-grid,.footer-grid{grid-template-columns:1fr}.form .wide{grid-column:auto}.section{padding:58px 0}.hero h1{font-size:2.6rem}.proof{grid-template-columns:1fr 1fr}.gallery{display:grid;grid-template-columns:1fr;grid-template-rows:auto}.gallery figure:first-child{grid-column:auto}.gallery img{aspect-ratio:4/3}.topbar{display:none}.brand{font-size:.85rem}}
.brand-logo{width:210px;height:62px;object-fit:contain;object-position:left center;border-radius:0}
@media(max-width:420px){.brand-logo{width:175px;height:56px}}
.brand-logo{width:185px;height:68px;background:#fff;object-fit:contain}
.nav{min-height:86px}.nav-links{gap:18px}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.project-grid figure{margin:0;border-radius:14px;overflow:hidden;background:#dfe8f2}.project-grid img{height:270px;object-fit:cover}.project-grid figure:nth-child(1),.project-grid figure:nth-child(8){grid-column:span 2}.project-grid figure:nth-child(1) img,.project-grid figure:nth-child(8) img{height:340px}
@media(max-width:900px){.project-grid{grid-template-columns:1fr 1fr}.project-grid figure:nth-child(1),.project-grid figure:nth-child(8){grid-column:span 2}}
@media(max-width:620px){.project-grid{grid-template-columns:1fr}.project-grid figure,.project-grid figure:nth-child(1),.project-grid figure:nth-child(8){grid-column:auto}.project-grid img,.project-grid figure:nth-child(1) img,.project-grid figure:nth-child(8) img{height:240px}.brand-logo{width:155px;height:62px}}
