:root {
  --olive: #424c2b;
  --olive-dark: #202615;
  --khaki: #b8a36a;
  --terracotta: #d07a2d;
  --sand: #e8dfc7;
  --cream: #fbfaf4;
  --white: #ffffff;
  --ink: #171b11;
  --muted: #5f654f;
  --line: rgba(66, 76, 43, 0.2);
  --shadow: 0 22px 60px rgba(32, 38, 21, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: var(--olive-dark);
  box-shadow: 0 10px 26px rgba(23, 27, 17, 0.18);
}

.brand-mark {
  display: grid;
  justify-items: start;
  color: var(--khaki);
  font-family: "Anton", Impact, sans-serif;
  font-size: 1.4rem;
  line-height: 0.9;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-mark span {
  width: max-content;
}

.brand-mark span:first-child {
  border-bottom: 4px solid currentColor;
}

.nav-links {
  justify-self: center;
  display: flex;
  gap: 28px;
  font-weight: 800;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.nav-links a,
.site-footer a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--khaki);
}

.header-cta,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 13px 20px;
  font: 800 0.78rem/1 "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.header-cta,
.button-primary {
  color: var(--white);
  background: var(--terracotta);
}

.header-cta:hover,
.button-primary:hover {
  background: #b96522;
}

.button-secondary {
  color: var(--olive-dark);
  background: var(--sand);
}

.hero {
  position: relative;
  display: grid;
  min-height: 0;
  padding: 0;
  color: var(--white);
  background: var(--olive-dark);
  overflow: hidden;
}

.hero-image {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  transform: none;
}

.hero-overlay {
  display: none;
}

.hero-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  max-width: none;
  padding: clamp(24px, 3.5vw, 40px) clamp(20px, 5vw, 72px);
  border-top: 6px solid var(--terracotta);
  background: var(--olive-dark);
}

.hero-content .eyebrow,
.hero-content h1 {
  grid-column: 1;
}

.hero-panel {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--khaki);
  font-weight: 900;
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: 0;
}

h1,
h2 {
  font-family: "Anton", Impact, sans-serif;
  text-transform: uppercase;
}

h1 {
  max-width: 640px;
  font-size: clamp(4.7rem, 9vw, 8.5rem);
  line-height: 0.88;
}

.hero-content h1 {
  max-width: 720px;
  font-size: clamp(2.65rem, 5.4vw, 5.1rem);
}

h2 {
  font-size: clamp(2rem, 3.65vw, 3.65rem);
  line-height: 0.95;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.15;
}

.hero-copy {
  max-width: 580px;
  margin: 0;
  font-size: clamp(1rem, 1.7vw, 1.22rem);
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-top: 20px;
}

.intro-section,
.area-strip,
.services-section,
.quote-section,
.system-section,
.trust-section,
.final-cta {
  padding: clamp(42px, 5.5vw, 70px) clamp(20px, 5vw, 72px);
}

.area-strip {
  display: grid;
  grid-template-columns: minmax(120px, auto) repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  color: var(--olive-dark);
  background: var(--sand);
  border-bottom: 1px solid var(--line);
}

.area-strip span {
  color: var(--terracotta);
  font-family: "Anton", Impact, sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.area-strip strong {
  padding: 12px 14px;
  border: 1px solid rgba(66, 76, 43, 0.22);
  background: rgba(255, 255, 255, 0.38);
  font-size: 0.92rem;
  text-align: center;
  text-transform: uppercase;
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  background: var(--white);
}

.intro-copy p:last-child,
.quote-copy p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 600;
}

.quick-panel {
  display: grid;
  grid-template-columns: 122px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: var(--cream);
}

.quick-panel img {
  width: 122px;
  height: 92px;
  object-fit: cover;
}

.quick-panel strong,
.quick-panel span {
  display: block;
}

.quick-panel strong {
  margin-bottom: 8px;
}

.quick-panel span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(130px, 0.24fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 26px;
}

