/* Keep the wholesale entry point available without covering prices or cards. */
@media (min-width: 1101px) {
  .contact-rail {
    right: 0 !important;
    width: 27px !important;
    max-width: 27px !important;
    box-sizing: border-box !important;
    bottom: auto !important;
    top: 55% !important;
    transform: translateY(-50%);
  }

  .contact-rail-toggle {
    width: 27px !important;
    min-width: 27px !important;
    max-width: 27px !important;
    box-sizing: border-box !important;
    min-height: 104px !important;
    padding: 8px 4px !important;
    flex-direction: column;
    justify-content: center;
    gap: 0 !important;
    border-radius: 12px 0 0 12px;
  }

  .contact-rail-toggle > span {
    display: none !important;
  }

  .contact-rail-toggle svg {
    display: none !important;
  }

  .contact-rail-toggle::after {
    content: "INQUIRY";
    color: #fff;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
    line-height: 1;
    text-orientation: mixed;
    writing-mode: vertical-rl;
  }

  .contact-rail-panel {
    right: calc(100% + 12px) !important;
    bottom: auto !important;
    top: 50% !important;
    transform: translate(10px, -50%) !important;
  }

  .contact-rail-panel.is-open,
  .contact-rail.is-open .contact-rail-panel {
    transform: translate(0, -50%) !important;
  }
}

/* Keep inactive quantity tiers readable on the light wholesale pricing surface. */
body.single-product .single-product-summary .baifei-tier-option:not(.is-active),
body.single-product .single-product-summary .baifei-tier-option:not(.is-active) > span,
body.single-product .single-product-summary .baifei-tier-option:not(.is-active) > strong,
body.single-product .single-product-summary .baifei-tier-option:not(.is-active) small,
body.single-product .single-product-summary .baifei-tier-option:not(.is-active) .baifei-tier-purpose,
body.single-product .single-product-summary .baifei-tier-option:not(.is-active) .woocommerce-Price-amount,
body.single-product .single-product-summary .baifei-tier-option:not(.is-active) .woocommerce-Price-currencySymbol {
  color: #102638 !important;
  opacity: 1 !important;
}

body.single-product .single-product-summary .baifei-tier-option:not(.is-active) small,
body.single-product .single-product-summary .baifei-tier-option:not(.is-active) .baifei-tier-purpose {
  color: #40505b !important;
}

/* Product visitors should have an order/RFQ action from the first mobile viewport. */
@media (max-width: 1100px) {
  body.single-product .product-mobile-action {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
}

/* Keep cookie preferences clear of the persistent product action bar. */
@media (max-width: 760px) {
  body.single-product .bf-cookie-settings {
    left: 8px !important;
    right: auto !important;
    top: auto !important;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* --------------------------------------------------------------------------
 * Conversion-safe contrast
 * Keep commerce copy legible on the light order surface. The selectors stay
 * inside the product order component so dark editorial sections are untouched.
 * ----------------------------------------------------------------------- */
body.single-product .single-product-summary #product-order .baifei-tier-purchase,
body.single-product .single-product-summary #product-order .baifei-tier-heading,
body.single-product .single-product-summary #product-order .baifei-tier-cart,
body.single-product .single-product-summary #product-order .baifei-tier-total,
body.single-product .single-product-summary #product-order .baifei-tier-footnote,
body.single-product .single-product-summary #product-order .baifei-payment-notes {
  color: #071a29 !important;
}

body.single-product .single-product-summary #product-order .baifei-tier-heading h2,
body.single-product .single-product-summary #product-order .baifei-tier-cart > label,
body.single-product .single-product-summary #product-order .baifei-tier-total strong,
body.single-product .single-product-summary #product-order .baifei-tier-total span {
  color: #071a29 !important;
  opacity: 1 !important;
}

body.single-product .single-product-summary #product-order .baifei-tier-heading p,
body.single-product .single-product-summary #product-order .baifei-tier-footnote,
body.single-product .single-product-summary #product-order .baifei-tier-footnote p,
body.single-product .single-product-summary #product-order .baifei-payment-notes,
body.single-product .single-product-summary #product-order .baifei-payment-notes li {
  color: #40505b !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.single-product .single-product-summary #product-order .quantity input,
body.single-product .single-product-summary #product-order input.qty {
  background: #fff !important;
  border-color: rgba(7, 26, 41, .28) !important;
  color: #071a29 !important;
  opacity: 1 !important;
}

body.single-product .single-product-summary #product-order .quantity input::placeholder,
body.single-product .single-product-summary #product-order input.qty::placeholder {
  color: #526570 !important;
  opacity: 1 !important;
}

/* --------------------------------------------------------------------------
 * Noticeable but non-obstructive wholesale inquiry rail
 * The closed rail remains only 27px wide. Its panel always opens inward.
 * ----------------------------------------------------------------------- */
.contact-rail {
  z-index: 160 !important;
  isolation: isolate;
}

.contact-rail-toggle {
  background: #ff5a3c !important;
  border-color: #ff5a3c !important;
  box-shadow: 0 12px 30px rgba(7, 26, 41, .28), -3px 0 0 rgba(112, 245, 207, .5) !important;
  transition: transform .2s ease, filter .2s ease, box-shadow .2s ease !important;
}

.contact-rail-toggle:hover,
.contact-rail-toggle:focus-visible,
.contact-rail.is-open .contact-rail-toggle {
  filter: saturate(1.08) brightness(1.03);
  transform: translateX(-2px);
  box-shadow: 0 16px 38px rgba(7, 26, 41, .36), -4px 0 0 #70f5cf !important;
}

.contact-rail-toggle:focus-visible {
  outline: 3px solid rgba(112, 245, 207, .86) !important;
  outline-offset: 3px;
}

.contact-rail-toggle::after {
  text-shadow: 0 1px 2px rgba(7, 26, 41, .4);
}

.contact-rail-panel {
  z-index: 2;
  max-height: min(620px, calc(100vh - 40px));
  overflow: auto;
  box-shadow: 0 22px 56px rgba(7, 26, 41, .26) !important;
}

@media (prefers-reduced-motion: no-preference) and (min-width: 1101px) {
  .contact-rail:not(.is-open) .contact-rail-toggle {
    animation: baifei-inquiry-attention 4.8s ease-in-out infinite;
  }
}

@keyframes baifei-inquiry-attention {
  0%, 78%, 100% {
    box-shadow: 0 12px 30px rgba(7, 26, 41, .28), -3px 0 0 rgba(112, 245, 207, .5);
  }
  88% {
    box-shadow: 0 16px 38px rgba(7, 26, 41, .36), -5px 0 0 #70f5cf, 0 0 0 7px rgba(255, 90, 60, .12);
  }
}

@media (max-width: 1100px) {
  .contact-rail-toggle {
    box-shadow: 0 10px 26px rgba(7, 26, 41, .32) !important;
  }
}

/* --------------------------------------------------------------------------
 * Evidence-first B2B pages: Solutions, OEM/ODM and Factory
 * ----------------------------------------------------------------------- */
