
:root{--ink:#111820;--navy:#061321;--navy2:#0b1d30;--gold:#f4b63e;--paper:#fff;--soft:#f6f7f8;--muted:#68727d;--line:#e8ebee;--max:1160px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;background:#fff;color:var(--ink);line-height:1.75}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;background:#02070c;color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:86px;display:flex;align-items:center;justify-content:space-between;position:relative}.brand{display:flex;align-items:center;min-width:0}.brand-svg{display:block;width:220px;height:60px;color:#fff}.header-right{display:flex;align-items:center;gap:28px}.phone-link{display:flex;align-items:center;gap:9px;font-size:20px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.phone-glyph{font-size:22px;line-height:1}.menu-btn{display:none;width:48px;height:58px;padding:8px 4px 3px;border:0;background:transparent;color:#fff;cursor:pointer}.menu-btn span{display:block;width:32px;height:3px;margin:5px auto;background:#fff;border-radius:9px}.menu-btn small{display:block;font-size:10px;margin-top:3px}nav{display:flex;align-items:center;gap:22px}nav a{font-size:14px;color:#e4e9ed}nav a:hover{color:#fff}
section{padding:88px 0}.eyebrow{color:var(--gold);font-size:12px;letter-spacing:.14em;font-weight:800;text-transform:uppercase}.section-head{max-width:760px;margin-bottom:36px}.section-head h2{font-size:clamp(30px,4vw,46px);line-height:1.25;margin:10px 0 14px}.section-head p,.muted{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:12px;padding:28px;box-shadow:0 8px 24px rgba(14,29,44,.05)}.card h3{margin:8px 0;font-size:21px}.card p{margin:0;color:var(--muted)}.btn,.nav-cta{display:inline-block;padding:12px 18px;border-radius:6px;background:var(--gold);color:#111;font-weight:800}.btn-outline{display:inline-block;padding:12px 18px;border:1px solid rgba(255,255,255,.4);border-radius:6px;color:#fff;font-weight:700}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.section-dark{background:var(--navy2);color:#fff}.section-dark .muted,.section-dark .card p{color:#b4c0cb}.section-dark .card{background:#10253a;border-color:rgba(255,255,255,.08)}.checklist{display:grid;gap:12px}.check{padding:16px 18px;background:#10253a;border:1px solid rgba(255,255,255,.08);border-radius:10px}.statement{font-size:clamp(28px,4vw,44px);line-height:1.4;font-weight:800}.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden}.stat{padding:25px;text-align:center;border-right:1px solid rgba(255,255,255,.1)}.stat:last-child{border:0}.stat strong{display:block;color:var(--gold);font-size:28px}.stat span{font-size:12px;color:#aebac5}.tag{display:inline-block;padding:5px 10px;border-radius:99px;background:#edf1f4;font-size:12px;font-weight:700;margin:3px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:16px 14px;border-bottom:1px solid rgba(255,255,255,.1);text-align:left;vertical-align:top}.table th{width:28%;color:#aebac5}.notice{padding:18px;border-left:4px solid var(--gold);background:#fff5d9;border-radius:0 8px 8px 0}.form{display:grid;gap:16px}.form label{font-size:14px;font-weight:700}.form input,.form textarea,.form select{width:100%;padding:14px 15px;border:1px solid #d8dde2;border-radius:8px;font:inherit}.form textarea{min-height:170px}.form button{border:0;cursor:pointer}
.hero{position:relative;min-height:650px;display:flex;align-items:center;color:#fff;background-image:linear-gradient(90deg,rgba(2,9,17,.92),rgba(2,9,17,.58)),url('images/solar-installation.jpeg');background-size:cover;background-position:center}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:46px;align-items:center}.hero h1{font-size:clamp(42px,6vw,70px);line-height:1.1;margin:14px 0 22px}.hero p{font-size:17px;color:#d2dbe3;max-width:720px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.hero-card{padding:28px;border-radius:15px;background:rgba(4,17,30,.72);border:1px solid rgba(255,255,255,.14)}.proof{display:grid;grid-template-columns:1fr 1fr;gap:10px}.proof div{padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:9px}.proof strong{display:block;color:var(--gold);font-size:21px}.proof span{font-size:11px;color:#c8d1d9}.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.work{min-height:250px;border-radius:12px;padding:24px;display:flex;flex-direction:column;justify-content:end;color:#fff;background:linear-gradient(180deg,transparent,rgba(3,12,21,.94)),linear-gradient(135deg,#24394e,#071321)}.work small{color:var(--gold);font-weight:800}.work h3{margin:6px 0 2px}.work p{margin:0;color:#c6d0d9;font-size:13px}.cta{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:46px;border-radius:14px;background:linear-gradient(120deg,#f3b640,#ffd879)}.cta h2{margin:0 0 5px;font-size:clamp(27px,4vw,42px)}.cta p{margin:0}.cta .btn{background:#071321;color:#fff}
.page-hero{background:linear-gradient(135deg,#061321,#0d2740);color:#fff;padding:72px 0 54px}.page-hero.compact{padding:40px 0 38px;background:#fff;color:#111;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(38px,5vw,58px);line-height:1.15;margin:12px 0 0}.page-hero.compact h1{font-size:42px;margin-top:18px}.breadcrumbs{font-size:12px;color:#a9b7c3}.page-hero.compact .breadcrumbs{color:#555}.breadcrumbs a{color:var(--gold)}.breadcrumbs span{padding:0 8px}
.works-section{padding:62px 0 72px;background:#fff}.works-intro{margin-bottom:26px}.works-intro h2{font-size:28px;margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid #dfe3e6;position:relative}.works-intro h2:after{content:"";position:absolute;left:0;bottom:-1px;width:62px;height:3px;background:var(--gold)}.works-intro h2 small{font-size:.66em}.works-intro p{margin:0;color:#3f4952}.project-list{display:grid;gap:10px}.project-card{display:grid;grid-template-columns:1.55fr 1fr;min-height:128px;background:#fff;border:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px rgba(11,24,38,.10)}.project-copy{padding:20px 24px;align-self:center}.project-copy span{display:block;color:#ef9e10;font-size:12px;font-weight:800;margin-bottom:2px}.project-copy h3{margin:0;font-size:20px;line-height:1.35}.project-copy p{margin:4px 0 0;color:#5c6670;font-size:13px}.project-card img{width:100%;height:100%;min-height:128px;object-fit:cover}.works-cta{margin-top:28px;background:linear-gradient(120deg,#f3b540,#ffd36a);border-radius:11px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:24px}.works-cta strong{font-size:18px}.works-cta span{font-size:13px}.works-cta a{background:#05111d;color:#fff;padding:13px 20px;border-radius:6px;font-weight:800;white-space:nowrap}.works-cta b{margin-left:20px}
footer{background:#02070c;color:#c1cad2;padding:44px 0 22px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .7fr;gap:44px;align-items:start}.footer-brand .brand-svg{display:block;width:200px;height:70px;color:#fff;margin-bottom:16px}.footer-brand p{font-size:13px;max-width:430px}.footer-links{display:grid;gap:12px}.footer-links a{font-size:14px;color:#f2f4f6}.footer-links a:before{content:"›";color:var(--gold);font-weight:900;margin-right:10px}.copy{border-top:1px solid rgba(255,255,255,.1);margin-top:30px;padding-top:18px;font-size:12px;text-align:center}
@media(max-width:860px){.wrap{width:min(calc(100% - 30px),var(--max))}.nav{height:74px}.brand-svg{width:180px;height:52px}.header-right{gap:16px}.phone-link{font-size:16px}.phone-glyph{font-size:18px}.menu-btn{display:block}nav{display:none;position:absolute;top:74px;left:-15px;right:-15px;padding:18px 22px;background:#02070c;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.08)}nav.open{display:flex}section{padding:70px 0}.hero{min-height:auto;padding:78px 0}.hero-grid,.split{grid-template-columns:1fr}.cards,.work-grid{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.cta{display:block;padding:34px 24px}.cta .btn{margin-top:18px}}
@media(max-width:560px){.wrap{width:min(calc(100% - 24px),var(--max))}.nav{height:68px}.brand-svg{width:138px;height:46px}.header-right{gap:10px}.phone-link{font-size:13px;gap:5px}.phone-glyph{font-size:15px}.menu-btn{width:40px;height:54px}.menu-btn span{width:27px;height:2px}.menu-btn small{font-size:9px}nav{top:68px}.hero h1{font-size:40px}.hero p{font-size:15px}.hero-card{padding:22px}.proof{grid-template-columns:1fr 1fr}.page-hero.compact{padding:26px 0 24px}.page-hero.compact h1{font-size:34px}.works-section{padding:38px 0 50px}.works-intro h2{font-size:23px}.works-intro p{font-size:14px}.project-card{grid-template-columns:1.55fr 1fr;min-height:102px;border-radius:9px}.project-copy{padding:12px 14px}.project-copy span{font-size:10px}.project-copy h3{font-size:15px}.project-copy p{font-size:11px;margin-top:2px}.project-card img{min-height:102px}.works-cta{display:block;padding:16px}.works-cta strong{font-size:16px}.works-cta a{display:flex;justify-content:space-between;margin-top:12px;padding:12px 14px}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.footer-brand .brand-svg{width:165px;height:58px}.copy{text-align:left}.table th,.table td{display:block;width:100%;padding:10px 0}.table th{border-bottom:0;padding-top:18px}}
@media(max-width:390px){.brand-svg{width:116px;height:42px}.phone-link{font-size:12px}.phone-glyph{display:none}}


.brand-text{
  color:#fff;
  font-size:24px;
  font-weight:700;
  line-height:1;
  letter-spacing:.01em;
  white-space:nowrap;
}
.brand-text strong{
  font-weight:800;
}

@media(max-width:860px){
  .brand-text{font-size:20px}
}
@media(max-width:560px){
  .brand-text{font-size:17px}
}
@media(max-width:390px){
  .brand-text{font-size:15px}
  .phone-link{font-size:11px}
}

/* Nationwide impact */
.nation-badge{display:inline-flex;align-items:center;margin-bottom:12px;padding:9px 14px;border:1px solid rgba(255,216,121,.62);border-radius:999px;background:rgba(7,19,33,.62);color:#ffd879;font-size:12px;font-weight:900;letter-spacing:.14em;box-shadow:0 8px 28px rgba(0,0,0,.18)}
.hero-nation{color:#ffd879;text-shadow:0 4px 28px rgba(0,0,0,.35)}
.proof .proof-nation{border-color:rgba(255,216,121,.48);background:rgba(243,182,64,.09)}
.proof .proof-nation strong{font-size:25px}
.nationwide-strip{padding:42px 0;background:#f3b640;color:#071321}
.nationwide-grid{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}
.nationwide-strip .eyebrow{color:#071321;opacity:.62}
.nationwide-strip h2{font-size:clamp(30px,4vw,48px);margin:6px 0 8px;line-height:1.12}
.nationwide-strip p{max-width:760px;margin:0;font-weight:600}
.nationwide-mark{display:flex;align-items:center;gap:15px;padding-left:36px;border-left:1px solid rgba(7,19,33,.28)}
.nationwide-mark strong{font-size:68px;line-height:.9}
.nationwide-mark span{font-size:12px;font-weight:900;letter-spacing:.08em;line-height:1.5}
@media(max-width:860px){.nationwide-grid{grid-template-columns:1fr}.nationwide-mark{padding:18px 0 0;border-left:0;border-top:1px solid rgba(7,19,33,.24)}.nationwide-strip{padding:34px 0}}
@media(max-width:560px){.nation-badge{font-size:10px;letter-spacing:.08em;padding:8px 10px}.hero-nation{font-size:.95em}.nationwide-mark strong{font-size:54px}}
