:root {
  color-scheme: light;
  --ink: #17212b;
  --muted: #5c6875;
  --paper: #f7f8f5;
  --white: #ffffff;
  --line: #d8ddd5;
  --green: #0f6d58;
  --teal: #0e8a8a;
  --gold: #bb8a2f;
  --coral: #be5a47;
  --shadow: 0 18px 55px rgba(23, 33, 43, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  min-height: 74px;
  padding: 12px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 5;
}

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

.brand-mark {
  align-items: center;
  background: var(--green);
  color: var(--white);
  display: inline-flex;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  width: 42px;
}

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

.brand small,
.site-header nav a,
.eyebrow,
.proof-strip span,
.site-footer {
  color: var(--muted);
  font-size: 0.85rem;
}

.site-header nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.site-header nav a {
  font-weight: 700;
}

.hero {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(18, 28, 38, 0.82), rgba(18, 28, 38, 0.52), rgba(18, 28, 38, 0.2)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=82") center / cover;
  color: var(--white);
  display: flex;
  min-height: 68vh;
  padding: clamp(48px, 8vw, 96px) clamp(18px, 5vw, 72px);
}

.hero-content {
  max-width: 780px;
}

.eyebrow {
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--green);
}

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

h1 {
  font-size: clamp(3rem, 8vw, 6.5rem);
  line-height: 0.94;
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.lead {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  max-width: 640px;
}

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

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
}

.button.primary {
  background: var(--gold);
  color: var(--ink);
}

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

.proof-strip {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.proof-strip div {
  padding: 24px clamp(18px, 4vw, 42px);
}

.proof-strip span,
.proof-strip strong {
  display: block;
}

.proof-strip strong {
  font-size: 1.04rem;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(52px, 8vw, 96px) clamp(18px, 5vw, 44px);
}

.split {
  align-items: start;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.split > div:first-child p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.service-grid article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(23, 33, 43, 0.06);
  padding: 22px;
}

.service-grid p {
  color: var(--muted);
  margin-bottom: 0;
}

.areas {
  border-top: 1px solid var(--line);
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.area-list span {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--teal);
  border-radius: 8px;
  font-weight: 700;
  padding: 13px 16px;
}

.contact-band {
  align-items: start;
  background:
    linear-gradient(100deg, rgba(15, 109, 88, 0.94), rgba(14, 138, 138, 0.9)),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=1600&q=80") center / cover;
  color: var(--white);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  padding: clamp(48px, 8vw, 88px) clamp(18px, 5vw, 72px);
}

.contact-band .eyebrow,
.contact-band p {
  color: rgba(255, 255, 255, 0.84);
}

address {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  display: grid;
  font-style: normal;
  gap: 8px;
  padding: 24px;
}

address a {
  color: var(--green);
  font-weight: 700;
}

.site-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  padding: 22px clamp(18px, 4vw, 56px);
}

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

  .hero {
    min-height: 72vh;
  }

  .proof-strip,
  .split,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .proof-strip div {
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 560px) {
  .site-header nav {
    gap: 12px;
  }

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

  .button {
    width: 100%;
  }
}