.baifei-b2b-page {
  --b2b-ink: #071a29;
  --b2b-navy: #061b2a;
  --b2b-navy-2: #0b2c40;
  --b2b-warm: #f4f1ea;
  --b2b-paper: #fffdfa;
  --b2b-line: rgba(7, 26, 41, .17);
  --b2b-orange: #ff5a3c;
  --b2b-mint: #70f5cf;
  width: min(100%, 1540px);
  margin: 0 auto;
  background: var(--b2b-warm);
  color: var(--b2b-ink);
  overflow: hidden;
}

.baifei-b2b-page,
.baifei-b2b-page * {
  box-sizing: border-box;
}

.baifei-b2b-page img {
  display: block;
  max-width: 100%;
}

.baifei-b2b-page h2,
.baifei-b2b-page h3,
.baifei-b2b-page p,
.baifei-b2b-page li,
.baifei-b2b-page figcaption,
.baifei-b2b-page a {
  text-wrap: pretty;
}

.baifei-b2b-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  background: var(--b2b-navy);
  color: #fff;
}

.baifei-b2b-hero__copy,
.baifei-b2b-hero__aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(54px, 7vw, 110px) clamp(28px, 6vw, 96px);
}

.baifei-b2b-hero h2,
.baifei-b2b-hero h3,
.baifei-b2b-hero p,
.baifei-b2b-hero li,
.baifei-b2b-cta h2,
.baifei-b2b-cta p {
  color: #fff !important;
}

.baifei-b2b-hero h2 {
  max-width: 13ch;
  margin: 14px 0 24px;
  font-size: clamp(42px, 5vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
}

.baifei-b2b-hero p {
  max-width: 66ch;
  margin: 0;
  color: rgba(255, 255, 255, .78) !important;
  font-size: clamp(17px, 1.25vw, 20px);
  line-height: 1.7;
}

.baifei-b2b-eyebrow {
  color: var(--b2b-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.baifei-b2b-hero .baifei-b2b-eyebrow,
.baifei-b2b-cta .baifei-b2b-eyebrow {
  color: var(--b2b-mint);
}

.baifei-b2b-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 34px;
}

.baifei-b2b-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  background: var(--b2b-orange);
  border: 1px solid var(--b2b-orange);
  color: #fff !important;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, background-color .18s ease;
}

.baifei-b2b-button:hover,
.baifei-b2b-button:focus-visible {
  background: #e8492f;
  transform: translateY(-2px);
}

.baifei-b2b-link {
  color: #fff !important;
  font-weight: 800;
  text-underline-offset: 7px;
}

.baifei-b2b-hero__media {
  position: relative;
  min-height: 500px;
  margin: 0;
  overflow: hidden;
}

.baifei-b2b-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.baifei-b2b-hero__media figcaption,
.baifei-b2b-gallery figcaption,
.baifei-b2b-proof figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 8px 11px;
  background: rgba(6, 27, 42, .84);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.baifei-b2b-hero--copy {
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
}

.baifei-b2b-hero__aside {
  border-left: 1px solid rgba(255, 255, 255, .18);
  background: var(--b2b-navy-2);
}

.baifei-b2b-hero__aside ul {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.baifei-b2b-hero__aside li {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .84) !important;
}

.baifei-b2b-section {
  padding: clamp(66px, 7vw, 108px) clamp(24px, 6vw, 96px);
  background: var(--b2b-warm);
  color: var(--b2b-ink);
}

.baifei-b2b-section__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 28px 70px;
  align-items: end;
  margin-bottom: 42px;
}

.baifei-b2b-section__heading .baifei-b2b-eyebrow {
  grid-column: 1 / -1;
}

.baifei-b2b-section__heading h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--b2b-ink) !important;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.baifei-b2b-section__heading p {
  margin: 0;
  color: #526570 !important;
  font-size: 17px;
  line-height: 1.7;
}

.baifei-b2b-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--b2b-line);
  border-left: 1px solid var(--b2b-line);
}

.baifei-b2b-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.baifei-b2b-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.baifei-b2b-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.baifei-b2b-card,
.baifei-b2b-service {
  min-width: 0;
  padding: clamp(26px, 3vw, 42px);
  border-right: 1px solid var(--b2b-line);
  border-bottom: 1px solid var(--b2b-line);
  background: transparent;
  color: var(--b2b-ink);
}

.baifei-b2b-card > span {
  display: block;
  margin-bottom: clamp(56px, 7vw, 112px);
  color: var(--b2b-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.baifei-b2b-card h3,
.baifei-b2b-service h3 {
  margin: 0 0 14px;
  color: var(--b2b-ink) !important;
  font-size: clamp(20px, 1.8vw, 28px);
  line-height: 1.15;
}

.baifei-b2b-card p,
.baifei-b2b-service p,
.baifei-b2b-service li {
  color: #526570 !important;
  line-height: 1.65;
}

.baifei-b2b-card a {
  display: inline-flex;
  margin-top: 26px;
  color: var(--b2b-ink) !important;
  font-weight: 850;
  text-underline-offset: 6px;
}

.baifei-b2b-service ul {
  margin: 18px 0 0;
  padding-left: 1.15em;
}

.baifei-b2b-service li + li { margin-top: 10px; }

.baifei-b2b-panel--light {
  background: #e7edf0;
}

.baifei-b2b-panel--light h2,
.baifei-b2b-panel--light h3,
.baifei-b2b-panel--light p,
.baifei-b2b-panel--light li,
.baifei-b2b-panel--light a {
  color: var(--b2b-ink) !important;
  opacity: 1 !important;
}

.baifei-b2b-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--b2b-line);
  border-left: 1px solid var(--b2b-line);
  list-style: none;
}

.baifei-b2b-steps li {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 16px;
  min-height: 190px;
  padding: 28px;
  border-right: 1px solid var(--b2b-line);
  border-bottom: 1px solid var(--b2b-line);
  color: var(--b2b-ink) !important;
}

.baifei-b2b-steps li > span {
  color: var(--b2b-orange);
  font-size: 12px;
  font-weight: 900;
}

.baifei-b2b-steps h3 {
  margin: 0 0 10px;
  color: var(--b2b-ink) !important;
}

.baifei-b2b-steps p {
  margin: 0;
  color: #526570 !important;
  line-height: 1.6;
}

.baifei-b2b-proof {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr;
  background: var(--b2b-navy);
}

.baifei-b2b-proof figure,
.baifei-b2b-gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.baifei-b2b-proof figure {
  min-height: 420px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.baifei-b2b-proof figure img,
.baifei-b2b-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baifei-b2b-proof__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(38px, 5vw, 78px);
}

.baifei-b2b-proof__copy h2 {
  margin: 14px 0 18px;
  color: #fff !important;
  font-size: clamp(34px, 3.5vw, 56px);
  line-height: 1.02;
}

.baifei-b2b-proof__copy p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .76) !important;
  line-height: 1.7;
}

.baifei-b2b-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: var(--b2b-paper);
  border-bottom: 1px solid var(--b2b-line);
}

