/* Bear Biotech homepage controlled repair — 2026-08-06.
   This file is intentionally loaded after the legacy stylesheet so the
   approved homepage composition wins without altering shared site routes. */

:root {
  --bb-navy-950: #04172e;
  --bb-navy-900: #07213f;
  --bb-navy-800: #10365d;
  --bb-blue-600: #1765b2;
  --bb-page: #f5f7fa;
  --bb-card: #ffffff;
  --bb-border: #cbd6e3;
  --bb-text: #111821;
  --bb-muted: #596675;
  --bb-container: 1500px;
  --home-product-media: #f4f6f8;
  --home-lower-navy-deep: #041a33;
  --home-lower-navy: #0b3157;
  --home-lower-surface: rgba(13, 52, 91, 0.68);
  --home-lower-border: rgba(166, 200, 238, 0.28);
  --home-lower-eyebrow: #a6c8ee;
  --home-lower-copy: rgba(220, 232, 245, 0.82);
  --home-lower-radius: 12px;
}

.home-page .site-container,
.home-page .site-header .nav.site-container {
  width: min(var(--bb-container), calc(100% - 64px));
  max-width: none;
  margin-inline: auto;
}

.home-page .home-hero.home-hero--visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  padding: 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 76% 76%, rgba(55, 132, 198, 0.25) 0, rgba(24, 84, 139, 0.11) 30%, transparent 56%),
    radial-gradient(circle at 57% 20%, rgba(91, 161, 219, 0.14) 0, transparent 34%),
    linear-gradient(118deg, #03152b 0%, #082948 54%, #103e69 100%);
}

.home-page .home-hero.home-hero--visual .home-hero__inner {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 560px;
  grid-template-columns: minmax(570px, 0.94fr) minmax(610px, 1.06fr);
  grid-template-rows: auto;
  align-items: center;
  gap: 34px;
  padding: 0;
}

.home-page .home-hero.home-hero--visual .home-hero__copy {
  position: relative;
  z-index: 10;
  grid-area: auto;
  align-self: center;
  width: auto;
  max-width: 720px;
  padding-block: 52px 56px;
}

.home-page .home-hero.home-hero--visual .home-hero__eyebrow {
  max-width: none;
  margin: 0 0 22px;
  color: #9ecdf7;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-page .home-hero.home-hero--visual .home-hero__eyebrow span {
  display: inline-block;
  margin-inline: 7px;
}

.home-page .home-hero.home-hero--visual .home-hero__title {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(60px, 4.55vw, 80px);
  font-weight: 820;
  line-height: 0.94;
  letter-spacing: -0.052em;
  text-transform: none;
  word-spacing: normal;
}

.home-page .home-hero.home-hero--visual .home-hero__title span {
  display: block;
  white-space: nowrap;
}

.home-page .home-hero.home-hero--visual .home-hero__intro,
.home-page .home-hero.home-hero--visual .home-hero__copy > p.home-hero__intro {
  max-width: 610px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, 0.83);
  font-size: 18px;
  line-height: 1.55;
}

.home-page .home-hero.home-hero--visual .home-hero__location {
  max-width: 610px;
  margin: 17px 0 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

.home-page .home-hero.home-hero--visual .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 25px;
}

.home-page .home-hero.home-hero--visual .home-hero__actions .button {
  min-height: 50px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 15px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}

.home-page .home-hero.home-hero--visual .home-hero__actions .button--primary {
  border-color: #ffffff;
  background: #ffffff;
  color: #071c34;
}

.home-page .home-hero.home-hero--visual .home-hero__actions .button--primary:hover,
.home-page .home-hero.home-hero--visual .home-hero__actions .button--primary:focus-visible {
  border-color: #dcecff;
  background: #dcecff;
}

.home-page .home-hero.home-hero--visual .home-hero__actions .button--secondary-light {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(8, 31, 57, 0.22);
  color: #ffffff;
}

.home-page .home-hero.home-hero--visual .home-hero__actions .button--secondary-light:hover,
.home-page .home-hero.home-hero--visual .home-hero__actions .button--secondary-light:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.home-page .home-hero.home-hero--visual .home-hero__art {
  position: relative;
  z-index: 1;
  grid-column: auto;
  grid-row: auto;
  align-self: stretch;
  min-width: 0;
  min-height: 560px;
  overflow: visible;
  pointer-events: none;
}

