:root {
  --navy: #101826;
  --orange: #f26716;
  --paper: #f4f5f7;
  --ink: #121820;
  --muted: #5c6573;
  --line: #d5dae3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Source Sans 3", system-ui, sans-serif;
  line-height: 1.5;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.gwc-bar {
  display: flex; justify-content: space-between; gap: 12px; align-items: center;
  padding: 8px 16px; background: #0b1018; color: #c8d0dc; font-size: 12px;
}
.gwc-bar a {
  background: var(--orange); color: #fff; padding: 7px 12px;
  font-size: 11px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
}

.call-strip {
  display: block; text-align: center;
  background: var(--orange); color: #fff;
  padding: 10px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; font-size: 13px;
}

.hdr {
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px clamp(16px, 4vw, 40px);
  background: var(--navy); color: #fff;
}
.brand {
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 28px; font-weight: 800; letter-spacing: 0.04em;
}
.hdr nav { display: flex; gap: 18px; font-size: 13px; font-weight: 600; color: #b8c2d1; flex-wrap: wrap; justify-content: flex-end; }

.hero {
  display: grid; grid-template-columns: 1.1fr 0.9fr; min-height: 70vh;
}
.hero-bg { background-size: cover; background-position: center; min-height: 320px; }
.hero-panel {
  background: var(--navy); color: #fff;
  padding: clamp(32px, 5vw, 64px);
  display: grid; align-content: center; gap: 18px;
}
.loc { margin: 0; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.hero h1 {
  margin: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(42px, 7vw, 64px); font-weight: 800; line-height: 0.95; text-transform: uppercase;
}
.sub { margin: 0; color: #c5cedb; font-size: 18px; max-width: 34rem; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.btn-orange, .btn-outline {
  display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px;
  font-size: 13px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase;
}
.btn-orange { background: var(--orange); color: #fff; }
.btn-outline { border: 2px solid #fff; color: #fff; }

.proof {
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--paper); border-bottom: 1px solid var(--line);
}
.proof div { padding: 22px 18px; border-right: 1px solid var(--line); }
.proof div:last-child { border-right: 0; }
.proof strong {
  display: block; font-family: "Barlow Condensed", sans-serif;
  font-size: 28px; font-weight: 800; text-transform: uppercase;
}
.proof span { color: var(--muted); font-size: 14px; }

.storm-cta {
  background: #1a2436; color: #fff;
  border-bottom: 4px solid var(--orange);
}
.storm-inner {
  max-width: 1100px; margin: 0 auto;
  padding: 40px clamp(16px, 4vw, 40px);
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px;
}
.storm-tag {
  margin: 0 0 8px; color: var(--orange);
  font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
}
.storm-inner h2 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(28px, 4vw, 38px); font-weight: 800; text-transform: uppercase; line-height: 1.05;
}
.storm-inner p { margin: 0; color: #b8c2d1; max-width: 36rem; }

.section-head { margin-bottom: 36px; max-width: 1100px; }
.section-head.light h2, .section-head.light p { color: inherit; }
.section-head h2, .process h2, .estimate-copy h2 {
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(36px, 5vw, 48px); font-weight: 800; text-transform: uppercase;
}
.section-head p { margin: 0; color: var(--muted); }

.services {
  padding: 72px clamp(16px, 4vw, 40px);
  max-width: 1100px; margin: 0 auto;
}
.service-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.service-card {
  border: 1px solid var(--line); padding: 28px 24px;
  display: grid; gap: 14px; align-content: start;
}
.service-card h3 {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 32px; font-weight: 800; text-transform: uppercase;
  color: var(--navy);
}
.service-lead { margin: 0; color: var(--muted); font-size: 15px; }
.service-card ul {
  margin: 0; padding-left: 18px; color: var(--ink); font-size: 14px;
  display: grid; gap: 6px;
}
.service-link {
  margin-top: 4px; color: var(--orange); font-weight: 800;
  font-size: 13px; letter-spacing: 0.04em; text-transform: uppercase;
}

.jobs { padding: 72px clamp(16px, 4vw, 40px); max-width: 1100px; margin: 0 auto; }
.job {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px;
  margin-bottom: 48px; align-items: center;
}
.job:last-child { margin-bottom: 0; }
.job.reverse { grid-template-columns: 0.9fr 1.1fr; }
.job.reverse img { order: 2; }
.job img { width: 100%; height: 280px; object-fit: cover; }
.job-meta { margin: 0 0 8px; color: var(--orange); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.job h3 { margin: 0 0 10px; font-size: 26px; line-height: 1.2; }
.job > div > p { margin: 0 0 16px; color: var(--muted); }
.job-stats {
  margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  border-top: 1px solid var(--line); padding-top: 16px;
}
.job-stats div { display: grid; gap: 2px; }
.job-stats dt {
  margin: 0; font-size: 11px; font-weight: 800; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--muted);
}
.job-stats dd { margin: 0; font-size: 14px; font-weight: 600; }

.process {
  background: var(--navy); color: #fff;
  padding: 72px clamp(16px, 4vw, 40px);
}
.process h2 { margin-bottom: 28px; }
.process ol {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  max-width: 1100px;
}
.process li {
  border-top: 3px solid var(--orange); padding-top: 16px;
  display: grid; gap: 10px;
}
.process strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px; color: var(--orange);
}

.warranty {
  background: var(--navy); color: #fff;
  padding: 72px clamp(16px, 4vw, 40px);
  border-top: 1px solid #243044;
}
.warranty .section-head { margin-left: auto; margin-right: auto; }
.warranty .section-head p { color: #b8c2d1; }
.warranty-grid {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.warranty-grid h3 {
  margin: 0 0 10px; color: var(--orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px; font-weight: 800; text-transform: uppercase;
}
.warranty-grid p { margin: 0; color: #c5cedb; font-size: 15px; }

.area {
  padding: 72px clamp(16px, 4vw, 40px);
  max-width: 1100px; margin: 0 auto;
  background: var(--paper);
}
.city-list {
  list-style: none; margin: 0 0 20px; padding: 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px 16px;
}
.city-list li {
  padding: 10px 14px; background: #fff; border: 1px solid var(--line);
  font-weight: 600; font-size: 14px;
}
.area-note { margin: 0; color: var(--muted); font-size: 14px; }

.reviews {
  padding: 72px clamp(16px, 4vw, 40px);
  max-width: 1100px; margin: 0 auto;
}
.review-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.review-grid blockquote {
  margin: 0; padding: 24px; background: var(--paper); border-left: 4px solid var(--orange);
  display: grid; gap: 14px;
}
.review-grid p { margin: 0; font-size: 15px; color: var(--ink); }
.review-grid footer { font-size: 13px; font-weight: 700; color: var(--muted); }

.faq {
  padding: 72px clamp(16px, 4vw, 40px);
  max-width: 760px; margin: 0 auto;
  border-top: 1px solid var(--line);
}
.faq-list { margin: 0; }
.faq-list > div {
  padding: 20px 0; border-bottom: 1px solid var(--line);
}
.faq-list dt {
  margin: 0 0 8px; font-weight: 700; font-size: 17px;
}
.faq-list dd { margin: 0; color: var(--muted); font-size: 15px; }

.estimate {
  display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 40px;
  max-width: 1100px; margin: 0 auto;
  padding: 72px clamp(16px, 4vw, 40px);
}
.phone { font-size: 18px; }
.phone a { color: var(--orange); font-weight: 800; }
.estimate form { display: grid; gap: 12px; }
.estimate input, .estimate select, .estimate textarea {
  border: 1px solid var(--line); padding: 12px 14px; font: inherit;
}
.estimate button {
  min-height: 48px; border: 0; background: var(--orange); color: #fff;
  font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer;
}
.demo-note { margin: 0; color: var(--muted); font-size: 13px; }

.site-footer {
  background: var(--navy); color: #b8c2d1; font-size: 14px;
}
.footer-grid {
  max-width: 1100px; margin: 0 auto;
  padding: 48px clamp(16px, 4vw, 40px) 32px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.footer-brand strong {
  display: block; margin-bottom: 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px; font-weight: 800; letter-spacing: 0.04em; color: #fff;
}
.footer-grid strong {
  display: block; margin-bottom: 10px; color: #fff; font-size: 13px;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.footer-grid p { margin: 0 0 6px; line-height: 1.6; }
.footer-grid a { color: var(--orange); font-weight: 600; }
.footer-bottom {
  max-width: 1100px; margin: 0 auto;
  padding: 20px clamp(16px, 4vw, 40px);
  border-top: 1px solid #243044;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  font-size: 13px;
}
.footer-bottom a { color: var(--orange); font-weight: 700; }

@media (max-width: 900px) {
  .hdr nav { display: none; }
  .hero, .job, .job.reverse, .process ol, .estimate, .proof,
  .service-grid, .warranty-grid, .review-grid, .footer-grid { grid-template-columns: 1fr; }
  .job.reverse img { order: 0; }
  .proof div { border-right: 0; border-bottom: 1px solid var(--line); }
  .job-stats { grid-template-columns: 1fr; }
  .city-list { grid-template-columns: repeat(2, 1fr); }
  .storm-inner { flex-direction: column; align-items: flex-start; }
}
