/* Final visual lock against Elegant1 global theme styles. */
.bb-home {
  --bb-ink: #181413;
  --bb-muted: rgba(24, 20, 19, 0.64);
  --bb-soft: #f7f0e8;
  --bb-cream: #fffaf3;
  --bb-panel: #fffdf8;
  --bb-line: rgba(24, 20, 19, 0.14);
  --bb-wine: #a13762;
  color: var(--bb-user-body-color,var(--bb-ink)) !important;
  font-family:var(--bb-user-body-font,Inter,Arial,sans-serif) !important;
  font-weight:var(--bb-user-body-weight,400);
}
.bb-home h1,.bb-home h2,.bb-home h3,.bb-home .bb-logo {
  font-family:var(--bb-user-heading-font,Georgia,"Times New Roman",serif) !important;
  font-weight:var(--bb-user-heading-weight,700) !important;
}
.bb-home .bb-hero h1 { color:var(--bb-user-heading-color,#181413) !important; -webkit-text-fill-color:var(--bb-user-heading-color,#181413) !important; }
.bb-home .bb-hero .bb-kicker { color:var(--bb-user-accent-color,#a13762) !important; -webkit-text-fill-color:var(--bb-user-accent-color,#a13762) !important; }
.bb-home .bb-hero .bb-intro { color:var(--bb-user-muted-color,#6d6865) !important; -webkit-text-fill-color:var(--bb-user-muted-color,#6d6865) !important; }
.bb-home .bb-proof strong { color:var(--bb-user-heading-color,#181413) !important; font-family:var(--bb-user-heading-font,Georgia,serif) !important; }
.bb-home .bb-proof span { color:var(--bb-user-muted-color,#6d6865) !important; }
.bb-home .bb-section-head h2,
.bb-home .bb-product h3,
.bb-home .bb-showcase-copy h2,
.bb-home .bb-final h2 { color:var(--bb-user-heading-color,#181413) !important; }
.bb-home .bb-section-head p,
.bb-home .bb-product-copy p,
.bb-home .bb-showcase-copy > p:last-child { color:var(--bb-user-muted-color,#6d6865) !important; }
.bb-home .bb-section-head p,.bb-home .bb-product-copy p,.bb-home .bb-final p { color:var(--bb-user-muted-color,#6d6865) !important; }
.bb-home .bb-section-head h2,.bb-home .bb-product h3,.bb-home .bb-showcase-copy h2 { color:var(--bb-user-heading-color,#181413) !important; }
.bb-home .bb-kicker { color:var(--bb-user-accent-color,#a13762) !important; }
.bb-home .bb-button,
.bb-home a.bb-button,
.bb-home a.bb-button:visited {
  background:var(--bb-user-button-bg,#181413) !important;
  border-color:var(--bb-user-button-bg,#181413) !important;
  color:var(--bb-user-button-text,#fffdf8) !important;
  -webkit-text-fill-color:var(--bb-user-button-text,#fffdf8) !important;
  opacity: 1 !important;
}
.bb-home .bb-button:hover {
  background: var(--bb-wine) !important;
  border-color: var(--bb-wine) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
.bb-home .bb-button.secondary,
.bb-home .bb-button.bb-button--secondary {
  background:var(--bb-user-secondary-bg,#fffdf8) !important;
  border-color:var(--bb-user-secondary-border,#d9cec0) !important;
  color:var(--bb-user-secondary-text,#181413) !important;
  -webkit-text-fill-color:var(--bb-user-secondary-text,#181413) !important;
}
.bb-home .bb-button.secondary:hover,
.bb-home .bb-button.bb-button--secondary:hover {
  background: var(--bb-panel) !important;
  border-color: var(--bb-ink) !important;
  color: var(--bb-ink) !important;
  -webkit-text-fill-color: var(--bb-ink) !important;
}
.bb-feature-tile {
  background: rgba(255,253,248,.82) !important;
  border-color: var(--bb-line) !important;
}
.bb-feature-tile::after {
  border-width: 1px !important;
  border-style: solid !important;
}
.bb-feature-tile--sand::after { background:#f1e4ca !important; border-color:#d9c49b !important; }
.bb-feature-tile--blue::after { background:#d9eaed !important; border-color:#abcbd1 !important; }
.bb-feature-tile--wine::after { background:#ead2dc !important; border-color:#c997aa !important; }
.bb-feature-tile strong { color:var(--bb-card-title-color,var(--bb-user-heading-color,#181413)) !important; font-family:var(--bb-card-title-font,var(--bb-user-heading-font,Georgia,serif)) !important; font-weight:var(--bb-card-title-weight,var(--bb-user-heading-weight,700)) !important; font-size:var(--bb-card-title-size-desktop,26px) !important; }
.bb-feature-tile span { color:var(--bb-card-text-color,var(--bb-user-muted-color,#6d6865)) !important; font-family:var(--bb-card-text-font,var(--bb-user-body-font,Inter,Arial,sans-serif)) !important; font-weight:var(--bb-card-text-weight,var(--bb-user-body-weight,400)) !important; font-size:var(--bb-card-text-size-desktop,12px) !important; }
.bb-marquee {
  background: var(--bb-panel) !important;
  border-color: var(--bb-line) !important;
  color:var(--bb-marquee-color,var(--bb-user-muted-color,#6d6865)) !important;
  font-family:var(--bb-marquee-font,var(--bb-user-body-font,Inter,Arial,sans-serif)) !important;
  font-weight:var(--bb-marquee-weight,var(--bb-user-body-weight,400)) !important;
}
.bb-marquee .bb-marquee-track {
  display:flex !important;
  width:max-content !important;
  min-width:200% !important;
  animation:bb-marquee-scroll 24s linear infinite !important;
}
.bb-showcase {
  display: block !important;
  grid-template-columns: none !important;
  width: 100% !important;
  padding-block: 54px !important;
}
.bb-showcase-inner {
  width: min(1080px, calc(100% - 48px)) !important;
  margin-inline: auto !important;
  grid-template-columns: minmax(320px,.9fr) minmax(420px,1.1fr) !important;
  justify-content: center !important;
  gap: 46px !important;
}
.bb-showcase-copy { justify-self: center; }
.bb-showcase-photo { width: 100%; }
.bb-home .bb-price {
  color:var(--bb-user-price-color,#a13762) !important;
  -webkit-text-fill-color:var(--bb-user-price-color,#a13762) !important;
  font-family:var(--bb-user-body-font,Inter,Arial,sans-serif) !important;
  font-size:var(--bb-product-price-desktop,14px) !important;
  font-weight:700 !important;
  line-height:1.2 !important;
  padding-top:4px;
}
.bb-home .bb-product {
  display:block !important;
  background-color:#fffaf3 !important;
  background-color:var(--bb-card-bg,#fffaf3) !important;
  border:1px solid #d9cec0 !important;
  border-color:var(--bb-card-border,#d9cec0) !important;
  border-radius:8px !important;
  overflow:hidden !important;
  box-shadow:0 1px 0 rgba(24,20,19,.03) !important;
}
.bb-home .bb-product figure {
  background:#f4e9dc !important;
  border-bottom:1px solid rgba(24,20,19,.12) !important;
}
.bb-home .bb-product-copy {
  min-height:174px !important;
  background-color:#fffaf3 !important;
  background-color:var(--bb-card-bg,#fffaf3) !important;
}
.bb-home .bb-product p {
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:var(--bb-product-desc-lines-desktop,2) !important;
  overflow:hidden !important;
}
.bb-home .bb-product-badge { color:var(--bb-user-muted-color,#6d6865) !important; font-family:var(--bb-user-body-font,Inter,Arial,sans-serif) !important; font-size:var(--bb-product-badge-desktop,11px) !important; }
.bb-home .bb-product h3 { font-size:var(--bb-product-title-desktop,24px) !important; }
.bb-home .bb-product-copy p { font-size:var(--bb-product-text-desktop,13px) !important; }
.bb-home .bb-color-dots:empty { display:none !important; }
.bb-home .bb-color-dots i {
  display:block !important;
  flex:0 0 12px !important;
  background-clip:padding-box !important;
  box-shadow:0 0 0 1px rgba(24,20,19,.18) !important;
}
.bb-home .bb-more-wrap {
  display:flex !important;
  justify-content:center !important;
  margin-top:24px !important;
}
.bb-home .bb-more-link {
  display:inline-flex !important;
  align-items:center !important;
  gap:12px !important;
  padding:10px 2px 7px !important;
  border-bottom:1px solid var(--bb-more-color,var(--bb-user-heading-color,#181413)) !important;
  color:var(--bb-more-color,var(--bb-user-heading-color,#181413)) !important;
  -webkit-text-fill-color:var(--bb-more-color,var(--bb-user-heading-color,#181413)) !important;
  font-family:var(--bb-user-body-font,Inter,Arial,sans-serif) !important;
  font-size:13px !important;
  font-weight:700 !important;
  text-transform:uppercase !important;
  letter-spacing:.06em !important;
}
.bb-home .bb-more-link span { font-size:18px !important; line-height:1 !important; transition:transform .2s ease; }
.bb-home .bb-more-link:hover span { transform:translateX(4px); }
.bb-home .bb-final .bb-button { margin-top:30px !important; }
.bb-home .bb-editorial-copy { color:var(--bb-user-dark-heading,#fffdf8) !important; background:var(--bb-user-dark-bg,#181413) !important; }
.bb-home .bb-editorial-copy h2 {
  color:var(--bb-user-dark-heading,#fffdf8) !important;
  -webkit-text-fill-color:var(--bb-user-dark-heading,#fffdf8) !important;
}
.bb-home .bb-editorial-copy .bb-kicker {
  color:var(--bb-user-accent-color,#a13762) !important;
  -webkit-text-fill-color:var(--bb-user-accent-color,#a13762) !important;
}
.bb-home .bb-editorial-copy p { color:var(--bb-user-dark-text,#d8d3cf) !important; }
.bb-home .bb-note-list { gap:0 !important; border:0 !important; }
.bb-home .bb-note-list div,
.bb-home .bb-note-list span { border:0 !important; }
.bb-home .bb-note-list > div {
  width:100% !important;
  display:grid !important;
  grid-template-columns:max-content minmax(0,1fr) !important;
  align-items:center !important;
  column-gap:30px !important;
  margin:0 !important;
  padding:15px 0 !important;
  border:0 !important;
  border-bottom:1px solid var(--bb-user-dark-line,#4a4542) !important;
  color:var(--bb-user-dark-text,#d8d3cf) !important;
}
.bb-home .bb-note-list > div > span:first-child { color:var(--bb-user-dark-heading,#fffdf8) !important; min-width:110px !important; white-space:nowrap !important; }
.bb-home .bb-note-list > div > span:last-child { color:var(--bb-user-dark-text,#d8d3cf) !important; text-align:left; }
@media (max-width: 959px) {
  .bb-showcase { padding-block: 34px !important; }
  .bb-showcase-inner {
    width: min(100% - 32px, 720px) !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }
  .bb-showcase-copy { justify-self: stretch; }
  .bb-home .bb-note-list > div { grid-template-columns:max-content minmax(0,1fr) !important; column-gap:20px !important; }
  .bb-home .bb-note-list > div > span:first-child { min-width:90px !important; }
}

/* Mobile homepage composition — based on the supplied 390px HTML design. */
@media (max-width: 820px) {
  body[data-page-type="index"] { overflow-x:hidden; background:#fff8ef; }
  body[data-page-type="index"] .bb-home { overflow:hidden; }

  .bb-home .bb-hero {
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    min-height:0 !important;
    overflow:hidden !important;
    background:var(--bb-soft,#fff8ef) !important;
  }
  .bb-home .bb-hero::before { display:none !important; }
  .bb-home .bb-hero-visual {
    position:relative !important;
    inset:auto !important;
    order:1 !important;
    width:100% !important;
    height:clamp(350px,44svh,420px) !important;
    min-height:0 !important;
    overflow:hidden !important;
  }
  .bb-home .bb-hero-image {
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:52% center !important;
  }
  .bb-home .bb-hero-copy {
    position:relative !important;
    z-index:2 !important;
    order:2 !important;
    width:100% !important;
    min-height:0 !important;
    padding:26px 18px 34px !important;
    justify-content:flex-start !important;
    background:var(--bb-soft,#fff8ef) !important;
  }
  .bb-home .bb-hero h1 {
    max-width:370px !important;
    margin:0 0 18px !important;
    font-size:clamp(46px,13.2vw,58px) !important;
    line-height:.89 !important;
  }
  .bb-home .bb-hero .bb-kicker { margin:0 0 13px !important; font-size:10px !important; }
  .bb-home .bb-hero-copy p.bb-intro {
    max-width:350px !important;
    margin:0 0 24px !important;
    font-size:14px !important;
    line-height:1.6 !important;
  }
  .bb-home .bb-actions { gap:18px !important; margin-top:0 !important; }
  .bb-home .bb-button { min-height:47px !important; padding-inline:20px !important; font-size:11px !important; }
  .bb-home .bb-proof { display:none !important; }
  .bb-home .bb-ui-chip { left:14px !important; right:auto !important; top:auto !important; bottom:14px !important; }
  .bb-home .bb-hero-tag,.bb-home .bb-vertical-mark { display:none !important; }
  .bb-home .bb-illustration-flower { right:-22px !important; top:18px !important; width:118px !important; height:118px !important; }

  .bb-home .bb-marquee span {
    gap:26px !important;
    padding:13px 0 !important;
    font-size:21px !important;
    line-height:1.2 !important;
  }
  .bb-home .bb-feature-rail { display:none !important; }

  .bb-home .bb-section { width:100% !important; padding:64px 16px !important; }
  .bb-home .bb-section-head {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-bottom:30px !important;
  }
  .bb-home .bb-section-head h2 { font-size:clamp(45px,12vw,58px) !important; line-height:.92 !important; }
  .bb-home .bb-section-head p { max-width:310px !important; margin:0 !important; font-size:13px !important; line-height:1.65 !important; }
  .bb-home .bb-product-grid {
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:28px 12px !important;
  }
  .bb-home .bb-product-grid > .bb-product:first-of-type,
  .bb-home .bb-product-grid > a.bb-product:nth-of-type(1) { grid-column:1 / -1 !important; }
  .bb-home .bb-product figure { aspect-ratio:1 / 1 !important; margin:0 !important; }
  .bb-home .bb-product-grid > .bb-product:first-of-type figure { aspect-ratio:1.05 / 1 !important; }
  .bb-home .bb-product-copy { min-height:0 !important; padding:14px !important; gap:9px !important; }
  .bb-home .bb-product-badge {
    max-width:100% !important;
    padding:5px 8px !important;
    font-size:var(--bb-product-badge-mobile,9px) !important;
    line-height:1.25 !important;
    white-space:normal !important;
  }
  .bb-home .bb-product h3 {
    margin:0 !important;
    font-size:var(--bb-product-title-mobile,22px) !important;
    line-height:1.06 !important;
    letter-spacing:-.01em !important;
    word-break:normal !important;
    overflow-wrap:break-word !important;
    hyphens:none !important;
  }
  .bb-home .bb-product-row { gap:8px !important; }
  .bb-home .bb-product-grid > .bb-product:first-of-type h3 { font-size:calc(var(--bb-product-title-mobile,22px) + 4px) !important; }
  .bb-home .bb-product-grid > .bb-product:first-of-type .bb-price { font-size:var(--bb-product-price-mobile,12px) !important; }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) .bb-product-row { display:block !important; }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) h3 {
    min-height:47px !important;
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
  }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) .bb-price {
    display:block !important;
    padding-top:7px !important;
    font-size:var(--bb-product-price-mobile,12px) !important;
  }
  .bb-home .bb-product-copy p {
    min-height:calc(var(--bb-product-text-mobile,11px) * 1.55 * var(--bb-product-desc-lines-mobile,2)) !important;
    font-size:var(--bb-product-text-mobile,11px) !important;
    line-height:1.55 !important;
    -webkit-line-clamp:var(--bb-product-desc-lines-mobile,2) !important;
  }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) p { display:-webkit-box !important; }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) .bb-color-dots { display:none !important; }
  .bb-home .bb-more-wrap { margin-top:28px !important; }

  .bb-home .bb-showcase { padding:0 !important; border-block:1px solid var(--bb-line) !important; }
  .bb-home .bb-showcase-inner { width:100% !important; gap:0 !important; }
  .bb-home .bb-showcase-photo {
    order:1 !important;
    width:100% !important;
    aspect-ratio:1 / 1.08 !important;
    border:0 !important;
    border-radius:0 !important;
  }
  .bb-home .bb-showcase-copy {
    order:2 !important;
    padding:42px 18px 54px !important;
    border-top:1px solid var(--bb-line) !important;
  }
  .bb-home .bb-showcase-copy h2 { font-size:clamp(45px,12vw,58px) !important; line-height:.92 !important; }
  .bb-home .bb-showcase-copy p { margin-top:20px !important; font-size:14px !important; line-height:1.65 !important; }

  .bb-home .bb-editorial { grid-template-columns:1fr !important; gap:0 !important; }
  .bb-home .bb-editorial-photo {
    order:1 !important;
    min-height:0 !important;
    aspect-ratio:1 / 1.02 !important;
    border-radius:0 !important;
  }
  .bb-home .bb-editorial-copy {
    order:2 !important;
    min-height:0 !important;
    padding:42px 18px 48px !important;
    border-radius:0 !important;
  }
  .bb-home .bb-editorial-copy h2 { font-size:45px !important; line-height:.94 !important; }
  .bb-home .bb-editorial-copy p { margin-top:18px !important; font-size:14px !important; line-height:1.65 !important; }
  .bb-home .bb-note-list { margin-top:28px !important; }
  .bb-home .bb-note-list > div {
    grid-template-columns:minmax(86px,max-content) minmax(0,1fr) !important;
    column-gap:18px !important;
    padding:14px 0 !important;
    font-size:12px !important;
  }
  .bb-home .bb-note-list > div > span:first-child { min-width:86px !important; white-space:normal !important; }

  .bb-home .bb-final { padding:50px 18px 58px !important; }
  .bb-home .bb-final h2 { font-size:clamp(42px,11.5vw,56px) !important; line-height:.94 !important; }
  .bb-home .bb-final p { margin-top:22px !important; font-size:14px !important; line-height:1.65 !important; }
  .bb-home .bb-final .bb-button { margin-top:28px !important; }
}

@media (max-width: 360px) {
  .bb-home .bb-hero h1 { font-size:43px !important; }
  .bb-home .bb-actions { flex-direction:column !important; align-items:stretch !important; gap:8px !important; }
  .bb-home .bb-product-grid { grid-template-columns:1fr !important; }
  .bb-home .bb-product-grid > .bb-product:first-of-type { grid-column:auto !important; }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) .bb-product-row { display:flex !important; }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) h3 {
    min-height:0 !important;
    display:block !important;
    overflow:visible !important;
  }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) p,
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) .bb-color-dots { display:flex !important; }
  .bb-home .bb-product-grid > .bb-product:not(:first-of-type) p { display:-webkit-box !important; }
}

/* v34 final editorial refinement. All colors and fonts continue to inherit
   the section-level variables exposed in the SHOPLINE editor. */
@media (min-width: 821px) {
  .bb-home .bb-hero h1 {
    max-width:760px !important;
    font-size:clamp(64px,5.35vw,76px) !important;
    line-height:.94 !important;
    letter-spacing:-.035em !important;
  }
  .bb-home .bb-hero-copy p.bb-intro { max-width:540px !important;font-size:16px !important;line-height:1.65 !important; }
  .bb-home .bb-button { min-height:48px !important;padding-inline:26px !important; }
  .bb-home .bb-section { padding-block:clamp(90px,8vw,110px) !important; }
  .bb-home .bb-showcase { padding-block:clamp(90px,8vw,110px) !important; }
  .bb-home .bb-showcase-inner { grid-template-columns:minmax(0,.68fr) minmax(0,1fr) !important;gap:clamp(54px,6vw,88px) !important; }
  .bb-home .bb-showcase-copy h2 { font-size:clamp(42px,3.7vw,48px) !important;line-height:1 !important; }
  .bb-home .bb-editorial-copy h2 { font-size:clamp(46px,4.2vw,58px) !important;line-height:.98 !important; }
  .bb-home .bb-final { padding-block:clamp(90px,8vw,110px) !important; }
  .bb-home .bb-final h2 { font-size:clamp(46px,4.4vw,54px) !important;line-height:1 !important; }
}

.bb-home .bb-hero-image { transform:scale(1.01);transition:transform 900ms cubic-bezier(.22,.61,.36,1); }
.bb-home .bb-hero-visual:hover .bb-hero-image { transform:scale(1.025); }
.bb-home .bb-ui-chip,.bb-home .bb-hero-tag { animation:bb-float-in 650ms ease both; }
@keyframes bb-float-in { from { opacity:0;transform:translateY(10px); } to { opacity:1;transform:translateY(0); } }

.bb-home .bb-marquee { position:relative;display:flex !important;align-items:center !important;height:max(54px,calc(var(--bb-marquee-size-desktop,22px) + 26px));padding-block:0 !important;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent); }
.bb-home .bb-marquee .bb-marquee-track { align-items:center !important;height:100% !important;animation-duration:30s !important; }
.bb-home .bb-marquee:hover .bb-marquee-track { animation-play-state:paused !important; }
.bb-home .bb-marquee span { display:flex !important;align-items:center !important;height:100% !important;padding-block:0 !important;font-size:var(--bb-marquee-size-desktop,22px) !important;line-height:1.1 !important; }

.bb-home .bb-product { border-radius:15px !important;transition:transform 220ms ease,box-shadow 220ms ease,border-color 220ms ease; }
.bb-home .bb-product figure { overflow:hidden !important; }
.bb-home .bb-product figure img { transition:transform 420ms cubic-bezier(.22,.61,.36,1); }
.bb-home .bb-product h3 { transition:color 200ms ease; }
.bb-home .bb-product:hover { transform:translateY(-4px);box-shadow:0 20px 46px rgba(24,20,19,.1) !important; }
.bb-home .bb-product:hover figure img { transform:scale(1.035); }
.bb-home .bb-product:hover h3 { color:var(--bb-user-price-color,#a13762) !important; }
.bb-home .bb-product-copy { min-height:190px !important; }
.bb-home .bb-product-row { align-items:flex-start !important; }
.bb-home .bb-product h3 { font-size:clamp(22px,var(--bb-product-title-desktop,24px),24px) !important; }
.bb-home .bb-color-dots i { flex-basis:10px !important;width:10px !important;height:10px !important; }
.bb-home .bb-more-link { padding:12px 20px !important;border:1px solid var(--bb-more-color,var(--bb-user-heading-color,#181413)) !important;border-radius:999px !important;transition:background-color 200ms ease,color 200ms ease,transform 200ms ease; }
.bb-home .bb-more-link:hover { transform:translateY(-2px);background:var(--bb-more-color,var(--bb-user-heading-color,#181413)) !important;color:var(--bb-soft,#f7f0e8) !important;-webkit-text-fill-color:var(--bb-soft,#f7f0e8) !important; }

.bb-home .bb-showcase-photo,.bb-home .bb-editorial-photo { overflow:hidden; }
.bb-home .bb-showcase-photo img,.bb-home .bb-editorial-photo img { transition:transform 520ms cubic-bezier(.22,.61,.36,1); }
.bb-home .bb-showcase-photo:hover img,.bb-home .bb-editorial-photo:hover img { transform:scale(1.03); }
.bb-home .bb-showcase-photo,.bb-home .bb-showcase-copy,.bb-home .bb-editorial-photo,.bb-home .bb-editorial-copy { border-radius:16px !important; }
.bb-home .bb-final { background:var(--bb-soft,#ead9c8) !important; }
.bb-home .bb-final .bb-button:hover { transform:translateY(-2px);box-shadow:0 12px 28px rgba(127,38,73,.2); }

@media (max-width: 820px) {
  .bb-home .bb-marquee { height:max(52px,calc(var(--bb-marquee-size-mobile,20px) + 24px)); }
  .bb-home .bb-marquee span { font-size:var(--bb-marquee-size-mobile,20px) !important; }
  .bb-home .bb-feature-tile strong { font-size:var(--bb-card-title-size-mobile,22px) !important; }
  .bb-home .bb-feature-tile span { font-size:var(--bb-card-text-size-mobile,12px) !important; }
  .bb-home .bb-hero-image,.bb-home .bb-hero-visual:hover .bb-hero-image { transform:none; }
  .bb-home .bb-product-copy { min-height:0 !important; }
  .bb-home .bb-product { border-radius:14px !important; }
  .bb-home .bb-showcase-photo,.bb-home .bb-showcase-copy,.bb-home .bb-editorial-photo,.bb-home .bb-editorial-copy { border-radius:0 !important; }
  .bb-home .bb-final { padding-block:72px !important; }
}

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