:root {
  --black: #050805;
  --green: #13883f;
  --lime: #67c63a;
  --gold: #efb23b;
  --soft: #f5f7f0;
  --ink: #152018;
  --muted: #647069;
  --line: #dfe7dc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  background: var(--black);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: block;
  padding: 0;
  background: var(--black);
  border-bottom: 1px solid rgba(103, 198, 58, 0.25);
}

.site-header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  width: min(100%, 1500px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 10px clamp(18px, 5vw, 72px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  text-decoration: none;
}

.brand img {
  display: block;
  width: clamp(200px, 26vw, 320px);
  max-height: 82px;
  object-fit: contain;
}

nav {
  display: flex;
  align-items: center;
  grid-column: 3;
  justify-self: end;
  gap: clamp(14px, 2.5vw, 28px);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

.social-links {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(103, 198, 58, 0.34);
  border-radius: 8px;
  background: #0b100b;
}

.social-links img {
  display: block;
  width: 22px;
  height: 22px;
}

.nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 16px;
  color: var(--black);
  background: var(--lime);
}

.hero {
  position: relative;
  min-height: 610px;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 5, 0.88) 0%, rgba(5, 8, 5, 0.62) 43%, rgba(5, 8, 5, 0.08) 76%),
    linear-gradient(0deg, rgba(5, 8, 5, 0.28), rgba(5, 8, 5, 0));
}

.hero-content {
  position: relative;
  width: min(100%, 1500px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 130px clamp(18px, 5vw, 72px) 92px;
  transform: translateY(-28px);
  color: var(--white);
}

.hero-content > * {
  max-width: 1280px;
  margin-left: clamp(20px, 5vw, 86px);
}

.hero-content h1 {
  max-width: 1280px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--lime);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.45rem, 5vw, 4.95rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 1120px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button,
.quote-form button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 0 20px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary,
.quote-form button {
  color: var(--black);
  background: var(--lime);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.12);
}

.section,
.split-section,
.quote-section {
  padding: clamp(48px, 7vw, 88px) clamp(18px, 5vw, 72px);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

#services {
  background: #020602;
}

#services .section-heading {
  display: block;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

#services .section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
  white-space: nowrap;
}

#services .section-heading .eyebrow {
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.good-fit-block {
  max-width: 1280px;
  margin: clamp(84px, 11vw, 150px) auto 0;
}

.good-fit-block .eyebrow {
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.good-fit-block h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 2.25vw, 2.25rem);
  white-space: nowrap;
}

.good-fit-block ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: clamp(24px, 4vw, 44px) clamp(40px, 5vw, 82px);
  margin: 0;
  padding: clamp(34px, 5vw, 62px) 0 0;
  border-top: 1px solid rgba(103, 198, 58, 0.28);
  list-style: none;
}

.good-fit-block li {
  position: relative;
  color: var(--white);
  padding-left: 22px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
}

.good-fit-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
}

.good-fit-block li strong {
  color: var(--white);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}

.work-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-content: center;
  gap: 14px;
  max-width: 1280px;
  margin: clamp(46px, 6vw, 78px) auto 0;
}

.work-gallery figure {
  margin: 0;
  min-width: 0;
}

.work-gallery img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(103, 198, 58, 0.24);
  border-radius: 8px;
  object-fit: cover;
}

.work-gallery figcaption {
  margin-top: 10px;
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.service-list,
.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  column-gap: clamp(48px, 6vw, 96px);
  row-gap: clamp(22px, 3.2vw, 38px);
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(34px, 5vw, 62px);
  border-top: 1px solid rgba(103, 198, 58, 0.28);
}

.quote-form {
  border: 1px solid rgba(103, 198, 58, 0.32);
  border-radius: 8px;
  background: #0b100b;
}

.service-list article,
.service-card {
  padding-top: 0;
}

.service-list article::before,
.service-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--lime);
}

