.bb-premium-home {
  --bbh-ivory: #fbf8f2;
  --bbh-paper: #fffdf9;
  --bbh-champagne: #efe6d8;
  --bbh-espresso: #2c2925;
  --bbh-muted: #716a61;
  --bbh-olive: #56604b;
  --bbh-olive-dark: #3f4837;
  --bbh-bronze: #9a6a2f;
  --bbh-line: #d8ccbc;
  --bbh-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --bbh-sans: var(--font-body-family, "DM Sans", "Avenir Next", Avenir, "Segoe UI", sans-serif);
  background: var(--bbh-ivory);
  color: var(--bbh-espresso);
  font-family: var(--bbh-sans);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  overflow-x: clip;
}

.bb-premium-home,
.bb-premium-home *,
.bb-premium-home *::before,
.bb-premium-home *::after {
  box-sizing: border-box;
}

.bb-premium-home img {
  display: block;
  height: auto;
  max-width: 100%;
}

.bb-premium-home a {
  color: inherit;
}

.bb-premium-home a:focus-visible {
  border-radius: 4px;
  outline: 3px solid var(--bbh-olive);
  outline-offset: 4px;
}

.bb-premium-home .bbh-quiz .bbh-button:focus-visible {
  box-shadow: 0 0 0 6px rgba(44, 41, 37, 0.52);
  outline-color: var(--bbh-paper);
}

.bb-premium-home h1,
.bb-premium-home h2,
.bb-premium-home h3,
.bb-premium-home p {
  margin-top: 0;
}

.bb-premium-home h1,
.bb-premium-home h2,
.bb-premium-home h3 {
  color: var(--bbh-espresso);
  font-family: var(--bbh-display);
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.035em;
  text-transform: none;
}

.bb-premium-home h2 {
  font-size: clamp(40px, 11vw, 52px);
  line-height: 0.98;
  margin-bottom: 0;
}

.bbh-eyebrow {
  color: var(--bbh-olive);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 13px;
}

.bbh-eyebrow--gold {
  color: #d9bd8e;
}

.bbh-section {
  margin: 0 auto;
  max-width: 1400px;
  padding: 52px 20px;
}

.bbh-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bbh-button:hover {
  transform: translateY(-1px);
}

.bbh-button--primary,
.bbh-button--wine {
  background: var(--bbh-olive);
  box-shadow: 0 12px 28px rgba(63, 72, 55, 0.18);
  color: var(--bbh-paper) !important;
}

.bbh-button--primary:hover,
.bbh-button--wine:hover {
  background: var(--bbh-olive-dark);
}

.bbh-button--paper {
  background: var(--bbh-paper);
  color: var(--bbh-olive-dark) !important;
}

.bbh-button--outline {
  background: rgba(255, 253, 249, 0.76);
  border-color: #817768;
  color: var(--bbh-espresso) !important;
}

.bbh-button--outline:hover {
  background: var(--bbh-paper);
  border-color: var(--bbh-olive);
}

.bbh-button-row {
  display: grid;
  gap: 9px;
}

.bbh-text-link {
  align-items: center;
  color: var(--bbh-olive-dark) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 9px;
  text-decoration: none;
}

.bbh-text-link span,
.bbh-product-card__view span {
  transition: transform 180ms ease;
}

.bbh-text-link:hover span,
.bbh-product-card__link:hover .bbh-product-card__view span {
  transform: translateX(4px);
}

/* Direct-purchase benefits */
.bbh-trust {
  background: var(--bbh-paper);
  border-bottom: 1px solid var(--bbh-line);
  position: relative;
}