.baifei-b2b-stats > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: end;
  padding: 28px clamp(18px, 3vw, 42px);
  border-right: 1px solid var(--b2b-line);
}

.baifei-b2b-stats strong {
  color: var(--b2b-ink) !important;
  font-size: clamp(40px, 4vw, 64px);
  line-height: .9;
}

.baifei-b2b-stats span {
  color: #40505b !important;
  font-weight: 700;
  line-height: 1.35;
}

.baifei-b2b-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 430px;
  background: var(--b2b-navy);
}

.baifei-b2b-gallery figure + figure {
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.baifei-b2b-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  align-items: end;
  padding: clamp(58px, 7vw, 100px) clamp(24px, 6vw, 96px);
  background: var(--b2b-navy);
  border-top: 6px solid var(--b2b-orange);
  color: #fff;
}

.baifei-b2b-cta h2 {
  max-width: 19ch;
  margin: 14px 0 18px;
  font-size: clamp(36px, 4.2vw, 66px);
  line-height: 1;
  letter-spacing: -.04em;
}

.baifei-b2b-cta p {
  max-width: 70ch;
  margin: 0;
  color: rgba(255, 255, 255, .75) !important;
  line-height: 1.7;
}

.baifei-b2b-page .solution-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--b2b-line);
  border-left: 1px solid var(--b2b-line);
}

.baifei-b2b-page .solution-index-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(28px, 4vw, 54px);
  border-right: 1px solid var(--b2b-line);
  border-bottom: 1px solid var(--b2b-line);
  background: var(--b2b-paper);
  color: var(--b2b-ink) !important;
  text-decoration: none !important;
  transition: background-color .18s ease, transform .18s ease;
}

.baifei-b2b-page .solution-index-card:hover,
.baifei-b2b-page .solution-index-card:focus-visible {
  background: #fff;
  transform: translateY(-3px);
}

.baifei-b2b-page .solution-index-card > span {
  margin-bottom: auto;
  color: var(--b2b-orange) !important;
  font-size: 12px;
  font-weight: 900;
}

.baifei-b2b-page .solution-index-card h3 {
  margin: 42px 0 12px;
  color: var(--b2b-ink) !important;
  font-size: clamp(24px, 2.4vw, 36px);
}

.baifei-b2b-page .solution-index-card p {
  margin: 0;
  color: #526570 !important;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .baifei-b2b-hero,
  .baifei-b2b-hero--copy {
    grid-template-columns: 1fr;
  }

  .baifei-b2b-hero__media,
  .baifei-b2b-hero__media img {
    min-height: 360px;
  }

  .baifei-b2b-hero__aside {
    border-top: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
  }

  .baifei-b2b-section__heading {
    grid-template-columns: 1fr;
  }

  .baifei-b2b-grid--4,
  .baifei-b2b-grid--3,
  .baifei-b2b-grid--2,
  .baifei-b2b-steps,
  .baifei-b2b-stats,
  .baifei-b2b-page .solution-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baifei-b2b-proof {
    grid-template-columns: 1fr 1fr;
  }

  .baifei-b2b-proof__copy {
    grid-column: 1 / -1;
  }

  .baifei-b2b-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .baifei-b2b-hero__copy,
  .baifei-b2b-hero__aside {
    padding: 48px 22px;
  }

  .baifei-b2b-hero h2 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .baifei-b2b-hero__media,
  .baifei-b2b-hero__media img {
    min-height: 290px;
  }

  .baifei-b2b-grid--4,
  .baifei-b2b-grid--3,
  .baifei-b2b-grid--2,
  .baifei-b2b-steps,
  .baifei-b2b-stats,
  .baifei-b2b-proof,
  .baifei-b2b-gallery,
  .baifei-b2b-page .solution-index-grid {
    grid-template-columns: 1fr;
  }

  .baifei-b2b-card > span {
    margin-bottom: 44px;
  }

  .baifei-b2b-proof figure,
  .baifei-b2b-gallery figure {
    min-height: 300px;
  }

  .baifei-b2b-proof__copy {
    grid-column: auto;
  }

  .baifei-b2b-stats > div {
    border-right: 0;
  }

  .baifei-b2b-cta .baifei-b2b-button,
  .baifei-b2b-actions .baifei-b2b-button {
    width: 100%;
  }
}

/* --------------------------------------------------------------------------
 * 2026 service-page rebuild
 * Full-width, evidence-led layouts for the three primary B2B service pages.
 * The v2 modifier keeps the release isolated from legacy seeded content.
 * ----------------------------------------------------------------------- */
.baifei-service-main {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: clip;
  background: #f4f1ea;
}

.entry-content.entry-content--service {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1rem;
}

.entry-content--service > .baifei-b2b-page--v2 {
  width: min(100%, 1600px);
  max-width: 1600px;
  margin: 0 auto !important;
}

.entry-content--service .baifei-b2b-page--v2 section,
.entry-content--service .baifei-b2b-page--v2 figure,
.entry-content--service .baifei-b2b-page--v2 h1,
.entry-content--service .baifei-b2b-page--v2 h2,
.entry-content--service .baifei-b2b-page--v2 h3,
.entry-content--service .baifei-b2b-page--v2 p,
.entry-content--service .baifei-b2b-page--v2 ol,
.entry-content--service .baifei-b2b-page--v2 ul {
  margin-top: 0;
}

.entry-content--service .baifei-b2b-page--v2 img {
  border-radius: 0;
}

.baifei-b2b-page--v2 {
  --b2b-ink: #071a29;
  --b2b-navy: #061b2a;
  --b2b-navy-2: #0c3147;
  --b2b-warm: #f4f1ea;
  --b2b-paper: #fffdfa;
  --b2b-line: rgba(7, 26, 41, .16);
  --b2b-muted: #526570;
  --b2b-orange: #ff5a3c;
  --b2b-mint: #70f5cf;
  isolation: isolate;
  background: var(--b2b-warm);
}

.baifei-b2b-page--v2 .baifei-b2b-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: clamp(590px, 66vw, 780px);
}

.baifei-b2b-page--v2 .baifei-b2b-hero__copy {
  padding: clamp(72px, 7vw, 112px) clamp(34px, 6.2vw, 100px);
}

.baifei-b2b-page--v2 .baifei-b2b-hero h1 {
  max-width: 13ch;
  margin: 16px 0 26px;
  color: #fff !important;
  font-size: clamp(48px, 5.2vw, 78px);
  font-weight: 850;
  line-height: .98;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.baifei-b2b-page--v2 .baifei-b2b-hero p {
  max-width: 64ch;
  font-size: clamp(17px, 1.2vw, 20px);
}

.baifei-b2b-page--v2 .baifei-b2b-hero__media,
.baifei-b2b-page--v2 .baifei-b2b-hero__media img {
  min-height: 100%;
}

.baifei-b2b-page--v2 .baifei-b2b-hero__media img {
  object-position: center;
}

.baifei-b2b-page--v2 .baifei-b2b-hero--solutions .baifei-b2b-hero__media img {
  object-position: 58% center;
}

.baifei-b2b-page--v2 .baifei-b2b-hero__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 27, 42, .22), transparent 34%);
  content: "";
  pointer-events: none;
}

