.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-page {
  min-height: 100vh;
}

.contact-header {
  text-align: center;
  margin-bottom: 2rem;
}

.contact-header__title {
  font-family: "Newsreader", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  color: #1b1c1c;
  margin-bottom: 0.75rem;
}

.contact-header__lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #5b403d;
  max-width: 32rem;
  margin: 0 auto;
}

.contact-card {
  background: #ffffff;
  border: 1px solid #e4beba;
  border-radius: 0.5rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .contact-card {
    padding: 3rem 2.5rem;
  }
}

.contact-line-link {
  display: inline-block;
  text-decoration: none;
  border-radius: 0.75rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.contact-line-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.contact-line-link:focus-visible {
  outline: 3px solid #af101a;
  outline-offset: 4px;
}

.contact-line-link__icon {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

@media (min-width: 480px) {
  .contact-line-link__icon {
    width: 140px;
    height: 140px;
  }
}

.contact-line-link__label {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #06c755;
}

.contact-steps {
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-steps__item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #1b1c1c;
}

.contact-steps__item + .contact-steps__item {
  margin-top: 0.875rem;
}

.contact-steps__num {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #af101a;
  border-radius: 50%;
}

.contact-note {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: #8f6f6c;
}

.contact-sub-links {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: center;
}

.contact-sub-links a {
  font-size: 0.875rem;
  color: #5b403d;
  text-decoration: underline;
}

.contact-sub-links a:hover {
  color: #af101a;
}

.contact-footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #e4beba;
  text-align: center;
}

.contact-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-footer__nav a {
  font-size: 0.8125rem;
  color: #5b403d;
  text-decoration: underline;
}

.contact-footer__nav a:hover,
.contact-footer__nav a[aria-current="page"] {
  color: #af101a;
}

.contact-footer__copy {
  font-size: 0.8125rem;
  color: #5b403d;
}

@media (max-width: 375px) {
  .contact-header__title {
    font-size: 1.5rem;
  }

  .contact-card {
    padding: 2rem 1rem;
  }
}