.home-page .home-hero.home-hero--visual .home-hero__art::before,
.home-page .home-hero.home-hero--visual .home-hero__art::after {
  content: none;
  display: none;
}

.home-page .home-hero.home-hero--visual .home-hero__art > picture {
  display: contents;
}

.home-page .home-hero.home-hero--visual .home-hero__art > img,
.home-page .home-hero.home-hero--visual .home-hero__art > picture > img {
  display: block;
  max-width: none;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.home-page .home-hero.home-hero--visual .home-hero__art .home-hero__bear {
  position: absolute;
  z-index: 2;
  width: clamp(560px, 38vw, 600px);
  left: auto;
  right: 0;
  bottom: -28px;
  opacity: 0.84;
  filter:
    saturate(0.82)
    contrast(0.96)
    drop-shadow(0 24px 35px rgba(0, 0, 0, 0.14));
  transform: none;
}

.home-page .home-hero.home-hero--visual .home-hero__art .home-hero__australia {
  position: absolute;
  z-index: 1;
  width: clamp(300px, 21.4vw, 330px);
  left: 0;
  right: auto;
  top: 78px;
  bottom: auto;
  opacity: 0.34;
  filter: drop-shadow(0 0 20px rgba(118, 187, 241, 0.12));
  transform: none;
}

.home-page .home-hero + * {
  position: relative;
  z-index: 2;
}

.home-page .ordering-information {
  position: relative;
  z-index: 3;
  padding: 36px 0;
  background: var(--bb-page);
}

.home-page .ordering-information__grid,
.home-page .home-proof__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.home-page .ordering-information__grid .ordering-card,
.home-page .home-proof__grid > .ordering-card {
  display: block;
  min-width: 0;
  min-height: 150px;
  margin: 0;
  padding: 22px;
  background: #ffffff;
  border: 1px solid var(--bb-border);
}

.home-page .ordering-card__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin: 0 0 14px;
  border-radius: 10px;
  background: #eaf3ff;
  color: #1765b2;
}

.home-page .ordering-card__icon svg {
  width: 21px;
  height: 21px;
}

.home-page .ordering-card > strong {
  display: block;
  margin: 0;
  color: #071c34;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-page .ordering-card > span:last-child {
  display: block;
  margin: 8px 0 0;
  color: #506174;
  font-size: 15px;
  line-height: 1.52;
}

.home-page .home-featured-shell--compounds {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 48px 0 20px;
  background: var(--bb-page);
}

.home-page .home-featured-shell--compounds::before,
.home-page .home-featured-shell--compounds::after,
.home-page .featured-products::before,
.home-page .featured-products::after,
.home-page .featured-products__inner::before,
.home-page .featured-products__inner::after {
  content: none;
  display: none;
}

.home-page .featured-products {
  position: relative;
  z-index: 2;
  padding: 0;
  background: transparent;
}

.home-page .featured-products__heading {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 24px;
}

.home-page .featured-products__heading h2 {
  max-width: 650px;
  margin: 0;
  color: #071c34;
  font-size: clamp(42px, 4.3vw, 68px);
  font-weight: 810;
  line-height: 0.98;
  letter-spacing: -0.046em;
}

.home-page .featured-products__grid,
.home-page .home-featured-grid {
  position: relative;
  z-index: 2;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  overflow: visible;
  scroll-snap-type: none;
}

.home-page .home-product-tile.featured-card {
  min-width: 0;
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 260px minmax(0, 1fr);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--bb-border);
  box-shadow: none;
}

.home-page .home-product-tile.featured-card .featured-card__image {
  width: 100%;
  height: 260px;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  background: var(--home-product-media);
  border-bottom: 1px solid var(--bb-border);
}

.home-page .home-product-tile.featured-card .home-product-tile__vial {
  display: grid;
  width: 292px;
  height: 292px;
  max-width: none;
  margin: 0;
  place-items: center;
  overflow: visible;
  aspect-ratio: 1;
}

.home-page .home-product-tile.featured-card .home-product-tile__photo {
  display: block;
  width: 292px;
  height: 292px;
  max-width: none;
  max-height: none;
  margin: 0;
  object-fit: contain;
  object-position: center;
  background: transparent;
  filter: brightness(1.04) contrast(.99);
  mix-blend-mode: darken;
  transform: none;
}