.baifei-b2b-page--v2 .baifei-b2b-hero__media figcaption {
  z-index: 1;
}

.baifei-b2b-hero__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 40px;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .12);
}

.baifei-b2b-hero__facts span {
  min-width: 0;
  padding: 13px 14px;
  background: var(--b2b-navy);
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.baifei-b2b-brief-strip {
  display: grid;
  grid-template-columns: minmax(190px, .34fr) minmax(0, 1.66fr);
  align-items: stretch;
  background: var(--b2b-paper);
  border-bottom: 1px solid var(--b2b-line);
}

.baifei-b2b-brief-strip > span {
  display: flex;
  align-items: center;
  padding: 28px clamp(24px, 4vw, 64px);
  background: var(--b2b-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.baifei-b2b-brief-strip ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.baifei-b2b-brief-strip li {
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 20px clamp(16px, 2vw, 30px);
  border-right: 1px solid var(--b2b-line);
  color: var(--b2b-ink) !important;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.4;
}

.baifei-b2b-page--v2 .baifei-b2b-section {
  padding: clamp(70px, 7vw, 112px) clamp(28px, 6vw, 96px);
}

.baifei-b2b-page--v2 .baifei-b2b-section--flush-bottom {
  padding-bottom: 0;
}

.baifei-b2b-page--v2 .baifei-b2b-section__heading {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.baifei-b2b-page--v2 .baifei-b2b-section__heading h2 {
  font-size: clamp(36px, 4vw, 60px);
}

.baifei-b2b-page--v2 .baifei-b2b-card {
  min-height: 360px;
}

.baifei-b2b-page--v2 .baifei-b2b-card > span {
  margin-bottom: clamp(58px, 7vw, 108px);
}

.baifei-b2b-page--v2 .baifei-b2b-card p {
  margin-bottom: 0;
}

.baifei-b2b-page--v2 .baifei-b2b-card a,
.baifei-b2b-page--v2 .baifei-b2b-inline-link {
  transition: color .18s ease, text-decoration-color .18s ease;
}

.baifei-b2b-page--v2 .baifei-b2b-card a:hover,
.baifei-b2b-page--v2 .baifei-b2b-card a:focus-visible,
.baifei-b2b-page--v2 .baifei-b2b-inline-link:hover,
.baifei-b2b-page--v2 .baifei-b2b-inline-link:focus-visible {
  color: var(--b2b-orange) !important;
}

.baifei-b2b-media-grid {
  display: grid;
  gap: 18px;
}

.baifei-b2b-media-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.baifei-b2b-media-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.baifei-b2b-media-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--b2b-paper);
  border: 1px solid var(--b2b-line);
}

.baifei-b2b-media-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.baifei-b2b-media-card figcaption,
.baifei-b2b-media-card > div {
  display: block;
  padding: 22px 22px 25px;
}

.baifei-b2b-media-card figcaption strong,
.baifei-b2b-media-card figcaption span {
  display: block;
}

.baifei-b2b-media-card figcaption strong,
.baifei-b2b-media-card h3 {
  margin: 0 0 8px;
  color: var(--b2b-ink) !important;
  font-size: 18px;
  line-height: 1.25;
}

.baifei-b2b-media-card figcaption span,
.baifei-b2b-media-card p {
  margin: 0;
  color: var(--b2b-muted) !important;
  font-size: 14px;
  line-height: 1.55;
}

.baifei-b2b-application-grid .baifei-b2b-media-card > img {
  aspect-ratio: 1 / 1;
}

.baifei-b2b-application-grid .baifei-b2b-media-card > div > span {
  display: block;
  margin-bottom: 42px;
  color: var(--b2b-orange);
  font-size: 12px;
  font-weight: 900;
}

.baifei-b2b-application-grid .baifei-b2b-media-card h3 {
  font-size: clamp(20px, 1.6vw, 27px);
}

.baifei-b2b-application-grid .baifei-b2b-media-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--b2b-ink) !important;
  font-size: 14px;
  font-weight: 850;
  text-underline-offset: 5px;
}

.baifei-b2b-document-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.baifei-b2b-document-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--b2b-line);
}

.baifei-b2b-document-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 14px;
  background: #eef1f2;
  object-fit: contain;
  object-position: top center;
}

.baifei-b2b-document-card figcaption {
  padding: 18px;
  border-top: 1px solid var(--b2b-line);
}

.baifei-b2b-document-card figcaption strong,
.baifei-b2b-document-card figcaption span {
  display: block;
}

.baifei-b2b-document-card figcaption strong {
  color: var(--b2b-ink) !important;
  font-size: 18px;
}

.baifei-b2b-document-card figcaption span {
  margin-top: 4px;
  color: var(--b2b-muted) !important;
  font-size: 12px;
}

.baifei-b2b-note {
  margin-top: 24px;
  padding: 20px 22px;
  background: rgba(255, 90, 60, .08);
  border-left: 4px solid var(--b2b-orange);
  color: #334954 !important;
  font-size: 14px;
  line-height: 1.65;
}

.baifei-b2b-inline-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--b2b-ink) !important;
  font-weight: 850;
  text-underline-offset: 6px;
}

.baifei-b2b-story {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  background: var(--b2b-paper);
}

.baifei-b2b-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(60px, 7vw, 104px) clamp(28px, 6vw, 96px);
}

.baifei-b2b-story__copy h2 {
  max-width: 15ch;
  margin: 14px 0 22px;
  color: var(--b2b-ink) !important;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.baifei-b2b-story__copy p,
.baifei-b2b-story__copy li {
  color: var(--b2b-muted) !important;
  line-height: 1.7;
}

.baifei-b2b-story__copy ul {
  margin: 24px 0 0 !important;
  padding-left: 1.15em;
}

.baifei-b2b-story__copy li + li {
  margin-top: 9px;
}

.baifei-b2b-story__media {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  min-height: 760px;
}

.baifei-b2b-story__media figure {
  position: relative;
  min-height: 0;
  margin: 0;
  overflow: hidden;
}

.baifei-b2b-story__media figure + figure {
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.baifei-b2b-story__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baifei-b2b-story__media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 8px 11px;
  background: rgba(6, 27, 42, .86);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
}

.baifei-b2b-trust-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px 70px;
  align-items: end;
  padding: clamp(62px, 7vw, 104px) clamp(28px, 6vw, 96px);
  background: #dce7e7;
  color: var(--b2b-ink);
}

.baifei-b2b-trust-band h2 {
  max-width: 17ch;
  margin: 14px 0 0;
  color: var(--b2b-ink) !important;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.04;
  letter-spacing: -.038em;
}

.baifei-b2b-trust-band .baifei-b2b-actions {
  grid-column: auto;
  margin-top: 0;
}

.baifei-b2b-trust-band .baifei-b2b-link {
  color: var(--b2b-ink) !important;
}

