:root {
  --font-display: Georgia;
  --font-sans: Arial;
  --ink: #1d2521;
  --forest: #1f4435;
  --forest-deep: #153126;
  --sage: #8ea194;
  --gold: #b49462;
  --paper: #f5f2eb;
  --cream: #fbfaf6;
  --line: #dcd8ce;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

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

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

.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  padding: 24px 40px;
}

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

.brand-mark {
  align-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--forest);
  display: inline-flex;
  font-family: var(--font-display), Georgia, serif;
  font-size: 27px;
  font-weight: 600;
  height: 46px;
  justify-content: center;
  line-height: 1;
  width: 46px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-copy strong {
  font-family: var(--font-display), Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: .01em;
}

.brand-copy small {
  color: #6f766f;
  font-size: 10px;
  letter-spacing: .16em;
  margin-top: 3px;
  text-transform: uppercase;
}

nav {
  align-items: center;
  display: flex;
  gap: 34px;
}

nav a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
}

nav a:not(.nav-contact):hover,
nav a:not(.nav-contact):focus-visible {
  color: var(--forest);
}

.nav-contact {
  border: 1px solid var(--forest);
  padding: 9px 18px;
}

.nav-contact:hover,
.nav-contact:focus-visible {
  background: var(--forest);
  color: white;
}

.hero {
  display: grid;
  gap: 68px;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  margin: 0 auto;
  max-width: 1240px;
  min-height: 665px;
  padding: 50px 40px 88px;
}

.hero-copy {
  align-self: center;
  max-width: 650px;
  padding: 25px 0;
}

.eyebrow {
  align-items: center;
  color: var(--forest);
  display: flex;
  font-size: 11px;
  font-weight: 800;
  gap: 13px;
  letter-spacing: .19em;
  margin: 0 0 23px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--gold);
  content: "";
  height: 1px;
  width: 38px;
}

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

h1,
h2 {
  font-family: var(--font-display), Georgia, serif;
  font-weight: 600;
  line-height: .98;
}

h1 {
  font-size: clamp(58px, 6.1vw, 88px);
  letter-spacing: -.045em;
  margin-bottom: 28px;
}

h2 {
  font-size: clamp(42px, 4.5vw, 64px);
  letter-spacing: -.035em;
  margin-bottom: 22px;
}

.hero-lead {
  color: #525b55;
  font-size: 17px;
  max-width: 590px;
}

.hero-actions {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .035em;
  padding: 15px 23px;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.button-primary {
  background: var(--forest);
  color: white;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--forest-deep);
  transform: translateY(-2px);
}

.text-link {
  border-bottom: 1px solid var(--gold);
  font-size: 13px;
  font-weight: 800;
  padding-bottom: 3px;
}

.trust-row {
  color: #737c75;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 23px;
  letter-spacing: .11em;
  margin-top: 42px;
  text-transform: uppercase;
}

.trust-row span:not(:last-child)::after {
  color: var(--gold);
  content: "·";
  margin-left: 23px;
}

.hero-image-wrap {
  min-height: 580px;
  overflow: visible;
  position: relative;
}

.hero-image-wrap::before {
  border: 1px solid var(--gold);
  content: "";
  inset: 24px -18px -18px 22px;
  position: absolute;
  z-index: -1;
}

.hero-image {
  filter: saturate(.72) contrast(.96);
  height: 100%;
  object-fit: cover;
  object-position: 50% 34%;
  width: 100%;
}

.image-note {
  align-items: center;
  background: var(--cream);
  bottom: 28px;
  display: flex;
  gap: 14px;
  left: -42px;
  max-width: 300px;
  padding: 18px 22px;
  position: absolute;
  box-shadow: 0 14px 40px rgba(20, 35, 27, .12);
}

.image-note > span {
  color: var(--gold);
  font-size: 21px;
}

.image-note p {
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
}

.image-note strong {
  display: block;
  font-size: 13px;
}

.section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 120px 40px;
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  margin-bottom: 58px;
}

.section-heading h2 {
  margin-bottom: 0;
  max-width: 700px;
}

.section-heading > p {
  color: #626b65;
  margin: 0 0 6px;
}

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

.service-card {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 350px;
  padding: 34px 30px;
  transition: background .22s ease, transform .22s ease;
}

.service-card:hover {
  background: white;
  transform: translateY(-3px);
}

