* {
  box-sizing: border-box;
}

:root {
  --navy: #071d36;
  --navy2: #0b2d52;
  --green: #3c8f22;
  --gold: #f5a900;
  --white: #ffffff;
  --light: #f5f7fa;
  --text: #142033;
  --muted: #667085;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
}

.topbar {
  background: linear-gradient(90deg, #061525, #0b2d52);
  color: white;
  padding: 12px 48px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-weight: 700;
  font-size: 14px;
}

.site-header {
  height: 116px;
  padding: 18px 48px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand img {
  height: 82px;
  width: auto;
  object-fit: contain;
}

nav {
  display: flex;
  gap: 30px;
}

nav a {
  text-decoration: none;
  color: var(--text);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
}

.quote-btn,
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 900;
  border-radius: 8px;
  padding: 15px 24px;
  text-transform: uppercase;
}

.quote-btn,
.btn.primary {
  background: var(--green);
  color: white;
}

.btn.secondary {
  border: 2px solid white;
  color: white;
}

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  color: white;
  background: #061525;
}

.hero-panel {
  display: grid;
  place-items: center;
  min-height: 650px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.48);
}

.builders-side {
  background-image: linear-gradient(rgba(7,29,54,.4), rgba(7,29,54,.65)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1200&q=80');
}

.maintenance-side {
  background-image: linear-gradient(rgba(20,80,20,.2), rgba(13,60,20,.7)), url('https://images.unsplash.com/photo-1589923188900-85dae523342b?auto=format&fit=crop&w=1200&q=80');
}

.hero-logo {
  position: relative;
  z-index: 1;
  width: min(72%, 360px);
  background: rgba(255,255,255,.88);
  padding: 22px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.hero-copy {
  min-height: 650px;
  padding: 80px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, rgba(7,29,54,.98), rgba(7,29,54,.85), rgba(60,143,34,.7));
}

.hero h1 {
  margin: 0 0 22px;
  font-size: clamp(48px, 6vw, 82px);
  line-height: .95;
  text-transform: uppercase;
}

.hero h1 span {
  color: var(--green);
}

.hero p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.hero .small {
  font-size: 18px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.trust-row {
  max-width: 1200px;
  margin: -55px auto 0;
  position: relative;
  z-index: 3;
  background: #07111e;
  color: white;
  border-radius: 18px;
  padding: 30px 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  box-shadow: 0 20px 55px rgba(0,0,0,.22);
}

.trust-row strong {
  display: block;
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.trust-row span {
  color: rgba(255,255,255,.84);
  font-size: 14px;
}

.divisions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 70px;
}

.division {
  min-height: 430px;
  padding: 70px 9vw;
  color: white;
}

.division img {
  width: 240px;
  max-width: 80%;
  background: rgba(255,255,255,.9);
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.division h2 {
  font-size: 38px;
  text-transform: uppercase;
  margin: 0;
}

.division h3 {
  margin: 14px 0;
  color: var(--gold);
}

.division p {
  max-width: 560px;
  font-size: 18px;
}

.division.builders {
  background: linear-gradient(135deg, rgba(7,29,54,.95), rgba(7,29,54,.75)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
}

.division.maintenance {
  background: linear-gradient(135deg, rgba(28,92,20,.94), rgba(7,29,54,.52)), url('https://images.unsplash.com/photo-1589923188900-85dae523342b?auto=format&fit=crop&w=1200&q=80');
  background-size: cover;
}

.services {
  padding: 90px 48px;
  text-align: center;
  background: white;
}

.eyebrow {
  color: var(--green);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1.8px;
  margin: 0 0 8px;
}

.services h2,
.about h2,
.cta h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  margin: 0 0 34px;
  text-transform: uppercase;
  color: var(--navy);
}

.service-grid {
  max-width: 1220px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.service-card {
  padding: 28px 16px;
  border-left: 1px solid #d5dae2;
}

.service-card:first-child {
  border-left: none;
}

.service-card span {
  font-size: 44px;
}

.service-card h3 {
  min-height: 48px;
  text-transform: uppercase;
  color: var(--navy);
  font-size: 15px;
}

.service-card p {
  font-size: 14px;
  color: var(--muted);
}

.about {
  padding: 90px 48px;
  background: var(--light);
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center;
}

.about > div {
  max-width: 600px;
  margin: auto;
}

.about p {
  font-size: 19px;
  color: var(--muted);
}

.about-card {
  background: white;
  padding: 42px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
  border-top: 8px solid var(--green);
}

.about-card h3 {
  margin-top: 0;
  font-size: 28px;
  color: var(--navy);
}

.cta {
  padding: 54px 8vw;
  background: linear-gradient(90deg, #061525, #0b2d52);
  color: white;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 30px;
  align-items: center;
}

.cta h2 {
  color: white;
  margin-bottom: 12px;
}

.cta h2::first-letter {
  color: var(--green);
}

.cta p {
  font-size: 18px;
}

.contact-card {
  background: rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 26px;
}

footer {
  background: #06101e;
  color: white;
  padding: 52px 8vw;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 50px;
}

footer img {
  width: 220px;
  background: white;
  padding: 12px;
  border-radius: 8px;
}

footer h4 {
  color: var(--green);
  text-transform: uppercase;
}

footer p {
  color: rgba(255,255,255,.78);
  line-height: 1.8;
}

@media (max-width: 980px) {
  .topbar,
  nav {
    display: none;
  }

  .site-header {
    padding: 16px 22px;
  }

  .hero,
  .divisions,
  .about,
  .cta,
  footer {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .hero-copy {
    min-height: auto;
  }

  .hero-copy {
    padding: 70px 28px;
    text-align: center;
  }

  .hero-panel {
    padding: 40px 20px;
  }

  .trust-row,
  .service-grid {
    grid-template-columns: 1fr;
    margin: 0;
    border-radius: 0;
  }

  .service-card {
    border-left: none;
    border-top: 1px solid #d5dae2;
  }

  .service-card:first-child {
    border-top: none;
  }
}
