:root {
  --bb-header-shell: 1360px;
  --bb-home-shadow: 0 10px 34px rgba(75, 42, 30, 0.11);
}

body {
  background: #fbf7f3;
}

header.wp-block-template-part {
  background: #fffdfc;
  border: 0;
  display: block;
  min-height: 0;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 50;
}

.bb-header-shell {
  margin: 0 auto;
  max-width: var(--bb-header-shell);
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

.bb-announcement {
  background: var(--bb-cocoa);
  color: #fff8f3;
  font-size: 0.78rem;
  min-height: 30px;
  text-align: center;
}

.bb-announcement .bb-header-shell {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 30px;
}

.bb-main-header {
  background: rgba(255, 253, 252, 0.98);
  border-bottom: 1px solid var(--bb-border);
}

.bb-main-header__inner {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, 0.28fr) auto;
  min-height: 76px;
}

.bb-brand-lockup {
  align-items: center;
  color: var(--bb-red);
  display: inline-flex;
  gap: 9px;
  min-width: max-content;
  text-decoration: none;
}

.bb-brand-mark {
  align-items: center;
  background: #fff0ec;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.bb-brand-mark svg {
  height: 40px;
  width: 40px;
}

.bb-brand-copy {
  display: grid;
  line-height: 1.05;
}

.bb-brand-copy strong {
  font-family: var(--bb-serif);
  font-size: 1.02rem;
}

.bb-brand-copy small {
  font-size: 0.62rem;
  letter-spacing: 0.03em;
  margin-top: 4px;
}

.bb-primary-navigation {
  align-items: center;
  display: flex;
  gap: clamp(12px, 1.8vw, 28px);
  justify-content: center;
}

.bb-primary-navigation a {
  color: var(--bb-dark-cocoa);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 24px 0 21px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.bb-primary-navigation a::after {
  background: var(--bb-red);
  bottom: 14px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
  width: 100%;
}

.bb-primary-navigation a:hover::after,
.bb-primary-navigation a.is-current::after {
  transform: scaleX(1);
}

.bb-header-search {
  align-items: center;
  background: #fff;
  border: 1px solid #d8c8c0;
  border-radius: 999px;
  display: flex;
  min-height: 42px;
  overflow: hidden;
}

.bb-header-search input {
  background: transparent;
  border: 0;
  color: var(--bb-dark-cocoa);
  flex: 1;
  font: inherit;
  min-width: 0;
  outline: 0;
  padding: 9px 4px 9px 16px;
}

.bb-header-search button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--bb-dark-cocoa);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.bb-header-actions {
  align-items: center;
  display: flex;
  gap: 2px;
}

.bb-icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--bb-dark-cocoa);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 44px;
}

.bb-icon-button svg,
.bb-header-search svg {
  fill: none;
  height: 22px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 22px;
}

.bb-cart-badge {
  align-items: center;
  background: var(--bb-red);
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.62rem;
  font-weight: 800;
  height: 19px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 3px;
  width: 19px;
}

.bb-mobile-menu-button,
.bb-search-mobile {
  display: none;
}

.bb-home .bb-shell {
  max-width: var(--bb-header-shell);
}

.bb-home-hero {
  background:
    linear-gradient(90deg, rgba(255, 250, 245, 0.97) 0%, rgba(255, 250, 245, 0.88) 34%, rgba(255, 250, 245, 0.12) 64%, rgba(255, 250, 245, 0) 100%),
    url("../images/hero-blueberry-v1.jpg") center right / cover no-repeat;
  min-height: 520px;
}

.bb-home-hero__inner {
  align-items: center;
  display: flex;
  min-height: 520px;
}

.bb-home-hero__copy {
  max-width: 560px;
  padding: 54px 0;
}

.bb-home-script {
  color: var(--bb-red);
  display: block;
  font-family: cursive;
  font-size: 1.18rem;
  margin-bottom: 6px;
  transform: rotate(-2deg);
  transform-origin: left;
}

.bb-home-hero h1 {
  color: var(--bb-dark-cocoa);
  font-family: var(--bb-serif);
  font-size: clamp(3rem, 5vw, 4.55rem);
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
}

.bb-home-hero h1 span {
  display: block;
  font-size: 0.66em;
  letter-spacing: -0.02em;
  margin-top: 8px;
}