.home-page .home-product-tile.featured-card .home-product-tile__pending-media {
  position: relative;
  width: 202px;
  height: 224px;
  display: grid;
  place-content: center;
  gap: 10px;
  padding: 66px 20px 28px;
  color: #163454;
  text-align: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(18, 55, 87, 0.22);
  border-radius: 34px 34px 18px 18px;
  box-shadow: inset 18px 0 28px rgba(97, 125, 150, 0.08), inset -18px 0 28px rgba(255, 255, 255, 0.5);
}

.home-page .home-product-tile.featured-card .home-product-tile__pending-media::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 30px;
  width: 140px;
  height: 49px;
  border: 1px solid rgba(5, 18, 33, 0.32);
  border-radius: 15px 15px 8px 8px;
  background: linear-gradient(90deg, #788694 0%, #dfe6ec 30%, #8d9aa6 58%, #d7e0e7 82%, #6f7c89 100%);
  box-shadow: 0 8px 0 #172431;
}

.home-page .home-product-tile.featured-card .home-product-tile__pending-media::after {
  content: "";
  position: absolute;
  top: 51px;
  left: 17px;
  right: 17px;
  height: 1px;
  background: rgba(16, 54, 93, 0.24);
}

.home-page .home-product-tile.featured-card .home-product-tile__pending-media > span,
.home-page .home-product-tile.featured-card .home-product-tile__pending-media > small {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .home-product-tile.featured-card .home-product-tile__pending-media > strong {
  font-size: 1.35rem;
  line-height: 1.05;
}

.home-page .home-product-tile.featured-card .featured-card__body {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 19px 21px 18px;
}

.home-page .home-product-tile.featured-card .featured-card__format {
  min-height: 38px;
  margin: 0;
  color: #44576c;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.home-page .home-product-tile.featured-card .featured-card__title {
  min-height: 0;
  margin: 12px 0 0;
  color: #071426;
  font-size: 23px;
  font-weight: 810;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.home-page .home-product-tile.featured-card .featured-card__price {
  min-height: 0;
  margin: 25px 0 0;
  color: #17283b;
  font-size: 16px;
  font-style: normal;
  font-weight: 770;
  line-height: 1.3;
}

.home-page .home-product-tile.featured-card .featured-card__status {
  align-self: flex-start;
  margin-top: 10px;
}

.home-page .home-product-tile.featured-card .home-product-tile__actions {
  display: flex;
  width: 100%;
  margin-top: auto;
}

.home-page .home-product-tile.featured-card .featured-card__button {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 11px;
  background: #090c0f;
  color: #ffffff;
  font-size: 15px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}

.home-page .home-quick-order-cta {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  padding: 26px 28px;
  border: 1px solid var(--home-lower-border);
  border-radius: var(--home-lower-radius);
  box-shadow: none;
}

.home-page .home-quick-order-cta,
.home-page .home-privacy-highlight {
  background:
    radial-gradient(circle at 86% 22%, rgba(75, 143, 204, 0.15), transparent 35%),
    linear-gradient(118deg, var(--home-lower-navy-deep) 0%, var(--home-lower-navy) 100%);
}

.home-page .home-quick-order-cta h3,
.home-page .home-privacy-highlight .home-section__head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 2.3vw, 36px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.home-page .home-quick-order-cta .eyebrow,
.home-page .home-privacy-highlight .eyebrow {
  margin: 0 0 8px;
  color: var(--home-lower-eyebrow);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-page .home-quick-order-cta p:last-child,
.home-page .home-privacy-highlight .home-benefit-grid p {
  color: var(--home-lower-copy);
  line-height: 1.55;
}

.home-page .home-quick-order-cta p:last-child {
  margin-top: 8px;
  font-size: 15px;
}

.home-page .home-quick-order-cta .btn {
  min-width: 182px;
  min-height: 46px;
  border: 1px solid var(--home-lower-border);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.home-page .home-quick-order-cta .btn:hover,
.home-page .home-quick-order-cta .btn:focus-visible {
  border-color: #ffffff;
  color: var(--home-lower-navy-deep);
  background: #ffffff;
}

.home-page .home-privacy-highlight .home-section {
  padding-block: 34px;
}

.home-page .home-privacy-highlight .home-section__head,
.home-page .home-account-benefits .home-section__head {
  margin-bottom: 18px;
}

.home-page .home-privacy-highlight .home-benefit-grid article,
.home-page .home-privacy-highlight .home-benefit-grid article:not(:last-child) {
  gap: 14px;
  padding: 18px;
  border-color: var(--home-lower-border);
  border-radius: var(--home-lower-radius);
  background: var(--home-lower-surface);
}

.home-page .home-privacy-highlight .home-benefit-grid strong {
  margin-bottom: 7px;
  color: #edf5ff;
}

.home-page .home-privacy-highlight .home-benefit-grid p {
  font-size: 14px;
}

.home-page .home-ordering-strip {
  padding: 18px 0 22px;
  border-top: 0;
  border-bottom: 1px solid var(--bb-border);
  background: var(--bb-page);
}

.home-page .home-ordering-strip .home-trust__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
}

.home-page .home-ordering-strip .home-trust__grid p {
  display: grid;
  min-height: 0;
  margin: 0;
  padding: 18px 20px;
  border: 1px solid var(--bb-border);
  border-radius: var(--home-lower-radius);
  background: #ffffff;
  box-shadow: none;
}

.home-page .home-ordering-strip .home-trust__grid p::after {
  content: none;
}

.home-page .home-ordering-strip .home-trust__grid p strong {
  margin: 0;
  color: var(--bb-navy-950);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.14em;
}

.home-page .home-ordering-strip .home-trust__grid p span {
  margin-top: 7px;
  color: var(--bb-muted);
  font-size: 14px;
  line-height: 1.5;
}

.home-page .home-account-benefits {
  padding-block: 48px;
}

.home-page .home-account-benefits .home-benefit-grid article,
.home-page .home-account-benefits .home-benefit-grid article:not(:last-child) {
  padding: 18px;
}

.home-page .home-boundary__inner {
  padding-block: 24px;
}

@media (min-width: 651px) {
  .home-page .home-privacy-highlight .home-section {
    padding-inline: 8px;
  }
}

@media (max-width: 1180px) {
  .home-page .site-container,
  .home-page .site-header .nav.site-container {
    width: min(100% - 48px, var(--bb-container));
  }

  .home-page .home-hero.home-hero--visual {
    min-height: 590px;
  }

  .home-page .home-hero.home-hero--visual .home-hero__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 34px;
    min-height: 590px;
  }

  .home-page .home-hero.home-hero--visual .home-hero__copy {
    max-width: 540px;
    padding-block: 52px 58px;
  }

  .home-page .home-hero.home-hero--visual .home-hero__title {
    max-width: 540px;
    font-size: clamp(48px, 6vw, 68px);
  }

  .home-page .home-hero.home-hero--visual .home-hero__art {
    position: relative;
    inset: auto;
    min-height: 590px;
  }

  .home-page .home-hero.home-hero--visual .home-hero__art .home-hero__bear {
    width: 454px;
    left: auto;
    right: 0;
    bottom: -18px;
    opacity: 0.7;
  }

  .home-page .home-hero.home-hero--visual .home-hero__art .home-hero__australia {
    width: clamp(210px, 26vw, 270px);
    left: 0;
    right: auto;
    top: 20px;
    opacity: 0.28;
  }
}

@media (max-width: 1100px) {
  .home-page .featured-products__grid,
  .home-page .home-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .home-page .ordering-information__grid,
  .home-page .home-proof__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .home-page .site-container,
  .home-page .site-header .nav.site-container {
    width: min(100% - 32px, var(--bb-container));
  }

  .home-page .home-hero.home-hero--visual {
    min-height: 0;
  }

  .home-page .home-hero.home-hero--visual .home-hero__inner {
    display: block;
    min-height: 0;
  }

  .home-page .home-hero.home-hero--visual .home-hero__copy {
    max-width: none;
    padding: 40px 0 18px;
  }

  .home-page .home-hero.home-hero--visual .home-hero__eyebrow {
    max-width: 310px;
    margin-bottom: 18px;
    font-size: 11px;
    line-height: 1.5;
  }

  .home-page .home-hero.home-hero--visual .home-hero__title {
    max-width: none;
    font-size: clamp(42px, 13vw, 56px);
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .home-page .home-hero.home-hero--visual .home-hero__title span {
    white-space: normal;
  }

  .home-page .home-hero.home-hero--visual .home-hero__intro,
  .home-page .home-hero.home-hero--visual .home-hero__copy > p.home-hero__intro {
    max-width: 520px;
    margin-top: 21px;
    font-size: 16px;
    line-height: 1.55;
  }

  .home-page .home-hero.home-hero--visual .home-hero__location {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.45;
  }

  .home-page .home-hero.home-hero--visual .home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 22px;
  }

  .home-page .home-hero.home-hero--visual .home-hero__actions .button {
    width: 100%;
    min-height: 50px;
  }

  .home-page .home-hero.home-hero--visual .home-hero__art {
    position: relative;
    inset: auto;
    min-height: clamp(320px, 60vw, 460px);
    margin-top: 0;
  }

  .home-page .home-hero.home-hero--visual .home-hero__art .home-hero__bear {
    width: clamp(300px, 67vw, 440px);
    left: auto;
    right: 0;
    bottom: -6px;
    opacity: 0.74;
  }

  .home-page .home-hero.home-hero--visual .home-hero__art .home-hero__australia {
    width: clamp(155px, 45vw, 185px);
    left: 0;
    right: auto;
    top: 0;
    opacity: 0.29;
  }

}

@media (max-width: 650px) {
  .home-page .home-featured-shell--compounds {
    padding: 38px 0 18px;
  }

  .home-page .featured-products__heading {
    display: block;
  }

  .home-page .featured-products__heading h2 {
    font-size: 40px;
  }

  .home-page .featured-products__heading a {
    display: inline-block;
    margin-top: 18px;
  }

  .home-page .featured-products__grid,
  .home-page .home-featured-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .home-page .ordering-information {
    padding: 24px 0;
  }

  .home-page .ordering-information__grid,
  .home-page .home-proof__grid {
    grid-template-columns: 1fr;
  }

  .home-page .ordering-information__grid .ordering-card,
  .home-page .home-proof__grid > .ordering-card {
    min-height: 0;
    padding: 20px;
  }

  .home-page .home-product-tile.featured-card {
    min-height: 500px;
    grid-template-rows: 238px minmax(0, 1fr);
  }

  .home-page .home-product-tile.featured-card .featured-card__image {
    height: 238px;
  }

  .home-page .home-product-tile.featured-card .home-product-tile__vial,
  .home-page .home-product-tile.featured-card .home-product-tile__photo {
    width: 272px;
    height: 272px;
  }

  .home-page .home-product-tile.featured-card .home-product-tile__pending-media {
    width: 188px;
    height: 210px;
  }

  .home-page .home-product-tile.featured-card .home-product-tile__pending-media::before {
    left: 27px;
    width: 132px;
  }

  .home-page .home-account-benefits {
    padding-block: 38px;
  }

  .home-page .home-privacy-highlight .home-section {
    padding-block: 28px;
  }

  .home-page .home-privacy-highlight .home-section__head {
    margin-bottom: 16px;
  }

  .home-page .home-ordering-strip {
    padding-block: 16px 18px;
  }

  .home-page .home-ordering-strip .home-trust__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-page .home-ordering-strip .home-trust__grid p {
    padding: 16px 18px;
  }

  .home-page .home-quick-order-cta {
    gap: 16px;
    padding: 22px 20px;
  }

  .home-page .home-privacy-highlight .home-benefit-grid article,
  .home-page .home-privacy-highlight .home-benefit-grid article:not(:last-child) {
    padding: 16px;
  }
}

@media (max-width: 420px) {
  .home-page .home-hero.home-hero--visual .home-hero__title {
    font-size: clamp(40px, 12.3vw, 49px);
  }

  .home-page .home-hero.home-hero--visual .home-hero__art .home-hero__bear {
    width: 315px;
  }

}
/* JOB 2B-C: obsolete legacy bear request suppressed; the approved hero art is
   the only bear transferred for the homepage. */
.home-page .home-hero::after,
.home-page .home-hero__grid::before,
.home-page .home-featured-shell::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
