/* Homepage hero — full banner images with live text overlay */
.bz-hero {
  overflow: hidden;
  background: #f7f4ef;
}

.bz-hero-slider {
  height: clamp(300px, 38vw, 560px);
  overflow: hidden;
}

.bz-hero-slider .swiper-wrapper {
  height: 100%;
}

.bz-hero-slider .swiper-slide {
  overflow: hidden;
  height: 100% !important;
}

.bz-hero-slide {
  position: relative;
  display: flex !important;
  align-items: center;
  height: 100% !important;
  min-height: 0;
}

.bz-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  display: block;
  pointer-events: none;
}

.bz-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(46%, 640px);
  max-width: 46%;
  padding: 32px 20px 32px clamp(20px, 5vw, 80px);
  background: transparent;
}

.bz-hero-copy h2 {
  margin: 0 0 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: none;
  color: #1a1a1a;
}

.bz-hero-sub {
  margin: 0 0 12px;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.35;
}

.bz-hero-desc {
  margin: 0 0 22px;
  max-width: 34rem;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
  color: #333;
}

.bz-hero-desc p {
  margin: 0 0 8px;
}

.bz-hero-btn {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  background: #245a4c;
  color: #fff !important;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(36, 90, 76, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bz-hero-btn:hover {
  background: #1c463b;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(36, 90, 76, 0.34);
}

.bz-hero-btn i {
  font-size: 12px;
}

.bz-hero-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: #245a4c;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bz-hero-nav:hover {
  background: #245a4c;
  color: #fff;
}

.bz-hero-prev {
  left: 12px;
}

.bz-hero-next {
  right: 12px;
}

.bz-hero-slider .swiper-pagination {
  bottom: 14px !important;
}

.bz-hero-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #245a4c;
  opacity: 0.28;
}

.bz-hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 22px;
  border-radius: 999px;
}

@media (max-width: 1199px) {
  .bz-hero-copy h2 {
    font-size: 36px;
  }

  .bz-hero-sub {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .bz-hero-slider {
    height: clamp(360px, 58vw, 460px);
  }

  .bz-hero-bg {
    object-position: center;
  }

  .bz-hero-copy {
    width: min(78%, 520px);
    max-width: 78%;
    padding: 28px 20px 40px 20px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.78) 62%, rgba(255, 255, 255, 0) 100%);
  }

  .bz-hero-copy h2 {
    font-size: 30px;
  }

  .bz-hero-sub {
    font-size: 17px;
  }

  .bz-hero-desc {
    font-size: 14px;
  }

  .bz-hero-nav {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .bz-hero {
    background: #fff;
  }

  .bz-hero-slider {
    height: auto !important;
    min-height: 0;
  }

  .bz-hero-slider .swiper-wrapper,
  .bz-hero-slider .swiper-slide,
  .bz-hero-slide {
    height: auto !important;
    min-height: 0 !important;
  }

  .bz-hero-slide {
    flex-direction: column !important;
    align-items: stretch;
    background: #fff;
  }

  .bz-hero-bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
  }

  .bz-hero-copy {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 16px 16px 20px;
    background: #fff;
  }

  .bz-hero-copy h2 {
    font-size: 1.4rem;
    margin-bottom: 6px;
  }

  .bz-hero-sub {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }

  .bz-hero-desc {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
  }

  .bz-hero-btn {
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }

  .bz-hero-nav {
    display: flex;
    top: 115px;
    width: 34px;
    height: 34px;
  }

  .bz-hero-prev {
    left: 8px;
  }

  .bz-hero-next {
    right: 8px;
  }

  .bz-hero-slider .swiper-pagination {
    top: 206px;
    bottom: auto !important;
  }

  .bz-hero-slider .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.55;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  }

  .bz-hero-slider .swiper-pagination-bullet-active {
    background: #245a4c;
    opacity: 1;
  }
}

/* Homepage USP / service features */
.bz-usps {
  background: #e8f0ed;
  padding: 28px 0 32px;
}

.bz-usps-inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.bz-usps-card {
  background: #fff;
  border: 1px solid #dce8e4;
  border-radius: 16px;
  padding: 18px 16px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 8px 20px rgba(36, 90, 76, 0.06);
  min-height: 100%;
}

.bz-usps-icon {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: #245a4c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
}

.bz-usps-text h3 {
  margin: 0 0 4px;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
}

.bz-usps-text p {
  margin: 0;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 13px;
  line-height: 1.45;
  color: #5a5a5a;
}

@media (min-width: 640px) {
  .bz-usps-inner {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 1.5rem;
  }
}

@media (min-width: 1100px) {
  .bz-usps {
    padding: 32px 0 36px;
  }

  .bz-usps-inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    padding: 0 2rem;
  }

  .bz-usps-card {
    padding: 20px 18px;
  }
}

/* Shop by Celebration carousel */
.bz-celebrate {
  background: #fff;
  padding: 48px 0 56px;
}

.bz-celebrate-inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.bz-celebrate-inner > h2 {
  margin: 0 0 28px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

.bz-celebrate-slider {
  overflow: hidden;
  padding: 4px 2px 10px;
}

.bz-celebrate-card {
  position: relative;
  display: block;
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
  background: #1a1a1a;
  box-shadow: 0 10px 24px rgba(36, 90, 76, 0.1);
  text-decoration: none;
  color: #fff;
}

.bz-celebrate-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.45s ease;
}

.bz-celebrate-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 22px 16px 24px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.18) 48%, rgba(0, 0, 0, 0.08) 100%);
  text-align: center;
  transition: background 0.3s ease;
}