.bb-home-hero__lead {
  color: var(--bb-cocoa);
  font-size: 1rem;
  line-height: 1.55;
  margin: 22px 0 0;
  max-width: 38ch;
}

.bb-home-hero .bb-actions {
  margin-top: 22px;
}

.bb-home-hero .bb-button {
  min-width: 126px;
}

.bb-home-assurance {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
  max-width: 540px;
}

.bb-assurance-item {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 36px 1fr;
}

.bb-assurance-icon {
  align-items: center;
  background: rgba(247, 232, 228, 0.9);
  border-radius: 50%;
  color: var(--bb-red);
  display: inline-flex;
  font-size: 1.05rem;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.bb-assurance-item strong,
.bb-assurance-item small {
  display: block;
}

.bb-assurance-item strong {
  font-size: 0.76rem;
}

.bb-assurance-item small {
  color: var(--bb-muted);
  font-size: 0.68rem;
  margin-top: 2px;
}

.bb-category-rail {
  margin: -38px auto 0;
  max-width: 930px;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}

.bb-category-rail__inner {
  background: rgba(255, 253, 252, 0.96);
  border: 1px solid rgba(230, 206, 197, 0.85);
  border-radius: 22px;
  box-shadow: var(--bb-home-shadow);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  overflow: hidden;
  padding: 13px 20px;
}

.bb-category-rail__inner > br {
  display: none;
}

.bb-category-item {
  align-items: center;
  color: var(--bb-dark-cocoa);
  display: flex;
  flex-direction: column;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 7px;
  justify-content: center;
  min-height: 76px;
  padding: 2px 8px;
  text-decoration: none;
}

.bb-category-item + .bb-category-item {
  border-left: 1px solid var(--bb-border);
}

.bb-category-thumb {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 43px;
  width: 43px;
}

.bb-category-item:nth-child(1) .bb-category-thumb,
.bb-category-item:nth-child(6) .bb-category-thumb {
  background-image: url("../images/promo-custom-cake-v1.jpg");
}

.bb-category-item:nth-child(2) .bb-category-thumb {
  background-image: url("../images/product-strawberry-v1.jpg");
}

.bb-category-item:nth-child(3) .bb-category-thumb {
  background-image: url("../images/product-cookie-v1.jpg");
}

.bb-category-item:nth-child(4) .bb-category-thumb {
  background-image: url("../images/product-tiramisu-v1.jpg");
}

.bb-category-item:nth-child(5) .bb-category-thumb {
  background: #f7e8e4;
  position: relative;
}

.bb-category-item:nth-child(5) .bb-category-thumb::after {
  align-items: center;
  color: var(--bb-red);
  content: "▦";
  display: flex;
  font-size: 1.4rem;
  height: 100%;
  justify-content: center;
}

.bb-home-main {
  padding: 42px 0 34px;
}

.bb-home-top-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.38fr) minmax(380px, 0.82fr);
}

.bb-home-panel {
  background: rgba(255, 253, 252, 0.96);
  border: 1px solid var(--bb-border);
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(75, 42, 30, 0.05);
}

.bb-panel-header {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 17px 18px 12px;
}

.bb-panel-header h2,
.bb-panel-header h3 {
  font-family: var(--bb-serif);
  margin: 0;
}

.bb-panel-header h2 {
  font-size: 1.72rem;
}

.bb-panel-link {
  color: var(--bb-cocoa);
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.bb-home-product-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 0 14px 14px;
}

.bb-home-product.bb-product-card {
  border-radius: 12px;
  min-width: 0;
}

.bb-home-product .bb-product-card__image {
  aspect-ratio: 1 / 0.84;
}

.bb-home-product:nth-child(1) .bb-product-card__image {
  background: url("../images/promo-custom-cake-v1.jpg") center / cover no-repeat;
}

.bb-home-product:nth-child(2) .bb-product-card__image {
  background: url("../images/product-tiramisu-v1.jpg") center / cover no-repeat;
}

.bb-home-product:nth-child(3) .bb-product-card__image {
  background: url("../images/product-strawberry-v1.jpg") center / cover no-repeat;
}

.bb-product-detail__media .bb-product-card__image {
  background: url("../images/promo-custom-cake-v1.jpg") center / cover no-repeat;
}

.bb-home-product .bb-product-card__body {
  padding: 10px;
}

.bb-home-product h3 {
  font-family: var(--bb-sans);
  font-size: 0.82rem;
  line-height: 1.25;
}

