/* Buyer-led Biaopu company overview shared by English and Spanish routes. */

.bp-about-biaopu {
  color: var(--text-body);
  background: #fff;
}

.bp-about-hero {
  padding-block: clamp(44px, 6vw, 84px);
  background: #f1f3f1;
}

.bp-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
}

.bp-about-hero-copy {
  min-width: 0;
}

.bp-about-hero-copy .bp-breadcrumb {
  margin-bottom: 28px;
}

.bp-about-hero-copy h1 {
  max-width: 14ch;
  margin: 9px 0 22px;
  color: var(--text-heading);
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 4vw, 4.25rem);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.bp-about-hero-copy > p:not(.bp-eyebrow) {
  max-width: 63ch;
  margin: 0;
  color: #42505b;
  font-size: clamp(1rem, 1.25vw, 1.1rem);
  line-height: 1.72;
}

.bp-about-hero-copy .bp-actions {
  margin-top: 30px;
}

.bp-about-hero-media {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 8 / 6;
  border: 1px solid #d9dedb;
  border-radius: 4px;
  background: #e8ece9;
  box-shadow: 0 18px 44px rgba(25, 35, 31, .11);
}

.bp-about-hero-media .bp-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-about-section {
  padding-block: clamp(72px, 7vw, 96px);
}

.bp-about-section-soft {
  background: #f6f7f6;
}

.bp-about-section-head {
  max-width: 780px;
  margin-bottom: clamp(34px, 4vw, 52px);
}

.bp-about-section-head .bp-eyebrow {
  margin-bottom: 10px;
}

.bp-about-section-head h2,
.bp-about-legal h2 {
  margin: 0 0 16px;
  color: var(--text-heading);
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 3vw, 3.1rem);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.1;
}

.bp-about-section-head > p:last-child {
  max-width: 68ch;
  margin: 0;
  color: #4e5c66;
  font-size: 1rem;
  line-height: 1.72;
}

.bp-about-family-list {
  border-top: 2px solid var(--text-heading);
}

.bp-about-family-list article {
  display: grid;
  grid-template-columns: 56px minmax(260px, .9fr) minmax(340px, 1.1fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid var(--border-subtle);
}

.bp-about-family-list article > span,
.bp-about-work-steps li > span {
  color: var(--primary-cta);
  font-family: var(--font-heading);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .06em;
}

.bp-about-family-list h3,
.bp-about-work-steps h3 {
  margin: 0 0 8px;
  color: var(--text-heading);
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
}

.bp-about-family-list p,
.bp-about-work-steps p {
  margin: 0;
  color: #4f5d66;
  line-height: 1.65;
}

.bp-about-family-list nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 10px;
}

.bp-about-family-list nav a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #cdd4d0;
  border-radius: 2px;
  color: var(--text-heading);
  background: #fff;
  font-size: .8rem;
  font-weight: 750;
  line-height: 1.35;
  text-decoration: none;
}

.bp-about-family-list nav a:hover,
.bp-about-family-list nav a:focus-visible {
  border-color: var(--primary-cta);
  color: var(--primary-cta);
}

.bp-about-family-list nav a:focus-visible,
.bp-about-legal a:focus-visible {
  outline: 3px solid rgba(226, 92, 29, .24);
  outline-offset: 3px;
}

.bp-about-scope-layout,
.bp-about-work-layout {
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 8vw, 116px);
  align-items: start;
}

.bp-about-scope-layout .bp-about-section-head,
.bp-about-work-layout .bp-about-section-head {
  margin-bottom: 0;
}

.bp-about-scope-list {
  margin: 0;
  border-top: 2px solid var(--text-heading);
}

.bp-about-scope-list > div {
  display: grid;
  grid-template-columns: minmax(180px, .75fr) minmax(0, 1.25fr);
  gap: 28px;
  padding: 21px 0;
  border-bottom: 1px solid var(--border-subtle);
}

.bp-about-scope-list dt {
  display: flex;
  gap: 12px;
  color: var(--text-heading);
  font-family: var(--font-heading);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.45;
}

.bp-about-scope-list dt span {
  color: var(--primary-cta);
  font-size: .68rem;
  letter-spacing: .04em;
}

.bp-about-scope-list dd {
  margin: 0;
  color: #4f5d66;
  font-size: .92rem;
  line-height: 1.65;
}

.bp-about-support-media {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: 18px;
}

.bp-about-support-media figure {
  position: relative;
  min-width: 0;
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  background: #e8ece9;
}

.bp-about-support-media figure.is-featured {
  grid-row: 1 / 3;
}

