:root {
  --ink: #263c35;
  --sage: #63776d;
  --pale: #eef1e9;
  --cream: #fbfaf6;
  --line: #d8ddd5;
  --muted: #6d766f;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font:
    16px/1.65 Arial,
    Helvetica,
    sans-serif;
}
h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 18px;
}
h1 {
  font-size: clamp(44px, 6vw, 76px);
}
h2 {
  font-size: clamp(32px, 4vw, 52px);
}
h3 {
  font-size: 26px;
}
p {
  margin: 0 0 18px;
}
.wrap {
  width: min(1180px, calc(100% - 48px));
  margin: auto;
}
.site-header {
  background: rgba(251, 250, 246, 0.96);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(38, 60, 53, 0.08);
}
.nav {
  height: 86px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.logo {
  font:
    700 29px Georgia,
    serif;
  letter-spacing: 0.12em;
  color: var(--ink);
  text-decoration: none;
}
.logo sup {
  font: 10px Arial;
  letter-spacing: 0;
  vertical-align: top;
  margin-left: 2px;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  align-items: center;
}
.desktop-nav a,
.footer a {
  color: var(--ink);
  text-decoration: none;
  font-size: 14px;
}
.btn {
  display: inline-block;
  background: var(--sage);
  color: white !important;
  text-decoration: none;
  padding: 13px 23px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  cursor: pointer;
}
.btn.ghost {
  background: transparent;
  color: var(--ink) !important;
  border: 1px solid var(--ink);
}
.hamb {
  display: none;
  margin-left: auto;
  background: none;
  border: 0;
  font-size: 29px;
  color: var(--ink);
}
.mobile-nav {
  display: none;
  position: fixed;
  inset: 86px 0 0;
  background: var(--cream);
  z-index: 19;
  padding: 30px 24px;
}
.mobile-nav.open {
  display: block;
}
.mobile-nav a {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 20px;
  color: var(--ink);
  text-decoration: none;
}
.crumb {
  font-size: 13px;
  color: var(--muted);
  padding-top: 26px;
}
.crumb a {
  color: inherit;
}
.hero {
  padding: 70px 0 80px;
}
.hero-grid,
.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 700;
  color: var(--sage);
  margin-bottom: 20px;
}
.lede {
  font-size: 20px;
  max-width: 650px;
}
.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.photo {
  border-radius: 2px;
  overflow: hidden;
  min-height: 440px;
  background: #e5e6df;
}
.photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.photo.heroimg img {
  object-position: center;
}
section {
  padding: 76px 0;
}
.tint {
  background: var(--pale);
}
.center {
  text-align: center;
}
.intro {
  max-width: 760px;
  margin: 0 auto 46px;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.card {
  background: white;
  padding: 34px;
  border: 1px solid #e4e5df;
}
.card p {
  color: #56635d;
}
.card a,
.textlink {
  color: var(--ink);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #9aa69f;
}
.method {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.method div {
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}
.method div:last-child {
  border: 0;
}
.method strong {
  display: block;
  font:
    24px Georgia,
    serif;
  margin-bottom: 8px;
}
.signup {
  background: var(--ink);
  color: white;
}
.signup .wrap {
  max-width: 880px;
}
.signup h2 {
  color: white;
}
.signup form {
  display: flex;
  gap: 10px;
  margin-top: 26px;
}
.signup input {
  flex: 1;
  padding: 15px;
  border: 0;
  font-size: 16px;
}
.signup button {
  background: #dce5dc;
  color: var(--ink);
  padding: 15px 22px;
  border: 0;
  font-weight: 700;
}
.prose {
  max-width: 790px;
}
.prose h2 {
  margin-top: 50px;
}
.prose h3 {
  margin-top: 35px;
}
.outcomes {
  font:
    22px Georgia,
    serif;
  line-height: 2;
  color: var(--sage);
}
.service-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
.service-item {
  padding: 28px 0;
  border-top: 1px solid var(--line);
}
.service-item p {
  color: #56635d;
}
.form {
  max-width: 760px;
}
.field {
  margin-bottom: 20px;
}
.field label {
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #cfd5cf;
  background: white;
  font: inherit;
}
.field textarea {
  min-height: 170px;
}
.hp {
  position: absolute;
  left: -9999px;
}
.notice {
  font-size: 13px;
  color: var(--muted);
}
.footer {
  background: #e3e9df;
  padding: 50px 0 28px;
  margin-top: 0;
}
.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
.footer-links {
  display: flex;
  gap: 18px 28px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-bottom {
  border-top: 1px solid #cbd4ca;
  margin-top: 32px;
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  color: #667169;
  font-size: 12px;
}
.resource-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.resource {
  background: white;
  border: 1px solid #e1e4df;
  padding: 30px;
}
.tag {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: bold;
}
.legal {
  max-width: 850px;
}
.legal h2 {
  font-size: 30px;
  margin-top: 42px;
}
.checklist li {
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .desktop-nav,
  .nav > .btn {
    display: none;
  }
  .hamb {
    display: block;
  }
  .nav {
    height: 72px;
  }
  .mobile-nav {
    inset: 72px 0 0;
  }
  .wrap {
    width: min(100% - 32px, 1180px);
  }
  .hero {
    padding: 45px 0 55px;
  }
  .hero-grid,
  .split {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .hero-grid .photo {
    order: -1;
    min-height: 300px;
  }
  .cards,
  .service-list,
  .resource-grid {
    grid-template-columns: 1fr;
  }
  .method {
    grid-template-columns: 1fr 1fr;
  }
  .method div:nth-child(2) {
    border-right: 0;
  }
  .method div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .signup form {
    display: block;
  }
  .signup input,
  .signup button {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-top,
  .footer-bottom {
    display: block;
  }
  .footer-links {
    justify-content: flex-start;
    margin-top: 26px;
  }
  .footer-bottom span {
    display: block;
    margin: 8px 0;
  }
  .photo {
    min-height: 320px;
  }
}