.service-list p,
.service-card p,
.split-section p,
.quote-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  text-align: center;
  border-top: 1px solid rgba(103, 198, 58, 0.28);
  border-bottom: 1px solid rgba(103, 198, 58, 0.28);
  background: var(--black);
}

.split-section p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.split-section .eyebrow {
  color: var(--lime);
  margin-bottom: clamp(18px, 2.5vw, 30px);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.area-blurb {
  margin-bottom: clamp(30px, 5vw, 54px);
}

.area-neighborhoods {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 26px;
  margin: 18px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.95rem, 1.05vw, 1.08rem);
  font-weight: 700;
  line-height: 1.25;
  list-style: none;
}

.area-neighborhoods li {
  position: relative;
  padding-left: 18px;
}

.area-neighborhoods li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--lime);
}

.area-list {
  padding-top: 8px;
  border-top: 1px solid rgba(103, 198, 58, 0.28);
}

.area-list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.72);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
  gap: clamp(28px, 4vw, 42px);
  align-items: start;
  text-align: center;
  background: var(--black);
}

.quote-section .eyebrow {
  color: var(--lime);
  margin-bottom: 8px;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.quote-section h2,
.quote-section .quote-copy {
  color: var(--white);
}

.quote-section .quote-copy,
.quote-copy p {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.quote-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.phone-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--lime);
  font-size: 1.5rem;
  font-weight: 900;
  text-decoration: none;
}

.phone-label {
  margin: 18px 0 0;
  color: var(--lime);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-form {
  display: grid;
  gap: 16px;
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 24px;
  text-align: left;
}

.quote-form label {
  display: grid;
  gap: 7px;
  color: var(--white);
  font-weight: 800;
}

.quote-form input,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(103, 198, 58, 0.35);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--white);
  background: #111911;
  font: inherit;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.quote-form textarea {
  resize: vertical;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  text-align: center;
  background: var(--black);
}

footer p {
  margin: 0;
}

footer a {
  color: var(--lime);
}

@media (max-width: 900px) {
  .site-header-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    padding-top: 8px;
    padding-bottom: 12px;
  }

  .brand,
  nav {
    grid-column: auto;
    justify-self: center;
  }

  .social-links {
    justify-self: center;
  }

  .social-links a {
    width: 36px;
    height: 36px;
  }

  .social-links img {
    width: 20px;
    height: 20px;
  }

  .hero {
    min-height: 600px;
    align-items: center;
  }

  .hero-content {
    padding-top: 96px;
    padding-bottom: 72px;
  }

  .hero-content > * {
    margin-left: 0;
  }

  .service-list,
  .service-grid,
  .split-section,
  .quote-section {
    grid-template-columns: 1fr;
  }

  .service-list,
  .service-grid {
    row-gap: 22px;
    transform: none;
  }

  .good-fit-block ul {
    grid-template-columns: 1fr;
    transform: none;
  }

  .work-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    transform: none;
  }

  #services .section-heading h2 {
    white-space: normal;
  }

  .good-fit-block h2 {
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .site-header-inner {
    gap: 8px;
    padding: 8px 14px 10px;
  }

  .brand img {
    width: min(78vw, 230px);
    max-height: 64px;
  }

  nav {
    width: 100%;
    justify-content: center;
    gap: 8px;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 540px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(5, 8, 5, 0.94), rgba(5, 8, 5, 0.42));
  }

  .hero-content {
    padding: 48px 16px 52px;
    transform: none;
  }

  h1 {
    font-size: 2.25rem;
    line-height: 1.04;
  }

  .hero-copy {
    font-size: 1rem;
    line-height: 1.42;
  }

  .section,
  .split-section,
  .quote-section {
    padding: 42px 16px;
  }

  .service-grid,
  .good-fit-block ul {
    row-gap: 18px;
  }

  .work-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .button {
    width: 100%;
  }

  .quote-form {
    gap: 14px;
    padding: 18px;
  }

  .quote-form input,
  .quote-form textarea {
    font-size: 1rem;
  }

  footer {
    flex-direction: column;
  }
}
