:root {
  --ink: #17201b;
  --muted: #5c675f;
  --line: #d9ded8;
  --paper: #f7f6f0;
  --panel: #ffffff;
  --forest: #1f4d38;
  --brick: #b35432;
  --steel: #45616c;
  --gold: #d8a23a;
  --shadow: 0 18px 48px rgba(23, 32, 27, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

.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(247, 246, 240, 0.94);
  border-bottom: 1px solid rgba(23, 32, 27, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: var(--forest);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
  margin-top: 1px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  color: #2e3932;
  font-weight: 700;
}

.main-nav a,
.site-footer a {
  border-bottom: 2px solid transparent;
}

.main-nav a:hover,
.site-footer a:hover {
  border-color: var(--brick);
}

.header-call {
  padding: 10px 16px;
  color: #fff;
  background: var(--brick);
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 70px));
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero img {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(15, 24, 19, 0.86) 0%, rgba(15, 24, 19, 0.66) 42%, rgba(15, 24, 19, 0.1) 100%),
    linear-gradient(0deg, rgba(15, 24, 19, 0.42), rgba(15, 24, 19, 0.02));
}

.hero-content {
  position: relative;
  width: min(720px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding: 72px 0 96px;
  color: #fff;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brick);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f0c864;
}

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

h1 {
  max-width: 700px;
  margin: 0;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.06;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 21px;
  letter-spacing: 0;
}

.hero-text {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 2px;
  font-weight: 900;
  cursor: pointer;
}

.button-primary {
  color: #fff;
  background: var(--brick);
}

.button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  padding: 24px clamp(18px, 4vw, 54px);
  background: #fff;
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band span {
  margin-top: 4px;
  color: var(--muted);
}

.section {
  padding: clamp(62px, 9vw, 118px) clamp(18px, 6vw, 84px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(240px, 560px) minmax(240px, 520px);
  gap: clamp(28px, 8vw, 110px);
  align-items: end;
  background: var(--paper);
}

.intro > p,
.highlight > p,
.contact-content p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

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

.services {
  background: #fff;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.service-card {
  min-height: 238px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 8px 28px rgba(23, 32, 27, 0.06);
}

.service-icon {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--brick);
  font-size: 13px;
  font-weight: 900;
}

.service-card p,
.process-list p {
  margin: 0;
  color: var(--muted);
}

.process {
  background: #eef1ec;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.process-list div {
  padding-top: 22px;
  border-top: 4px solid var(--steel);
}

.process-list span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--steel);
  font-weight: 900;
}

.highlight {
  display: grid;
  grid-template-columns: minmax(240px, 520px) minmax(240px, 560px);
  gap: clamp(28px, 8vw, 110px);
  align-items: center;
  color: #fff;
  background: var(--forest);
}

.highlight .eyebrow {
  color: var(--gold);
}

.highlight > p {
  color: rgba(255, 255, 255, 0.84);
}

.contact {
  display: grid;
  grid-template-columns: minmax(260px, 520px) minmax(280px, 520px);
  gap: clamp(28px, 7vw, 96px);
  padding: clamp(62px, 9vw, 118px) clamp(18px, 6vw, 84px);
  background: #fff;
}

.contact-content h2 {
  margin-bottom: 18px;
}

.contact-links {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--forest);
  font-size: 20px;
  font-weight: 900;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: #344138;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px;
  color: var(--ink);
  background: #fff;
  border: 1px solid #cbd3cb;
  border-radius: 0;
  font: inherit;
}

textarea {
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  margin-top: 6px;
  border: 0;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.76);
  background: #101812;
}

.site-footer p {
  margin: 0;
}

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

@media (max-width: 860px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .main-nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 670px;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(15, 24, 19, 0.88), rgba(15, 24, 19, 0.42));
  }

  .trust-band,
  .intro,
  .service-grid,
  .process-list,
  .highlight,
  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 14px;
  }

  .header-call {
    padding: 9px 12px;
  }

  .main-nav {
    gap: 12px;
    font-size: 14px;
  }

  .hero {
    min-height: 650px;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px;
    padding: 54px 0 74px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-text,
  .intro > p,
  .highlight > p,
  .contact-content p {
    font-size: 17px;
  }

  .button {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }
}
