/* Shared About Us banner */
.about-shared-shell {
  width: calc(100% - 48px);
  max-width: 1900px;
  margin-inline: auto;
}

.about-shared-hero {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: flex-end;
  padding: 154px 0 82px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}

.about-shared-hero--profile {
  background-image:
    linear-gradient(90deg, rgba(42, 21, 7, 0.95) 0%, rgba(42, 21, 7, 0.76) 50%, rgba(42, 21, 7, 0.34) 100%);
  background-position: 74% 34%;
}

.about-shared-hero--manufacturing {
  background-image:
    linear-gradient(90deg, rgba(42, 21, 7, 0.94) 0%, rgba(42, 21, 7, 0.68) 50%, rgba(42, 21, 7, 0.3) 100%);
  background-position: center;
}

.about-shared-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-shared-breadcrumb a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.about-shared-breadcrumb a:hover,
.about-shared-breadcrumb a:focus-visible {
  color: #ffffff;
}

.about-shared-hero__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 56px;
}

.about-shared-eyebrow {
  margin: 0 0 14px;
  color: #ffc59f;
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.about-shared-hero h1 {
  max-width: 900px;
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.about-shared-hero__lede {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(17px, 1.3vw, 21px);
  line-height: 1.6;
}

.about-shared-button {
  display: inline-flex;
  flex: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid #bf4d0a;
  background: #bf4d0a;
  color: #ffffff;
  font-family: var(--font-mono, "DM Mono", monospace);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.about-shared-button:hover,
.about-shared-button:focus-visible {
  border-color: #a84909;
  background: #a84909;
  color: #ffffff;
  transform: translateY(-2px);
}

.about-profile-metrics {
  padding: 32px 0 0;
  background: #f6f6f6;
}

.about-profile-metrics .about-banner-numbers-grid {
  margin: 0;
  padding: 32px;
  border: 1px solid #eae3df;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(45, 27, 15, 0.06);
  opacity: 1 !important;
  transform: none !important;
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
  .about-shared-shell {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1199px) {
  .about-shared-shell {
    width: calc(100% - 48px);
  }
}

@media screen and (max-width: 767px) {
  .about-shared-shell {
    width: calc(100% - 32px);
  }

  .about-shared-hero {
    min-height: 620px;
    padding: 126px 0 56px;
  }

  .about-shared-hero--profile {
    background-position: 58% center;
  }

  .about-shared-breadcrumb {
    gap: 8px;
    margin-bottom: 38px;
    font-size: 10px;
  }

  .about-shared-hero__content {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .about-profile-metrics {
    padding-top: 20px;
  }

  .about-profile-metrics .about-banner-numbers-grid {
    margin: 0;
    padding: 24px 20px;
  }
}
