.footer a {
  color: rgba(255, 255, 255, .78);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer a:hover {
  color: var(--gold);
}

.brand {
  height: 64px;
}

.brand-logo {
  display: block;
  width: 168px !important;
  max-width: 168px !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

.mark-logo {
  display: block;
  width: 132px !important;
  max-width: 132px !important;
  height: auto !important;
  object-fit: contain !important;
  justify-self: center;
}

.cta-box {
  grid-template-columns: 170px 1fr auto;
}

.contact .two-columns {
  grid-template-columns: minmax(280px, .9fr) minmax(360px, 1.1fr);
  justify-content: center;
  align-items: center;
  gap: 70px;
  text-align: left;
}

.contact .section-kicker {
  justify-content: flex-start;
}

.contact-info {
  width: 100%;
  max-width: none;
  margin: 0;
  text-align: left;
}

.privacy-page {
  background: #fff;
}

.privacy-main {
  padding: 150px 0 90px;
}

.privacy-main article {
  max-width: 860px;
}

.privacy-main h1 {
  color: var(--green-dark);
  font-size: clamp(38px, 5vw, 62px);
  letter-spacing: -.04em;
}

.privacy-main h2 {
  font-size: 26px;
  letter-spacing: -.02em;
  margin-top: 38px;
}

.privacy-main p,
.privacy-main li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.privacy-main ul {
  padding-left: 22px;
}

.privacy-main .updated {
  color: var(--green);
  font-weight: 800;
}

@media (max-width: 920px) {
  .brand {
    height: 56px;
  }

  .brand-logo {
    width: 148px !important;
    max-width: 148px !important;
    max-height: 56px !important;
  }

  .mark-logo {
    width: 118px !important;
    max-width: 118px !important;
  }

  .cta-box {
    grid-template-columns: 1fr;
  }

  .cta-box .mark-logo {
    justify-self: center;
  }

  .contact .two-columns {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .contact .section-kicker {
    justify-content: center;
  }

  .contact-info {
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .brand-logo {
    width: 136px !important;
    max-width: 136px !important;
  }

  .mark-logo {
    width: 104px !important;
    max-width: 104px !important;
  }
}