.baifei-b2b-location {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  gap: 38px clamp(42px, 7vw, 110px);
  align-items: end;
  padding: clamp(62px, 7vw, 104px) clamp(28px, 6vw, 96px);
  border-top: 1px solid rgba(255, 255, 255, .12);
  background: linear-gradient(120deg, var(--b2b-navy) 0%, #0b3248 100%);
  color: #fff;
}

.baifei-b2b-location h2 {
  max-width: 20ch;
  margin: 14px 0 0;
  color: #fff !important;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.04;
  letter-spacing: -.038em;
  text-wrap: balance;
}

.baifei-b2b-location p {
  max-width: 58ch;
  margin: 0 0 26px !important;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 17px;
  line-height: 1.72;
}

.baifei-b2b-location .baifei-b2b-inline-link {
  color: #fff !important;
}

.baifei-b2b-proof--solutions {
  grid-template-columns: .82fr .82fr 1.34fr .82fr;
}

.baifei-b2b-proof--solutions figure {
  min-height: 560px;
}

.baifei-b2b-proof--solutions .baifei-b2b-proof__copy {
  min-width: 0;
  padding: clamp(38px, 4vw, 66px);
}

.baifei-b2b-proof--solutions .baifei-b2b-proof__copy h2 {
  font-size: clamp(32px, 3vw, 48px);
}

.baifei-b2b-inline-link--light {
  color: #fff !important;
}

.baifei-b2b-proof__micro {
  display: block;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.55;
}

.baifei-b2b-ip-brand {
  background: #dce7e7 !important;
}

.baifei-b2b-ip-brand__heading {
  max-width: 980px;
}

.baifei-b2b-ip-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(20px, 2.5vw, 36px);
  align-items: stretch;
}

.baifei-b2b-patent-card,
.baifei-b2b-brand-record {
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.baifei-b2b-patent-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--b2b-line);
}

.baifei-b2b-patent-card__stage {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding: clamp(14px, 2vw, 26px);
  background: #eef1f2;
}

.baifei-b2b-patent-card__stage img {
  width: 100%;
  height: clamp(420px, 42vw, 520px);
  object-fit: contain;
  object-position: center;
}

.baifei-b2b-patent-card figcaption {
  padding: 22px 24px 25px;
  border-top: 1px solid var(--b2b-line);
}

.baifei-b2b-patent-card figcaption strong,
.baifei-b2b-patent-card figcaption span {
  display: block;
}

.baifei-b2b-patent-card figcaption strong {
  color: var(--b2b-ink) !important;
  font-size: 18px;
  line-height: 1.3;
}

.baifei-b2b-patent-card figcaption span {
  margin-top: 8px;
  color: var(--b2b-muted) !important;
  font-size: 12px;
  line-height: 1.6;
}

.baifei-b2b-brand-record {
  display: flex;
  flex-direction: column;
  padding: clamp(30px, 4vw, 58px);
  border-top: 5px solid var(--b2b-orange);
  background: var(--b2b-navy);
  color: #fff;
}

.baifei-b2b-brand-record__head {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.baifei-b2b-brand-record__logo {
  display: grid;
  width: 118px;
  height: 78px;
  place-items: center;
  overflow: hidden;
  background: #fff;
}

.baifei-b2b-brand-record__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baifei-b2b-brand-record .baifei-b2b-eyebrow {
  color: var(--b2b-mint) !important;
}

.baifei-b2b-brand-record h3 {
  margin: 8px 0 0 !important;
  color: #fff !important;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.05;
  letter-spacing: -.025em;
}

.baifei-b2b-brand-record dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 32px 0 !important;
  padding: 1px;
  background: rgba(255, 255, 255, .16);
}

.baifei-b2b-brand-record dl > div {
  min-width: 0;
  padding: 20px;
  background: var(--b2b-navy);
}

.baifei-b2b-brand-record dt {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.baifei-b2b-brand-record dd {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 850;
  line-height: 1.2;
}

.baifei-b2b-brand-record p {
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, .72) !important;
  line-height: 1.72;
}

.baifei-b2b-brand-record .baifei-b2b-record-scope {
  margin-top: auto !important;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .48) !important;
  font-size: 12px;
}

.baifei-b2b-evidence-boundary {
  max-width: 92ch;
  margin: 24px 0 0 !important;
  color: #405660 !important;
  font-size: 12px;
  line-height: 1.65;
}

.baifei-b2b-delivery-proof {
  padding: clamp(70px, 7vw, 112px) clamp(28px, 6vw, 96px);
  background: var(--b2b-navy);
  color: #fff;
}

.baifei-b2b-delivery-proof__heading {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 38px clamp(44px, 7vw, 110px);
  align-items: end;
  margin-bottom: clamp(36px, 5vw, 62px);
}

.baifei-b2b-delivery-proof .baifei-b2b-eyebrow {
  color: var(--b2b-mint) !important;
}

.baifei-b2b-delivery-proof h2 {
  max-width: 16ch;
  margin: 14px 0 0 !important;
  color: #fff !important;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.02;
  letter-spacing: -.04em;
}

.baifei-b2b-delivery-proof__heading p {
  margin: 0 !important;
  color: rgba(255, 255, 255, .7) !important;
  font-size: 17px;
  line-height: 1.72;
}

.baifei-b2b-delivery-proof__heading ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 30px 0 0 !important;
  padding: 1px !important;
  background: rgba(255, 255, 255, .16);
  list-style: none;
}

.baifei-b2b-delivery-proof__heading li {
  min-width: 0;
  padding: 18px;
  background: var(--b2b-navy);
}

.baifei-b2b-delivery-proof__heading li strong,
.baifei-b2b-delivery-proof__heading li span {
  display: block;
}

.baifei-b2b-delivery-proof__heading li strong {
  color: var(--b2b-orange);
  font-size: 13px;
}

.baifei-b2b-delivery-proof__heading li span {
  margin-top: 8px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  line-height: 1.45;
}

.baifei-b2b-delivery-proof__visuals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.baifei-b2b-delivery-figure {
  display: flex;
  min-width: 0;
  margin: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
}

.baifei-b2b-delivery-figure > div {
  display: flex;
  height: clamp(380px, 35vw, 520px);
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 1.7vw, 24px);
}

.baifei-b2b-delivery-figure--artwork > div {
  background: #fff;
}

.baifei-b2b-delivery-figure--loading > div {
  background: rgba(255, 255, 255, .045);
}

