:root {
  --ink: #173d48;
  --ink-deep: #0e2934;
  --paper: #f7f5ef;
  --cream: #e9eee9;
  --orange: #c96b3d;
  --sage: #a7c0bc;
  --muted: #4c5f63;
  --line: rgba(23, 61, 72, .16);
  --serif: 'DM Serif Display', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-size: 16.5px;
  letter-spacing: .005em;
}

html,
body {
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .28;
  background-image: radial-gradient(rgba(23, 61, 72, .08) .6px, transparent .6px);
  background-size: 5px 5px;
  mix-blend-mode: multiply;
  z-index: -1;
}

.site-header {
  height: 88px;
  border-bottom-color: rgba(23, 61, 72, .22);
}

.brand {
  letter-spacing: .13em;
}

.brand-mark {
  width: 36px;
  height: 36px;
  background: var(--orange);
  box-shadow: 4px 4px 0 rgba(23, 61, 72, .14);
}

.site-nav {
  gap: 31px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav-cta {
  border-color: var(--ink);
  padding: 12px 15px;
  background: rgba(255, 255, 255, .32);
}

.hero {
  min-height: 675px;
  gap: 90px;
  padding-top: 86px;
}

.eyebrow {
  margin-bottom: 24px;
  letter-spacing: .2em;
  font-size: 9px;
  font-weight: 800;
}

h1, h2 {
  letter-spacing: -.025em;
}

h1 {
  max-width: 630px;
  font-size: clamp(3.7rem, 6vw, 6.15rem);
  line-height: .98;
}

h2 {
  line-height: 1.02;
}

.hero-text {
  max-width: 450px;
  font-size: 18px;
  line-height: 1.7;
}

.button {
  padding: 14px 18px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: .12em;
}

.button-dark {
  box-shadow: 5px 5px 0 rgba(201, 107, 61, .35);
}

.text-link {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-art {
  height: 500px;
}

.hero-image {
  background-position: 54% center;
  filter: saturate(.58) contrast(1.04);
}

.hero-art:before {
  content: '';
  position: absolute;
  inset: -12px 12px 12px -12px;
  border: 1px solid rgba(201, 107, 61, .42);
  z-index: -1;
}

.hero-stamp {
  left: -52px;
  bottom: 46px;
  width: 116px;
  height: 116px;
  box-shadow: 6px 6px 0 var(--ink);
}

.proof-band {
  background: var(--ink-deep);
}

.proof-grid {
  min-height: 126px;
}

.proof-grid strong {
  font-size: 30px;
}

.about {
  padding-top: 135px;
  padding-bottom: 140px;
}

.about-body .lead {
  font-size: 25px;
  line-height: 1.3;
}

.about-body>p:not(.lead) {
  font-size: 16px;
  color: var(--ink);
  opacity: .82;
}

.services,
.people {
  background: #e8eeeb;
}

.section-heading {
  margin-bottom: 62px;
}

.heading-note {
  line-height: 1.7;
  font-size: 16px;
  color: var(--ink);
  opacity: .78;
}

.service-card {
  padding: 31px 0;
  border-bottom-color: rgba(23, 61, 72, .22);
}

.service-card h3 {
  font-size: 29px;
}

.service-card p,
.person-meta p {
  line-height: 1.7;
  font-size: 16px;
}

.service-card ul {
  display: block;
  column-count: 2;
  column-gap: 28px;
  color: var(--ink);
  font-size: 16px;
}

.service-card li {
  break-inside: avoid;
  margin-bottom: 9px;
  line-height: 1.5;
}

.service-card li:before {
  content: '\2713';
  color: var(--orange);
  font-weight: 700;
  margin-right: 8px;
}

.values-grid p {
  line-height: 1.7;
  font-size: 16px;
  color: var(--ink);
  opacity: .78;
}

.service-card:hover {
  background: rgba(255, 255, 255, .55);
}

.values {
  padding-top: 130px;
  padding-bottom: 140px;
}

.values-grid div {
  min-height: 166px;
  min-width: 0;
  border-bottom-color: rgba(23, 61, 72, .22);
}

.values-grid {
  min-width: 0;
}

.people {
  background: var(--ink-deep);
}

.person {
  background: #1c4a56;
}

.person-photo {
  filter: grayscale(.35) saturate(.65) contrast(1.05);
}

.person-feature {
  display: block;
}

.person-feature .person-photo {
  min-height: 320px;
}

.contact {
  background: var(--orange);
  background-image: linear-gradient(115deg, var(--orange), #b95939);
}

.contact-copy>p:not(.eyebrow) {
  line-height: 1.7;
  font-size: 16px;
}

.contact h2 em {
  color: var(--ink-deep);
}

.vision-mission p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}

.contact-copy h2 {
  font-size: clamp(2.1rem, 3vw, 3.1rem);
  line-height: 1.12;
}

.site-footer {
  min-height: 132px;
}

@media (max-width: 800px) {
  body::before { opacity: .18; }
  .site-header { height: 76px; }
  .site-nav { top: 76px; background: var(--paper); }
  .hero { gap: 42px; padding-top: 66px; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .hero-art { height: 385px; }
  .hero-art:before { inset: -8px 8px 8px -8px; }
  .hero-stamp { left: -28px; width: 98px; height: 98px; }
  .about, .values { padding-top: 88px; padding-bottom: 92px; }
  .services, .people { padding-top: 88px; padding-bottom: 100px; }
  .service-card h3 { font-size: 24px; }
  .service-card ul { column-count: 1; }
  .values-grid { overflow: hidden; }
}