.bp-about-support-media .bp-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bp-about-support-media figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  color: #fff;
  background: rgba(20, 29, 27, .83);
}

.bp-about-support-media figcaption strong {
  font-family: var(--font-heading);
  font-size: .92rem;
}

.bp-about-support-media figcaption span {
  max-width: 64ch;
  font-size: .8rem;
  line-height: 1.5;
}

.bp-about-work-steps {
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--text-heading);
  list-style: none;
}

.bp-about-work-steps li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border-subtle);
}

.bp-about-contact-cta {
  margin: 0;
}

.bp-about-legal {
  padding-block: clamp(48px, 5vw, 68px);
  border-top: 1px solid #dce1de;
  background: #fff;
}

.bp-about-legal header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.bp-about-legal header .bp-eyebrow,
.bp-about-legal h2 {
  margin: 0;
}

.bp-about-legal h2 {
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.bp-about-legal dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 2px solid var(--text-heading);
}

.bp-about-legal dl > div {
  min-width: 0;
  padding: 18px 20px 18px 0;
  border-bottom: 1px solid var(--border-subtle);
}

.bp-about-legal dl > div:nth-child(4) {
  grid-column: span 2;
}

.bp-about-legal dt {
  margin-bottom: 6px;
  color: #6a756f;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bp-about-legal dd {
  margin: 0;
  color: var(--text-heading);
  font-size: .86rem;
  line-height: 1.55;
}

.bp-about-legal dd a {
  color: var(--primary-cta);
  font-weight: 750;
  text-underline-offset: 3px;
}

.bp-about-legal > .bp-wrap > p {
  max-width: 82ch;
  margin: 20px 0 0;
  color: #66716b;
  font-size: .8rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .bp-about-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-about-hero-copy h1 {
    max-width: 18ch;
  }

  .bp-about-hero-media {
    max-width: 820px;
  }

  .bp-about-family-list article {
    grid-template-columns: 44px minmax(230px, .8fr) minmax(300px, 1.2fr);
    gap: 24px;
  }

  .bp-about-scope-layout,
  .bp-about-work-layout {
    grid-template-columns: minmax(240px, .68fr) minmax(0, 1.32fr);
    gap: 54px;
  }

  .bp-about-support-media {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  }

  .bp-about-legal dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .bp-about-hero {
    padding-block: 34px 52px;
  }

  .bp-about-hero-grid {
    gap: 32px;
  }

  .bp-about-hero-copy .bp-breadcrumb {
    margin-bottom: 20px;
  }

  .bp-about-hero-copy h1 {
    max-width: none;
    margin-bottom: 18px;
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .bp-about-hero-copy .bp-actions,
  .bp-about-contact-cta .bp-actions {
    width: 100%;
  }

  .bp-about-hero-copy .bp-actions > *,
  .bp-about-contact-cta .bp-actions > * {
    width: 100%;
    justify-content: center;
  }

  .bp-about-section {
    padding-block: 54px;
  }

  .bp-about-section-head {
    margin-bottom: 30px;
  }

  .bp-about-section-head h2 {
    font-size: clamp(1.7rem, 8vw, 2.25rem);
  }

  .bp-about-family-list article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 24px 0;
  }

  .bp-about-family-list article nav {
    grid-column: 2;
  }

  .bp-about-family-list nav a {
    min-height: 44px;
  }

  .bp-about-scope-layout,
  .bp-about-work-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .bp-about-scope-list > div {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 18px 0;
  }

  .bp-about-support-media {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: none;
  }

  .bp-about-support-media figure,
  .bp-about-support-media figure.is-featured {
    grid-row: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .bp-about-support-media figcaption {
    padding: 15px 16px;
  }

  .bp-about-work-steps li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
  }

  .bp-about-legal header {
    display: grid;
    gap: 8px;
  }

  .bp-about-legal dl {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-about-legal dl > div,
  .bp-about-legal dl > div:nth-child(4) {
    grid-column: auto;
    padding-right: 0;
  }
}

@media (max-width: 360px) {
  .bp-about-hero-copy h1 {
    font-size: 1.9rem;
  }

  .bp-about-family-list article {
    grid-template-columns: minmax(0, 1fr);
  }

  .bp-about-family-list article nav {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bp-about-biaopu *,
  .bp-about-biaopu *::before,
  .bp-about-biaopu *::after {
    scroll-behavior: auto;
    transition-duration: .01ms;
    animation-duration: .01ms;
    animation-iteration-count: 1;
  }
}