.service-number {
  color: var(--gold);
  font-family: var(--font-display), Georgia, serif;
  font-size: 16px;
}

.service-card h3 {
  font-family: var(--font-display), Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.14;
  margin: 38px 0 24px;
}

.service-list {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}

.service-list li {
  border-bottom: 1px solid var(--line);
  color: #59625d;
  font-size: 13px;
  line-height: 1.55;
  padding: 14px 0 14px 18px;
  position: relative;
}

.service-list li::before {
  color: var(--gold);
  content: "—";
  left: 0;
  position: absolute;
}

.approach {
  max-width: 1320px;
  padding-bottom: 120px;
  padding-top: 0;
}

.approach-card {
  background: var(--forest-deep);
  color: white;
  padding: 80px 8%;
}

.eyebrow-light {
  color: #d5dfd8;
}

.approach-card > p:not(.eyebrow) {
  color: #cbd5cf;
  font-size: 16px;
  max-width: 760px;
}

.steps {
  border-top: 1px solid rgba(255, 255, 255, .18);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 45px;
  padding-top: 28px;
}

.steps div {
  align-items: center;
  display: flex;
  gap: 13px;
}

.steps span {
  align-items: center;
  border: 1px solid rgba(180, 148, 98, .75);
  border-radius: 50%;
  color: #dcc59f;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 11px;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.steps strong {
  font-size: 12px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.contact {
  align-items: center;
  background: var(--forest);
  color: white;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.15fr .85fr;
  max-width: none;
  padding-left: max(40px, calc((100vw - 1160px) / 2));
  padding-right: max(40px, calc((100vw - 1160px) / 2));
}

.contact h2 {
  max-width: 650px;
}

.contact > div:first-child > p:not(.eyebrow) {
  color: #d1dbd5;
  max-width: 580px;
}

.contact-details {
  border-left: 1px solid rgba(255, 255, 255, .2);
  display: flex;
  flex-direction: column;
  padding: 18px 0 18px 60px;
}

.contact-details span {
  color: #d6dfda;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-details a {
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.15;
  margin: 9px 0;
}

.contact-details a:hover,
.contact-details a:focus-visible {
  color: #dcc59f;
}

.contact-details small {
  color: #aebbb3;
}

footer {
  align-items: center;
  display: grid;
  font-size: 12px;
  gap: 25px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1240px;
  padding: 38px 40px;
}

.brand-footer .brand-mark {
  height: 38px;
  width: 38px;
}

.brand-footer .brand-copy strong {
  font-size: 18px;
}

footer p {
  color: #79817c;
  margin: 0;
  text-align: center;
}

footer > a:last-child {
  font-weight: 800;
  justify-self: end;
}

@media (max-width: 980px) {
  .hero {
    gap: 42px;
    grid-template-columns: 1fr 42%;
  }

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

}

@media (max-width: 760px) {
  .site-header {
    padding: 18px 22px;
  }

  nav a:not(.nav-contact) {
    display: none;
  }

  .nav-contact {
    padding: 8px 15px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .hero {
    gap: 36px;
    grid-template-columns: 1fr;
    padding: 50px 22px 72px;
  }

  h1 {
    font-size: clamp(52px, 15vw, 70px);
  }

  .hero-copy {
    padding: 0;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .text-link {
    align-self: flex-start;
  }

  .hero-image-wrap {
    min-height: 470px;
  }

  .hero-image-wrap::before {
    inset: 13px -8px -10px 12px;
  }

  .image-note {
    bottom: 18px;
    left: 12px;
  }

  .section {
    padding: 82px 22px;
  }

  .section-heading,
  .contact {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 22px;
  }

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

  .service-card {
    min-height: 0;
    padding: 25px 21px;
  }

  .approach {
    padding: 0 0 82px;
  }

  .approach-card {
    padding: 70px 22px;
  }

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

  .contact {
    gap: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .contact-details {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 30px 0 0;
  }

  footer {
    grid-template-columns: 1fr auto;
    padding: 28px 22px;
  }

  footer p {
    display: none;
  }
}

@media (max-width: 480px) {
  .trust-row {
    flex-wrap: wrap;
    gap: 9px 16px;
  }

  .trust-row span:not(:last-child)::after {
    margin-left: 16px;
  }

  .contact-details a {
    font-size: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    transition: none !important;
  }
}
