:root {
  --navy: #06446c;
  --navy-deep: #043452;
  --navy-ink: #082b3e;
  --orange: #ffa500;
  --orange-deep: #e79000;
  --cream: #f7f5ef;
  --paper: #ffffff;
  --ink: #18242c;
  --muted: #5e6b72;
  --line: #dfe5e7;
  --shadow: 0 18px 60px rgba(4, 52, 82, .14);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.skip-link { position:fixed; left:16px; top:-60px; background:white; color:var(--navy); padding:10px 14px; z-index:999; border-radius:8px; }
.skip-link:focus { top:12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #06446c;
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
}
.nav-wrap { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.brand { width: 190px; flex: 0 0 auto; }
.brand img { width: 100%; height: 58px; object-fit: contain; object-position: left center; }
.primary-nav { margin-left: auto; display:flex; align-items:center; gap:28px; }
.primary-nav a { color:white; text-decoration:none; font-weight:700; font-size:.95rem; }
.primary-nav a:hover, .primary-nav a:focus-visible { color:var(--orange); }
.menu-toggle { display:none; background:none; border:0; padding:8px; cursor:pointer; }
.menu-toggle span:not(.sr-only) { display:block; width:27px; height:2px; background:white; margin:5px 0; }

.btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; min-height:48px; padding:12px 20px; border-radius:999px; border:2px solid transparent; text-decoration:none; font-weight:800; cursor:pointer; transition:.2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background:var(--orange); color:#111; box-shadow:0 8px 22px rgba(255,165,0,.22); }
.btn-primary:hover { background:#ffb426; }
.btn-secondary { border-color:rgba(255,255,255,.7); color:white; background:transparent; }
.btn-secondary:hover { border-color:white; background:rgba(255,255,255,.08); }
.btn-small { min-height:42px; padding:9px 16px; background:white; color:var(--navy); }
.btn-full { width:100%; border:0; }

.hero { position:relative; overflow:hidden; background:linear-gradient(135deg, var(--navy) 0%, var(--navy-deep) 100%); color:white; }
.hero::after { content:""; position:absolute; width:520px; height:520px; right:-190px; top:-180px; border:75px solid rgba(255,165,0,.09); border-radius:50%; }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:1.25fr .75fr; align-items:center; gap:72px; padding-block:92px; }
.hero-logo { display:block; width:min(560px, 92%); height:auto; margin:0 0 34px; object-fit:contain; object-position:left center; }
.eyebrow { margin:0 0 12px; color:var(--orange-deep); text-transform:uppercase; letter-spacing:.15em; font-size:.77rem; font-weight:900; }
.eyebrow-light { color:#ffc04d; }
.hero h1 { max-width:800px; margin:0; font-size:clamp(2.65rem, 6vw, 5.4rem); line-height:.98; letter-spacing:-.055em; }
.hero-lede { max-width:720px; margin:28px 0 0; font-size:1.2rem; color:rgba(255,255,255,.82); }
.hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.contact-strip { display:flex; flex-wrap:wrap; gap:12px; margin-top:36px; }
.contact-strip a { display:flex; flex-direction:column; min-width:190px; padding:10px 14px; border-left:3px solid var(--orange); text-decoration:none; }
.contact-strip strong { font-size:.92rem; }
.contact-strip span { color:rgba(255,255,255,.72); font-size:.9rem; }
.hero-card { position:relative; background:white; color:var(--ink); border-radius:30px; padding:38px; box-shadow:0 30px 80px rgba(0,0,0,.22); }
.hero-card::before { content:""; position:absolute; inset:0 auto 0 0; width:7px; border-radius:30px 0 0 30px; background:var(--orange); }
.bolt-mark { width:58px; height:58px; border-radius:16px; display:grid; place-items:center; background:#fff3d8; font-size:1.65rem; }
.hero-card-kicker { margin:22px 0 4px; color:var(--navy); font-weight:800; }
.hero-card h2 { margin:0; color:var(--navy-deep); font-size:2rem; line-height:1.05; }
.hero-card p { color:var(--muted); }
.check-list { list-style:none; padding:0; margin:22px 0 0; }
.check-list li { position:relative; padding:9px 0 9px 30px; border-top:1px solid var(--line); font-weight:700; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--orange-deep); }

.trust-bar { border-bottom:1px solid var(--line); background:white; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); }
.trust-grid div { padding:24px 22px; border-right:1px solid var(--line); }
.trust-grid div:first-child { padding-left:0; }
.trust-grid div:last-child { border-right:0; }
.trust-grid strong, .trust-grid span { display:block; }
.trust-grid strong { color:var(--navy); font-size:1.05rem; }
.trust-grid span { color:var(--muted); font-size:.9rem; }

.section { padding-block:96px; }
.section-heading { max-width:850px; margin-bottom:42px; }
.section-heading.narrow { max-width:760px; }
.section h2 { margin:0; color:var(--navy-deep); font-size:clamp(2.15rem, 4vw, 3.55rem); line-height:1.03; letter-spacing:-.04em; }
.section-heading > p:last-child { max-width:700px; color:var(--muted); font-size:1.05rem; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.service-card { position:relative; padding:30px; border:1px solid var(--line); border-radius:var(--radius); background:white; min-height:245px; }
.service-card.featured { grid-row:span 2; background:var(--cream); border-color:#eadfca; }
.service-icon { width:48px; height:48px; display:grid; place-items:center; border-radius:14px; background:#eaf3f7; color:var(--navy); font-weight:900; font-size:1.35rem; margin-bottom:24px; }
.featured .service-icon { background:#fff0cc; }
.service-label { display:inline-block; margin:0 0 8px !important; color:var(--orange-deep) !important; font-weight:900; font-size:.78rem !important; text-transform:uppercase; letter-spacing:.11em; }
.service-card h3 { margin:0 0 10px; color:var(--navy-deep); font-size:1.35rem; }
.service-card p { color:var(--muted); }
.service-card ul { padding-left:20px; color:var(--ink); }
.service-card li { margin:8px 0; }
.callout-card { background:var(--navy); border-color:var(--navy); color:white; }
.callout-card h3, .callout-card p { color:white; }
.callout-card .eyebrow { color:#ffc04d; }
.text-link { color:var(--orange); font-weight:900; text-decoration:none; }
.fine-print { margin:20px 0 0; color:var(--muted); font-size:.86rem; }

.section-dark { background:var(--navy-deep); color:white; }
.section-dark h2 { color:white; }
.split-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; }
.light-copy { color:rgba(255,255,255,.75); max-width:620px; font-size:1.08rem; }
.feature-list { display:grid; gap:14px; }
.feature-list > div { display:grid; grid-template-columns:55px 1fr; gap:18px; padding:24px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:18px; }
.feature-list > div > span { color:var(--orange); font-weight:900; font-size:1.15rem; }
.feature-list h3 { margin:0 0 5px; color:white; }
.feature-list p { margin:0; color:rgba(255,255,255,.72); }

.area-grid { display:grid; grid-template-columns:1.3fr .7fr; gap:20px; }
.area-card { padding:34px; border-radius:var(--radius); border:1px solid var(--line); background:var(--cream); }
.state-tag { margin:0; color:var(--orange-deep); font-weight:900; text-transform:uppercase; letter-spacing:.14em; font-size:.76rem; }
.area-card h3 { margin:4px 0 20px; color:var(--navy); font-size:1.5rem; }
.towns { display:flex; flex-wrap:wrap; gap:9px; }
.towns span { padding:7px 11px; background:white; border:1px solid #dde3e4; border-radius:999px; font-size:.9rem; }

.contact-section { background:#f2f6f7; }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:54px; align-items:start; }
.contact-copy > p { color:var(--muted); }
.owner-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-top:28px; }
.owner-card { padding:22px; background:white; border-radius:18px; border:1px solid var(--line); }
.owner-role { margin:0; color:var(--orange-deep) !important; font-size:.75rem; font-weight:900; text-transform:uppercase; letter-spacing:.12em; }
.owner-card h3 { margin:2px 0 10px; color:var(--navy); }
.owner-card a { display:block; width:max-content; max-width:100%; color:var(--navy); text-decoration:none; font-size:.92rem; overflow-wrap:anywhere; }
.owner-card a:hover { text-decoration:underline; }
.project-form { padding:32px; border-radius:var(--radius); background:white; border:1px solid var(--line); box-shadow:var(--shadow); }
.project-form label { display:grid; gap:7px; margin-bottom:17px; color:var(--navy-ink); font-weight:800; font-size:.92rem; }
.form-row.two-col { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.project-form input, .project-form textarea, .project-form select { width:100%; padding:12px 13px; border:1px solid #cbd5d9; border-radius:10px; color:var(--ink); background:white; outline:none; }
.project-form input:focus, .project-form textarea:focus, .project-form select:focus { border-color:var(--navy); box-shadow:0 0 0 3px rgba(6,68,108,.1); }
.project-form textarea { resize:vertical; }
.form-note { margin:12px 0 0; color:var(--muted); font-size:.79rem; }

.site-footer { background:#031f31; color:white; padding-top:54px; }
.footer-grid { display:grid; grid-template-columns:1.4fr .8fr .8fr; gap:44px; padding-bottom:40px; }
.footer-brand img { width:260px; height:92px; object-fit:contain; object-position:left center; }
.footer-brand p { max-width:480px; color:rgba(255,255,255,.62); font-size:.92rem; }
.footer-grid h2 { font-size:.9rem; text-transform:uppercase; letter-spacing:.11em; color:#ffc04d; }
.footer-grid a { display:block; width:max-content; max-width:100%; text-decoration:none; color:rgba(255,255,255,.8); overflow-wrap:anywhere; }
.footer-grid a:hover { color:white; }
.footer-bottom { min-height:72px; display:flex; justify-content:space-between; gap:20px; align-items:center; border-top:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.55); font-size:.85rem; }
.footer-bottom a { color:rgba(255,255,255,.72); text-decoration:none; }

@media (max-width: 920px) {
  .header-cta { display:none; }
  .menu-toggle { display:block; margin-left:auto; }
  .primary-nav { position:absolute; top:86px; left:0; right:0; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px 20px 22px; background:var(--navy-deep); border-top:1px solid rgba(255,255,255,.12); }
  .primary-nav.open { display:flex; }
  .primary-nav a { padding:12px 0; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns:1fr; gap:42px; }
  .hero-grid { padding-block:70px; }
  .hero-card { max-width:620px; }
  .trust-grid { grid-template-columns:1fr 1fr; }
  .trust-grid div { border-bottom:1px solid var(--line); }
  .trust-grid div:nth-child(2) { border-right:0; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .service-card.featured { grid-row:auto; grid-column:span 2; }
  .area-grid { grid-template-columns:1fr; }
}

@media (max-width: 620px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .nav-wrap { min-height:74px; }
  .brand { width:155px; }
  .brand img { height:48px; }
  .primary-nav { top:74px; }
  .hero-grid { padding-block:56px; }
  .hero h1 { font-size:clamp(2.45rem, 13vw, 4rem); }
  .hero-lede { font-size:1.04rem; }
  .hero-actions .btn { width:100%; }
  .contact-strip { display:grid; grid-template-columns:1fr 1fr; width:100%; }
  .contact-strip a { min-width:0; padding-left:10px; }
  .hero-card { padding:28px; border-radius:22px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid div, .trust-grid div:first-child { padding:17px 0; border-right:0; }
  .section { padding-block:68px; }
  .service-grid { grid-template-columns:1fr; }
  .service-card.featured { grid-column:auto; }
  .owner-grid, .form-row.two-col { grid-template-columns:1fr; }
  .project-form { padding:22px; }
  .footer-grid { grid-template-columns:1fr; gap:24px; }
  .footer-bottom { flex-direction:column; justify-content:center; align-items:flex-start; padding-block:18px; }
}
