.breadcrumb {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: white;
}
.breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: white;
}

.contact-hero--brand {
  background: var(--brand-color);
}
.contact-hero--brand::before {
  background: transparent;
}

.contact-infos {
  align-items: start;
}

.contact-infos__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: calc(var(--block-gap, 16px) * 5);
  min-height: 100%;
  min-width: 0;
}

.contact-infos__icon {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 9999px;
  object-fit: contain;
  margin-bottom: 2rem;
}

.contact-infos__label {
  margin-top: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: white;

  font-size: clamp(1.25rem, 1.1rem + 0.8vw, 1.875rem);
  line-height: 1.2;
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-infos__value,
.contact-infos__value a,
.contact-infos__value a:visited {
  color: white;
}
.contact-infos__value a:hover,
.contact-infos__value a:focus {
  text-decoration: underline;
}

.contact-infos__value {
  color: white;
  margin-top: 1rem;
  max-width: 100%;
  overflow-wrap: break-word;
}

.contact-hero {
  background: var(--brand-color);
  color: white;
  display: grid;
  justify-items: center;
  padding-block: clamp(48px, 8vw, 120px);
}
.contact-hero .container {
  max-width: 1050px;
  margin-inline: auto;
  text-align: center;
  display: grid;
  gap: clamp(16px, 3vw, 28px);
  justify-items: center;
}
.contact-hero__title {
  font-size: clamp(40px, 10vw, 112px);
  line-height: 1.05;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

.contact-hero__subtitle {
  max-width: 65ch;
  font-size: clamp(16px, 2.5vw, 20px);
  line-height: 1.65;
  margin-inline: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

@media (max-width: 990px) {
  .contact-infos {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .contact-hero > .container {
    padding-inline: clamp(16px, 6vw, 24px);
  }
}

@media (max-width: 600px) {
  .contact-hero {
    padding-block: clamp(64px, 18vw, 96px);
  }
  .contact-hero .container {
    gap: clamp(12px, 6vw, 20px);
  }
  .contact-hero__subtitle {
    font-size: clamp(16px, 4vw, 18px);
  }
}