.baifei-b2b-delivery-figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.baifei-b2b-delivery-figure figcaption {
  flex: 1;
  padding: 20px 22px 24px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.baifei-b2b-delivery-figure--artwork figcaption {
  background: #fff;
  border-top-color: var(--b2b-line);
}

.baifei-b2b-delivery-figure figcaption strong,
.baifei-b2b-delivery-figure figcaption span {
  display: block;
}

.baifei-b2b-delivery-figure figcaption strong {
  color: #fff !important;
  font-size: 18px;
}

.baifei-b2b-delivery-figure figcaption span {
  margin-top: 6px;
  color: rgba(255, 255, 255, .58) !important;
  font-size: 13px;
  line-height: 1.55;
}

.baifei-b2b-delivery-figure--artwork figcaption strong {
  color: var(--b2b-ink) !important;
}

.baifei-b2b-delivery-figure--artwork figcaption span {
  color: var(--b2b-muted) !important;
}

.baifei-b2b-delivery-proof > .baifei-b2b-inline-link {
  margin-top: 34px;
}

.baifei-b2b-page--v2 a:focus-visible {
  outline: 3px solid var(--b2b-mint);
  outline-offset: 4px;
}

@media (max-width: 1180px) {
  .baifei-b2b-page--v2 .baifei-b2b-hero {
    grid-template-columns: minmax(0, 1fr) minmax(380px, .8fr);
  }

  .baifei-b2b-media-grid--4,
  .baifei-b2b-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baifei-b2b-document-card:last-child {
    grid-column: span 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, .7fr);
  }

  .baifei-b2b-document-card:last-child figcaption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 0;
    border-left: 1px solid var(--b2b-line);
  }

  .baifei-b2b-proof--solutions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baifei-b2b-proof--solutions .baifei-b2b-proof__copy {
    grid-column: 1 / -1;
    order: 4;
  }

  .baifei-b2b-proof--solutions .baifei-b2b-proof__warehouse {
    order: 3;
  }

  .baifei-b2b-proof--solutions figure {
    min-height: 390px;
  }

  .baifei-b2b-ip-grid {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  }

  .baifei-b2b-delivery-proof__heading {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 34px 52px;
  }
}

@media (max-width: 900px) {
  .baifei-b2b-page--v2 .baifei-b2b-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .baifei-b2b-page--v2 .baifei-b2b-hero__copy {
    padding: 68px clamp(24px, 7vw, 58px);
  }

  .baifei-b2b-page--v2 .baifei-b2b-hero h1 {
    font-size: clamp(45px, 8.8vw, 68px);
  }

  .baifei-b2b-page--v2 .baifei-b2b-hero__media,
  .baifei-b2b-page--v2 .baifei-b2b-hero__media img {
    min-height: clamp(360px, 64vw, 560px);
  }

  .baifei-b2b-brief-strip {
    grid-template-columns: 1fr;
  }

  .baifei-b2b-brief-strip > span {
    min-height: 68px;
  }

  .baifei-b2b-brief-strip ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baifei-b2b-page--v2 .baifei-b2b-grid--4,
  .baifei-b2b-page--v2 .baifei-b2b-grid--3,
  .baifei-b2b-page--v2 .baifei-b2b-steps,
  .baifei-b2b-media-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baifei-b2b-page--v2 .baifei-b2b-card {
    min-height: 300px;
  }

  .baifei-b2b-story,
  .baifei-b2b-trust-band,
  .baifei-b2b-location {
    grid-template-columns: 1fr;
  }

  .baifei-b2b-story__media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 1fr;
    min-height: 390px;
  }

  .baifei-b2b-story__media figure + figure {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, .28);
  }

  .baifei-b2b-trust-band .baifei-b2b-actions {
    grid-column: auto;
  }

  .baifei-b2b-ip-grid,
  .baifei-b2b-delivery-proof__heading {
    grid-template-columns: 1fr;
  }

  .baifei-b2b-ip-grid {
    max-width: 760px;
  }

  .baifei-b2b-patent-card__stage {
    min-height: 0;
  }

  .baifei-b2b-patent-card__stage img {
    height: min(76vw, 650px);
  }

  .baifei-b2b-delivery-proof__heading {
    align-items: start;
  }

  .baifei-b2b-delivery-proof h2 {
    max-width: 20ch;
  }

  .baifei-b2b-delivery-figure > div {
    height: min(48vw, 470px);
  }
}

@media (max-width: 620px) {
  .baifei-b2b-page--v2 .baifei-b2b-hero__copy {
    padding: 54px 20px;
  }

  .baifei-b2b-page--v2 .baifei-b2b-hero h1 {
    max-width: 15ch;
    margin-bottom: 20px;
    font-size: clamp(38px, 12vw, 52px);
    line-height: 1;
  }

  .baifei-b2b-page--v2 .baifei-b2b-hero p {
    font-size: 16px;
    line-height: 1.62;
  }

  .baifei-b2b-page--v2 .baifei-b2b-hero__media,
  .baifei-b2b-page--v2 .baifei-b2b-hero__media img {
    min-height: 300px;
  }

  .baifei-b2b-hero__facts,
  .baifei-b2b-brief-strip ul,
  .baifei-b2b-page--v2 .baifei-b2b-grid--4,
  .baifei-b2b-page--v2 .baifei-b2b-grid--3,
  .baifei-b2b-page--v2 .baifei-b2b-steps,
  .baifei-b2b-media-grid--4,
  .baifei-b2b-media-grid--3,
  .baifei-b2b-document-grid,
  .baifei-b2b-proof--solutions,
  .baifei-b2b-story__media {
    grid-template-columns: 1fr;
  }

  .baifei-b2b-brief-strip li {
    min-height: 64px;
    border-bottom: 1px solid var(--b2b-line);
  }

  .baifei-b2b-page--v2 .baifei-b2b-section,
  .baifei-b2b-story__copy,
  .baifei-b2b-trust-band,
  .baifei-b2b-location,
  .baifei-b2b-page--v2 .baifei-b2b-cta {
    padding: 58px 20px;
  }

  .baifei-b2b-page--v2 .baifei-b2b-section--flush-bottom {
    padding-bottom: 0;
  }

  .baifei-b2b-page--v2 .baifei-b2b-section__heading h2,
  .baifei-b2b-story__copy h2,
  .baifei-b2b-trust-band h2,
  .baifei-b2b-location h2,
  .baifei-b2b-page--v2 .baifei-b2b-cta h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .baifei-b2b-page--v2 .baifei-b2b-card,
  .baifei-b2b-page--v2 .baifei-b2b-steps li {
    min-height: 0;
  }

  .baifei-b2b-page--v2 .baifei-b2b-card > span,
  .baifei-b2b-application-grid .baifei-b2b-media-card > div > span {
    margin-bottom: 34px;
  }

  .baifei-b2b-document-card:last-child {
    grid-column: auto;
    display: block;
  }

  .baifei-b2b-document-card:last-child figcaption {
    border-top: 1px solid var(--b2b-line);
    border-left: 0;
  }

  .baifei-b2b-story__media {
    grid-template-rows: repeat(2, minmax(270px, 1fr));
    min-height: 540px;
  }

  .baifei-b2b-story__media figure + figure {
    border-top: 1px solid rgba(255, 255, 255, .28);
    border-left: 0;
  }

  .baifei-b2b-proof--solutions .baifei-b2b-proof__copy {
    grid-column: auto;
    order: initial;
  }

  .baifei-b2b-proof--solutions .baifei-b2b-proof__warehouse {
    order: initial;
  }

  .baifei-b2b-proof--solutions figure {
    min-height: 300px;
  }

  .baifei-b2b-page--v2 .baifei-b2b-actions {
    align-items: stretch;
  }

  .baifei-b2b-page--v2 .baifei-b2b-button {
    width: 100%;
  }

  .baifei-b2b-ip-brand,
  .baifei-b2b-delivery-proof {
    padding: 58px 20px;
  }

  .baifei-b2b-ip-grid,
  .baifei-b2b-brand-record dl,
  .baifei-b2b-delivery-proof__heading ol,
  .baifei-b2b-delivery-proof__visuals {
    grid-template-columns: 1fr;
  }

  .baifei-b2b-patent-card__stage {
    padding: 12px;
  }

  .baifei-b2b-patent-card__stage img {
    height: auto;
    max-height: none;
  }

  .baifei-b2b-patent-card figcaption {
    padding: 19px 18px 22px;
  }

  .baifei-b2b-brand-record {
    padding: 32px 20px;
  }

  .baifei-b2b-brand-record__head {
    grid-template-columns: 94px minmax(0, 1fr);
    gap: 18px;
  }

  .baifei-b2b-brand-record__logo {
    width: 94px;
    height: 66px;
  }

  .baifei-b2b-brand-record dl {
    gap: 1px;
  }

  .baifei-b2b-brand-record dl > div {
    padding: 18px;
  }

  .baifei-b2b-delivery-proof h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .baifei-b2b-delivery-proof__heading ol {
    margin-top: 24px !important;
  }

  .baifei-b2b-delivery-figure > div {
    height: auto;
    min-height: 0;
    padding: 12px;
  }

  .baifei-b2b-delivery-figure img {
    height: auto;
    max-height: none;
  }

  .baifei-b2b-delivery-figure figcaption {
    padding: 19px 18px 22px;
  }
}