.section-heading h2 {
  max-width: 760px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-grid article {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.service-grid article:nth-child(even) {
  background: var(--sand);
}

.service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}

.service-number {
  display: inline-block;
  color: var(--terracotta);
  font-family: "Anton", Impact, sans-serif;
  font-size: 1.9rem;
}

.service-icon {
  width: 52px;
  height: 52px;
  object-fit: contain;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(26%) sepia(15%) saturate(1046%) hue-rotate(31deg) brightness(93%) contrast(88%);
}

.service-grid p,
.system-flow p,
.trust-list p,
.service-note,
.form-note {
  color: var(--muted);
  font-weight: 600;
}

.service-note {
  max-width: 760px;
  margin: 22px 0 0;
  font-size: 1rem;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 520px);
  gap: clamp(34px, 6vw, 92px);
  align-items: start;
  color: var(--white);
  background: var(--olive-dark);
}

.quote-section .section-kicker,
.quote-section .quote-copy p,
.quote-steps {
  color: var(--sand);
}

.quote-steps {
  margin: 28px 0 0;
  padding-left: 20px;
  font-weight: 800;
}

.quote-steps li + li {
  margin-top: 12px;
}

.quote-card {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 32px);
  color: var(--ink);
  background: var(--cream);
  box-shadow: var(--shadow);
}

.quote-card img {
  width: 150px;
  height: auto;
}

.quote-card strong {
  display: block;
  font-size: 1.35rem;
}

.quote-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.quote-promises {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--olive);
  font-size: 0.94rem;
  font-weight: 800;
}

.quote-promises li {
  position: relative;
  padding-left: 18px;
}

.quote-promises li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--terracotta);
  content: "";
}

.quote-actions {
  display: grid;
  gap: 10px;
}

.system-section {
  background: var(--white);
}

.system-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.system-flow div {
  min-height: 164px;
  padding: 22px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.system-flow span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--terracotta);
  font-family: "Anton", Impact, sans-serif;
  font-size: 1.65rem;
  text-transform: uppercase;
}

.system-flow strong {
  display: block;
  font-size: 1.08rem;
}

.trust-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.75fr);
  gap: clamp(28px, 4vw, 58px);
}

.trust-list {
  display: grid;
  gap: 18px;
}

.trust-list p {
  margin: 0;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.trust-list strong {
  display: block;
  color: var(--ink);
}

.final-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  color: var(--white);
  background: var(--olive);
}

.final-cta h2 {
  max-width: 780px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  padding: 24px clamp(20px, 5vw, 72px);
  color: var(--sand);
  background: var(--olive-dark);
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

.site-footer div {
  display: flex;
  gap: 20px;
}

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: auto auto;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    justify-self: end;
  }

  .hero {
    min-height: 0;
  }

  .hero-content {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .hero-content .eyebrow,
  .hero-content h1,
  .hero-panel,
  .hero-copy,
  .hero-actions {
    grid-column: 1;
    grid-row: auto;
  }

  .intro-section,
  .area-strip,
  .quote-section,
  .trust-section,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .system-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-cta,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand-mark {
    font-size: 1.05rem;
  }

  .header-cta,
  .button {
    width: 100%;
  }

  .header-cta {
    width: auto;
    min-height: 40px;
    padding: 11px 14px;
  }

  .hero {
    min-height: 0;
  }

  .hero-overlay {
    display: none;
  }

  .hero-content {
    padding: 24px 18px 32px;
  }

  h1 {
    font-size: clamp(4rem, 20vw, 5rem);
  }

  .hero-content h1 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 2.75rem);
  }

  .intro-section,
  .area-strip,
  .services-section,
  .quote-section,
  .system-section,
  .trust-section,
  .final-cta {
    padding: 42px 18px;
  }

  .quick-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .system-flow {
    grid-template-columns: 1fr;
  }

  .service-grid article,
  .system-flow div {
    min-height: auto;
  }

  .service-meta,
  .system-flow span {
    margin-bottom: 18px;
  }

  .site-footer div {
    flex-direction: column;
    gap: 8px;
  }
}