.bbh-trust__list {
  display: flex;
  list-style: none;
  margin: 0;
  overscroll-behavior-x: contain;
  overflow-x: auto;
  padding: 0 42px 0 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.bbh-trust__list::-webkit-scrollbar,
.bbh-product-list::-webkit-scrollbar,
.bbh-moment-grid::-webkit-scrollbar {
  display: none;
}

.bbh-trust__list li {
  align-items: center;
  border-right: 1px solid var(--bbh-line);
  display: flex;
  flex: 0 0 min(82vw, 310px);
  gap: 12px;
  min-height: 74px;
  min-width: 0;
  padding: 10px 13px;
  scroll-snap-align: start;
}

.bbh-trust__list li:last-child {
  border-right: 0;
}

.bbh-trust__list svg {
  background: #f6eee3;
  border: 1px solid rgba(154, 106, 47, 0.24);
  border-radius: 999px;
  color: var(--bbh-bronze);
  fill: none;
  flex: 0 0 34px;
  height: 34px;
  padding: 7px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  width: 34px;
}

.bbh-trust__toggle {
  align-items: center;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(154, 106, 47, 0.38);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(44, 41, 37, 0.12);
  color: var(--bbh-bronze);
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  z-index: 2;
}

.bbh-trust__toggle[hidden],
.bbh-trust__toggle svg[hidden] {
  display: none;
}

.bbh-trust__toggle svg {
  fill: none;
  height: 14px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 14px;
}

.bbh-trust__toggle:focus-visible {
  outline: 2px solid var(--bbh-olive-dark);
  outline-offset: 2px;
}

.bbh-trust__list li > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.bbh-trust__list strong {
  color: var(--bbh-espresso);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}

.bbh-trust__list small {
  color: var(--bbh-muted);
  font-size: 10px;
  line-height: 1.4;
}

/* Art-directed editorial hero */
.bbh-hero-shell {
  background: var(--bbh-champagne);
}

.bbh-hero {
  background: var(--bbh-champagne);
  height: clamp(480px, 133.333vw, 580px);
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
}

.bbh-hero__media {
  display: block;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.bbh-hero__media img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.bbh-hero__wash {
  background: linear-gradient(
    180deg,
    rgba(251, 248, 242, 0.99) 0%,
    rgba(251, 248, 242, 0.96) 24%,
    rgba(251, 248, 242, 0.78) 40%,
    rgba(251, 248, 242, 0.15) 61%,
    rgba(251, 248, 242, 0) 72%
  );
  inset: 0;
  position: absolute;
}

.bbh-hero__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.bbh-hero__content > .bbh-eyebrow {
  margin-bottom: 10px;
}

.bbh-hero h1 {
  color: var(--bbh-espresso);
  font-size: clamp(39px, 11vw, 47px);
  line-height: 0.94;
  margin: 0;
  max-width: 330px;
}

.bb-premium-home .bbh-lead {
  color: var(--bbh-espresso);
  font-size: clamp(13px, 3.35vw, 14px);
  line-height: 1.5;
  margin: 13px 0 15px;
  max-width: 320px;
}

.bbh-hero__buttons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 330px;
  width: 100%;
}

.bbh-hero__buttons .bbh-button {
  font-size: 12px;
  min-height: 44px;
  padding: 10px 9px;
}

.bb-premium-home .bbh-microcopy {
  display: none;
}

/* Featured products */
.bbh-collection {
  background: #f7f1e8;
  max-width: none;
  padding-bottom: 48px;
  padding-right: 0;
  padding-top: 46px;
}

.bbh-section-heading {
  margin-bottom: 25px;
  padding-right: 20px;
}

.bbh-section-heading--split > p {
  color: var(--bbh-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 15px 0 0;
  max-width: 360px;
}

.bbh-product-list {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 0 20px 12px 0;
  scroll-padding-left: 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.bbh-product-card {
  display: flex;
  flex: 0 0 min(79vw, 320px);
  flex-direction: column;
  max-width: 320px;
  min-width: 0;
  scroll-snap-align: start;
}

.bbh-product-card__media {
  background: var(--bbh-paper);
  border: 1px solid rgba(216, 204, 188, 0.78);
  border-radius: 18px;
  display: block;
  overflow: hidden;
  position: relative;
}

.bbh-product-card__link {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-decoration: none;
}

.bbh-product-card__link:focus-visible .bbh-product-card__media {
  outline: 3px solid var(--bbh-olive);
  outline-offset: -3px;
}

.bbh-product-card__media img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: transform 280ms ease;
  width: 100%;
}

.bbh-product-card__link:hover .bbh-product-card__media img {
  transform: scale(1.018);
}

.bbh-product-card__badge {
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(216, 204, 188, 0.76);
  border-radius: 999px;
  color: var(--bbh-olive-dark);
  font-size: 9px;
  font-weight: 600;
  left: 11px;
  letter-spacing: 0.12em;
  padding: 6px 9px;
  position: absolute;
  top: 11px;
  z-index: 1;
}

.bbh-product-card__status {
  background: var(--bbh-olive-dark);
  border-radius: 999px;
  color: var(--bbh-paper);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.12em;
  padding: 6px 9px;
  position: absolute;
  right: 11px;
  top: 11px;
  z-index: 1;
}

.bbh-product-card__placeholder {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, var(--bbh-paper), var(--bbh-champagne));
  color: var(--bbh-muted);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.bbh-product-card__placeholder > span {
  color: var(--bbh-espresso);
  font-family: var(--bbh-display);
  font-size: 28px;
}

.bbh-product-card__placeholder small {
  font-size: 10px;
  letter-spacing: 0.08em;
  margin-top: 8px;
  text-transform: uppercase;
}

.bbh-product-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
}

.bbh-product-card__number {
  color: var(--bbh-espresso);
  font-family: var(--bbh-display);
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 16px 0 5px;
}

.bbh-product-card__notes {
  color: var(--bbh-espresso);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}

.bbh-product-card__inspired {
  color: var(--bbh-muted);
  font-size: 11px;
  line-height: 1.45;
  margin: 5px 0 0;
  min-height: 0;
}

.bbh-product-card__bottom {
  align-items: center;
  border-top: 1px solid var(--bbh-line);
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 12px;
}

.bbh-product-card__price {
  font-weight: 600;
}

.bbh-product-card__price s {
  color: var(--bbh-muted);
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 2px;
}

.bbh-product-card__sale-price {
  color: var(--bbh-olive-dark);
}

.bbh-product-card__view {
  color: var(--bbh-olive-dark);
  font-size: 11px;
  font-weight: 600;
}

.bbh-collection__desktop-link {
  display: none;
}

.bbh-collection__mobile-link {
  margin: 20px 20px 0 0;
  width: calc(100% - 20px);
}

/* Browse by mood */
.bbh-moments {
  background: var(--bbh-ivory);
}

.bbh-moment-grid {
  display: flex;
  gap: 12px;
  margin-right: -20px;
  overflow-x: auto;
  padding-right: 20px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.bbh-moment-card {
  color: var(--bbh-espresso) !important;
  display: flex;
  flex: 0 0 min(79vw, 320px);
  flex-direction: column;
  justify-content: space-between;
  min-height: 250px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
}

.bbh-moment-card::before,
.bbh-moment-card::after {
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.12;
  position: absolute;
}

.bbh-moment-card::before {
  height: 230px;
  right: -82px;
  top: -80px;
  width: 230px;
}

.bbh-moment-card::after {
  bottom: -72px;
  height: 145px;
  left: -56px;
  width: 145px;
}

.bbh-moment-card--work {
  background: #dfe4d8;
  border-radius: 26px 8px 26px 8px;
}

.bbh-moment-card--weekend {
  background: var(--bbh-champagne);
  border-radius: 8px 26px 8px 26px;
}

.bbh-moment-card--night {
  background: var(--bbh-olive);
  border-radius: 26px 8px 26px 8px;
  color: var(--bbh-paper) !important;
}

.bbh-moment-card__number {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  opacity: 0.86;
}

.bbh-moment-card__copy {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.bbh-moment-card__copy strong {
  font-family: var(--bbh-display);
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.bbh-moment-card__copy small {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 9px;
  opacity: 0.76;
}

.bbh-moment-card__copy em {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  margin-top: 23px;
}

/* Compact scent-match feature */
.bbh-section.bbh-quiz {
  background: linear-gradient(135deg, var(--bbh-olive-dark), var(--bbh-olive));
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(44, 41, 37, 0.11);
  color: var(--bbh-paper);
  display: grid;
  gap: 30px;
  margin-bottom: 52px;
  max-width: calc(100% - 28px);
  padding: 34px 20px 20px;
}

.bbh-quiz h2 {
  color: var(--bbh-paper);
}

.bbh-quiz__copy > p:not(.bbh-eyebrow):not(.bbh-quiz__meta) {
  color: rgba(255, 253, 249, 0.78);
  font-size: 13px;
  line-height: 1.65;
  margin: 18px 0 22px;
}

.bbh-quiz__copy .bbh-button {
  width: 100%;
}

.bb-premium-home .bbh-quiz__meta {
  color: rgba(255, 253, 249, 0.82);
  font-size: 11px;
  margin: 12px 0 0;
  text-align: center;
}

.bbh-quiz__steps {
  background: rgba(255, 253, 249, 0.96);
  border-radius: 22px;
  color: var(--bbh-espresso);
  list-style: none;
  margin: 0;
  padding: 6px 18px;
}

.bbh-quiz__steps li {
  align-items: center;
  border-bottom: 1px solid var(--bbh-line);
  display: grid;
  gap: 14px;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 78px;
}

.bbh-quiz__steps li:last-child {
  border-bottom: 0;
}

.bbh-quiz__steps li > span {
  align-items: center;
  background: var(--bbh-champagne);
  border-radius: 50%;
  color: var(--bbh-olive-dark);
  display: flex;
  font-size: 9px;
  font-weight: 600;
  height: 32px;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 32px;
}

.bbh-quiz__steps div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.bbh-quiz__steps strong {
  font-size: 12px;
}

.bbh-quiz__steps small {
  color: var(--bbh-muted);
  font-size: 10px;
  line-height: 1.45;
}

/* Compact packaging proof */
.bbh-exclusives {
  background: var(--bbh-champagne);
  padding: 32px 20px 52px;
}

.bbh-exclusives__inner {
  background: var(--bbh-paper);
  border: 1px solid var(--bbh-line);
  border-radius: 24px;
  display: grid;
  margin: 0 auto;
  max-width: 1280px;
  overflow: hidden;
}

.bbh-exclusives__media {
  aspect-ratio: 1 / 1;
  background: #e9ddcd;
  display: block;
  overflow: hidden;
}

.bbh-exclusives__media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.bbh-exclusives__copy {
  padding: 25px 22px 28px;
}

.bbh-exclusives__copy h2 {
  font-size: clamp(35px, 9vw, 44px);
  line-height: 0.98;
}

.bb-premium-home .bbh-exclusives__intro {
  color: var(--bbh-muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 14px 0 18px;
  max-width: 590px;
}

/* Visit and rewards */
.bbh-next {
  display: grid;
  gap: 12px;
}

.bbh-next__card {
  border: 1px solid var(--bbh-line);
  border-radius: 22px;
  min-height: 270px;
  padding: 26px 22px;
}

.bbh-next__card--visit {
  background: var(--bbh-paper);
}

.bbh-next__card--rewards {
  background: #e3e7dd;
}

.bbh-next__card--rewards > p:not(.bbh-eyebrow) {
  color: #514b42;
}

.bbh-next__card h2 {
  font-size: clamp(34px, 9vw, 46px);
  line-height: 1;
  max-width: 520px;
}

.bbh-next__card > p:not(.bbh-eyebrow) {
  color: var(--bbh-muted);
  font-size: 12px;
  line-height: 1.6;
  margin: 14px 0 21px;
  max-width: 520px;
}

@media (min-width: 750px) {
  .bb-premium-home h2 {
    font-size: clamp(50px, 5vw, 68px);
  }

  .bbh-eyebrow {
    font-size: 11px;
    margin-bottom: 16px;
  }

  .bbh-section {
    padding: 68px 48px;
  }

  .bbh-button {
    font-size: 14px;
    min-height: 50px;
    padding: 13px 24px;
  }

  .bbh-button-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }

  .bbh-trust__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding: 0 28px;
  }

  .bbh-trust__list li {
    flex-basis: auto;
    justify-content: center;
    min-height: 70px;
    padding: 11px 18px;
  }

  .bbh-trust__list svg {
    flex-basis: 34px;
    height: 34px;
    width: 34px;
  }

  .bbh-trust__list strong {
    font-size: 12px;
  }

  .bbh-trust__list small {
    font-size: 10px;
  }

  .bbh-hero {
    height: clamp(500px, 42vw, 640px);
  }

  .bbh-hero__wash {
    background: linear-gradient(
      90deg,
      rgba(251, 248, 242, 0.98) 0%,
      rgba(251, 248, 242, 0.92) 28%,
      rgba(251, 248, 242, 0.48) 47%,
      rgba(251, 248, 242, 0) 64%
    );
  }

  .bbh-hero__content {
    justify-content: center;
    max-width: 660px;
    padding: 46px 48px;
    width: 50%;
  }

  .bbh-hero h1 {
    font-size: clamp(54px, 5.5vw, 78px);
    line-height: 0.94;
    max-width: 610px;
  }

  .bb-premium-home .bbh-lead {
    font-size: 15px;
    line-height: 1.6;
    margin: 20px 0 22px;
    max-width: 510px;
  }

  .bbh-hero__buttons {
    max-width: none;
    width: auto;
  }

  .bbh-hero__buttons .bbh-button {
    font-size: 14px;
    min-height: 50px;
    padding: 13px 24px;
  }

  .bb-premium-home .bbh-microcopy {
    color: var(--bbh-muted);
    display: block;
    font-size: 11px;
    margin: 14px 0 0;
  }

  .bbh-collection {
    padding-left: max(48px, calc((100vw - 1400px) / 2 + 48px));
    padding-right: max(48px, calc((100vw - 1400px) / 2 + 48px));
  }

  .bbh-section-heading {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 34px;
    padding-right: 0;
  }

  .bbh-section-heading--split > p {
    margin: 0;
  }

  .bbh-product-list {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    padding: 0;
  }

  .bbh-product-card {
    max-width: none;
  }

  .bbh-collection__desktop-link {
    display: inline-flex;
  }

  .bbh-collection__mobile-link {
    display: none;
  }

  .bbh-section.bbh-quiz {
    align-items: center;
    gap: clamp(40px, 6vw, 78px);
    margin-bottom: 68px;
    max-width: min(1360px, calc(100% - 64px));
    padding: clamp(42px, 5vw, 62px);
  }

  .bbh-quiz__copy {
    max-width: 620px;
  }

  .bbh-quiz__copy > p:not(.bbh-eyebrow):not(.bbh-quiz__meta) {
    font-size: 15px;
    margin: 20px 0 24px;
  }

  .bbh-quiz__copy .bbh-button {
    width: auto;
  }

  .bb-premium-home .bbh-quiz__meta {
    display: inline-block;
    margin-left: 14px;
    text-align: left;
  }

  .bbh-quiz__steps {
    padding: 8px 22px;
  }

  .bbh-quiz__steps li {
    min-height: 88px;
  }

  .bbh-exclusives {
    padding: 32px 48px 68px;
  }

  .bbh-exclusives__copy {
    align-self: center;
    padding: 34px clamp(34px, 5vw, 68px);
  }

  .bbh-exclusives__copy h2 {
    font-size: clamp(40px, 4vw, 57px);
  }

  .bb-premium-home .bbh-exclusives__intro {
    font-size: 14px;
    margin: 17px 0 21px;
  }

}

@media (min-width: 750px) and (max-width: 989px) {
  .bbh-section {
    padding: 60px 36px;
  }

  .bbh-trust__list {
    padding: 0 24px;
  }

  .bbh-trust__toggle {
    display: none !important;
  }

  .bbh-trust__list li {
    border-bottom: 1px solid var(--bbh-line);
    justify-content: flex-start;
  }

  .bbh-trust__list li:nth-child(2n) {
    border-right: 0;
  }

  .bbh-trust__list li:nth-child(n + 3) {
    border-bottom: 0;
  }

  .bbh-hero {
    height: 520px;
  }

  .bbh-hero__media img {
    object-position: 38% bottom;
  }

  .bbh-hero__wash {
    background: linear-gradient(
      90deg,
      rgba(251, 248, 242, 0.99) 0%,
      rgba(251, 248, 242, 0.96) 30%,
      rgba(251, 248, 242, 0.82) 46%,
      rgba(251, 248, 242, 0.18) 66%,
      rgba(251, 248, 242, 0) 76%
    );
  }

  .bbh-hero__content {
    max-width: none;
    padding: 36px 24px 36px 36px;
    width: 50%;
  }

  .bbh-hero h1 {
    font-size: clamp(46px, 6.1vw, 54px);
    max-width: 420px;
  }

  .bb-premium-home .bbh-lead {
    font-size: 13.5px;
    line-height: 1.5;
    margin: 16px 0 18px;
    max-width: 360px;
  }

  .bbh-hero__buttons .bbh-button {
    font-size: 12px;
    min-height: 46px;
    padding: 11px 16px;
  }

  .bb-premium-home .bbh-microcopy {
    font-size: 10px;
    margin-top: 12px;
  }

  .bbh-collection {
    padding-left: 36px;
    padding-right: 36px;
  }

  .bbh-moment-grid {
    gap: 16px;
    margin-right: -36px;
    padding-right: 36px;
  }

  .bbh-moment-card {
    flex-basis: min(56vw, 350px);
    min-height: 280px;
    padding: 26px;
  }

  .bbh-section.bbh-quiz {
    grid-template-columns: 1fr;
    max-width: calc(100% - 48px);
    padding: 40px;
  }

  .bbh-quiz__copy {
    max-width: 650px;
  }

  .bbh-quiz__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bbh-quiz__steps li {
    align-content: start;
    border-bottom: 0;
    border-right: 1px solid var(--bbh-line);
    grid-template-columns: 1fr;
    min-height: 146px;
    padding: 18px 12px;
  }

  .bbh-quiz__steps li:last-child {
    border-right: 0;
  }

  .bbh-exclusives {
    padding: 28px 36px 60px;
  }

  .bbh-exclusives__media {
    aspect-ratio: 4 / 3;
  }

  .bbh-exclusives__copy {
    padding: 32px 34px 36px;
  }

  .bbh-next {
    gap: 14px;
  }

  .bbh-next__card {
    min-height: 240px;
    padding: 30px;
  }

  .bbh-next__card h2 {
    font-size: clamp(40px, 5.2vw, 48px);
  }

  .bbh-next__card > p:not(.bbh-eyebrow) {
    font-size: 14px;
  }
}

@media (min-width: 990px) {
  .bbh-trust__toggle {
    display: none !important;
  }

  .bbh-trust__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1400px;
    overflow: visible;
    padding: 0 48px;
  }

  .bbh-trust__list li {
    flex-basis: auto;
  }

  .bbh-moment-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-right: 0;
    overflow: visible;
    padding-right: 0;
  }

  .bbh-moment-card {
    min-height: 300px;
    padding: 27px;
  }

  .bbh-moment-card__copy strong {
    font-size: clamp(34px, 3.4vw, 49px);
  }

  .bbh-section.bbh-quiz {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  }

  .bbh-exclusives__inner {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  }

  .bbh-exclusives__media {
    aspect-ratio: auto;
    min-height: 300px;
  }

  .bbh-next {
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bbh-next__card {
    min-height: 310px;
    padding: 38px;
  }

  .bbh-next__card h2 {
    font-size: clamp(39px, 3.6vw, 53px);
  }

  .bbh-next__card > p:not(.bbh-eyebrow) {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbh-trust__list {
    scroll-behavior: auto;
  }

  .bbh-trust__toggle {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .bbh-section {
    padding-bottom: 76px;
    padding-top: 76px;
  }

  .bbh-section.bbh-collection {
    padding-top: 64px;
  }

  .bbh-product-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bbh-product-card__number {
    font-size: 29px;
  }

  .bbh-moment-card {
    min-height: 330px;
  }
}

@media (max-width: 389px) {
  .bbh-hero__content {
    padding-left: 17px;
    padding-right: 17px;
  }

  .bbh-hero h1 {
    font-size: 38px;
    max-width: 300px;
  }

  .bb-premium-home .bbh-lead {
    font-size: 13px;
    max-width: 295px;
  }

  .bbh-hero__buttons {
    max-width: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-premium-home *,
  .bb-premium-home *::before,
  .bb-premium-home *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