/* File Center + Buying Guides conversion system */
.baifei-resource-page {
  --b2b-orange: #cf321b;
  background: var(--b2b-warm);
}

.baifei-resource-page .baifei-b2b-button:hover,
.baifei-resource-page .baifei-b2b-button:focus-visible {
  background: #a72514;
  border-color: #a72514;
}

.baifei-resource-page .baifei-b2b-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px #123744;
}

.baifei-resource-page .baifei-resource-hero h1 {
  max-width: 14ch;
}

.baifei-resource-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid var(--b2b-line);
  background: var(--b2b-navy);
}

.baifei-resource-trust-strip > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  min-height: 96px;
  padding: 24px clamp(22px, 3vw, 46px);
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.baifei-resource-trust-strip > div:last-child {
  border-right: 0;
}

.baifei-resource-trust-strip strong {
  color: var(--b2b-mint);
  font-size: 12px;
  letter-spacing: .1em;
}

.baifei-resource-trust-strip span {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.45;
}

.baifei-resource-file-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.baifei-resource-file-card {
  display: flex;
  min-width: 0;
  min-height: 290px;
  flex-direction: column;
  padding: 28px 24px;
  background: var(--b2b-paper);
  border: 1px solid var(--b2b-line);
  color: var(--b2b-ink) !important;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.baifei-resource-file-card:hover,
.baifei-resource-file-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--b2b-orange);
  box-shadow: 0 18px 48px rgba(7, 26, 41, .12);
}

.baifei-resource-file-card:focus-visible,
.baifei-resource-guide-card:focus-visible,
.baifei-resource-path-grid a:focus-visible,
.baifei-resource-journey a:focus-visible {
  outline: 3px solid var(--b2b-orange);
  outline-offset: 3px;
}

.baifei-resource-file-card > span,
.baifei-resource-access-grid article > span,
.baifei-resource-guide-card > span,
.baifei-resource-path-grid a > span {
  color: var(--b2b-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.baifei-resource-file-card h3 {
  margin: auto 0 14px !important;
  color: var(--b2b-ink) !important;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.06;
  letter-spacing: -.025em;
}

.baifei-resource-file-card p {
  margin: 0 0 24px !important;
  color: var(--b2b-muted) !important;
  font-size: 14px;
  line-height: 1.58;
}

.baifei-resource-file-card small {
  display: block;
  margin: -8px 0 20px;
  color: #526873;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.5;
}

.baifei-resource-file-card strong {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-top: 1px solid var(--b2b-line);
  color: var(--b2b-ink);
  font-size: 13px;
}

.baifei-resource-access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 1px;
  background: var(--b2b-line);
}

.baifei-resource-access-grid article {
  min-width: 0;
  padding: clamp(28px, 3vw, 44px);
  background: var(--b2b-paper);
}

.baifei-resource-access-grid h3 {
  margin: 56px 0 15px !important;
  color: var(--b2b-ink) !important;
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.1;
  letter-spacing: -.025em;
}

.baifei-resource-access-grid p {
  margin: 0 !important;
  color: var(--b2b-muted) !important;
  line-height: 1.7;
}

.baifei-resource-document-type-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.baifei-resource-document-type-grid article {
  display: flex;
  min-width: 0;
  min-height: 250px;
  flex-direction: column;
  padding: 28px 24px;
  background: var(--b2b-paper);
  border: 1px solid var(--b2b-line);
}

.baifei-resource-document-type-grid article > span {
  color: var(--b2b-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.baifei-resource-document-type-grid h3 {
  margin: 46px 0 14px !important;
  color: var(--b2b-ink) !important;
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1;
  letter-spacing: -.025em;
}

.baifei-resource-document-type-grid p {
  margin: 0 0 24px !important;
  color: var(--b2b-muted) !important;
  font-size: 14px;
  line-height: 1.62;
}

.baifei-resource-document-type-grid strong {
  display: flex;
  min-height: 44px;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--b2b-line);
  color: var(--b2b-ink);
  font-size: 12px;
  line-height: 1.45;
}

.baifei-resource-document-boundary {
  max-width: 960px;
  margin: 24px 0 0 !important;
  padding: 18px 20px;
  border-left: 4px solid var(--b2b-orange);
  background: #fff4ed;
  color: #314b58 !important;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.65;
}

.baifei-resource-related-guide {
  margin: 24px 0 0 !important;
  color: var(--b2b-muted) !important;
  font-size: 14px;
  line-height: 1.65;
}

.baifei-resource-related-guide a {
  color: var(--b2b-ink) !important;
  font-weight: 850;
  text-underline-offset: 5px;
}

.baifei-resource-related-guide a:focus-visible {
  outline: 3px solid #123744;
  outline-offset: 3px;
}

.baifei-resource-scope-check {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  padding: 1px;
  background: var(--b2b-line);
}

.baifei-resource-scope-check > div {
  padding: 26px 28px;
  background: #dce7e7;
}

.baifei-resource-scope-check strong,
.baifei-resource-scope-check span {
  display: block;
}

.baifei-resource-scope-check strong {
  margin-bottom: 9px;
  color: var(--b2b-ink);
  font-size: 16px;
}

.baifei-resource-scope-check span {
  color: #405660;
  font-size: 14px;
  line-height: 1.65;
}

.baifei-resource-split {
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
  background: var(--b2b-navy);
  color: #fff;
}

.baifei-resource-split figure {
  position: relative;
  min-height: 660px;
  margin: 0;
  overflow: hidden;
}

.baifei-resource-split figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.baifei-resource-split figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  background: rgba(6, 27, 42, .88);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
}

.baifei-resource-split > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 7vw, 108px) clamp(30px, 6vw, 96px);
}