.bb-home-product h3 a {
  text-decoration: none;
}

.bb-home-product .bb-product-card__meta {
  display: none;
}

.bb-home-product .bb-product-card__footer {
  padding-top: 7px;
}

.bb-home-product .bb-price {
  font-size: 0.78rem;
}

.bb-home-product .bb-pill {
  display: none;
}

.bb-schedule-card {
  background: linear-gradient(135deg, #fffaf6, #f9e8e1);
  border-color: rgba(198, 62, 72, 0.28);
  padding: 18px;
}

.bb-schedule-title {
  align-items: center;
  display: flex;
  gap: 12px;
}

.bb-schedule-title__icon {
  align-items: center;
  color: var(--bb-red);
  display: inline-flex;
  font-size: 1.65rem;
}

.bb-schedule-title h2 {
  font-family: var(--bb-serif);
  font-size: 1.38rem;
  margin: 0;
}

.bb-schedule-title p {
  color: var(--bb-muted);
  font-size: 0.78rem;
  margin: 2px 0 0;
}

.bb-schedule-fields {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.bb-schedule-fields label {
  color: var(--bb-cocoa);
  font-size: 0.72rem;
  font-weight: 800;
}

.bb-schedule-fields input,
.bb-schedule-fields select {
  background: #fff;
  border: 1px solid var(--bb-border);
  border-radius: 10px;
  color: var(--bb-dark-cocoa);
  display: block;
  font: inherit;
  font-size: 0.76rem;
  height: 44px;
  margin-top: 5px;
  padding: 0 9px;
  width: 100%;
}

.bb-schedule-result {
  align-items: center;
  background: var(--bb-available-bg);
  border: 1px solid rgba(63, 127, 77, 0.22);
  border-radius: 12px;
  display: grid;
  gap: 2px 10px;
  grid-template-columns: 28px 1fr auto;
  margin-top: 12px;
  padding: 11px 12px;
}

.bb-schedule-result[hidden] {
  display: none;
}

.bb-schedule-result__icon {
  align-items: center;
  background: var(--bb-available);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  grid-row: span 2;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.bb-schedule-result strong {
  color: var(--bb-available);
  font-size: 0.86rem;
}

.bb-schedule-result small {
  color: var(--bb-muted);
  font-size: 0.68rem;
}

.bb-schedule-result a {
  color: var(--bb-available);
  font-size: 0.72rem;
  font-weight: 800;
  grid-row: 1 / 3;
  grid-column: 3;
  text-decoration: none;
}

.bb-promo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1.05fr;
  margin-top: 18px;
}

.bb-promo-card {
  min-height: 190px;
  overflow: hidden;
  padding: 18px;
  position: relative;
}

.bb-promo-card h3 {
  font-family: var(--bb-serif);
  font-size: 1.3rem;
  margin: 0;
}

.bb-promo-card p {
  color: var(--bb-muted);
  font-size: 0.78rem;
  margin: 5px 0 0;
  max-width: 26ch;
}

.bb-promo-card--categories {
  background: linear-gradient(135deg, #fffdfc, #faeee8);
}

.bb-mini-categories {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.bb-mini-category {
  text-align: center;
}

.bb-mini-category span {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 54px;
  margin-bottom: 5px;
  width: 54px;
}

.bb-mini-category:nth-child(1) span {
  background-image: url("../images/promo-custom-cake-v1.jpg");
}

.bb-mini-category:nth-child(2) span {
  background-image: url("../images/product-cookie-v1.jpg");
}

.bb-mini-category:nth-child(3) span {
  background-image: url("../images/product-tiramisu-v1.jpg");
}

.bb-mini-category small {
  font-size: 0.68rem;
}

.bb-promo-card--break {
  background:
    linear-gradient(90deg, rgba(255, 249, 245, 0.95), rgba(255, 249, 245, 0.25)),
    url("../images/product-cookie-v1.jpg") right center / 60% auto no-repeat;
}

.bb-promo-card--delivery {
  background: linear-gradient(135deg, #fff9f6, #f6e5dd);
}

.bb-delivery-box {
  align-items: center;
  background: var(--bb-cocoa);
  border-radius: 12px;
  color: #fff8f2;
  display: inline-flex;
  font-size: 1.5rem;
  height: 72px;
  justify-content: center;
  margin-top: 18px;
  transform: rotate(-2deg);
  width: 96px;
}

.bb-home-custom {
  background:
    linear-gradient(90deg, rgba(255, 250, 246, 0.97) 0%, rgba(255, 250, 246, 0.82) 40%, rgba(255, 250, 246, 0.08) 72%),
    url("../images/promo-custom-cake-v1.jpg") right center / cover no-repeat;
  border: 1px solid var(--bb-border);
  border-radius: 18px;
  min-height: 230px;
  margin-top: 18px;
  overflow: hidden;
}

.bb-home-custom__copy {
  max-width: 500px;
  padding: 34px;
}

.bb-home-custom h2 {
  font-family: var(--bb-serif);
  font-size: 1.95rem;
  margin: 0;
}

.bb-home-custom p {
  color: var(--bb-muted);
  margin: 8px 0 18px;
}

.bb-mobile-contact-bar {
  display: none;
}

.bb-site-footer {
  background: #f3dfd5;
  color: var(--bb-dark-cocoa);
  margin-top: 18px;
}

.bb-footer-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 19px;
  padding-top: 20px;
}

.bb-footer-grid > div {
  border-left: 1px solid rgba(75, 42, 30, 0.18);
  padding-left: 16px;
}

.bb-footer-grid strong,
.bb-footer-grid span,
.bb-footer-grid a {
  display: block;
}

.bb-footer-grid strong {
  font-size: 0.76rem;
}

.bb-footer-grid span,
.bb-footer-grid a {
  color: var(--bb-muted);
  font-size: 0.72rem;
  margin-top: 3px;
  text-decoration: none;
}

.bb-footer-bottom {
  border-top: 1px solid rgba(75, 42, 30, 0.12);
  color: var(--bb-muted);
  display: flex;
  font-size: 0.68rem;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 14px;
}

@media (max-width: 1180px) {
  .bb-main-header__inner {
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .bb-header-search {
    display: none;
  }

  .bb-search-mobile {
    display: inline-flex;
  }

  .bb-primary-navigation {
    gap: 15px;
  }

  .bb-home-top-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  }
}

@media (max-width: 1023px) {
  .bb-main-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .bb-mobile-menu-button {
    display: inline-flex;
  }

  .bb-menu-lines,
  .bb-menu-lines::before,
  .bb-menu-lines::after {
    background: currentColor;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 22px;
  }

  .bb-menu-lines::before {
    top: -7px;
  }

  .bb-menu-lines::after {
    top: 7px;
  }

  .bb-brand-lockup {
    justify-self: center;
  }

  .bb-primary-navigation {
    align-items: stretch;
    background: #fffdfc;
    border-bottom: 1px solid var(--bb-border);
    box-shadow: var(--bb-home-shadow);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 24px 20px;
    position: absolute;
    right: 0;
    top: 76px;
  }

  .bb-primary-navigation.is-open {
    display: flex;
  }

  .bb-primary-navigation a {
    border-bottom: 1px solid var(--bb-border);
    padding: 13px 4px;
  }

  .bb-primary-navigation a::after {
    display: none;
  }

  .bb-home-hero {
    min-height: 470px;
  }

  .bb-home-hero__inner {
    min-height: 470px;
  }

  .bb-home-top-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .bb-promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-promo-card--delivery {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  body {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .bb-header-shell,
  .bb-home .bb-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bb-announcement {
    display: none;
  }

  .bb-main-header__inner {
    min-height: 68px;
  }

  .bb-brand-mark {
    height: 52px;
    width: 52px;
  }

  .bb-brand-mark svg {
    height: 37px;
    width: 37px;
  }

  .bb-brand-copy {
    display: none;
  }

  .bb-account-link {
    display: none;
  }

  .bb-icon-button {
    height: 44px;
    width: 40px;
  }

  .bb-primary-navigation {
    top: 68px;
  }

  .bb-home-hero {
    background:
      linear-gradient(180deg, rgba(255, 250, 245, 0.06) 0%, rgba(255, 250, 245, 0.15) 36%, rgba(255, 250, 245, 0.96) 76%, #fffaf5 100%),
      url("../images/hero-blueberry-v1.jpg") 65% top / auto 62% no-repeat,
      #fffaf5;
    min-height: 620px;
  }

  .bb-home-hero__inner {
    align-items: flex-end;
    min-height: 620px;
  }

  .bb-home-hero__copy {
    max-width: none;
    padding: 250px 0 32px;
    text-align: center;
    width: 100%;
  }

  .bb-home-script {
    font-size: 1rem;
    margin-bottom: 4px;
    text-align: left;
  }

  .bb-home-hero h1 {
    font-size: 2.34rem;
    line-height: 1.02;
    text-align: left;
  }

  .bb-home-hero h1 span {
    font-size: 0.68em;
  }

  .bb-home-hero__lead {
    font-size: 0.88rem;
    margin-top: 14px;
    max-width: none;
    text-align: left;
  }

  .bb-home-hero .bb-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 17px;
  }

  .bb-home-hero .bb-button {
    min-width: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .bb-home-assurance {
    display: none;
  }

  .bb-category-rail {
    margin-top: 0;
    overflow-x: auto;
    padding: 0;
    scrollbar-width: none;
  }

  .bb-category-rail::-webkit-scrollbar {
    display: none;
  }

  .bb-category-rail__inner {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
    grid-template-columns: repeat(6, 82px);
    padding: 10px 12px;
    width: max-content;
  }

  .bb-category-item {
    font-size: 0.7rem;
    min-height: 72px;
  }

  .bb-category-item + .bb-category-item {
    border-left: 0;
  }

  .bb-category-thumb {
    height: 42px;
    width: 42px;
  }

  .bb-home-main {
    padding: 14px 0 20px;
  }

  .bb-home-top-grid {
    gap: 14px;
  }

  .bb-schedule-card {
    grid-row: 1;
    padding: 15px;
  }

  .bb-bestsellers-panel {
    grid-row: 2;
  }

  .bb-panel-header {
    padding: 15px 14px 10px;
  }

  .bb-panel-header h2 {
    font-size: 1.45rem;
  }

  .bb-home-product-grid {
    gap: 9px;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    overflow-x: auto;
    padding: 0 12px 13px;
    scroll-snap-type: x mandatory;
  }

  .bb-home-product {
    scroll-snap-align: start;
  }

  .bb-home-product .bb-product-card__image {
    aspect-ratio: 1 / 0.86;
  }

  .bb-schedule-title h2 {
    font-size: 1.18rem;
  }

  .bb-schedule-fields {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bb-schedule-fields label {
    font-size: 0.66rem;
  }

  .bb-schedule-fields input,
  .bb-schedule-fields select {
    font-size: 0.68rem;
    padding: 0 5px;
  }

  .bb-schedule-result {
    grid-template-columns: 26px 1fr;
  }

  .bb-schedule-result a {
    display: block;
    grid-column: 2;
    grid-row: auto;
    margin-top: 4px;
  }

  .bb-promo-grid {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 14px;
  }

  .bb-promo-card,
  .bb-home-custom {
    min-height: 180px;
  }

  .bb-promo-card--delivery {
    grid-column: auto;
  }

  .bb-home-custom {
    background:
      linear-gradient(90deg, rgba(255, 250, 246, 0.96), rgba(255, 250, 246, 0.55)),
      url("../images/promo-custom-cake-v1.jpg") 66% center / cover no-repeat;
  }

  .bb-home-custom__copy {
    max-width: 72%;
    padding: 22px;
  }

  .bb-home-custom h2 {
    font-size: 1.5rem;
  }

  .bb-mobile-contact-bar {
    background: #fffdfc;
    bottom: 0;
    box-shadow: 0 -8px 28px rgba(75, 42, 30, 0.14);
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 9px 16px calc(9px + env(safe-area-inset-bottom));
    position: fixed;
    right: 0;
    z-index: 70;
  }

  .bb-mobile-contact-bar a {
    align-items: center;
    border-radius: 999px;
    display: flex;
    font-size: 0.83rem;
    font-weight: 800;
    justify-content: center;
    min-height: 50px;
    text-decoration: none;
  }

  .bb-mobile-contact-bar a:first-child {
    background: var(--bb-red);
    color: #fff;
  }

  .bb-mobile-contact-bar a:last-child {
    background: var(--bb-cocoa);
    color: #fff;
  }

  .bb-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bb-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 380px) {
  .bb-header-actions {
    gap: 0;
  }

  .bb-home-hero h1 {
    font-size: 2.06rem;
  }

  .bb-schedule-fields {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bb-primary-navigation a::after {
    transition: none;
  }
}