.bz-celebrate-overlay h3 {
  margin: 0;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  line-height: 1.25;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.bz-celebrate-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  background: #245a4c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 16px;
  border-radius: 10px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.2s ease;
}

.bz-celebrate-card:hover img,
.bz-celebrate-card:focus-visible img {
  transform: scale(1.08);
}

.bz-celebrate-card:hover .bz-celebrate-overlay,
.bz-celebrate-card:focus-visible .bz-celebrate-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.16) 100%);
}

.bz-celebrate-card:hover .bz-celebrate-btn,
.bz-celebrate-card:focus-visible .bz-celebrate-btn {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.bz-celebrate-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #245a4c;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bz-celebrate-nav:hover {
  background: #245a4c;
  color: #fff;
}

.bz-celebrate-prev {
  left: -8px;
}

.bz-celebrate-next {
  right: -8px;
}

@media (hover: none) {
  .bz-celebrate-btn {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (min-width: 768px) {
  .bz-celebrate-inner {
    padding: 0 1.5rem;
  }

  .bz-celebrate-inner > h2 {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .bz-celebrate-inner {
    padding: 0 2rem;
  }

  .bz-celebrate-prev {
    left: -18px;
  }

  .bz-celebrate-next {
    right: -18px;
  }
}

@media (max-width: 639px) {
  .bz-celebrate {
    padding: 36px 0 42px;
  }

  .bz-celebrate-card {
    height: 280px;
  }

  .bz-celebrate-inner > h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .bz-celebrate-nav {
    width: 34px;
    height: 34px;
  }
}

/* Shop by Category */
.bz-cats {
  background: #e8f0ed;
  padding: 48px 0 52px;
}

.bz-cats-inner {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.bz-cats-inner > h2 {
  margin: 0 0 28px;
  text-align: center;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

.bz-cats-slider {
  overflow: hidden;
  padding: 4px 2px 8px;
}

.bz-cat-card {
  display: block;
  background: #fff;
  border: 1px solid #dce8e4;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 8px 20px rgba(36, 90, 76, 0.06);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bz-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(36, 90, 76, 0.12);
}

.bz-cat-media {
  overflow: hidden;
  height: 170px;
}

.bz-cat-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.bz-cat-card:hover img {
  transform: scale(1.08);
}

.bz-cat-body {
  padding: 12px 12px 14px;
  text-align: center;
}

.bz-cat-body h3 {
  margin: 0 0 4px;
  font-family: Inter, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.bz-cat-body p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #245a4c;
}

.bz-cats-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #245a4c;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.bz-cats-nav:hover {
  background: #245a4c;
  color: #fff;
}

.bz-cats-prev {
  left: -8px;
}

.bz-cats-next {
  right: -8px;
}

.bz-cats-more {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.bz-cats-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #245a4c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(36, 90, 76, 0.28);
}

.bz-cats-all:hover {
  background: #1c463b;
  color: #fff !important;
}

/* Instagram marquee */
.bz-ig {
  background: #fff;
  padding: 48px 0 52px;
  overflow: hidden;
}

.bz-ig-head {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto 28px;
  padding: 0 1rem;
  text-align: center;
}

.bz-ig-head h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
}

.bz-ig-head h2 span {
  color: #245a4c;
}

.bz-ig-marquee {
  width: 100%;
  overflow: hidden;
}

.bz-ig-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: bz-ig-scroll 42s linear infinite;
}

.bz-ig-marquee:hover .bz-ig-track {
  animation-play-state: paused;
}

.bz-ig-item {
  position: relative;
  flex: 0 0 240px;
  width: 240px;
  height: 240px;
  border-radius: 14px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #111;
}

.bz-ig-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.bz-ig-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  opacity: 0;
  transition: background 0.3s ease, opacity 0.3s ease;
}

.bz-ig-overlay i {
  font-size: 26px;
}

.bz-ig-overlay strong {
  font-size: 14px;
  font-weight: 700;
}

.bz-ig-overlay em {
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
  max-width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bz-ig-item:hover img {
  transform: scale(1.06);
}

.bz-ig-item:hover .bz-ig-overlay {
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

.bz-ig-cta {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.bz-ig-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #245a4c;
  color: #245a4c;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease;
}

.bz-ig-cta a:hover {
  background: #245a4c;
  color: #fff;
}

@keyframes bz-ig-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .bz-ig-track {
    animation: none;
  }
}

@media (min-width: 768px) {
  .bz-cats-inner,
  .bz-ig-head {
    padding: 0 1.5rem;
  }

  .bz-cats-inner > h2,
  .bz-ig-head h2 {
    font-size: 36px;
  }

  .bz-cat-media {
    height: 190px;
  }
}

@media (min-width: 1280px) {
  .bz-cats-inner,
  .bz-ig-head {
    padding: 0 2rem;
  }

  .bz-cats-prev {
    left: -18px;
  }

  .bz-cats-next {
    right: -18px;
  }
}

@media (max-width: 639px) {
  .bz-cats,
  .bz-ig {
    padding: 36px 0 40px;
  }

  .bz-cats-inner > h2,
  .bz-ig-head h2 {
    font-size: 26px;
  }

  .bz-cat-media {
    height: 140px;
  }

  .bz-ig-item {
    flex-basis: 180px;
    width: 180px;
    height: 180px;
  }

  .bz-cats-nav {
    width: 34px;
    height: 34px;
  }
}