.baifei-resource-split h2 {
  max-width: 17ch;
  margin: 15px 0 24px !important;
  color: #fff !important;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.01;
  letter-spacing: -.043em;
}

.baifei-resource-split p,
.baifei-resource-split li {
  color: rgba(255, 255, 255, .72) !important;
  line-height: 1.7;
}

.baifei-resource-split ul {
  margin: 24px 0 0 !important;
  padding-left: 1.15em !important;
}

.baifei-resource-split li + li {
  margin-top: 8px;
}

.baifei-resource-split .baifei-b2b-link {
  color: #fff !important;
}

.baifei-resource-evidence-routes .baifei-b2b-card {
  min-height: 330px;
}

.baifei-resource-journey {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  background: var(--b2b-paper);
  border-bottom: 1px solid var(--b2b-line);
}

.baifei-resource-journey a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 82px;
  padding: 18px clamp(16px, 2.2vw, 30px);
  border-right: 1px solid var(--b2b-line);
  color: var(--b2b-ink) !important;
  text-decoration: none !important;
}

.baifei-resource-journey a:last-child {
  border-right: 0;
}

.baifei-resource-journey a:hover {
  background: #dce7e7;
}

.baifei-resource-journey strong {
  color: var(--b2b-orange);
  font-size: 11px;
  letter-spacing: .1em;
}

.baifei-resource-journey span {
  font-size: 14px;
  font-weight: 850;
}

.baifei-resource-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.baifei-resource-guide-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: clamp(28px, 3.2vw, 46px);
  background: var(--b2b-paper);
  border: 1px solid var(--b2b-line);
  color: var(--b2b-ink) !important;
  text-decoration: none !important;
  scroll-margin-top: 110px;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.baifei-resource-guide-card:last-child {
  grid-column: 1 / -1;
  min-height: 260px;
}

.baifei-resource-guide-card:hover {
  transform: translateY(-3px);
  background: #eef2ef;
  border-color: var(--b2b-orange);
}

.baifei-resource-guide-card h3 {
  max-width: 23ch;
  margin: 54px 0 16px !important;
  color: var(--b2b-ink) !important;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.baifei-resource-guide-card p {
  max-width: 66ch;
  margin: 0 0 28px !important;
  color: var(--b2b-muted) !important;
  line-height: 1.7;
}

.baifei-resource-guide-card strong {
  display: flex;
  min-height: 44px;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--b2b-line);
  color: var(--b2b-ink);
  font-size: 13px;
}

.baifei-resource-decision-board {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 48px clamp(48px, 8vw, 130px);
  align-items: end;
  padding: clamp(70px, 7vw, 112px) clamp(28px, 6vw, 96px);
  background: var(--b2b-navy);
  color: #fff;
}

.baifei-resource-decision-board h2 {
  max-width: 15ch;
  margin: 15px 0 20px !important;
  color: #fff !important;
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.01;
  letter-spacing: -.043em;
}

.baifei-resource-decision-board p {
  max-width: 56ch;
  color: rgba(255, 255, 255, .68) !important;
  line-height: 1.7;
}

.baifei-resource-decision-board ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0 !important;
  padding: 1px !important;
  background: rgba(255, 255, 255, .17);
  list-style: none;
}

.baifei-resource-decision-board li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-height: 100px;
  padding: 22px;
  background: var(--b2b-navy);
}

.baifei-resource-decision-board li strong {
  color: var(--b2b-orange);
  font-size: 11px;
  letter-spacing: .1em;
}

.baifei-resource-decision-board li span {
  color: rgba(255, 255, 255, .78);
  font-size: 14px;
  font-weight: 760;
  line-height: 1.5;
}

.baifei-resource-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.baifei-resource-path-grid a {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  padding: 28px 24px;
  background: var(--b2b-paper);
  border: 1px solid var(--b2b-line);
  color: var(--b2b-ink) !important;
  text-decoration: none !important;
  transition: border-color .18s ease, transform .18s ease;
}

.baifei-resource-path-grid a:hover {
  transform: translateY(-3px);
  border-color: var(--b2b-orange);
}

.baifei-resource-path-grid h3 {
  margin: 64px 0 15px !important;
  color: var(--b2b-ink) !important;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.baifei-resource-path-grid p {
  margin: 0 0 26px !important;
  color: var(--b2b-muted) !important;
  font-size: 14px;
  line-height: 1.65;
}

.baifei-resource-path-grid strong {
  display: flex;
  min-height: 44px;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--b2b-line);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .baifei-resource-file-grid,
  .baifei-resource-document-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .baifei-resource-file-card:nth-child(4),
  .baifei-resource-file-card:nth-child(5) {
    min-height: 250px;
  }

  .baifei-resource-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .baifei-resource-trust-strip,
  .baifei-resource-access-grid,
  .baifei-resource-split,
  .baifei-resource-decision-board {
    grid-template-columns: 1fr;
  }

  .baifei-resource-trust-strip > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
  }

  .baifei-resource-trust-strip > div:last-child {
    border-bottom: 0;
  }

  .baifei-resource-file-grid,
  .baifei-resource-document-type-grid,
  .baifei-resource-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baifei-resource-split figure {
    min-height: clamp(360px, 64vw, 560px);
  }

  .baifei-resource-journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .baifei-resource-journey a {
    border-bottom: 1px solid var(--b2b-line);
  }

  .baifei-resource-decision-board {
    align-items: start;
  }
}

@media (max-width: 620px) {
  .baifei-resource-file-grid,
  .baifei-resource-access-grid,
  .baifei-resource-document-type-grid,
  .baifei-resource-scope-check,
  .baifei-resource-guide-grid,
  .baifei-resource-path-grid,
  .baifei-resource-decision-board ol {
    grid-template-columns: 1fr;
  }

  .baifei-resource-file-card,
  .baifei-resource-document-type-grid article,
  .baifei-resource-guide-card,
  .baifei-resource-guide-card:last-child,
  .baifei-resource-path-grid a {
    grid-column: auto;
    min-height: 0;
  }

  .baifei-resource-file-card h3,
  .baifei-resource-guide-card h3,
  .baifei-resource-path-grid h3,
  .baifei-resource-access-grid h3 {
    margin-top: 34px !important;
  }

  .baifei-resource-journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baifei-resource-journey a {
    min-height: 72px;
  }

  .baifei-resource-split > div,
  .baifei-resource-decision-board {
    padding: 58px 20px;
  }

  .baifei-resource-split figure {
    min-height: 310px;
  }

  .baifei-resource-split h2,
  .baifei-resource-decision-board h2 {
    font-size: clamp(32px, 10vw, 44px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .baifei-b2b-page--v2 *,
  .baifei-b2b-page--v2 *::before,
  .baifei-b2b-page--v2 *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
