.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 0 0 1px #6c151d33;
}

.cover-title {
  display: block;
  margin-bottom: 13px;
}

.cover-copy .cover-title strong {
  margin: 0;
  font-size: 31px;
}

.cover-copy .cover-title small {
  display: inline;
  margin-left: 7px;
  color: #e7bd61;
  font: 600 12px/1 var(--sans);
  letter-spacing: .12em;
  white-space: nowrap;
  vertical-align: .22em;
}

.cover-copy em {
  color: #efbd4d;
  font: 500 18px/1.15 var(--sans);
}

.contact > div {
  max-width: 800px;
}

.contact-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
  text-align: left;
}

.contact-options article {
  padding: 26px;
  border: 1px solid #ffffff22;
  background: #ffffff05;
}

.contact-options h3 {
  margin: 0;
  color: #ecdcb8;
  font: 600 25px/1.05 var(--serif);
}

.contact-options p {
  min-height: 42px;
  color: #aaa99f;
  font-size: 12px;
}

.contact-options .button {
  margin-top: 8px;
}

.contact-options .upcoming {
  color: #d4c8ae;
  border-color: #d9c9a866;
  background: #ffffff05;
}

.contact-options .upcoming:hover,
.contact-options .upcoming:focus-visible {
  color: #fff;
  border-color: #d9c9a8;
  background: #ffffff0d;
}

.site-footer {
  align-items: flex-start;
  padding-top: 22px;
  padding-bottom: 22px;
}

.footer-legal {
  display: grid;
  max-width: 720px;
  gap: 3px;
  text-align: right;
  color: #8b8579;
  font-size: 9px;
  line-height: 1.45;
}

.footer-legal small {
  font-size: inherit;
}

@media (max-width: 720px) {
  .brand-logo {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .cover-copy .cover-title strong {
    font-size: 30px;
  }

  .cover-copy em {
    font-size: 17px;
  }

  .contact-options {
    grid-template-columns: 1fr;
  }

  .contact-options article {
    text-align: center;
  }

  .contact-options p {
    min-height: 0;
  }

  .contact-options .button {
    width: 100%;
  }

  .site-footer {
    align-items: center;
  }

  .footer-legal {
    text-align: center;
  }
}
