:root {
  --ink: #151a16;
  --muted: #5d665d;
  --line: #d9ded6;
  --paper: #fbfaf6;
  --field: #ffffff;
  --green: #1f5e3b;
  --green-dark: #123b26;
  --gold: #d6a442;
  --shadow: 0 16px 45px rgba(21, 26, 22, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 56px);
  background: rgba(251, 250, 246, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  color: #ffffff;
  background: var(--green);
  letter-spacing: 0;
}

nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

nav a {
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  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(18, 24, 18, 0.84), rgba(18, 24, 18, 0.52) 42%, rgba(18, 24, 18, 0.05));
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding: 80px clamp(20px, 5vw, 72px);
  color: #ffffff;
}

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

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(2.55rem, 5vw, 5.1rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
}

.hero-copy {
  max-width: 610px;
  margin: 22px 0 0;
  font-size: 1.18rem;
  color: rgba(255, 255, 255, 0.9);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  color: #ffffff;
  background: var(--green);
  box-shadow: var(--shadow);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-block: 1px solid var(--line);
  background: #ffffff;
}

.trust-strip span {
  padding: 18px 14px;
  text-align: center;
  font-weight: 800;
  border-right: 1px solid var(--line);
}

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

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.service-grid article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.service-grid p,
.split-section p,
.quote-copy p,
.site-footer p {
  color: var(--muted);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 44px;
  align-items: center;
  background: #eef2ea;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 16px 18px;
  border-radius: 6px;
  background: #ffffff;
  border-left: 5px solid var(--green);
  font-weight: 750;
}

.area-section {
  background: #ffffff;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.area-grid a {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  background: var(--paper);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1fr);
  gap: 44px;
  background: var(--green-dark);
  color: #ffffff;
}

.quote-copy {
  max-width: 560px;
}

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

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 20px;
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
}

label {
  display: grid;
  gap: 7px;
  font-weight: 800;
  font-size: 0.92rem;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 13px 12px;
  color: var(--ink);
  background: var(--field);
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.hidden {
  display: none;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  padding: 26px clamp(18px, 5vw, 72px);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.site-footer p {
  margin: 0;
}

.page-hero {
  padding: 76px clamp(18px, 5vw, 72px);
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 880px;
  color: var(--ink);
  font-size: clamp(2.25rem, 4vw, 4rem);
}

.page-hero p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.1rem;
}

.content-band {
  padding: 54px clamp(18px, 5vw, 72px);
}

.content-band .service-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .site-header,
  .split-section,
  .quote-section,
  .site-footer {
    display: grid;
  }

  nav {
    overflow-x: auto;
  }

  .hero {
    min-height: 640px;
  }

  .trust-strip,
  .service-grid,
  .area-grid,
  .content-band .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 620px) {
  .hero-overlay {
    background: rgba(18, 24, 18, 0.72);
  }

  .hero-content {
    padding-block: 64px;
  }

  .trust-strip,
  .service-grid,
  .area-grid,
  .content-band .service-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }
}
